Zero entries were skipped, fix from Adrian Goalby
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9                            ---------------
10                             CAST AND CREW
11                            ---------------
12
13 To give due honor to those who have made Perl what is is today,
14 here are some of the more common names in the Changes file, and their
15 current addresses (as of August 2000):
16
17     Gisle Aas           <gisle@aas.no>
18     Abigail             <abigail@foad.net>
19     Kenneth Albanowski  <kjahds@kjahds.com>
20     Russ Allbery        <rra@stanford.edu>
21     Brad Appleton       <bradapp@enteract.com>
22     Greg Bacon          <gbacon@itsc.uah.edu>
23     Robin Barker        <rmb1@cise.npl.co.uk>
24     Vishal Bhatia       <vishal@gol.com>
25     Spider Boardman     <spider@orb.nashua.nh.us>
26     Tom Christiansen    <tchrist@perl.com>
27     Simon Cozens        <simob@brecon.co.uk>
28     Mark-Jason Dominus  <mjd@plover.com>
29     Jan Dubois          <jand@activestate.com>
30     Dominic Dunlop      <domo@computer.org>
31     Eric Fifer          <efifer@sanwaint.com>
32     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
33     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
34     Tom Hughes          <tom@compton.nu>
35     Nick Ing-Simmons    <nik@tiuk.ti.com>
36     Andreas Koenig      <a.koenig@mind.de>
37     Douglas Lankshear   <dougl@activestate.com>
38     Doug MacEachern     <dougm@covalent.net>
39     Raphael Manfredi    <Raphael.Manfredi@st.com>
40     Paul Marquess       <Paul.Marquess@btinternet.com>
41     Stephen McCamant    <alias@mcs.com>
42     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
43     Hans Mulder         <hansmu@xs4all.nl>
44     Chris Nandor        <pudge@pobox.com>
45     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
46     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
47     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
48     Tom Phoenix         <rootbeer@teleport.com>
49     Stephen Potter      <spp@ds.net>
50     Joshua Pritikin     <joshua.pritikin@db.com>
51     Peter Prymmer       <pvhp@forte.com>
52     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
53     Dean Roehrich       <roehrich@cray.com>
54     Hugo van der Sanden <hv@crypt.demon.co.uk>
55     Michael G Schwern   <schwern@pobox.com>
56     Roderick Schertler  <roderick@argon.org>
57     Kurt D. Starsinic   <kstar@chapin.edu>
58     Benjamin Stuhl      <sho_pi@hotmail.com>
59     Dan Sugalski        <dan@sidhe.org>
60     Nathan Torkington   <gnat@frii.com>
61     Larry W. Virden     <lvirden@cas.org>
62     Johan Vromans       <jvromans@squirrel.nl>
63     Ilya Zakharevich    <ilya@math.ohio-state.edu>
64
65 And the Keepers of the Patch Pumpkin:
66
67     Charles Bailey      <bailey@newman.upenn.edu>
68     Graham Barr         <gbarr@ti.com>
69     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
70     Tim Bunce           <Tim.Bunce@ig.co.uk>
71     Andy Dougherty      <doughera@lafcol.lafayette.edu>
72     Jarkko Hietaniemi   <jhi@iki.fi>
73     Gurusamy Sarathy    <gsar@activestate.com>
74     Chip Salzenberg     <chip@perl.com>
75
76 And, of course, the Author of Perl:
77
78     Larry Wall          <larry@wall.org>
79
80
81 NOTE: Each change entry shows the change number; who checked it into the
82 repository; when; description of the change; which branch the change
83 happened in; and the affected files.  The file lists have a short symbolic
84 indicator:
85
86             !       modified
87             +       added
88             -       deleted
89             +>      branched (from elsewhere)
90             !>      merged changes (from elsewhere)
91
92
93 --------------
94 Version v5.7.0          Development release working toward v5.8
95 --------------
96
97 ____________________________________________________________________________
98 [  6560] By: jhi                                   on 2000/08/09  23:05:47
99         Log: Subject: Re: enhanced(?) regex error messages
100              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
101              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
102              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
103              
104              (plus two small patches sent privately)
105              (this still seems to leave few test failures)
106      Branch: perl
107            + t/op/regmesg.t
108            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
109            ! t/pragma/warn/regcomp
110 ____________________________________________________________________________
111 [  6559] By: jhi                                   on 2000/08/09  20:41:18
112         Log: Fix the resetting of numeric locale when using printf.
113              
114              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
115              From: Christian Kirsch <ck@held.mind.de>
116              Date: Wed, 9 Aug 2000 17:05:17 +0200
117              Message-Id: <20000809170517.A25389@held>
118      Branch: perl
119            ! sv.c t/pragma/locale.t
120 ____________________________________________________________________________
121 [  6558] By: jhi                                   on 2000/08/08  22:34:08
122         Log: Tiny updates on the contributors list.
123      Branch: perl
124            ! Changes
125 ____________________________________________________________________________
126 [  6557] By: jhi                                   on 2000/08/08  19:34:28
127         Log: Double check that we have a dirhandle.
128      Branch: perl
129            ! util.c
130 ____________________________________________________________________________
131 [  6556] By: jhi                                   on 2000/08/08  19:01:51
132         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
133              May be repopulated with fresh maintained examples.
134      Branch: perl
135            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
136            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
137            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
138            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
139            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
140            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
141            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
142            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
143            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
144            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
145            + lib/CGI/eg/wilogo_gif.uu
146            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
147            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
148            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
149            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
150            - eg/cgi/frameset.cgi eg/cgi/index.html
151            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
152            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
153            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
154            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
155            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
156            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
157            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
158            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
159            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
160            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
161            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
162            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
163            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
164            - eg/van/vanish eg/who eg/wrapsuid
165            ! MANIFEST
166 ____________________________________________________________________________
167 [  6555] By: jhi                                   on 2000/08/08  18:51:08
168         Log: Delete chat2 as requested by Randal.
169              
170              Subject: Re: perlfaq8 coyness
171              From: merlyn@stonehenge.com (Randal L. Schwartz) 
172              Date: 15 May 2000 18:52:42 -0700 
173              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
174      Branch: perl
175            - lib/chat2.pl
176            ! MANIFEST
177 ____________________________________________________________________________
178 [  6554] By: jhi                                   on 2000/08/08  18:31:35
179         Log: Regen global.sym.
180      Branch: perl
181            ! global.sym
182 ____________________________________________________________________________
183 [  6553] By: jhi                                   on 2000/08/08  18:28:13
184         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
185              (either perlbug or p5p ate the original), plus regen
186              perlapi and perltoc. 
187      Branch: perl
188            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
189            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
190            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
191            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
192            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
193            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
194            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
195            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
196            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
197            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
198 ____________________________________________________________________________
199 [  6552] By: jhi                                   on 2000/08/08  18:06:29
200         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
201              From: Mike Guy <mjtg@cam.ac.uk>
202              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
203              Date: Tue, 08 Aug 2000 15:51:27 +0100
204      Branch: perl
205            ! doop.c sv.h t/op/join.t t/pragma/overload.t
206 ____________________________________________________________________________
207 [  6551] By: jhi                                   on 2000/08/08  18:01:11
208         Log: Re-apply #6549.
209      Branch: perl
210            ! lib/perl5db.pl
211 ____________________________________________________________________________
212 [  6550] By: jhi                                   on 2000/08/08  17:43:08
213         Log: Accidental retraction of #6549.
214      Branch: perl
215            ! lib/perl5db.pl
216 ____________________________________________________________________________
217 [  6549] By: jhi                                   on 2000/08/08  17:40:04
218         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
219              From: Mike Guy <mjtg@cam.ac.uk>
220              Date: Mon, 07 Aug 2000 21:49:58 +0100
221              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
222      Branch: perl
223            ! lib/perl5db.pl
224 ____________________________________________________________________________
225 [  6548] By: jhi                                   on 2000/08/08  17:37:57
226         Log: Document here-doc better.
227              
228              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
229              From: Mike Guy <mjtg@cam.ac.uk>
230              Date: Mon, 07 Aug 2000 14:02:09 +0100
231              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
232      Branch: perl
233            ! pod/perldata.pod
234 ____________________________________________________________________________
235 [  6547] By: jhi                                   on 2000/08/08  17:33:34
236         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
237              From: "Randy J. Ray" <rjray@redhat.com>
238              Date: Mon, 07 Aug 2000 19:12:25 -0700
239              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
240      Branch: perl
241            ! perl.c pod/perlrun.pod
242 ____________________________________________________________________________
243 [  6546] By: jhi                                   on 2000/08/08  17:29:26
244         Log: Subject: Re: enhanced(?) regex error messages 
245              From: Hugo <hv@crypt.compulink.co.uk>
246              Date: Tue, 08 Aug 2000 03:25:51 +0100
247              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
248              
249              plus Capitalize the error messages, plus perldiag them.
250      Branch: perl
251            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
252 ____________________________________________________________________________
253 [  6545] By: jhi                                   on 2000/08/08  13:59:28
254         Log: Augment #6539 a bit: don't croak if there's magic in the air.
255              
256              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
257              From: Hugo <hv@crypt.compulink.co.uk>
258              Date: Tue, 08 Aug 2000 03:02:03 +0100
259              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
260      Branch: perl
261            ! pp.c t/op/bless.t
262 ____________________________________________________________________________
263 [  6544] By: jhi                                   on 2000/08/07  21:11:52
264         Log: Make the test -w clean.
265      Branch: perl
266            ! t/op/bless.t
267 ____________________________________________________________________________
268 [  6543] By: jhi                                   on 2000/08/07  19:49:53
269         Log: use warnings instead of $^W.
270      Branch: perl
271            ! t/op/bless.t
272 ____________________________________________________________________________
273 [  6542] By: jhi                                   on 2000/08/07  17:41:41
274         Log: Disable a portability warning Because We Know What We Are Doing.
275      Branch: perl
276            ! t/op/bless.t
277 ____________________________________________________________________________
278 [  6541] By: jhi                                   on 2000/08/07  17:29:51
279         Log: Tiny tidying on report_evil_fh().
280      Branch: perl
281            ! util.c
282 ____________________________________________________________________________
283 [  6540] By: jhi                                   on 2000/08/07  16:37:38
284         Log: Make regular expression parse error messages easier to understand.
285              
286              Subject: Re: enhanced(?) regex error messages
287              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
288              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
289              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
290      Branch: perl
291            ! regcomp.c
292 ____________________________________________________________________________
293 [  6539] By: jhi                                   on 2000/08/07  16:12:27
294         Log: Make bless(REF, REF) a fatal error, add bless tests.
295              
296              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
297              From: Hugo <hv@crypt.compulink.co.uk>
298              Date: Mon, 07 Aug 2000 16:59:38 +0100
299              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
300      Branch: perl
301            + t/op/bless.t
302            ! MANIFEST pod/perldiag.pod pp.c sv.c
303 ____________________________________________________________________________
304 [  6538] By: jhi                                   on 2000/08/07  15:59:43
305         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
306              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
307              Date: Thu, 3 Aug 2000 14:29:21 -0700
308              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
309      Branch: perl
310            ! lib/lib_pm.PL
311 ____________________________________________________________________________
312 [  6537] By: jhi                                   on 2000/08/07  15:47:18
313         Log: Retract #6419 for now since it breaks in AFS and MachTen.
314      Branch: perl
315            ! lib/Cwd.pm
316 ____________________________________________________________________________
317 [  6536] By: jhi                                   on 2000/08/07  15:05:29
318         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
319              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
320              The security hole exists only in suidperls, which isn't
321              installed or even built by default.
322      Branch: perl
323            ! perl.c
324 ____________________________________________________________________________
325 [  6535] By: jhi                                   on 2000/08/07  14:45:14
326         Log: tr memory corruption fix from Simon Cozens.
327      Branch: perl
328            ! doop.c
329 ____________________________________________________________________________
330 [  6534] By: jhi                                   on 2000/08/06  11:38:16
331         Log: Document a bit that UDP is not what you might think.
332              
333              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
334              From: Lupe Christoph <lupe@lupe-christoph.de>
335              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
336              Date: Mon, 24 Jul 2000 08:59:15 +0200
337      Branch: perl
338            ! pod/perlipc.pod
339 ____________________________________________________________________________
340 [  6533] By: jhi                                   on 2000/08/06  11:35:01
341         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
342              From: Jeff Pinyan <jeffp@hut.crusoe.net>
343              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
344              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
345      Branch: perl
346            ! pod/perlfunc.pod
347 ____________________________________________________________________________
348 [  6532] By: jhi                                   on 2000/08/06  03:45:41
349         Log: Have symbols for the IoTYPEs.
350      Branch: perl
351            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
352 ____________________________________________________________________________
353 [  6531] By: jhi                                   on 2000/08/06  01:33:55
354         Log: Continue fixing the io warnings.  This also
355              sort of fixes bug ID 20000802.003: the core dump
356              is no more.  Whether the current behaviour is correct
357              (giving a warning: "Not a format reference"), is another matter.
358      Branch: perl
359            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
360            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
361 ____________________________________________________________________________
362 [  6530] By: jhi                                   on 2000/08/05  21:33:12
363         Log: Change the Policy policy: now -Dprefix= with an existing
364              Policy.sh and prefix == siteprefix == vendorprefix, then all
365              of them follow along the new prefix.
366              
367              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
368              From: Andy Dougherty <doughera@lafayette.edu>
369              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
370              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
371      Branch: perl
372            ! Policy_sh.SH
373 ____________________________________________________________________________
374 [  6529] By: jhi                                   on 2000/08/05  18:57:28
375         Log: Zap lib/Sys directory when cleaning up.
376      Branch: perl
377            ! Makefile.SH
378 ____________________________________________________________________________
379 [  6528] By: jhi                                   on 2000/08/05  18:40:44
380         Log: Essential prototype changes were missing from #6527.
381              Also make report_evil_fh() more bomb-proof.
382      Branch: perl
383            ! embed.h util.c
384 ____________________________________________________________________________
385 [  6527] By: jhi                                   on 2000/08/05  03:22:05
386         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
387              From: "Ronald F. Guilmette" <rfg@monkeys.com>
388              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
389              Message-Id: <200007242247.PAA52177@monkeys.com>
390      Branch: perl
391            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
392 ____________________________________________________________________________
393 [  6526] By: jhi                                   on 2000/08/04  21:23:27
394         Log: gcc versions might have (parentheses) in them.
395      Branch: metaconfig/U/perl
396            ! gccvers.U
397      Branch: perl
398            ! Configure config_h.SH
399 ____________________________________________________________________________
400 [  6525] By: jhi                                   on 2000/08/04  20:23:12
401         Log: Weed buglets pointed out by
402              
403              From: Lupe Christoph <lupe@lupe-christoph.de>
404              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
405              Date: Fri, 4 Aug 2000 17:34:39 +0200
406              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
407      Branch: metaconfig/U/perl
408            ! gccvers.U uselfs.U
409      Branch: perl
410            ! Configure config_h.SH
411 ____________________________________________________________________________
412 [  6524] By: jhi                                   on 2000/08/04  19:02:08
413         Log: Warn under -w if lstat(FH) is attempted.
414              
415              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
416              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
417              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
418              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
419      Branch: perl
420            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
421            ! t/pragma/warn/pp_sys
422 ____________________________________________________________________________
423 [  6523] By: jhi                                   on 2000/08/04  12:31:11
424         Log: Subject: New perlcc, take 2
425              From: simon@brecon.co.uk (Simon Cozens)
426              Date: 4 Aug 2000 06:21:04 GMT
427              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
428      Branch: perl
429            ! utils/perlcc.PL
430 ____________________________________________________________________________
431 [  6522] By: jhi                                   on 2000/08/04  12:26:33
432         Log: Subject: Re: Array vs. List context
433              From: Daniel Chetlin <daniel@chetlin.com>
434              Date: Fri, 4 Aug 2000 00:22:44 -0700
435              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
436      Branch: perl
437            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
438            ! pod/perlfaq4.pod
439 ____________________________________________________________________________
440 [  6521] By: jhi                                   on 2000/08/04  12:22:38
441         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
442              From: Raymund Will <ray@caldera.de>
443              Date: Fri, 4 Aug 2000 12:07:09 +0200
444              Message-Id: <20000804120709.A14982@caldera.de>
445      Branch: perl
446            ! configure.gnu
447 ____________________________________________________________________________
448 [  6520] By: jhi                                   on 2000/08/04  04:09:06
449         Log: After the #6519 a warning about stat() is just that,
450              not about a filetest, which now have their own warning.
451      Branch: perl
452            ! pod/perldiag.pod
453 ____________________________________________________________________________
454 [  6519] By: jhi                                   on 2000/08/04  04:06:30
455         Log: In the warnings call filehandles consistently so;
456              add "unopened" warning for stat().
457      Branch: perl
458            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
459            ! t/pragma/warn/pp_sys
460 ____________________________________________________________________________
461 [  6518] By: jhi                                   on 2000/08/04  02:55:35
462         Log: Subject: Minor tweak to perlvar.pod
463              From: "Stephen P. Potter" <spp@ds.net>
464              Date: Tue, 18 Apr 2000 09:26:03 -0400
465              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
466      Branch: perl
467            ! pod/perlvar.pod
468 ____________________________________________________________________________
469 [  6517] By: jhi                                   on 2000/08/04  02:50:08
470         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
471              From: "Clinton Pierce" <cpierce1@ford.com>
472              Date: Wed, 21 Jul 1999 16:45:31 -0400
473              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
474              
475              Fix by Stephen Potter (visible in the bug db but not in p5p?)
476      Branch: perl
477            ! pod/perlfunc.pod pod/perlop.pod
478 ____________________________________________________________________________
479 [  6516] By: jhi                                   on 2000/08/04  02:09:25
480         Log: This is 6512.  Really.
481      Branch: perl
482            ! dump.c
483 ____________________________________________________________________________
484 [  6515] By: jhi                                   on 2000/08/04  01:25:50
485         Log: mention the idea of @( and @)
486      Branch: perl
487            ! Todo-5.6
488 ____________________________________________________________________________
489 [  6514] By: bailey                                on 2000/08/04  01:18:46
490         Log: YA resync with mainstem, including VMS patches from others
491      Branch: vmsperl
492           +> (branch 48 files)
493            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
494           !> (integrate 354 files)
495 ____________________________________________________________________________
496 [  6513] By: jhi                                   on 2000/08/04  01:18:18
497         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
498              From: Mark Dickinson <dickins3@fas.harvard.edu>
499              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
500              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
501      Branch: perl
502            ! t/op/grent.t t/op/pwent.t
503 ____________________________________________________________________________
504 [  6512] By: jhi                                   on 2000/08/04  01:14:06
505         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
506              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
507              Date: Wed, 02 Aug 2000 10:51:01 +0100
508              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
509      Branch: perl
510            ! sv.c
511 ____________________________________________________________________________
512 [  6511] By: jhi                                   on 2000/08/04  00:57:00
513         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
514              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
515              Date: Thu, 03 Aug 2000 17:20:04 -0700
516              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
517      Branch: metaconfig
518            ! U/modified/Cppsym.U
519      Branch: perl
520            ! Configure config_h.SH
521 ____________________________________________________________________________
522 [  6510] By: jhi                                   on 2000/08/04  00:25:28
523         Log: detypo
524      Branch: perl
525            ! Makefile.SH
526 ____________________________________________________________________________
527 [  6509] By: jhi                                   on 2000/08/03  23:43:18
528         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
529              From: Dominic Dunlop <domo@computer.org>
530              Date: Thu, 3 Aug 2000 22:16:46 +0200
531              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
532      Branch: perl
533            ! t/op/sprintf.t
534 ____________________________________________________________________________
535 [  6508] By: jhi                                   on 2000/08/03  23:40:37
536         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
537              From: Hugo <hv@crypt.compulink.co.uk>
538              Date: Thu, 03 Aug 2000 18:25:30 +0100
539              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
540      Branch: perl
541            ! regcomp.c t/op/re_tests
542 ____________________________________________________________________________
543 [  6507] By: jhi                                   on 2000/08/03  23:38:28
544         Log: Subject: [PATCH] sv.h documentation - SvLEN
545              From: Mike Guy <mjtg@cam.ac.uk>
546              Date: Thu, 03 Aug 2000 14:43:09 +0100
547              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
548      Branch: perl
549            ! sv.h
550 ____________________________________________________________________________
551 [  6506] By: jhi                                   on 2000/08/03  15:49:14
552         Log: Disable the fix_pl hack for now.
553      Branch: perl
554            ! Makefile.SH
555 ____________________________________________________________________________
556 [  6505] By: jhi                                   on 2000/08/03  13:49:04
557         Log: Add a URL for FSF.
558              
559              Subject: Patch for README
560              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
561              Date: Wed, 2 Aug 2000 13:25:09 -0500
562              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
563      Branch: perl
564            ! README
565 ____________________________________________________________________________
566 [  6504] By: jhi                                   on 2000/08/03  13:29:19
567         Log: Be more informative on what is skipped and why,
568              also repeat the list at the end.
569      Branch: perl
570            ! Porting/p4desc
571 ____________________________________________________________________________
572 [  6503] By: jhi                                   on 2000/08/03  13:07:05
573         Log: Circumvent the removal of .patch by fix_pl.
574              
575              Subject: Re: [ID 20000802.011] unable to 'make test'          
576              From: simon@brecon.co.uk (Simon Cozens) 
577              Date: 3 Aug 2000 04:17:00 GMT
578              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
579      Branch: perl
580            ! Makefile.SH
581 ____________________________________________________________________________
582 [  6502] By: jhi                                   on 2000/08/03  00:14:34
583         Log: Add the missing setproctitle unit.
584      Branch: metaconfig/U/perl
585            + d_setproctitle.U
586 ____________________________________________________________________________
587 [  6501] By: jhi                                   on 2000/08/03  00:00:26
588         Log: The subtest 4 may fail also on VOBS, as pointed out
589              by Nick Ing-Simmons in November 1999, bug id 19991124.003
590              (but the failure in that bug report isn't the subtest 4).
591      Branch: perl
592            ! t/op/stat.t
593 ____________________________________________________________________________
594 [  6500] By: jhi                                   on 2000/08/02  23:49:30
595         Log: Better skip message for the test; one of the two problems in
596              
597              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
598              From: Lupe Christoph <lupe@lupe-christoph.de>
599              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
600              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
601      Branch: perl
602            ! t/op/numconvert.t
603 ____________________________________________________________________________
604 [  6499] By: jhi                                   on 2000/08/02  22:49:16
605         Log: Allow "no Module;" even if there is no 'unimport'.
606              
607              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
608              From: mjd@plover.com
609              Date: 24 Mar 2000 15:24:34 -0000
610              Message-Id: <20000324152434.15160.qmail@plover.com>
611      Branch: perl
612            ! gv.c
613 ____________________________________________________________________________
614 [  6498] By: jhi                                   on 2000/08/02  22:42:58
615         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
616              that are hopefully soon put into use.
617      Branch: perl
618            ! opcode.h opcode.pl opnames.h
619 ____________________________________________________________________________
620 [  6497] By: gsar                                  on 2000/08/02  22:28:59
621         Log: require.t needs binmode() to work on windows
622      Branch: perl
623            ! t/comp/require.t
624 ____________________________________________________________________________
625 [  6496] By: jhi                                   on 2000/08/02  22:08:51
626         Log: Document the IVdf UVuf UVof UVxf.
627      Branch: perl
628            ! pod/perlguts.pod
629 ____________________________________________________________________________
630 [  6495] By: jhi                                   on 2000/08/02  21:54:26
631         Log: detypo #6494
632      Branch: perl
633            ! ext/Data/Dumper/Dumper.xs
634 ____________________________________________________________________________
635 [  6494] By: jhi                                   on 2000/08/02  21:49:17
636         Log: Dump UVs as UVs in Data::Dumper.
637              
638              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
639              From: Gurusamy Sarathy <gsar@ActiveState.com>
640              Date: Thu, 27 Apr 2000 12:26:25 -0700
641              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
642      Branch: perl
643            ! ext/Data/Dumper/Dumper.xs
644 ____________________________________________________________________________
645 [  6493] By: jhi                                   on 2000/08/02  17:01:58
646         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
647              From: Hugo <hv@crypt.compulink.co.uk>
648              Date: Wed, 02 Aug 2000 14:53:56 +0100
649              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
650      Branch: perl
651            ! regexec.c t/op/re_tests
652 ____________________________________________________________________________
653 [  6492] By: jhi                                   on 2000/08/02  15:02:46
654         Log: The new setproctitle() feature is available only in 
655              bleeding edge FreeBSD.  From Paul Saab.
656      Branch: perl
657            ! mg.c
658 ____________________________________________________________________________
659 [  6491] By: jhi                                   on 2000/08/02  13:34:36
660         Log: The tr utf8 patching continues.
661              
662              Subject: Re: #6469, too many tests claimed in require.t
663              From: simon@brecon.co.uk (Simon Cozens)
664              Date: 2 Aug 2000 02:37:17 GMT
665              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
666              
667              (the logic of the test was the wrong way round in the patch)
668      Branch: perl
669            ! doop.c
670 ____________________________________________________________________________
671 [  6490] By: jhi                                   on 2000/08/02  13:27:38
672         Log: The name of a filehandle does not have <these>.
673      Branch: perl
674            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
675            ! t/pragma/warn/pp_sys util.c
676 ____________________________________________________________________________
677 [  6489] By: jhi                                   on 2000/08/02  04:26:46
678         Log: Remove the extraneous "main::" prefix from all the
679              "opened only for", "on closed", and "never opened" warnings.
680              
681              Subject: Re: inappropriate warning
682              From: Gurusamy Sarathy <gsar@ActiveState.com>
683              Date: Mon, 20 Mar 2000 11:28:02 -0800
684              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
685      Branch: perl
686            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
687            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
688            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
689 ____________________________________________________________________________
690 [  6488] By: jhi                                   on 2000/08/02  03:02:57
691         Log: memcpy has n o in it, as pinted ut by Sarathy.
692      Branch: perl
693            ! pod/perlguts.pod
694 ____________________________________________________________________________
695 [  6487] By: jhi                                   on 2000/08/02  02:44:51
696         Log: Document in one place the memory abstractions used in Perl core.
697              
698              Subject: Re: Memory abstraction
699              From: simon@brecon.co.uk (Simon Cozens)
700              Date: 2 Aug 2000 02:20:23 GMT
701              Organization: Earth.li Origins
702      Branch: perl
703            ! pod/perlguts.pod
704 ____________________________________________________________________________
705 [  6486] By: jhi                                   on 2000/08/02  02:41:57
706         Log: regen_headers, regen perltoc.
707      Branch: perl
708            ! perlapi.c pod/perltoc.pod
709 ____________________________________________________________________________
710 [  6485] By: jhi                                   on 2000/08/02  01:43:33
711         Log: "This little thing tests for a file .patch, and if it contains
712              a number, pops into patchlevel.h" (making it easier to track
713              which development version people are reporting bugs against)
714              
715              Subject: Patchlevel autogeneration for repository perls
716              From: simon@brecon.co.uk (Simon Cozens)
717              Date: 14 Jul 2000 07:12:15 GMT
718              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
719      Branch: perl
720            + fix_pl
721            ! MANIFEST Makefile.SH
722 ____________________________________________________________________________
723 [  6484] By: jhi                                   on 2000/08/02  01:32:54
724         Log: FreeBSD 3.* updates from
725              
726              From: Paul Saab <ps@yahoo-inc.com>
727              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
728              Date: Tue, 1 Aug 2000 15:41:39 -0700
729              Message-Id: <20000801154139.A53740@yahoo-inc.com>
730      Branch: perl
731            ! hints/freebsd.sh
732 ____________________________________________________________________________
733 [  6483] By: jhi                                   on 2000/08/02  01:27:44
734         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
735              instead one must use setproctitle().  This was already addressed
736              by change #6457, but the below has a new variant for FreeBSD 4.0
737              or later, and the matter is also documented more.
738              
739              From: Paul Saab <ps@yahoo-inc.com>
740              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
741              Date: Tue, 1 Aug 2000 15:41:39 -0700
742              Message-Id: <20000801154139.A53740@yahoo-inc.com>
743      Branch: metaconfig/U/perl
744            + i_libutil.U
745      Branch: perl
746            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
747 ____________________________________________________________________________
748 [  6482] By: jhi                                   on 2000/08/01  22:17:32
749         Log: The test from this
750              
751              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
752              Date: Sat, 15 Apr 2000 17:03:44 +0100
753              From: Tom Hughes <tom@compton.nu>
754              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
755              
756              was missing, the code change went in as #5989
757              (which had a different test?)
758      Branch: perl
759            ! t/op/misc.t
760 ____________________________________________________________________________
761 [  6481] By: jhi                                   on 2000/08/01  21:48:38
762         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
763              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
764              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
765              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
766      Branch: perl
767            ! perl.h
768 ____________________________________________________________________________
769 [  6480] By: jhi                                   on 2000/08/01  18:05:28
770         Log: Make p4desc to skip non-mainperl branches by default.
771      Branch: perl
772            ! Porting/p4desc
773 ____________________________________________________________________________
774 [  6479] By: jhi                                   on 2000/08/01  17:29:19
775         Log: If gccosandvers is equal to osname, clear gccosandvers.
776      Branch: metaconfig/U/perl
777            ! gccvers.U
778      Branch: perl
779            ! Configure config_h.SH
780 ____________________________________________________________________________
781 [  6478] By: jhi                                   on 2000/08/01  15:54:08
782         Log: BOM patching from Simon Cozens.
783      Branch: perl
784            ! toke.c
785 ____________________________________________________________________________
786 [  6477] By: jhi                                   on 2000/08/01  04:50:33
787         Log: Stash away the largefiles flags and libswanted.
788      Branch: perl
789            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
790 ____________________________________________________________________________
791 [  6476] By: gsar                                  on 2000/08/01  04:24:24
792         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
793              on Windows)
794      Branch: perl
795            ! t/pragma/utf8.t utf8.c win32/win32.c
796 ____________________________________________________________________________
797 [  6475] By: jhi                                   on 2000/08/01  03:35:24
798         Log: Make chr() for values >127 to create utf8 when under utf8.
799              
800              Subject: Re: uft8/chr()
801              From: simon@brecon.co.uk (Simon Cozens)
802              Date: 1 Aug 2000 02:37:02 GMT
803              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
804      Branch: perl
805            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
806 ____________________________________________________________________________
807 [  6474] By: jhi                                   on 2000/08/01  02:36:18
808         Log: In Digital UNIX warn if gcc explicitly chosen because even
809              2.95.2 is known to cause problems.
810      Branch: perl
811            ! hints/dec_osf.sh
812 ____________________________________________________________________________
813 [  6473] By: jhi                                   on 2000/08/01  02:00:56
814         Log: Make the safety catch for buggy gccs work with triple version
815              numbers like 2.95.2.  Reported in
816              
817              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
818              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
819              Date: Mon, 31 Jul 2000 14:55:06 +0200
820              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
821      Branch: perl
822            ! hints/dec_osf.sh
823 ____________________________________________________________________________
824 [  6472] By: jhi                                   on 2000/08/01  01:13:33
825         Log: Subject: fix and question re: waitpid() under win32
826              From: Brian Clarke <clarke@appliedmeta.com>
827              Date: Fri, 28 Jul 2000 15:18:29 -0400
828              Message-ID: <3981DC85.290314EB@appliedmeta.com>
829              
830              Slightly reformatted and WNOHANG # define moved to win32.h
831              so that also POSIX.xs sees it, as suggsted by Sarathy.
832      Branch: perl
833            ! win32/win32.c win32/win32.h
834 ____________________________________________________________________________
835 [  6471] By: jhi                                   on 2000/08/01  00:55:05
836         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
837              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
838              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
839              Date: Mon, 31 Jul 2000 13:28:51 +0100
840              
841              (aka ID 20000730.002)
842      Branch: perl
843            ! op.c t/op/tr.t
844 ____________________________________________________________________________
845 [  6470] By: jhi                                   on 2000/07/31  23:34:42
846         Log: Document the problem with -P in HP-UX and its workaround.
847              
848              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
849              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
850              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
851              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
852      Branch: perl
853            ! README.hpux
854 ____________________________________________________________________________
855 [  6469] By: jhi                                   on 2000/07/31  04:15:02
856         Log: The swallow_bom() saga continues.  The #23 of require.t
857              (UTF16-LE) still fails (silently, no output) but the #22
858              (UTF16-BE) seems to be working now.  The root of the
859              failure may be in sv_gets(): is it UTF-16LE-aware,
860              especially when it comes to line endings? 
861      Branch: perl
862            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
863            ! t/comp/require.t toke.c utf8.c
864 ____________________________________________________________________________
865 [  6468] By: jhi                                   on 2000/07/30  19:05:48
866         Log: Find green threads before native threads.
867              
868              Subject: Re: Patch to jpl/JNI/Makefile.PL
869              From: Jens Thomsen <jens@fiend.cis.com>
870              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
871              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
872      Branch: perl
873            ! jpl/JNI/Makefile.PL
874 ____________________________________________________________________________
875 [  6467] By: jhi                                   on 2000/07/30  18:36:22
876         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
877      Branch: perl
878            ! doop.c
879 ____________________________________________________________________________
880 [  6466] By: jhi                                   on 2000/07/30  04:37:29
881         Log: A new version of the "remove UPPERACSE string comparison"
882              operators.  The problem with the previous one (change #6454)
883              was that it was for Perl 5.6.0.  From Paul Marquess.
884      Branch: perl
885            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
886            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
887            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
888 ____________________________________________________________________________
889 [  6465] By: jhi                                   on 2000/07/29  22:39:56
890         Log: Do not upgrade SVs into utf8 just because they participate
891              in eq or cmp.  Reported and fix suggested in
892              
893              Subject: [ID 20000720.009] sv_eq UTF8 bug
894              From: "Simon Cozens" <simon@othersideofthe.earth.li>
895              Date: 21 Jul 2000 04:37:29 -0000
896              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
897              
898              Exercise for the kind reader: should we or should we not
899              cache the utf8 conversion alonside the SV? (as magic,
900              as thestrxfrm()ed version is cached under use locale)
901              Argue both for and against.
902      Branch: perl
903            ! sv.c
904 ____________________________________________________________________________
905 [  6464] By: jhi                                   on 2000/07/29  22:36:22
906         Log: Subject: UTF8 concat
907              From: simon@brecon.co.uk (Simon Cozens) 
908              Date: 30 Jun 2000 06:13:25 GMT
909              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
910              
911              (with a memory leak fixed, plus a few casts added)
912              
913              This also seems to help for
914              
915              Subject: [ID 20000716.015] join UTF8 weirdness
916              From: root <root@ak-71.mind.de> 
917              Date: Sat, 15 Jul 2000 15:29:54 +0200
918              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
919              
920              (from Andreas König)
921      Branch: perl
922            ! pp_hot.c
923 ____________________________________________________________________________
924 [  6463] By: jhi                                   on 2000/07/29  00:55:39
925         Log: Tune the comments and hopefully stop a memory leak.
926      Branch: perl
927            ! toke.c utf8.c
928 ____________________________________________________________________________
929 [  6462] By: jhi                                   on 2000/07/29  00:16:53
930         Log: The problem described in this
931              
932              Subject: [ID 20000322.018] named chars aren't magical enough
933              From: root <root@dixie.cscaper.com>     
934              Date: Wed, 22 Mar 2000 18:37:42 -0700
935              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
936              
937              has been fixed in perl 5.6.0 but just in case added a test
938              to keep it away.  (The report from Joseph Hall.)
939      Branch: perl
940            ! t/lib/charnames.t
941 ____________________________________________________________________________
942 [  6461] By: jhi                                   on 2000/07/28  23:56:36
943         Log: Tiny fixes for #6460.
944      Branch: metaconfig/U/perl
945            ! gccvers.U
946      Branch: perl
947            ! Configure config_h.SH
948 ____________________________________________________________________________
949 [  6460] By: jhi                                   on 2000/07/28  23:24:41
950         Log: Warn if the version of the operating system used to compile gcc
951              differs from the current version of the operating system.
952              Also display the gcc compilation os and version in myconfig.
953              Inspiration from
954              
955              Subject: Re: [ID 20000710.003] ERRORS!!         
956              From: "Kurt D. Starsinic" <kstar@chapin.edu>
957              Date: Mon, 10 Jul 2000 15:54:16 -0400
958              Message-ID: <20000710155416.A1384@O2.chapin.edu>
959      Branch: metaconfig/U/perl
960            ! gccvers.U
961      Branch: perl
962            ! Configure config_h.SH myconfig.SH
963 ____________________________________________________________________________
964 [  6459] By: jhi                                   on 2000/07/28  22:00:32
965         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
966              letter to $Config{osvers}.
967      Branch: metaconfig
968            ! U/modified/Oldconfig.U
969      Branch: perl
970            ! Configure config_h.SH
971 ____________________________________________________________________________
972 [  6458] By: jhi                                   on 2000/07/28  04:15:39
973         Log: Back out #6454, doesn't seem to work.
974              (Reason: that patch was for perl 5.6.0, not perl-current)
975              (A version of the patch for perl-current came in later as #6466)
976      Branch: perl
977            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
978            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
979            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
980 ____________________________________________________________________________
981 [  6457] By: jhi                                   on 2000/07/27  23:31:49
982         Log: Use setproctitle() if available to modify $0.
983              
984              Subject: setting $* on BSD4 broken
985              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
986              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
987              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
988      Branch: metaconfig
989            ! U/modified/Myinit.U
990      Branch: perl
991            ! Configure config_h.SH mg.c
992 ____________________________________________________________________________
993 [  6456] By: jhi                                   on 2000/07/27  14:50:47
994         Log: Allow "no AutoLoader;", based on change #6444,
995              suggested by Graham Barr.
996      Branch: perl
997            ! lib/AutoLoader.pm
998 ____________________________________________________________________________
999 [  6455] By: jhi                                   on 2000/07/27  14:19:10
1000         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
1001              From: rspier@pobox.com (Robert Spier)
1002              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
1003              Message-ID: <14720.15855.787664.424783@rls.cx>
1004      Branch: perl
1005            ! pod/perldiag.pod
1006 ____________________________________________________________________________
1007 [  6454] By: jhi                                   on 2000/07/27  14:03:02
1008         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
1009              for a long time).
1010              
1011              Reported in
1012              
1013              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
1014              From: Ryan Herbert <rherbert@sycamorehq.com>
1015              Date: Mon, 17 Jul 2000 11:40:42 -0400
1016              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
1017              
1018              Patched in
1019              
1020              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
1021              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1022              Date: Wed, 26 Jul 2000 23:40:18 +0100
1023              Message-ID: <000001bff752$79511880$0a17073e@tiny>
1024              
1025              based on an earlier patch from Stephen P. Potter.
1026              
1027              (Removed later by change #6458 because this patch was for
1028              perl 5.6.0, not perl-current)
1029      Branch: perl
1030            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
1031            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
1032            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
1033 ____________________________________________________________________________
1034 [  6453] By: jhi                                   on 2000/07/27  13:48:02
1035         Log: Subject: [PATCH] fixes bug 20000508.004
1036              From: Michael Stevens <mstevens@globnix.org>
1037              Date: Thu, 27 Jul 2000 13:49:04 +0100
1038              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
1039      Branch: perl
1040            ! pod/perldata.pod
1041 ____________________________________________________________________________
1042 [  6452] By: jhi                                   on 2000/07/26  23:51:26
1043         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
1044              and Craig A. Berry.
1045      Branch: perl
1046            ! lib/File/Temp.pm pod/perlport.pod
1047 ____________________________________________________________________________
1048 [  6451] By: jhi                                   on 2000/07/26  19:43:30
1049         Log: Be wary of close()s, too.
1050              
1051              Subject: Re: [PATCH] perlbug cleanup
1052              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1053              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
1054              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
1055      Branch: perl
1056            ! utils/perlbug.PL
1057 ____________________________________________________________________________
1058 [  6450] By: jhi                                   on 2000/07/26  18:41:40
1059         Log: Subject: Minor doc patch: handy.h
1060              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
1061              Date: Wed, 26 Jul 2000 15:34:25 -0300
1062              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
1063      Branch: perl
1064            ! handy.h pod/perlapi.pod
1065 ____________________________________________________________________________
1066 [  6449] By: jhi                                   on 2000/07/26  18:23:55
1067         Log: Subject: [PATCH] minor doc change - perlguts
1068              From: Michael Stevens <mstevens@globnix.org>
1069              Date: Thu, 13 Jul 2000 12:39:18 +0100
1070              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
1071      Branch: perl
1072            ! pod/perlguts.pod
1073 ____________________________________________________________________________
1074 [  6448] By: jhi                                   on 2000/07/26  18:20:30
1075         Log: open() wariness in perlbug.
1076              
1077              Subject: [PATCH] perlbug cleanup
1078              From: Michael Stevens <mstevens@globnix.org>
1079              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
1080              Date: Thu, 13 Jul 2000 15:52:23 +0100
1081      Branch: perl
1082            ! utils/perlbug.PL
1083 ____________________________________________________________________________
1084 [  6447] By: jhi                                   on 2000/07/26  18:13:04
1085         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
1086      Branch: perl
1087            ! lib/File/Temp.pm t/lib/ftmp-security.t
1088 ____________________________________________________________________________
1089 [  6446] By: jhi                                   on 2000/07/26  18:06:32
1090         Log: docfix from Peter Scott <Peter@PSDT.com>.
1091      Branch: perl
1092            ! pod/perlfunc.pod
1093 ____________________________________________________________________________
1094 [  6445] By: jhi                                   on 2000/07/26  17:53:31
1095         Log: Fix *foo{FORMAT}.
1096              
1097              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1098              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
1099              Date: Wed, 26 Jul 2000 19:51:02 +0200
1100              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
1101              
1102              From: Graham Barr <gbarr@pobox.com>
1103              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
1104              Date: Wed, 26 Jul 2000 17:38:36 +0100
1105              Message-ID: <20000726173836.L472@pobox.com>
1106      Branch: perl
1107            ! pp.c sv.c t/op/gv.t
1108 ____________________________________________________________________________
1109 [  6444] By: jhi                                   on 2000/07/26  17:49:14
1110         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
1111              from Graham Barr in the module list.
1112      Branch: perl
1113            ! gv.c pod/perlobj.pod
1114 ____________________________________________________________________________
1115 [  6443] By: jhi                                   on 2000/07/26  16:06:56
1116         Log: More split() doc and test patches from Mike Guy.
1117      Branch: perl
1118            ! pod/perlfunc.pod t/op/split.t
1119 ____________________________________________________________________________
1120 [  6442] By: jhi                                   on 2000/07/26  16:05:30
1121         Log: MacOS nits from Matthias Neeracher.
1122      Branch: perl
1123            ! perl.c pp_ctl.c
1124 ____________________________________________________________________________
1125 [  6441] By: jhi                                   on 2000/07/26  04:39:57
1126         Log: Subject: [PATCH] split /^/
1127              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1128              Date: Tue, 25 Jul 2000 14:18:57 +0100
1129              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
1130              
1131              (with notes from tchrist and gbarr)
1132      Branch: perl
1133            ! pod/perlfunc.pod t/op/split.t
1134 ____________________________________________________________________________
1135 [  6440] By: jhi                                   on 2000/07/26  04:32:32
1136         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
1137              From: Peter Prymmer <pvhp@forte.com>
1138              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
1139              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
1140      Branch: perl
1141            ! vms/munchconfig.c
1142 ____________________________________________________________________________
1143 [  6439] By: jhi                                   on 2000/07/26  04:31:01
1144         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
1145              to be fatal errors (instead of by default ignoring them, and
1146              ignoring with a bug: even though -w gave an error, the opening [
1147              was left in)  Reported in:
1148              
1149              Subject: [ID 20000716.024] [=cc=] / [:blank:]
1150              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
1151              Date: Sun, 16 Jul 2000 17:55:29 -0700
1152              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
1153      Branch: perl
1154            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
1155 ____________________________________________________________________________
1156 [  6438] By: jhi                                   on 2000/07/25  15:41:15
1157         Log: Subject: [PATCH] av.c apidoc
1158              From: simon@brecon.co.uk (Simon Cozens)
1159              Date: 24 Jul 2000 06:40:52 GMT
1160              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
1161      Branch: perl
1162            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
1163            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
1164 ____________________________________________________________________________
1165 [  6437] By: jhi                                   on 2000/07/25  14:05:36
1166         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
1167              From: "Stephen P. Potter" <spp@ds.net>
1168              Date: Mon, 24 Jul 2000 14:22:23 -0400
1169              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
1170      Branch: perl
1171            ! pod/perllocale.pod
1172 ____________________________________________________________________________
1173 [  6436] By: jhi                                   on 2000/07/25  14:02:03
1174         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
1175              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1176              Date: Mon, 24 Jul 2000 18:04:28 +0100
1177              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
1178      Branch: perl
1179            ! t/lib/syslfs.t t/op/lfs.t
1180 ____________________________________________________________________________
1181 [  6435] By: jhi                                   on 2000/07/25  13:59:28
1182         Log: Get UTF16 BOMs working.  Patch from
1183              
1184              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
1185              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1186              Date: Tue, 25 Jul 2000 12:52:45 +0100
1187              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
1188              
1189              and notes from
1190              
1191              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
1192              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1193              Date: Tue, 25 Jul 2000 11:43:25 +0100
1194              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
1195      Branch: perl
1196            ! t/comp/require.t toke.c utf8.c
1197 ____________________________________________________________________________
1198 [  6434] By: jhi                                   on 2000/07/25  02:39:54
1199         Log: Make the "uninit variable" warning to say "concat or string"
1200              or "join or string" when in concat or join .
1201              
1202              Subject: Re: [ID 20000403.009] uninitialised concatenation???
1203              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1204              Date: Tue, 04 Apr 2000 18:22:58 +0100
1205              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
1206              
1207              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
1208              From: William R Ward <hermit@BayView.COM>
1209              Date: Thu, 30 Mar 2000 19:50:03 -0800
1210              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
1211      Branch: perl
1212            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
1213            ! t/pragma/warn/op t/pragma/warn/sv
1214 ____________________________________________________________________________
1215 [  6433] By: jhi                                   on 2000/07/24  17:52:56
1216         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
1217      Branch: perl
1218            ! lib/File/Spec/VMS.pm
1219 ____________________________________________________________________________
1220 [  6432] By: jhi                                   on 2000/07/24  17:44:44
1221         Log: Test cases for #6431.
1222              
1223              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
1224              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1225              Date: Mon, 24 Jul 2000 15:32:29 +0100
1226              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
1227      Branch: perl
1228            ! t/op/pat.t t/op/split.t
1229 ____________________________________________________________________________
1230 [  6431] By: jhi                                   on 2000/07/24  17:43:17
1231         Log: Bind op fix.
1232              
1233              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
1234              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1235              Date: Mon, 17 Jul 2000 20:04:56 +0100
1236              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
1237      Branch: perl
1238            ! op.c
1239 ____________________________________________________________________________
1240 [  6430] By: jhi                                   on 2000/07/24  03:42:42
1241         Log: Subject: [ID 20000716.023] syslog test fails without sockets
1242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1243              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
1244              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
1245      Branch: metaconfig/U/perl
1246            ! Extensions.U
1247      Branch: perl
1248            ! Configure config_h.SH
1249 ____________________________________________________________________________
1250 [  6429] By: jhi                                   on 2000/07/24  03:11:52
1251         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
1252              case, but add also notes explaining the relationship of this
1253              patch and the earlier notes by Sarathy.
1254              
1255              Subject: Map is still slow
1256              From: "Ben Tilly" <ben_tilly@hotmail.com>
1257              Date: Sat, 15 Jul 2000 17:23:27 EDT
1258              Message-ID: <20000715212327.21656.qmail@hotmail.com>
1259      Branch: perl
1260            ! pp_ctl.c
1261 ____________________________________________________________________________
1262 [  6428] By: jhi                                   on 2000/07/24  02:58:52
1263         Log: Documentation to explain the behaviour of map().
1264              
1265              Subject: Re: Map is still slow 
1266              From: Gurusamy Sarathy <gsar@ActiveState.com>
1267              Date: Sat, 15 Jul 2000 16:05:09 -0700
1268              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
1269      Branch: perl
1270            ! pp_ctl.c
1271 ____________________________________________________________________________
1272 [  6427] By: jhi                                   on 2000/07/24  02:50:03
1273         Log: Add tests for
1274              [ID 19991110.003] another matching finding by pcre author
1275              which has already been fixed by some patch, as verified in
1276              
1277              Subject: Re: two regex bugs from the mists of time (well, last November)
1278              From: Hugo <hv@crypt.compulink.co.uk>
1279              Date: Sat, 22 Jul 2000 18:12:58 +0100
1280              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
1281      Branch: perl
1282            ! t/op/re_tests
1283 ____________________________________________________________________________
1284 [  6426] By: jhi                                   on 2000/07/24  02:11:20
1285         Log: A missing 'break' after the [[:space:]] switch case.
1286              
1287              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
1288              From: "Stephen P. Potter" <spp@ds.net>
1289              Date: Tue, 18 Jul 2000 16:25:17 -0400
1290              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
1291      Branch: perl
1292            ! regcomp.c
1293 ____________________________________________________________________________
1294 [  6425] By: jhi                                   on 2000/07/24  02:06:12
1295         Log: The output might have been produced in the wrong order.
1296              
1297              Subject: [ID 20000720.003] [PATCH] t/op/write.t
1298              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1299              Date: Thu, 20 Jul 2000 18:49:18 +0100
1300              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
1301      Branch: perl
1302            ! t/op/write.t
1303 ____________________________________________________________________________
1304 [  6424] By: jhi                                   on 2000/07/24  02:00:07
1305         Log: Use STDOUT consistently.
1306              
1307              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
1308              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1309              Date: Thu, 20 Jul 2000 18:04:01 +0100
1310              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
1311      Branch: perl
1312            ! lib/Test/Harness.pm
1313 ____________________________________________________________________________
1314 [  6423] By: jhi                                   on 2000/07/24  01:54:54
1315         Log: Protect against "wild next"s, that is, callbacks doing "next"
1316              instead of "return".
1317              
1318              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
1319              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1320              Date: Tue, 18 Jul 2000 11:30:16 +0100
1321              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
1322      Branch: perl
1323            ! lib/File/Find.pm
1324 ____________________________________________________________________________
1325 [  6422] By: jhi                                   on 2000/07/24  01:35:47
1326         Log: Out-of-date note removed.
1327              
1328              Subject: [PATCH] documentation perlipc
1329              From: rspier@pobox.com (Robert Spier)
1330              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
1331              Message-ID: <14711.35178.572612.502654@rls.cx>
1332      Branch: perl
1333            ! pod/perlipc.pod
1334 ____________________________________________________________________________
1335 [  6421] By: jhi                                   on 2000/07/24  00:09:18
1336         Log: Send all installperl messages to STDERR and be -w clean.
1337              
1338              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
1339              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1340              Date: Sat, 22 Jul 2000 14:02:11 +0100
1341              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
1342      Branch: perl
1343            ! installperl
1344 ____________________________________________________________________________
1345 [  6420] By: jhi                                   on 2000/07/24  00:04:19
1346         Log: Decutandpasto.
1347              
1348              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
1349              From: "Richard Soderberg" <rs@crystalflame.net>
1350              Date: Sun, 23 Jul 2000 01:37:23 -0700
1351              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
1352      Branch: perl
1353            ! pod/perlipc.pod
1354 ____________________________________________________________________________
1355 [  6419] By: jhi                                   on 2000/07/24  00:01:12
1356         Log: A cleaner abs_path().
1357              Subject: Re: unix alternative to Cwd.pm
1358              From: Jeff Pinyan <jeffp@crusoe.net>
1359              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
1360              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
1361      Branch: perl
1362            ! lib/Cwd.pm
1363 ____________________________________________________________________________
1364 [  6418] By: jhi                                   on 2000/07/23  23:48:56
1365         Log: Detypo.
1366              
1367              Subject: [PATCH perl-current] Typo in hints/powerux.sh
1368              From: "Richard Soderberg" <rs@crystalflame.net>
1369              Date: Sun, 23 Jul 2000 01:27:33 -0700
1370              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
1371      Branch: perl
1372            ! hints/powerux.sh
1373 ____________________________________________________________________________
1374 [  6417] By: jhi                                   on 2000/07/17  22:13:31
1375         Log: Subject: SDBM_File documentation
1376              From: mjd@plover.com
1377              Date: 16 Jul 2000 17:41:17 -0000
1378              Message-ID: <20000716174117.18515.qmail@plover.com>
1379      Branch: perl
1380            ! ext/SDBM_File/SDBM_File.pm
1381 ____________________________________________________________________________
1382 [  6416] By: jhi                                   on 2000/07/17  19:13:26
1383         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
1384      Branch: perl
1385            ! hints/mpeix.sh mpeix/relink
1386 ____________________________________________________________________________
1387 [  6415] By: jhi                                   on 2000/07/15  14:11:02
1388         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
1389              the utf8 'characters' can be more than one octet).
1390              
1391              Date: Sat, 15 Jul 2000 00:21:56 +0100
1392              From: Tom Hughes <tom@compton.nu>
1393              Subject: Re: [ID 20000714.002]
1394              Message-ID: <db2334de49.tom@compton.compton.nu>
1395              
1396              Reported in
1397              
1398              Subject: [ID 20000714.002]
1399              From: "Simon Cozens" <simon@othersideofthe.earth.li>
1400              Date: 14 Jul 2000 15:13:09 -0000
1401              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
1402      Branch: perl
1403            ! doop.c
1404 ____________________________________________________________________________
1405 [  6414] By: jhi                                   on 2000/07/15  03:13:41
1406         Log: another VMS build tweak from Peter Prymmer
1407      Branch: perl
1408            ! vms/descrip_mms.template
1409 ____________________________________________________________________________
1410 [  6413] By: jhi                                   on 2000/07/15  03:10:40
1411         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
1412      Branch: perl
1413            ! vms/perlvms.pod
1414 ____________________________________________________________________________
1415 [  6412] By: jhi                                   on 2000/07/15  00:31:05
1416         Log: More docs for sv functions.
1417              
1418              Subject: [PATCH cfgperl] sv.c apidoc
1419              From: simon@brecon.co.uk (Simon Cozens)
1420              Date: 13 Jul 2000 09:00:20 GMT
1421              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
1422              
1423              Subject: Re: [PATCH cfgperl] sv.c apidoc
1424              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1425              Date: Thu, 13 Jul 2000 12:27:41 +0100
1426              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
1427              
1428              Subject: Re: [PATCH cfgperl] sv.c apidoc
1429              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1430              Date: Thu, 13 Jul 2000 13:23:09 +0100
1431              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
1432              
1433              Subject: Re: [PATCH cfgperl] sv.c apidoc
1434              From: simon@brecon.co.uk (Simon Cozens)
1435              Date: 14 Jul 2000 06:51:02 GMT
1436              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
1437      Branch: perl
1438            ! embed.pl pod/perlapi.pod sv.c
1439 ____________________________________________________________________________
1440 [  6411] By: jhi                                   on 2000/07/15  00:10:41
1441         Log: lib/b test fixes from Peter Prymmer.
1442      Branch: perl
1443            ! t/lib/b.t
1444 ____________________________________________________________________________
1445 [  6410] By: jhi                                   on 2000/07/15  00:02:09
1446         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
1447              From: Hugo <hv@crypt.compulink.co.uk>
1448              Date: Fri, 14 Jul 2000 23:05:20 +0100
1449              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
1450              
1451              Didn't anymore apply, but that point still could use another fix.
1452      Branch: perl
1453            ! pod/perlfunc.pod
1454 ____________________________________________________________________________
1455 [  6409] By: jhi                                   on 2000/07/14  23:15:15
1456         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
1457              not in pod, from Peter Prymmer
1458      Branch: perl
1459            ! vms/descrip_mms.template
1460 ____________________________________________________________________________
1461 [  6408] By: jhi                                   on 2000/07/14  20:35:05
1462         Log: The bug report
1463              [ID 19991110.002] minimal matching discrepancy found by pcre author
1464              seems to have been fixed (though differently from what was suggested
1465              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
1466      Branch: perl
1467            ! t/op/re_tests
1468 ____________________________________________________________________________
1469 [  6407] By: jhi                                   on 2000/07/14  17:38:08
1470         Log: Fix AutoSplit to use File::Spec the right way in VMS,
1471              from Peter Prymmer.
1472      Branch: perl
1473            ! lib/AutoSplit.pm
1474 ____________________________________________________________________________
1475 [  6406] By: jhi                                   on 2000/07/14  14:13:22
1476         Log: Merge perlhacktut into perlhack, update perlguts.
1477              
1478              Subject: Re: Perlhacktut
1479              From: simon@brecon.co.uk (Simon Cozens)
1480              Date: 14 Jul 2000 06:49:21 GMT
1481              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
1482              
1483              Subject: Re: Perlhacktut
1484              From: simon@brecon.co.uk (Simon Cozens)
1485              Date: 14 Jul 2000 07:09:45 GMT
1486              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
1487      Branch: perl
1488            ! pod/perlguts.pod pod/perlhack.pod
1489 ____________________________________________________________________________
1490 [  6405] By: jhi                                   on 2000/07/14  14:02:31
1491         Log: Integrate with Sarathy.
1492      Branch: cfgperl
1493           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
1494           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
1495           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
1496 ____________________________________________________________________________
1497 [  6404] By: gsar                                  on 2000/07/14  12:15:02
1498         Log: PERL_OBJECT build tweaks
1499      Branch: perl
1500            ! toke.c
1501 ____________________________________________________________________________
1502 [  6403] By: gsar                                  on 2000/07/14  11:23:41
1503         Log: inconsistent types needs casts
1504      Branch: perl
1505            ! toke.c
1506 ____________________________________________________________________________
1507 [  6402] By: gsar                                  on 2000/07/14  11:12:04
1508         Log: typos in change#6399, regen headers
1509      Branch: perl
1510            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
1511 ____________________________________________________________________________
1512 [  6401] By: gsar                                  on 2000/07/14  10:59:12
1513         Log: typecasts needed for change#6394
1514      Branch: perl
1515            ! toke.c
1516 ____________________________________________________________________________
1517 [  6400] By: gsar                                  on 2000/07/14  10:49:37
1518         Log: integrate cfgperl contents into mainline
1519      Branch: perl
1520           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
1521           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
1522 ____________________________________________________________________________
1523 [  6399] By: gsar                                  on 2000/07/14  10:38:35
1524         Log: enable UTF-16 filter by default if relevant BOM is seen; various
1525              cleanups (typos, misformatted code, and small bugs)
1526      Branch: perl
1527            ! doop.c embed.pl mg.c op.c pp.c toke.c
1528 ____________________________________________________________________________
1529 [  6398] By: gsar                                  on 2000/07/14  08:55:38
1530         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
1531              name suggests anyway)
1532      Branch: perl
1533            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
1534 ____________________________________________________________________________
1535 [  6397] By: gsar                                  on 2000/07/14  08:44:33
1536         Log: move new variables to the end of the interpreter structure (for
1537              bincompat in code that doesn't #include XSUB.h)
1538      Branch: perl
1539            ! intrpvar.h
1540 ____________________________________________________________________________
1541 [  6396] By: gsar                                  on 2000/07/14  08:13:58
1542         Log: MakeMaker should not remove editor backups (*~) on `make clean`
1543              by default (completes change#6383)
1544      Branch: perl
1545            ! lib/ExtUtils/MM_Unix.pm
1546 ____________________________________________________________________________
1547 [  6395] By: jhi                                   on 2000/07/14  05:20:33
1548         Log: Replace change #6337 with a better one.
1549              
1550              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
1551              From: Hugo <hv@crypt.compulink.co.uk>
1552              Date: Fri, 14 Jul 2000 04:16:20 +0100
1553              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
1554      Branch: cfgperl
1555            ! regexec.c t/op/re_tests
1556 ____________________________________________________________________________
1557 [  6394] By: jhi                                   on 2000/07/14  01:33:59
1558         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
1559      Branch: cfgperl
1560            ! embed.pl global.sym proto.h toke.c
1561 ____________________________________________________________________________
1562 [  6393] By: jhi                                   on 2000/07/13  23:41:23
1563         Log: remove discarded test
1564      Branch: cfgperl
1565            ! MANIFEST
1566 ____________________________________________________________________________
1567 [  6392] By: jhi                                   on 2000/07/13  23:32:25
1568         Log: The {multiplier} of a fixed substring was overlooked which
1569              caused a wrong initial search offset for that substring.
1570              
1571              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
1572              From: Hugo <hv@crypt.compulink.co.uk>
1573              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
1574              Date: Thu, 13 Jul 2000 19:27:13 +0100
1575      Branch: cfgperl
1576            ! regcomp.c t/op/re_tests
1577 ____________________________________________________________________________
1578 [  6391] By: jhi                                   on 2000/07/13  16:37:42
1579         Log: typo fix from Craig Berry
1580      Branch: cfgperl
1581            ! vms/subconfigure.com
1582 ____________________________________________________________________________
1583 [  6390] By: jhi                                   on 2000/07/13  13:20:12
1584         Log: Integrate with Sarathy.
1585      Branch: cfgperl
1586            - t/op/method2entersub.t
1587           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
1588           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
1589           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
1590           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
1591 ____________________________________________________________________________
1592 [  6389] By: jhi                                   on 2000/07/13  13:18:48
1593         Log: Detypo from Peter Prymmer, part of #6388.
1594      Branch: cfgperl
1595            ! Configure config_h.SH
1596      Branch: metaconfig
1597            ! U/modified/d_longlong.U
1598 ____________________________________________________________________________
1599 [  6388] By: gsar                                  on 2000/07/13  06:33:40
1600         Log: typos (spotted by Peter Prymmer)
1601      Branch: perl
1602            ! Configure t/lib/english.t
1603 ____________________________________________________________________________
1604 [  6387] By: gsar                                  on 2000/07/13  05:35:28
1605         Log: new selfloader.t in change#6183 doesn't close DATA handles,
1606              and thus fails to clean up tmp files on dosish platforms
1607      Branch: perl
1608            ! t/lib/selfloader.t
1609 ____________________________________________________________________________
1610 [  6386] By: gsar                                  on 2000/07/12  21:42:39
1611         Log: sprintf test tweaks (from Dominic Dunlop)
1612      Branch: perl
1613            ! t/op/sprintf.t
1614 ____________________________________________________________________________
1615 [  6385] By: gsar                                  on 2000/07/12  21:33:46
1616         Log: fix bugs in processing %v-*d and similar format specs (from
1617              Avi Finkel <avi@finkel.org>)
1618      Branch: perl
1619            ! sv.c t/op/sprintf.t
1620 ____________________________________________________________________________
1621 [  6384] By: gsar                                  on 2000/07/12  16:04:19
1622         Log: readd missing perldelta.pod changes from changes#6339,6376
1623      Branch: perl
1624            ! pod/perldelta.pod
1625 ____________________________________________________________________________
1626 [  6383] By: gsar                                  on 2000/07/12  16:00:51
1627         Log: don't clobber *.orig files on *clean targets
1628      Branch: perl
1629            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
1630 ____________________________________________________________________________
1631 [  6382] By: gsar                                  on 2000/07/12  07:59:12
1632         Log: fix broken integrations in cfgperl
1633      Branch: cfgperl
1634           !> Changes pod/perldelta.pod
1635 ____________________________________________________________________________
1636 [  6381] By: gsar                                  on 2000/07/12  07:42:17
1637         Log: integrate cfgperl changes into mainline
1638      Branch: perl
1639            ! Changes
1640           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
1641           !> pod/perlre.pod
1642 ____________________________________________________________________________
1643 [  6380] By: gsar                                  on 2000/07/12  07:31:00
1644         Log: get sprintf.t to adjust properly for 3-digit exponents
1645      Branch: perl
1646            ! t/op/sprintf.t
1647 ____________________________________________________________________________
1648 [  6379] By: gsar                                  on 2000/07/12  06:40:04
1649         Log: change#6174 needs corresponding change in win32/config_h.PL,
1650              which grovels through config_h.SH to find the config.h name
1651      Branch: perl
1652            ! win32/config_h.PL
1653 ____________________________________________________________________________
1654 [  6378] By: jhi                                   on 2000/07/12  05:03:59
1655         Log: Do the cc sanity check both before the hints and
1656              after the cc selction.
1657      Branch: cfgperl
1658            ! Configure config_h.SH
1659      Branch: metaconfig
1660            ! U/modified/Oldconfig.U U/modified/cc.U
1661      Branch: metaconfig/U/perl
1662            + Checkcc.U
1663 ____________________________________________________________________________
1664 [  6377] By: jhi                                   on 2000/07/12  02:49:22
1665         Log: Fix nits noticed by Boston.pm.
1666      Branch: cfgperl
1667            ! pod/perlre.pod
1668 ____________________________________________________________________________
1669 [  6376] By: jhi                                   on 2000/07/11  21:22:13
1670         Log: Configure cosmetics and perldelta.
1671      Branch: cfgperl
1672            ! Configure config_h.SH pod/perldelta.pod
1673      Branch: metaconfig
1674            ! U/modified/cc.U
1675 ____________________________________________________________________________
1676 [  6375] By: gsar                                  on 2000/07/11  21:17:35
1677         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
1678      Branch: perl
1679            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
1680            ! win32/win32sck.c
1681 ____________________________________________________________________________
1682 [  6374] By: gsar                                  on 2000/07/11  20:48:50
1683         Log: tweak for build failure under multiplicity
1684      Branch: perl
1685            ! toke.c
1686 ____________________________________________________________________________
1687 [  6373] By: gsar                                  on 2000/07/11  20:37:23
1688         Log: integrate cfgperl changes#6325..6373 into mainline
1689              (NOTE: today's batch of integrations still untested)
1690      Branch: perl
1691           +> ext/DynaLoader/hints/netbsd.pl
1692            ! Changes
1693           !> (integrate 26 files)
1694 ____________________________________________________________________________
1695 [  6372] By: jhi                                   on 2000/07/11  20:30:36
1696         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
1697              regen perltoc.
1698      Branch: cfgperl
1699            + pod/perlbook.pod
1700            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
1701            ! pod/perltoc.pod
1702 ____________________________________________________________________________
1703 [  6371] By: jhi                                   on 2000/07/11  20:08:56
1704         Log: Minor cleanups on the booklist.
1705      Branch: cfgperl
1706            ! pod/perlfaq2.pod
1707 ____________________________________________________________________________
1708 [  6370] By: jhi                                   on 2000/07/11  19:31:13
1709         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
1710      Branch: cfgperl
1711            ! t/pragma/overload.t
1712 ____________________________________________________________________________
1713 [  6369] By: gsar                                  on 2000/07/11  19:27:48
1714         Log: integrate cfgperl changes#6293..6324 into mainline
1715      Branch: perl
1716           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
1717            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
1718           !> (integrate 30 files)
1719 ____________________________________________________________________________
1720 [  6368] By: gsar                                  on 2000/07/11  19:18:57
1721         Log: skip integrate of problematic change#6292 from cfgperl into mainline
1722      Branch: perl
1723           !> pp_hot.c
1724 ____________________________________________________________________________
1725 [  6367] By: gsar                                  on 2000/07/11  19:17:21
1726         Log: integrate cfgperl changes#6288..6290 into mainline
1727      Branch: perl
1728           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
1729 ____________________________________________________________________________
1730 [  6366] By: gsar                                  on 2000/07/11  19:11:18
1731         Log: integrate cfgperl changes#6268..6282 into mainline
1732      Branch: perl
1733           !> (integrate 30 files)
1734 ____________________________________________________________________________
1735 [  6365] By: gsar                                  on 2000/07/11  18:57:00
1736         Log: delete new accidentally branched file
1737      Branch: perl
1738            - t/op/method2entersub.t
1739 ____________________________________________________________________________
1740 [  6364] By: gsar                                  on 2000/07/11  18:55:13
1741         Log: skip integrate of change#6267 from cfgperl into mainline (the
1742              method call optimization is flawed without additional hints
1743              from user about immutableness of @ISA and no runtime method
1744              definitions)
1745      Branch: perl
1746           +> t/op/method2entersub.t
1747           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
1748           !> perl.h t/op/sprintf.t xsutils.c
1749 ____________________________________________________________________________
1750 [  6363] By: gsar                                  on 2000/07/11  18:49:43
1751         Log: integrate cfgperl changes#6261..6266 into mainline
1752      Branch: perl
1753           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
1754           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
1755           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1756           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
1757 ____________________________________________________________________________
1758 [  6362] By: gsar                                  on 2000/07/11  18:43:26
1759         Log: integrate cfgperl changes#6252..6260 into mainline
1760      Branch: perl
1761           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
1762           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
1763           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
1764           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
1765 ____________________________________________________________________________
1766 [  6361] By: gsar                                  on 2000/07/11  18:37:12
1767         Log: skip integrate of problematic change#6251 from cfgperl into mainline
1768      Branch: perl
1769           !> lib/Exporter.pm
1770 ____________________________________________________________________________
1771 [  6360] By: gsar                                  on 2000/07/11  18:34:56
1772         Log: integrate cfgperl change#6250 into mainline
1773      Branch: perl
1774           +> t/op/my_stash.t
1775           !> MANIFEST embed.pl proto.h toke.c
1776 ____________________________________________________________________________
1777 [  6359] By: gsar                                  on 2000/07/11  18:21:19
1778         Log: integrate cfgperl changes#6242..6249 into mainline
1779      Branch: perl
1780           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
1781           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
1782           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
1783           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
1784           !> t/lib/peek.t utf8.c
1785 ____________________________________________________________________________
1786 [  6358] By: gsar                                  on 2000/07/11  18:15:45
1787         Log: skip integrate of problematic change#6241 from cfgperl into mainline
1788      Branch: perl
1789           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
1790 ____________________________________________________________________________
1791 [  6357] By: jhi                                   on 2000/07/11  18:15:16
1792         Log: Fix for
1793              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
1794              From: Roderick Schertler <roderick@argon.org> 
1795              Date: Tue, 11 Jul 2000 13:55:05 -0400 
1796              Message-Id: <200007111755.NAA05077@jones.argon.org> 
1797      Branch: cfgperl
1798            ! doio.c
1799 ____________________________________________________________________________
1800 [  6356] By: jhi                                   on 2000/07/11  18:12:51
1801         Log: Typo in #6341.
1802      Branch: cfgperl
1803            ! pp_hot.c
1804 ____________________________________________________________________________
1805 [  6355] By: gsar                                  on 2000/07/11  18:12:10
1806         Log: integrate cfgperl changes#6231..6240 into mainline
1807      Branch: perl
1808           +> pod/perlutil.pod
1809           !> (integrate 35 files)
1810 ____________________________________________________________________________
1811 [  6354] By: jhi                                   on 2000/07/11  18:04:34
1812         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
1813              From: Dominic Dunlop <domo@computer.org> 
1814              Date: Tue, 11 Jul 2000 12:27:33 +0200 
1815              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
1816              
1817              Replaces change #6268.
1818      Branch: cfgperl
1819            ! t/op/sprintf.t
1820 ____________________________________________________________________________
1821 [  6353] By: gsar                                  on 2000/07/11  17:59:51
1822         Log: skip integrate of problematic change#6230 from cfgperl into mainline
1823              (a later version of File::Spec is already in mainline)
1824      Branch: perl
1825           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
1826           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
1827 ____________________________________________________________________________
1828 [  6352] By: gsar                                  on 2000/07/11  17:57:48
1829         Log: integrate cfgperl changes#6224..6229 into mainline
1830      Branch: perl
1831           +> lib/lib.pm.PL
1832            - lib/lib.pm
1833           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
1834           !> lib/English.pm op.c t/lib/english.t
1835 ____________________________________________________________________________
1836 [  6351] By: gsar                                  on 2000/07/11  17:50:10
1837         Log: skip integrate of problematic change#6223 from cfgperl into mainline
1838      Branch: perl
1839           !> doio.c
1840 ____________________________________________________________________________
1841 [  6350] By: gsar                                  on 2000/07/11  17:48:28
1842         Log: integrate cfgperl changes#6220..6222 into mainline
1843      Branch: perl
1844           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
1845           !> toke.c utf8.c win32/win32.h
1846 ____________________________________________________________________________
1847 [  6349] By: gsar                                  on 2000/07/11  17:46:13
1848         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
1849              mainline
1850      Branch: perl
1851           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
1852           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
1853           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1854 ____________________________________________________________________________
1855 [  6348] By: jhi                                   on 2000/07/11  17:45:49
1856         Log: README.posix-bc podified from Thomas Dorner.
1857      Branch: cfgperl
1858            ! README.posix-bc
1859 ____________________________________________________________________________
1860 [  6347] By: gsar                                  on 2000/07/11  17:42:04
1861         Log: integrate cfgperl change#6217 into mainline
1862      Branch: perl
1863           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
1864           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
1865           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
1866 ____________________________________________________________________________
1867 [  6346] By: gsar                                  on 2000/07/11  17:39:37
1868         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
1869              mainline
1870      Branch: perl
1871           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
1872           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
1873           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
1874           !> perlapi.h pod/perlapi.pod
1875 ____________________________________________________________________________
1876 [  6345] By: gsar                                  on 2000/07/11  17:36:42
1877         Log: integrate cfgperl changes#6207..6210 into mainline
1878      Branch: perl
1879           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
1880           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
1881 ____________________________________________________________________________
1882 [  6344] By: gsar                                  on 2000/07/11  17:31:20
1883         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
1884              mainline
1885      Branch: perl
1886           !> (integrate 40 files)
1887 ____________________________________________________________________________
1888 [  6343] By: gsar                                  on 2000/07/11  17:19:08
1889         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
1890      Branch: perl
1891           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
1892            ! Changes
1893           !> (integrate 34 files)
1894 ____________________________________________________________________________
1895 [  6342] By: jhi                                   on 2000/07/11  16:05:48
1896         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
1897              To: perl5-porters@perl.org
1898              From: Karsten Sperling <spiff@phreax.net>
1899              Date: Mon, 10 Jul 2000 15:12:52 +0200
1900              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
1901      Branch: cfgperl
1902            ! lib/Symbol.pm
1903 ____________________________________________________________________________
1904 [  6341] By: jhi                                   on 2000/07/11  15:59:23
1905         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
1906              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1907              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
1908              Date: Fri, 07 Jul 2000 17:57:16 +0100
1909      Branch: cfgperl
1910            ! pp_hot.c
1911 ____________________________________________________________________________
1912 [  6340] By: jhi                                   on 2000/07/11  15:55:47
1913         Log: Subject: Re: format bug report  [Patch]
1914              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1915              Date: Wed, 05 Jul 2000 13:12:52 +0200
1916              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
1917              
1918              Subject: Re: format bug report  [Patch]
1919              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1920              Date: Wed, 05 Jul 2000 14:10:01 +0200
1921              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
1922      Branch: cfgperl
1923            ! t/op/write.t toke.c
1924 ____________________________________________________________________________
1925 [  6339] By: jhi                                   on 2000/07/11  13:54:09
1926         Log: Be less forgiving about ambiguous and illegal tr ranges.
1927              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
1928              From: Mark-Jason Dominus <mjd@plover.com>
1929              Date: Tue, 04 Jul 2000 10:00:12 -0400
1930              Message-ID: <20000704140012.17772.qmail@plover.com>
1931              
1932              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
1933              From: Mark-Jason Dominus <mjd@plover.com>
1934              Date: Wed, 05 Jul 2000 09:37:36 -0400
1935              Message-ID: <20000705133736.27293.qmail@plover.com>
1936      Branch: cfgperl
1937            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
1938 ____________________________________________________________________________
1939 [  6338] By: jhi                                   on 2000/07/11  13:31:24
1940         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
1941              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1942              Date: Tue, 11 Jul 2000 13:50:51 +0100
1943              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
1944      Branch: cfgperl
1945            ! sv.c
1946 ____________________________________________________________________________
1947 [  6337] By: jhi                                   on 2000/07/11  13:29:14
1948         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
1949              From: Hugo <hv@crypt.compulink.co.uk>
1950              Date: Tue, 11 Jul 2000 12:44:50 +0100
1951              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
1952      Branch: cfgperl
1953            ! regexec.c t/op/re_tests
1954 ____________________________________________________________________________
1955 [  6336] By: jhi                                   on 2000/07/11  13:26:47
1956         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
1957              From: simon@brecon.co.uk (Simon Cozens)
1958              Date: 7 Jul 2000 11:26:09 GMT
1959              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
1960      Branch: cfgperl
1961            ! mg.c
1962 ____________________________________________________________________________
1963 [  6335] By: jhi                                   on 2000/07/11  13:23:37
1964         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
1965              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
1966              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
1967              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
1968      Branch: cfgperl
1969            + ext/DynaLoader/hints/netbsd.pl
1970            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
1971 ____________________________________________________________________________
1972 [  6334] By: jhi                                   on 2000/07/11  13:20:38
1973         Log: Subject: PATCH perlguts.pod: Document D and d magic types
1974              From: mjd@plover.com
1975              Date: 5 Jul 2000 18:01:51 -0000
1976              Message-ID: <20000705180151.29413.qmail@plover.com>
1977      Branch: cfgperl
1978            ! pod/perlguts.pod
1979 ____________________________________________________________________________
1980 [  6333] By: jhi                                   on 2000/07/11  13:15:51
1981         Log: Precedence goof, fix based on
1982              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
1983              From: Hugo <hv@crypt.compulink.co.uk>
1984              Date: Tue, 11 Jul 2000 12:52:38 +0100
1985              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
1986      Branch: cfgperl
1987            ! t/op/taint.t
1988 ____________________________________________________________________________
1989 [  6332] By: jhi                                   on 2000/07/11  12:40:17
1990         Log: Integrate with Sarathy.
1991      Branch: cfgperl
1992           !> win32/win32sck.c
1993 ____________________________________________________________________________
1994 [  6331] By: jhi                                   on 2000/07/10  20:14:16
1995         Log: Sprinkle ldlibpath.
1996      Branch: cfgperl
1997            ! pod/Makefile.SH
1998 ____________________________________________________________________________
1999 [  6330] By: jhi                                   on 2000/07/10  17:54:49
2000         Log: More POSIX.pod tweaks.
2001      Branch: cfgperl
2002            ! ext/POSIX/POSIX.pod
2003 ____________________________________________________________________________
2004 [  6329] By: jhi                                   on 2000/07/10  14:02:12
2005         Log: Reorder perl.pod once more.
2006      Branch: cfgperl
2007            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2008 ____________________________________________________________________________
2009 [  6328] By: gsar                                  on 2000/07/10  07:06:00
2010         Log: accept() leaks memory on windows due to incorrect ordering of
2011              closesocket() and fclose() calls
2012      Branch: perl
2013            ! win32/win32sck.c
2014 ____________________________________________________________________________
2015 [  6327] By: gsar                                  on 2000/07/10  06:49:17
2016         Log: winsock options weren't being set in all threads under ithreads
2017              (caused send()s from second and subsequent threads to fail)
2018      Branch: perl
2019            ! win32/win32sck.c
2020 ____________________________________________________________________________
2021 [  6326] By: jhi                                   on 2000/07/08  02:45:40
2022         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
2023              was cast to an unsigned (32-bit) integer with wild abandon.
2024      Branch: cfgperl
2025            ! ext/Devel/DProf/DProf.xs
2026 ____________________________________________________________________________
2027 [  6325] By: jhi                                   on 2000/07/07  18:50:33
2028         Log: Remove perlbook, update perlfaq book listing,
2029              rearrange perl.pod, regenerate perltoc.
2030      Branch: cfgperl
2031            - pod/perlbook.pod
2032            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
2033            ! pod/perlfaq2.pod pod/perltoc.pod
2034 ____________________________________________________________________________
2035 [  6324] By: jhi                                   on 2000/07/07  14:03:40
2036         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
2037      Branch: cfgperl
2038            ! sv.h toke.c
2039 ____________________________________________________________________________
2040 [  6323] By: jhi                                   on 2000/07/06  16:03:55
2041         Log: Fix complaints of buildtoc.
2042      Branch: cfgperl
2043            + lib/Win32.pod
2044            - pod/Win32.pod
2045            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2046 ____________________________________________________________________________
2047 [  6322] By: jhi                                   on 2000/07/06  15:15:52
2048         Log: Add =head1 NAMEs so that buildtoc is happy.
2049              (The CGI::Util nit reported to Lincoln.)
2050      Branch: cfgperl
2051            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
2052            ! pod/perltoc.pod
2053 ____________________________________________________________________________
2054 [  6321] By: jhi                                   on 2000/07/06  03:16:04
2055         Log: Config is being used.
2056      Branch: cfgperl
2057            ! t/op/method.t
2058 ____________________________________________________________________________
2059 [  6320] By: jhi                                   on 2000/07/06  03:13:13
2060         Log: Integrate with Sarathy.
2061      Branch: cfgperl
2062           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
2063 ____________________________________________________________________________
2064 [  6319] By: jhi                                   on 2000/07/06  03:11:46
2065         Log: Autogenerate pod/Makefile and pod/buildtoc.
2066              buildtoc also checks whether the existin pods are
2067              mentioned in MANIFEST and perl.pod, and vice versa.
2068              (None of the thusly found discrepancies fixed yet.)
2069              roffitall also needs to be autogenerated similarly but it
2070              seems so badly out of date that I didn't touch it yet.
2071      Branch: cfgperl
2072            + pod/Makefile.SH pod/buildtoc.PL
2073            - pod/Makefile pod/buildtoc
2074            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
2075 ____________________________________________________________________________
2076 [  6318] By: gsar                                  on 2000/07/05  22:10:54
2077         Log: fix UNC path handling on Windows under ithreads, and chdir()
2078              return value when given a non-existent directory
2079      Branch: perl
2080            ! win32/vdir.h
2081 ____________________________________________________________________________
2082 [  6317] By: gsar                                  on 2000/07/05  22:08:19
2083         Log: winsock cleanup never done on Windows (leads to handle leaks)
2084      Branch: perl
2085            ! win32/perllib.c win32/win32sck.c
2086 ____________________________________________________________________________
2087 [  6316] By: gsar                                  on 2000/07/05  22:06:19
2088         Log: some debugger output does not go to the socket when RemotePort is set
2089      Branch: perl
2090            ! lib/perl5db.pl
2091 ____________________________________________________________________________
2092 [  6315] By: jhi                                   on 2000/07/05  00:25:21
2093         Log: Integrate with Sarathy, preliminary fix for unicos
2094              alignment problems in [ID 20000612.002] Perl problem on Cray system.
2095      Branch: cfgperl
2096            ! sv.h
2097           !> pp_hot.c
2098 ____________________________________________________________________________
2099 [  6314] By: gsar                                  on 2000/07/04  23:34:02
2100         Log: tyop in change#6306
2101      Branch: perl
2102            ! pp_hot.c
2103 ____________________________________________________________________________
2104 [  6313] By: jhi                                   on 2000/07/04  22:14:38
2105         Log: Multiline string literals ENONPORTABLE.
2106      Branch: cfgperl
2107            ! pp_hot.c
2108 ____________________________________________________________________________
2109 [  6312] By: jhi                                   on 2000/07/04  20:34:44
2110         Log: Integrate with Sarathy.
2111      Branch: cfgperl
2112           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
2113           !> t/op/method.t
2114 ____________________________________________________________________________
2115 [  6311] By: jhi                                   on 2000/07/04  20:30:56
2116         Log: More POSIX.pod embellishment.
2117      Branch: cfgperl
2118            ! ext/POSIX/POSIX.pod
2119 ____________________________________________________________________________
2120 [  6310] By: gsar                                  on 2000/07/04  17:28:48
2121         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
2122      Branch: perl
2123            ! t/lib/b.t
2124 ____________________________________________________________________________
2125 [  6309] By: jhi                                   on 2000/07/04  17:22:18
2126         Log: The #6308 required a little bit more.
2127      Branch: cfgperl
2128            ! Makefile.SH win32/Makefile
2129 ____________________________________________________________________________
2130 [  6308] By: jhi                                   on 2000/07/04  16:35:24
2131         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
2132      Branch: cfgperl
2133            + lib/lib_pm.PL
2134            - lib/lib.pm.PL
2135            ! MANIFEST Makefile.SH
2136 ____________________________________________________________________________
2137 [  6307] By: jhi                                   on 2000/07/04  16:28:58
2138         Log: Win32 patches for cfgperl from Sarathy.
2139      Branch: cfgperl
2140            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
2141            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
2142            ! thread.h toke.c util.c win32/Makefile win32/win32.c
2143 ____________________________________________________________________________
2144 [  6306] By: gsar                                  on 2000/07/04  16:28:40
2145         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
2146              (from Richard Soderberg <rs@oregonnet.com>)
2147      Branch: perl
2148            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
2149 ____________________________________________________________________________
2150 [  6305] By: jhi                                   on 2000/07/04  16:24:24
2151         Log: Integrate with Sarathy.
2152      Branch: cfgperl
2153           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
2154           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2155           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
2156           !> proto.h win32/win32.c
2157 ____________________________________________________________________________
2158 [  6304] By: gsar                                  on 2000/07/04  16:17:24
2159         Log: missing perldiag entry for unpack("w",...) diagnostic (from
2160              Andreas Koenig)
2161      Branch: perl
2162            ! pod/perldiag.pod
2163 ____________________________________________________________________________
2164 [  6303] By: gsar                                  on 2000/07/04  16:14:44
2165         Log: remove rel2abs prototypes (from Barrie Slaymaker)
2166      Branch: perl
2167            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2168            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
2169 ____________________________________________________________________________
2170 [  6302] By: gsar                                  on 2000/07/04  04:59:35
2171         Log: adjust change#6299
2172      Branch: perl
2173            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2174            ! win32/win32.c
2175 ____________________________________________________________________________
2176 [  6301] By: jhi                                   on 2000/07/04  04:50:07
2177         Log: Integrate with Sarathy.
2178      Branch: cfgperl
2179           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
2180           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
2181           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
2182 ____________________________________________________________________________
2183 [  6300] By: gsar                                  on 2000/07/04  04:42:09
2184         Log: PERL_OBJECT build tweak
2185      Branch: perl
2186            ! perl.h
2187 ____________________________________________________________________________
2188 [  6299] By: gsar                                  on 2000/07/04  04:37:00
2189         Log: fix memory leak on Windows (PL_sys_intern contents were never
2190              freed)
2191      Branch: perl
2192            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
2193            ! perlapi.c proto.h win32/win32.c
2194 ____________________________________________________________________________
2195 [  6298] By: gsar                                  on 2000/07/04  04:15:59
2196         Log: fix large memory leak that has been around for ever, masked by
2197              -DPURIFY (most of the arenas were never freed!)
2198      Branch: perl
2199            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
2200 ____________________________________________________________________________
2201 [  6297] By: gsar                                  on 2000/07/04  04:07:46
2202         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
2203      Branch: perl
2204            ! perl.c
2205 ____________________________________________________________________________
2206 [  6296] By: jhi                                   on 2000/06/30  18:28:37
2207         Log: Elaborate POSIX.pod.  Still needs work.
2208      Branch: cfgperl
2209            ! ext/POSIX/POSIX.pod
2210 ____________________________________________________________________________
2211 [  6295] By: jhi                                   on 2000/06/30  14:58:18
2212         Log: Point to perlipc for more SysV IPC examples.
2213      Branch: cfgperl
2214            ! pod/perlfunc.pod
2215 ____________________________________________________________________________
2216 [  6294] By: gsar                                  on 2000/06/30  14:47:45
2217         Log: slurp mode fix in change#4736 still not quite right
2218      Branch: perl
2219            ! pp_hot.c t/io/argv.t
2220 ____________________________________________________________________________
2221 [  6293] By: jhi                                   on 2000/06/30  12:02:55
2222         Log: Integrate with Sarathy.
2223      Branch: cfgperl
2224           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
2225 ____________________________________________________________________________
2226 [  6292] By: jhi                                   on 2000/06/30  12:01:11
2227         Log: From: simon@brecon.co.uk (Simon Cozens)
2228              Subject: UTF8 concat
2229              Date: 30 Jun 2000 06:13:25 GMT
2230              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
2231      Branch: cfgperl
2232            ! pp_hot.c
2233 ____________________________________________________________________________
2234 [  6291] By: gsar                                  on 2000/06/30  04:37:33
2235         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
2236              when @_ is modified, causing coredumps
2237      Branch: perl
2238            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
2239 ____________________________________________________________________________
2240 [  6290] By: jhi                                   on 2000/06/30  02:21:44
2241         Log: Integrate with Sarathy.
2242      Branch: cfgperl
2243           !> vms/vms.c vms/vmsish.h
2244 ____________________________________________________________________________
2245 [  6289] By: jhi                                   on 2000/06/30  02:21:02
2246         Log: Check VERSIONs.
2247      Branch: cfgperl
2248            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
2249            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2250            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
2251 ____________________________________________________________________________
2252 [  6288] By: jhi                                   on 2000/06/30  02:18:52
2253         Log: Integrate with Sarathy.
2254      Branch: cfgperl
2255           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
2256           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
2257           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
2258           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
2259 ____________________________________________________________________________
2260 [  6287] By: gsar                                  on 2000/06/30  02:17:08
2261         Log: integrate vmsperl changes into mainline
2262      Branch: perl
2263           !> vms/vms.c vms/vmsish.h
2264 ____________________________________________________________________________
2265 [  6285] By: gsar                                  on 2000/06/30  02:05:28
2266         Log: localize %INC in a Safe compartment so that use/require work
2267              (many other magic globals probably need similar treatment)
2268      Branch: perl
2269            ! ext/Opcode/Opcode.xs
2270 ____________________________________________________________________________
2271 [  6284] By: gsar                                  on 2000/06/30  01:54:54
2272         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
2273              about Windows
2274      Branch: perl
2275            ! pod/perlembed.pod
2276 ____________________________________________________________________________
2277 [  6283] By: jhi                                   on 2000/06/30  01:50:10
2278         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
2279              From: Barrie Slaymaker <barries@jester.slaysys.com>
2280              Date: Wed, 28 Jun 2000 11:35:29 -0400
2281              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
2282      Branch: perl
2283            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
2284            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2285            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2286            ! lib/File/Spec/Win32.pm
2287 ____________________________________________________________________________
2288 [  6282] By: jhi                                   on 2000/06/29  22:57:22
2289         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
2290              From: Dan Sugalski <dan@sidhe.org>
2291              Date: Tue, 06 Jun 2000 11:59:50 -0400
2292              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
2293      Branch: cfgperl
2294            ! vms/vms.c
2295 ____________________________________________________________________________
2296 [  6281] By: jhi                                   on 2000/06/29  22:52:50
2297         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
2298              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2299              Date: Wed, 7 Jun 2000 04:02:04 -0500
2300              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
2301      Branch: cfgperl
2302            ! utils/h2xs.PL
2303 ____________________________________________________________________________
2304 [  6280] By: jhi                                   on 2000/06/29  22:45:47
2305         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
2306              From: rspier@pobox.com (Robert Spier)
2307              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
2308              Message-ID: <14654.31913.845602.610277@rls.cx>
2309      Branch: cfgperl
2310            ! utils/h2xs.PL
2311 ____________________________________________________________________________
2312 [  6279] By: jhi                                   on 2000/06/29  22:38:16
2313         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
2314              From: Tim Ayers <tayers@bridge.com>
2315              Date: Thu, 08 Jun 2000 08:11:06 +0200
2316              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
2317              [resent by Richard Foley, Message-Id probably wrong]
2318      Branch: cfgperl
2319            ! pod/perlsub.pod
2320 ____________________________________________________________________________
2321 [  6278] By: jhi                                   on 2000/06/29  22:21:45
2322         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
2323              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
2324              Date: Fri, 09 Jun 2000 12:39:27 -0400
2325              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
2326              (plus update the version "number" of Text::Wrap)
2327      Branch: cfgperl
2328            ! lib/Text/Wrap.pm
2329 ____________________________________________________________________________
2330 [  6277] By: jhi                                   on 2000/06/29  22:13:10
2331         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
2332              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2333              Date: Mon, 12 Jun 2000 14:55:59 +0100
2334              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
2335      Branch: cfgperl
2336            ! pod/perlfunc.pod
2337 ____________________________________________________________________________
2338 [  6276] By: jhi                                   on 2000/06/29  22:11:06
2339         Log: Subject: [PATCH] Re: eval documentation: context
2340              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
2341              Date: Mon, 12 Jun 2000 15:07:29 +0100
2342              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
2343      Branch: cfgperl
2344            ! pod/perlfunc.pod
2345 ____________________________________________________________________________
2346 [  6275] By: jhi                                   on 2000/06/29  21:59:46
2347         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
2348              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
2349              Date: Tue, 13 Jun 2000 02:43:48 -0500
2350              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
2351      Branch: cfgperl
2352            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
2353 ____________________________________________________________________________
2354 [  6274] By: jhi                                   on 2000/06/29  21:56:14
2355         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
2356              From: Andy Dougherty <doughera@lafayette.edu>
2357              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
2358              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
2359      Branch: cfgperl
2360            ! ext/File/Glob/Glob.pm
2361 ____________________________________________________________________________
2362 [  6273] By: jhi                                   on 2000/06/29  21:49:09
2363         Log: Subject: [PATCH] xsub attributes
2364              From: Doug MacEachern <dougm@covalent.net>
2365              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
2366              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
2367      Branch: cfgperl
2368            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
2369            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
2370 ____________________________________________________________________________
2371 [  6272] By: jhi                                   on 2000/06/29  21:41:28
2372         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
2373              From: Tom Phoenix <rootbeer@redcat.com>
2374              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
2375              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
2376      Branch: cfgperl
2377            ! lib/Net/Ping.pm
2378 ____________________________________________________________________________
2379 [  6271] By: jhi                                   on 2000/06/29  21:36:55
2380         Log: Subject: PATCH pod/perltie.pod
2381              From: Ian Phillipps <Ian.Phillipps@iname.com>
2382              Date: Fri, 16 Jun 2000 00:17:19 +0100
2383              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
2384              (only the first hunk, the second hunk had already been done
2385              by some other patch)
2386      Branch: cfgperl
2387            ! pod/perltie.pod
2388 ____________________________________________________________________________
2389 [  6270] By: jhi                                   on 2000/06/29  21:24:51
2390         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
2391              From: Nicholas Clark <nick@talking.bollo.cx>
2392              Date: Fri, 23 Jun 2000 16:21:15 +0100
2393              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
2394      Branch: cfgperl
2395            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
2396            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
2397 ____________________________________________________________________________
2398 [  6269] By: jhi                                   on 2000/06/29  19:38:15
2399         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
2400              silence few compiler warnings.
2401      Branch: cfgperl
2402            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
2403 ____________________________________________________________________________
2404 [  6268] By: jhi                                   on 2000/06/29  18:21:50
2405         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
2406              From: Dominic Dunlop <domo@computer.org> 
2407              Date: Thu, 29 Jun 2000 12:32:39 +0200 
2408              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
2409      Branch: cfgperl
2410            ! t/op/sprintf.t
2411 ____________________________________________________________________________
2412 [  6267] By: jhi                                   on 2000/06/29  18:16:07
2413         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
2414              From: Doug MacEachern <dougm@covalent.net>
2415              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
2416              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
2417      Branch: cfgperl
2418            + t/op/method2entersub.t
2419            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
2420            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2421            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
2422            ! xsutils.c
2423 ____________________________________________________________________________
2424 [  6266] By: jhi                                   on 2000/06/29  15:11:15
2425         Log: Subject: [PATCH 5.6.0] cygwin port
2426              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
2427              From: "Fifer, Eric" <EFifer@sanwaint.com>
2428              Date: Thu, 29 Jun 2000 12:58:29 +0100
2429      Branch: cfgperl
2430            ! cygwin/Makefile.SHs
2431 ____________________________________________________________________________
2432 [  6265] By: jhi                                   on 2000/06/29  15:04:05
2433         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
2434              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2435              Date: Wed, 28 Jun 2000 17:50:12 -0700
2436              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
2437      Branch: cfgperl
2438            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
2439 ____________________________________________________________________________
2440 [  6264] By: jhi                                   on 2000/06/29  15:00:57
2441         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
2442              From: Marty Lucich <marty@netcom.com>
2443              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
2444              Message-Id: <200006282116.OAA11148@netcom.com>
2445              ccdlflags update (the BSD/OS 4.1 part had already been taken
2446              care of by #6141).
2447      Branch: cfgperl
2448            ! hints/bsdos.sh
2449 ____________________________________________________________________________
2450 [  6263] By: jhi                                   on 2000/06/29  13:47:44
2451         Log: tr fixes from Simon Cozens
2452      Branch: cfgperl
2453            ! doop.c
2454 ____________________________________________________________________________
2455 [  6262] By: jhi                                   on 2000/06/28  18:46:01
2456         Log: Subject: 5.6.0 Patch for EPOC
2457              From: Olaf Flebbe <o.flebbe@gmx.de>
2458              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
2459              Message-ID: <23449.960929969@www11.gmx.net>
2460      Branch: cfgperl
2461            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
2462            ! epoc/epocish.h
2463 ____________________________________________________________________________
2464 [  6261] By: jhi                                   on 2000/06/28  18:29:07
2465         Log: Subject: Re: [PATCH cfgperl] BOMs away!
2466              From: simon@brecon.co.uk (Simon Cozens)
2467              Date: 17 Jun 2000 11:49:57 GMT
2468              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
2469      Branch: cfgperl
2470            ! pod/perldiag.pod t/comp/require.t toke.c
2471 ____________________________________________________________________________
2472 [  6260] By: jhi                                   on 2000/06/28  17:47:16
2473         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
2474              From: simon@brecon.co.uk (Simon Cozens) 
2475              Date: 17 Jun 2000 11:56:44 GMT 
2476              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
2477              pack U0, pack C0
2478      Branch: cfgperl
2479            ! pod/perlfunc.pod pp.c t/op/pack.t
2480 ____________________________________________________________________________
2481 [  6259] By: jhi                                   on 2000/06/28  16:43:17
2482         Log: perlnewmod was missing from MANIFEST.
2483      Branch: cfgperl
2484            ! MANIFEST
2485 ____________________________________________________________________________
2486 [  6258] By: jhi                                   on 2000/06/28  15:54:30
2487         Log: linenumber tweak
2488      Branch: cfgperl
2489            ! t/pragma/warn/regcomp
2490 ____________________________________________________________________________
2491 [  6257] By: jhi                                   on 2000/06/28  15:50:44
2492         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
2493              From: Doug MacEachern <dougm@covalent.net>
2494              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
2495              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
2496              (one part of the patch had been applied earlier)
2497      Branch: cfgperl
2498            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
2499 ____________________________________________________________________________
2500 [  6256] By: jhi                                   on 2000/06/28  15:40:22
2501         Log: tweaks from Simon Conzes to further fix tr/// under utf8
2502      Branch: cfgperl
2503            ! doop.c
2504 ____________________________________________________________________________
2505 [  6255] By: jhi                                   on 2000/06/28  15:33:45
2506         Log: small thinko tweaks
2507      Branch: cfgperl
2508            ! lib/IPC/Open3.pm t/op/my_stash.t
2509 ____________________________________________________________________________
2510 [  6254] By: jhi                                   on 2000/06/28  15:33:25
2511         Log: Subject: tr///, help wanted.
2512              From: simon@brecon.co.uk (Simon Cozens)
2513              Date: 28 Jun 2000 11:29:04 GMT
2514              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
2515      Branch: cfgperl
2516            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
2517            ! pp_proto.h proto.h t/op/tr.t
2518 ____________________________________________________________________________
2519 [  6253] By: jhi                                   on 2000/06/28  15:09:17
2520         Log: Paranoia tweak on #6249.
2521              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
2522              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2523              Date: Sun, 25 Jun 2000 23:43:12 -0400
2524              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
2525      Branch: cfgperl
2526            ! lib/IPC/Open3.pm
2527 ____________________________________________________________________________
2528 [  6252] By: jhi                                   on 2000/06/28  15:01:38
2529         Log: Document #6249 and #6251.
2530      Branch: cfgperl
2531            ! lib/Exporter.pm lib/IPC/Open3.pm
2532 ____________________________________________________________________________
2533 [  6251] By: jhi                                   on 2000/06/28  14:50:43
2534         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
2535              From: Doug MacEachern <dougm@covalent.net>
2536              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
2537              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
2538      Branch: cfgperl
2539            ! lib/Exporter.pm
2540 ____________________________________________________________________________
2541 [  6250] By: jhi                                   on 2000/06/28  14:45:23
2542         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
2543              From: Doug MacEachern <dougm@covalent.net>
2544              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
2545              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
2546      Branch: cfgperl
2547            + t/op/my_stash.t
2548            ! MANIFEST embed.pl global.sym proto.h toke.c
2549 ____________________________________________________________________________
2550 [  6249] By: jhi                                   on 2000/06/28  14:36:34
2551         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
2552              From: Frank Tobin <ftobin@uiuc.edu>
2553              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
2554              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
2555      Branch: cfgperl
2556            ! lib/IPC/Open3.pm
2557 ____________________________________________________________________________
2558 [  6248] By: jhi                                   on 2000/06/28  14:11:25
2559         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
2560              From: Mark-Jason Dominus <mjd@plover.com>
2561              Date: Tue, 27 Jun 2000 22:36:42 -0400
2562              Message-ID: <20000628023642.12166.qmail@plover.com>
2563      Branch: cfgperl
2564            ! pod/perlfunc.pod
2565 ____________________________________________________________________________
2566 [  6247] By: jhi                                   on 2000/06/27  12:46:37
2567         Log: Tweak $VERSION, patch from Doug MacEachern.
2568      Branch: cfgperl
2569            ! lib/File/Spec.pm
2570 ____________________________________________________________________________
2571 [  6246] By: jhi                                   on 2000/06/27  03:34:46
2572         Log: Allow for standalone testing.
2573      Branch: cfgperl
2574            ! t/lib/filefunc.t t/lib/filespec.t
2575 ____________________________________________________________________________
2576 [  6245] By: jhi                                   on 2000/06/27  02:50:02
2577         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
2578              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
2579              Date: Sat, 24 Jun 2000 13:06:20 +0100
2580              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
2581      Branch: cfgperl
2582            ! ext/DynaLoader/DynaLoader_pm.PL
2583 ____________________________________________________________________________
2584 [  6244] By: jhi                                   on 2000/06/27  02:46:10
2585         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
2586              From: Doug MacEachern <dougm@covalent.net>
2587              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
2588              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
2589      Branch: cfgperl
2590            ! gv.c sv.c t/lib/peek.t
2591 ____________________________________________________________________________
2592 [  6243] By: jhi                                   on 2000/06/27  02:38:07
2593         Log: Subject: [PATCH] is_utf8_string
2594              From: simon@brecon.co.uk (Simon Cozens)
2595              Date: 26 Jun 2000 02:25:59 GMT
2596              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
2597      Branch: cfgperl
2598            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
2599            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
2600            ! proto.h utf8.c
2601 ____________________________________________________________________________
2602 [  6242] By: jhi                                   on 2000/06/27  02:24:00
2603         Log: Subject: [PATCH] bytes<->utf8 fixes
2604              From: simon@brecon.co.uk (Simon Cozens)
2605              Date: 26 Jun 2000 04:55:45 GMT
2606              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
2607      Branch: cfgperl
2608            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
2609 ____________________________________________________________________________
2610 [  6241] By: jhi                                   on 2000/06/27  02:12:42
2611         Log: Do no -warn on \_, only on \alpha.
2612              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
2613              From: David Dyck <dcd@tc.fluke.com>
2614              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
2615              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
2616      Branch: cfgperl
2617            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
2618 ____________________________________________________________________________
2619 [  6240] By: jhi                                   on 2000/06/27  02:00:01
2620         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
2621              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
2622              Date: Mon, 26 Jun 2000 18:40:14 +0100
2623              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
2624      Branch: cfgperl
2625            ! utils/h2xs.PL
2626 ____________________________________________________________________________
2627 [  6239] By: jhi                                   on 2000/06/27  01:53:40
2628         Log: Configure maintenance.  Sever some dependency cycles,
2629              separate gccversion from the cc unit,
2630              address [ID 20000623.006] Configure script patch for using gcc on AIX
2631              (but solve it a little bit differently),
2632              unduplex some accidentally duplicated units,
2633              suggest using gcc if no cc available
2634              (p5p thread: "Solaris configure: counterproposal", 1999-09)
2635      Branch: cfgperl
2636            ! Configure Todo-5.6 config_h.SH
2637      Branch: metaconfig
2638            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
2639            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
2640      Branch: metaconfig/U/perl
2641            + gccvers.U
2642            ! d_getespwnam.U d_getprpwnam.U i_prot.U
2643 ____________________________________________________________________________
2644 [  6238] By: jhi                                   on 2000/06/25  18:04:56
2645         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
2646              From: Dan Sugalski <dan@sidhe.org>
2647              Date: Fri, 23 Jun 2000 17:00:00 -0400
2648              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
2649      Branch: cfgperl
2650            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
2651 ____________________________________________________________________________
2652 [  6237] By: jhi                                   on 2000/06/25  16:36:45
2653         Log: Tweak embed.pl, regen headers.
2654      Branch: cfgperl
2655            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
2656            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
2657            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
2658            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
2659            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
2660 ____________________________________________________________________________
2661 [  6236] By: jhi                                   on 2000/06/25  15:26:42
2662         Log: Regen headers.
2663      Branch: cfgperl
2664            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
2665            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
2666            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
2667            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
2668            ! regnodes.h warnings.h
2669 ____________________________________________________________________________
2670 [  6235] By: jhi                                   on 2000/06/23  19:39:35
2671         Log: The thread begun by
2672              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
2673              From: Kevin.Ruscoe@ubsw.com
2674              Date: Fri, 16 Jun 2000 16:38:51 +0100
2675              Message-Id: <H000019b03c300d6@MHS>
2676      Branch: cfgperl
2677            ! hints/solaris_2.sh
2678 ____________________________________________________________________________
2679 [  6234] By: jhi                                   on 2000/06/23  19:23:36
2680         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
2681              because when run as services (Win32ese for daemons)
2682              no environment variables are set and tmpdir ends up as /tmp,
2683              which is ambiguous.
2684              
2685              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
2686              From: matt@sergeant.org
2687              Date: 16 Jun 2000 16:30:43 -0000
2688              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
2689      Branch: cfgperl
2690            ! lib/File/Spec/Win32.pm
2691 ____________________________________________________________________________
2692 [  6233] By: jhi                                   on 2000/06/23  19:18:58
2693         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
2694              From: Mark-Jason Dominus <mjd@plover.com>
2695              Date: Fri, 16 Jun 2000 20:53:04 -0400
2696              Message-ID: <20000617005304.8008.qmail@plover.com>
2697      Branch: cfgperl
2698            ! op.h
2699 ____________________________________________________________________________
2700 [  6232] By: jhi                                   on 2000/06/23  16:10:02
2701         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
2702              From: simon@brecon.co.uk (Simon Cozens)
2703              Date: 19 Jun 2000 15:18:27 GMT
2704              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
2705              
2706              plus update pod/Makefile and regenerate perltoc
2707      Branch: cfgperl
2708            + pod/perlutil.pod
2709            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
2710 ____________________________________________________________________________
2711 [  6231] By: jhi                                   on 2000/06/23  15:19:18
2712         Log: Subject: [PATCH 5.6.0] cygwin port
2713              From: "Fifer, Eric" <EFifer@sanwaint.com>
2714              Date: Tue, 20 Jun 2000 14:30:58 +0100
2715              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
2716      Branch: cfgperl
2717            ! README.cygwin lib/File/Find.pm
2718 ____________________________________________________________________________
2719 [  6230] By: jhi                                   on 2000/06/23  14:25:21
2720         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
2721      Branch: cfgperl
2722            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
2723            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
2724            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2725            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
2726 ____________________________________________________________________________
2727 [  6229] By: jhi                                   on 2000/06/23  14:13:34
2728         Log: Subject: README.hpux version 0.6.1
2729              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
2730              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
2731              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
2732      Branch: cfgperl
2733            ! README.hpux
2734 ____________________________________________________________________________
2735 [  6228] By: jhi                                   on 2000/06/23  14:07:20
2736         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
2737              From: Doug MacEachern <dougm@covalent.net>
2738              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
2739              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
2740      Branch: cfgperl
2741            ! op.c
2742 ____________________________________________________________________________
2743 [  6227] By: jhi                                   on 2000/06/23  14:01:06
2744         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
2745              From: Doug MacEachern <dougm@covalent.net>
2746              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
2747              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
2748      Branch: cfgperl
2749            + lib/lib.pm.PL
2750            - lib/lib.pm
2751            ! MANIFEST Makefile.SH
2752 ____________________________________________________________________________
2753 [  6226] By: jhi                                   on 2000/06/23  13:53:07
2754         Log: Subject: [PATCH] remove forward declarations in Socket.pm
2755              From: Doug MacEachern <dougm@covalent.net>
2756              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
2757              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
2758              
2759              From: Doug MacEachern <dougm@covalent.net>
2760              Subject: Re: [PATCH] remove forward declarations in Socket.pm
2761              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
2762              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
2763      Branch: cfgperl
2764            ! ext/Socket/Socket.pm op.c
2765 ____________________________________________________________________________
2766 [  6225] By: jhi                                   on 2000/06/23  13:41:52
2767         Log: Add source code filenames to apidoc.
2768              From: simon@brecon.co.uk (Simon Cozens)
2769              Subject: [PATCH embed.pl] Source X-ref
2770              Date: 22 Jun 2000 02:18:49 GMT
2771              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
2772      Branch: cfgperl
2773            ! embed.pl
2774 ____________________________________________________________________________
2775 [  6224] By: jhi                                   on 2000/06/23  13:32:33
2776         Log: A way to avoid English.pm performance hit.
2777              From: root <root@jester.slaysys.com>
2778              Subject: [YAPATCH English.pm] My turn to putt again
2779              Date: Thu, 22 Jun 2000 20:33:58 -0400
2780              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
2781      Branch: cfgperl
2782            ! lib/English.pm t/lib/english.t
2783 ____________________________________________________________________________
2784 [  6223] By: jhi                                   on 2000/06/23  13:27:06
2785         Log: Avoid double close().
2786              Subject: [PATCH] avoid double close()
2787              From: Doug MacEachern <dougm@covalent.net>
2788              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
2789              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
2790      Branch: cfgperl
2791            ! doio.c
2792 ____________________________________________________________________________
2793 [  6222] By: jhi                                   on 2000/06/23  13:25:54
2794         Log: doc typo fix
2795              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
2796              From: Ian Phillipps <Ian.Phillipps@iname.com>
2797              Date: Fri, 23 Jun 2000 10:40:58 +0100
2798              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
2799      Branch: cfgperl
2800            ! lib/Pod/Usage.pm
2801 ____________________________________________________________________________
2802 [  6221] By: jhi                                   on 2000/06/23  13:24:15
2803         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
2804              From: simon@brecon.co.uk (Simon Cozens)
2805              Subject: [PATCH] Eliminate tr///[CU][CU]
2806              Date: 23 Jun 2000 11:05:40 GMT
2807              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
2808      Branch: cfgperl
2809            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
2810 ____________________________________________________________________________
2811 [  6220] By: jhi                                   on 2000/06/22  16:07:51
2812         Log: Win32 patches from Benjamin Stuhl.
2813      Branch: cfgperl
2814            ! makedef.pl win32/win32.h
2815 ____________________________________________________________________________
2816 [  6219] By: jhi                                   on 2000/06/22  16:06:34
2817         Log: Bytecode patches from Benjamin Stuhl.
2818      Branch: cfgperl
2819            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
2820            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
2821            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2822 ____________________________________________________________________________
2823 [  6218] By: jhi                                   on 2000/06/15  23:54:16
2824         Log: Bytecode patches from Benjamin Stuhl.
2825      Branch: cfgperl
2826            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
2827 ____________________________________________________________________________
2828 [  6217] By: jhi                                   on 2000/06/09  13:38:29
2829         Log: Rename the fdpid locking and integrate with Sarathy.
2830      Branch: cfgperl
2831            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
2832            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
2833            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
2834            ! win32/win32.c
2835           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
2836 ____________________________________________________________________________
2837 [  6216] By: gsar                                  on 2000/06/08  14:54:21
2838         Log: be more optimal about clearing @_
2839      Branch: perl
2840            ! cop.h
2841 ____________________________________________________________________________
2842 [  6215] By: gsar                                  on 2000/06/08  14:33:04
2843         Log: tweak comment about @DB::args
2844      Branch: perl
2845            ! av.h pp_ctl.c
2846 ____________________________________________________________________________
2847 [  6214] By: gsar                                  on 2000/06/08  13:57:54
2848         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
2849              caller() wants to populate @DB::args with it (causes a coredump
2850              in Carp::confess())
2851      Branch: perl
2852            ! cop.h t/op/runlevel.t
2853 ____________________________________________________________________________
2854 [  6213] By: gsar                                  on 2000/06/08  07:06:35
2855         Log: back out change#6106 (seems problematic)
2856      Branch: perl
2857            ! hints/solaris_2.sh
2858 ____________________________________________________________________________
2859 [  6212] By: jhi                                   on 2000/06/07  03:10:36
2860         Log: Continuing mopup for #6204.
2861      Branch: cfgperl
2862            ! ext/B/defsubs_h.PL
2863 ____________________________________________________________________________
2864 [  6211] By: jhi                                   on 2000/06/07  02:41:50
2865         Log: Mopup for #6204.
2866              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
2867              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
2868              This is comes from const() where POK isn't on when expected.
2869      Branch: cfgperl
2870            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
2871            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2872            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
2873            ! perlapi.h pod/perlapi.pod
2874 ____________________________________________________________________________
2875 [  6210] By: jhi                                   on 2000/06/07  01:56:29
2876         Log: Mopup for #6207 and #6209.
2877      Branch: cfgperl
2878            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
2879 ____________________________________________________________________________
2880 [  6209] By: jhi                                   on 2000/06/07  01:33:12
2881         Log: Lock PL_fdpid against race conditions, based on:
2882              Subject: [PATCH 5.6.0]subprocess fixup for threads
2883              From: Dan Sugalski <dan@sidhe.org>
2884              To: perl5-porters@perl.org
2885              Date: Tue, 11 Apr 2000 17:02:32 -0400
2886              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
2887      Branch: cfgperl
2888            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
2889            ! win32/win32.c
2890 ____________________________________________________________________________
2891 [  6208] By: jhi                                   on 2000/06/07  01:05:23
2892         Log: Regen headers for #6207.
2893      Branch: cfgperl
2894            ! embed.h global.sym objXSUB.h proto.h
2895 ____________________________________________________________________________
2896 [  6207] By: jhi                                   on 2000/06/06  23:43:13
2897         Log: Subject: [PATCH 5.6.0] Threadsafe patches
2898              From: Dan Sugalski <dan@sidhe.org>
2899              To: perl5-porters@perl.org
2900              Date: Mon, 08 May 2000 18:08:13 -0400
2901              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
2902      Branch: cfgperl
2903            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
2904            ! proto.h sv.h util.c
2905 ____________________________________________________________________________
2906 [  6206] By: jhi                                   on 2000/06/06  23:21:23
2907         Log: Subject: [PATCH] Eliminate $a/$b in pod
2908              From: David Glasser <me@davidglasser.net>
2909              To: perl5-porters@perl.org
2910              Date: Mon, 29 May 2000 21:15:59 -0400
2911              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
2912      Branch: cfgperl
2913            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
2914            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
2915            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
2916            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
2917            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
2918            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
2919            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
2920            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
2921            ! pod/perlvar.pod pod/perlxs.pod
2922 ____________________________________________________________________________
2923 [  6205] By: jhi                                   on 2000/06/06  23:12:14
2924         Log: Subject: [PATCH] Win32 improvements
2925              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
2926              To: gsar@activestate.com, perl5-porters@perl.org
2927              Date: Mon, 29 May 2000 17:22:24 PDT
2928              Message-ID: <20000530002224.91142.qmail@hotmail.com>
2929              (MUA had mangled many lines by wordwrapping)
2930      Branch: cfgperl
2931            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
2932 ____________________________________________________________________________
2933 [  6204] By: jhi                                   on 2000/06/06  23:01:50
2934         Log: Subject: [PATCH] B::Bytecode patches
2935              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
2936              To: gsar@activestate.com, jhi@iki.fi
2937              Cc: perl5-porters@perl.org
2938              Message-ID: <20000602202526.48694.qmail@hotmail.com>
2939              (MUA had mangled many lines by wordwrapping)
2940      Branch: cfgperl
2941            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
2942            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
2943            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
2944            ! intrpvar.h perl.c
2945 ____________________________________________________________________________
2946 [  6203] By: jhi                                   on 2000/06/06  22:32:43
2947         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
2948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2949              Date: Tue, 06 Jun 2000 13:07:45 -0700
2950              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
2951      Branch: cfgperl
2952            ! pod/perldiag.pod
2953 ____________________________________________________________________________
2954 [  6202] By: jhi                                   on 2000/06/06  19:38:35
2955         Log: Integrate with Sarathy.
2956      Branch: cfgperl
2957           !> perl.c
2958 ____________________________________________________________________________
2959 [  6201] By: gsar                                  on 2000/06/06  00:42:59
2960         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
2961              does a PUSHMARK that's never ever POPMARKed; in general, only
2962              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
2963              Perl_eval_[sp]v() don't because they don't take any incoming
2964              arguments (this leak has been around since the original version
2965              of perl_eval_pv() in 5.003_97e)
2966      Branch: perl
2967            ! perl.c
2968 ____________________________________________________________________________
2969 [  6200] By: jhi                                   on 2000/06/04  03:44:52
2970         Log: Update to cperl-mode.el 4.31 from
2971              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
2972              Subject: A couple of notes
2973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2974              To: Mailing list Perl5 <perl5-porters@perl.org>
2975              Date: Sat, 3 Jun 2000 23:33:32 -0400
2976              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
2977      Branch: cfgperl
2978            ! emacs/cperl-mode.el
2979 ____________________________________________________________________________
2980 [  6199] By: jhi                                   on 2000/06/03  15:11:05
2981         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
2982              From: Dan Sugalski <dan@sidhe.org>
2983              To: perl5-porters@perl.org, vmsperl@perl.org
2984              Date: Fri, 02 Jun 2000 17:30:51 -0400
2985              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
2986      Branch: cfgperl
2987            ! vms/descrip_mms.template vms/gen_shrfls.pl
2988 ____________________________________________________________________________
2989 [  6198] By: jhi                                   on 2000/06/03  14:59:15
2990         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
2991              From: Dan Sugalski <dan@sidhe.org>
2992              To: vmsperl@perl.org, perl5-porters@perl.org
2993              Date: Fri, 02 Jun 2000 16:00:41 -0400
2994              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
2995              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
2996      Branch: cfgperl
2997            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
2998            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
2999            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
3000 ____________________________________________________________________________
3001 [  6197] By: jhi                                   on 2000/06/03  14:41:30
3002         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
3003              From: John Borwick <jhborwic@unity.ncsu.edu>
3004              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
3005              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
3006      Branch: cfgperl
3007            ! pod/perlsyn.pod
3008 ____________________________________________________________________________
3009 [  6196] By: jhi                                   on 2000/06/03  14:38:09
3010         Log: Integrate with Sarathy.
3011      Branch: cfgperl
3012           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
3013           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
3014           !> vms/perly_c.vms
3015 ____________________________________________________________________________
3016 [  6195] By: gsar                                  on 2000/06/02  22:43:13
3017         Log: fix yet another eval"" leak under USE_ITHREADS
3018      Branch: perl
3019            ! op.c
3020 ____________________________________________________________________________
3021 [  6194] By: gsar                                  on 2000/06/02  18:22:06
3022         Log: fix small eval"" memory leaks under USE_ITHREADS
3023      Branch: perl
3024            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
3025            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
3026            ! vms/perly_c.vms
3027 ____________________________________________________________________________
3028 [  6193] By: jhi                                   on 2000/06/01  13:03:56
3029         Log: Signals-be-gone for microperl.
3030      Branch: cfgperl
3031            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
3032 ____________________________________________________________________________
3033 [  6192] By: jhi                                   on 2000/06/01  12:52:02
3034         Log: Integrate with Sarathy.
3035      Branch: cfgperl
3036           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
3037           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
3038           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
3039           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
3040           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
3041           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
3042           !> t/op/vec.t utils/h2xs.PL
3043 ____________________________________________________________________________
3044 [  6191] By: gsar                                  on 2000/06/01  09:38:21
3045         Log: vec() loses numericalness (modified version of patch suggested
3046              by Robin Barker)
3047      Branch: perl
3048            ! doop.c t/op/vec.t
3049 ____________________________________________________________________________
3050 [  6190] By: gsar                                  on 2000/06/01  09:26:15
3051         Log: submit missing embed.pl change
3052      Branch: perl
3053            ! embed.pl
3054 ____________________________________________________________________________
3055 [  6189] By: gsar                                  on 2000/06/01  09:05:34
3056         Log: counting tr/// corrupts later operation (from M.J.T Guy)
3057      Branch: perl
3058            ! doop.c t/op/tr.t
3059 ____________________________________________________________________________
3060 [  6188] By: gsar                                  on 2000/06/01  08:58:39
3061         Log: h2xs tweaks
3062      Branch: perl
3063            ! utils/h2xs.PL
3064 ____________________________________________________________________________
3065 [  6187] By: gsar                                  on 2000/06/01  08:50:07
3066         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
3067              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
3068      Branch: perl
3069            + lib/Pod/LaTeX.pm
3070            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
3071            ! pod/pod2latex.PL
3072 ____________________________________________________________________________
3073 [  6186] By: gsar                                  on 2000/06/01  08:24:40
3074         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
3075              <wolfgang.laun@alcatel.at>)
3076      Branch: perl
3077            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
3078            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
3079 ____________________________________________________________________________
3080 [  6185] By: gsar                                  on 2000/06/01  08:12:00
3081         Log: remove incorrect documentation about implicit split to @_ in
3082              list context, which never really worked in perl 5 (from
3083              M.J.T. Guy)
3084      Branch: perl
3085            ! pod/perlfunc.pod pod/perltrap.pod
3086 ____________________________________________________________________________
3087 [  6184] By: gsar                                  on 2000/06/01  07:52:27
3088         Log: tweak for change#6127
3089      Branch: perl
3090            ! perl.c
3091 ____________________________________________________________________________
3092 [  6183] By: gsar                                  on 2000/06/01  07:41:02
3093         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
3094              <nick@ccl4.org>)
3095      Branch: perl
3096            + t/lib/selfloader.t
3097            ! MANIFEST lib/SelfLoader.pm
3098 ____________________________________________________________________________
3099 [  6182] By: jhi                                   on 2000/06/01  00:34:42
3100         Log: Be Cleaner Part Deux.
3101      Branch: cfgperl
3102            ! Makefile.SH
3103 ____________________________________________________________________________
3104 [  6181] By: jhi                                   on 2000/06/01  00:32:09
3105         Log: Integrate with Sarathy.
3106      Branch: cfgperl
3107           !> pp.c t/op/arith.t
3108 ____________________________________________________________________________
3109 [  6180] By: jhi                                   on 2000/06/01  00:31:13
3110         Log: microperl nits from Simon Cozens.
3111      Branch: cfgperl
3112            + uconfig.h
3113            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
3114            ! unixish.h
3115 ____________________________________________________________________________
3116 [  6179] By: gsar                                  on 2000/05/31  22:37:51
3117         Log: buggy modulus on UVs introduced by change#3378 (resulted in
3118              4063328477 % 65535 amounting to 27406, instead of 27407)
3119      Branch: perl
3120            ! pp.c t/op/arith.t
3121 ____________________________________________________________________________
3122 [  6178] By: jhi                                   on 2000/05/31  21:52:41
3123         Log: Be cleaner.
3124      Branch: cfgperl
3125            ! Makefile.SH
3126 ____________________________________________________________________________
3127 [  6177] By: jhi                                   on 2000/05/31  21:47:33
3128         Log: Substitution utf8 patch from Simon Cozens.
3129      Branch: cfgperl
3130            ! pp_hot.c
3131 ____________________________________________________________________________
3132 [  6176] By: jhi                                   on 2000/05/31  21:45:34
3133         Log: Single-quoted utf8 patch from Simon Cozens.
3134      Branch: cfgperl
3135            ! toke.c
3136 ____________________________________________________________________________
3137 [  6175] By: jhi                                   on 2000/05/31  21:40:18
3138         Log: Integrate with Sarathy.
3139      Branch: cfgperl
3140           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
3141 ____________________________________________________________________________
3142 [  6174] By: jhi                                   on 2000/05/31  21:37:31
3143         Log: microperl changes from Simon Cozens; Makefile for microperl
3144              written from scratch; few casts added as microperl compilation
3145              doesn't have all prototypes available.
3146      Branch: cfgperl
3147            + Makefile.micro README.micro Todo.micro uconfig.sh
3148            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
3149            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
3150      Branch: metaconfig
3151            + U/modified/Config_h.U
3152 ____________________________________________________________________________
3153 [  6173] By: jhi                                   on 2000/05/31  20:00:24
3154         Log: metaconfig maintenance.
3155      Branch: metaconfig
3156            + U/modified/Inhdr.U U/typedefs/inotype.U
3157      Branch: metaconfig/U/perl
3158            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
3159            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
3160 ____________________________________________________________________________
3161 [  6172] By: gsar                                  on 2000/05/31  05:05:42
3162         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
3163              (from Ilya Zakharevich)
3164      Branch: perl
3165            ! regexec.c t/op/re_tests
3166 ____________________________________________________________________________
3167 [  6171] By: gsar                                  on 2000/05/31  05:01:47
3168         Log: scalar() doesn't force scalar context when used in void context
3169              (from Simon Cozens)
3170      Branch: perl
3171            ! op.c t/op/wantarray.t
3172 ____________________________________________________________________________
3173 [  6170] By: gsar                                  on 2000/05/31  04:41:33
3174         Log: change#6142 needs tweaks to tests to work where there's no symlink()
3175              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
3176      Branch: perl
3177            ! t/lib/filefind.t
3178 ____________________________________________________________________________
3179 [  6169] By: gsar                                  on 2000/05/31  04:29:49
3180         Log: integrate cfgperl contents into mainline
3181      Branch: perl
3182           +> pod/perlmodlib.PL pod/perlnewmod.pod
3183           !> (integrate 42 files)
3184 ____________________________________________________________________________
3185 [  6168] By: jhi                                   on 2000/05/30  22:53:37
3186         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
3187      Branch: cfgperl
3188            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3189            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
3190            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
3191            ! win32/config.bc win32/config.gc win32/config.vc
3192            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3193            ! win32/config_h.PL win32/config_sh.PL
3194      Branch: metaconfig/U/perl
3195            ! perlxv.U
3196 ____________________________________________________________________________
3197 [  6167] By: jhi                                   on 2000/05/30  22:20:21
3198         Log: tweak todo 
3199      Branch: cfgperl
3200            ! Todo-5.6
3201 ____________________________________________________________________________
3202 [  6166] By: jhi                                   on 2000/05/30  22:11:51
3203         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
3204              in case somebody wants to write an extension for more
3205              shadow database interfaces.
3206      Branch: cfgperl
3207            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3208            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
3209            ! vos/config.def vos/config.h vos/config_h.SH_orig
3210            ! win32/config.bc win32/config.gc win32/config.vc
3211            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3212      Branch: metaconfig
3213            ! U/modified/Myinit.U
3214      Branch: metaconfig/U/perl
3215            + d_getespwnam.U d_getprpwnam.U i_prot.U
3216 ____________________________________________________________________________
3217 [  6165] By: jhi                                   on 2000/05/30  18:35:34
3218         Log: Integrate with Sarathy.
3219      Branch: cfgperl
3220           !> op.c
3221 ____________________________________________________________________________
3222 [  6164] By: jhi                                   on 2000/05/30  18:30:16
3223         Log: detypo
3224      Branch: cfgperl
3225            ! Configure config_h.SH
3226      Branch: metaconfig/U/perl
3227            ! perlxv.U
3228 ____________________________________________________________________________
3229 [  6163] By: gsar                                  on 2000/05/30  03:24:03
3230         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
3231      Branch: perl
3232            ! op.c
3233 ____________________________________________________________________________
3234 [  6162] By: gsar                                  on 2000/05/30  03:09:38
3235         Log: fix memory leak in method call optimization (change#3768);
3236              made C<eval "$x->foo()"> leak
3237      Branch: perl
3238            ! op.c
3239 ____________________________________________________________________________
3240 [  6161] By: jhi                                   on 2000/05/29  17:56:26
3241         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
3242              both from Simon Cozens.
3243      Branch: cfgperl
3244            + pod/perlmodlib.PL pod/perlnewmod.pod
3245            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
3246            ! pod/perlmodlib.pod pod/perltoc.pod
3247 ____________________________________________________________________________
3248 [  6160] By: jhi                                   on 2000/05/29  17:23:55
3249         Log: Changes for the File::Temp 0.08 (change #6159) test suite
3250              to fit better into the Perl distribution test framework.
3251      Branch: cfgperl
3252            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
3253            ! t/lib/ftmp-tempfile.t
3254 ____________________________________________________________________________
3255 [  6159] By: jhi                                   on 2000/05/29  16:55:36
3256         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
3257      Branch: cfgperl
3258            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
3259            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
3260 ____________________________________________________________________________
3261 [  6158] By: bailey                                on 2000/05/29  16:22:08
3262         Log: Add fallback to tmpfile for use in cases where user's relying on
3263              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
3264              Lane's patch)
3265      Branch: vmsperl
3266            ! vms/vms.c vms/vmsish.h
3267 ____________________________________________________________________________
3268 [  6157] By: jhi                                   on 2000/05/29  03:10:36
3269         Log: Regen Configure to jive with #6149.
3270      Branch: cfgperl
3271            ! Configure
3272      Branch: metaconfig
3273            ! U/modified/Getfile.U
3274 ____________________________________________________________________________
3275 [  6156] By: jhi                                   on 2000/05/29  03:01:38
3276         Log: Integrate with Sarathy.
3277      Branch: cfgperl
3278           +> ext/DynaLoader/dl_mac.xs
3279           !> (integrate 38 files)
3280 ____________________________________________________________________________
3281 [  6155] By: gsar                                  on 2000/05/28  21:15:58
3282         Log: small bug in change#6144; remove random \xA0 character that snuck
3283              in via change#6145
3284      Branch: perl
3285            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
3286 ____________________________________________________________________________
3287 [  6154] By: gsar                                  on 2000/05/28  21:04:19
3288         Log: avoid type mismatch warning
3289      Branch: perl
3290            ! perl.c
3291 ____________________________________________________________________________
3292 [  6153] By: gsar                                  on 2000/05/28  20:58:31
3293         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
3294              <nick@Bagpuss.uk.boo.com>)
3295      Branch: perl
3296            ! lib/Test/Harness.pm
3297 ____________________________________________________________________________
3298 [  6152] By: gsar                                  on 2000/05/28  20:53:42
3299         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
3300      Branch: perl
3301            ! regexec.c
3302 ____________________________________________________________________________
3303 [  6151] By: gsar                                  on 2000/05/28  20:50:28
3304         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
3305      Branch: perl
3306            ! regexec.c
3307 ____________________________________________________________________________
3308 [  6150] By: gsar                                  on 2000/05/28  20:39:58
3309         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
3310      Branch: perl
3311            ! pod/perlrequick.pod
3312 ____________________________________________________________________________
3313 [  6149] By: gsar                                  on 2000/05/28  20:35:16
3314         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
3315              <troc@netrus.net>)
3316      Branch: perl
3317            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
3318            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
3319            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
3320            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
3321 ____________________________________________________________________________
3322 [  6148] By: gsar                                  on 2000/05/28  20:21:07
3323         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
3324      Branch: perl
3325            ! lib/ExtUtils/MM_Unix.pm
3326 ____________________________________________________________________________
3327 [  6147] By: gsar                                  on 2000/05/28  20:12:41
3328         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
3329              (from Peter Prymmer)
3330      Branch: perl
3331            ! vms/subconfigure.com
3332 ____________________________________________________________________________
3333 [  6146] By: gsar                                  on 2000/05/28  20:06:15
3334         Log: doc typo
3335      Branch: perl
3336            ! lib/warnings.pm warnings.h warnings.pl
3337 ____________________________________________________________________________
3338 [  6145] By: gsar                                  on 2000/05/28  18:44:33
3339         Log: make xsubpp skip embedded pod (from Matthias Neeracher
3340              <neeri@iis.ee.ethz.ch>)
3341      Branch: perl
3342            ! lib/ExtUtils/xsubpp
3343 ____________________________________________________________________________
3344 [  6144] By: gsar                                  on 2000/05/28  18:42:49
3345         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
3346              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
3347              <neeri@iis.ee.ethz.ch>)
3348      Branch: perl
3349            ! lib/AutoSplit.pm
3350 ____________________________________________________________________________
3351 [  6143] By: gsar                                  on 2000/05/28  18:41:12
3352         Log: MacOS support, part 1 (from Matthias Neeracher
3353              <neeri@iis.ee.ethz.ch>)
3354      Branch: perl
3355            + ext/DynaLoader/dl_mac.xs
3356            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
3357            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
3358            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
3359            ! util.h
3360 ____________________________________________________________________________
3361 [  6142] By: gsar                                  on 2000/05/28  18:21:51
3362         Log: File::Find fails to chdir when chasing symlinks (from
3363              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
3364      Branch: perl
3365            ! lib/File/Find.pm t/lib/filefind.t
3366 ____________________________________________________________________________
3367 [  6141] By: jhi                                   on 2000/05/28  14:25:15
3368         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
3369              forwarded by Peter Seebach from the bsdi-users mailing list.
3370              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
3371      Branch: perl
3372            ! hints/bsdos.sh
3373 ____________________________________________________________________________
3374 [  6140] By: jhi                                   on 2000/05/28  14:11:57
3375         Log: Integrate with Sarathy.
3376      Branch: cfgperl
3377           +> (branch 30 files)
3378           !> (integrate 93 files)
3379 ____________________________________________________________________________
3380 [  6139] By: gsar                                  on 2000/05/28  10:01:48
3381         Log: revise mktables.PL for bugs and newness in Unicode 3.0
3382              (from James Bence <jbence@amgen.com>)
3383      Branch: perl
3384            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
3385            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
3386            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
3387            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
3388            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
3389            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
3390            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
3391            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
3392            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
3393            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
3394            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
3395            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
3396            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
3397            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
3398            + lib/unicode/Is/SylWU.pl
3399            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
3400            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
3401            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
3402            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
3403            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
3404            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
3405            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
3406            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
3407            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
3408            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
3409            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
3410            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
3411            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
3412            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
3413            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
3414            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
3415            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
3416            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
3417            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
3418            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
3419            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
3420            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
3421            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
3422            ! lib/unicode/Makefile lib/unicode/mktables.PL
3423 ____________________________________________________________________________
3424 [  6138] By: gsar                                  on 2000/05/28  08:50:32
3425         Log: add note about the handling of negative indices to tied arrays
3426              (from Michael G Schwern <schwern@pobox.com>)
3427      Branch: perl
3428            ! pod/perltie.pod
3429 ____________________________________________________________________________
3430 [  6137] By: gsar                                  on 2000/05/28  08:46:10
3431         Log: fix bogus redeclaration warning for "our" variables in different
3432              scopes
3433      Branch: perl
3434            ! op.c t/pragma/strict-vars
3435 ____________________________________________________________________________
3436 [  6136] By: gsar                                  on 2000/05/28  08:31:20
3437         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
3438      Branch: perl
3439            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
3440 ____________________________________________________________________________
3441 [  6135] By: gsar                                  on 2000/05/28  08:17:50
3442         Log: enable Test::Harness to dynamically determine column width etc.
3443              (from Rob Napier <rnapier@employees.org>)
3444      Branch: perl
3445            ! lib/Test/Harness.pm
3446 ____________________________________________________________________________
3447 [  6134] By: gsar                                  on 2000/05/28  08:13:39
3448         Log: make Test::Harness use wait.h/WCOREDUMP if available
3449              (from Ben Tilly <ben_tilly@hotmail.com>)
3450      Branch: perl
3451            ! lib/Test/Harness.pm
3452 ____________________________________________________________________________
3453 [  6133] By: gsar                                  on 2000/05/28  08:08:05
3454         Log: elide bogus test in change#6132
3455      Branch: perl
3456            ! t/pragma/warn/9enabled
3457 ____________________________________________________________________________
3458 [  6132] By: gsar                                  on 2000/05/28  08:03:14
3459         Log: warnings::enabled() doesn't fall back to looking at $^W if
3460              caller isn't using lexical warnings (from Paul Marquess)
3461      Branch: perl
3462            ! pp_ctl.c t/pragma/warn/9enabled
3463 ____________________________________________________________________________
3464 [  6131] By: gsar                                  on 2000/05/28  07:57:47
3465         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
3466      Branch: perl
3467            ! ext/POSIX/POSIX.pm
3468 ____________________________________________________________________________
3469 [  6130] By: gsar                                  on 2000/05/28  07:29:12
3470         Log: fix places that mean C<"word" character> but say C<alphanumeric
3471              character>
3472      Branch: perl
3473            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
3474 ____________________________________________________________________________
3475 [  6129] By: gsar                                  on 2000/05/28  07:18:41
3476         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
3477      Branch: perl
3478            ! vms/test.com
3479 ____________________________________________________________________________
3480 [  6128] By: gsar                                  on 2000/05/28  07:12:55
3481         Log: new perlxstut example for passing/returning refs to arrays
3482              (from David Lowe <dlowe@pootpoot.com>)
3483      Branch: perl
3484            ! pod/perlxstut.pod
3485 ____________________________________________________________________________
3486 [  6127] By: gsar                                  on 2000/05/28  07:02:50
3487         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
3488              failed (from Gisle Aas)
3489      Branch: perl
3490            ! cop.h perl.c
3491 ____________________________________________________________________________
3492 [  6126] By: gsar                                  on 2000/05/28  06:39:53
3493         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
3494              (reworked variant of patch suggested by Simon Cozens)
3495      Branch: perl
3496            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
3497            ! pp_hot.c proto.h t/op/gv.t
3498 ____________________________________________________________________________
3499 [  6125] By: gsar                                  on 2000/05/28  05:14:55
3500         Log: enable propagating exception objects via Perl_croak() in XS code
3501              (from Gisle Aas)
3502      Branch: perl
3503            ! util.c
3504 ____________________________________________________________________________
3505 [  6124] By: gsar                                  on 2000/05/28  05:07:28
3506         Log: integrate vmsperl contents into mainline
3507      Branch: perl
3508           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
3509           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
3510           !> vms/vmsish.h
3511 ____________________________________________________________________________
3512 [  6123] By: gsar                                  on 2000/05/28  05:03:53
3513         Log: clarify gotcha with #line directives (from Rocco Caputo
3514              <troc@netrus.net>)
3515      Branch: perl
3516            ! pod/perldebug.pod pod/perlsyn.pod
3517 ____________________________________________________________________________
3518 [  6122] By: gsar                                  on 2000/05/28  04:58:29
3519         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
3520              (from Mark-Jason Dominus)
3521      Branch: perl
3522            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
3523            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
3524            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
3525            ! toke.c
3526 ____________________________________________________________________________
3527 [  6121] By: bailey                                on 2000/05/25  04:46:54
3528         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
3529              lists (based on fixes by Craig Berry)
3530      Branch: vmsperl
3531            ! lib/File/Spec/VMS.pm
3532 ____________________________________________________________________________
3533 [  6120] By: bailey                                on 2000/05/25  04:25:38
3534         Log: Add missing escape (Charles Lane)
3535      Branch: vmsperl
3536            ! t/op/lex_assign.t
3537 ____________________________________________________________________________
3538 [  6119] By: bailey                                on 2000/05/25  04:21:25
3539         Log: Quiet error messages in vmsish.t (Charles Lane)
3540      Branch: vmsperl
3541            ! vms/ext/vmsish.t
3542 ____________________________________________________________________________
3543 [  6118] By: bailey                                on 2000/05/25  04:17:57
3544         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
3545              Flatten case labels in switch statements uniformly (Charles Bailey)
3546      Branch: vmsperl
3547            ! vms/vms.c
3548 ____________________________________________________________________________
3549 [  6117] By: bailey                                on 2000/05/25  03:58:09
3550         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
3551      Branch: vmsperl
3552            ! vms/vmsish.h
3553 ____________________________________________________________________________
3554 [  6116] By: bailey                                on 2000/05/25  03:11:15
3555         Log: Miscellaneous cosmetic fixes (Charles Lane)
3556      Branch: vmsperl
3557            ! lib/ExtUtils/MM_VMS.pm
3558 ____________________________________________________________________________
3559 [  6115] By: bailey                                on 2000/05/25  03:10:36
3560         Log: Add bounds checking for several strings (Charles Lane)
3561      Branch: vmsperl
3562            ! vms/vms.c
3563 ____________________________________________________________________________
3564 [  6114] By: bailey                                on 2000/05/25  02:25:34
3565         Log: Urk -- undo previous removal of vmsish 'exit' change
3566      Branch: vmsperl
3567            ! vms/ext/vmsish.pm vms/vmsish.h
3568 ____________________________________________________________________________
3569 [  6113] By: bailey                                on 2000/05/24  02:24:40
3570         Log: Ugly workaround for version-specific RTL error
3571      Branch: vmsperl
3572            ! vms/vms.c
3573 ____________________________________________________________________________
3574 [  6112] By: bailey                                on 2000/05/24  02:19:55
3575         Log: Check for existence of file before trying to delete
3576      Branch: vmsperl
3577            ! vms/test.com
3578 ____________________________________________________________________________
3579 [  6111] By: bailey                                on 2000/05/23  23:35:13
3580         Log: Resync with mainline prior to post-5.6.0 updates
3581      Branch: vmsperl
3582           +> (branch 49 files)
3583            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
3584            ! vms/ext/vmsish.pm
3585           !> (integrate 334 files)
3586 ____________________________________________________________________________
3587 [  6110] By: jhi                                   on 2000/05/23  19:28:32
3588         Log: todo tweak
3589      Branch: cfgperl
3590            ! Todo-5.6
3591 ____________________________________________________________________________
3592 [  6109] By: jhi                                   on 2000/05/18  17:38:54
3593         Log: Integrate with Sarathy.
3594      Branch: cfgperl
3595           !> mg.c perl.h win32/perlhost.h
3596 ____________________________________________________________________________
3597 [  6108] By: gsar                                  on 2000/05/17  02:24:56
3598         Log: reenable fake signal handling on Windows, bugs and all
3599      Branch: perl
3600            ! mg.c perl.h win32/perlhost.h
3601 ____________________________________________________________________________
3602 [  6107] By: jhi                                   on 2000/05/15  18:01:41
3603         Log: Tweak the todo list.
3604      Branch: cfgperl
3605            ! Todo-5.6
3606 ____________________________________________________________________________
3607 [  6106] By: jhi                                   on 2000/05/15  13:41:48
3608         Log: The (Configure) script refuses to go on, after asking for
3609              'You may also choose to try maximal 64-bitness....'.
3610              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
3611              -- Patrick Zima
3612              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
3613      Branch: cfgperl
3614            ! hints/solaris_2.sh
3615 ____________________________________________________________________________
3616 [  6105] By: jhi                                   on 2000/05/11  14:37:43
3617         Log: Integrate with Sarathy.
3618      Branch: cfgperl
3619           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
3620           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
3621 ____________________________________________________________________________
3622 [  6104] By: gsar                                  on 2000/05/11  03:39:07
3623         Log: PL_sys_intern was being initialized too late on windows
3624      Branch: perl
3625            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
3626            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
3627 ____________________________________________________________________________
3628 [  6103] By: jhi                                   on 2000/05/09  19:42:20
3629         Log: Test tweaking for Unicos continues.
3630      Branch: cfgperl
3631            ! t/op/64bitint.t
3632 ____________________________________________________________________________
3633 [  6102] By: jhi                                   on 2000/05/09  16:47:27
3634         Log: The test suite tweak in #6101 wasn't quite right.
3635      Branch: cfgperl
3636            ! t/lib/complex.t
3637 ____________________________________________________________________________
3638 [  6101] By: jhi                                   on 2000/05/09  15:35:34
3639         Log: Hints and test tweaks for Unicos.
3640      Branch: cfgperl
3641            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
3642 ____________________________________________________________________________
3643 [  6100] By: jhi                                   on 2000/05/08  21:15:06
3644         Log: More compilation tweakery from Allen Smith.
3645      Branch: cfgperl
3646            ! hints/irix_6.sh
3647 ____________________________________________________________________________
3648 [  6099] By: jhi                                   on 2000/05/08  19:21:18
3649         Log: Tweaks for the cc bugs from Allen Smith.
3650      Branch: cfgperl
3651            ! hints/irix_6.sh
3652 ____________________________________________________________________________
3653 [  6098] By: jhi                                   on 2000/05/08  19:13:37
3654         Log: Add a note about other, yet unsupported, shadow password APIs.
3655      Branch: cfgperl
3656            ! pp_sys.c
3657 ____________________________________________________________________________
3658 [  6097] By: jhi                                   on 2000/05/08  18:46:34
3659         Log: Add a note about possible compilation problems from Allen Smith.
3660      Branch: cfgperl
3661            ! hints/irix_6.sh
3662 ____________________________________________________________________________
3663 [  6096] By: jhi                                   on 2000/05/08  17:33:10
3664         Log: Integrate with Sarathy.
3665      Branch: cfgperl
3666           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
3667           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
3668 ____________________________________________________________________________
3669 [  6095] By: jhi                                   on 2000/05/08  16:21:33
3670         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
3671              might be useful in future.
3672      Branch: cfgperl
3673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3674            ! config_h.SH
3675      Branch: metaconfig
3676            ! U/installdirs/inc_version_list.U
3677      Branch: metaconfig/U/perl
3678            ! perlxv.U
3679 ____________________________________________________________________________
3680 [  6094] By: gsar                                  on 2000/05/08  14:22:22
3681         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
3682      Branch: perl
3683            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
3684            ! hints/cygwin.sh pp_sys.c
3685 ____________________________________________________________________________
3686 [  6093] By: gsar                                  on 2000/05/08  12:52:28
3687         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
3688              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
3689      Branch: perl
3690            ! pp_sys.c sv.c win32/perlhost.h
3691 ____________________________________________________________________________
3692 [  6092] By: jhi                                   on 2000/05/07  22:40:34
3693         Log: Regen perltoc with the fixed buildtoc.
3694      Branch: cfgperl
3695            ! pod/perltoc.pod
3696 ____________________________________________________________________________
3697 [  6091] By: jhi                                   on 2000/05/07  22:24:16
3698         Log: Integrate with Sarathy.
3699      Branch: cfgperl
3700           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
3701           !> t/op/substr.t toke.c
3702 ____________________________________________________________________________
3703 [  6090] By: gsar                                  on 2000/05/07  19:47:07
3704         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
3705              [NI]OK; added tests for both
3706      Branch: perl
3707            ! perl.c pp_hot.c sv.c t/op/substr.t
3708 ____________________________________________________________________________
3709 [  6089] By: gsar                                  on 2000/05/07  18:18:38
3710         Log: buildtoc tweak to fix newline lossage
3711      Branch: perl
3712            ! pod/buildtoc
3713 ____________________________________________________________________________
3714 [  6088] By: jhi                                   on 2000/05/07  16:35:36
3715         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
3716              because we do not use those.  The HAS_GETSPNAM remains,
3717              though, because we still do use that.
3718      Branch: cfgperl
3719            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3720            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
3721            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
3722            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
3723            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3724            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
3725 ____________________________________________________________________________
3726 [  6087] By: gsar                                  on 2000/05/07  16:05:16
3727         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
3728      Branch: perl
3729            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
3730 ____________________________________________________________________________
3731 [  6086] By: jhi                                   on 2000/05/07  15:27:07
3732         Log: Integrate with Sarathy.
3733      Branch: cfgperl
3734           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
3735           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
3736           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
3737           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
3738           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
3739           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
3740 ____________________________________________________________________________
3741 [  6085] By: gsar                                  on 2000/05/07  05:52:02
3742         Log: repeat operator (x) doesn't preserve utf8-ness
3743      Branch: perl
3744            ! pp.c t/op/substr.t
3745 ____________________________________________________________________________
3746 [  6084] By: gsar                                  on 2000/05/07  05:39:55
3747         Log: substr() does not preserve utf8-ness (from Stefan Eissing
3748              <Eissing@medicaldataservice.de>); added tests
3749      Branch: perl
3750            ! pp.c t/op/substr.t
3751 ____________________________________________________________________________
3752 [  6083] By: gsar                                  on 2000/05/07  05:24:46
3753         Log: note about undocumented caller() return value (from M.J.T. Guy);
3754              yet another peek.t tweak
3755      Branch: perl
3756            ! pod/perlfunc.pod t/lib/peek.t
3757 ____________________________________________________________________________
3758 [  6082] By: gsar                                  on 2000/05/07  05:08:40
3759         Log: peek.t non-portable to ithreads
3760      Branch: perl
3761            ! t/lib/peek.t
3762 ____________________________________________________________________________
3763 [  6081] By: gsar                                  on 2000/05/07  04:17:04
3764         Log: better default perlbug categories for ok reports (from Richard Foley)
3765      Branch: perl
3766            ! utils/perlbug.PL
3767 ____________________________________________________________________________
3768 [  6080] By: gsar                                  on 2000/05/07  04:08:07
3769         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
3770              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
3771      Branch: perl
3772            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
3773            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
3774            ! AUTHORS MAINTAIN MANIFEST
3775 ____________________________________________________________________________
3776 [  6079] By: gsar                                  on 2000/05/07  04:01:38
3777         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
3778      Branch: perl
3779            ! lib/Carp/Heavy.pm
3780 ____________________________________________________________________________
3781 [  6078] By: gsar                                  on 2000/05/07  01:24:19
3782         Log: workaround for CRT bug in chdir() (from Charles Lane, via
3783              Peter Prymmer)
3784      Branch: perl
3785            ! iperlsys.h vms/vms.c vms/vmsish.h
3786 ____________________________________________________________________________
3787 [  6077] By: gsar                                  on 2000/05/07  01:22:23
3788         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
3789              and Tom Phoenix)
3790      Branch: perl
3791            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
3792 ____________________________________________________________________________
3793 [  6076] By: gsar                                  on 2000/05/06  17:36:29
3794         Log: integrate cfgperl contents into mainline
3795      Branch: perl
3796           +> t/lib/peek.t
3797           !> Configure MANIFEST Porting/Glossary Porting/config.sh
3798           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
3799           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
3800           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
3801 ____________________________________________________________________________
3802 [  6075] By: jhi                                   on 2000/05/05  18:56:10
3803         Log: Make the test more portable.
3804      Branch: cfgperl
3805            ! t/lib/peek.t
3806 ____________________________________________________________________________
3807 [  6074] By: jhi                                   on 2000/05/05  18:49:20
3808         Log: Introduce t/lib/peek.t.
3809      Branch: cfgperl
3810            + t/lib/peek.t
3811            ! MANIFEST
3812 ____________________________________________________________________________
3813 [  6073] By: jhi                                   on 2000/05/05  14:30:45
3814         Log: Complex tweaks.
3815      Branch: cfgperl
3816            ! lib/Math/Complex.pm t/lib/complex.t
3817 ____________________________________________________________________________
3818 [  6072] By: jhi                                   on 2000/05/05  12:27:13
3819         Log: Integrate with Sarathy.
3820      Branch: cfgperl
3821           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3822           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3823           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
3824           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
3825 ____________________________________________________________________________
3826 [  6071] By: gsar                                  on 2000/05/05  02:24:46
3827         Log: misformatted perllocal.pod (from Tim Jenness
3828              <t.jenness@jach.hawaii.edu>)
3829      Branch: perl
3830            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
3831 ____________________________________________________________________________
3832 [  6070] By: gsar                                  on 2000/05/05  02:16:52
3833         Log: remove misleading comment (from M.J.T. Guy)
3834      Branch: perl
3835            ! t/lib/anydbm.t
3836 ____________________________________________________________________________
3837 [  6069] By: gsar                                  on 2000/05/05  02:15:13
3838         Log: File::Spec compatibility update (from Barrie Slaymaker
3839              <barries@slaysys.com>)
3840      Branch: perl
3841            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
3842            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
3843 ____________________________________________________________________________
3844 [  6068] By: gsar                                  on 2000/05/05  02:01:50
3845         Log: note about values()
3846      Branch: perl
3847            ! pod/perlfunc.pod
3848 ____________________________________________________________________________
3849 [  6067] By: gsar                                  on 2000/05/05  01:33:09
3850         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
3851      Branch: perl
3852            ! win32/win32.c
3853 ____________________________________________________________________________
3854 [  6066] By: gsar                                  on 2000/05/05  01:23:43
3855         Log: s/END/CHECK/
3856      Branch: perl
3857            ! perl.c
3858 ____________________________________________________________________________
3859 [  6065] By: jhi                                   on 2000/05/04  17:30:22
3860         Log: Integrate with Sarathy.
3861      Branch: cfgperl
3862           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
3863 ____________________________________________________________________________
3864 [  6064] By: gsar                                  on 2000/05/04  17:26:14
3865         Log: change#5905 wasn't quite right--it's intent only applies when arguments
3866              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
3867      Branch: perl
3868            ! pp_sys.c sv.c
3869 ____________________________________________________________________________
3870 [  6063] By: gsar                                  on 2000/05/04  16:52:29
3871         Log: tokeq() could read unallocated field in argument
3872      Branch: perl
3873            ! toke.c
3874 ____________________________________________________________________________
3875 [  6062] By: gsar                                  on 2000/05/04  16:34:51
3876         Log: additional tests for utf8.t
3877      Branch: perl
3878            ! t/pragma/utf8.t
3879 ____________________________________________________________________________
3880 [  6061] By: gsar                                  on 2000/05/04  16:09:28
3881         Log: change#5921 neglected to make eq honor "use bytes"
3882      Branch: perl
3883            ! sv.c
3884 ____________________________________________________________________________
3885 [  6060] By: jhi                                   on 2000/05/04  15:30:16
3886         Log: Integrate with Sarathy.
3887      Branch: cfgperl
3888           !> perl.c regcomp.c t/pragma/utf8.t
3889 ____________________________________________________________________________
3890 [  6059] By: jhi                                   on 2000/05/04  15:26:37
3891         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
3892              in natively 64-bit platforms where a long is a quad (no need
3893              for long longs).  Also added bias for IVs.
3894      Branch: cfgperl
3895            ! toke.c
3896 ____________________________________________________________________________
3897 [  6058] By: gsar                                  on 2000/05/04  00:19:14
3898         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
3899              (spotted by Donald Kinzer <dkinzer@premia.com>)
3900      Branch: perl
3901            ! perl.c
3902 ____________________________________________________________________________
3903 [  6057] By: gsar                                  on 2000/05/03  18:34:01
3904         Log: fix broken parsing of /\x{ab}/
3905      Branch: perl
3906            ! regcomp.c t/pragma/utf8.t
3907 ____________________________________________________________________________
3908 [  6056] By: jhi                                   on 2000/05/03  17:57:16
3909         Log: The search of infinity continues, this time simplified.
3910      Branch: cfgperl
3911            ! lib/Math/Complex.pm
3912 ____________________________________________________________________________
3913 [  6055] By: jhi                                   on 2000/05/03  17:45:30
3914         Log: Detypo.
3915      Branch: cfgperl
3916            ! hints/unicos.sh
3917 ____________________________________________________________________________
3918 [  6054] By: jhi                                   on 2000/05/02  22:28:27
3919         Log: Be more forgiving in POSIX about HUGE_VALL.
3920      Branch: cfgperl
3921            ! ext/POSIX/POSIX.xs
3922 ____________________________________________________________________________
3923 [  6053] By: jhi                                   on 2000/05/02  22:25:05
3924         Log: Integrate with Sarathy.
3925      Branch: cfgperl
3926           !> hints/irix_6.sh pod/perlop.pod
3927 ____________________________________________________________________________
3928 [  6052] By: jhi                                   on 2000/05/02  22:24:31
3929         Log: Unicos hint tweak.
3930      Branch: cfgperl
3931            ! hints/unicos.sh
3932 ____________________________________________________________________________
3933 [  6051] By: jhi                                   on 2000/05/02  22:21:26
3934         Log: Complex tweakery.
3935      Branch: cfgperl
3936            ! lib/Math/Complex.pm t/lib/complex.t
3937 ____________________________________________________________________________
3938 [  6050] By: jhi                                   on 2000/05/02  19:26:22
3939         Log: Use setxxent()/endxxent().
3940      Branch: cfgperl
3941            ! t/op/grent.t t/op/pwent.t
3942 ____________________________________________________________________________
3943 [  6049] By: jhi                                   on 2000/05/02  19:06:02
3944         Log: Test both the scalar and list contexts.
3945      Branch: cfgperl
3946            ! t/op/grent.t t/op/pwent.t
3947 ____________________________________________________________________________
3948 [  6048] By: gsar                                  on 2000/05/02  18:29:10
3949         Log: add note about how $( doesn't interpolate in REs (from
3950              Philip Newton <newton@ficus.frogspace.net>)
3951      Branch: perl
3952            ! pod/perlop.pod
3953 ____________________________________________________________________________
3954 [  6047] By: jhi                                   on 2000/05/02  17:41:24
3955         Log: Call getspnam() only iff needd.
3956      Branch: cfgperl
3957            ! pp_sys.c
3958 ____________________________________________________________________________
3959 [  6046] By: gsar                                  on 2000/05/02  17:07:25
3960         Log: libscheck has insufficient checks for n32 libs (from
3961              Albert Chin-A-Young <china@thewrittenword.com>)
3962      Branch: perl
3963            ! hints/irix_6.sh
3964 ____________________________________________________________________________
3965 [  6045] By: jhi                                   on 2000/05/02  13:57:17
3966         Log: Integrate with Sarathy.
3967      Branch: cfgperl
3968           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
3969           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
3970 ____________________________________________________________________________
3971 [  6044] By: gsar                                  on 2000/05/02  06:48:19
3972         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
3973              such that underscores are only ignored in literal numbers,
3974              "\x{...}", and hex/oct argument
3975      Branch: perl
3976            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
3977 ____________________________________________________________________________
3978 [  6043] By: gsar                                  on 2000/05/02  02:22:29
3979         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
3980      Branch: perl
3981            ! pod/perlretut.pod
3982 ____________________________________________________________________________
3983 [  6042] By: gsar                                  on 2000/05/02  02:17:51
3984         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
3985      Branch: perl
3986            ! pod/perltrap.pod
3987 ____________________________________________________________________________
3988 [  6041] By: gsar                                  on 2000/05/02  01:53:51
3989         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
3990              to compensate
3991      Branch: perl
3992            ! Porting/makerel
3993 ____________________________________________________________________________
3994 [  6040] By: gsar                                  on 2000/05/02  01:51:57
3995         Log: missing files in MANIFEST
3996      Branch: perl
3997            ! MANIFEST
3998 ____________________________________________________________________________
3999 [  6039] By: jhi                                   on 2000/05/02  00:36:46
4000         Log: Infinite problems.
4001      Branch: cfgperl
4002            ! lib/Math/Complex.pm
4003 ____________________________________________________________________________
4004 [  6038] By: jhi                                   on 2000/05/02  00:06:38
4005         Log: pwent/spent #ifdef imbalance.
4006      Branch: cfgperl
4007            ! pp_sys.c
4008 ____________________________________________________________________________
4009 [  6037] By: jhi                                   on 2000/05/01  22:50:11
4010         Log: Use HUGE_VALL if applicable.
4011      Branch: cfgperl
4012            ! ext/POSIX/POSIX.xs util.c
4013 ____________________________________________________________________________
4014 [  6036] By: jhi                                   on 2000/05/01  22:20:53
4015         Log: Correct Freudian slip.
4016      Branch: cfgperl
4017            ! pp_sys.c
4018 ____________________________________________________________________________
4019 [  6035] By: jhi                                   on 2000/05/01  21:07:38
4020         Log: Continue on the pwent/spent case.
4021      Branch: cfgperl
4022            ! pp_sys.c
4023 ____________________________________________________________________________
4024 [  6034] By: jhi                                   on 2000/05/01  17:45:14
4025         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
4026              adjustments in 6032 conflicted badly with this, will have
4027              to revisit them later.
4028      Branch: cfgperl
4029           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
4030           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
4031           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
4032           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
4033           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
4034           !> t/lib/cgi-html.t t/lib/cgi-request.t
4035 ____________________________________________________________________________
4036 [  6033] By: jhi                                   on 2000/05/01  17:40:49
4037         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
4038      Branch: cfgperl
4039            ! pp_sys.c
4040 ____________________________________________________________________________
4041 [  6032] By: gsar                                  on 2000/05/01  15:56:32
4042         Log: whitespace adjustments
4043      Branch: perl
4044            ! pp_sys.c
4045 ____________________________________________________________________________
4046 [  6031] By: gsar                                  on 2000/05/01  15:19:41
4047         Log: small nits in diagnostics.pm (from Robin Barker)
4048      Branch: perl
4049            ! lib/diagnostics.pm pod/perldiag.pod
4050 ____________________________________________________________________________
4051 [  6030] By: gsar                                  on 2000/05/01  08:39:18
4052         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
4053              for @- and @+ (from Johan Vromans)
4054      Branch: perl
4055            ! lib/English.pm pod/perlvar.pod
4056 ____________________________________________________________________________
4057 [  6029] By: gsar                                  on 2000/05/01  08:16:10
4058         Log: add CGI.pm v2.66 (from Lincoln Stein)
4059      Branch: perl
4060            + lib/CGI/Util.pm t/lib/cgi-pretty.t
4061            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
4062            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
4063            ! t/lib/cgi-html.t t/lib/cgi-request.t
4064 ____________________________________________________________________________
4065 [  6028] By: gsar                                  on 2000/05/01  06:34:41
4066         Log: Pod::Man generates groff-incompatible macro definition (from
4067              Tom Christiansen)
4068      Branch: perl
4069            ! lib/Pod/Man.pm
4070 ____________________________________________________________________________
4071 [  6027] By: gsar                                  on 2000/05/01  06:31:36
4072         Log: podlators-1.02 update (from Russ Allbery)
4073      Branch: perl
4074            ! lib/Pod/Man.pm lib/Pod/Text.pm
4075 ____________________________________________________________________________
4076 [  6026] By: jhi                                   on 2000/04/30  23:24:23
4077         Log: Integrate with Sarathy.
4078      Branch: cfgperl
4079           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
4080           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
4081           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
4082           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
4083           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
4084           !> t/lib/syslog.t toke.c win32/win32.h
4085 ____________________________________________________________________________
4086 [  6025] By: gsar                                  on 2000/04/30  18:17:47
4087         Log: Is{Alnum,Alpha,Word} don't match titlecase
4088              
4089              TODO: IsSpace is defined recursively!
4090              
4091              (both spotted by Larry)
4092      Branch: perl
4093            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
4094            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
4095 ____________________________________________________________________________
4096 [  6024] By: gsar                                  on 2000/04/30  17:50:19
4097         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
4098              (from Hugo van der Sanden)
4099      Branch: perl
4100            ! toke.c
4101 ____________________________________________________________________________
4102 [  6023] By: gsar                                  on 2000/04/30  17:14:43
4103         Log: debugger stomps on $. (from M.J.T. Guy)
4104      Branch: perl
4105            ! lib/perl5db.pl
4106 ____________________________________________________________________________
4107 [  6022] By: gsar                                  on 2000/04/30  16:59:22
4108         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
4109      Branch: perl
4110            ! sv.c
4111 ____________________________________________________________________________
4112 [  6021] By: gsar                                  on 2000/04/29  21:00:08
4113         Log: remove Win2K issue in pod (fixed by change#6020)
4114      Branch: perl
4115            ! README.win32 pod/perl56delta.pod
4116 ____________________________________________________________________________
4117 [  6020] By: gsar                                  on 2000/04/29  20:51:49
4118         Log: test tweak
4119      Branch: perl
4120            ! t/lib/open3.t
4121 ____________________________________________________________________________
4122 [  6019] By: gsar                                  on 2000/04/29  20:34:27
4123         Log: windows portability tweaks
4124      Branch: perl
4125            ! t/lib/b.t win32/win32.h
4126 ____________________________________________________________________________
4127 [  6018] By: gsar                                  on 2000/04/29  19:55:24
4128         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
4129              make _PATH_LOG() return "" if unavailable
4130      Branch: perl
4131            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
4132            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
4133 ____________________________________________________________________________
4134 [  6017] By: jhi                                   on 2000/04/28  22:49:46
4135         Log: Integrate with Sarathy.
4136      Branch: cfgperl
4137           !> op.c perl.c pod/perldiag.pod t/lib/b.t
4138 ____________________________________________________________________________
4139 [  6016] By: jhi                                   on 2000/04/28  22:46:14
4140         Log: Do not warn that an infinity does not look like a number.
4141      Branch: cfgperl
4142            ! sv.c
4143 ____________________________________________________________________________
4144 [  6015] By: gsar                                  on 2000/04/28  22:35:49
4145         Log: tweak test for portability
4146      Branch: perl
4147            ! t/lib/b.t
4148 ____________________________________________________________________________
4149 [  6014] By: gsar                                  on 2000/04/28  22:05:31
4150         Log: glob() loading File::Glob behind the scenes may cause syntax errors
4151      Branch: perl
4152            ! op.c
4153 ____________________________________________________________________________
4154 [  6013] By: gsar                                  on 2000/04/28  21:25:22
4155         Log: tweak change#5945 to display correct switch name in diagnostic
4156      Branch: perl
4157            ! perl.c pod/perldiag.pod
4158 ____________________________________________________________________________
4159 [  6012] By: jhi                                   on 2000/04/28  21:08:12
4160         Log: Integrate with Sarathy.
4161      Branch: cfgperl
4162           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
4163           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
4164           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
4165 ____________________________________________________________________________
4166 [  6011] By: jhi                                   on 2000/04/28  21:04:46
4167         Log: &HUGE_VAL is not defined, it exists.
4168      Branch: cfgperl
4169            ! lib/Math/Complex.pm
4170 ____________________________________________________________________________
4171 [  6010] By: gsar                                  on 2000/04/28  21:02:58
4172         Log: clarify note about shadow password support (from
4173              gellyfish@gellyfish.com)
4174      Branch: perl
4175            ! pod/perlfunc.pod
4176 ____________________________________________________________________________
4177 [  6009] By: gsar                                  on 2000/04/28  21:00:00
4178         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
4179      Branch: perl
4180            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
4181 ____________________________________________________________________________
4182 [  6008] By: gsar                                  on 2000/04/28  20:56:33
4183         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
4184      Branch: perl
4185            ! installperl vms/subconfigure.com
4186 ____________________________________________________________________________
4187 [  6007] By: gsar                                  on 2000/04/28  20:51:21
4188         Log: note about compile failures and END blocks (from M.J.T. Guy)
4189      Branch: perl
4190            ! pod/perl56delta.pod pod/perlmod.pod
4191 ____________________________________________________________________________
4192 [  6006] By: jhi                                   on 2000/04/28  20:42:14
4193         Log: Regen Configure.
4194      Branch: cfgperl
4195            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4196            ! config_h.SH
4197 ____________________________________________________________________________
4198 [  6005] By: gsar                                  on 2000/04/28  20:41:16
4199         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
4200      Branch: perl
4201            ! utils/perldoc.PL
4202 ____________________________________________________________________________
4203 [  6004] By: jhi                                   on 2000/04/28  20:28:21
4204         Log: Integrate with Sarathy.
4205      Branch: cfgperl
4206           !> Configure INSTALL Porting/Glossary Porting/config.sh
4207           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
4208           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
4209           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
4210           !> win32/config.vc win32/win32.c
4211 ____________________________________________________________________________
4212 [  6003] By: gsar                                  on 2000/04/28  20:11:20
4213         Log: allow REG_EXPAND_SZ keys in Windows registry (from
4214              John Clayton <John.Clayton@barclayscapital.com>)
4215      Branch: perl
4216            ! win32/win32.c
4217 ____________________________________________________________________________
4218 [  6002] By: gsar                                  on 2000/04/28  19:34:16
4219         Log: destructive sv_setsv() can lose UV-ness from source, causing
4220              numeric promotions/comparisons to fail to do the right thing
4221      Branch: perl
4222            ! sv.c
4223 ____________________________________________________________________________
4224 [  6001] By: gsar                                  on 2000/04/28  18:44:15
4225         Log: support additional library locations via $Config{otherlibdirs}
4226              (from Andy Dougherty)
4227      Branch: perl
4228            ! Configure INSTALL Porting/Glossary Porting/config.sh
4229            ! Porting/config_H config_h.SH epoc/config.sh perl.c
4230            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
4231            ! win32/config.bc win32/config.gc win32/config.vc
4232 ____________________________________________________________________________
4233 [  6000] By: gsar                                  on 2000/04/28  18:26:58
4234         Log: reworked otherlibdirs.U (from Andy Dougherty)
4235      Branch: metaconfig
4236            ! U/installdirs/otherlibdirs.U
4237 ____________________________________________________________________________
4238 [  5999] By: gsar                                  on 2000/04/28  18:17:07
4239         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
4240      Branch: perl
4241            ! t/pragma/warn/toke toke.c
4242 ____________________________________________________________________________
4243 [  5998] By: jhi                                   on 2000/04/28  13:32:17
4244         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
4245      Branch: cfgperl
4246            ! lib/Math/Complex.pm
4247 ____________________________________________________________________________
4248 [  5997] By: jhi                                   on 2000/04/28  13:14:04
4249         Log: Preserve $!.
4250      Branch: cfgperl
4251            ! lib/Math/Complex.pm
4252 ____________________________________________________________________________
4253 [  5996] By: jhi                                   on 2000/04/28  12:59:23
4254         Log: Integrate with Sarathy.
4255      Branch: cfgperl
4256           +> pod/perlrequick.pod pod/perlretut.pod
4257           !> (integrate 51 files)
4258 ____________________________________________________________________________
4259 [  5995] By: gsar                                  on 2000/04/28  09:37:36
4260         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
4261      Branch: perl
4262            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
4263 ____________________________________________________________________________
4264 [  5994] By: gsar                                  on 2000/04/28  09:33:26
4265         Log: fix for missed accounting for null byte in pack("Z",...) (from
4266              M.J.T. Guy)
4267      Branch: perl
4268            ! pp.c t/op/pack.t
4269 ____________________________________________________________________________
4270 [  5993] By: gsar                                  on 2000/04/28  09:30:05
4271         Log: various minor tweaks seen on p5p
4272      Branch: perl
4273            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
4274 ____________________________________________________________________________
4275 [  5992] By: gsar                                  on 2000/04/28  09:08:19
4276         Log: pod nit (from Simon Cozens)
4277      Branch: perl
4278            ! pod/perlop.pod
4279 ____________________________________________________________________________
4280 [  5991] By: gsar                                  on 2000/04/28  09:06:36
4281         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
4282      Branch: perl
4283            ! README.posix-bc hints/posix-bc.sh
4284 ____________________________________________________________________________
4285 [  5990] By: gsar                                  on 2000/04/28  08:54:52
4286         Log: use $ENV{LIB} to search for libs under Visual C compiler
4287              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
4288      Branch: perl
4289            ! lib/ExtUtils/Liblist.pm
4290 ____________________________________________________________________________
4291 [  5989] By: gsar                                  on 2000/04/28  08:27:12
4292         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
4293              itself and no other (from Tom Hughes)
4294      Branch: perl
4295            ! t/op/array.t toke.c
4296 ____________________________________________________________________________
4297 [  5988] By: gsar                                  on 2000/04/28  08:01:38
4298         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
4299              <paul@miraclefish.com>)
4300      Branch: perl
4301            ! lib/ExtUtils/MakeMaker.pm
4302 ____________________________________________________________________________
4303 [  5987] By: gsar                                  on 2000/04/28  07:53:09
4304         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
4305      Branch: perl
4306            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
4307 ____________________________________________________________________________
4308 [  5986] By: gsar                                  on 2000/04/28  07:44:17
4309         Log: add regular expressions tutorial and quick-start guide (from
4310              Mark Kvale <kvale@phy.ucsf.edu>)
4311      Branch: perl
4312            + pod/perlrequick.pod pod/perlretut.pod
4313            ! AUTHORS MAINTAIN MANIFEST
4314 ____________________________________________________________________________
4315 [  5985] By: gsar                                  on 2000/04/28  07:30:28
4316         Log: forked child may not exit correctly if it failed to open
4317              /dev/console (from Graham Barr)
4318      Branch: perl
4319            ! ext/Sys/Syslog/Syslog.pm
4320 ____________________________________________________________________________
4321 [  5984] By: gsar                                  on 2000/04/28  07:27:20
4322         Log: attributes::reftype() doesn't work on tied argument
4323      Branch: perl
4324            ! xsutils.c
4325 ____________________________________________________________________________
4326 [  5983] By: gsar                                  on 2000/04/28  07:15:04
4327         Log: numeric conversion of non-number in change#3378 tramples on
4328              OOK offset, causing segfaults
4329      Branch: perl
4330            ! sv.c
4331 ____________________________________________________________________________
4332 [  5982] By: gsar                                  on 2000/04/28  04:48:25
4333         Log: avoid error in IO::Socket::INET when given an unknown service name
4334              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
4335      Branch: perl
4336            ! ext/IO/lib/IO/Socket/INET.pm
4337 ____________________________________________________________________________
4338 [  5981] By: gsar                                  on 2000/04/28  04:31:31
4339         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
4340              prototype mismatch with CORE::glob(); update pod and tests to
4341              suit (File::Glob::glob() is still available for backward
4342              compatibility, but should be considered deprecated)
4343      Branch: perl
4344            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
4345            ! t/lib/glob-taint.t
4346 ____________________________________________________________________________
4347 [  5980] By: gsar                                  on 2000/04/28  03:47:29
4348         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
4349              <ghudson@mit.edu>)
4350      Branch: metaconfig
4351            ! U/modified/Options.U
4352      Branch: perl
4353            ! Configure
4354 ____________________________________________________________________________
4355 [  5979] By: gsar                                  on 2000/04/28  03:07:54
4356         Log: under useithreads, constant pad entries could inadvertantly be
4357              shared across threads (from Eric Blood <eblood@xmission.com>);
4358              added Eric's test case to testsuite
4359      Branch: perl
4360            ! op.c t/op/misc.t
4361 ____________________________________________________________________________
4362 [  5978] By: gsar                                  on 2000/04/27  21:13:00
4363         Log: sync version numbers in File::Spec with the ones on CPAN
4364              (from Barrie Slaymaker)
4365      Branch: perl
4366            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
4367            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
4368            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
4369 ____________________________________________________________________________
4370 [  5977] By: gsar                                  on 2000/04/27  21:07:29
4371         Log: autoquote barewords followed by newline and arrow properly
4372              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
4373      Branch: perl
4374            ! t/pragma/warn/toke toke.c
4375 ____________________________________________________________________________
4376 [  5976] By: gsar                                  on 2000/04/27  20:41:20
4377         Log: DB_File v1.73 update (from Paul Marquess)
4378      Branch: perl
4379            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4380            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4381 ____________________________________________________________________________
4382 [  5975] By: gsar                                  on 2000/04/27  20:34:24
4383         Log: allow sort() reentrancy (variant of patch suggested by
4384              Hugo van der Sanden)
4385      Branch: perl
4386            ! pp_ctl.c t/op/sort.t
4387 ____________________________________________________________________________
4388 [  5974] By: gsar                                  on 2000/04/27  19:46:57
4389         Log: change#4197 somehow missed initializing PL_errors, meaning
4390              sytax error queueing wasn't working outside eval"" at all;
4391              also fixed eval"" to localize PL_error_count, so that compile-time
4392              eval's don't clobber the error state of the outer context
4393      Branch: perl
4394            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
4395            ! t/pragma/warn/toke
4396 ____________________________________________________________________________
4397 [  5973] By: gsar                                  on 2000/04/27  18:29:05
4398         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
4399      Branch: perl
4400            ! regcomp.c regexec.c t/op/re_tests
4401 ____________________________________________________________________________
4402 [  5972] By: jhi                                   on 2000/04/27  18:22:41
4403         Log: Integrate with Sarathy.
4404      Branch: cfgperl
4405           +> t/lib/b.t t/lib/syslog.t
4406           !> (integrate 31 files)
4407 ____________________________________________________________________________
4408 [  5971] By: jhi                                   on 2000/04/27  18:18:46
4409         Log: Unicos tweaks from Mark P. Lutz.
4410      Branch: cfgperl
4411            ! hints/unicos.sh lib/Math/Complex.pm
4412 ____________________________________________________________________________
4413 [  5970] By: gsar                                  on 2000/04/27  18:05:11
4414         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
4415              IV is >32bits
4416      Branch: perl
4417            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
4418 ____________________________________________________________________________
4419 [  5969] By: gsar                                  on 2000/04/27  17:50:56
4420         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
4421      Branch: perl
4422            + t/lib/syslog.t
4423            ! MANIFEST ext/Sys/Syslog/Syslog.pm
4424 ____________________________________________________________________________
4425 [  5968] By: gsar                                  on 2000/04/27  17:44:49
4426         Log: tolerate spaces in group names in test on solaris (from David Boyce
4427              <dsb@boyski.com>)
4428      Branch: perl
4429            ! t/op/groups.t
4430 ____________________________________________________________________________
4431 [  5967] By: gsar                                  on 2000/04/27  17:41:22
4432         Log: improved docs on the warn_uninit diagnostic (from David Glasser
4433              and Simon Cozens)
4434      Branch: perl
4435            ! pod/perldiag.pod
4436 ____________________________________________________________________________
4437 [  5966] By: gsar                                  on 2000/04/27  16:54:58
4438         Log: add testsuite for B backends, fix bug in B::Deparse (from
4439              Simon Cozens <simon@brecon.co.uk>)
4440      Branch: perl
4441            + t/lib/b.t
4442            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
4443 ____________________________________________________________________________
4444 [  5965] By: gsar                                  on 2000/04/27  16:10:37
4445         Log: avoid "will not stay shared" warnings for our variables (from
4446              Robin Barker)
4447      Branch: perl
4448            ! op.c t/pragma/warn/op
4449 ____________________________________________________________________________
4450 [  5964] By: gsar                                  on 2000/04/27  07:05:05
4451         Log: reformat to 72 columns (again)
4452      Branch: perl
4453            ! pod/perldiag.pod
4454 ____________________________________________________________________________
4455 [  5963] By: gsar                                  on 2000/04/27  06:28:31
4456         Log: patch from Larry to make (\&) prototype work; added tests for
4457              the same
4458      Branch: perl
4459            ! op.c t/comp/proto.t
4460 ____________________________________________________________________________
4461 [  5962] By: gsar                                  on 2000/04/27  06:15:47
4462         Log: updated README.hpux (from Jeff Okamoto)
4463      Branch: perl
4464            ! README.hpux
4465 ____________________________________________________________________________
4466 [  5961] By: gsar                                  on 2000/04/27  05:55:03
4467         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
4468      Branch: perl
4469            ! emacs/cperl-mode.el
4470 ____________________________________________________________________________
4471 [  5960] By: gsar                                  on 2000/04/27  05:49:26
4472         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
4473      Branch: perl
4474            ! INSTALL
4475 ____________________________________________________________________________
4476 [  5959] By: gsar                                  on 2000/04/27  05:33:41
4477         Log: doubled words in pods (from Simon Cozens
4478              <simon.p.cozens@jp.pwcglobal.com>)
4479      Branch: perl
4480            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
4481            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
4482            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
4483            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
4484            ! pod/perltootc.pod
4485 ____________________________________________________________________________
4486 [  5958] By: gsar                                  on 2000/04/27  05:11:39
4487         Log: change#3569 deleted some essential code, revert; avoid use of
4488              atexit() to make DynaLoader work properly on AIX under mod_perl
4489              (from Jens-Uwe Mager <jum@helios.de>)
4490      Branch: perl
4491            ! ext/DynaLoader/dl_aix.xs
4492 ____________________________________________________________________________
4493 [  5957] By: gsar                                  on 2000/04/27  04:54:51
4494         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
4495      Branch: perl
4496            ! pod/perlmod.pod
4497 ____________________________________________________________________________
4498 [  5956] By: gsar                                  on 2000/04/27  04:51:47
4499         Log: better diagnostics on failed tests (from Ilya Zakharevich)
4500      Branch: perl
4501            ! t/op/lex_assign.t
4502 ____________________________________________________________________________
4503 [  5955] By: gsar                                  on 2000/04/27  04:26:44
4504         Log: longstanding bug exposed by change#3307: sort arguments weren't
4505              compiled with the right wantarray context (ensuing runtime lookup
4506              via block_gimme() was getting the incidental context of the
4507              sort() itself)
4508      Branch: perl
4509            ! op.c t/op/sort.t
4510 ____________________________________________________________________________
4511 [  5954] By: gsar                                  on 2000/04/26  23:42:12
4512         Log: integrate cfgperl contents into mainline
4513      Branch: perl
4514           !> (integrate 30 files)
4515 ____________________________________________________________________________
4516 [  5953] By: jhi                                   on 2000/04/26  23:06:42
4517         Log: Integrate with Sarathy.
4518      Branch: cfgperl
4519           !> README.win32 ext/B/B/Deparse.pm
4520           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4521           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
4522           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
4523           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
4524           !> utils/perldoc.PL vms/perlvms.pod
4525 ____________________________________________________________________________
4526 [  5952] By: jhi                                   on 2000/04/26  23:03:46
4527         Log: Undo "use integer" addition from 64bitint as it seems
4528              to break most of the subtests in Digital UNIX;
4529              Unicos needs to find another way.
4530      Branch: cfgperl
4531            ! t/op/64bitint.t
4532 ____________________________________________________________________________
4533 [  5951] By: jhi                                   on 2000/04/26  22:57:53
4534         Log: Be more robust on "extreme" (large absolute value)
4535              arguments.  Originally reported by Daniel Connelly
4536              as a problem with asinh() on large negative arguments,
4537              asinh() used to bail out because an argument to log()
4538              ended up being zero.  Ilya Zakharevich proposed using
4539              Taylor's series in such cases, which for such large
4540              arguments is a very good approximation.
4541      Branch: cfgperl
4542            ! lib/Math/Complex.pm t/lib/complex.t
4543 ____________________________________________________________________________
4544 [  5950] By: gsar                                  on 2000/04/25  19:13:12
4545         Log: reformat perldiag to avoid long lines
4546      Branch: perl
4547            ! pod/perldiag.pod
4548 ____________________________________________________________________________
4549 [  5949] By: gsar                                  on 2000/04/25  18:41:11
4550         Log: make perldoc use the pod2man from the same version (from
4551              M.J.T. Guy)
4552      Branch: perl
4553            ! utils/perldoc.PL
4554 ____________________________________________________________________________
4555 [  5948] By: gsar                                  on 2000/04/25  18:21:57
4556         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
4557              <kompas@kompas.usr.onet.pl>)
4558      Branch: perl
4559            ! lib/vars.pm
4560 ____________________________________________________________________________
4561 [  5947] By: gsar                                  on 2000/04/25  18:11:53
4562         Log: use &dl_error rather than &dl_load_file as the guard for calling
4563              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
4564              statically built perl)
4565      Branch: perl
4566            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4567 ____________________________________________________________________________
4568 [  5946] By: jhi                                   on 2000/04/25  17:37:54
4569         Log: Document that tr() is not tr(1).
4570      Branch: cfgperl
4571            ! pod/perlop.pod
4572 ____________________________________________________________________________
4573 [  5945] By: gsar                                  on 2000/04/25  16:34:33
4574         Log: make module name mandatory after -M switch; reorder perldiag
4575              alphabetically (from Mark-Jason Dominus)
4576      Branch: perl
4577            ! perl.c pod/perldiag.pod
4578 ____________________________________________________________________________
4579 [  5944] By: jhi                                   on 2000/04/25  01:15:18
4580         Log: On second thoughts frexp() does have two arguments.
4581      Branch: cfgperl
4582            ! perl.h
4583 ____________________________________________________________________________
4584 [  5943] By: jhi                                   on 2000/04/24  22:56:32
4585         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
4586              Now pp_ncmp() returns undef is either operand is a NaN.
4587      Branch: cfgperl
4588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4589            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
4590            ! vms/subconfigure.com vos/config.def vos/config.h
4591            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
4592            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4593            ! win32/config_H.vc
4594      Branch: metaconfig/U/perl
4595            + d_modfl.U
4596 ____________________________________________________________________________
4597 [  5942] By: jhi                                   on 2000/04/24  19:45:17
4598         Log: Regen Configure to match #5937.
4599      Branch: cfgperl
4600            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4601            ! config_h.SH
4602      Branch: metaconfig
4603            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
4604 ____________________________________________________________________________
4605 [  5941] By: jhi                                   on 2000/04/24  19:24:11
4606         Log: Further Unicos fixes for Mark Lutz.
4607      Branch: cfgperl
4608            ! hints/unicos.sh pp_ctl.c
4609 ____________________________________________________________________________
4610 [  5940] By: jhi                                   on 2000/04/24  19:09:06
4611         Log: Various Unicos 10.0.0.6 fixes.
4612              
4613              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
4614              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
4615              Reply-To: tecmpl1@triton.ca.boeing.com 
4616              To: perl5-porters@perl.org 
4617              Date: Fri, 14 Apr 2000 20:21:00 GMT 
4618              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
4619      Branch: cfgperl
4620            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
4621 ____________________________________________________________________________
4622 [  5939] By: gsar                                  on 2000/04/24  19:01:24
4623         Log: more pod nits (from Larry Virden)
4624      Branch: perl
4625            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
4626            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
4627            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
4628 ____________________________________________________________________________
4629 [  5938] By: gsar                                  on 2000/04/24  18:54:01
4630         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
4631      Branch: perl
4632            ! ext/B/B/Deparse.pm
4633 ____________________________________________________________________________
4634 [  5937] By: jhi                                   on 2000/04/24  17:39:00
4635         Log: Integrate with Sarathy.
4636      Branch: cfgperl
4637           +> (branch 31 files)
4638           !> (integrate 73 files)
4639 ____________________________________________________________________________
4640 [  5936] By: gsar                                  on 2000/04/24  17:30:06
4641         Log: additional tests for change#5934 (from Paul Marquess, who also
4642              sent in the same fix)
4643      Branch: perl
4644            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
4645            ! t/pragma/warn/5nolint t/pragma/warn/6default
4646 ____________________________________________________________________________
4647 [  5935] By: jhi                                   on 2000/04/24  17:26:05
4648         Log: Do not assume sign propagation.
4649              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
4650              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
4651              To: payner@ncifcrf.gov, perl5-porters@perl.org 
4652              Date: Tue, 18 Apr 2000 18:24:49 +0100 
4653              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
4654      Branch: cfgperl
4655            ! t/op/bop.t t/op/misc.t
4656 ____________________________________________________________________________
4657 [  5934] By: gsar                                  on 2000/04/24  17:16:54
4658         Log: propagate lexical warnings from surrounding scope correctly
4659              within string eval()
4660      Branch: perl
4661            ! pp_ctl.c t/pragma/warn/pp_ctl
4662 ____________________________________________________________________________
4663 [  5933] By: jhi                                   on 2000/04/24  17:01:07
4664         Log: Flatten the cpp jungle doing the nosuid checking.
4665      Branch: cfgperl
4666            ! perl.c
4667 ____________________________________________________________________________
4668 [  5932] By: gsar                                  on 2000/04/24  09:08:14
4669         Log: add rsignal(), whichsig() and do_join() to public API list
4670              (mod_perl uses them to good advantage)
4671      Branch: perl
4672            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
4673 ____________________________________________________________________________
4674 [  5931] By: gsar                                  on 2000/04/24  09:01:40
4675         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
4676      Branch: perl
4677            ! pp_hot.c regexec.c t/op/pat.t
4678 ____________________________________________________________________________
4679 [  5930] By: gsar                                  on 2000/04/24  08:58:33
4680         Log: small os390 tweaks (from Peter Prymmer)
4681      Branch: perl
4682            ! config_h.SH makedepend.SH
4683 ____________________________________________________________________________
4684 [  5929] By: gsar                                  on 2000/04/24  08:55:25
4685         Log: pod nits
4686      Branch: perl
4687            ! pod/perlguts.pod
4688 ____________________________________________________________________________
4689 [  5928] By: gsar                                  on 2000/04/24  08:50:13
4690         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
4691      Branch: perl
4692            ! ext/IO/lib/IO/Poll.pm
4693 ____________________________________________________________________________
4694 [  5927] By: gsar                                  on 2000/04/24  08:43:24
4695         Log: arrange for next() to resume at the unstack op rather than the
4696              loop conditional, so that scope cleanup happens correctly
4697              (from Stephen McCamant)
4698      Branch: perl
4699            ! op.c pp_ctl.c t/op/misc.t
4700 ____________________________________________________________________________
4701 [  5926] By: gsar                                  on 2000/04/24  08:18:40
4702         Log: on windows, reserve 16M of stack rather than 128M (allows more
4703              threads to run concurrently)
4704      Branch: perl
4705            ! win32/Makefile win32/makefile.mk
4706 ____________________________________________________________________________
4707 [  5925] By: gsar                                  on 2000/04/24  08:13:52
4708         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
4709      Branch: perl
4710            ! toke.c
4711 ____________________________________________________________________________
4712 [  5924] By: gsar                                  on 2000/04/24  08:08:59
4713         Log: avoid using uninitialized memory in require version check
4714      Branch: perl
4715            ! pp_ctl.c universal.c
4716 ____________________________________________________________________________
4717 [  5923] By: gsar                                  on 2000/04/24  07:20:14
4718         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
4719      Branch: perl
4720            ! ext/IO/lib/IO/Poll.pm
4721 ____________________________________________________________________________
4722 [  5922] By: gsar                                  on 2000/04/24  07:08:42
4723         Log: commentary about IoTYPE() (from Nathan Torkington)
4724      Branch: perl
4725            ! sv.h
4726 ____________________________________________________________________________
4727 [  5921] By: gsar                                  on 2000/04/24  06:58:26
4728         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
4729              by fix
4730      Branch: perl
4731            ! sv.c t/lib/charnames.t t/pragma/utf8.t
4732 ____________________________________________________________________________
4733 [  5920] By: gsar                                  on 2000/04/24  06:37:59
4734         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
4735      Branch: perl
4736            ! doop.c t/op/ver.t
4737 ____________________________________________________________________________
4738 [  5919] By: gsar                                  on 2000/04/24  06:21:58
4739         Log: Configure might miss old directories when prefix must be
4740              expanded (from Robin Barker)
4741      Branch: metaconfig
4742            ! U/installdirs/inc_version_list.U
4743      Branch: perl
4744            ! Configure
4745 ____________________________________________________________________________
4746 [  5918] By: gsar                                  on 2000/04/24  06:16:11
4747         Log: VMS nits in glob() test (from Charles Lane)
4748      Branch: perl
4749            ! t/lib/glob-basic.t
4750 ____________________________________________________________________________
4751 [  5917] By: gsar                                  on 2000/04/24  06:11:56
4752         Log: various pod nits (from Larry Virden and others)
4753      Branch: perl
4754            ! README.amiga README.hpux README.machten README.os2
4755            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
4756            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
4757            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
4758            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
4759            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
4760            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
4761            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
4762            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
4763 ____________________________________________________________________________
4764 [  5916] By: gsar                                  on 2000/04/24  05:52:43
4765         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
4766              <wjones@tc.fluke.com>)
4767      Branch: perl
4768            ! t/lib/glob-basic.t
4769 ____________________________________________________________________________
4770 [  5915] By: gsar                                  on 2000/04/24  05:07:01
4771         Log: supported platforms mixed up
4772      Branch: perl
4773            ! pod/perl56delta.pod pod/perlport.pod
4774 ____________________________________________________________________________
4775 [  5914] By: gsar                                  on 2000/04/24  04:56:08
4776         Log: caller() wasn't returning the right number of elements for
4777              eval {...}
4778      Branch: perl
4779            ! pp_ctl.c t/pragma/warn/9enabled
4780 ____________________________________________________________________________
4781 [  5913] By: gsar                                  on 2000/04/24  04:35:41
4782         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
4783              Mark-Jason Dominus)
4784      Branch: perl
4785            ! pod/perlfunc.pod
4786 ____________________________________________________________________________
4787 [  5912] By: gsar                                  on 2000/04/24  04:17:15
4788         Log: fix totally broken caching in UNIVERSAL::isa() (from
4789              Nick Ing-Simmons)
4790      Branch: perl
4791            ! t/op/universal.t universal.c
4792 ____________________________________________________________________________
4793 [  5911] By: gsar                                  on 2000/04/24  03:39:47
4794         Log: add linebreak properties from unicode/LineBrk.txt (from
4795              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
4796      Branch: perl
4797            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
4798            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
4799            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
4800            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
4801            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
4802            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
4803            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
4804            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
4805            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
4806            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
4807            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
4808            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
4809            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
4810            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
4811            + lib/unicode/Is/LbrkZW.pl
4812            ! lib/unicode/mktables.PL
4813 ____________________________________________________________________________
4814 [  5910] By: gsar                                  on 2000/04/24  03:23:10
4815         Log: typo in pod
4816      Branch: perl
4817            ! ext/Thread/Thread.pm
4818 ____________________________________________________________________________
4819 [  5909] By: gsar                                  on 2000/04/24  03:22:03
4820         Log: mode argument to do_binmode() should be file mode, not boolean
4821      Branch: perl
4822            ! pp_sys.c
4823 ____________________________________________________________________________
4824 [  5908] By: gsar                                  on 2000/04/16  16:51:08
4825         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
4826              always returns a valid GV even when the symbol is trapped by strictures
4827              (avoids coredumps)
4828              
4829              TODO: the C<package;> hack needs similar treatment
4830      Branch: perl
4831            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
4832            ! t/pragma/strict-vars
4833 ____________________________________________________________________________
4834 [  5907] By: jhi                                   on 2000/03/31  23:42:56
4835         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
4836              an assumption which #5905 demolished.
4837      Branch: cfgperl
4838            ! pp_sys.c
4839 ____________________________________________________________________________
4840 [  5906] By: jhi                                   on 2000/03/31  18:54:37
4841         Log: Typo in #5905.
4842      Branch: cfgperl
4843            ! t/op/64bitint.t
4844 ____________________________________________________________________________
4845 [  5905] By: jhi                                   on 2000/03/31  18:50:54
4846         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
4847              reported by Joseph N. Hall.  The bug was that even with use64bitint
4848              one had to use the prefixes q, L, or ll with printf/sprintf,
4849              contrary to the documentation and common sense.
4850      Branch: cfgperl
4851            ! sv.c t/op/64bitint.t
4852 ____________________________________________________________________________
4853 [  5904] By: gsar                                  on 2000/03/28  02:31:32
4854         Log: add Changes, perldelta.pod
4855      Branch: perl
4856            + Changes pod/perldelta.pod
4857 ____________________________________________________________________________
4858 [  5903] By: gsar                                  on 2000/03/28  02:03:55
4859         Log: rename Changes and perldelta.pod
4860      Branch: perl
4861           +> Changes5.6 pod/perl56delta.pod
4862            - Changes pod/perldelta.pod
4863            ! MANIFEST
4864 ____________________________________________________________________________
4865 [  5902] By: gsar                                  on 2000/03/28  01:59:14
4866         Log: create maint-5.6 branch
4867      Branch: maint-5.6/perl
4868           +> (branch 1611 files)
4869 ____________________________________________________________________________
4870 [  5901] By: jhi                                   on 2000/03/23  05:48:43
4871         Log: Integrate with Sarathy.
4872      Branch: cfgperl
4873           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
4874 ____________________________________________________________________________
4875 [  5900] By: gsar                                  on 2000/03/23  05:42:43
4876         Log: three guesses on what this is :-)
4877      Branch: perl
4878            ! Changes