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