Update perlfunc/require to describe NXDOMAIN caching... er, you
[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 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 ____________________________________________________________________________
33 [ 21398] By: hv                                    on 2003/10/02  09:15:42
34         Log: build perlapi.pod in deterministic order even when functions differ
35              only in case; regen perlapi.pod
36      Branch: perl
37            ! autodoc.pl pod/perlapi.pod
38 ____________________________________________________________________________
39 [ 21397] By: ams                                   on 2003/10/02  07:48:51
40         Log: Subject: Re: 5.8.1 and srand
41              From: Brendan O'Dea <bod@debian.org>
42              Date: Thu, 2 Oct 2003 10:30:36 +1000
43              Message-Id: <20031002003036.GA9198@londo.c47.org>
44      Branch: perl
45            ! util.c
46 ____________________________________________________________________________
47 [ 21396] By: ams                                   on 2003/10/01  22:18:13
48         Log: Update Changes.
49      Branch: perl
50            ! Changes patchlevel.h
51 ____________________________________________________________________________
52 [ 21395] By: nicholas                              on 2003/10/01  21:09:11
53         Log: Integrate:
54              [ 21387]
55              Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
56              From: Tom Horsley <Tom.Horsley@ccur.com>
57              Date: Mon, 29 Sep 2003 13:00:09 GMT
58              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
59      Branch: maint-5.8/perl
60           !> ext/Sys/Syslog/t/syslog.t hints/powerux.sh
61 ____________________________________________________________________________
62 [ 21394] By: ams                                   on 2003/10/01  20:28:20
63         Log: Subject: misapplied patch 19452
64              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
65              Date: Tue, 30 Sep 2003 06:01:50 -0700
66              Message-Id: <20030930130150.GA1436@efn.org>
67      Branch: perl
68            ! pp_hot.c
69 ____________________________________________________________________________
70 [ 21393] By: nicholas                              on 2003/09/30  20:52:55
71         Log: Disarm the maint branch.
72              (Put the MAINTfoo local patch back in patchlevel.h following the
73              successful escape, er release, of 5.8.1)
74      Branch: maint-5.8/perl
75            ! Changes patchlevel.h
76 ____________________________________________________________________________
77 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
78         Log: Revamp the section on local() in perlsub.
79              - avoid using the word "declare" in conjunction with local()
80              - less archaelogical references
81              - more about localization of lvalues
82              - removes examples of localization of tied hashes that don't work
83              - give titles to subsections
84              - explain localization of magic values
85              - explain localization of globs
86              - fix link to perldelta
87      Branch: perl
88            ! pod/perlsub.pod
89 ____________________________________________________________________________
90 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
91         Log: Useless "local $_" in a perlfaq3 example
92      Branch: perl
93            ! pod/perlfaq3.pod
94 ____________________________________________________________________________
95 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
96         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
97              From: grommel@sears.com
98              Date: Mon, 29 Sep 2003 14:45:16 -0500
99              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
100      Branch: perl
101            ! hints/svr4.sh t/op/pack.t
102 ____________________________________________________________________________
103 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
104         Log: Add a TODO test for bug #23790, by Abigail
105      Branch: perl
106            ! t/op/sub_lval.t
107 ____________________________________________________________________________
108 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
109         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
110              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
111              Date: Tue, 30 Sep 2003 04:53:02 -0700
112              Message-ID: <20030930115302.GA3200@efn.org>
113      Branch: perl
114            ! pod/perlfunc.pod
115 ____________________________________________________________________________
116 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
117         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
118              From: Tom Horsley <Tom.Horsley@ccur.com>
119              Date: Mon, 29 Sep 2003 13:00:09 GMT
120              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
121      Branch: perl
122            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
123 ____________________________________________________________________________
124 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
125         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
126              From: Steve Hay <steve.hay@uk.radan.com>
127              Date: Mon, 29 Sep 2003 11:50:23 +0100
128              Message-ID: <3F780E6F.3020704@uk.radan.com>
129      Branch: perl
130            ! pod/splitpod
131 ____________________________________________________________________________
132 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
133         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
134              From: Brendan O'Dea <bod@debian.org>
135              Date: Sun, 28 Sep 2003 23:23:34 +1000
136              Message-ID: <20030928132334.GA29499@londo.c47.org>
137      Branch: perl
138            ! pod/perlrun.pod
139 ____________________________________________________________________________
140 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
141         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
142      Branch: perl
143            ! Porting/Maintainers.pl
144 ____________________________________________________________________________
145 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
146         Log: Missing +x bits.
147      Branch: perl
148            ! Porting/makerel
149 ____________________________________________________________________________
150 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
151         Log: Update the perldelta for 5.9.0.
152      Branch: perl
153            ! pod/perldelta.pod
154 ____________________________________________________________________________
155 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
156         Log: Add the perl581delta manpage.
157              Regenerate the table of contents.
158      Branch: perl
159            + pod/perl581delta.pod
160            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
161            ! vms/descrip_mms.template win32/pod.mak
162 ____________________________________________________________________________
163 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
164         Log: Update perlhist.pod
165      Branch: perl
166            ! pod/perlhist.pod
167 ____________________________________________________________________________
168 [ 21379] By: chip                                  on 2003/09/25  18:10:01
169         Log: Relocate the mention of safe signals with POSIX::SigAction.
170      Branch: maint-5.8/perl
171            ! pod/perl581delta.pod
172 ____________________________________________________________________________
173 [ 21378] By: jhi                                   on 2003/09/25  12:42:00
174         Log: perldelta turnover.
175      Branch: maint-5.8/perl
176            + pod/perl581delta.pod
177            ! MANIFEST pod.lst pod/perl.pod pod/perldelta.pod
178            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
179 ____________________________________________________________________________
180 [ 21377] By: jhi                                   on 2003/09/25  09:58:50
181         Log: Here goes nothing.
182      Branch: maint-5.8/perl
183            ! patchlevel.h
184 ____________________________________________________________________________
185 [ 21376] By: jhi                                   on 2003/09/25  09:55:52
186         Log: Update Changes.
187      Branch: maint-5.8/perl
188            ! Changes patchlevel.h
189 ____________________________________________________________________________
190 [ 21375] By: jhi                                   on 2003/09/25  09:27:33
191         Log: Dare.
192      Branch: maint-5.8/perl
193            ! pod/perldelta.pod pod/perlhist.pod
194 ____________________________________________________________________________
195 [ 21374] By: jhi                                   on 2003/09/25  09:23:35
196         Log: Integrate:
197              [ 21369]
198              Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
199              From: Greg Matheson <lang@ms.chinmin.edu.tw>
200              Date: Wed, 24 Sep 2003 22:51:09 +0800
201              Message-ID: <20030924225109.A17126@ms>
202              
203              (Win98 + MinGW, a missing Win95.pm hunk)
204              
205              [ 21370]
206              CPAN sites update.
207              
208              Regen perltoc, perlmodlib.
209      Branch: maint-5.8/perl
210            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perltoc.pod
211           !> lib/ExtUtils/MM_Win95.pm
212 ____________________________________________________________________________
213 [ 21373] By: jhi                                   on 2003/09/25  09:22:04
214         Log: Integrate:
215              [ 21371]
216              Update to Scalar-List-Utils 1.13
217              
218              [ 21372]
219              Sync with libnet 1.17
220      Branch: maint-5.8/perl
221           !> ext/List/Util/ChangeLog ext/List/Util/Util.xs
222           !> ext/List/Util/lib/List/Util.pm
223           !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
224 ____________________________________________________________________________
225 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
226         Log: Sync with libnet 1.17
227      Branch: perl
228            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
229 ____________________________________________________________________________
230 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
231         Log: Update to Scalar-List-Utils 1.13
232      Branch: perl
233            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
234            ! ext/List/Util/lib/List/Util.pm
235            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
236 ____________________________________________________________________________
237 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
238         Log: CPAN sites update.
239      Branch: perl
240            ! pod/perlmodlib.PL
241 ____________________________________________________________________________
242 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
243         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
244              From: Greg Matheson <lang@ms.chinmin.edu.tw>
245              Date: Wed, 24 Sep 2003 22:51:09 +0800
246              Message-ID: <20030924225109.A17126@ms>
247              
248              (Win98 + MinGW, a missing Win95.pm hunk)
249      Branch: perl
250            ! lib/ExtUtils/MM_Win95.pm
251 ____________________________________________________________________________
252 [ 21368] By: jhi                                   on 2003/09/25  05:08:09
253         Log: Odd glitch.
254      Branch: maint-5.8/perl
255            ! patchlevel.h
256 ____________________________________________________________________________
257 [ 21367] By: jhi                                   on 2003/09/25  04:56:35
258         Log: Update Changes.
259      Branch: maint-5.8/perl
260            ! Changes patchlevel.h
261 ____________________________________________________________________________
262 [ 21366] By: jhi                                   on 2003/09/25  04:49:32
263         Log: Integrate:
264              
265              [ 21365]
266              AUTHORS tweak.
267      Branch: maint-5.8/perl
268           !> AUTHORS
269 ____________________________________________________________________________
270 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
271         Log: AUTHORS tweak.
272      Branch: perl
273            ! AUTHORS
274 ____________________________________________________________________________
275 [ 21364] By: jhi                                   on 2003/09/24  20:04:19
276         Log: perldelta, perlport.
277      Branch: maint-5.8/perl
278            ! pod/perldelta.pod pod/perlport.pod
279 ____________________________________________________________________________
280 [ 21363] By: jhi                                   on 2003/09/24  19:42:35
281         Log: Update Changes.
282      Branch: maint-5.8/perl
283            ! Changes patchlevel.h
284 ____________________________________________________________________________
285 [ 21362] By: jhi                                   on 2003/09/24  19:37:08
286         Log: Integrate:
287              [ 21360]
288              Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS 
289              From: Olli Savia (via RT) <perlbug-followup@perl.org>
290              Date: 24 Sep 2003 15:42:41 -0000
291              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
292              
293              [ 21361]
294              Even though undefing SPACE and FORMAT should be safe,
295              at this point I'm choosing to be paranoid and using
296              #ifdef __Lynx__.
297      Branch: maint-5.8/perl
298           !> mg.c perl.h perlio.c pp_sys.c
299 ____________________________________________________________________________
300 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
301         Log: Even though undefing SPACE and FORMAT should be safe,
302              at this point I'm choosing to be paranoid and using
303              #ifdef __Lynx__.
304      Branch: perl
305            ! perl.h
306 ____________________________________________________________________________
307 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
308         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS 
309              From: Olli Savia (via RT) <perlbug-followup@perl.org>
310              Date: 24 Sep 2003 15:42:41 -0000
311              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
312      Branch: perl
313            ! mg.c perl.h perlio.c pp_sys.c
314 ____________________________________________________________________________
315 [ 21359] By: jhi                                   on 2003/09/24  14:03:52
316         Log: Integrate:
317              [ 21353]
318              Someone actually reads the Makefile.PL messages, it seems.
319              (from Jonathan Leffler)
320              
321              [ 21354]
322              A fix from Graham for
323              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
324              (seemingly a NV casting issue)
325              
326              [ 21356]
327              Subject: [DOCPATCH] attributes.pm
328              From: Elizabeth Mattijsen <liz@dijkmat.nl>
329              Date: Wed, 24 Sep 2003 11:00:42 +0200
330              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
331              
332              (reformatted a bit)
333      Branch: maint-5.8/perl
334           !> ext/List/Util/Util.xs ext/Time/HiRes/Makefile.PL
335           !> lib/attributes.pm
336 ____________________________________________________________________________
337 [ 21358] By: jhi                                   on 2003/09/24  10:20:13
338         Log: perldelta.
339      Branch: maint-5.8/perl
340            ! pod/perldelta.pod
341 ____________________________________________________________________________
342 [ 21357] By: jhi                                   on 2003/09/24  09:26:45
343         Log: perldelta tweaks.
344      Branch: maint-5.8/perl
345            ! pod/perldelta.pod
346 ____________________________________________________________________________
347 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
348         Log: Subject: [DOCPATCH] attributes.pm
349              From: Elizabeth Mattijsen <liz@dijkmat.nl>
350              Date: Wed, 24 Sep 2003 11:00:42 +0200
351              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
352              
353              (reformatted a bit)
354      Branch: perl
355            ! lib/attributes.pm
356 ____________________________________________________________________________
357 [ 21355] By: jhi                                   on 2003/09/24  08:24:02
358         Log: Subject: [PATCH pod/perldelta.pod] map in void context.
359              From: Abigail <abigail@abigail.nl>
360              Date: Wed, 24 Sep 2003 10:55:45 +0200
361              Message-ID: <20030924085545.GA2374@abigail.nl>
362      Branch: maint-5.8/perl
363            ! pod/perldelta.pod
364 ____________________________________________________________________________
365 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
366         Log: A fix from Graham for
367              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
368              (seemingly a NV casting issue)
369      Branch: perl
370            ! ext/List/Util/Util.xs
371 ____________________________________________________________________________
372 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
373         Log: Someone actually reads the Makefile.PL messages, it seems.
374              (from Jonathan Leffler)
375      Branch: perl
376            ! ext/Time/HiRes/Makefile.PL
377 ____________________________________________________________________________
378 [ 21352] By: jhi                                   on 2003/09/24  05:00:37
379         Log: Integrate:
380              [ 21342]
381              Minor nit in a debug message of the tokenizer.
382              
383              [ 21343]
384              Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
385              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
386              Date: Tue, 23 Sep 2003 09:13:55 -0700
387              Message-ID: <20030923161354.GA2432@efn.org>
388              
389              [ 21344]
390              Subject: Re: NCR MP-RAS perl problems [perl #23791]
391              From: grommel@sears.com
392              Date: Tue, 23 Sep 2003 13:40:33 -0500
393              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
394              
395              [ 21345]
396              v-promises from John Peaock.
397              
398              [ 21346]
399              M::BI news from Tels.
400              
401              [ 21348]
402              Subject: [PATCH] perlvar
403              From: Juerd <juerd@convolution.nl>
404              Date: Sun, 21 Sep 2003 21:40:54 +0200
405              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
406              
407              [ 21349]
408              The FAQ answer about POD comments was incorrect. [perl #23893]
409              (plus a few typos.)
410              
411              [ 21350]
412              Subject: [PATCH 5.8.x] small perldelta patch
413              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
414              Date: Tue, 23 Sep 2003 14:55:24 -0700
415              Message-ID: <20030923215524.GA3440@efn.org>
416              
417              [ 21351]
418              perliol tweaks.
419      Branch: maint-5.8/perl
420           !> INSTALL hints/svr4.sh pod/perlfaq7.pod pod/perliol.pod
421           !> pod/perlpodspec.pod pod/perlvar.pod t/op/stat.t toke.c
422 ____________________________________________________________________________
423 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
424         Log: perliol tweaks.
425      Branch: perl
426            ! pod/perliol.pod
427 ____________________________________________________________________________
428 [ 21350] By: jhi                                   on 2003/09/24  04:26:29
429         Log: Subject: [PATCH 5.8.x] small perldelta patch
430              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
431              Date: Tue, 23 Sep 2003 14:55:24 -0700
432              Message-ID: <20030923215524.GA3440@efn.org>
433      Branch: maint-5.8/perl
434            ! pod/perldelta.pod
435 ____________________________________________________________________________
436 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
437         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
438              (plus a few typos.)
439      Branch: perl
440            ! pod/perlfaq7.pod pod/perlpodspec.pod
441 ____________________________________________________________________________
442 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
443         Log: Subject: [PATCH] perlvar
444              From: Juerd <juerd@convolution.nl>
445              Date: Sun, 21 Sep 2003 21:40:54 +0200
446              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
447      Branch: perl
448            ! pod/perlvar.pod
449 ____________________________________________________________________________
450 [ 21347] By: rgs                                   on 2003/09/23  21:34:15
451         Log: In Configure, integrate a more modern way to guess whether
452              a C symbol is defined. (See change #21267.)
453      Branch: maint-5.6
454            ! perl-5.6.2/Configure
455 ____________________________________________________________________________
456 [ 21346] By: jhi                                   on 2003/09/23  19:44:52
457         Log: M::BI news from Tels.
458      Branch: maint-5.8/perl
459            ! pod/perldelta.pod
460 ____________________________________________________________________________
461 [ 21345] By: jhi                                   on 2003/09/23  19:41:21
462         Log: v-promises from John Peaock.
463      Branch: maint-5.8/perl
464            ! pod/perldelta.pod
465 ____________________________________________________________________________
466 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
467         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
468              From: grommel@sears.com
469              Date: Tue, 23 Sep 2003 13:40:33 -0500
470              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
471      Branch: perl
472            ! hints/svr4.sh t/op/stat.t
473 ____________________________________________________________________________
474 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
475         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
476              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
477              Date: Tue, 23 Sep 2003 09:13:55 -0700
478              Message-ID: <20030923161354.GA2432@efn.org>
479      Branch: perl
480            ! INSTALL
481 ____________________________________________________________________________
482 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
483         Log: Minor nit in a debug message of the tokenizer.
484      Branch: perl
485            ! toke.c
486 ____________________________________________________________________________
487 [ 21341] By: jhi                                   on 2003/09/23  12:46:04
488         Log: Integrate:
489              [ 21338]
490              Bump the Encode version to 1.9801 since we are no more identical
491              to the CPAN version.
492              
493              [ 21339]
494              Subject: Re: [PATCH] RC5 and Intel's ICC
495              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
496              Date: Tue, 23 Sep 2003 15:04:35 +0200
497              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
498              
499              (add -we147 to ccflags if cc = ICC so that prototype
500              detection works right)
501              
502              [ 21340]
503              Let's call it 2.34, already (from Johan).
504      Branch: maint-5.8/perl
505           !> ext/Encode/Encode.pm hints/linux.sh lib/Getopt/Long.pm
506 ____________________________________________________________________________
507 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
508         Log: Let's call it 2.34, already (from Johan).
509      Branch: perl
510            ! lib/Getopt/Long.pm
511 ____________________________________________________________________________
512 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
513         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
514              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
515              Date: Tue, 23 Sep 2003 15:04:35 +0200
516              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
517              
518              (add -we147 to ccflags if cc = ICC so that prototype
519              detection works right)
520      Branch: perl
521            ! hints/linux.sh
522 ____________________________________________________________________________
523 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
524         Log: Bump the Encode version to 1.9801 since we are no more identical
525              to the CPAN version.
526      Branch: perl
527            ! ext/Encode/Encode.pm
528 ____________________________________________________________________________
529 [ 21337] By: jhi                                   on 2003/09/23  11:12:27
530         Log: Update Changes.
531      Branch: maint-5.8/perl
532            ! Changes patchlevel.h
533 ____________________________________________________________________________
534 [ 21336] By: jhi                                   on 2003/09/23  10:07:41
535         Log: perldelta.
536      Branch: maint-5.8/perl
537            ! pod/perldelta.pod
538 ____________________________________________________________________________
539 [ 21335] By: jhi                                   on 2003/09/23  10:04:22
540         Log: Enache Adrian says the FreeBSD malloc example
541              is no more true.
542      Branch: maint-5.8/perl
543            ! pod/perldelta.pod
544 ____________________________________________________________________________
545 [ 21334] By: jhi                                   on 2003/09/23  10:02:42
546         Log: Integrate:
547              [ 21331]
548              [perl #23979] GSM 03.38 mapping in Encoding::Byte is incorrect
549              
550              Fix as much as possible - the specification is still
551              a bit unclear.
552              
553              [ 21332]
554              ucmlintage.
555      Branch: maint-5.8/perl
556           +> ext/Encode/t/gsm0338.t
557           !> MANIFEST ext/Encode/MANIFEST
558           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
559 ____________________________________________________________________________
560 [ 21333] By: jhi                                   on 2003/09/23  09:21:04
561         Log: Mention the GSM 03.38 fix.
562      Branch: maint-5.8/perl
563            ! pod/perldelta.pod
564 ____________________________________________________________________________
565 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
566         Log: ucmlintage.
567      Branch: perl
568            ! ext/Encode/ucm/gsm0338.ucm
569 ____________________________________________________________________________
570 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
571         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
572              
573              Fix as much as possible - the specification is still
574              a bit unclear.
575      Branch: perl
576            + ext/Encode/t/gsm0338.t
577            ! MANIFEST ext/Encode/MANIFEST
578            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
579 ____________________________________________________________________________
580 [ 21330] By: jhi                                   on 2003/09/23  06:30:06
581         Log: Integrate:
582              [ 21324]
583              The RCs have been missing CRs from certain files because
584              not all shells can handle multiline arguments right.
585              
586              [ 21325]
587              Stray CRs noticed by Jan Dubois.
588              
589              [ 21326]
590              Subject: [PATCH] RC5 and Intel's ICC
591              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
592              Date: Mon, 22 Sep 2003 22:52:40 +0200
593              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
594              
595              (the attribute part)
596              
597              [ 21327]
598              Subject: [PATCH] RC5 and Intel's ICC
599              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
600              Date: Mon, 22 Sep 2003 22:52:40 +0200
601              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
602              
603              (the missing void return type)
604              
605              [ 21329]
606              Subject: [PATCH] Re: B::Deparse fails in pure_string()
607              From: Stephen McCamant <smcc@MIT.EDU>
608              Date: Mon, 22 Sep 2003 20:53:57 -0700
609              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
610      Branch: maint-5.8/perl
611           !> Porting/makerel ext/B/B/Deparse.pm ext/Devel/PPPort/PPPort.pm
612           !> ext/threads/shared/shared.xs lib/ExtUtils/MM_Win95.pm
613           !> lib/ExtUtils/t/MM_Win32.t perl.h
614 ____________________________________________________________________________
615 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
616         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
617              From: Stephen McCamant <smcc@MIT.EDU>
618              Date: Mon, 22 Sep 2003 20:53:57 -0700
619              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
620      Branch: perl
621            ! ext/B/B/Deparse.pm
622 ____________________________________________________________________________
623 [ 21328] By: jhi                                   on 2003/09/23  06:08:15
624         Log: perldelta.
625      Branch: maint-5.8/perl
626            ! pod/perldelta.pod
627 ____________________________________________________________________________
628 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
629         Log: Subject: [PATCH] RC5 and Intel's ICC
630              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
631              Date: Mon, 22 Sep 2003 22:52:40 +0200
632              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
633              
634              (the missing void return type)
635      Branch: perl
636            ! ext/threads/shared/shared.xs
637 ____________________________________________________________________________
638 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
639         Log: Subject: [PATCH] RC5 and Intel's ICC
640              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
641              Date: Mon, 22 Sep 2003 22:52:40 +0200
642              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
643              
644              (the attribute part)
645      Branch: perl
646            ! ext/Devel/PPPort/PPPort.pm perl.h
647 ____________________________________________________________________________
648 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
649         Log: Stray CRs noticed by Jan Dubois.
650      Branch: perl
651            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
652 ____________________________________________________________________________
653 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
654         Log: The RCs have been missing CRs from certain files because
655              not all shells can handle multiline arguments right.
656      Branch: perl
657            ! Porting/makerel
658 ____________________________________________________________________________
659 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
660         Log: When localising a magic value, propagæte the readonly flag
661              only if this scalar has \0 magic or has magic without a
662              'set' method. (follows change #20479 for bug #23141.)
663      Branch: perl
664            ! scope.c t/op/local.t
665 ____________________________________________________________________________
666 [ 21322] By: jhi                                   on 2003/09/22  19:39:27
667         Log: perldelta tweaks.
668      Branch: maint-5.8/perl
669            ! pod/perldelta.pod
670 ____________________________________________________________________________
671 [ 21321] By: jhi                                   on 2003/09/22  19:07:15
672         Log: Integrate:
673              
674              [ 21318]
675              Upgrade to Math::BigInt 1.66.
676              
677              [ 21319]
678              An error message need not be a novel.
679              
680              (the M::BI is somewhat risky, but smokes will be running,
681              and I will ask known tricky platforms to test separately)
682      Branch: maint-5.8/perl
683           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm
684           !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
685           !> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
686           !> lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
687           !> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
688           !> pod/perldiag.pod pp_hot.c
689 ____________________________________________________________________________
690 [ 21320] By: jhi                                   on 2003/09/22  18:22:27
691         Log: perldelta updates.
692      Branch: maint-5.8/perl
693            ! pod/perldelta.pod
694 ____________________________________________________________________________
695 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
696         Log: An error message need not be a novel.
697      Branch: perl
698            ! pod/perldiag.pod pp_hot.c
699 ____________________________________________________________________________
700 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
701         Log: Upgrade to Math::BigInt 1.66.
702      Branch: perl
703            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
704            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
705            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
706            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
707            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
708 ____________________________________________________________________________
709 [ 21317] By: jhi                                   on 2003/09/22  10:59:53
710         Log: perldelta tweakage.
711      Branch: maint-5.8/perl
712            ! pod/perldelta.pod
713 ____________________________________________________________________________
714 [ 21316] By: jhi                                   on 2003/09/22  10:10:29
715         Log: Update Changes.
716      Branch: maint-5.8/perl
717            ! Changes patchlevel.h
718 ____________________________________________________________________________
719 [ 21315] By: jhi                                   on 2003/09/22  09:57:26
720         Log: Integrate:
721              [ 21311]
722              Some more perlio doc tweaks based on NI-S.
723      Branch: maint-5.8/perl
724           !> pod/perliol.pod
725 ____________________________________________________________________________
726 [ 21314] By: jhi                                   on 2003/09/22  09:34:25
727         Log: Punch the patchlevel back in for now.
728      Branch: maint-5.8/perl
729            ! patchlevel.h
730 ____________________________________________________________________________
731 [ 21313] By: jhi                                   on 2003/09/22  09:33:35
732         Log: Rephrase a bit.
733      Branch: maint-5.8/perl
734            ! pod/perldelta.pod
735 ____________________________________________________________________________
736 [ 21312] By: jhi                                   on 2003/09/22  09:00:20
737         Log: Also :utf8 <INPUT> is now more careful.
738      Branch: maint-5.8/perl
739            ! pod/perldelta.pod
740 ____________________________________________________________________________
741 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
742         Log: Some more perlio doc tweaks based on NI-S.
743      Branch: perl
744            ! pod/perliol.pod
745 ____________________________________________________________________________
746 [ 21310] By: jhi                                   on 2003/09/22  08:17:03
747         Log: Explain 5.6.1 in the scheme of things.
748      Branch: maint-5.8/perl
749            ! pod/perldelta.pod
750 ____________________________________________________________________________
751 [ 21309] By: jhi                                   on 2003/09/22  07:52:53
752         Log: Update Changes.
753      Branch: maint-5.8/perl
754            ! Changes patchlevel.h
755 ____________________________________________________________________________
756 [ 21308] By: jhi                                   on 2003/09/22  07:10:32
757         Log: Integrate:
758              [ 21305]
759              Upgrade to Time::HiRes 1.51.
760      Branch: maint-5.8/perl
761           !> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
762 ____________________________________________________________________________
763 [ 21307] By: jhi                                   on 2003/09/22  06:44:01
764         Log: It's RC time.
765      Branch: maint-5.8/perl
766            ! patchlevel.h pod/perlhist.pod
767 ____________________________________________________________________________
768 [ 21306] By: jhi                                   on 2003/09/22  06:41:42
769         Log: Update Changes.
770      Branch: maint-5.8/perl
771            ! Changes patchlevel.h
772 ____________________________________________________________________________
773 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
774         Log: Upgrade to Time::HiRes 1.51.
775      Branch: perl
776            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
777 ____________________________________________________________________________
778 [ 21304] By: jhi                                   on 2003/09/22  04:43:10
779         Log: Integrate:
780              [ 21302]
781              CPAN.pm 1.76_01 from Andreas.
782              
783              [ 21303]
784              Upgrade to Getopt::Long 2.33_03.
785      Branch: maint-5.8/perl
786           !> lib/CPAN.pm lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
787 ____________________________________________________________________________
788 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
789         Log: Upgrade to Getopt::Long 2.33_03.
790      Branch: perl
791            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
792 ____________________________________________________________________________
793 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
794         Log: CPAN.pm 1.76_01 from Andreas.
795      Branch: perl
796            ! lib/CPAN.pm
797 ____________________________________________________________________________
798 [ 21301] By: jhi                                   on 2003/09/22  04:28:01
799         Log: Mention the client-SIGPIPE feature.
800      Branch: maint-5.8/perl
801            ! pod/perldelta.pod
802 ____________________________________________________________________________
803 [ 21300] By: jhi                                   on 2003/09/21  09:53:49
804         Log: Integrate:
805              [ 21288]
806              Subject: typo fixo
807              From: Vadim Konovalov <konovalo@mail.wplus.net>
808              Date: Fri, 19 Sep 2003 06:32:08 +0400
809              Message-ID: <4538131828.20030919063208@mail.wplus.net>
810              
811              [ 21289]
812              FAQ sync.
813              
814              [ 21290]
815              Missing perlfaq chunk.
816              
817              [ 21291]
818              In FreeBSD allow one to try using Perl's malloc with threads.
819              
820              [ 21292]
821              Retract #21273, #21264, and #21263 as requested by Schwern.
822              (The real bug was mp2 being too "friendly" with MM innards.)
823              
824              [ 21293]
825              More PerlIO documentation. 
826              
827              [ 21294]
828              Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
829              From: Dave Mitchell <davem@fdgroup.com>
830              Date: Fri, 19 Sep 2003 19:35:44 +0100
831              Message-ID: <20030919183544.GA14563@fdgroup.com>
832              
833              [ 21295]
834              One obvious place to look for PerlIO implementations.
835              
836              [ 21296]
837              Tweak the section name to agree with the change #21295.
838              
839              [ 21297]
840              Macrofy the compile/runtime test.
841              
842              [ 21298]
843              Handle also the curliffy files when tocing.
844              
845              [ 21299]
846              Regen toc.
847      Branch: maint-5.8/perl
848           !> cop.h gv.c hints/freebsd.sh lib/ExtUtils/MM_Unix.pm
849           !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Unix.t
850           !> lib/ExtUtils/t/MM_Win32.t lib/PerlIO.pm perl.h pod/buildtoc
851           !> pod/perlfaq4.pod pod/perliol.pod pod/perltoc.pod
852           !> pod/perlunicode.pod pp_ctl.c regcomp.c sv.c utf8.c
853 ____________________________________________________________________________
854 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
855         Log: Regen toc.
856      Branch: perl
857            ! pod/perltoc.pod
858 ____________________________________________________________________________
859 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
860         Log: Handle also the curliffy files when tocing.
861      Branch: perl
862            ! pod/buildtoc
863 ____________________________________________________________________________
864 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
865         Log: Macrofy the compile/runtime test.
866      Branch: perl
867            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
868 ____________________________________________________________________________
869 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
870         Log: Tweak the section name to agree with the change #21295.
871      Branch: perl
872            ! lib/PerlIO.pm
873 ____________________________________________________________________________
874 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
875         Log: One obvious place to look for PerlIO implementations.
876      Branch: perl
877            ! pod/perliol.pod
878 ____________________________________________________________________________
879 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
880         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
881              From: Dave Mitchell <davem@fdgroup.com>
882              Date: Fri, 19 Sep 2003 19:35:44 +0100
883              Message-ID: <20030919183544.GA14563@fdgroup.com>
884      Branch: perl
885            ! pp_ctl.c
886 ____________________________________________________________________________
887 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
888         Log: More PerlIO documentation. 
889      Branch: perl
890            ! lib/PerlIO.pm pod/perliol.pod
891 ____________________________________________________________________________
892 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
893         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
894              (The real bug was mp2 being too "friendly" with MM innards.)
895      Branch: perl
896            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
897            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
898 ____________________________________________________________________________
899 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
900         Log: In FreeBSD allow one to try using Perl's malloc with threads.
901      Branch: perl
902            ! hints/freebsd.sh
903 ____________________________________________________________________________
904 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
905         Log: Missing perlfaq chunk.
906      Branch: perl
907            ! pod/perlfaq4.pod
908 ____________________________________________________________________________
909 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
910         Log: FAQ sync.
911      Branch: perl
912            ! pod/perlfaq4.pod
913 ____________________________________________________________________________
914 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
915         Log: Subject: typo fixo
916              From: Vadim Konovalov <konovalo@mail.wplus.net>
917              Date: Fri, 19 Sep 2003 06:32:08 +0400
918              Message-ID: <4538131828.20030919063208@mail.wplus.net>
919      Branch: perl
920            ! pod/perlunicode.pod
921 ____________________________________________________________________________
922 [ 21287] By: jhi                                   on 2003/09/19  05:07:35
923         Log: Integrate:
924              [ 21282]
925              Integrate a change from the perlfaq CVS.
926              I consider the bleadperl version being more up-to-date as of now.
927              
928              [ 21283]
929              Perlfaq nits from Iain Truskett.
930              (from the perlfaq-workers list)
931              
932              [ 21284]
933              Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
934              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
935              Date: Thu, 18 Sep 2003 18:58:59 -0700
936              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
937              
938              [ 21285]
939              Tests for change #21284.
940              
941              [ 21286]
942              Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
943              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
944              Date: Thu, 18 Sep 2003 19:01:06 -0700
945              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
946      Branch: maint-5.8/perl
947           !> lib/dumpvar.pl lib/dumpvar.t os2/os2.c pod/perlfaq2.pod
948           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
949 ____________________________________________________________________________
950 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
951         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
952              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
953              Date: Thu, 18 Sep 2003 19:01:06 -0700
954              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
955      Branch: perl
956            ! os2/os2.c
957 ____________________________________________________________________________
958 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
959         Log: Tests for change #21284.
960      Branch: perl
961            ! lib/dumpvar.t
962 ____________________________________________________________________________
963 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
964         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
965              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
966              Date: Thu, 18 Sep 2003 18:58:59 -0700
967              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
968      Branch: perl
969            ! lib/dumpvar.pl
970 ____________________________________________________________________________
971 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
972         Log: Perlfaq nits from Iain Truskett.
973              (from the perlfaq-workers list)
974      Branch: perl
975            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
976 ____________________________________________________________________________
977 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
978         Log: Integrate a change from the perlfaq CVS.
979              I consider the bleadperl version being more up-to-date as of now.
980      Branch: perl
981            ! pod/perlfaq3.pod
982 ____________________________________________________________________________
983 [ 21281] By: rgs                                   on 2003/09/18  20:48:50
984         Log: perlunicode.pod refers to a future which is now the past.
985              Get perlhack from bleadperl (but note that the description of the
986              test suite is not in line with what's in perl 5.6.2).
987      Branch: maint-5.6
988            ! perl-5.6.2/pod/perlhack.pod perl-5.6.2/pod/perlunicode.pod
989 ____________________________________________________________________________
990 [ 21280] By: rgs                                   on 2003/09/18  20:06:11
991         Log: Increment the version number to 5.6.2.
992              Update the user-visible copyright date (in "perl -v").
993      Branch: maint-5.6
994            ! perl-5.6.2/patchlevel.h perl-5.6.2/perl.c
995            ! perl-5.6.2/win32/Makefile perl-5.6.2/win32/config_H.bc
996            ! perl-5.6.2/win32/config_H.gc perl-5.6.2/win32/config_H.vc
997            ! perl-5.6.2/win32/makefile.mk
998 ____________________________________________________________________________
999 [ 21279] By: jhi                                   on 2003/09/18  19:45:11
1000         Log: Update Changes.
1001      Branch: maint-5.8/perl
1002            ! Changes patchlevel.h
1003 ____________________________________________________________________________
1004 [ 21278] By: jhi                                   on 2003/09/18  19:27:55
1005         Log: Integrate:
1006              [ 21276]
1007              Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
1008              From: Rick Delaney <rick.delaney@rogers.com>
1009              Date: Wed, 1 Jan 2003 22:54:59 -0500
1010              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
1011              
1012              (Pity the first patch fell through the cracks back then.
1013              Not that forbidding non-object copy constructors is the right
1014              thing to do but the bug could use fixing.)
1015              
1016              [ 21277]
1017              Subject: [PATCH 5.8.1 @21211] -M -A -C broken
1018              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1019              Date: Thu, 18 Sep 2003 11:02:02 -0700
1020              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
1021              
1022              (use stat.t instead of time.t)
1023      Branch: maint-5.8/perl
1024           !> lib/overload.t os2/os2ish.h pp.h pp_sys.c t/op/stat.t
1025 ____________________________________________________________________________
1026 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
1027         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
1028              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1029              Date: Thu, 18 Sep 2003 11:02:02 -0700
1030              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
1031              
1032              (use stat.t instead of time.t)
1033      Branch: perl
1034            ! os2/os2ish.h pp_sys.c t/op/stat.t
1035 ____________________________________________________________________________
1036 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
1037         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
1038              From: Rick Delaney <rick.delaney@rogers.com>
1039              Date: Wed, 1 Jan 2003 22:54:59 -0500
1040              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
1041              
1042              (Pity the first patch fell through the cracks back then.
1043              Not that forbidding non-object copy constructors is the right
1044              thing to do but the bug could use fixing.)
1045      Branch: perl
1046            ! lib/overload.t pp.h
1047 ____________________________________________________________________________
1048 [ 21275] By: jhi                                   on 2003/09/18  14:12:47
1049         Log: Integrate:
1050              [ 21273]
1051              ld has many guises.
1052              
1053              [ 21274]
1054              Subject: [PATCH] small fix for Devel::PPPort
1055              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
1056              Date: Thu, 18 Sep 2003 10:14:58 +0200
1057              Message-id: <20030918081458.GA2653@ethan>
1058      Branch: maint-5.8/perl
1059           !> ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
1060           !> lib/ExtUtils/t/MM_Unix.t
1061 ____________________________________________________________________________
1062 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
1063         Log: Subject: [PATCH] small fix for Devel::PPPort
1064              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
1065              Date: Thu, 18 Sep 2003 10:14:58 +0200
1066              Message-id: <20030918081458.GA2653@ethan>
1067      Branch: perl
1068            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
1069 ____________________________________________________________________________
1070 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
1071         Log: ld has many guises.
1072      Branch: perl
1073            ! lib/ExtUtils/t/MM_Unix.t
1074 ____________________________________________________________________________
1075 [ 21272] By: jhi                                   on 2003/09/18  08:09:54
1076         Log: Integrate:
1077              [ 21263]
1078              Subject: RE: MM in maint@21251 breaks mp2
1079              From: "Orton, Yves" <yves.orton@de.mci.com>
1080              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
1081              Date: Wed, 17 Sep 2003 15:47:35 +0100
1082              
1083              [ 21264]
1084              A potential fix for non-empty LD in Unix.
1085              
1086              [ 21266]
1087              Make it possible to override the mistrustnm hint in Solaris.
1088              
1089              [ 21267]
1090              Patch from Enache Adrian for the new tricks of gcc 3.4
1091              for "is this symbol defined" scanning of Configure.
1092              
1093              [ 21268]
1094              Subject: 5.8.1 warnings when long double == double
1095              From: Andy Dougherty <doughera@lafayette.edu>
1096              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
1097              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
1098              (the changed message)
1099              
1100              [ 21270]
1101              Subject: Patch for VMS::Filespec
1102              From: Ken Williams <ken@mathforum.org>
1103              Date: Wed, 17 Sep 2003 20:11:46 -0500
1104              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
1105              
1106              [ 21271]
1107              Missed OS/2 patch hunk.
1108      Branch: maint-5.8/perl
1109           !> Configure hints/solaris_2.sh lib/ExtUtils/MM_Unix.pm
1110           !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Unix.t
1111           !> lib/ExtUtils/t/MM_Win32.t os2/os2.c vms/ext/Filespec.pm
1112 ____________________________________________________________________________
1113 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
1114         Log: Missed OS/2 patch hunk.
1115      Branch: perl
1116            ! os2/os2.c
1117 ____________________________________________________________________________
1118 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
1119         Log: Subject: Patch for VMS::Filespec
1120              From: Ken Williams <ken@mathforum.org>
1121              Date: Wed, 17 Sep 2003 20:11:46 -0500
1122              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
1123      Branch: perl
1124            ! vms/ext/Filespec.pm
1125 ____________________________________________________________________________
1126 [ 21269] By: jhi                                   on 2003/09/18  04:58:53
1127         Log: metaconfig unit changes for #21267 and #21268.
1128      Branch: metaconfig
1129            ! U/compline/Csym.U U/modified/d_longdbl.U
1130 ____________________________________________________________________________
1131 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
1132         Log: Subject: 5.8.1 warnings when long double == double
1133              From: Andy Dougherty <doughera@lafayette.edu>
1134              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
1135              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
1136              (the changed message)
1137      Branch: perl
1138            ! Configure
1139 ____________________________________________________________________________
1140 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
1141         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
1142              for "is this symbol defined" scanning of Configure.
1143      Branch: perl
1144            ! Configure
1145 ____________________________________________________________________________
1146 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
1147         Log: Make it possible to override the mistrustnm hint in Solaris.
1148      Branch: perl
1149            ! hints/solaris_2.sh
1150 ____________________________________________________________________________
1151 [ 21265] By: jhi                                   on 2003/09/18  04:28:08
1152         Log: OZ nit.
1153      Branch: maint-5.8/perl
1154            ! pod/perldelta.pod
1155 ____________________________________________________________________________
1156 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
1157         Log: A potential fix for non-empty LD in Unix.
1158      Branch: perl
1159            ! lib/ExtUtils/t/MM_Unix.t
1160 ____________________________________________________________________________
1161 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
1162         Log: Subject: RE: MM in maint@21251 breaks mp2
1163              From: "Orton, Yves" <yves.orton@de.mci.com>
1164              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
1165              Date: Wed, 17 Sep 2003 15:47:35 +0100
1166      Branch: perl
1167            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
1168            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
1169 ____________________________________________________________________________
1170 [ 21262] By: jhi                                   on 2003/09/17  11:35:38
1171         Log: Integrate:
1172              [ 21253]
1173              Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
1174              From: Dave Mitchell <davem@fdgroup.com>
1175              Date: Tue, 16 Sep 2003 21:56:20 +0100
1176              Message-ID: <20030916205620.GB1246@fdgroup.com>
1177              
1178              [ 21257]
1179              Subject: [PATCH 5.8.1 @21211] magic.t
1180              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1181              Date: Tue, 16 Sep 2003 19:17:57 -0700
1182              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
1183              
1184              [ 21258]
1185              Subject: [PATCH 5.8.1 @21211] os2_process.t
1186              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1187              Date: Tue, 16 Sep 2003 23:21:48 -0700
1188              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
1189              
1190              [ 21259]
1191              Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
1192              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1193              Date: Tue, 16 Sep 2003 23:49:42 -0700
1194              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
1195              
1196              [ 21260]
1197              Fix Solaris ccversion not having the cc version.
1198              
1199              [ 21261]
1200              The AIX C product potentially consists of several packages,
1201              the main package being (hopefully) the first one.
1202      Branch: maint-5.8/perl
1203           !> hints/aix.sh hints/solaris_2.sh
1204           !> os2/OS2/Process/t/os2_process.t os2/os2ish.h pod/perlfunc.pod
1205           !> t/op/magic.t
1206 ____________________________________________________________________________
1207 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
1208         Log: The AIX C product potentially consists of several packages,
1209              the main package being (hopefully) the first one.
1210      Branch: perl
1211            ! hints/aix.sh
1212 ____________________________________________________________________________
1213 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
1214         Log: Fix Solaris ccversion not having the cc version.
1215      Branch: perl
1216            ! hints/solaris_2.sh
1217 ____________________________________________________________________________
1218 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
1219         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
1220              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1221              Date: Tue, 16 Sep 2003 23:49:42 -0700
1222              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
1223      Branch: perl
1224            ! os2/os2ish.h
1225 ____________________________________________________________________________
1226 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
1227         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
1228              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1229              Date: Tue, 16 Sep 2003 23:21:48 -0700
1230              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
1231      Branch: perl
1232            ! os2/OS2/Process/t/os2_process.t
1233 ____________________________________________________________________________
1234 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
1235         Log: Subject: [PATCH 5.8.1 @21211] magic.t
1236              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1237              Date: Tue, 16 Sep 2003 19:17:57 -0700
1238              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
1239      Branch: perl
1240            ! t/op/magic.t
1241 ____________________________________________________________________________
1242 [ 21256] By: rgs                                   on 2003/09/16  20:34:56
1243         Log: Update Changes.
1244      Branch: maint-5.6
1245            ! perl-5.6.2/Changes perl-5.6.2/patchlevel.h
1246 ____________________________________________________________________________
1247 [ 21255] By: rgs                                   on 2003/09/16  20:16:03
1248         Log: Hints updates from bleadperl
1249      Branch: maint-5.6
1250            ! perl-5.6.2/hints/svr4.sh
1251 ____________________________________________________________________________
1252 [ 21254] By: rgs                                   on 2003/09/16  20:11:16
1253         Log: Subject: [PATCH] 5.6.2/MSWin32: Integrate fcrypt.c
1254              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1255              Date: Sun, 14 Sep 2003 12:13:30 +0200
1256              Message-ID: <00df01c37aa8$d9d7aa70$4200a8c0@R2D2>
1257      Branch: maint-5.6
1258            + perl-5.6.2/win32/fcrypt.c
1259            - perl-5.6.2/win32/des_fcrypt.patch
1260            ! perl-5.6.2/MANIFEST perl-5.6.2/README.win32
1261            ! perl-5.6.2/win32/Makefile perl-5.6.2/win32/makefile.mk
1262 ____________________________________________________________________________
1263 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
1264         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
1265              From: Dave Mitchell <davem@fdgroup.com>
1266              Date: Tue, 16 Sep 2003 21:56:20 +0100
1267              Message-ID: <20030916205620.GB1246@fdgroup.com>
1268      Branch: perl
1269            ! pod/perlfunc.pod
1270 ____________________________________________________________________________
1271 [ 21252] By: rgs                                   on 2003/09/16  19:43:40
1272         Log: Subject: [PATCH: win32/Makefile] Make 5.6.2 fly again on MSWin32 (was: Re: perl562@20985)
1273              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1274              Date: Sun, 14 Sep 2003 12:11:22 +0200
1275              Message-ID: <00db01c37aa8$8d0e87e0$4200a8c0@R2D2>
1276      Branch: maint-5.6
1277            ! perl-5.6.2/win32/Makefile
1278 ____________________________________________________________________________
1279 [ 21251] By: jhi                                   on 2003/09/16  19:34:20
1280         Log: Update Changes.
1281      Branch: maint-5.8/perl
1282            ! Changes patchlevel.h
1283 ____________________________________________________________________________
1284 [ 21250] By: jhi                                   on 2003/09/16  19:19:05
1285         Log: Integrate:
1286              [ 21247]
1287              Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
1288              From: Andy Dougherty <doughera@lafayette.edu>
1289              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
1290              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
1291              
1292              [ 21249]
1293              More suggested patches for NCR MP-RAS from Andy Dougherty.
1294      Branch: maint-5.8/perl
1295           +> ext/Time/HiRes/hints/svr4.pl
1296           !> MANIFEST ext/POSIX/hints/svr4.pl ext/Sys/Syslog/t/syslog.t
1297           !> hints/svr4.sh t/op/pack.t
1298 ____________________________________________________________________________
1299 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
1300         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
1301      Branch: perl
1302            + ext/Time/HiRes/hints/svr4.pl
1303            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
1304 ____________________________________________________________________________
1305 [ 21248] By: rgs                                   on 2003/09/16  19:08:16
1306         Log: Upgrade to ExtUtils::MakeMaker 6.17.
1307      Branch: maint-5.6
1308            ! perl-5.6.2/lib/ExtUtils/Changes
1309            ! perl-5.6.2/lib/ExtUtils/Install.pm
1310            ! perl-5.6.2/lib/ExtUtils/META.yml
1311            ! perl-5.6.2/lib/ExtUtils/MM_Unix.pm
1312            ! perl-5.6.2/lib/ExtUtils/MM_VMS.pm
1313            ! perl-5.6.2/lib/ExtUtils/MM_Win32.pm
1314            ! perl-5.6.2/lib/ExtUtils/MakeMaker.pm
1315            ! perl-5.6.2/lib/ExtUtils/MakeMaker/Tutorial.pod
1316            ! perl-5.6.2/lib/ExtUtils/Manifest.pm
1317            ! perl-5.6.2/lib/ExtUtils/t/Manifest.t
1318 ____________________________________________________________________________
1319 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
1320         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
1321              From: Andy Dougherty <doughera@lafayette.edu>
1322              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
1323              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
1324      Branch: perl
1325            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
1326 ____________________________________________________________________________
1327 [ 21246] By: jhi                                   on 2003/09/16  18:49:37
1328         Log: Integrate:
1329              [ 21245]
1330              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
1331              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1332              Date: Wed, 4 Jun 2003 00:45:23 -0700
1333              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
1334      Branch: maint-5.8/perl
1335           !> lib/Getopt/Std.pm
1336 ____________________________________________________________________________
1337 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
1338         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
1339              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1340              Date: Wed, 4 Jun 2003 00:45:23 -0700
1341              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
1342      Branch: perl
1343            ! lib/Getopt/Std.pm
1344 ____________________________________________________________________________
1345 [ 21244] By: jhi                                   on 2003/09/16  16:50:31
1346         Log: Integrate:
1347              [ 20650]
1348              Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
1349              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1350              Date: Sun, 3 Aug 2003 06:19:02 -0700
1351              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
1352              
1353              [ 21243]
1354              Give a concrete example of the still existing Unicode slowness.
1355      Branch: maint-5.8/perl
1356           !> lib/ExtUtils/xsubpp pod/perlunicode.pod
1357 ____________________________________________________________________________
1358 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
1359         Log: Give a concrete example of the still existing Unicode slowness.
1360      Branch: perl
1361            ! pod/perlunicode.pod
1362 ____________________________________________________________________________
1363 [ 21242] By: jhi                                   on 2003/09/16  06:41:34
1364         Log: Integrate:
1365              [ 21238]
1366              Upgrade to MakeMaker 6.17.
1367              
1368              [ 21239]
1369              Upgrade to File::Spec 0.85_03.
1370              
1371              [ 21240]
1372              The test is not needed, says Schwern.
1373              
1374              [ 21241]
1375              Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
1376              use File::Spec 0.8 is unhappy.
1377      Branch: maint-5.8/perl
1378           +> lib/File/Spec/t/crossplatform.t
1379            - lib/base/t/fields-560.t
1380           !> MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
1381           !> lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
1382           !> lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
1383           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1384           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
1385           !> lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
1386           !> lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
1387           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
1388           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
1389           !> lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
1390           !> t/lib/MakeMaker/Test/Utils.pm
1391 ____________________________________________________________________________
1392 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
1393         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
1394              use File::Spec 0.8 is unhappy.
1395      Branch: perl
1396            ! lib/File/Spec.pm
1397 ____________________________________________________________________________
1398 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
1399         Log: The test is not needed, says Schwern.
1400      Branch: perl
1401            - lib/base/t/fields-560.t
1402            ! MANIFEST
1403 ____________________________________________________________________________
1404 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
1405         Log: Upgrade to File::Spec 0.85_03.
1406      Branch: perl
1407            + lib/File/Spec/t/crossplatform.t
1408            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
1409            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
1410            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
1411            ! lib/File/Spec/t/Spec.t
1412 ____________________________________________________________________________
1413 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
1414         Log: Upgrade to MakeMaker 6.17.
1415      Branch: perl
1416            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
1417            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
1418            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
1419            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1420            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
1421            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
1422            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
1423            ! t/lib/MakeMaker/Test/Utils.pm
1424 ____________________________________________________________________________
1425 [ 21237] By: jhi                                   on 2003/09/16  04:48:37
1426         Log: In maint we get p-h warnings from the 5.6.0 fields test.
1427      Branch: maint-5.8/perl
1428            ! lib/base/t/fields-560.t
1429 ____________________________________________________________________________
1430 [ 21236] By: jhi                                   on 2003/09/16  04:41:09
1431         Log: Integrate:
1432              [ 21235]
1433              Upgrade to base 2.03.
1434              (Rename the fields-5.6.0.t to have less d.o.t.s.)
1435      Branch: maint-5.8/perl
1436           +> lib/base/t/base.t lib/base/t/fields-560.t
1437           +> lib/base/t/fields-base.t lib/base/t/fields.t
1438            - lib/fields-base.t lib/fields.t
1439           !> MANIFEST lib/base.pm lib/fields.pm
1440 ____________________________________________________________________________
1441 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
1442         Log: Upgrade to base 2.03.
1443              (Rename the fields-5.6.0.t to have less d.o.t.s.)
1444      Branch: perl
1445            + lib/base/t/base.t lib/base/t/fields-560.t
1446            + lib/base/t/fields-base.t lib/base/t/fields.t
1447            - lib/fields-base.t lib/fields.t
1448            ! MANIFEST lib/base.pm lib/fields.pm
1449 ____________________________________________________________________________
1450 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
1451         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
1452              From: PPrymmer@factset.com
1453              Date: Mon, 15 Sep 2003 15:28:52 -0400
1454              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
1455      Branch: perl
1456            ! lib/Memoize/t/tie_sdbm.t
1457 ____________________________________________________________________________
1458 [ 21233] By: jhi                                   on 2003/09/15  06:25:10
1459         Log: Update Changes.
1460      Branch: maint-5.8/perl
1461            ! Changes patchlevel.h
1462 ____________________________________________________________________________
1463 [ 21232] By: jhi                                   on 2003/09/15  06:14:11
1464         Log: Integrate:
1465              [ 21230]
1466              Check the context of for/grep/map.
1467      Branch: maint-5.8/perl
1468           !> t/op/grep.t
1469 ____________________________________________________________________________
1470 [ 21231] By: jhi                                   on 2003/09/15  05:58:21
1471         Log: Also sendpath warnings from HP-UX.
1472      Branch: maint-5.8/perl
1473            ! pod/perldelta.pod
1474 ____________________________________________________________________________
1475 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
1476         Log: Check the context of for/grep/map.
1477      Branch: perl
1478            ! t/op/grep.t
1479 ____________________________________________________________________________
1480 [ 21229] By: jhi                                   on 2003/09/14  13:43:19
1481         Log: Integrate:
1482              [ 21227]
1483              Also IRIX wants setlogsock('stream').
1484              
1485              [ 21228]
1486              For-non-perlio places we need STDOUT back.
1487      Branch: maint-5.8/perl
1488           !> ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t t/io/dup.t
1489 ____________________________________________________________________________
1490 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
1491         Log: For-non-perlio places we need STDOUT back.
1492      Branch: perl
1493            ! t/io/dup.t
1494 ____________________________________________________________________________
1495 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
1496         Log: Also IRIX wants setlogsock('stream').
1497      Branch: perl
1498            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
1499 ____________________________________________________________________________
1500 [ 21226] By: jhi                                   on 2003/09/14  08:43:38
1501         Log: Regen perlmodlib, perltoc.
1502      Branch: maint-5.8/perl
1503            ! pod/perlmodlib.pod pod/perltoc.pod
1504 ____________________________________________________________________________
1505 [ 21225] By: jhi                                   on 2003/09/14  07:44:59
1506         Log: Integrate:
1507              [ 21224]
1508              More portable reading.
1509      Branch: maint-5.8/perl
1510           !> t/io/dup.t
1511 ____________________________________________________________________________
1512 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
1513         Log: More portable reading.
1514      Branch: perl
1515            ! t/io/dup.t
1516 ____________________________________________________________________________
1517 [ 21223] By: jhi                                   on 2003/09/14  07:36:57
1518         Log: Integrate:
1519              [ 21214]
1520              parse_version doesn't always succeed.
1521              
1522              [ 21217]
1523              Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
1524              From: "Craig A. Berry" <craigberry@mac.com>
1525              Date: Sun, 14 Sep 2003 00:23:56 -0500
1526              Message-ID: <3F63FB6C.5040502@mac.com>
1527              
1528              [ 21218]
1529              Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
1530              From: Michael G Schwern <schwern@pobox.com>
1531              Date: Thu, 11 Sep 2003 15:07:10 -0700
1532              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
1533              
1534              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
1535              
1536              [ 21219]
1537              Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
1538              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1539              Date: Sat, 13 Sep 2003 20:20:30 -0700
1540              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
1541              
1542              [ 21220]
1543              Use $Config{_exe}.
1544              
1545              [ 21222]
1546              More dup testing.
1547      Branch: maint-5.8/perl
1548           !> Porting/cmpVERSION.pl lib/ExtUtils/t/Manifest.t os2/os2.c
1549           !> perlio.c t/io/dup.t t/run/switches.t
1550 ____________________________________________________________________________
1551 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
1552         Log: More dup testing.
1553      Branch: perl
1554            ! t/io/dup.t
1555 ____________________________________________________________________________
1556 [ 21221] By: jhi                                   on 2003/09/14  07:14:25
1557         Log: Subject: Strange things happen with pod/perldiag.pod?
1558              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
1559              Date: Sun, 14 Sep 2003 10:20:39 +0200
1560              Message-ID: <002a01c37a99$1590ec30$a900a8c0@R2D2>
1561      Branch: maint-5.8/perl
1562            ! pod/perldiag.pod
1563 ____________________________________________________________________________
1564 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
1565         Log: Use $Config{_exe}.
1566      Branch: perl
1567            ! t/run/switches.t
1568 ____________________________________________________________________________
1569 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
1570         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
1571              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1572              Date: Sat, 13 Sep 2003 20:20:30 -0700
1573              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
1574      Branch: perl
1575            ! os2/os2.c t/run/switches.t
1576 ____________________________________________________________________________
1577 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
1578         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
1579              From: Michael G Schwern <schwern@pobox.com>
1580              Date: Thu, 11 Sep 2003 15:07:10 -0700
1581              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
1582              
1583              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
1584      Branch: perl
1585            ! lib/ExtUtils/t/Manifest.t
1586 ____________________________________________________________________________
1587 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
1588         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
1589              From: "Craig A. Berry" <craigberry@mac.com>
1590              Date: Sun, 14 Sep 2003 00:23:56 -0500
1591              Message-ID: <3F63FB6C.5040502@mac.com>
1592      Branch: perl
1593            ! perlio.c
1594 ____________________________________________________________________________
1595 [ 21216] By: rgs                                   on 2003/09/13  20:22:36
1596         Log: Hintfile updates.
1597      Branch: maint-5.6
1598            + perl-5.6.2/ext/NDBM_File/hints/linux.pl
1599            ! perl-5.6.2/MANIFEST perl-5.6.2/ext/DynaLoader/hints/linux.pl
1600            ! perl-5.6.2/ext/POSIX/hints/svr4.pl perl-5.6.2/hints/freebsd.sh
1601 ____________________________________________________________________________
1602 [ 21215] By: rgs                                   on 2003/09/13  19:57:14
1603         Log: More trivial documentation updates
1604      Branch: maint-5.6
1605            ! perl-5.6.2/pod/perl5004delta.pod
1606            ! perl-5.6.2/pod/perl5005delta.pod perl-5.6.2/pod/perlbook.pod
1607            ! perl-5.6.2/pod/perldsc.pod perl-5.6.2/pod/perlfilter.pod
1608            ! perl-5.6.2/pod/perlnewmod.pod perl-5.6.2/pod/perlrequick.pod
1609            ! perl-5.6.2/pod/perlretut.pod perl-5.6.2/pod/perlstyle.pod
1610 ____________________________________________________________________________
1611 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
1612         Log: parse_version doesn't always succeed.
1613      Branch: perl
1614            ! Porting/cmpVERSION.pl
1615 ____________________________________________________________________________
1616 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
1617         Log: pod changes, so change $VERSION.
1618      Branch: perl
1619            ! lib/Fatal.pm
1620 ____________________________________________________________________________
1621 [ 21212] By: jhi                                   on 2003/09/13  18:09:30
1622         Log: Tell what is OpenZaurus, anyway.
1623      Branch: maint-5.8/perl
1624            ! pod/perldelta.pod
1625 ____________________________________________________________________________
1626 [ 21211] By: jhi                                   on 2003/09/13  16:10:30
1627         Log: Integrate:
1628              [ 21201]
1629              Stringify the $VERSION of DynaLoader so it's never dependent
1630              on localized float-to-string conversions.
1631              
1632              [ 21202]
1633              Make the new glob tests pass (well, skip) even with miniperl.
1634              
1635              [ 21203]
1636              Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
1637              From: Stas Bekman <stas@stason.org>
1638              Date: Fri, 12 Sep 2003 13:44:11 -0700
1639              Message-ID: <3F62301B.3080604@stason.org>
1640              
1641              s/discipline/IO layer/, instead of "unknown" say "unavailable",
1642              and have the fuller explanation in perldiag.
1643              
1644              [ 21204]
1645              Subject: [perl #23788] int of a fraction errors 
1646              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
1647              Date: 11 Sep 2003 22:38:19 -0000
1648              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
1649              
1650              Add a separate faq entry for int().  (Yes, a bit redundant
1651              with the existing "why are my numbers broken" entry.)
1652              
1653              [ 21205]
1654              Minuscule code cleanup.
1655              
1656              [ 21206]
1657              Apparently at some point doing 3-arg open with
1658              illegal mode like ">>>" had stopped croaking.
1659              
1660              [ 21207]
1661              Layer names were recognized by their prefixes
1662              (e.g. open(F, ":u", "file") worked...)
1663              
1664              [ 21208]
1665              The "perlio: " prefix looks a little odd
1666              in the few warning/error messages, since
1667              no other 'subsystems' have prefixes.
1668              
1669              [ 21209]
1670              More PerlIO warnings changes.
1671              
1672              [ 21210]
1673              Subject: Re: unicode regex problem
1674              From: hv@crypt.org
1675              Date: Sat, 13 Sep 2003 15:21:34 +0100
1676              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
1677      Branch: maint-5.8/perl
1678           !> doio.c ext/DynaLoader/DynaLoader_pm.PL ext/PerlIO/t/fail.t
1679           !> perlio.c pod/perldiag.pod pod/perlfaq4.pod regcomp.c
1680           !> t/io/open.t t/lib/warnings/perlio t/op/pat.t
1681           !> t/run/fresh_perl.t
1682 ____________________________________________________________________________
1683 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
1684         Log: Subject: Re: unicode regex problem
1685              From: hv@crypt.org
1686              Date: Sat, 13 Sep 2003 15:21:34 +0100
1687              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
1688      Branch: perl
1689            ! regcomp.c t/op/pat.t
1690 ____________________________________________________________________________
1691 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
1692         Log: More PerlIO warnings changes.
1693      Branch: perl
1694            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
1695 ____________________________________________________________________________
1696 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
1697         Log: The "perlio: " prefix looks a little odd
1698              in the few warning/error messages, since
1699              no other 'subsystems' have prefixes.
1700      Branch: perl
1701            ! perlio.c pod/perldiag.pod t/io/open.t
1702 ____________________________________________________________________________
1703 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
1704         Log: Layer names were recognized by their prefixes
1705              (e.g. open(F, ":u", "file") worked...)
1706      Branch: perl
1707            ! perlio.c t/io/open.t
1708 ____________________________________________________________________________
1709 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
1710         Log: Apparently at some point doing 3-arg open with
1711              illegal mode like ">>>" had stopped croaking.
1712      Branch: perl
1713            ! doio.c t/io/open.t
1714 ____________________________________________________________________________
1715 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
1716         Log: Minuscule code cleanup.
1717      Branch: perl
1718            ! doio.c
1719 ____________________________________________________________________________
1720 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
1721         Log: Subject: [perl #23788] int of a fraction errors 
1722              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
1723              Date: 11 Sep 2003 22:38:19 -0000
1724              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
1725              
1726              Add a separate faq entry for int().  (Yes, a bit redundant
1727              with the existing "why are my numbers broken" entry.)
1728      Branch: perl
1729            ! pod/perlfaq4.pod
1730 ____________________________________________________________________________
1731 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
1732         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
1733              From: Stas Bekman <stas@stason.org>
1734              Date: Fri, 12 Sep 2003 13:44:11 -0700
1735              Message-ID: <3F62301B.3080604@stason.org>
1736              
1737              s/discipline/IO layer/, instead of "unknown" say "unavailable",
1738              and have the fuller explanation in perldiag.
1739      Branch: perl
1740            ! doio.c pod/perldiag.pod
1741 ____________________________________________________________________________
1742 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
1743         Log: Make the new glob tests pass (well, skip) even with miniperl.
1744      Branch: perl
1745            ! t/run/fresh_perl.t
1746 ____________________________________________________________________________
1747 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
1748         Log: Stringify the $VERSION of DynaLoader so it's never dependent
1749              on localized float-to-string conversions.
1750      Branch: perl
1751            ! ext/DynaLoader/DynaLoader_pm.PL
1752 ____________________________________________________________________________
1753 [ 21200] By: jhi                                   on 2003/09/12  18:07:39
1754         Log: Update Changes.
1755      Branch: maint-5.8/perl
1756            ! Changes patchlevel.h
1757 ____________________________________________________________________________
1758 [ 21199] By: jhi                                   on 2003/09/12  18:01:40
1759         Log: Integrate:
1760              [ 21198]
1761              It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
1762              since that would break a lot of code.)  Also few
1763              stray UTF16s, UTF32s, and "encoded in Unicode".
1764      Branch: maint-5.8/perl
1765           !> doop.c hv.h pod/Makefile.SH pod/perl570delta.pod
1766           !> pod/perl58delta.pod pod/perlapi.pod pod/perlfunc.pod
1767           !> pod/perlguts.pod pod/perlhack.pod pod/perlpodspec.pod
1768           !> pod/perltoc.pod pod/perltodo.pod pod/perlunicode.pod
1769           !> pod/perluniintro.pod pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h
1770           !> utfebcdic.h
1771 ____________________________________________________________________________
1772 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
1773         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
1774              since that would break a lot of code.)  Also few
1775              stray UTF16s, UTF32s, and "encoded in Unicode".
1776      Branch: perl
1777            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
1778            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
1779            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
1780            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
1781            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
1782 ____________________________________________________________________________
1783 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
1784         Log: The buildtoc now has options.
1785      Branch: perl
1786            ! pod/Makefile.SH
1787 ____________________________________________________________________________
1788 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
1789         Log: Some more tweaks on open ...&=.
1790      Branch: perl
1791            ! pod/perlfunc.pod
1792 ____________________________________________________________________________
1793 [ 21195] By: jhi                                   on 2003/09/12  14:26:32
1794         Log: Integrate:
1795              [ 21191]
1796              More comments for the FreeBSD threads hints.
1797              
1798              [ 21193]
1799              Document the new strict strict in strict.
1800              
1801              [ 21194]
1802              Slightly more documentation for open ...&=.
1803      Branch: maint-5.8/perl
1804           !> hints/freebsd.sh lib/strict.pm pod/perlfunc.pod
1805 ____________________________________________________________________________
1806 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
1807         Log: Slightly more documentation for open ...&=.
1808      Branch: perl
1809            ! pod/perlfunc.pod
1810 ____________________________________________________________________________
1811 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
1812         Log: Document the new strict strict in strict.
1813      Branch: perl
1814            ! lib/strict.pm
1815 ____________________________________________________________________________
1816 [ 21192] By: jhi                                   on 2003/09/12  03:17:59
1817         Log: Move the strict pragma change to "fixes"; the "incompatible
1818              changes" section is meant for things that used to work but
1819              do no more.
1820      Branch: maint-5.8/perl
1821            ! pod/perldelta.pod
1822 ____________________________________________________________________________
1823 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
1824         Log: More comments for the FreeBSD threads hints.
1825      Branch: perl
1826            ! hints/freebsd.sh
1827 ____________________________________________________________________________
1828 [ 21190] By: rgs                                   on 2003/09/11  21:35:24
1829         Log: INSTALL nits ; get perlmodinstall and perlreftut from bleadperl
1830      Branch: maint-5.6
1831            ! perl-5.6.2/INSTALL perl-5.6.2/pod/perlmodinstall.pod
1832            ! perl-5.6.2/pod/perlreftut.pod
1833 ____________________________________________________________________________
1834 [ 21189] By: jhi                                   on 2003/09/11  20:29:42
1835         Log: Integrate:
1836              [ 21178]
1837              Upgrading to fields.pm 2.0 strangely helps also fields.t.
1838              
1839              [ 21179]
1840              Upgrade to Pod::Perldoc 3.10.
1841              (Yes, the doughera address change is wrong, but hardly worth 3.11.) 
1842              
1843              [ 21180]
1844              Changed warning due to fields.pm 2.0.
1845              
1846              [ 21181]
1847              The change of not needing -pthread in FreeBSD 5.x
1848              is very recent (Sep 3) (from Anton Berezin).
1849              
1850              [ 21182]
1851              The fields.pm had lost the change #19009.
1852              
1853              [ 21186]
1854              Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
1855              From: "Brendan O'Dea" <bod@debian.org>
1856              Date: Fri, 12 Sep 2003 00:12:51 +1000
1857              Message-ID: <20030911141251.GA26907@londo.c47.org>
1858              
1859              [ 21187]
1860              Subject: [PATCH 5.8.1 @20218] OS/2 API
1861              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1862              Date: Thu, 11 Sep 2003 09:15:04 -0700
1863              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
1864              
1865              [ 21188]
1866              More refactoring of the FreeBSD threads hints.
1867              Basically, for fresh enough 5.x the -pthread is dropped,
1868              otherwise keep it, and no known FreeBSD release has
1869              a functional gethostbyaddr_r.
1870      Branch: maint-5.8/perl
1871           !> hints/freebsd.sh lib/Pod/Perldoc.pm os2/OS2/Process/MANIFEST
1872           !> os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs perl.c
1873 ____________________________________________________________________________
1874 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
1875         Log: More refactoring of the FreeBSD threads hints.
1876              Basically, for fresh enough 5.x the -pthread is dropped,
1877              otherwise keep it, and no known FreeBSD release has
1878              a functional gethostbyaddr_r.
1879      Branch: perl
1880            ! hints/freebsd.sh
1881 ____________________________________________________________________________
1882 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
1883         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
1884              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
1885              Date: Thu, 11 Sep 2003 09:15:04 -0700
1886              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
1887      Branch: perl
1888            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
1889            ! os2/OS2/Process/Process.xs
1890 ____________________________________________________________________________
1891 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
1892         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
1893              From: "Brendan O'Dea" <bod@debian.org>
1894              Date: Fri, 12 Sep 2003 00:12:51 +1000
1895              Message-ID: <20030911141251.GA26907@londo.c47.org>
1896      Branch: perl
1897            ! perl.c
1898 ____________________________________________________________________________
1899 [ 21185] By: rgs                                   on 2003/09/11  19:15:49
1900         Log: Integrate the recent hintfile changes from bleadperl
1901      Branch: maint-5.6
1902            ! perl-5.6.2/hints/aix.sh perl-5.6.2/hints/freebsd.sh
1903 ____________________________________________________________________________
1904 [ 21184] By: jhi                                   on 2003/09/11  14:31:18
1905         Log: Slight rewording for #21183.
1906      Branch: maint-5.8/perl
1907            ! pod/perldelta.pod
1908 ____________________________________________________________________________
1909 [ 21183] By: jhi                                   on 2003/09/11  14:25:24
1910         Log: Subject: [DOCPATCH] strict changes
1911              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1912              Date: Thu, 11 Sep 2003 15:55:13 +0200
1913              Message-Id: <p05111b06bb862edd9687@[192.168.56.4]>
1914      Branch: maint-5.8/perl
1915            ! pod/perldelta.pod
1916 ____________________________________________________________________________
1917 [ 21182] By: jhi                                   on 2003/09/11  11:16:33
1918         Log: The fields.pm had lost the change #19009.
1919      Branch: maint-5.8/perl
1920            ! lib/fields.pm t/lib/warnings/av
1921 ____________________________________________________________________________
1922 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
1923         Log: The change of not needing -pthread in FreeBSD 5.x
1924              is very recent (Sep 3) (from Anton Berezin).
1925      Branch: perl
1926            ! hints/freebsd.sh
1927 ____________________________________________________________________________
1928 [ 21180] By: jhi                                   on 2003/09/11  06:40:42
1929         Log: Changed warning due to fields.pm 2.0.
1930      Branch: maint-5.8/perl
1931            ! t/lib/warnings/av
1932 ____________________________________________________________________________
1933 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
1934         Log: Upgrade to Pod::Perldoc 3.10.
1935              (Yes, the doughera address change is wrong, but hardly worth 3.11.) 
1936      Branch: perl
1937            ! lib/Pod/Perldoc.pm
1938 ____________________________________________________________________________
1939 [ 21178] By: jhi                                   on 2003/09/11  06:08:38
1940         Log: Upgrading to fields.pm 2.0 strangely helps also fields.t.
1941      Branch: maint-5.8/perl
1942            ! lib/fields.pm lib/fields.t
1943 ____________________________________________________________________________
1944 [ 21177] By: jhi                                   on 2003/09/11  05:25:51
1945         Log: Integrate:
1946              [ 21176]
1947              Upgrade to base 2.02.
1948              
1949              (except keep our fields.t, 5.8.1 doesn't like the new one)
1950      Branch: maint-5.8/perl
1951           +> lib/fields-base.t
1952           !> MANIFEST lib/base.pm
1953 ____________________________________________________________________________
1954 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
1955         Log: Upgrade to base 2.02.
1956      Branch: perl
1957            + lib/fields-base.t
1958            ! MANIFEST lib/base.pm lib/fields.t
1959 ____________________________________________________________________________
1960 [ 21175] By: jhi                                   on 2003/09/11  05:13:43
1961         Log: Integrate:
1962              [ 21151]
1963              Document a PerlIO/Encode warning.
1964              
1965              [ 21152]
1966              A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
1967              of Perl_utf8_is_string().
1968              
1969              [ 21153]
1970              [perl #23770] Reading a latin1 file with open(... "<:utf8") will freeze
1971              is no more valid, the script doesn't freeze, but I noticed
1972              that neither does the <FILE> complain about bad UTF-8 as it
1973              should and as it does with :encoding(utf8).
1974              
1975              [ 21154]
1976              No utf8 warnings without use warnings.
1977              
1978              [ 21155]
1979              If doing rcatline no point rescanning each time
1980              the beginning of the SV for utf8 validity.
1981              
1982              [ 21156]
1983              Detypo and explain better.
1984              
1985              [ 21157]
1986              Linenumbers for utf8 warnings were wrong, test also rcatline.
1987              
1988              [ 21158]
1989              [perl #23769] Unicode regex broken on simple example
1990              regrepeat() did not work right for UTF-8(ed Latin-1)
1991              in the EXACT case, which made the \x{a0}+ fail.
1992              
1993              [ 21159]
1994              Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
1995              From: Kurt Starsinic <kstar@cpan.org>
1996              Date: Tue, 9 Sep 2003 23:16:00 -0400
1997              Message-ID: <20030910031600.GA30554@verizon.net>
1998              
1999              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
2000              From: "Brendan O'Dea" <bod@debian.org>
2001              Date: Wed, 10 Sep 2003 22:03:15 +1000
2002              Message-ID: <20030910120315.GA1372@londo.c47.org>
2003              
2004              [ 21160]
2005              Subject: Re: Decreasing VMS tests in File::Spec::VMS?
2006              From: PPrymmer@factset.com
2007              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
2008              Date: Fri, 5 Sep 2003 17:46:48 -0400
2009              
2010              [ 21161]
2011              Subject: [PATCH pod/perlvar.pod]  Remove deprecated English names.
2012              From: Abigail <abigail@abigail.nl>
2013              Date: Wed, 10 Sep 2003 09:50:16 +0200
2014              Message-ID: <20030910075016.GA23847@abigail.nl>
2015              
2016              [ 21163]
2017              Subject: [perl #23778] hints/aix.sh 
2018              Date: 10 Sep 2003 16:30:32 -0000
2019              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
2020              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
2021              
2022              [ 21164]
2023              Regen perlapi.
2024              
2025              [ 21165]
2026              Subject: [PATCH] AUTHORS
2027              From: enache@rdslink.ro (Enache Adrian)
2028              Date: Tue, 9 Sep 2003 19:34:05 +0300
2029              Message-ID: <20030909163405.GB1398@ratsnest.hole>
2030              
2031              [ 21166]
2032              Remove the warning in perlfaq about using map in void context :
2033              From: abigail@abigail.nl (Abigail)
2034              Subject: [PATCH perlfaq6] map in a void context.
2035              Date: Tue, 9 Sep 2003 10:31:58 +0200
2036              Message-ID: <20030909083158.GA24125@abigail.nl>
2037              
2038              [ 21168]
2039              Subject: nit to hints/freebsd.sh
2040              From: Enache Adrian <enache@rdslink.ro>
2041              Date: Wed, 10 Sep 2003 19:50:59 +0300
2042              Message-ID: <20030910165059.GB1321@ratsnest.hole>
2043              
2044              [ 21169]
2045              Retract #21168 based on advice from Anton Berezin (added).
2046              
2047              [ 21171]
2048              Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
2049              From: Stas Bekman <stas@stason.org>
2050              Date: Thu, 28 Aug 2003 16:10:48 -0700
2051              Message-ID: <3F4E8BF8.1090800@stason.org>
2052              
2053              [ 21172]
2054              Enache still wants -pthread gone for FreeBSD 5.x
2055              since it doesn't work with the latest -current.
2056              
2057              [ 21173]
2058              Subject: [PATCH][TESTS] dumpvar.pl
2059              From: Joe McMahon <mcmahon@metalab.unc.edu>
2060              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
2061              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
2062              
2063              [ 21174]
2064              Replace #21158 with a better patch from Hugo
2065              (for [perl #23769]).
2066      Branch: maint-5.8/perl
2067           !> AUTHORS emacs/cperl-mode.el emacs/ptags embed.fnc embed.h
2068           !> global.sym hints/aix.sh hints/freebsd.sh
2069           !> lib/File/Spec/t/Spec.t lib/dumpvar.pl lib/dumpvar.t
2070           !> pod/perlapi.pod pod/perldiag.pod pod/perlfaq6.pod pp_hot.c
2071           !> proto.h regcomp.c regexec.c t/io/utf8.t t/lib/h2ph.pht
2072           !> t/op/pat.t utf8.c utils/h2ph.PL
2073 ____________________________________________________________________________
2074 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
2075         Log: Replace #21158 with a better patch from Hugo
2076              (for [perl #23769]).
2077      Branch: perl
2078            ! regcomp.c regexec.c t/op/pat.t
2079 ____________________________________________________________________________
2080 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
2081         Log: Subject: [PATCH][TESTS] dumpvar.pl
2082              From: Joe McMahon <mcmahon@metalab.unc.edu>
2083              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
2084              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
2085      Branch: perl
2086            ! lib/dumpvar.pl lib/dumpvar.t
2087 ____________________________________________________________________________
2088 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
2089         Log: Enache still wants -pthread gone for FreeBSD 5.x
2090              since it doesn't work with the latest -current.
2091      Branch: perl
2092            ! hints/freebsd.sh
2093 ____________________________________________________________________________
2094 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
2095         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
2096              From: Stas Bekman <stas@stason.org>
2097              Date: Thu, 28 Aug 2003 16:10:48 -0700
2098              Message-ID: <3F4E8BF8.1090800@stason.org>
2099      Branch: perl
2100            ! emacs/cperl-mode.el emacs/ptags
2101 ____________________________________________________________________________
2102 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
2103         Log: Retract #21149, sez Schwern.
2104      Branch: perl
2105            ! lib/Test/More.pm
2106 ____________________________________________________________________________
2107 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
2108         Log: Retract #21168 based on advice from Anton Berezin (added).
2109      Branch: perl
2110            ! hints/freebsd.sh
2111 ____________________________________________________________________________
2112 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
2113         Log: Subject: nit to hints/freebsd.sh
2114              From: Enache Adrian <enache@rdslink.ro>
2115              Date: Wed, 10 Sep 2003 19:50:59 +0300
2116              Message-ID: <20030910165059.GB1321@ratsnest.hole>
2117      Branch: perl
2118            ! hints/freebsd.sh
2119 ____________________________________________________________________________
2120 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
2121         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
2122              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
2123              Date: Sun, 31 Aug 2003 22:08:19 GMT
2124              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
2125              
2126              The test has been moved into warnings.pm's test suite. Note
2127              that this patch fixed as well the behaviour of warnings::enabled
2128              regarding lexical scoping and different files; hence the expected
2129              results in a few tests in /t/lib/warnings/9enabled has been
2130              reverted.
2131      Branch: perl
2132            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
2133 ____________________________________________________________________________
2134 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
2135         Log: Remove the warning in perlfaq about using map in void context :
2136              From: abigail@abigail.nl (Abigail)
2137              Subject: [PATCH perlfaq6] map in a void context.
2138              Date: Tue, 9 Sep 2003 10:31:58 +0200
2139              Message-ID: <20030909083158.GA24125@abigail.nl>
2140      Branch: perl
2141            ! pod/perlfaq6.pod
2142 ____________________________________________________________________________
2143 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
2144         Log: Subject: [PATCH] AUTHORS
2145              From: enache@rdslink.ro (Enache Adrian)
2146              Date: Tue, 9 Sep 2003 19:34:05 +0300
2147              Message-ID: <20030909163405.GB1398@ratsnest.hole>
2148      Branch: perl
2149            ! AUTHORS
2150 ____________________________________________________________________________
2151 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
2152         Log: Regen perlapi.
2153      Branch: perl
2154            ! pod/perlapi.pod
2155 ____________________________________________________________________________
2156 [ 21163] By: merijn                                on 2003/09/10  15:31:27
2157         Log: Subject: [perl #23778] hints/aix.sh 
2158              Date: 10 Sep 2003 16:30:32 -0000
2159              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
2160              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
2161      Branch: perl
2162            ! hints/aix.sh
2163 ____________________________________________________________________________
2164 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
2165         Log: blead version of #21161.
2166      Branch: perl
2167            ! pod/perlvar.pod
2168 ____________________________________________________________________________
2169 [ 21161] By: jhi                                   on 2003/09/10  15:21:16
2170         Log: Subject: [PATCH pod/perlvar.pod]  Remove deprecated English names.
2171              From: Abigail <abigail@abigail.nl>
2172              Date: Wed, 10 Sep 2003 09:50:16 +0200
2173              Message-ID: <20030910075016.GA23847@abigail.nl>
2174      Branch: maint-5.8/perl
2175            ! pod/perlvar.pod
2176 ____________________________________________________________________________
2177 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
2178         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
2179              From: PPrymmer@factset.com
2180              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
2181              Date: Fri, 5 Sep 2003 17:46:48 -0400
2182      Branch: perl
2183            ! lib/File/Spec/t/Spec.t
2184 ____________________________________________________________________________
2185 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
2186         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
2187              From: Kurt Starsinic <kstar@cpan.org>
2188              Date: Tue, 9 Sep 2003 23:16:00 -0400
2189              Message-ID: <20030910031600.GA30554@verizon.net>
2190              
2191              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
2192              From: "Brendan O'Dea" <bod@debian.org>
2193              Date: Wed, 10 Sep 2003 22:03:15 +1000
2194              Message-ID: <20030910120315.GA1372@londo.c47.org>
2195      Branch: perl
2196            ! t/lib/h2ph.pht utils/h2ph.PL
2197 ____________________________________________________________________________
2198 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
2199         Log: Unicode regex broken on simple example
2200              regrepeat() did not work right for UTF-8(ed Latin-1)
2201              in the EXACT case, which made the \x{a0}+ fail.
2202      Branch: perl
2203            ! regexec.c t/op/pat.t
2204 ____________________________________________________________________________
2205 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
2206         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
2207      Branch: perl
2208            ! pp_hot.c t/io/utf8.t
2209 ____________________________________________________________________________
2210 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
2211         Log: Detypo and explain better.
2212      Branch: perl
2213            ! pod/perldiag.pod
2214 ____________________________________________________________________________
2215 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
2216         Log: If doing rcatline no point rescanning each time
2217              the beginning of the SV for utf8 validity.
2218      Branch: perl
2219            ! pp_hot.c
2220 ____________________________________________________________________________
2221 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
2222         Log: No utf8 warnings without use warnings.
2223      Branch: perl
2224            ! t/io/utf8.t
2225 ____________________________________________________________________________
2226 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
2227         Log: Reading a latin1 file with open(... "<:utf8") will freeze
2228              is no more valid, the script doesn't freeze, but I noticed
2229              that neither does the <FILE> complain about bad UTF-8 as it
2230              should and as it does with :encoding(utf8).
2231      Branch: perl
2232            ! pp_hot.c t/io/utf8.t
2233 ____________________________________________________________________________
2234 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
2235         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
2236              of Perl_utf8_is_string().
2237      Branch: perl
2238            ! embed.fnc embed.h global.sym proto.h utf8.c
2239 ____________________________________________________________________________
2240 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
2241         Log: Document a PerlIO/Encode warning.
2242      Branch: perl
2243            ! pod/perldiag.pod
2244 ____________________________________________________________________________
2245 [ 21150] By: rgs                                   on 2003/09/09  20:59:37
2246         Log: Subject: Re: perl562@20985
2247              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2248              Date: Tue, 9 Sep 2003 01:42:28 -0700
2249              Message-ID: <20030909084228.GA2380@efn.org>
2250              
2251              Copies the cygwin module hint files from bleadperl, plus
2252              other changes suitably taken from maint-5.8.
2253      Branch: maint-5.6
2254            ! perl-5.6.2/Makefile.SH
2255            ! perl-5.6.2/ext/NDBM_File/hints/cygwin.pl
2256            ! perl-5.6.2/ext/ODBM_File/hints/cygwin.pl
2257            ! perl-5.6.2/t/op/taint.t
2258 ____________________________________________________________________________
2259 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
2260         Log: Subject: Re: maint @ 21116
2261              From: Fergal Daly <fergal@esatclear.ie>
2262              Date: Tue, 9 Sep 2003 18:26:20 +0100
2263              Message-Id: <200309091826.20630.fergal@esatclear.ie>
2264              
2265              (added warning)
2266      Branch: perl
2267            ! lib/Test/More.pm
2268 ____________________________________________________________________________
2269 [ 21148] By: jhi                                   on 2003/09/09  16:00:51
2270         Log: Update Changes.
2271      Branch: maint-5.8/perl
2272            ! Changes patchlevel.h
2273 ____________________________________________________________________________
2274 [ 21147] By: jhi                                   on 2003/09/09  15:36:59
2275         Log: Integrate:
2276              [ 21146]
2277              Adjust the test count.
2278      Branch: maint-5.8/perl
2279           !> lib/Test/Simple/t/is_deeply.t
2280 ____________________________________________________________________________
2281 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
2282         Log: Adjust the test count.
2283      Branch: perl
2284            ! lib/Test/Simple/t/is_deeply.t
2285 ____________________________________________________________________________
2286 [ 21145] By: jhi                                   on 2003/09/09  15:07:47
2287         Log: Integrate:
2288              [ 21143]
2289              Retract #20548 and #20465.
2290              
2291              [ 21144]
2292              AUTHORS update from Dave Mitchell.
2293      Branch: maint-5.8/perl
2294           !> AUTHORS lib/Test/More.pm lib/Test/Simple/t/More.t
2295           !> lib/Test/Simple/t/is_deeply.t
2296 ____________________________________________________________________________
2297 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
2298         Log: AUTHORS update from Dave Mitchell.
2299      Branch: perl
2300            ! AUTHORS
2301 ____________________________________________________________________________
2302 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
2303         Log: Retract #20548 and #20465.
2304      Branch: perl
2305            ! lib/Test/More.pm lib/Test/Simple/t/More.t
2306            ! lib/Test/Simple/t/is_deeply.t
2307 ____________________________________________________________________________
2308 [ 21142] By: jhi                                   on 2003/09/09  14:28:55
2309         Log: Integrate:
2310              [ 21139]
2311              Warn more about disclosing the hash seed, from Scott A. Crosby.
2312              
2313              [ 21140]
2314              Retract #21132.
2315              
2316              [ 21116]
2317              Update Changes.
2318      Branch: maint-5.8/perl
2319           !> lib/Hash/Util.pm makedef.pl perl.h pod/perlrun.pod
2320 ____________________________________________________________________________
2321 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
2322         Log: Subject: Re: maint @ 21116
2323              From: Enache Adrian <enache@rdslink.ro>
2324              Date: Tue, 9 Sep 2003 16:59:44 +0300
2325              Message-ID: <20030909135944.GA1666@ratsnest.hole>
2326      Branch: perl
2327            ! makedef.pl
2328 ____________________________________________________________________________
2329 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
2330         Log: Retract #21132.
2331      Branch: perl
2332            ! makedef.pl perl.h
2333 ____________________________________________________________________________
2334 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
2335         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
2336      Branch: perl
2337            ! lib/Hash/Util.pm pod/perlrun.pod
2338 ____________________________________________________________________________
2339 [ 21138] By: jhi                                   on 2003/09/09  10:32:25
2340         Log: Integrate:
2341              [ 21135]
2342              One more test count tweak.
2343              
2344              [ 21136]
2345              One more chance... Elizabeth's change #21107 plus
2346              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
2347              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2348              Date: Tue, 9 Sep 2003 01:44:24 +0200
2349              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
2350              
2351              [ 21137]
2352              Subject: =encoding in perlpod/perlpodspec
2353              From: sburke@cpan.org (Sean M. Burke)
2354              Date: Sun, 07 Sep 2003 03:08:28 -0800
2355              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
2356      Branch: maint-5.8/perl
2357           !> lib/warnings.pm pod/perlpod.pod pod/perlpodspec.pod
2358           !> t/op/grep.t toke.c warnings.pl
2359 ____________________________________________________________________________
2360 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
2361         Log: Subject: =encoding in perlpod/perlpodspec
2362              From: sburke@cpan.org (Sean M. Burke)
2363              Date: Sun, 07 Sep 2003 03:08:28 -0800
2364              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
2365      Branch: perl
2366            ! pod/perlpod.pod pod/perlpodspec.pod
2367 ____________________________________________________________________________
2368 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
2369         Log: One more chance... Elizabeth's change #21107 plus
2370              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
2371              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2372              Date: Tue, 9 Sep 2003 01:44:24 +0200
2373              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
2374      Branch: perl
2375            ! lib/warnings.pm toke.c warnings.pl
2376 ____________________________________________________________________________
2377 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
2378         Log: One more test count tweak.
2379      Branch: perl
2380            ! t/op/grep.t
2381 ____________________________________________________________________________
2382 [ 21134] By: jhi                                   on 2003/09/09  08:37:02
2383         Log: Changing the test count is always a good habit.
2384      Branch: maint-5.8/perl
2385            ! ext/threads/t/join.t
2386 ____________________________________________________________________________
2387 [ 21133] By: jhi                                   on 2003/09/09  07:58:23
2388         Log: Integrate:
2389              [ 21131]
2390              Subject: Re: [PATCH] honoring void context for map(), return from sub end test
2391              From: david nicol <whatever@davidnicol.com>
2392              Date: 08 Sep 2003 23:39:32 -0500
2393              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
2394              
2395              (a testcase)
2396              
2397              [ 21132]
2398              Subject: Re: maint @ 21116
2399              From: Steve Hay <steve.hay@uk.radan.com>
2400              Date: Tue, 09 Sep 2003 09:49:07 +0100
2401              Message-ID: <3F5D9403.3040004@uk.radan.com>
2402      Branch: maint-5.8/perl
2403           !> makedef.pl perl.h t/op/grep.t
2404 ____________________________________________________________________________
2405 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
2406         Log: Subject: Re: maint @ 21116
2407              From: Steve Hay <steve.hay@uk.radan.com>
2408              Date: Tue, 09 Sep 2003 09:49:07 +0100
2409              Message-ID: <3F5D9403.3040004@uk.radan.com>
2410      Branch: perl
2411            ! makedef.pl perl.h
2412 ____________________________________________________________________________
2413 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
2414         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
2415              From: david nicol <whatever@davidnicol.com>
2416              Date: 08 Sep 2003 23:39:32 -0500
2417              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
2418              
2419              (a testcase)
2420      Branch: perl
2421            ! t/op/grep.t
2422 ____________________________________________________________________________
2423 [ 21130] By: jhi                                   on 2003/09/09  07:46:30
2424         Log: de0.t is gone for now.
2425      Branch: maint-5.8/perl
2426           !> MANIFEST
2427 ____________________________________________________________________________
2428 [ 21129] By: jhi                                   on 2003/09/09  07:13:19
2429         Log: Integrate:
2430              [ 21124]
2431              In trying to save space, the warnings.pl change (#21107)
2432              pulled in attributes.pm... and the change didn't seem to
2433              be that well tested with different configurations.
2434              Retract #21119, #21117, #21107.
2435      Branch: maint-5.8/perl
2436           !> ext/B/t/stash.t lib/warnings.pm warnings.pl
2437 ____________________________________________________________________________
2438 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
2439         Log: Ooops, perlio into scalars was already history for this test...
2440      Branch: perl
2441            ! lib/dumpvar.t
2442 ____________________________________________________________________________
2443 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
2444         Log: Cannot do perlio into scalars without perlio.
2445      Branch: perl
2446            ! lib/dumpvar.t
2447 ____________________________________________________________________________
2448 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
2449         Log: I claim that the debugger is untestable until proven otherwise.
2450      Branch: perl
2451            - lib/perl5db/de0.t
2452            ! MANIFEST
2453 ____________________________________________________________________________
2454 [ 21125] By: jhi                                   on 2003/09/09  07:00:57
2455         Log: Remove the two new join.t tests from maint,
2456              something fishy is going on.
2457      Branch: maint-5.8/perl
2458            ! ext/threads/t/join.t
2459 ____________________________________________________________________________
2460 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
2461         Log: In trying to save space, the warnings.pl change (#21107)
2462              pulled in attributes.pm... and the change didn't seem to
2463              be that well tested with different configurations.
2464              Retract #21119, #21117, #21107.
2465      Branch: perl
2466            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
2467 ____________________________________________________________________________
2468 [ 21123] By: jhi                                   on 2003/09/09  06:43:23
2469         Log: Integrate:
2470              [ 21121]
2471              There's no particular reason to have the dumpvar.t
2472              in lib/perl5db/.
2473              
2474              [ 21122]
2475              Really do #21121.
2476      Branch: maint-5.8/perl
2477           +> lib/dumpvar.t
2478            - lib/perl5db/dumpvar.t
2479           !> MANIFEST
2480 ____________________________________________________________________________
2481 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
2482         Log: Really do #21121.
2483      Branch: perl
2484            ! MANIFEST
2485 ____________________________________________________________________________
2486 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
2487         Log: There's no particular reason to have the dumpvar.t
2488              in lib/perl5db/.
2489      Branch: perl
2490            + lib/dumpvar.t
2491            - lib/perl5db/dumpvar.t
2492            ! MANIFEST
2493 ____________________________________________________________________________
2494 [ 21120] By: jhi                                   on 2003/09/09  05:48:49
2495         Log: Integrate:
2496              [ 21117]
2497              Loading warnings.pm now loads attributes.pm that loads strict.pm.
2498              (due to #21107 apparently.) Adjust this test accordingly.
2499              
2500              [ 21119]
2501              strict stash seems to have gone, too.
2502      Branch: maint-5.8/perl
2503           !> ext/B/t/stash.t
2504 ____________________________________________________________________________
2505 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
2506         Log: strict stash seems to have gone, too.
2507      Branch: perl
2508            ! ext/B/t/stash.t
2509 ____________________________________________________________________________
2510 [ 21118] By: jhi                                   on 2003/09/09  05:36:32
2511         Log: The de0.t is far too flaky to be in the maint.
2512      Branch: maint-5.8/perl
2513            - lib/perl5db/de0.t
2514            ! MANIFEST
2515 ____________________________________________________________________________
2516 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
2517         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
2518              (due to #21107 apparently.) Adjust this test accordingly.
2519      Branch: perl
2520            ! ext/B/t/stash.t
2521 ____________________________________________________________________________
2522 [ 21116] By: jhi                                   on 2003/09/08  21:23:27
2523         Log: Update Changes.
2524      Branch: maint-5.8/perl
2525            ! Changes patchlevel.h
2526 ____________________________________________________________________________
2527 [ 21115] By: jhi                                   on 2003/09/08  21:20:04
2528         Log: Integrate:
2529              [ 21112]
2530              Retract #21096, mostly: I had misexplained the situation
2531              to Scott A. Crosby.  Seeing the seed value while not good
2532              for the ultimate paranoia viewpoint is not that bad, as long
2533              as the users are fully aware of the dangers of disclosing
2534              the hash seed.  So hash_seed() is okay.
2535              
2536              Being able to see the hash values (as in Java) would
2537              be another option, but dubious: it's not that per-key
2538              hash values themselves are bad to allow scripts to see,
2539              but rather that hash values are just as sensitive (from
2540              the DoSing viewpoint) as the hash seed itself (and there
2541              usually more hash values than the one hash seed....)
2542              
2543              [ 21113]
2544              Subject: [PATCH] silence 1 compiler warning
2545              From: Nicholas Clark <nick@ccl4.org>
2546              Date: Mon, 8 Sep 2003 23:04:45 +0100
2547              Message-ID: <20030908230445.E30881@plum.flirble.org>
2548      Branch: maint-5.8/perl
2549           !> lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
2550 ____________________________________________________________________________
2551 [ 21114] By: jhi                                   on 2003/09/08  21:17:45
2552         Log: Integrate:
2553              [ 21062]
2554              Subject: [PATCH] honoring void context for map()
2555              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
2556              Date: Thu, 04 Sep 2003 11:13:41 +0200
2557              Message-id: <20030904091341.GA30655@ethan>
2558      Branch: maint-5.8/perl
2559           !> pp_ctl.c
2560 ____________________________________________________________________________
2561 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
2562         Log: Subject: [PATCH] silence 1 compiler warning
2563              From: Nicholas Clark <nick@ccl4.org>
2564              Date: Mon, 8 Sep 2003 23:04:45 +0100
2565              Message-ID: <20030908230445.E30881@plum.flirble.org>
2566      Branch: perl
2567            ! universal.c
2568 ____________________________________________________________________________
2569 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
2570         Log: Retract #21096, mostly: I had misexplained the situation
2571              to Scott A. Crosby.  Seeing the seed value while not good
2572              for the ultimate paranoia viewpoint is not that bad, as long
2573              as the users are fully aware of the dangers of disclosing
2574              the hash seed.     So hash_seed() is okay.
2575              
2576              Being able to see the hash values (as in Java) would
2577              be another option, but dubious: it's not that per-key
2578              hash values themselves are bad to allow scripts to see,
2579              but rather that hash values are just as sensitive (from
2580              the DoSing viewpoint) as the hash seed itself (and there
2581              usually more hash values than the one hash seed....)
2582      Branch: perl
2583            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
2584 ____________________________________________________________________________
2585 [ 21111] By: jhi                                   on 2003/09/08  21:01:25
2586         Log: Integrate:
2587              [ 21109]
2588              Subject: [PATCH] configpm: about 1.5K less per thread
2589              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2590              Date: Mon, 8 Sep 2003 23:58:34 +0200
2591              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
2592              
2593              [ 21110]
2594              Urk.  unique, not shared.
2595      Branch: maint-5.8/perl
2596           !> configpm
2597 ____________________________________________________________________________
2598 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
2599         Log: Urk.  unique, not shared.
2600      Branch: perl
2601            ! configpm
2602 ____________________________________________________________________________
2603 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
2604         Log: Subject: [PATCH] configpm: about 1.5K less per thread
2605              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2606              Date: Mon, 8 Sep 2003 23:58:34 +0200
2607              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
2608      Branch: perl
2609            ! configpm
2610 ____________________________________________________________________________
2611 [ 21108] By: jhi                                   on 2003/09/08  20:51:14
2612         Log: Integrate:
2613              [ 21105]
2614              Regen perlapi.
2615              
2616              [ 21106]
2617              A version of change #21073 that works.
2618              
2619              [ 21107]
2620              Subject: [PATCH] warnings.pl: each thread 10K smaller
2621              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2622              Date: Mon, 8 Sep 2003 22:22:38 +0200
2623              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
2624      Branch: maint-5.8/perl
2625           !> ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
2626           !> lib/warnings.pm pod/perlapi.pod warnings.pl
2627 ____________________________________________________________________________
2628 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
2629         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
2630              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2631              Date: Mon, 8 Sep 2003 22:22:38 +0200
2632              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
2633      Branch: perl
2634            ! lib/warnings.pm warnings.pl
2635 ____________________________________________________________________________
2636 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
2637         Log: A version of change #21073 that works.
2638      Branch: perl
2639            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
2640 ____________________________________________________________________________
2641 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
2642         Log: Regen perlapi.
2643      Branch: perl
2644            ! pod/perlapi.pod
2645 ____________________________________________________________________________
2646 [ 21104] By: jhi                                   on 2003/09/08  20:22:21
2647         Log: Integrate:
2648              [ 21103]
2649              Radu Greab is my hero (the recent cygwin getpw*->pw_comment
2650              being a bad pointer is apparently a known cygwin bug).  The
2651              cure is to initialize the field.
2652      Branch: maint-5.8/perl
2653           !> pp_sys.c
2654 ____________________________________________________________________________
2655 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
2656         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
2657              being a bad pointer is apparently a known cygwin bug).     The
2658              cure is to initialize the field.
2659      Branch: perl
2660            ! pp_sys.c
2661 ____________________________________________________________________________
2662 [ 21102] By: jhi                                   on 2003/09/08  19:43:33
2663         Log: Update Changes.
2664      Branch: maint-5.8/perl
2665            ! Changes patchlevel.h
2666 ____________________________________________________________________________
2667 [ 21101] By: jhi                                   on 2003/09/08  19:39:43
2668         Log: Integrate:
2669              [ 21100]
2670              Bad export.
2671      Branch: maint-5.8/perl
2672           !> lib/Hash/Util.t
2673 ____________________________________________________________________________
2674 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
2675         Log: Bad export.
2676      Branch: perl
2677            ! lib/Hash/Util.t
2678 ____________________________________________________________________________
2679 [ 21099] By: jhi                                   on 2003/09/08  19:29:58
2680         Log: Integrate:
2681              [ 21093]
2682              Slightly more intelligent paranoia.
2683              
2684              [ 21094]
2685              Subject: [patch] AUTHORS
2686              From: Juerd <juerd@cpan.org>
2687              Date: Mon, 8 Sep 2003 08:42:13 +0200
2688              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
2689              
2690              [ 21095]
2691              Mac OS X "last resort" recipe.
2692              
2693              [ 21096]
2694              Scott A. Crosby believes in not disclosing
2695              any more information than necessary: therefore
2696              instead of hash_seed() we have now hashes_random().
2697              
2698              [ 21097]
2699              Try to make the de0.t test more robust.
2700              The test is so flakey (too many external things influencing
2701              the result) that I'm likely to leave it out from the maint.
2702              
2703              [ 21098]
2704              The IPC::Open3 is just too unreliable for this task.
2705      Branch: maint-5.8/perl
2706           !> AUTHORS README.macosx lib/Hash/Util.pm lib/Hash/Util.t
2707           !> lib/perl5db/de0.t pod/perldiag.pod pod/perlrun.pod universal.c
2708           !> util.c
2709 ____________________________________________________________________________
2710 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
2711         Log: The IPC::Open3 is just too unreliable for this task.
2712      Branch: perl
2713            ! lib/perl5db/de0.t
2714 ____________________________________________________________________________
2715 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
2716         Log: Try to make the de0.t test more robust.
2717              The test is so flakey (too many external things influencing
2718              the result) that I'm likely to leave it out from the maint.
2719      Branch: perl
2720            ! lib/perl5db/de0.t
2721 ____________________________________________________________________________
2722 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
2723         Log: Scott A. Crosby believes in not disclosing
2724              any more information than necessary: therefore
2725              instead of hash_seed() we have now hashes_random().
2726      Branch: perl
2727            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
2728 ____________________________________________________________________________
2729 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
2730         Log: Mac OS X "last resort" recipe.
2731      Branch: perl
2732            ! README.macosx
2733 ____________________________________________________________________________
2734 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
2735         Log: Subject: [patch] AUTHORS
2736              From: Juerd <juerd@cpan.org>
2737              Date: Mon, 8 Sep 2003 08:42:13 +0200
2738              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
2739      Branch: perl
2740            ! AUTHORS
2741 ____________________________________________________________________________
2742 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
2743         Log: Slightly more intelligent paranoia.
2744      Branch: perl
2745            ! pod/perldiag.pod util.c
2746 ____________________________________________________________________________
2747 [ 21092] By: jhi                                   on 2003/09/08  14:19:55
2748         Log: Update Changes.
2749      Branch: maint-5.8/perl
2750            ! Changes patchlevel.h
2751 ____________________________________________________________________________
2752 [ 21091] By: jhi                                   on 2003/09/08  14:10:40
2753         Log: Integrate:
2754              [ 21090]
2755              Win32 is playing to hard to get but I do not have
2756              time to chase it, so restore #21072, more or less.
2757              I think testing the debugger in UNIX-like places
2758              is enough, no need to go into painful contortions
2759              trying to "portably" run interactive programs like
2760              the debugger.
2761      Branch: maint-5.8/perl
2762           !> lib/perl5db/de0.t
2763 ____________________________________________________________________________
2764 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
2765         Log: Win32 is playing to hard to get but I do not have
2766              time to chase it, so restore #21072, more or less.
2767              I think testing the debugger in UNIX-like places
2768              is enough, no need to go into painful contortions
2769              trying to "portably" run interactive programs like
2770              the debugger.
2771      Branch: perl
2772            ! lib/perl5db/de0.t
2773 ____________________________________________________________________________
2774 [ 21089] By: jhi                                   on 2003/09/08  12:53:10
2775         Log: Integrate:
2776              [ 21084]
2777              Clean up pp_readdir() somewhat.
2778              
2779              [ 21085]
2780              Superparanoia.
2781              
2782              [ 21086]
2783              XSRETURN_UV was missing.
2784              
2785              [ 21087]
2786              Add Hash::Util::hash_seed() which answers among
2787              other things the question whether our hashes are
2788              "randomised".  (They always were...)
2789              
2790              [ 21088]
2791              5.8.1 was mistakenly redefining PL_sv_placeholder.
2792      Branch: maint-5.8/perl
2793           !> XSUB.h ext/Storable/Storable.xs lib/Hash/Util.pm
2794           !> lib/Hash/Util.t pod/perlrun.pod pp_sys.c universal.c util.c
2795 ____________________________________________________________________________
2796 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
2797         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
2798      Branch: perl
2799            ! ext/Storable/Storable.xs
2800 ____________________________________________________________________________
2801 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
2802         Log: Add Hash::Util::hash_seed() which answers among
2803              other things the question whether our hashes are
2804              "randomised".  (They always were...)
2805      Branch: perl
2806            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
2807 ____________________________________________________________________________
2808 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
2809         Log: XSRETURN_UV was missing.
2810      Branch: perl
2811            ! XSUB.h
2812 ____________________________________________________________________________
2813 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
2814         Log: Superparanoia.
2815      Branch: perl
2816            ! util.c
2817 ____________________________________________________________________________
2818 [ 21084] By: ams                                   on 2003/09/08  11:44:25
2819         Log: Clean up pp_readdir() somewhat.
2820      Branch: perl
2821            ! pp_sys.c
2822 ____________________________________________________________________________
2823 [ 21083] By: jhi                                   on 2003/09/08  11:34:40
2824         Log: Integrate:
2825              [ 21082]
2826              The #21073 broke ext/B/t/o.t, retracting the #21073.
2827      Branch: maint-5.8/perl
2828           !> ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
2829 ____________________________________________________________________________
2830 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
2831         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
2832      Branch: perl
2833            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
2834 ____________________________________________________________________________
2835 [ 21081] By: jhi                                   on 2003/09/08  09:55:24
2836         Log: Integrate:
2837              [ 21076]
2838              Let's require fork for this test.
2839              
2840              [ 21077]
2841              Move Config test.
2842              
2843              [ 21078]
2844              In Win32 the cmd.exe console output doesn't seem to
2845              be catchable using the in-memory I/O + select trick,
2846              so use tie-STDOUT trick instead.
2847              
2848              [ 21080]
2849              In Win32 IPC::Open3 + IO::Select does not work that well
2850              so mostly undo the change #21072 and revert back to using
2851              a temp file.
2852      Branch: maint-5.8/perl
2853           !> lib/perl5db/de0.t lib/perl5db/dumpvar.t
2854 ____________________________________________________________________________
2855 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
2856         Log: In Win32 IPC::Open3 + IO::Select does not work that well
2857              so mostly undo the change #21072 and revert back to using
2858              a temp file.
2859      Branch: perl
2860            ! lib/perl5db/de0.t
2861 ____________________________________________________________________________
2862 [ 21079] By: jhi                                   on 2003/09/08  09:44:46
2863         Log: Integrate:
2864              [ 21061]
2865              Retract #21010.
2866      Branch: maint-5.8/perl
2867           !> lib/dumpvar.pl
2868 ____________________________________________________________________________
2869 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
2870         Log: In Win32 the cmd.exe console output doesn't seem to
2871              be catchable using the in-memory I/O + select trick,
2872              so use tie-STDOUT trick instead.
2873      Branch: perl
2874            ! lib/perl5db/dumpvar.t
2875 ____________________________________________________________________________
2876 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
2877         Log: Move Config test.
2878      Branch: perl
2879            ! lib/perl5db/de0.t
2880 ____________________________________________________________________________
2881 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
2882         Log: Let's require fork for this test.
2883      Branch: perl
2884            ! lib/perl5db/de0.t
2885 ____________________________________________________________________________
2886 [ 21075] By: jhi                                   on 2003/09/08  08:15:50
2887         Log: Integrate:
2888              [ 21051]
2889              1. Work around the bug fixed by #20587 (because it's in 5.8.0).
2890              2. Compensate for PL_sv_placeholder <= 5.8.1.
2891              3. Clean up non-backwards-compatible tests.
2892              4. Prepare for the 2.08 CPAN release.
2893              
2894              [ 21052]
2895              Musty corners of Syslog.pm.
2896              
2897              [ 21057]
2898              Updated Sharp Zaurus cross-compilation from Redvers Davies.
2899              
2900              [ 21058]
2901              Vanity patch.
2902              
2903              [ 21063]
2904              Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
2905              From: Dave Mitchell <davem@fdgroup.com>
2906              Date: Sun, 7 Sep 2003 19:14:44 +0100
2907              Message-ID: <20030907181444.GA7058@fdgroup.com>
2908              
2909              [ 21064]
2910              Upgrade to Unicode::Collate 0.28
2911              
2912              [ 21065]
2913              Subject: [PATCH] Test skeleton for debugger commands
2914              From: Andreas J Koenig <andreas.koenig@anima.de>
2915              Date: Sun, 07 Sep 2003 18:51:56 +0200
2916              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
2917              With minor adjustments
2918              
2919              [ 21066]
2920              The in-memory files require PerlIO::scalar.
2921              
2922              [ 21067]
2923              Cleanup PerlIO::scalar documentation a bit.
2924              
2925              [ 21068]
2926              dumpvar.t: use Test::More;
2927              
2928              [ 21069]
2929              An empty test.
2930              
2931              [ 21070]
2932              More dumpvar testing.
2933              
2934              [ 21071]
2935              de0.t: use Test::More, add some tests.
2936              
2937              [ 21072]
2938              Subject: Re: [PATCH] Test skeleton for debugger commands
2939              From: Andreas J Koenig <andreas.koenig@anima.de>
2940              Date: Mon, 08 Sep 2003 10:48:27 +0200
2941              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
2942              
2943              [ 21073]
2944              Subject: Re: one nit to fix [PATCH]
2945              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
2946              Date: Mon, 8 Sep 2003 10:19:08 +0200
2947              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
2948              
2949              [ 21074]
2950              Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
2951              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
2952              Date: Mon, 08 Sep 2003 08:56:09 +0200
2953              Message-id: <20030908065609.GA1260@ethan>
2954      Branch: maint-5.8/perl
2955           +> lib/Unicode/Collate/t/contract.t lib/perl5db/de0.t
2956           +> lib/perl5db/dumpvar.t
2957           !> (integrate 26 files)
2958 ____________________________________________________________________________
2959 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
2960         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
2961              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
2962              Date: Mon, 08 Sep 2003 08:56:09 +0200
2963              Message-id: <20030908065609.GA1260@ethan>
2964      Branch: perl
2965            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
2966            ! ext/Devel/PPPort/t/test.t
2967 ____________________________________________________________________________
2968 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
2969         Log: Subject: Re: one nit to fix [PATCH]
2970              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
2971              Date: Mon, 8 Sep 2003 10:19:08 +0200
2972              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
2973      Branch: perl
2974            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
2975 ____________________________________________________________________________
2976 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
2977         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
2978              From: Andreas J Koenig <andreas.koenig@anima.de>
2979              Date: Mon, 08 Sep 2003 10:48:27 +0200
2980              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
2981      Branch: perl
2982            ! lib/perl5db/de0.t
2983 ____________________________________________________________________________
2984 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
2985         Log: de0.t: use Test::More, add some tests.
2986      Branch: perl
2987            ! lib/perl5db/de0.t
2988 ____________________________________________________________________________
2989 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
2990         Log: More dumpvar testing.
2991      Branch: perl
2992            ! lib/perl5db/dumpvar.t
2993 ____________________________________________________________________________
2994 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
2995         Log: An empty test.
2996      Branch: perl
2997            ! lib/perl5db/dumpvar.t
2998 ____________________________________________________________________________
2999 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
3000         Log: dumpvar.t: use Test::More;
3001      Branch: perl
3002            ! lib/perl5db/dumpvar.t
3003 ____________________________________________________________________________
3004 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
3005         Log: Cleanup PerlIO::scalar documentation a bit.
3006      Branch: perl
3007            ! ext/PerlIO/scalar/scalar.pm
3008 ____________________________________________________________________________
3009 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
3010         Log: The in-memory files require PerlIO::scalar.
3011      Branch: perl
3012            ! lib/perl5db/dumpvar.t
3013 ____________________________________________________________________________
3014 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
3015         Log: Subject: [PATCH] Test skeleton for debugger commands
3016              From: Andreas J Koenig <andreas.koenig@anima.de>
3017              Date: Sun, 07 Sep 2003 18:51:56 +0200
3018              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
3019              With minor adjustments
3020      Branch: perl
3021            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
3022            ! MANIFEST
3023 ____________________________________________________________________________
3024 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
3025         Log: Upgrade to Unicode::Collate 0.28
3026      Branch: perl
3027            + lib/Unicode/Collate/t/contract.t
3028            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3029            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3030 ____________________________________________________________________________
3031 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
3032         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
3033              From: Dave Mitchell <davem@fdgroup.com>
3034              Date: Sun, 7 Sep 2003 19:14:44 +0100
3035              Message-ID: <20030907181444.GA7058@fdgroup.com>
3036      Branch: perl
3037            ! ext/Opcode/Safe.pm
3038 ____________________________________________________________________________
3039 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
3040         Log: Subject: [PATCH] honoring void context for map()
3041              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
3042              Date: Thu, 04 Sep 2003 11:13:41 +0200
3043              Message-id: <20030904091341.GA30655@ethan>
3044      Branch: perl
3045            ! pp_ctl.c
3046 ____________________________________________________________________________
3047 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
3048         Log: Retract #21010.
3049      Branch: perl
3050            ! lib/dumpvar.pl
3051 ____________________________________________________________________________
3052 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
3053         Log: Minor doc style nits in XSLoader.
3054      Branch: perl
3055            ! ext/DynaLoader/XSLoader_pm.PL
3056 ____________________________________________________________________________
3057 [ 21059] By: rgs                                   on 2003/09/06  20:21:43
3058         Log: Copy the Configure hint files from bleadperl.
3059      Branch: maint-5.6
3060            + perl-5.6.2/hints/atheos.sh perl-5.6.2/hints/os400.sh
3061            + perl-5.6.2/hints/super-ux.sh perl-5.6.2/hints/t001.c
3062            + perl-5.6.2/hints/vos.sh
3063            ! perl-5.6.2/MANIFEST perl-5.6.2/hints/README.hints
3064            ! perl-5.6.2/hints/aix.sh perl-5.6.2/hints/amigaos.sh
3065            ! perl-5.6.2/hints/apollo.sh perl-5.6.2/hints/beos.sh
3066            ! perl-5.6.2/hints/bsdos.sh perl-5.6.2/hints/cygwin.sh
3067            ! perl-5.6.2/hints/darwin.sh perl-5.6.2/hints/dec_osf.sh
3068            ! perl-5.6.2/hints/dgux.sh perl-5.6.2/hints/dos_djgpp.sh
3069            ! perl-5.6.2/hints/dynixptx.sh perl-5.6.2/hints/epix.sh
3070            ! perl-5.6.2/hints/freebsd.sh perl-5.6.2/hints/hpux.sh
3071            ! perl-5.6.2/hints/irix_5.sh perl-5.6.2/hints/irix_6.sh
3072            ! perl-5.6.2/hints/isc.sh perl-5.6.2/hints/isc_2.sh
3073            ! perl-5.6.2/hints/linux.sh perl-5.6.2/hints/machten.sh
3074            ! perl-5.6.2/hints/machten_2.sh perl-5.6.2/hints/mpeix.sh
3075            ! perl-5.6.2/hints/netbsd.sh perl-5.6.2/hints/newsos4.sh
3076            ! perl-5.6.2/hints/next_3.sh perl-5.6.2/hints/nonstopux.sh
3077            ! perl-5.6.2/hints/openbsd.sh perl-5.6.2/hints/os2.sh
3078            ! perl-5.6.2/hints/os390.sh perl-5.6.2/hints/posix-bc.sh
3079            ! perl-5.6.2/hints/powerux.sh perl-5.6.2/hints/qnx.sh
3080            ! perl-5.6.2/hints/rhapsody.sh perl-5.6.2/hints/sco.sh
3081            ! perl-5.6.2/hints/solaris_2.sh perl-5.6.2/hints/sunos_4_1.sh
3082            ! perl-5.6.2/hints/svr4.sh perl-5.6.2/hints/svr5.sh
3083            ! perl-5.6.2/hints/titanos.sh perl-5.6.2/hints/ultrix_4.sh
3084            ! perl-5.6.2/hints/umips.sh perl-5.6.2/hints/unicos.sh
3085            ! perl-5.6.2/hints/unicosmk.sh perl-5.6.2/hints/utekv.sh
3086            ! perl-5.6.2/hints/uts.sh perl-5.6.2/hints/uwin.sh
3087            ! perl-5.6.2/hints/vmesa.sh
3088 ____________________________________________________________________________
3089 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
3090         Log: Vanity patch.
3091      Branch: perl
3092            ! AUTHORS
3093 ____________________________________________________________________________
3094 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
3095         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
3096      Branch: perl
3097            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
3098            ! Cross/config.sh-arm-linux Cross/generate_config_sh
3099            ! Cross/installperl.patch
3100 ____________________________________________________________________________
3101 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
3102         Log: Email nits in Fatal.pm [perl #23724].
3103      Branch: perl
3104            ! lib/Fatal.pm
3105 ____________________________________________________________________________
3106 [ 21055] By: rgs                                   on 2003/09/06  18:42:56
3107         Log: Integrate changes #9813 and #21045 from the main branch.
3108              
3109              [9813]
3110              Prevent path disclosure (probing for existence of filenames)
3111              using suidperl; bug id 20010322.218.
3112              
3113              [21045]
3114              More suidperl path disclosure plugging:
3115              the #9813 didn't do enough.  See either of
3116              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
3117              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
3118      Branch: maint-5.6
3119            ! perl-5.6.2/perl.c perl-5.6.2/pod/perldiag.pod
3120 ____________________________________________________________________________
3121 [ 21054] By: jhi                                   on 2003/09/06  06:30:49
3122         Log: Bytecompiler and byteloader are now in better shape.
3123              (While the C backend is a smoking ruin.)
3124      Branch: maint-5.8/perl
3125            ! pod/perldelta.pod
3126 ____________________________________________________________________________
3127 [ 21053] By: jhi                                   on 2003/09/05  20:45:41
3128         Log: Enache thinks now is a good spot to bring back the fixed
3129              bytecode goodness to maint.  (Not the bytecode.t, though:
3130              that's still too unfinished.)
3131      Branch: maint-5.8/perl
3132           !> bytecode.pl embed.fnc embed.h ext/B/B/Asmdata.pm
3133           !> ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
3134           !> ext/B/B/Disassembler.pm ext/B/t/assembler.t
3135           !> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c global.sym
3136           !> op.c op.h proto.h t/TEST
3137 ____________________________________________________________________________
3138 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
3139         Log: Musty corners of Syslog.pm.
3140      Branch: perl
3141            ! ext/Sys/Syslog/Syslog.pm
3142 ____________________________________________________________________________
3143 [ 21051] By: ams                                   on 2003/09/05  18:43:46
3144         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
3145              2. Compensate for PL_sv_placeholder <= 5.8.1.
3146              3. Clean up non-backwards-compatible tests.
3147              4. Prepare for the 2.08 CPAN release.
3148      Branch: perl
3149            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
3150            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
3151            ! ext/Storable/t/utf8hash.t
3152 ____________________________________________________________________________
3153 [ 21050] By: jhi                                   on 2003/09/05  14:23:02
3154         Log: Update Changes.
3155      Branch: maint-5.8/perl
3156            ! Changes patchlevel.h
3157 ____________________________________________________________________________
3158 [ 21049] By: jhi                                   on 2003/09/05  13:56:44
3159         Log: Integrate:
3160              [ 21036]
3161              Subject: Re: [PATCH] Data::Dumper 2.121
3162              From: Ilya Martynov <ilya@martynov.org>
3163              Date: Fri, 05 Sep 2003 00:33:46 +0400
3164              Message-ID: <87ad9kuwd1.fsf@abra.ru>
3165              
3166              [ 21039]
3167              Another seemingly fixed (un)tie bug,
3168              [perl ##22297] cannot untie scalar from within tied FETCH
3169              
3170              [ 21040]
3171              [perl #3763] code example error in "perlopentut"
3172              
3173              [ 21041]
3174              Subject: [PATCH] Remove dublicated entry in AUTHORS
3175              From: Ilya Martynov <ilya@martynov.org>
3176              Date: Fri, 05 Sep 2003 00:49:57 +0400
3177              Message-ID: <8765k8uvm2.fsf@abra.ru>
3178              
3179              [ 21042]
3180              Acknowledge some known tie bugs.
3181              
3182              [ 21043]
3183              Changed conflicting diff options
3184              
3185              [ 21044]
3186              FreeBSD hints updates from Anton Berezin.
3187              
3188              [ 21045]
3189              More suidperl path disclosure plugging:
3190              the #9813 didn't do enough.  See either of
3191              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
3192              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
3193              
3194              [ 21046]
3195              Subject: versions threads modules
3196              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3197              Date: Fri, 5 Sep 2003 12:22:52 +0200
3198              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
3199              
3200              [ 21047]
3201              Subject: [PATCH] threads/shared.pm: saves 4K per thread
3202              Date: Fri, 5 Sep 2003 14:46:00 +0200
3203              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
3204              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3205              
3206              [ 21048]
3207              One more known tie problem.
3208      Branch: maint-5.8/perl
3209           !> AUTHORS ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
3210           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3211           !> ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
3212           !> ext/threads/shared/shared.pm hints/freebsd.sh patchlevel.h
3213           !> perl.c pod/perldiag.pod pod/perlopentut.pod pod/perltie.pod
3214           !> t/op/tie.t
3215 ____________________________________________________________________________
3216 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
3217         Log: One more known tie problem.
3218      Branch: perl
3219            ! pod/perltie.pod
3220 ____________________________________________________________________________
3221 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
3222         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
3223              Date: Fri, 5 Sep 2003 14:46:00 +0200
3224              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
3225              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3226      Branch: perl
3227            ! ext/threads/shared/shared.pm
3228 ____________________________________________________________________________
3229 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
3230         Log: Subject: versions threads modules
3231              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3232              Date: Fri, 5 Sep 2003 12:22:52 +0200
3233              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
3234      Branch: perl
3235            ! ext/threads/shared/shared.pm
3236 ____________________________________________________________________________
3237 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
3238         Log: More suidperl path disclosure plugging:
3239              the #9813 didn't do enough.  See either of
3240              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
3241              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
3242      Branch: perl
3243            ! perl.c pod/perldiag.pod
3244 ____________________________________________________________________________
3245 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
3246         Log: FreeBSD hints updates from Anton Berezin.
3247      Branch: perl
3248            ! hints/freebsd.sh
3249 ____________________________________________________________________________
3250 [ 21043] By: merijn                                on 2003/09/05  11:18:20
3251         Log: Changed conflicting diff options
3252      Branch: perl
3253            ! patchlevel.h
3254 ____________________________________________________________________________
3255 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
3256         Log: Acknowledge some known tie bugs.
3257      Branch: perl
3258            ! pod/perltie.pod
3259 ____________________________________________________________________________
3260 [ 21041] By: merijn                                on 2003/09/05  04:50:44
3261         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
3262              From: Ilya Martynov <ilya@martynov.org>
3263              Date: Fri, 05 Sep 2003 00:49:57 +0400
3264              Message-ID: <8765k8uvm2.fsf@abra.ru>
3265      Branch: perl
3266            ! AUTHORS
3267 ____________________________________________________________________________
3268 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
3269         Log: code example error in "perlopentut"
3270      Branch: perl
3271            ! pod/perlopentut.pod
3272 ____________________________________________________________________________
3273 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
3274         Log: Another seemingly fixed (un)tie bug,
3275              [perl ##22297] cannot untie scalar from within tied FETCH
3276      Branch: perl
3277            ! t/op/tie.t
3278 ____________________________________________________________________________
3279 [ 21038] By: rgs                                   on 2003/09/04  19:44:26
3280         Log: Subject: [PATCH 5.6.2] make -Dusedevel imply -Dversiononly -Uinstallusrbinperl
3281              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3282              Date: Wed, 3 Sep 2003 12:03:30 -0700
3283              Message-ID: <20030903190330.GA3652@efn.org>
3284      Branch: maint-5.6
3285            ! perl-5.6.2/Configure
3286 ____________________________________________________________________________
3287 [ 21037] By: rgs                                   on 2003/09/04  19:36:57
3288         Log: Upgrade to Data::Dumper 2.121, by Ilya Martynov
3289      Branch: maint-5.6
3290            + perl-5.6.2/ext/Data/Dumper/t/dumper.t
3291            + perl-5.6.2/ext/Data/Dumper/t/overload.t
3292            + perl-5.6.2/ext/Data/Dumper/t/pair.t
3293            - perl-5.6.2/t/lib/dumper-ovl.t perl-5.6.2/t/lib/dumper.t
3294            ! perl-5.6.2/MANIFEST perl-5.6.2/ext/Data/Dumper/Changes
3295            ! perl-5.6.2/ext/Data/Dumper/Dumper.pm
3296            ! perl-5.6.2/ext/Data/Dumper/Dumper.xs
3297 ____________________________________________________________________________
3298 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
3299         Log: Subject: Re: [PATCH] Data::Dumper 2.121
3300              From: Ilya Martynov <ilya@martynov.org>
3301              Date: Fri, 05 Sep 2003 00:33:46 +0400
3302              Message-ID: <87ad9kuwd1.fsf@abra.ru>
3303      Branch: perl
3304            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
3305            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3306            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
3307 ____________________________________________________________________________
3308 [ 21035] By: jhi                                   on 2003/09/04  19:02:26
3309         Log: Integrate:
3310              [ 21027]
3311              AUTHORS updates.
3312              
3313              [ 21028]
3314              A SuSE patchlet for perlcc -c to avoid
3315              "Modification of a read-only value attempted at ... C.pm"
3316              
3317              [ 21029]
3318              Tiny perlcc tweaks.
3319              
3320              [ 21030]
3321              Subject: Re: "vendor" patch pickup
3322              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3323              Date: Thu, 4 Sep 2003 19:47:55 +0200
3324              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
3325              
3326              (Gentoo: take Marcus' version of the __THROW patch and
3327              even further #ifdef-protect it with __GLIBC__.)
3328              
3329              [ 21031]
3330              Subject: [PATCH] perlreftut: change distribution conditions
3331              From: "Brendan O'Dea" <bod@debian.org>
3332              Date: Thu, 4 Sep 2003 02:28:49 +1000
3333              Message-ID: <20030903162849.GA9675@londo.c47.org>
3334              
3335              [ 21033]
3336              I think once is enough.
3337      Branch: maint-5.8/perl
3338           !> AUTHORS configure.gnu ext/B/B/C.pm perl.h pod/perlreftut.pod
3339           !> utils/perlcc.PL
3340 ____________________________________________________________________________
3341 [ 21034] By: jhi                                   on 2003/09/04  18:57:14
3342         Log: Regen the Asmdata for maint (only the VERSION changes, which is okay)
3343      Branch: maint-5.8/perl
3344            ! ext/B/B/Asmdata.pm
3345 ____________________________________________________________________________
3346 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
3347         Log: I think once is enough.
3348      Branch: perl
3349            ! configure.gnu
3350 ____________________________________________________________________________
3351 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
3352         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
3353              From: Enache Adrian <enache@rdslink.ro>
3354              Date: Thu, 4 Sep 2003 20:09:06 +0300
3355              Message-ID: <20030904170906.GA1235@ratsnest.hole>
3356      Branch: perl
3357            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
3358            ! ext/ByteLoader/byterun.c
3359 ____________________________________________________________________________
3360 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
3361         Log: Subject: [PATCH] perlreftut: change distribution conditions
3362              From: "Brendan O'Dea" <bod@debian.org>
3363              Date: Thu, 4 Sep 2003 02:28:49 +1000
3364              Message-ID: <20030903162849.GA9675@londo.c47.org>
3365      Branch: perl
3366            ! pod/perlreftut.pod
3367 ____________________________________________________________________________
3368 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
3369         Log: Subject: Re: "vendor" patch pickup
3370              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3371              Date: Thu, 4 Sep 2003 19:47:55 +0200
3372              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
3373              
3374              (Gentoo: take Marcus' version of the __THROW patch and
3375              even further #ifdef-protect it with __GLIBC__.)
3376      Branch: perl
3377            ! perl.h
3378 ____________________________________________________________________________
3379 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
3380         Log: Tiny perlcc tweaks.
3381      Branch: perl
3382            ! utils/perlcc.PL
3383 ____________________________________________________________________________
3384 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
3385         Log: A SuSE patchlet for perlcc -c to avoid
3386              "Modification of a read-only value attempted at ... C.pm"
3387      Branch: perl
3388            ! ext/B/B/C.pm
3389 ____________________________________________________________________________
3390 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
3391         Log: AUTHORS updates.
3392      Branch: perl
3393            ! AUTHORS
3394 ____________________________________________________________________________
3395 [ 21026] By: jhi                                   on 2003/09/03  20:29:34
3396         Log: Integrate:
3397              [ 21022]
3398              Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
3399              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3400              Date: Wed, 3 Sep 2003 19:20:20 +0200
3401              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
3402              
3403              [ 21025]
3404              Upgrade to Math::BigInt pre-rel 1.66 as of
3405              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
3406              (the tar.gz link doesn't have 'v1.66', it has '1.66')
3407              so that the smoke builds can start chewing it.
3408      Branch: maint-5.8/perl
3409           !> Porting/valgrindpp.pl lib/Math/BigInt.pm
3410           !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3411           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3412           !> lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
3413           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
3414           !> lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3415           !> lib/Math/BigInt/t/with_sub.t
3416 ____________________________________________________________________________
3417 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
3418         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
3419              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
3420              (the tar.gz link doesn't have 'v1.66', it has '1.66')
3421              so that the smoke builds can start chewing it.
3422      Branch: perl
3423            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
3424            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
3425            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3426            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3427            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
3428            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
3429 ____________________________________________________________________________
3430 [ 21024] By: rgs                                   on 2003/09/03  18:46:51
3431         Log: Add a test_prep make target, equivalent to test-prep (for smokes)
3432      Branch: maint-5.6
3433            ! perl-5.6.2/Makefile.SH
3434 ____________________________________________________________________________
3435 [ 21023] By: jhi                                   on 2003/09/03  17:01:01
3436         Log: perldelta polishing.
3437      Branch: maint-5.8/perl
3438            ! pod/perldelta.pod
3439 ____________________________________________________________________________
3440 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
3441         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
3442              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3443              Date: Wed, 3 Sep 2003 19:20:20 +0200
3444              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
3445      Branch: perl
3446            ! Porting/valgrindpp.pl
3447 ____________________________________________________________________________
3448 [ 21021] By: jhi                                   on 2003/09/03  16:10:31
3449         Log: Update Changes.
3450      Branch: maint-5.8/perl
3451            ! Changes patchlevel.h
3452 ____________________________________________________________________________
3453 [ 21020] By: jhi                                   on 2003/09/03  16:07:02
3454         Log: Integrate:
3455              [ 21016]
3456              Add, document, and test bytes::substr, index, rindex, chr,
3457              document bytes::ord.
3458              
3459              [ 21017]
3460              Bump up the VERSION.
3461              
3462              [ 21019]
3463              Also indicate the Unicode level here.
3464              (The last date is non-committal :-)
3465      Branch: maint-5.8/perl
3466           !> lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
3467           !> pod/perlunicode.pod
3468 ____________________________________________________________________________
3469 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
3470         Log: Also indicate the Unicode level here.
3471              (The last date is non-committal :-)
3472      Branch: perl
3473            ! pod/perlunicode.pod
3474 ____________________________________________________________________________
3475 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
3476         Log: Avoid lvalue casts, from Enache.
3477      Branch: perl
3478            ! ext/ByteLoader/bytecode.h op.h
3479 ____________________________________________________________________________
3480 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
3481         Log: Bump up the VERSION.
3482      Branch: perl
3483            ! lib/bytes.pm
3484 ____________________________________________________________________________
3485 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
3486         Log: Add, document, and test bytes::substr, index, rindex, chr,
3487              document bytes::ord.
3488      Branch: perl
3489            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
3490 ____________________________________________________________________________
3491 [ 21015] By: jhi                                   on 2003/09/03  07:06:08
3492         Log: Integrate:
3493              [ 21008]
3494              VMS does not have quite UNIX glob semantics.
3495              
3496              [ 21009]
3497              Subject: Re: maint@20974 or before broke mp2 ithreads test
3498              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3499              Date: Wed, 3 Sep 2003 06:07:54 +0200
3500              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
3501              
3502              [ 21010]
3503              Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object 
3504              From: Joe McMahon <mcmahon@ibiblio.org>
3505              Date: Tue, 2 Sep 2003 18:02:14 -0400
3506              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
3507              
3508              [ 21011]
3509              Changing the test count is a good idea.
3510              
3511              [ 21012]
3512              Upgrade to base 2.01 from CPAN.
3513              
3514              [ 21013]
3515              use IO; is deprecated.
3516              
3517              [ 21014]
3518              Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
3519              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
3520              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
3521              Message-ID: <29644.1062572245@www50.gmx.net>
3522              
3523              The other half of #20930 should be still good.
3524              
3525              (The fields.pm from the base 2.01 not integrated, though,
3526              because otherwise fields.t and t/lib/warnings/doio will
3527              start emitting "Pseudo-hashes are deprecated" warnings)
3528      Branch: maint-5.8/perl
3529           !> ext/threads/t/join.t lib/base.pm lib/dumpvar.pl op.c
3530           !> t/run/fresh_perl.t
3531 ____________________________________________________________________________
3532 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
3533         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
3534              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
3535              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
3536              Message-ID: <29644.1062572245@www50.gmx.net>
3537              
3538              The other half of #20930 should be still good.
3539      Branch: perl
3540            ! op.c
3541 ____________________________________________________________________________
3542 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
3543         Log: use IO; is deprecated.
3544      Branch: perl
3545            ! ext/threads/t/join.t
3546 ____________________________________________________________________________
3547 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
3548         Log: Upgrade to base 2.01 from CPAN.
3549      Branch: perl
3550            ! lib/base.pm lib/fields.pm
3551 ____________________________________________________________________________
3552 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
3553         Log: Changing the test count is a good idea.
3554      Branch: perl
3555            ! ext/threads/t/join.t
3556 ____________________________________________________________________________
3557 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
3558         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object 
3559              From: Joe McMahon <mcmahon@ibiblio.org>
3560              Date: Tue, 2 Sep 2003 18:02:14 -0400
3561              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
3562      Branch: perl
3563            ! lib/dumpvar.pl
3564 ____________________________________________________________________________
3565 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
3566         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
3567              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3568              Date: Wed, 3 Sep 2003 06:07:54 +0200
3569              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
3570      Branch: perl
3571            ! ext/threads/t/join.t
3572 ____________________________________________________________________________
3573 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
3574         Log: VMS does not have quite UNIX glob semantics.
3575      Branch: perl
3576            ! t/run/fresh_perl.t
3577 ____________________________________________________________________________
3578 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
3579         Log: Subject: some method calls not autoloaded
3580              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3581              Date: Tue, 2 Sep 2003 15:06:29 -0700
3582              Message-ID: <20030902220629.GA2952@efn.org>
3583      Branch: perl
3584            ! pod/perlfunc.pod pod/perlsub.pod
3585 ____________________________________________________________________________
3586 [ 21006] By: rgs                                   on 2003/09/02  21:06:49
3587         Log: Upgrade to File::Spec 0.85, grabbed from CPAN.
3588              Get t/rel2abs2rel.t from bleadperl, because t/TEST was
3589              unhappy with its unstandard test output.
3590              Remove the old t/lib/filespec.t.
3591      Branch: maint-5.6
3592            + perl-5.6.2/lib/File/Spec/Cygwin.pm
3593            + perl-5.6.2/lib/File/Spec/t/Functions.t
3594            + perl-5.6.2/lib/File/Spec/t/Spec.t
3595            + perl-5.6.2/lib/File/Spec/t/rel2abs2rel.t
3596            - perl-5.6.2/t/lib/filespec.t
3597            ! perl-5.6.2/MANIFEST perl-5.6.2/lib/File/Spec.pm
3598            ! perl-5.6.2/lib/File/Spec/Epoc.pm
3599            ! perl-5.6.2/lib/File/Spec/Functions.pm
3600            ! perl-5.6.2/lib/File/Spec/Mac.pm
3601            ! perl-5.6.2/lib/File/Spec/OS2.pm
3602            ! perl-5.6.2/lib/File/Spec/Unix.pm
3603            ! perl-5.6.2/lib/File/Spec/VMS.pm
3604            ! perl-5.6.2/lib/File/Spec/Win32.pm
3605 ____________________________________________________________________________
3606 [ 21005] By: rgs                                   on 2003/09/02  19:36:59
3607         Log: Remove the configure probes for iconv, and any iconv
3608              reference, since it's not used anywhere. (See change
3609              #12095 in the main branch.) This was known to freeze
3610              the configuration process on HP-UX.
3611      Branch: maint-5.6
3612            ! perl-5.6.2/Configure perl-5.6.2/Porting/Glossary
3613            ! perl-5.6.2/config_h.SH perl-5.6.2/configure.com
3614            ! perl-5.6.2/epoc/config.sh perl-5.6.2/perl.h
3615            ! perl-5.6.2/vos/config.alpha.def perl-5.6.2/vos/config.alpha.h
3616            ! perl-5.6.2/vos/config.ga.def perl-5.6.2/vos/config.ga.h
3617            ! perl-5.6.2/win32/config.bc perl-5.6.2/win32/config.gc
3618            ! perl-5.6.2/win32/config.vc perl-5.6.2/win32/config_H.bc
3619            ! perl-5.6.2/win32/config_H.gc perl-5.6.2/win32/config_H.vc
3620 ____________________________________________________________________________
3621 [ 21004] By: jhi                                   on 2003/09/02  19:10:18
3622         Log: Integrate:
3623              [ 20995]
3624              Subject: [perl #23679] perl-5.8.1-RC4 perldelta typo
3625              From: "mcharity@vendian.org (via RT)" <perlbug-followup@perl.org>
3626              Date: 1 Sep 2003 22:11:00 -0000
3627              Message-ID: <rt-23679-64048.6.59087677001438@rt.perl.org>
3628              
3629              [ 20996]
3630              Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
3631              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
3632              Date: Tue, 02 Sep 2003 11:27:19 +0200
3633              Message-id: <20030902092719.GA18075@ethan>
3634              
3635              [ 20997]
3636              Subject: [PATCH perlfaq6.pod] Explain \Q better
3637              From: Mark Jason Dominus <mjd@plover.com>
3638              Date: Mon, 01 Sep 2003 16:19:20 -0400
3639              Message-ID: <20030901201920.3929.qmail@plover.com>
3640              
3641              [ 20998]
3642              Subject: [perl #23672] Math::BigInit POD 
3643              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
3644              Date: 1 Sep 2003 08:47:39 -0000
3645              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
3646              
3647              [ 20999]
3648              Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
3649              From: Fergal Daly <fergal@esatclear.ie>
3650              Date: Tue, 2 Sep 2003 17:36:52 +0100
3651              Message-Id: <200309021736.52725.fergal@esatclear.ie>
3652              
3653              [ 21000]
3654              Retract #20930 because of
3655              Subject: maint@20974 or before broke mp2 ithreads test
3656              From: Stas Bekman <stas@stason.org>
3657              Date: Mon, 01 Sep 2003 23:31:11 -0700
3658              Message-ID: <3F54392F.7080009@stason.org>
3659              
3660              [ 21003]
3661              An untie test from perlmonks-- worked in 5.6.1,
3662              broken in 5.8.0, seems to be working again in maint,
3663              better nail it down now.
3664      Branch: maint-5.8/perl
3665           !> ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
3666           !> ext/Devel/PPPort/t/test.t lib/Math/BigInt.pm op.c
3667           !> pod/perldiag.pod pod/perlfaq6.pod t/op/tie.t
3668 ____________________________________________________________________________
3669 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
3670         Log: An untie test from perlmonks-- worked in 5.6.1,
3671              broken in 5.8.0, seems to be working again in maint,
3672              better nail it down now.
3673      Branch: perl
3674            ! t/op/tie.t
3675 ____________________________________________________________________________
3676 [ 21002] By: jhi                                   on 2003/09/02  18:23:44
3677         Log: Better wording for Rafael.
3678      Branch: maint-5.8/perl
3679            ! pod/perldelta.pod
3680 ____________________________________________________________________________
3681 [ 21001] By: jhi                                   on 2003/09/02  15:43:23
3682         Log: More future.
3683      Branch: maint-5.8/perl
3684            ! pod/perldelta.pod
3685 ____________________________________________________________________________
3686 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
3687         Log: Retract #20930 because of
3688              Subject: maint@20974 or before broke mp2 ithreads test
3689              From: Stas Bekman <stas@stason.org>
3690              Date: Mon, 01 Sep 2003 23:31:11 -0700
3691              Message-ID: <3F54392F.7080009@stason.org>
3692      Branch: perl
3693            ! op.c
3694 ____________________________________________________________________________
3695 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
3696         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
3697              From: Fergal Daly <fergal@esatclear.ie>
3698              Date: Tue, 2 Sep 2003 17:36:52 +0100
3699              Message-Id: <200309021736.52725.fergal@esatclear.ie>
3700      Branch: perl
3701            ! pod/perldiag.pod
3702 ____________________________________________________________________________
3703 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
3704         Log: Subject: [perl #23672] Math::BigInit POD 
3705              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
3706              Date: 1 Sep 2003 08:47:39 -0000
3707              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
3708      Branch: perl
3709            ! lib/Math/BigInt.pm
3710 ____________________________________________________________________________
3711 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
3712         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
3713              From: Mark Jason Dominus <mjd@plover.com>
3714              Date: Mon, 01 Sep 2003 16:19:20 -0400
3715              Message-ID: <20030901201920.3929.qmail@plover.com>
3716      Branch: perl
3717            ! pod/perlfaq6.pod
3718 ____________________________________________________________________________
3719 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
3720         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
3721              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
3722              Date: Tue, 02 Sep 2003 11:27:19 +0200
3723              Message-id: <20030902092719.GA18075@ethan>
3724      Branch: perl
3725            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
3726            ! ext/Devel/PPPort/t/test.t
3727 ____________________________________________________________________________
3728 [ 20995] By: jhi                                   on 2003/09/02  14:43:45
3729         Log: Subject: [perl #23679] perl-5.8.1-RC4 perldelta typo
3730              From: "mcharity@vendian.org (via RT)" <perlbug-followup@perl.org>
3731              Date: 1 Sep 2003 22:11:00 -0000
3732              Message-ID: <rt-23679-64048.6.59087677001438@rt.perl.org>
3733      Branch: maint-5.8/perl
3734            ! pod/perldelta.pod
3735 ____________________________________________________________________________
3736 [ 20994] By: jhi                                   on 2003/09/02  14:42:10
3737         Log: Add some pressure for Enache :-)
3738      Branch: maint-5.8/perl
3739            ! pod/perldelta.pod
3740 ____________________________________________________________________________
3741 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
3742         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
3743              From: Enache Adrian <enache@rdslink.ro>
3744              Date: Tue, 2 Sep 2003 03:45:11 +0300
3745              Message-ID: <20030902004511.GA1442@ratsnest.hole>
3746      Branch: perl
3747            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
3748            ! op.h proto.h t/TEST
3749 ____________________________________________________________________________
3750 [ 20992] By: jhi                                   on 2003/09/02  06:33:48
3751         Log: Update Changes.
3752      Branch: maint-5.8/perl
3753            ! Changes patchlevel.h
3754 ____________________________________________________________________________
3755 [ 20991] By: jhi                                   on 2003/09/02  04:39:23
3756         Log: Integrate:
3757              [ 20978]
3758              Subject: [PATCH@20959] some WinCE compilers require a little correction
3759              From: Vadim Konovalov <vkonovalov@peterstar.ru>
3760              Date: Mon, 1 Sep 2003 02:57:33 +0400
3761              Message-ID: <1091134912500.20030901025733@peterstar.ru>
3762              
3763              [ 20979]
3764              Ultrix VAX is like VMS VAX in floating point.
3765              
3766              [ 20980]
3767              Subject: glob() bug
3768              From: Gurusamy Sarathy <gsar@ActiveState.com>
3769              Date: Mon, 01 Sep 2003 02:25:41 -0700
3770              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
3771              
3772              [ 20981]
3773              Subject: [DOC PATCH] perlfaq4.pod
3774              Date: Mon, 1 Sep 2003 12:38:50 +0200
3775              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3776              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
3777              
3778              [ 20982]
3779              Configure -r in AIX bad.
3780              
3781              [ 20983]
3782              From Craig Berry, following the example of the other podxxx.PL
3783              in relying on basename($0, '.PL') to Do The Right Thing with
3784              regard to the case of the extension, which could be either
3785              .pl or .PL on VMS depending on version-specific features.  
3786              
3787              [ 20989]
3788              Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
3789              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3790              Date: Mon, 1 Sep 2003 22:28:58 +0200
3791              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
3792              
3793              [ 20990]
3794              Upgrade to Unicode::Collate 0.27.
3795      Branch: maint-5.8/perl
3796           +> lib/Unicode/Collate/t/hangul.t
3797           !> MANIFEST Porting/valgrindpp.pl README.aix
3798           !> lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3799           !> lib/Unicode/Collate/README op.c pod/perlfaq4.pod
3800           !> pod/pod2usage.PL pod/podselect.PL t/op/sprintf.t
3801           !> t/run/fresh_perl.t wince/Makefile.ce wince/wince.c
3802 ____________________________________________________________________________
3803 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
3804         Log: Upgrade to Unicode::Collate 0.27.
3805      Branch: perl
3806            + lib/Unicode/Collate/t/hangul.t
3807            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3808            ! lib/Unicode/Collate/README
3809 ____________________________________________________________________________
3810 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
3811         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
3812              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3813              Date: Mon, 1 Sep 2003 22:28:58 +0200
3814              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
3815      Branch: perl
3816            ! Porting/valgrindpp.pl
3817 ____________________________________________________________________________
3818 [ 20988] By: rgs                                   on 2003/09/01  21:40:00
3819         Log: README.dos update :
3820              Subject: Re: Perl 5.6.1 and DJGPP: some build fixes, some bug fixes
3821              From: Richard Dawe <rich@phekda.freeserve.co.uk>
3822              Date: Sat, 23 Aug 2003 23:17:19 +0100
3823              Message-ID: <3F47E7EF.834E9F31@phekda.freeserve.co.uk>
3824      Branch: maint-5.6
3825            ! perl-5.6.2/README.dos
3826 ____________________________________________________________________________
3827 [ 20987] By: rgs                                   on 2003/09/01  21:19:37
3828         Log: Add Changes5.6 in the MANIFEST
3829      Branch: maint-5.6
3830            ! perl-5.6.2/MANIFEST
3831 ____________________________________________________________________________
3832 [ 20986] By: rgs                                   on 2003/09/01  21:11:09
3833         Log: Update Changes : move the 5.6.[01] changes to Changes5.6,
3834              while the changes in this new branch //depot/maint-5.6/perl-5.6.2
3835              go in a new Changes file. Upgrade patchlevel.h.
3836      Branch: maint-5.6
3837           +> perl-5.6.2/Changes5.6
3838            ! perl-5.6.2/Changes perl-5.6.2/patchlevel.h
3839 ____________________________________________________________________________
3840 [ 20985] By: rgs                                   on 2003/09/01  20:38:12
3841         Log: Tabify and sort MANIFEST
3842      Branch: maint-5.6
3843            ! perl-5.6.2/MANIFEST
3844 ____________________________________________________________________________
3845 [ 20984] By: rgs                                   on 2003/09/01  20:10:41
3846         Log: Integrate ExtUtils::MakeMaker 6.16.
3847              Update the various makefiles utilities so the Makefile.PLs are
3848              invoked with PERL_CORE=1.
3849      Branch: maint-5.6
3850            + perl-5.6.2/lib/ExtUtils/Changes
3851            + perl-5.6.2/lib/ExtUtils/Command/MM.pm
3852            + perl-5.6.2/lib/ExtUtils/Liblist/Kid.pm
3853            + perl-5.6.2/lib/ExtUtils/MANIFEST.SKIP
3854            + perl-5.6.2/lib/ExtUtils/META.yml perl-5.6.2/lib/ExtUtils/MM.pm
3855            + perl-5.6.2/lib/ExtUtils/MM_Any.pm
3856            + perl-5.6.2/lib/ExtUtils/MM_BeOS.pm
3857            + perl-5.6.2/lib/ExtUtils/MM_DOS.pm
3858            + perl-5.6.2/lib/ExtUtils/MM_MacOS.pm
3859            + perl-5.6.2/lib/ExtUtils/MM_NW5.pm
3860            + perl-5.6.2/lib/ExtUtils/MM_UWIN.pm
3861            + perl-5.6.2/lib/ExtUtils/MM_Win95.pm
3862            + perl-5.6.2/lib/ExtUtils/MY.pm
3863            + perl-5.6.2/lib/ExtUtils/MakeMaker/FAQ.pod
3864            + perl-5.6.2/lib/ExtUtils/MakeMaker/Tutorial.pod
3865            + perl-5.6.2/lib/ExtUtils/MakeMaker/bytes.pm
3866            + perl-5.6.2/lib/ExtUtils/MakeMaker/vmsish.pm
3867            + perl-5.6.2/lib/ExtUtils/NOTES perl-5.6.2/lib/ExtUtils/PATCHING
3868            + perl-5.6.2/lib/ExtUtils/README perl-5.6.2/lib/ExtUtils/TODO
3869            + perl-5.6.2/lib/ExtUtils/instmodsh
3870            + perl-5.6.2/lib/ExtUtils/t/00compile.t
3871            + perl-5.6.2/lib/ExtUtils/t/00setup_dummy.t
3872            + perl-5.6.2/lib/ExtUtils/t/Command.t
3873            + perl-5.6.2/lib/ExtUtils/t/INST.t
3874            + perl-5.6.2/lib/ExtUtils/t/INST_PREFIX.t
3875            + perl-5.6.2/lib/ExtUtils/t/Install.t
3876            + perl-5.6.2/lib/ExtUtils/t/Installed.t
3877            + perl-5.6.2/lib/ExtUtils/t/Liblist.t
3878            + perl-5.6.2/lib/ExtUtils/t/MM_Any.t
3879            + perl-5.6.2/lib/ExtUtils/t/MM_BeOS.t
3880            + perl-5.6.2/lib/ExtUtils/t/MM_Cygwin.t
3881            + perl-5.6.2/lib/ExtUtils/t/MM_NW5.t
3882            + perl-5.6.2/lib/ExtUtils/t/MM_OS2.t
3883            + perl-5.6.2/lib/ExtUtils/t/MM_Unix.t
3884            + perl-5.6.2/lib/ExtUtils/t/MM_VMS.t
3885            + perl-5.6.2/lib/ExtUtils/t/MM_Win32.t
3886            + perl-5.6.2/lib/ExtUtils/t/Manifest.t
3887            + perl-5.6.2/lib/ExtUtils/t/Mkbootstrap.t
3888            + perl-5.6.2/lib/ExtUtils/t/Packlist.t
3889            + perl-5.6.2/lib/ExtUtils/t/VERSION_FROM.t
3890            + perl-5.6.2/lib/ExtUtils/t/backwards.t
3891            + perl-5.6.2/lib/ExtUtils/t/basic.t
3892            + perl-5.6.2/lib/ExtUtils/t/bytes.t
3893            + perl-5.6.2/lib/ExtUtils/t/hints.t
3894            + perl-5.6.2/lib/ExtUtils/t/oneliner.t
3895            + perl-5.6.2/lib/ExtUtils/t/postamble.t
3896            + perl-5.6.2/lib/ExtUtils/t/prefixify.t
3897            + perl-5.6.2/lib/ExtUtils/t/prereq_print.t
3898            + perl-5.6.2/lib/ExtUtils/t/problems.t
3899            + perl-5.6.2/lib/ExtUtils/t/prompt.t
3900            + perl-5.6.2/lib/ExtUtils/t/recurs.t
3901            + perl-5.6.2/lib/ExtUtils/t/split_command.t
3902            + perl-5.6.2/lib/ExtUtils/t/testlib.t
3903            + perl-5.6.2/lib/ExtUtils/t/vmsish.t
3904            + perl-5.6.2/lib/ExtUtils/t/writemakefile_args.t
3905            + perl-5.6.2/lib/ExtUtils/t/zz_cleanup_dummy.t
3906            + perl-5.6.2/t/lib/MakeMaker/Test/Setup/Recurs.pm
3907            + perl-5.6.2/t/lib/MakeMaker/Test/Utils.pm
3908            + perl-5.6.2/t/lib/TieIn.pm
3909            - perl-5.6.2/lib/ExtUtils/inst
3910            ! perl-5.6.2/MANIFEST perl-5.6.2/configure.com
3911            ! perl-5.6.2/ext/util/make_ext
3912            ! perl-5.6.2/lib/ExtUtils/Command.pm
3913            ! perl-5.6.2/lib/ExtUtils/Embed.pm
3914            ! perl-5.6.2/lib/ExtUtils/Install.pm
3915            ! perl-5.6.2/lib/ExtUtils/Installed.pm
3916            ! perl-5.6.2/lib/ExtUtils/Liblist.pm
3917            ! perl-5.6.2/lib/ExtUtils/MM_Cygwin.pm
3918            ! perl-5.6.2/lib/ExtUtils/MM_OS2.pm
3919            ! perl-5.6.2/lib/ExtUtils/MM_Unix.pm
3920            ! perl-5.6.2/lib/ExtUtils/MM_VMS.pm
3921            ! perl-5.6.2/lib/ExtUtils/MM_Win32.pm
3922            ! perl-5.6.2/lib/ExtUtils/MakeMaker.pm
3923            ! perl-5.6.2/lib/ExtUtils/Manifest.pm
3924            ! perl-5.6.2/lib/ExtUtils/Mkbootstrap.pm
3925            ! perl-5.6.2/lib/ExtUtils/Mksymlists.pm
3926            ! perl-5.6.2/lib/ExtUtils/Packlist.pm
3927            ! perl-5.6.2/lib/ExtUtils/testlib.pm perl-5.6.2/os2/Makefile.SHs
3928            ! perl-5.6.2/win32/Makefile perl-5.6.2/win32/makefile.mk
3929 ____________________________________________________________________________
3930 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
3931         Log: From Craig Berry, following the example of the other podxxx.PL
3932              in relying on basename($0, '.PL') to Do The Right Thing with
3933              regard to the case of the extension, which could be either
3934              .pl or .PL on VMS depending on version-specific features.  
3935      Branch: perl
3936            ! pod/pod2usage.PL pod/podselect.PL
3937 ____________________________________________________________________________
3938 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
3939         Log: Configure -r in AIX bad.
3940      Branch: perl
3941            ! README.aix
3942 ____________________________________________________________________________
3943 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
3944         Log: Subject: [DOC PATCH] perlfaq4.pod
3945              Date: Mon, 1 Sep 2003 12:38:50 +0200
3946              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3947              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
3948      Branch: perl
3949            ! pod/perlfaq4.pod
3950 ____________________________________________________________________________
3951 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
3952         Log: Subject: glob() bug
3953              From: Gurusamy Sarathy <gsar@ActiveState.com>
3954              Date: Mon, 01 Sep 2003 02:25:41 -0700
3955              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
3956      Branch: perl
3957            ! op.c t/run/fresh_perl.t
3958 ____________________________________________________________________________
3959 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
3960         Log: Ultrix VAX is like VMS VAX in floating point.
3961      Branch: perl
3962            ! t/op/sprintf.t
3963 ____________________________________________________________________________
3964 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
3965         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
3966              From: Vadim Konovalov <vkonovalov@peterstar.ru>
3967              Date: Mon, 1 Sep 2003 02:57:33 +0400
3968              Message-ID: <1091134912500.20030901025733@peterstar.ru>
3969      Branch: perl
3970            ! wince/Makefile.ce wince/wince.c
3971 ____________________________________________________________________________
3972 [ 20977] By: rgs                                   on 2003/08/31  20:54:16
3973         Log: Integrate change 11744 from bleadperl :
3974              Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
3975              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3976              Date:  Fri, 24 Aug 2001 22:10:42 +0200
3977              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
3978              
3979              and apply the last round of warnings hunting on Win32:
3980              Subject: [PATCH 5.6.2] MSWin32 test & compilation warning fixes
3981              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
3982              Date: Sun, 31 Aug 2003 13:54:58 +0200
3983              Message-ID: <005801c36fb6$c26b5190$9b00a8c0@R2D2>
3984      Branch: maint-5.6
3985            ! perl-5.6.2/ext/POSIX/POSIX.xs perl-5.6.2/x2p/a2py.c
3986           !> perl-5.6.2/x2p/walk.c
3987 ____________________________________________________________________________
3988 [ 20976] By: rgs                                   on 2003/08/31  20:47:11
3989         Log: Integrate from bleadperl :
3990              
3991              10526: Cleanup the a2p.c for -Wall.
3992              
3993              10537: One less -Wall whine (found under DEBUGGING).
3994      Branch: maint-5.6
3995           !> perl-5.6.2/x2p/Makefile.SH perl-5.6.2/x2p/a2p.c
3996 ____________________________________________________________________________
3997 [ 20975] By: rgs                                   on 2003/08/31  20:35:00
3998         Log: Integrate change 10684 from bleadperl (as suggested by Marcus
3999              Holland-Moritz) :
4000              Guard the SysV IPC tests against being invoked in
4001              SysV-IPC-less places.
4002      Branch: maint-5.6
4003           !> perl-5.6.2/ext/IPC/SysV/t/msg.t
4004           !> perl-5.6.2/ext/IPC/SysV/t/sem.t
4005 ____________________________________________________________________________
4006 [ 20974] By: jhi                                   on 2003/08/31  15:40:42
4007         Log: Integrate:
4008              [ 20970]
4009              List the switches tested in switches.t.
4010              
4011              [ 20971]
4012              Add test for -v.
4013              
4014              [ 20972]
4015              Add tests for -h and (unknown) -z.
4016              
4017              [ 20973]
4018              Add test for -i.
4019      Branch: maint-5.8/perl
4020           !> MANIFEST installperl t/run/switches.t
4021 ____________________________________________________________________________
4022 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
4023         Log: Add test for -i.
4024      Branch: perl
4025            ! MANIFEST t/run/switches.t
4026 ____________________________________________________________________________
4027 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
4028         Log: Add tests for -h and (unknown) -z.
4029      Branch: perl
4030            ! MANIFEST t/run/switches.t
4031 ____________________________________________________________________________
4032 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
4033         Log: Add test for -v.
4034      Branch: perl
4035            ! MANIFEST t/run/switches.t
4036 ____________________________________________________________________________
4037 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
4038         Log: List the switches tested in switches.t.
4039      Branch: perl
4040            ! t/run/switches.t
4041 ____________________________________________________________________________
4042 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
4043         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
4044              From: PPrymmer@factset.com
4045              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
4046              Date: Sun, 31 Aug 2003 10:11:54 -0400
4047      Branch: perl
4048            ! installperl
4049 ____________________________________________________________________________
4050 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
4051         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
4052              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4053              Date: Sun, 31 Aug 2003 15:21:17 +0200
4054              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
4055      Branch: perl
4056            ! sv.c
4057 ____________________________________________________________________________
4058 [ 20967] By: jhi                                   on 2003/08/31  09:13:01
4059         Log: Restore also fields.pm to @20959 state.
4060      Branch: maint-5.8/perl
4061            ! lib/fields.pm
4062 ____________________________________________________________________________
4063 [ 20966] By: jhi                                   on 2003/08/31  08:58:09
4064         Log: Integrate:
4065              [ 20965]
4066              Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
4067              both in blead and maint, lots of "Attempt to free non-existent
4068              shared string" and "Unbalanced string table refcount" errors.
4069              Retract #20960 (and #20963).
4070      Branch: maint-5.8/perl
4071            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
4072            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
4073           !> MANIFEST lib/base.pm lib/fields.pm
4074 ____________________________________________________________________________
4075 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
4076         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
4077              both in blead and maint, lots of "Attempt to free non-existent
4078              shared string" and "Unbalanced string table refcount" errors.
4079              Retract #20960 (and #20963).
4080      Branch: perl
4081            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
4082            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
4083            ! MANIFEST lib/base.pm lib/fields.pm
4084 ____________________________________________________________________________
4085 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
4086         Log: Integrate from maint:
4087              [ 20963]
4088              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
4089      Branch: perl
4090           !> lib/base/t/fp560.t
4091 ____________________________________________________________________________
4092 [ 20963] By: jhi                                   on 2003/08/31  08:16:04
4093         Log: Muffle the 'Pseudo-hashes are deprecated' warning for maint.
4094      Branch: maint-5.8/perl
4095            ! lib/base/t/fp560.t
4096 ____________________________________________________________________________
4097 [ 20962] By: jhi                                   on 2003/08/31  08:12:31
4098         Log: Integrate:
4099              [ 20960]
4100              Upgrade to base.pm 2.0.
4101              
4102              (Rename the tests around a bit to be more 8.3-friendly.)
4103              
4104              [ 20961]
4105              De-cargo-cult.
4106      Branch: maint-5.8/perl
4107           +> lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
4108           +> lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
4109           !> MANIFEST ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
4110           !> lib/base.pm lib/fields.pm
4111 ____________________________________________________________________________
4112 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
4113         Log: De-cargo-cult.
4114      Branch: perl
4115            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
4116 ____________________________________________________________________________
4117 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
4118         Log: Upgrade to base.pm 2.0.
4119              
4120              (Rename the tests around a bit to be more 8.3-friendly.)
4121      Branch: perl
4122            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
4123            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
4124            ! MANIFEST lib/base.pm lib/fields.pm
4125 ____________________________________________________________________________
4126 [ 20959] By: jhi                                   on 2003/08/30  19:57:03
4127         Log: Update Changes.
4128      Branch: maint-5.8/perl
4129            ! Changes patchlevel.h
4130 ____________________________________________________________________________
4131 [ 20958] By: jhi                                   on 2003/08/30  18:55:20
4132         Log: Integrate:
4133              [ 20956]
4134              This is probably a wrong fix for
4135              [perl #23645] tell with perlio on appended files
4136              but maybe this gets NI-S agitated enough to present the correct fix :-)
4137              
4138              [ 20957]
4139              Fewer naked char constants.
4140      Branch: maint-5.8/perl
4141           !> doio.c perlio.c sv.h t/io/tell.t
4142 ____________________________________________________________________________
4143 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
4144         Log: Fewer naked char constants.
4145      Branch: perl
4146            ! doio.c perlio.c sv.h
4147 ____________________________________________________________________________
4148 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
4149         Log: This is probably a wrong fix for
4150              [perl #23645] tell with perlio on appended files
4151              but maybe this gets NI-S agitated enough to present the correct fix :-)
4152      Branch: perl
4153            ! perlio.c t/io/tell.t
4154 ____________________________________________________________________________
4155 [ 20955] By: jhi                                   on 2003/08/30  17:17:57
4156         Log: Integrate:
4157              [ 20952]
4158              Tweak XSLoader.t.
4159              XSLoader is supposed to work even for extensions that
4160              are statically linked. So only check that the extension we
4161              test for is actually available. (This test is not supposed
4162              to be run by miniperl.)
4163              
4164              [ 20953]
4165              In maint unpack is ($$), not ($;$).
4166              
4167              [ 20954]
4168              A new try at
4169              
4170              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
4171              From: "Gerrit P. Haase" <gp@familiehaase.de>
4172              Date: Thu, 28 Aug 2003 08:18:51 +0200
4173              Message-ID: <4157199551.20030828081851@familiehaase.de>
4174              
4175              (this time Cygwin only)
4176      Branch: maint-5.8/perl
4177           !> ext/DynaLoader/t/XSLoader.t perlio.c
4178 ____________________________________________________________________________
4179 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
4180         Log: A new try at
4181              
4182              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
4183              From: "Gerrit P. Haase" <gp@familiehaase.de>
4184              Date: Thu, 28 Aug 2003 08:18:51 +0200
4185              Message-ID: <4157199551.20030828081851@familiehaase.de>
4186              
4187              (this time Cygwin only)
4188      Branch: perl
4189            ! perlio.c
4190 ____________________________________________________________________________
4191 [ 20953] By: jhi                                   on 2003/08/30  17:02:07
4192         Log: In maint unpack is ($$), not ($;$).
4193      Branch: maint-5.8/perl
4194            ! t/op/cproto.t
4195 ____________________________________________________________________________
4196 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
4197         Log: Tweak XSLoader.t.
4198              XSLoader is supposed to work even for extensions that
4199              are statically linked. So only check that the extension we
4200              test for is actually available. (This test is not supposed
4201              to be run by miniperl.)
4202      Branch: perl
4203            ! ext/DynaLoader/t/XSLoader.t
4204 ____________________________________________________________________________
4205 [ 20951] By: jhi                                   on 2003/08/30  06:51:09
4206         Log: Integrate:
4207              [ 20950]
4208              Something went wrong in change #20929;
4209              linux 2.4.18-bf2.4 didn't like it:
4210              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
4211              and similar failure pattern also seen in Solaris 8.
4212      Branch: maint-5.8/perl
4213           !> perlio.c
4214 ____________________________________________________________________________
4215 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
4216         Log: Something went wrong in change #20929;
4217              linux 2.4.18-bf2.4 didn't like it:
4218              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
4219              and similar failure pattern also seen in Solaris 8.
4220      Branch: perl
4221            ! perlio.c
4222 ____________________________________________________________________________
4223 [ 20949] By: jhi                                   on 2003/08/30  06:09:31
4224         Log: Integrate:
4225              [ 20948]
4226              Setup @INC.
4227      Branch: maint-5.8/perl
4228           !> t/op/cproto.t
4229 ____________________________________________________________________________
4230 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
4231         Log: Setup @INC.
4232      Branch: perl
4233            ! t/op/cproto.t
4234 ____________________________________________________________________________
4235 [ 20947] By: jhi                                   on 2003/08/30  06:07:56
4236         Log: Integrate:
4237              [ 20940]
4238              Add a new test, to ensure that we don't unexpectedly change
4239              prototypes of builtins.
4240              
4241              [ 20941]
4242              Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
4243              From: Stas Bekman <stas@stason.org>
4244              Date: Fri, 29 Aug 2003 17:11:41 -0700
4245              Message-ID: <3F4FEBBD.8000901@stason.org>
4246              
4247              [ 20942]
4248              Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
4249              From: PPrymmer@factset.com
4250              Date: Sat, 30 Aug 2003 00:57:28 -0400
4251              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
4252              
4253              [ 20943]
4254              Missed from #20942.
4255              
4256              [ 20944]
4257              Subject: [PATCH] XSLoader nits and tests
4258              From: Michael G Schwern <schwern@pobox.com>
4259              Date: Fri, 29 Aug 2003 22:55:07 -0700
4260              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
4261              
4262              [ 20945]
4263              Make XSLoader.t more robust (and sdbm.t more verbose)
4264              
4265              [ 20946]
4266              Tabify and re-sort MANIFEST.
4267      Branch: maint-5.8/perl
4268           +> ext/DynaLoader/t/XSLoader.t t/op/cproto.t
4269           !> MANIFEST ext/DynaLoader/XSLoader_pm.PL ext/SDBM_File/t/sdbm.t
4270           !> lib/File/Spec.pm lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
4271           !> pod/perlapi.pod sv.h
4272 ____________________________________________________________________________
4273 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
4274         Log: Tabify and re-sort MANIFEST.
4275      Branch: perl
4276            ! MANIFEST
4277 ____________________________________________________________________________
4278 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
4279         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
4280      Branch: perl
4281            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
4282 ____________________________________________________________________________
4283 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
4284         Log: Subject: [PATCH] XSLoader nits and tests
4285              From: Michael G Schwern <schwern@pobox.com>
4286              Date: Fri, 29 Aug 2003 22:55:07 -0700
4287              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
4288      Branch: perl
4289            + ext/DynaLoader/t/XSLoader.t
4290            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
4291 ____________________________________________________________________________
4292 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
4293         Log: Missed from #20942.
4294      Branch: perl
4295            ! lib/File/Spec/VMS.pm
4296 ____________________________________________________________________________
4297 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
4298         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
4299              From: PPrymmer@factset.com
4300              Date: Sat, 30 Aug 2003 00:57:28 -0400
4301              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
4302      Branch: perl
4303            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
4304 ____________________________________________________________________________
4305 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
4306         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
4307              From: Stas Bekman <stas@stason.org>
4308              Date: Fri, 29 Aug 2003 17:11:41 -0700
4309              Message-ID: <3F4FEBBD.8000901@stason.org>
4310      Branch: perl
4311            ! pod/perlapi.pod sv.h
4312 ____________________________________________________________________________
4313 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
4314         Log: Add a new test, to ensure that we don't unexpectedly change
4315              prototypes of builtins.
4316      Branch: perl
4317            + t/op/cproto.t
4318            ! MANIFEST
4319 ____________________________________________________________________________
4320 [ 20939] By: jhi                                   on 2003/08/29  20:28:49
4321         Log: Integrate:
4322              [ 20935]
4323              Tiny doc tweak from Shannon -jj Behrens.
4324              
4325              [ 20936]
4326              Some perluniintro tweaks.
4327              
4328              [ 20937]
4329              Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
4330              From: Nicholas Clark <nick@ccl4.org>
4331              Date: Wed, 27 Aug 2003 22:59:55 +0100
4332              Message-ID: <20030827225955.E558@plum.flirble.org>
4333      Branch: maint-5.8/perl
4334           !> pod/perluniintro.pod pp.c
4335 ____________________________________________________________________________
4336 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
4337         Log: Don't cast PL_multiline to bool : you may loose important bits.
4338      Branch: perl
4339            ! pp.c pp_hot.c
4340 ____________________________________________________________________________
4341 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
4342         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
4343              From: Nicholas Clark <nick@ccl4.org>
4344              Date: Wed, 27 Aug 2003 22:59:55 +0100
4345              Message-ID: <20030827225955.E558@plum.flirble.org>
4346      Branch: perl
4347            ! pp.c
4348 ____________________________________________________________________________
4349 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
4350         Log: Some perluniintro tweaks.
4351      Branch: perl
4352            ! pod/perluniintro.pod
4353 ____________________________________________________________________________
4354 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
4355         Log: Tiny doc tweak from Shannon -jj Behrens.
4356      Branch: perl
4357            ! pod/perluniintro.pod
4358 ____________________________________________________________________________
4359 [ 20934] By: jhi                                   on 2003/08/29  15:12:24
4360         Log: Integrate:
4361              [ 20927]
4362              MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
4363              
4364              [ 20928]
4365              Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
4366              From: marek.rouchal@infineon.com
4367              Date: Wed, 27 Aug 2003 17:25:28 +0200
4368              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
4369              
4370              PodParser-1.25 prerelease.
4371              
4372              [ 20929]
4373              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
4374              From: "Gerrit P. Haase" <gp@familiehaase.de>
4375              Date: Thu, 28 Aug 2003 08:18:51 +0200
4376              Message-ID: <4157199551.20030828081851@familiehaase.de>
4377              
4378              (changed so that the 'b' is always appended)
4379              
4380              [ 20930]
4381              Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
4382              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4383              Date: Thu, 28 Aug 2003 21:47:22 +0200
4384              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
4385              
4386              [ 20931]
4387              Some Ultrix test dodgings.
4388              
4389              [ 20932]
4390              Better skip() explicit number of tests, test counts getting
4391              out of sync less likely that way.
4392              
4393              (in the change #20989 podchecker.PL changes were ignored since
4394              the maint change #18402 is missing from the blead)
4395      Branch: maint-5.8/perl
4396           !> ext/DynaLoader/dl_mpeix.xs lib/Pod/Checker.pm lib/Pod/Find.pm
4397           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm mpeix/mpeix.c op.c
4398           !> perlio.c pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4399           !> t/base/num.t t/op/arith.t t/op/pack.t t/pod/find.t
4400           !> t/pod/poderrs.xr
4401 ____________________________________________________________________________
4402 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
4403         Log: Comparing an int to a U32 makes VC6 nervous.
4404      Branch: perl
4405            ! pp.c pp_hot.c
4406 ____________________________________________________________________________
4407 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
4408         Log: Better skip() explicit number of tests, test counts getting
4409              out of sync less likely that way.
4410      Branch: perl
4411            ! t/op/pack.t
4412 ____________________________________________________________________________
4413 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
4414         Log: Some Ultrix test dodgings.
4415      Branch: perl
4416            ! t/base/num.t t/op/arith.t t/op/pack.t
4417 ____________________________________________________________________________
4418 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
4419         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
4420              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4421              Date: Thu, 28 Aug 2003 21:47:22 +0200
4422              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
4423      Branch: perl
4424            ! op.c
4425 ____________________________________________________________________________
4426 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
4427         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
4428              From: "Gerrit P. Haase" <gp@familiehaase.de>
4429              Date: Thu, 28 Aug 2003 08:18:51 +0200
4430              Message-ID: <4157199551.20030828081851@familiehaase.de>
4431              
4432              (changed so that the 'b' is always appended)
4433      Branch: perl
4434            ! perlio.c
4435 ____________________________________________________________________________
4436 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
4437         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
4438              From: marek.rouchal@infineon.com
4439              Date: Wed, 27 Aug 2003 17:25:28 +0200
4440              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
4441              
4442              PodParser-1.25 prerelease.
4443      Branch: perl
4444            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
4445            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
4446            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
4447 ____________________________________________________________________________
4448 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
4449         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
4450      Branch: perl
4451            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
4452 ____________________________________________________________________________
4453 [ 20926] By: jhi                                   on 2003/08/28  16:45:10
4454         Log: Integrate:
4455              [ 20920]
4456              Add the valgrindpp.pl script from Marcus Holland-Moritz.
4457              
4458              [ 20921]
4459              Configure is doing fine in Ultrix, operator error.
4460              
4461              [ 20922]
4462              Add caveats and tests for Symbol::delete_package().
4463              
4464              [ 20923]
4465              Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
4466              From: Michael G Schwern <schwern@pobox.com>
4467              Date: Wed, 27 Aug 2003 15:05:20 -0700
4468              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
4469              
4470              [ 20924]
4471              Subject: [PATCH] Quieten more warnings in Deparse.pm
4472              From: Paul Johnson <paul@pjcj.net>
4473              Date: Thu, 28 Aug 2003 00:13:59 +0200
4474              Message-ID: <20030827221359.GE28396@pjcj.net>
4475              
4476              [ 20925]
4477              Subject: [PATCH] valgrindpp.pl
4478              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4479              Date: Thu, 28 Aug 2003 09:43:49 +0200
4480              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
4481      Branch: maint-5.8/perl
4482           +> Porting/valgrindpp.pl
4483           !> MANIFEST ext/B/B/Deparse.pm hints/ultrix_4.sh
4484           !> lib/ExtUtils/MakeMaker/Tutorial.pod lib/Symbol.pm lib/Symbol.t
4485 ____________________________________________________________________________
4486 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
4487         Log: Subject: [PATCH] valgrindpp.pl
4488              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4489              Date: Thu, 28 Aug 2003 09:43:49 +0200
4490              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
4491      Branch: perl
4492            ! Porting/valgrindpp.pl
4493 ____________________________________________________________________________
4494 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
4495         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
4496              From: Paul Johnson <paul@pjcj.net>
4497              Date: Thu, 28 Aug 2003 00:13:59 +0200
4498              Message-ID: <20030827221359.GE28396@pjcj.net>
4499      Branch: perl
4500            ! ext/B/B/Deparse.pm
4501 ____________________________________________________________________________
4502 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
4503         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
4504              From: Michael G Schwern <schwern@pobox.com>
4505              Date: Wed, 27 Aug 2003 15:05:20 -0700
4506              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
4507      Branch: perl
4508            ! lib/ExtUtils/MakeMaker/Tutorial.pod
4509 ____________________________________________________________________________
4510 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
4511         Log: Add caveats and tests for Symbol::delete_package().
4512      Branch: perl
4513            ! lib/Symbol.pm lib/Symbol.t
4514 ____________________________________________________________________________
4515 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
4516         Log: Configure is doing fine in Ultrix, operator error.
4517      Branch: perl
4518            ! hints/ultrix_4.sh
4519 ____________________________________________________________________________
4520 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
4521         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
4522      Branch: perl
4523            + Porting/valgrindpp.pl
4524            ! MANIFEST
4525 ____________________________________________________________________________
4526 [ 20919] By: jhi                                   on 2003/08/27  13:46:42
4527         Log: Integrate:
4528              [ 20913]
4529              Integrate two DJGPP portability patches from the 5.6.2 branch :
4530              
4531              [20859]
4532              Two portability patches for DJGPP from Richard Dawe
4533              <rich@phekda.freeserve.co.uk>.
4534              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
4535              
4536              [20911]
4537              Don't uppercase automatically all environment variables on DJGPP.
4538              (reported by Richard Dawe, this breaks portability of Unix
4539              scripts.) Don't change the behaviour on plain MS/DOS.
4540      Branch: maint-5.8/perl
4541           !> djgpp/djgppsed.sh dosish.h perl.c
4542 ____________________________________________________________________________
4543 [ 20918] By: jhi                                   on 2003/08/27  13:15:45
4544         Log: Integrate:
4545              [ 20907]
4546              Maintainer catch from Rafael.
4547              
4548              [ 20908]
4549              Subject: [PATCH] minor File::Spec testing cleanup
4550              From: Ken Williams <ken@mathforum.org>
4551              Date: Thu, 21 Aug 2003 22:47:51 -0500
4552              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
4553              
4554              [ 20910]
4555              Change the internal prototype of the pop() and shift() builtins
4556              to (;\@), to reflect that their array argument is optional.
4557              
4558              [ 20912]
4559              perlapi.pod tweaks, based on :
4560              Subject: misdocumented return value for sv_setref*
4561              From: Joe Schaefer <joe+perl@sunstarsys.com>
4562              Date: 12 Aug 2003 13:21:42 -0400
4563              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
4564              
4565              [ 20916]
4566              Ultrix tweaks: <string.h> must not be included twice
4567              (otherwise one gets prototype conflicts between the <string.h>
4568              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
4569              define in <string.h>...); and Configure misprobes some features.
4570              
4571              [ 20917]
4572              Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
4573              From: "John P. Linderman" <jpl@research.att.com>
4574              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
4575              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
4576              
4577              Subject: typo in pod/perlnewmod.pod [PATCH]
4578              From: "John P. Linderman" <jpl@research.att.com>
4579              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
4580              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
4581              
4582              Subject: [PATCH] document the location of byacc
4583              From: Dave Mitchell <davem@fdgroup.com>
4584              Date: Wed, 27 Aug 2003 14:26:50 +0100
4585              Message-ID: <20030827132650.GA23144@fdgroup.com>
4586      Branch: maint-5.8/perl
4587           !> Porting/Maintainers.pl Porting/pumpkin.pod ext/POSIX/POSIX.xs
4588           !> ext/SDBM_File/sdbm/sdbm.c ext/SDBM_File/sdbm/sdbm.h
4589           !> ext/Socket/Socket.xs hints/ultrix_4.sh
4590           !> lib/ExtUtils/MakeMaker/Tutorial.pod
4591           !> lib/File/Spec/t/rel2abs2rel.t opcode.h opcode.pl perl.h
4592           !> pod/perlapi.pod pod/perlnewmod.pod sv.c
4593 ____________________________________________________________________________
4594 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
4595         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
4596              From: "John P. Linderman" <jpl@research.att.com>
4597              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
4598              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
4599              
4600              Subject: typo in pod/perlnewmod.pod [PATCH]
4601              From: "John P. Linderman" <jpl@research.att.com>
4602              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
4603              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
4604              
4605              Subject: [PATCH] document the location of byacc
4606              From: Dave Mitchell <davem@fdgroup.com>
4607              Date: Wed, 27 Aug 2003 14:26:50 +0100
4608              Message-ID: <20030827132650.GA23144@fdgroup.com>
4609      Branch: perl
4610            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
4611            ! pod/perlnewmod.pod
4612 ____________________________________________________________________________
4613 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
4614         Log: Ultrix tweaks: <string.h> must not be included twice
4615              (otherwise one gets prototype conflicts between the <string.h>
4616              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
4617              define in <string.h>...); and Configure misprobes some features.
4618      Branch: perl
4619            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
4620            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
4621            ! hints/ultrix_4.sh
4622 ____________________________________________________________________________
4623 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
4624         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
4625              but instead it is 0xFFFF.  So retract #20914.
4626      Branch: perl
4627            ! perl.h
4628 ____________________________________________________________________________
4629 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
4630         Log: Sanity check for BYTEORDER.
4631      Branch: perl
4632            ! perl.h
4633 ____________________________________________________________________________
4634 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
4635         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
4636              
4637              [20859]
4638              Two portability patches for DJGPP from Richard Dawe
4639              <rich@phekda.freeserve.co.uk>.
4640              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
4641              
4642              [20911]
4643              Don't uppercase automatically all environment variables on DJGPP.
4644              (reported by Richard Dawe, this breaks portability of Unix
4645              scripts.) Don't change the behaviour on plain MS/DOS.
4646      Branch: perl
4647            ! perl.c
4648           !> djgpp/djgppsed.sh dosish.h
4649 ____________________________________________________________________________
4650 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
4651         Log: perlapi.pod tweaks, based on :
4652              Subject: misdocumented return value for sv_setref*
4653              From: Joe Schaefer <joe+perl@sunstarsys.com>
4654              Date: 12 Aug 2003 13:21:42 -0400
4655              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
4656      Branch: perl
4657            ! pod/perlapi.pod sv.c
4658 ____________________________________________________________________________
4659 [ 20911] By: rgs                                   on 2003/08/26  20:01:16
4660         Log: Don't uppercase automatically all environment variables on DJGPP.
4661              (reported by Richard Dawe, this breaks portability of Unix
4662              scripts.) Don't change the behaviour on plain MS/DOS.
4663      Branch: maint-5.6
4664            ! perl-5.6.2/perl.c
4665 ____________________________________________________________________________
4666 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
4667         Log: Change the internal prototype of the pop() and shift() builtins
4668              to (;\@), to reflect that their array argument is optional.
4669      Branch: perl
4670            ! opcode.h opcode.pl
4671 ____________________________________________________________________________
4672 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
4673         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
4674              From: Dave Mitchell <davem@fdgroup.com>
4675              Date: Sun, 24 Aug 2003 15:52:00 +0100
4676              Message-ID: <20030824145159.GA12210@fdgroup.com>
4677      Branch: perl
4678            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
4679 ____________________________________________________________________________
4680 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
4681         Log: Subject: [PATCH] minor File::Spec testing cleanup
4682              From: Ken Williams <ken@mathforum.org>
4683              Date: Thu, 21 Aug 2003 22:47:51 -0500
4684              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
4685      Branch: perl
4686            ! lib/File/Spec/t/rel2abs2rel.t
4687 ____________________________________________________________________________
4688 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
4689         Log: Maintainer catch from Rafael.
4690      Branch: perl
4691            ! Porting/Maintainers.pl
4692 ____________________________________________________________________________
4693 [ 20906] By: jhi                                   on 2003/08/26  09:38:57
4694         Log: Integrate:
4695              [ 20899]
4696              [perl #23577] fix syscall() prototype description in
4697              perlfunc.pod, as suggested by Lukas Mai.
4698              
4699              [ 20900]
4700              More memory lane.
4701              
4702              [ 20901]
4703              Subject: Re: [PATCH] valgrind and /#/x
4704              From: Enache Adrian <enache@rdslink.ro>
4705              Date: Tue, 26 Aug 2003 08:11:07 +0300
4706              Message-ID: <20030826051107.GA1086@ratsnest.hole>
4707              
4708              [ 20902]
4709              CGI::Carp from CGI.pm 3.00 was missing.
4710              
4711              [ 20903]
4712              PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
4713              (This information looks interesting enough to be mentioned
4714              elsewhere, too.)
4715              
4716              [ 20904]
4717              No dynaloading at all in Ultrix.
4718              
4719              [ 20905]
4720              Take a cutdown version of the change #20903 also to perlebcdic.
4721      Branch: maint-5.8/perl
4722           !> README.bs2000 hints/ultrix_4.sh lib/CGI/Carp.pm
4723           !> pod/perlebcdic.pod pod/perlfunc.pod regcomp.c t/op/re_tests
4724           !> t/run/fresh_perl.t toke.c
4725 ____________________________________________________________________________
4726 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
4727         Log: Take a cutdown version of the change #20903 also to perlebcdic.
4728      Branch: perl
4729            ! pod/perlebcdic.pod
4730 ____________________________________________________________________________
4731 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
4732         Log: No dynaloading at all in Ultrix.
4733      Branch: perl
4734            ! hints/ultrix_4.sh
4735 ____________________________________________________________________________
4736 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
4737         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
4738              (This information looks interesting enough to be mentioned
4739              elsewhere, too.)
4740      Branch: perl
4741            ! README.bs2000
4742 ____________________________________________________________________________
4743 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
4744         Log: CGI::Carp from CGI.pm 3.00 was missing.
4745      Branch: perl
4746            ! lib/CGI/Carp.pm
4747 ____________________________________________________________________________
4748 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
4749         Log: Subject: Re: [PATCH] valgrind and /#/x
4750              From: Enache Adrian <enache@rdslink.ro>
4751              Date: Tue, 26 Aug 2003 08:11:07 +0300
4752              Message-ID: <20030826051107.GA1086@ratsnest.hole>
4753      Branch: perl
4754            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
4755 ____________________________________________________________________________
4756 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
4757         Log: More memory lane.
4758      Branch: perl
4759            ! hints/ultrix_4.sh
4760 ____________________________________________________________________________
4761 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
4762         Log: fix syscall() prototype description in
4763              perlfunc.pod, as suggested by Lukas Mai.
4764      Branch: perl
4765            ! pod/perlfunc.pod
4766 ____________________________________________________________________________
4767 [ 20898] By: jhi                                   on 2003/08/25  19:59:49
4768         Log: Update Changes.
4769      Branch: maint-5.8/perl
4770            ! Changes patchlevel.h
4771 ____________________________________________________________________________
4772 [ 20897] By: jhi                                   on 2003/08/25  19:56:08
4773         Log: Integrate:
4774              [ 20886]
4775              SunOS 4.1.4 is working, too.
4776              
4777              [ 20887]
4778              pat.t -> charnames -> UCD -> Storable,
4779              not good for static builds and minitest.
4780              
4781              [ 20888]
4782              The #20887 didn't go over that well;
4783              and add a few more tests from UTS#18.
4784              
4785              [ 20889]
4786              More SunOS 4.x info.
4787              
4788              [ 20890]
4789              Subject: [5.8.1] maint @ 20845 OK on aix 4.2
4790              From: Jose.auguste-etienne@cgss-guyane.fr
4791              Date: Mon, 25 Aug 2003 14:35:45 -0300
4792              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
4793              
4794              AIX Configure advice.
4795              
4796              [ 20891]
4797              The new tests of #20888 didn't really test what they claimed to.
4798              
4799              [ 20892]
4800              More ptags tweakage from Stas; now add 'fullpath'
4801              option to get absolute paths.
4802              
4803              [ 20893]
4804              Subject: more valgrinding: select problem?
4805              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4806              Date: Mon, 25 Aug 2003 22:02:17 +0200
4807              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
4808              
4809              In glibc, just use the __FD_SETSIZE since that's
4810              the size of the buffer (usually 1024 bits, much
4811              more than the selectminbits of 32).
4812              
4813              [ 20894]
4814              Subject: [PATCH@20512] make backspace key work for WinCE users
4815              From: Vadim Konovalov <vkonovalov@peterstar.ru>
4816              Date: Tue, 26 Aug 2003 00:10:29 +0400
4817              Message-ID: <135606488000.20030826001029@peterstar.ru>
4818              
4819              [ 20895]
4820              Even more SunOS 4 info.
4821              
4822              [ 20896]
4823              Tiny doc tweak.
4824      Branch: maint-5.8/perl
4825           !> README.aix README.solaris emacs/ptags hints/sunos_4_1.sh
4826           !> pp_sys.c t/op/pat.t wince/perlmain.c
4827 ____________________________________________________________________________
4828 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
4829         Log: Tiny doc tweak.
4830      Branch: perl
4831            ! README.solaris
4832 ____________________________________________________________________________
4833 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
4834         Log: Even more SunOS 4 info.
4835      Branch: perl
4836            ! README.solaris
4837 ____________________________________________________________________________
4838 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
4839         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
4840              From: Vadim Konovalov <vkonovalov@peterstar.ru>
4841              Date: Tue, 26 Aug 2003 00:10:29 +0400
4842              Message-ID: <135606488000.20030826001029@peterstar.ru>
4843      Branch: perl
4844            ! wince/perlmain.c
4845 ____________________________________________________________________________
4846 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
4847         Log: Subject: more valgrinding: select problem?
4848              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4849              Date: Mon, 25 Aug 2003 22:02:17 +0200
4850              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
4851              
4852              In glibc, just use the __FD_SETSIZE since that's
4853              the size of the buffer (usually 1024 bits, much
4854              more than the selectminbits of 32).
4855      Branch: perl
4856            ! pp_sys.c
4857 ____________________________________________________________________________
4858 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
4859         Log: More ptags tweakage from Stas; now add 'fullpath'
4860              option to get absolute paths.
4861      Branch: perl
4862            ! emacs/ptags
4863 ____________________________________________________________________________
4864 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
4865         Log: The new tests of #20888 didn't really test what they claimed to.
4866      Branch: perl
4867            ! t/op/pat.t
4868 ____________________________________________________________________________
4869 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
4870         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
4871              From: Jose.auguste-etienne@cgss-guyane.fr
4872              Date: Mon, 25 Aug 2003 14:35:45 -0300
4873              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
4874              
4875              AIX Configure advice.
4876      Branch: perl
4877            ! README.aix
4878 ____________________________________________________________________________
4879 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
4880         Log: More SunOS 4.x info.
4881      Branch: perl
4882            ! README.solaris
4883 ____________________________________________________________________________
4884 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
4885         Log: The #20887 didn't go over that well;
4886              and add a few more tests from UTS#18.
4887      Branch: perl
4888            ! t/op/pat.t
4889 ____________________________________________________________________________
4890 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
4891         Log: pat.t -> charnames -> UCD -> Storable,
4892              not good for static builds and minitest.
4893      Branch: perl
4894            ! t/op/pat.t
4895 ____________________________________________________________________________
4896 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
4897         Log: SunOS 4.1.4 is working, too.
4898      Branch: perl
4899            ! README.solaris hints/sunos_4_1.sh
4900 ____________________________________________________________________________
4901 [ 20885] By: jhi                                   on 2003/08/25  16:13:44
4902         Log: Regen perlmodlib, perltoc.
4903      Branch: maint-5.8/perl
4904            ! pod/perlmodlib.pod pod/perltoc.pod
4905 ____________________________________________________________________________
4906 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
4907         Log: Regen perlmodlib, perltoc.
4908      Branch: perl
4909            ! pod/perlmodlib.pod pod/perltoc.pod
4910 ____________________________________________________________________________
4911 [ 20883] By: jhi                                   on 2003/08/25  15:49:41
4912         Log: Integrate:
4913              [ 20875]
4914              Upgrade to CGI.pm 3.00.
4915              
4916              [ 20876]
4917              Keep the CGI::Util VERSION at 1.31 since there have been changes
4918              since Perl 5.8.0.
4919              
4920              [ 20877]
4921              Change the VERSION since there are now changes since Perl 5.8.0.
4922              
4923              [ 20878]
4924              Document even more ways of affecting your "utf8ness".
4925              
4926              [ 20879]
4927              Subject: Please update my address
4928              From: Ed Avis <ed@membled.com>
4929              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
4930              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
4931              
4932              (Just the AUTHORS part, though, I don't think retroactively
4933              updating the Changes* is useful.)
4934              
4935              [ 20880]
4936              Subject: [PATCH] valgrind and /#/x
4937              From: Dave Mitchell <davem@fdgroup.com>
4938              Date: Mon, 25 Aug 2003 13:27:49 +0100
4939              Message-ID: <20030825122748.GA15560@fdgroup.com>
4940              
4941              [ 20881]
4942              UVSIZE is not yet defined when it would be needed
4943              by MULTIARCH.  So go back to LONGSIZE, and (belt-
4944              and-suspenders-and-rope style) later in UVSIZE
4945              possibly redefine BYTEORDER.
4946      Branch: maint-5.8/perl
4947           !> AUTHORS Configure config_h.SH ext/I18N/Langinfo/Langinfo.pm
4948           !> lib/CGI.pm lib/CGI/Util.pm lib/utf8.pm regcomp.c
4949 ____________________________________________________________________________
4950 [ 20882] By: jhi                                   on 2003/08/25  15:46:22
4951         Log: metaconfig changes for #20881.
4952      Branch: metaconfig
4953            ! U/compline/byteorder.U
4954      Branch: metaconfig/U/perl
4955            ! perlxv.U
4956 ____________________________________________________________________________
4957 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
4958         Log: UVSIZE is not yet defined when it would be needed
4959              by MULTIARCH.  So go back to LONGSIZE, and (belt-
4960              and-suspenders-and-rope style) later in UVSIZE
4961              possibly redefine BYTEORDER.
4962      Branch: perl
4963            ! Configure config_h.SH
4964 ____________________________________________________________________________
4965 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
4966         Log: Subject: [PATCH] valgrind and /#/x
4967              From: Dave Mitchell <davem@fdgroup.com>
4968              Date: Mon, 25 Aug 2003 13:27:49 +0100
4969              Message-ID: <20030825122748.GA15560@fdgroup.com>
4970      Branch: perl
4971            ! regcomp.c
4972 ____________________________________________________________________________
4973 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
4974         Log: Subject: Please update my address
4975              From: Ed Avis <ed@membled.com>
4976              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
4977              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
4978              
4979              (Just the AUTHORS part, though, I don't think retroactively
4980              updating the Changes* is useful.)
4981      Branch: perl
4982            ! AUTHORS
4983 ____________________________________________________________________________
4984 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
4985         Log: Document even more ways of affecting your "utf8ness".
4986      Branch: perl
4987            ! lib/utf8.pm
4988 ____________________________________________________________________________
4989 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
4990         Log: Change the VERSION since there are now changes since Perl 5.8.0.
4991      Branch: perl
4992            ! ext/I18N/Langinfo/Langinfo.pm
4993 ____________________________________________________________________________
4994 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
4995         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
4996              since Perl 5.8.0.
4997      Branch: perl
4998            ! lib/CGI/Util.pm
4999 ____________________________________________________________________________
5000 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
5001         Log: Upgrade to CGI.pm 3.00.
5002      Branch: perl
5003            ! lib/CGI.pm lib/CGI/Util.pm
5004 ____________________________________________________________________________
5005 [ 20874] By: jhi                                   on 2003/08/25  09:40:24
5006         Log: Update Changes.
5007      Branch: maint-5.8/perl
5008            ! Changes patchlevel.h
5009 ____________________________________________________________________________
5010 [ 20873] By: jhi                                   on 2003/08/25  09:07:58
5011         Log: Integrate:
5012              [ 20864]
5013              s/rationale/rational/g on bigrats.
5014              
5015              [ 20865]
5016              An imperfect last resort in case there is no strtoul() but
5017              there is strtol() (like e.g. SunOS 4) because of the Atoul()
5018              in Perl_get_hash_seed()).  The only true fix would be to
5019              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
5020              in numeric.c.
5021              
5022              [ 20866]
5023              IRIX 5.3 is 99.90% okay.
5024              
5025              [ 20867]
5026              Various tweaks for getting Perl to compile on SunOS 4.x.
5027              Doesn't work well yet, something broken in DynaLoader/XSLoader?
5028              
5029              [ 20868]
5030              MPE/iX doc tweak from Mark Bixby.
5031              
5032              [ 20870]
5033              Subject: [patch emacs/ptags] allow xemacs to be used
5034              From: Stas Bekman <stas@stason.org>
5035              Date: Sun, 24 Aug 2003 22:05:00 -0700
5036              Message-ID: <3F4998FC.3090401@stason.org>
5037              
5038              [ 20871]
5039              Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
5040              From: Nicholas Clark <nick@ccl4.org>
5041              Date: Sun, 24 Aug 2003 16:48:53 +0100
5042              Message-ID: <20030824164851.E558@plum.flirble.org>
5043              
5044              [ 20872]
5045              Subject: [PATCH] valgrind update
5046              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5047              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
5048              Message-ID: <21671.1061797917@www38.gmx.net>
5049      Branch: maint-5.8/perl
5050           !> README.irix README.mpeix README.solaris doop.c emacs/ptags
5051           !> ext/IO/poll.c hints/irix_5.sh hints/sunos_4_1.sh
5052           !> lib/Math/BigRat.pm lib/bigrat.pm perl.h t/TEST t/op/magic.t
5053 ____________________________________________________________________________
5054 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
5055         Log: Subject: [PATCH] valgrind update
5056              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5057              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
5058              Message-ID: <21671.1061797917@www38.gmx.net>
5059      Branch: perl
5060            ! t/TEST t/op/magic.t
5061 ____________________________________________________________________________
5062 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
5063         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
5064              From: Nicholas Clark <nick@ccl4.org>
5065              Date: Sun, 24 Aug 2003 16:48:53 +0100
5066              Message-ID: <20030824164851.E558@plum.flirble.org>
5067      Branch: perl
5068            ! doop.c
5069 ____________________________________________________________________________
5070 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
5071         Log: Subject: [patch emacs/ptags] allow xemacs to be used
5072              From: Stas Bekman <stas@stason.org>
5073              Date: Sun, 24 Aug 2003 22:05:00 -0700
5074              Message-ID: <3F4998FC.3090401@stason.org>
5075      Branch: perl
5076            ! emacs/ptags
5077 ____________________________________________________________________________
5078 [ 20869] By: jhi                                   on 2003/08/25  05:09:45
5079         Log: Cygwin 1.5.x looking better.
5080      Branch: maint-5.8/perl
5081            ! pod/perldelta.pod
5082 ____________________________________________________________________________
5083 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
5084         Log: MPE/iX doc tweak from Mark Bixby.
5085      Branch: perl
5086            ! README.mpeix
5087 ____________________________________________________________________________
5088 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
5089         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
5090              Doesn't work well yet, something broken in DynaLoader/XSLoader?
5091      Branch: perl
5092            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
5093 ____________________________________________________________________________
5094 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
5095         Log: IRIX 5.3 is 99.90% okay.
5096      Branch: perl
5097            ! README.irix hints/irix_5.sh
5098 ____________________________________________________________________________
5099 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
5100         Log: An imperfect last resort in case there is no strtoul() but
5101              there is strtol() (like e.g. SunOS 4) because of the Atoul()
5102              in Perl_get_hash_seed()).  The only true fix would be to
5103              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
5104              in numeric.c.
5105      Branch: perl
5106            ! perl.h
5107 ____________________________________________________________________________
5108 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
5109         Log: s/rationale/rational/g on bigrats.
5110      Branch: perl
5111            ! lib/Math/BigRat.pm lib/bigrat.pm
5112 ____________________________________________________________________________
5113 [ 20863] By: jhi                                   on 2003/08/24  06:43:00
5114         Log: Integrate:
5115              [ 20860]
5116              Bad quote day, noticed by Philip Newton.
5117              
5118              [ 20861]
5119              gcc -O3 and Storable in Linux do not like each other.
5120              
5121              [ 20862]
5122              Update the CPAN mirrors list.
5123      Branch: maint-5.8/perl
5124           !> ext/Storable/hints/linux.pl hints/dos_djgpp.sh
5125           !> pod/perlmodlib.PL pod/perlmodlib.pod
5126 ____________________________________________________________________________
5127 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
5128         Log: Update the CPAN mirrors list.
5129      Branch: perl
5130            ! pod/perlmodlib.PL pod/perlmodlib.pod
5131 ____________________________________________________________________________
5132 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
5133         Log: gcc -O3 and Storable in Linux do not like each other.
5134      Branch: perl
5135            ! ext/Storable/hints/linux.pl
5136 ____________________________________________________________________________
5137 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
5138         Log: Bad quote day, noticed by Philip Newton.
5139      Branch: perl
5140            ! hints/dos_djgpp.sh
5141 ____________________________________________________________________________
5142 [ 20859] By: rgs                                   on 2003/08/23  20:02:36
5143         Log: Two portability patches for DJGPP from Richard Dawe
5144              <rich@phekda.freeserve.co.uk>.
5145              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
5146      Branch: maint-5.6
5147            ! perl-5.6.2/djgpp/djgppsed.sh perl-5.6.2/dosish.h
5148 ____________________________________________________________________________
5149 [ 20858] By: jhi                                   on 2003/08/23  09:21:09
5150         Log: Integrate:
5151              [ 20850]
5152              Subject: [PATCH] Re: valgrind as a leak hound?
5153              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5154              Date: Fri, 22 Aug 2003 23:28:18 +0200
5155              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
5156              
5157              Add the leak detection to valgrind testing.
5158              
5159              [ 20851]
5160              Doc tweaks on perlhack.
5161              
5162              [ 20853]
5163              Move the note about known eval leaks earlier.
5164              
5165              [ 20854]
5166              More data points about the Storable optimization problem
5167              in Linux.  (It might be that also non-Debians are affected,
5168              waiting for more information.)
5169              
5170              [ 20855]
5171              Add more comments so that one can see what is supposed to happen.
5172              
5173              [ 20856]
5174              Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
5175              From: Enache Adrian <enache@rdslink.ro>
5176              Date: Mon, 4 Aug 2003 16:20:19 +0300
5177              Message-ID: <20030804132019.GA6764@ratsnest.hole>
5178      Branch: maint-5.8/perl
5179           +> t/perl.supp
5180           !> Configure MANIFEST config_h.SH ext/Storable/hints/linux.pl
5181           !> pod/perlhack.pod t/TEST t/op/lc.t
5182 ____________________________________________________________________________
5183 [ 20857] By: jhi                                   on 2003/08/23  09:15:29
5184         Log: metaconfig unit change for #20856.
5185      Branch: metaconfig
5186            ! U/compline/byteorder.U
5187 ____________________________________________________________________________
5188 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
5189         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
5190              From: Enache Adrian <enache@rdslink.ro>
5191              Date: Mon, 4 Aug 2003 16:20:19 +0300
5192              Message-ID: <20030804132019.GA6764@ratsnest.hole>
5193      Branch: perl
5194            ! Configure config_h.SH
5195 ____________________________________________________________________________
5196 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
5197         Log: Add more comments so that one can see what is supposed to happen.
5198      Branch: perl
5199            ! t/op/lc.t
5200 ____________________________________________________________________________
5201 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
5202         Log: More data points about the Storable optimization problem
5203              in Linux.  (It might be that also non-Debians are affected,
5204              waiting for more information.)
5205      Branch: perl
5206            ! ext/Storable/hints/linux.pl
5207 ____________________________________________________________________________
5208 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
5209         Log: Move the note about known eval leaks earlier.
5210      Branch: perl
5211            ! pod/perlhack.pod
5212 ____________________________________________________________________________
5213 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
5214         Log: Forgot to regen byterun.c.
5215      Branch: perl
5216            ! ext/ByteLoader/byterun.c
5217 ____________________________________________________________________________
5218 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
5219         Log: Doc tweaks on perlhack.
5220      Branch: perl
5221            ! pod/perlhack.pod
5222 ____________________________________________________________________________
5223 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
5224         Log: Subject: [PATCH] Re: valgrind as a leak hound?
5225              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5226              Date: Fri, 22 Aug 2003 23:28:18 +0200
5227              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
5228              
5229              Add the leak detection to valgrind testing.
5230      Branch: perl
5231            + t/perl.supp
5232            ! MANIFEST pod/perlhack.pod t/TEST
5233 ____________________________________________________________________________
5234 [ 20849] By: rgs                                   on 2003/08/22  21:45:20
5235         Log: Integrate Test::More, Test::Builder and Test::Simple,
5236              from bleadperl. Pulling in dependencies, I had to integrate if.pm
5237              as well (it's used in some tests.)
5238      Branch: maint-5.6
5239            + perl-5.6.2/lib/Test/Builder.pm perl-5.6.2/lib/Test/More.pm
5240            + perl-5.6.2/lib/Test/Simple.pm
5241            + perl-5.6.2/lib/Test/Simple/Changes
5242            + perl-5.6.2/lib/Test/Simple/README
5243            + perl-5.6.2/lib/Test/Simple/t/Builder.t
5244            + perl-5.6.2/lib/Test/Simple/t/More.t
5245            + perl-5.6.2/lib/Test/Simple/t/bad_plan.t
5246            + perl-5.6.2/lib/Test/Simple/t/buffer.t
5247            + perl-5.6.2/lib/Test/Simple/t/curr_test.t
5248            + perl-5.6.2/lib/Test/Simple/t/details.t
5249            + perl-5.6.2/lib/Test/Simple/t/diag.t
5250            + perl-5.6.2/lib/Test/Simple/t/exit.t
5251            + perl-5.6.2/lib/Test/Simple/t/extra.t
5252            + perl-5.6.2/lib/Test/Simple/t/fail-like.t
5253            + perl-5.6.2/lib/Test/Simple/t/fail-more.t
5254            + perl-5.6.2/lib/Test/Simple/t/fail.t
5255            + perl-5.6.2/lib/Test/Simple/t/filehandles.t
5256            + perl-5.6.2/lib/Test/Simple/t/fork.t
5257            + perl-5.6.2/lib/Test/Simple/t/has_plan.t
5258            + perl-5.6.2/lib/Test/Simple/t/has_plan2.t
5259            + perl-5.6.2/lib/Test/Simple/t/import.t
5260            + perl-5.6.2/lib/Test/Simple/t/is_deeply.t
5261            + perl-5.6.2/lib/Test/Simple/t/maybe_regex.t
5262            + perl-5.6.2/lib/Test/Simple/t/missing.t
5263            + perl-5.6.2/lib/Test/Simple/t/no_ending.t
5264            + perl-5.6.2/lib/Test/Simple/t/no_header.t
5265            + perl-5.6.2/lib/Test/Simple/t/no_plan.t
5266            + perl-5.6.2/lib/Test/Simple/t/ok_obj.t
5267            + perl-5.6.2/lib/Test/Simple/t/output.t
5268            + perl-5.6.2/lib/Test/Simple/t/plan.t
5269            + perl-5.6.2/lib/Test/Simple/t/plan_is_noplan.t
5270            + perl-5.6.2/lib/Test/Simple/t/plan_no_plan.t
5271            + perl-5.6.2/lib/Test/Simple/t/plan_skip_all.t
5272            + perl-5.6.2/lib/Test/Simple/t/simple.t
5273            + perl-5.6.2/lib/Test/Simple/t/skip.t
5274            + perl-5.6.2/lib/Test/Simple/t/skipall.t
5275            + perl-5.6.2/lib/Test/Simple/t/strays.t
5276            + perl-5.6.2/lib/Test/Simple/t/threads.t
5277            + perl-5.6.2/lib/Test/Simple/t/todo.t
5278            + perl-5.6.2/lib/Test/Simple/t/undef.t
5279            + perl-5.6.2/lib/Test/Simple/t/use_ok.t
5280            + perl-5.6.2/lib/Test/Simple/t/useing.t
5281            + perl-5.6.2/lib/Test/Tutorial.pod perl-5.6.2/lib/if.pm
5282            + perl-5.6.2/lib/if.t perl-5.6.2/t/lib/Test/Simple/Catch.pm
5283            + perl-5.6.2/t/lib/Test/Simple/sample_tests/death.plx
5284            + perl-5.6.2/t/lib/Test/Simple/sample_tests/death_in_eval.plx
5285            + perl-5.6.2/t/lib/Test/Simple/sample_tests/extras.plx
5286            + perl-5.6.2/t/lib/Test/Simple/sample_tests/five_fail.plx
5287            + perl-5.6.2/t/lib/Test/Simple/sample_tests/last_minute_death.pl
5288            + x perl-5.6.2/t/lib/Test/Simple/sample_tests/one_fail.plx
5289            + perl-5.6.2/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
5290            + perl-5.6.2/t/lib/Test/Simple/sample_tests/require.plx
5291            + perl-5.6.2/t/lib/Test/Simple/sample_tests/success.plx
5292            + perl-5.6.2/t/lib/Test/Simple/sample_tests/too_few.plx
5293            + perl-5.6.2/t/lib/Test/Simple/sample_tests/two_fail.plx
5294            + perl-5.6.2/t/lib/TieOut.pm
5295            ! perl-5.6.2/MANIFEST
5296 ____________________________________________________________________________
5297 [ 20848] By: rgs                                   on 2003/08/22  20:51:02
5298         Log: Upgrade to Test 1.24 (from bleadperl)
5299      Branch: maint-5.6
5300            + perl-5.6.2/lib/Test/t/fail.t perl-5.6.2/lib/Test/t/mix.t
5301            + perl-5.6.2/lib/Test/t/onfail.t perl-5.6.2/lib/Test/t/qr.t
5302            + perl-5.6.2/lib/Test/t/skip.t perl-5.6.2/lib/Test/t/success.t
5303            + perl-5.6.2/lib/Test/t/todo.t
5304            ! perl-5.6.2/MANIFEST perl-5.6.2/lib/Test.pm
5305 ____________________________________________________________________________
5306 [ 20847] By: rgs                                   on 2003/08/22  20:07:32
5307         Log: Two tests were failing after the Test::Harness upgrade, because
5308              they use Test, that loads Test::Harness, that doesn't load FileHandle
5309              anymore.
5310      Branch: maint-5.6
5311            ! perl-5.6.2/t/lib/ftmp-mktemp.t perl-5.6.2/t/lib/ftmp-posix.t
5312 ____________________________________________________________________________
5313 [ 20846] By: rgs                                   on 2003/08/22  20:05:52
5314         Log: Upgrade to Test::Harness 2.30, and get t/harness from bleadperl
5315              (more or less, due to the different set of directories to scan
5316              for tests)
5317      Branch: maint-5.6
5318            + perl-5.6.2/lib/Test/Harness/Assert.pm
5319            + perl-5.6.2/lib/Test/Harness/Changes
5320            + perl-5.6.2/lib/Test/Harness/Iterator.pm
5321            + perl-5.6.2/lib/Test/Harness/Straps.pm
5322            + perl-5.6.2/lib/Test/Harness/t/00compile.t
5323            + perl-5.6.2/lib/Test/Harness/t/assert.t
5324            + perl-5.6.2/lib/Test/Harness/t/base.t
5325            + perl-5.6.2/lib/Test/Harness/t/callback.t
5326            + perl-5.6.2/lib/Test/Harness/t/nonumbers.t
5327            + perl-5.6.2/lib/Test/Harness/t/ok.t
5328            + perl-5.6.2/lib/Test/Harness/t/pod.t
5329            + perl-5.6.2/lib/Test/Harness/t/strap-analyze.t
5330            + perl-5.6.2/lib/Test/Harness/t/strap.t
5331            + perl-5.6.2/lib/Test/Harness/t/test-harness.t
5332            + perl-5.6.2/t/lib/sample-tests/bailout
5333            + perl-5.6.2/t/lib/sample-tests/bignum
5334            + perl-5.6.2/t/lib/sample-tests/combined
5335            + perl-5.6.2/t/lib/sample-tests/descriptive
5336            + perl-5.6.2/t/lib/sample-tests/die
5337            + perl-5.6.2/t/lib/sample-tests/die_head_end
5338            + perl-5.6.2/t/lib/sample-tests/die_last_minute
5339            + perl-5.6.2/t/lib/sample-tests/duplicates
5340            + perl-5.6.2/t/lib/sample-tests/head_end
5341            + perl-5.6.2/t/lib/sample-tests/head_fail
5342            + perl-5.6.2/t/lib/sample-tests/lone_not_bug
5343            + perl-5.6.2/t/lib/sample-tests/no_nums
5344            + perl-5.6.2/t/lib/sample-tests/no_output
5345            + perl-5.6.2/t/lib/sample-tests/out_of_order
5346            + perl-5.6.2/t/lib/sample-tests/segfault
5347            + perl-5.6.2/t/lib/sample-tests/shbang_misparse
5348            + perl-5.6.2/t/lib/sample-tests/simple
5349            + perl-5.6.2/t/lib/sample-tests/simple_fail
5350            + perl-5.6.2/t/lib/sample-tests/skip
5351            + perl-5.6.2/t/lib/sample-tests/skip_nomsg
5352            + perl-5.6.2/t/lib/sample-tests/skipall
5353            + perl-5.6.2/t/lib/sample-tests/skipall_nomsg
5354            + perl-5.6.2/t/lib/sample-tests/switches
5355            + perl-5.6.2/t/lib/sample-tests/taint
5356            + perl-5.6.2/t/lib/sample-tests/todo
5357            + perl-5.6.2/t/lib/sample-tests/todo_inline
5358            + perl-5.6.2/t/lib/sample-tests/too_many
5359            + perl-5.6.2/t/lib/sample-tests/vms_nit
5360            + perl-5.6.2/t/lib/sample-tests/with_comments
5361            ! perl-5.6.2/MANIFEST perl-5.6.2/lib/Test/Harness.pm
5362            ! perl-5.6.2/t/harness
5363 ____________________________________________________________________________
5364 [ 20845] By: jhi                                   on 2003/08/22  15:23:12
5365         Log: Update Changes.
5366      Branch: maint-5.8/perl
5367            ! Changes patchlevel.h
5368 ____________________________________________________________________________
5369 [ 20844] By: jhi                                   on 2003/08/22  15:07:15
5370         Log: Integrate:
5371              [ 20842]
5372              Try to dodge getspnam() in AIX.
5373              
5374              [ 20843]
5375              Oops.  Why can't C comments nest?
5376      Branch: maint-5.8/perl
5377           !> pp_sys.c
5378 ____________________________________________________________________________
5379 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
5380         Log: Oops.  Why can't C comments nest?
5381      Branch: perl
5382            ! pp_sys.c
5383 ____________________________________________________________________________
5384 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
5385         Log: Try to dodge getspnam() in AIX.
5386      Branch: perl
5387            ! pp_sys.c
5388 ____________________________________________________________________________
5389 [ 20841] By: jhi                                   on 2003/08/22  13:53:37
5390         Log: Integrate:
5391              [ 20839]
5392              Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
5393              From: Slaven Rezic <slaven@rezic.de>
5394              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
5395              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
5396              
5397              [ 20840]
5398              Subject: Re: mysterious bytecode.t failure
5399              From: Enache Adrian <enache@rdslink.ro>
5400              Date: Fri, 22 Aug 2003 11:49:34 +0300
5401              Message-ID: <20030822084934.GA1257@ratsnest.hole>
5402      Branch: maint-5.8/perl
5403           !> lib/File/Temp.pm lib/File/Temp/t/tempfile.t t/base/lex.t
5404 ____________________________________________________________________________
5405 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
5406         Log: Subject: Re: mysterious bytecode.t failure
5407              From: Enache Adrian <enache@rdslink.ro>
5408              Date: Fri, 22 Aug 2003 11:49:34 +0300
5409              Message-ID: <20030822084934.GA1257@ratsnest.hole>
5410      Branch: perl
5411            ! t/base/lex.t
5412 ____________________________________________________________________________
5413 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
5414         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
5415              From: Slaven Rezic <slaven@rezic.de>
5416              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
5417              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
5418      Branch: perl
5419            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
5420 ____________________________________________________________________________
5421 [ 20838] By: jhi                                   on 2003/08/22  13:43:19
5422         Log: Integrate:
5423              [ 20837]
5424              Just #.
5425      Branch: maint-5.8/perl
5426           !> pod/buildtoc pod/perltoc.pod
5427 ____________________________________________________________________________
5428 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
5429         Log: Just #.
5430      Branch: perl
5431            ! pod/buildtoc pod/perltoc.pod
5432 ____________________________________________________________________________
5433 [ 20836] By: jhi                                   on 2003/08/22  13:34:08
5434         Log: Integrate:
5435              [ 20831]
5436              Rafael spotted that vms/perlvms.pod was still referred to.
5437              
5438              [ 20832]
5439              Retract #20826 and #20831; things are done differently
5440              in VMS, it seems.  Maybe the vms/descrip_mms.template
5441              needs to be changed?
5442              
5443              [ 20833]
5444              In the vms/descrip_mms.template    the perlvms.pod must
5445              be copied from vms/, err, [.vms], not [.pod].
5446              
5447              [ 20834]
5448              Also MANIFEST the vms/perlvms restoration.
5449              
5450              [ 20835]
5451              Regen toc.
5452      Branch: maint-5.8/perl
5453           +> vms/perlvms.pod
5454            - pod/perlvms.pod
5455           !> MANIFEST Makefile.SH pod/buildtoc pod/perltoc.pod
5456           !> vms/descrip_mms.template
5457 ____________________________________________________________________________
5458 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
5459         Log: Regen toc.
5460      Branch: perl
5461            ! pod/perltoc.pod
5462 ____________________________________________________________________________
5463 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
5464         Log: Also MANIFEST the vms/perlvms restoration.
5465      Branch: perl
5466            ! MANIFEST
5467 ____________________________________________________________________________
5468 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
5469         Log: In the vms/descrip_mms.template    the perlvms.pod must
5470              be copied from vms/, err, [.vms], not [.pod].
5471      Branch: perl
5472            ! pod/buildtoc vms/descrip_mms.template
5473 ____________________________________________________________________________
5474 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
5475         Log: Retract #20826 and #20831; things are done differently
5476              in VMS, it seems.  Maybe the vms/descrip_mms.template
5477              needs to be changed?
5478      Branch: perl
5479            + vms/perlvms.pod
5480            - pod/perlvms.pod
5481            ! MANIFEST Makefile.SH
5482 ____________________________________________________________________________
5483 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
5484         Log: Rafael spotted that vms/perlvms.pod was still referred to.
5485      Branch: perl
5486            ! Makefile.SH
5487 ____________________________________________________________________________
5488 [ 20830] By: jhi                                   on 2003/08/22  12:28:15
5489         Log: Integrate:
5490              [ 20819]
5491              Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
5492              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
5493              Date: Fri, 22 Aug 2003 09:01:09 +0200
5494              Message-id: <20030822070109.GA1029@ethan>
5495              
5496              [ 20820]
5497              Advertise the encoding pragma at the utf8 pragma.
5498              
5499              [ 20821]
5500              Put the tests of the change #19064 back, but disable them.
5501              
5502              [ 20822]
5503              Try to make the use of utf8 as clear as possible.
5504              
5505              [ 20823]
5506              Subject: Re: [perl #23463]: compiler version on sparc/netbsd
5507              From: alian@cpan.org (Alian)
5508              Date: Wed, 20 Aug 2003 20:39:17 +0200
5509              Message-ID: <3F43C055.6030709@jupiter.alianet>
5510              
5511              [ 20824]
5512              Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
5513              From: Nicholas Clark <nick@ccl4.org>
5514              Date: Thu, 21 Aug 2003 22:26:18 +0100
5515              Message-ID: <20030821222618.T558@plum.flirble.org>
5516              
5517              [ 20825]
5518              Lower Storable.xs optimization to -O2 on certain
5519              known platforms.
5520              
5521              [ 20826]
5522              perlvms moving day, from Craig Berry.
5523              
5524              [ 20828]
5525              Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
5526              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5527              Date: Fri, 22 Aug 2003 14:57:09 +0200
5528              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
5529              
5530              [ 20829]
5531              The change #20809 opened up a code path that might leave s unset.
5532      Branch: maint-5.8/perl
5533           +> ext/Storable/hints/linux.pl pod/perlvms.pod
5534            - vms/perlvms.pod
5535           !> MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
5536           !> ext/Devel/PPPort/t/test.t lib/File/Path.t lib/utf8.pm mg.c
5537           !> t/op/args.t t/op/pack.t
5538 ____________________________________________________________________________
5539 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
5540         Log: The change #20809 opened up a code path that might leave s unset.
5541      Branch: perl
5542            ! mg.c
5543 ____________________________________________________________________________
5544 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
5545         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
5546              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5547              Date: Fri, 22 Aug 2003 14:57:09 +0200
5548              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
5549      Branch: perl
5550            ! lib/File/Path.t
5551 ____________________________________________________________________________
5552 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
5553         Log: Test the correct longness; from Enache.
5554      Branch: perl
5555            ! ext/B/t/assembler.t
5556 ____________________________________________________________________________
5557 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
5558         Log: perlvms moving day, from Craig Berry.
5559      Branch: perl
5560            + pod/perlvms.pod
5561            - vms/perlvms.pod
5562            ! MANIFEST
5563 ____________________________________________________________________________
5564 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
5565         Log: Lower Storable.xs optimization to -O2 on certain
5566              known platforms.
5567      Branch: perl
5568            + ext/Storable/hints/linux.pl
5569            ! MANIFEST
5570 ____________________________________________________________________________
5571 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
5572         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
5573              From: Nicholas Clark <nick@ccl4.org>
5574              Date: Thu, 21 Aug 2003 22:26:18 +0100
5575              Message-ID: <20030821222618.T558@plum.flirble.org>
5576      Branch: perl
5577            ! t/op/pack.t
5578 ____________________________________________________________________________
5579 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
5580         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
5581              From: alian@cpan.org (Alian)
5582              Date: Wed, 20 Aug 2003 20:39:17 +0200
5583              Message-ID: <3F43C055.6030709@jupiter.alianet>
5584      Branch: perl
5585            ! t/op/pack.t
5586 ____________________________________________________________________________
5587 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
5588         Log: Try to make the use of utf8 as clear as possible.
5589      Branch: perl
5590            ! lib/utf8.pm
5591 ____________________________________________________________________________
5592 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
5593         Log: Put the tests of the change #19064 back, but disable them.
5594      Branch: perl
5595            ! t/op/args.t
5596 ____________________________________________________________________________
5597 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
5598         Log: Advertise the encoding pragma at the utf8 pragma.
5599      Branch: perl
5600            ! lib/utf8.pm
5601 ____________________________________________________________________________
5602 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
5603         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
5604              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
5605              Date: Fri, 22 Aug 2003 09:01:09 +0200
5606              Message-id: <20030822070109.GA1029@ethan>
5607      Branch: perl
5608            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
5609            ! ext/Devel/PPPort/t/test.t
5610 ____________________________________________________________________________
5611 [ 20818] By: jhi                                   on 2003/08/22  05:54:24
5612         Log: Integrate:
5613              [ 20804]
5614              Fix the syswrite downgrade bug of
5615              [perl #23428] Somethings rotten in unicode semantics
5616              
5617              [ 20805]
5618              Subject: [PATCH] utf8 variable names scrambled in error messages
5619              From: Enache Adrian <enache@rdslink.ro>
5620              Date: Thu, 21 Aug 2003 21:17:26 +0300
5621              Message-ID: <20030821181726.GA1241@ratsnest.hole>
5622              
5623              [ 20806]
5624              Subject: [perluniintro.pod] pod markup fix
5625              From: Stas Bekman <stas@stason.org>
5626              Date: Thu, 21 Aug 2003 11:41:01 -0700
5627              Message-ID: <3F45123D.8020805@stason.org>
5628              
5629              [ 20807]
5630              Must close so that unlink works portably.
5631              
5632              [ 20808]
5633              Mention the Unicode UTR #18 version referenced.
5634              
5635              [ 20809]
5636              The magic variables that alter STDOUT have a tendancy to segfault
5637              when accessed if STDOUT is undefined. Protect them.
5638              
5639              [ 20811]
5640              No need to E<gt>.
5641              
5642              [ 20812]
5643              Somehow missed 0.14 from the maint.
5644              
5645              [ 20813]
5646              Subject: [PATCH] Re: pod cleanup
5647              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
5648              Date: Thu, 21 Aug 2003 17:09:17 -0400
5649              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
5650              
5651              (the pod part)
5652              
5653              [ 20814]
5654              Do not edit perltoc since it is autogenerated.
5655              
5656              [ 20815]
5657              Subject: Re: pod cleanup
5658              From: Ken Williams <ken@mathforum.org>
5659              Date: Thu, 21 Aug 2003 21:24:57 -0500
5660              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
5661              
5662              [ 20817]
5663              Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
5664              From: insecure <insecure@mail.od.ua>
5665              Date: Thu, 21 Aug 2003 21:37:56 +0300
5666              Message-Id: <200308212137.57016.insecure@mail.od.ua>
5667      Branch: maint-5.8/perl
5668           !> ext/I18N/Langinfo/Langinfo.xs gv.c lib/File/Spec/Cygwin.pm
5669           !> lib/File/Spec/OS2.pm mg.c pod/buildtoc pod/perl5005delta.pod
5670           !> pod/perlfaq4.pod pod/perlhack.pod pod/perlipc.pod
5671           !> pod/perlpacktut.pod pod/perlunicode.pod pod/perluniintro.pod
5672           !> pp_sys.c t/io/utf8.t t/op/die.t
5673 ____________________________________________________________________________
5674 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
5675         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
5676              From: insecure <insecure@mail.od.ua>
5677              Date: Thu, 21 Aug 2003 21:37:56 +0300
5678              Message-Id: <200308212137.57016.insecure@mail.od.ua>
5679      Branch: perl
5680            ! ext/I18N/Langinfo/Langinfo.xs
5681 ____________________________________________________________________________
5682 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
5683         Log: More bytecode patching from Enache.
5684      Branch: perl
5685            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
5686            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
5687 ____________________________________________________________________________
5688 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
5689         Log: Subject: Re: pod cleanup
5690              From: Ken Williams <ken@mathforum.org>
5691              Date: Thu, 21 Aug 2003 21:24:57 -0500
5692              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
5693      Branch: perl
5694            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
5695 ____________________________________________________________________________
5696 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
5697         Log: Do not edit perltoc since it is autogenerated.
5698      Branch: perl
5699            ! pod/buildtoc
5700 ____________________________________________________________________________
5701 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
5702         Log: Subject: [PATCH] Re: pod cleanup
5703              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
5704              Date: Thu, 21 Aug 2003 17:09:17 -0400
5705              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
5706              
5707              (the pod part)
5708      Branch: perl
5709            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
5710            ! pod/perlipc.pod pod/perlpacktut.pod
5711 ____________________________________________________________________________
5712 [ 20812] By: jhi                                   on 2003/08/22  04:49:11
5713         Log: Somehow missed 0.14 from the maint.
5714      Branch: maint-5.8/perl
5715           +> lib/File/Temp/t/object.t
5716           !> MANIFEST lib/File/Temp.pm
5717 ____________________________________________________________________________
5718 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
5719         Log: No need to E<gt>.
5720      Branch: perl
5721            ! pod/perluniintro.pod
5722 ____________________________________________________________________________
5723 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
5724         Log: Add File::Temp's OO test.
5725      Branch: perl
5726            + lib/File/Temp/t/object.t
5727            ! MANIFEST
5728 ____________________________________________________________________________
5729 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
5730         Log: The magic variables that alter STDOUT have a tendancy to segfault
5731              when accessed if STDOUT is undefined. Protect them.
5732      Branch: perl
5733            ! mg.c
5734 ____________________________________________________________________________
5735 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
5736         Log: Mention the Unicode UTR #18 version referenced.
5737      Branch: perl
5738            ! pod/perlunicode.pod
5739 ____________________________________________________________________________
5740 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
5741         Log: Must close so that unlink works portably.
5742      Branch: perl
5743            ! t/io/utf8.t
5744 ____________________________________________________________________________
5745 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
5746         Log: Subject: [perluniintro.pod] pod markup fix
5747              From: Stas Bekman <stas@stason.org>
5748              Date: Thu, 21 Aug 2003 11:41:01 -0700
5749              Message-ID: <3F45123D.8020805@stason.org>
5750      Branch: perl
5751            ! pod/perluniintro.pod
5752 ____________________________________________________________________________
5753 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
5754         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
5755              From: Enache Adrian <enache@rdslink.ro>
5756              Date: Thu, 21 Aug 2003 21:17:26 +0300
5757              Message-ID: <20030821181726.GA1241@ratsnest.hole>
5758      Branch: perl
5759            ! gv.c t/op/die.t
5760 ____________________________________________________________________________
5761 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
5762         Log: Fix the syswrite downgrade bug of
5763              [perl #23428] Somethings rotten in unicode semantics
5764      Branch: perl
5765            ! pp_sys.c t/io/utf8.t
5766 ____________________________________________________________________________
5767 [ 20803] By: jhi                                   on 2003/08/21  15:34:44
5768         Log: Update Changes.
5769      Branch: maint-5.8/perl
5770            ! Changes patchlevel.h
5771 ____________________________________________________________________________
5772 [ 20802] By: jhi                                   on 2003/08/21  15:07:17
5773         Log: Integrate:
5774              [ 20801]
5775              No more public cwd(), use private _cwd().
5776      Branch: maint-5.8/perl
5777           !> lib/File/Spec/t/Spec.t
5778 ____________________________________________________________________________
5779 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
5780         Log: No more public cwd(), use private _cwd().
5781      Branch: perl
5782            ! lib/File/Spec/t/Spec.t
5783 ____________________________________________________________________________
5784 [ 20800] By: jhi                                   on 2003/08/21  14:35:19
5785         Log: Integrate:
5786              [ 20797]
5787              Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
5788              From: PPrymmer@factset.com
5789              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
5790              Date: Tue, 19 Aug 2003 21:50:12 -0400
5791              
5792              [ 20798]
5793              Rename the internal cwd() to _cwd() (it's not curdir).
5794              
5795              [ 20799]
5796              Underline the fact that abs2rel() makes no sense
5797              if it spans multiple roots.
5798      Branch: maint-5.8/perl
5799           !> lib/ExtUtils/MM_Unix.pm lib/File/Spec.pm
5800           !> lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
5801           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
5802           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
5803           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5804 ____________________________________________________________________________
5805 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
5806         Log: Underline the fact that abs2rel() makes no sense
5807              if it spans multiple roots.
5808      Branch: perl
5809            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
5810 ____________________________________________________________________________
5811 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
5812         Log: Rename the internal cwd() to _cwd() (it's not curdir).
5813      Branch: perl
5814            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
5815            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
5816            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
5817            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5818 ____________________________________________________________________________
5819 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
5820         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
5821              From: PPrymmer@factset.com
5822              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
5823              Date: Tue, 19 Aug 2003 21:50:12 -0400
5824      Branch: perl
5825            ! lib/ExtUtils/MM_Unix.pm
5826 ____________________________________________________________________________
5827 [ 20796] By: jhi                                   on 2003/08/21  04:51:00
5828         Log: Integrate:
5829              [ 20785]
5830              Manifest.t.ation of Schwern.
5831              
5832              [ 20786]
5833              t/TEST fails to fail when it can't find tests.
5834              
5835              [ 20789]
5836              Patch from Enache for the crashing of bytecode.t in Tru64.
5837              
5838              [ 20790]
5839              Upgrade to Encode 1.98.
5840              
5841              [ 20791]
5842              Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
5843              From: Steve Hay <steve.hay@uk.radan.com>
5844              Date: Wed, 20 Aug 2003 10:54:46 +0100
5845              Message-ID: <3F434566.3030602@uk.radan.com>
5846              
5847              [ 20793]
5848              Subject: Re: untieing your victim during the act
5849              From: Dave Mitchell <davem@fdgroup.com>
5850              Date: Wed, 20 Aug 2003 20:44:53 +0100
5851              Message-ID: <20030820194453.GD27719@fdgroup.com>
5852              
5853              [ 20794]
5854              MPE/iX does not have nanosleep() (the test makes
5855              a wrong conclusion of the linking succeeding)
5856              
5857              [ 20795]
5858              Retract #19064, broke mod_perl flushing (localisation of $|).
5859              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
5860              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
5861      Branch: maint-5.8/perl
5862           !> (integrate 26 files)
5863 ____________________________________________________________________________
5864 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
5865         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
5866              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
5867              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
5868      Branch: perl
5869            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
5870 ____________________________________________________________________________
5871 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
5872         Log: MPE/iX does not have nanosleep() (the test makes
5873              a wrong conclusion of the linking succeeding)
5874      Branch: perl
5875            ! ext/Time/HiRes/Makefile.PL
5876 ____________________________________________________________________________
5877 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
5878         Log: Subject: Re: untieing your victim during the act
5879              From: Dave Mitchell <davem@fdgroup.com>
5880              Date: Wed, 20 Aug 2003 20:44:53 +0100
5881              Message-ID: <20030820194453.GD27719@fdgroup.com>
5882      Branch: perl
5883            ! mg.c
5884 ____________________________________________________________________________
5885 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
5886         Log: Byteloader patching from Enache continues;
5887              PADOFFSET handling was wrong. 
5888      Branch: perl
5889            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
5890            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
5891            ! ext/ByteLoader/byterun.c
5892 ____________________________________________________________________________
5893 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
5894         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
5895              From: Steve Hay <steve.hay@uk.radan.com>
5896              Date: Wed, 20 Aug 2003 10:54:46 +0100
5897              Message-ID: <3F434566.3030602@uk.radan.com>
5898      Branch: perl
5899            ! win32/Makefile win32/makefile.mk
5900 ____________________________________________________________________________
5901 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
5902         Log: Upgrade to Encode 1.98.
5903      Branch: perl
5904            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5905            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
5906            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
5907            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
5908            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
5909            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
5910            ! ext/Encode/ucm/macHebrew.ucm
5911 ____________________________________________________________________________
5912 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
5913         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
5914      Branch: perl
5915            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
5916 ____________________________________________________________________________
5917 [ 20788] By: rgs                                   on 2003/08/19  21:20:04
5918         Log: As in 5.8.0, rename the non-standard 5005 thread tests
5919              so that they don't get run by the test harnesses.
5920      Branch: maint-5.6
5921           +> perl-5.6.2/ext/Thread/create.tx perl-5.6.2/ext/Thread/die.tx
5922           +> perl-5.6.2/ext/Thread/die2.tx perl-5.6.2/ext/Thread/io.tx
5923           +> perl-5.6.2/ext/Thread/join.tx perl-5.6.2/ext/Thread/join2.tx
5924           +> perl-5.6.2/ext/Thread/list.tx perl-5.6.2/ext/Thread/lock.tx
5925           +> perl-5.6.2/ext/Thread/queue.tx
5926           +> perl-5.6.2/ext/Thread/specific.tx
5927           +> perl-5.6.2/ext/Thread/sync.tx perl-5.6.2/ext/Thread/sync2.tx
5928           +> perl-5.6.2/ext/Thread/unsync.tx
5929           +> perl-5.6.2/ext/Thread/unsync2.tx
5930           +> perl-5.6.2/ext/Thread/unsync3.tx
5931           +> perl-5.6.2/ext/Thread/unsync4.tx
5932            - perl-5.6.2/ext/Thread/create.t perl-5.6.2/ext/Thread/die.t
5933            - perl-5.6.2/ext/Thread/die2.t perl-5.6.2/ext/Thread/io.t
5934            - perl-5.6.2/ext/Thread/join.t perl-5.6.2/ext/Thread/join2.t
5935            - perl-5.6.2/ext/Thread/list.t perl-5.6.2/ext/Thread/lock.t
5936            - perl-5.6.2/ext/Thread/queue.t perl-5.6.2/ext/Thread/specific.t
5937            - perl-5.6.2/ext/Thread/sync.t perl-5.6.2/ext/Thread/sync2.t
5938            - perl-5.6.2/ext/Thread/unsync.t perl-5.6.2/ext/Thread/unsync2.t
5939            - perl-5.6.2/ext/Thread/unsync3.t
5940            - perl-5.6.2/ext/Thread/unsync4.t
5941            ! perl-5.6.2/MANIFEST perl-5.6.2/README.threads
5942 ____________________________________________________________________________
5943 [ 20787] By: rgs                                   on 2003/08/19  21:13:30
5944         Log: Roughly integrate t/TEST from bleadperl.
5945              This means that t/UTEST can probably be suppressed, but that
5946              implies some makefile adjustments.
5947      Branch: maint-5.6
5948            + perl-5.6.2/t/TestInit.pm
5949            ! perl-5.6.2/MANIFEST perl-5.6.2/t/TEST perl-5.6.2/t/op/eval.t
5950            ! perl-5.6.2/t/op/regexp_noamp.t perl-5.6.2/t/op/subst_wamp.t
5951 ____________________________________________________________________________
5952 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
5953         Log: t/TEST fails to fail when it can't find tests.
5954      Branch: perl
5955            ! t/TEST
5956 ____________________________________________________________________________
5957 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
5958         Log: Manifest.t.ation of Schwern.
5959      Branch: perl
5960            ! lib/ExtUtils/t/Manifest.t
5961 ____________________________________________________________________________
5962 [ 20784] By: jhi                                   on 2003/08/19  19:26:43
5963         Log: Integrate:
5964              [ 20783]
5965              Nick's podulator was right, I just hadn't read the manual...
5966              the vms\perlvms.pod lines needed to be moved.
5967      Branch: maint-5.8/perl
5968           !> win32/Makefile win32/makefile.mk
5969 ____________________________________________________________________________
5970 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
5971         Log: Nick's podulator was right, I just hadn't read the manual...
5972              the vms\perlvms.pod lines needed to be moved.
5973      Branch: perl
5974            ! win32/Makefile win32/makefile.mk
5975 ____________________________________________________________________________
5976 [ 20782] By: jhi                                   on 2003/08/19  17:24:25
5977         Log: Integrate:
5978              [ 20761]
5979              Use the base class cwd() method.
5980              
5981              [ 20762]
5982              Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
5983              From: PPrymmer@factset.com
5984              Date: Mon, 18 Aug 2003 14:28:22 -0400
5985              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
5986              
5987              [ 20763]
5988              Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
5989              From: PPrymmer@factset.com
5990              Date: Mon, 18 Aug 2003 15:57:12 -0400
5991              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
5992              
5993              [ 20764]
5994              Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
5995              
5996              [ 20765]
5997              Pod tweaks for NEXT from Alan Ferrency.
5998              
5999              [ 20766]
6000              Nick Clark's podulator.  The win32 makefile
6001              generation doesn't seem to be working yet.
6002              
6003              [ 20767]
6004              Try to unify the MANIFEST sorting.
6005              
6006              [ 20768]
6007              Still trying to unify MANIFEST sorting.
6008              
6009              [ 20769]
6010              Update the history records.
6011              
6012              [ 20770]
6013              Subject: [PATCH] maintperl - File::Spec cwd() stuff
6014              From: Ken Williams <ken@mathforum.org>
6015              Date: Mon, 18 Aug 2003 17:07:43 -0500
6016              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
6017              
6018              [ 20771]
6019              Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
6020              From: Michael G Schwern <schwern@pobox.com>
6021              Date: Mon, 18 Aug 2003 18:02:08 -0700
6022              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
6023              
6024              [ 20772]
6025              Replace #20763 with
6026              
6027              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
6028              From: Michael G Schwern <schwern@pobox.com>
6029              Date: Mon, 18 Aug 2003 17:07:30 -0700
6030              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
6031              
6032              [ 20773]
6033              These are kind of important.
6034              
6035              [ 20774]
6036              's buildtoc now.
6037              
6038              [ 20776]
6039              Replace #20772 with
6040              
6041              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
6042              From: PPrymmer@factset.com
6043              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
6044              Date: Tue, 19 Aug 2003 10:29:44 -0400
6045              
6046              [ 20777]
6047              One less failure.
6048              
6049              [ 20778]
6050              Unnecessary whitespace diff.
6051              
6052              [ 20779]
6053              Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
6054              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
6055              Date: Tue, 19 Aug 2003 08:28:14 -0700
6056              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
6057              
6058              [ 20780]
6059              Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
6060              From: alian <alian@cpan.org>
6061              Date: Tue, 19 Aug 2003 18:18:03 +0200
6062              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
6063              
6064              [ 20781]
6065              Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
6066              From: Andy Dougherty <doughera@lafayette.edu>
6067              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
6068              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
6069      Branch: maint-5.8/perl
6070           +> ext/B/hints/openbsd.pl pod.lst pod/buildtoc
6071            - pod/buildtoc.PL
6072            ! MANIFEST pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
6073            ! win32/pod.mak
6074           !> INSTALL Makefile.SH README.cygwin ext/Fcntl/Fcntl.pm
6075           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Manifest.t
6076           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6077           !> lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t lib/NEXT.pm
6078           !> pod/Makefile.SH pod/perlfunc.pod pod/perlhist.pod t/io/utf8.t
6079 ____________________________________________________________________________
6080 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
6081         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
6082              From: Andy Dougherty <doughera@lafayette.edu>
6083              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
6084              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
6085      Branch: perl
6086            ! INSTALL
6087 ____________________________________________________________________________
6088 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
6089         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
6090              From: alian <alian@cpan.org>
6091              Date: Tue, 19 Aug 2003 18:18:03 +0200
6092              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
6093      Branch: perl
6094            + ext/B/hints/openbsd.pl
6095            ! MANIFEST
6096 ____________________________________________________________________________
6097 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
6098         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
6099              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
6100              Date: Tue, 19 Aug 2003 08:28:14 -0700
6101              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
6102      Branch: perl
6103            ! lib/File/Spec/OS2.pm
6104 ____________________________________________________________________________
6105 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
6106         Log: Unnecessary whitespace diff.
6107      Branch: perl
6108            ! lib/ExtUtils/MakeMaker.pm
6109 ____________________________________________________________________________
6110 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
6111         Log: One less failure.
6112      Branch: perl
6113            ! lib/ExtUtils/t/Manifest.t
6114 ____________________________________________________________________________
6115 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
6116         Log: Replace #20772 with
6117              
6118              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
6119              From: PPrymmer@factset.com
6120              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
6121              Date: Tue, 19 Aug 2003 10:29:44 -0400
6122      Branch: perl
6123            ! lib/ExtUtils/t/Manifest.t
6124 ____________________________________________________________________________
6125 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
6126         Log: (From Enache) Keep bytecode files (.plc) around in case
6127              of failures.  (Currently Tru64 is reliably barfing.)
6128      Branch: perl
6129            ! ext/B/t/bytecode.t
6130 ____________________________________________________________________________
6131 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
6132         Log: 's buildtoc now.
6133      Branch: perl
6134            ! README.cygwin
6135 ____________________________________________________________________________
6136 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
6137         Log: These are kind of important.
6138      Branch: perl
6139            ! MANIFEST
6140 ____________________________________________________________________________
6141 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
6142         Log: Replace #20763 with
6143              
6144              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
6145              From: Michael G Schwern <schwern@pobox.com>
6146              Date: Mon, 18 Aug 2003 17:07:30 -0700
6147              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
6148      Branch: perl
6149            ! lib/ExtUtils/t/Manifest.t
6150 ____________________________________________________________________________
6151 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
6152         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
6153              From: Michael G Schwern <schwern@pobox.com>
6154              Date: Mon, 18 Aug 2003 18:02:08 -0700
6155              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
6156      Branch: perl
6157            ! lib/File/Spec/OS2.pm
6158 ____________________________________________________________________________
6159 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
6160         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
6161              From: Ken Williams <ken@mathforum.org>
6162              Date: Mon, 18 Aug 2003 17:07:43 -0500
6163              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
6164      Branch: perl
6165            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
6166            ! lib/File/Spec/t/Spec.t
6167 ____________________________________________________________________________
6168 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
6169         Log: Update the history records.
6170      Branch: perl
6171            ! pod/perlhist.pod
6172 ____________________________________________________________________________
6173 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
6174         Log: Still trying to unify MANIFEST sorting.
6175      Branch: perl
6176            ! MANIFEST pod/buildtoc
6177 ____________________________________________________________________________
6178 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
6179         Log: Try to unify the MANIFEST sorting.
6180      Branch: perl
6181            ! MANIFEST Makefile.SH pod/buildtoc
6182 ____________________________________________________________________________
6183 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
6184         Log: Nick Clark's podulator.  The win32 makefile
6185              generation doesn't seem to be working yet.
6186      Branch: perl
6187            + pod.lst pod/buildtoc
6188            - pod/buildtoc.PL
6189            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
6190            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
6191 ____________________________________________________________________________
6192 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
6193         Log: Pod tweaks for NEXT from Alan Ferrency.
6194      Branch: perl
6195            ! lib/NEXT.pm
6196 ____________________________________________________________________________
6197 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
6198         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
6199      Branch: perl
6200            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
6201 ____________________________________________________________________________
6202 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
6203         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
6204              From: PPrymmer@factset.com
6205              Date: Mon, 18 Aug 2003 15:57:12 -0400
6206              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
6207      Branch: perl
6208            ! lib/ExtUtils/t/Manifest.t
6209 ____________________________________________________________________________
6210 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
6211         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
6212              From: PPrymmer@factset.com
6213              Date: Mon, 18 Aug 2003 14:28:22 -0400
6214              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
6215      Branch: perl
6216            ! vms/descrip_mms.template
6217 ____________________________________________________________________________
6218 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
6219         Log: Use the base class cwd() method.
6220      Branch: perl
6221            ! lib/File/Spec/VMS.pm
6222 ____________________________________________________________________________
6223 [ 20760] By: jhi                                   on 2003/08/18  10:03:40
6224         Log: Update Changes.
6225      Branch: maint-5.8/perl
6226            ! Changes patchlevel.h
6227 ____________________________________________________________________________
6228 [ 20759] By: jhi                                   on 2003/08/18  09:53:18
6229         Log: Integrate:
6230              [ 20758]
6231              Subject: [PATCH] Uppercase globals in Pod::Html
6232              From: Michael G Schwern <schwern@pobox.com>
6233              Date: Mon, 18 Aug 2003 03:29:09 -0700
6234              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
6235      Branch: maint-5.8/perl
6236           !> lib/Pod/Html.pm
6237 ____________________________________________________________________________
6238 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
6239         Log: Subject: [PATCH] Uppercase globals in Pod::Html
6240              From: Michael G Schwern <schwern@pobox.com>
6241              Date: Mon, 18 Aug 2003 03:29:09 -0700
6242              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
6243      Branch: perl
6244            ! lib/Pod/Html.pm
6245 ____________________________________________________________________________
6246 [ 20757] By: jhi                                   on 2003/08/18  09:30:25
6247         Log: Integrate:
6248              [ 20749]
6249              Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
6250              From: Michael G Schwern <schwern@pobox.com>
6251              Date: Sat, 16 Aug 2003 14:58:25 -0700
6252              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
6253              
6254              (plus local *REALPATH)
6255              
6256              [ 20750]
6257              Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
6258              From: "Craig A. Berry" <craigberry@mac.com>
6259              Date: Sun, 17 Aug 2003 23:28:21 -0500
6260              Message-ID: <3F4055E5.2070407@mac.com>
6261              
6262              [ 20751]
6263              utf8::is_utf8() wasn't there in 5.8.0.
6264              
6265              [ 20752]
6266              I could have sworn the base class method was there.
6267              
6268              [ 20753]
6269              Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
6270              From: Michael G Schwern <schwern@pobox.com>
6271              Date: Mon, 18 Aug 2003 01:34:34 -0700
6272              Message-ID: <20030818083433.GB823@windhund.schwern.org>
6273              
6274              [ 20754]
6275              Upgrade to ExtUtils::MakeMaker 6.16.
6276              
6277              [ 20755]
6278              Warn about the slowness of memory debuggers.
6279              
6280              [ 20756]
6281              Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
6282              From: Michael G Schwern <schwern@pobox.com>
6283              Date: Mon, 18 Aug 2003 02:44:31 -0700
6284              Message-ID: <20030818094431.GG823@windhund.schwern.org>
6285      Branch: maint-5.8/perl
6286           +> lib/ExtUtils/t/prereq_print.t
6287           !> MANIFEST lib/Cwd.pm lib/ExtUtils/Changes
6288           !> lib/ExtUtils/Installed.pm lib/ExtUtils/MANIFEST.SKIP
6289           !> lib/ExtUtils/META.yml lib/ExtUtils/MM_Win32.pm
6290           !> lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
6291           !> lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
6292           !> lib/ExtUtils/t/Manifest.t lib/File/Spec/Unix.pm
6293           !> lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl lib/utf8.pm
6294           !> pod/perlhack.pod
6295 ____________________________________________________________________________
6296 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
6297         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
6298              From: Michael G Schwern <schwern@pobox.com>
6299              Date: Mon, 18 Aug 2003 02:44:31 -0700
6300              Message-ID: <20030818094431.GG823@windhund.schwern.org>
6301      Branch: perl
6302            ! lib/Pod/Html.pm
6303 ____________________________________________________________________________
6304 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
6305         Log: Warn about the slowness of memory debuggers.
6306      Branch: perl
6307            ! pod/perlhack.pod
6308 ____________________________________________________________________________
6309 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
6310         Log: Upgrade to ExtUtils::MakeMaker 6.16.
6311      Branch: perl
6312            + lib/ExtUtils/t/prereq_print.t
6313            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
6314            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
6315            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
6316            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
6317            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
6318 ____________________________________________________________________________
6319 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
6320         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
6321              From: Michael G Schwern <schwern@pobox.com>
6322              Date: Mon, 18 Aug 2003 01:34:34 -0700
6323              Message-ID: <20030818083433.GB823@windhund.schwern.org>
6324      Branch: perl
6325            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
6326 ____________________________________________________________________________
6327 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
6328         Log: I could have sworn the base class method was there.
6329      Branch: perl
6330            ! lib/File/Spec/Unix.pm
6331 ____________________________________________________________________________
6332 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
6333         Log: utf8::is_utf8() wasn't there in 5.8.0.
6334      Branch: perl
6335            ! lib/utf8.pm
6336 ____________________________________________________________________________
6337 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
6338         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
6339              From: "Craig A. Berry" <craigberry@mac.com>
6340              Date: Sun, 17 Aug 2003 23:28:21 -0500
6341              Message-ID: <3F4055E5.2070407@mac.com>
6342      Branch: perl
6343            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
6344 ____________________________________________________________________________
6345 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
6346         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
6347              From: Michael G Schwern <schwern@pobox.com>
6348              Date: Sat, 16 Aug 2003 14:58:25 -0700
6349              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
6350              
6351              (plus local *REALPATH)
6352      Branch: perl
6353            ! lib/Cwd.pm
6354 ____________________________________________________________________________
6355 [ 20748] By: jhi                                   on 2003/08/17  08:46:49
6356         Log: Integrate:
6357              [ 20747]
6358              Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
6359              From: Enache Adrian <enache@rdslink.ro>
6360              Date: Sat, 16 Aug 2003 16:03:16 +0300
6361              Message-ID: <20030816130316.GA1654@ratsnest.hole>
6362              
6363              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
6364              From: Enache Adrian <enache@rdslink.ro>
6365              Date: Sun, 17 Aug 2003 04:42:22 +0300
6366              Message-ID: <20030817014222.GA1287@ratsnest.hole>
6367              
6368              (I need a Romanian dictionary)
6369      Branch: maint-5.8/perl
6370           !> t/op/die.t util.c
6371 ____________________________________________________________________________
6372 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
6373         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
6374              From: Enache Adrian <enache@rdslink.ro>
6375              Date: Sat, 16 Aug 2003 16:03:16 +0300
6376              Message-ID: <20030816130316.GA1654@ratsnest.hole>
6377              
6378              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
6379              From: Enache Adrian <enache@rdslink.ro>
6380              Date: Sun, 17 Aug 2003 04:42:22 +0300
6381              Message-ID: <20030817014222.GA1287@ratsnest.hole>
6382      Branch: perl
6383            ! t/op/die.t util.c
6384 ____________________________________________________________________________
6385 [ 20746] By: jhi                                   on 2003/08/17  07:59:42
6386         Log: Integrate:
6387              [ 20744]
6388              The "reduce memory footprint and increase speed by not
6389              unconditionally pulling in Cwd"    part of
6390              
6391              Subject: [PATCH] File::Spec on diet
6392              From: Tels <perl_dummy@bloodgate.com>
6393              Date: Mon, 7 Jul 2003 22:41:42 +0200
6394              Message-Id: <200307072235.03364@bloodgate.com>
6395              
6396              was still valid.
6397              
6398              [ 20745]
6399              The lib/Cwd.pm diet part of
6400              
6401              Subject: [PATCH] File::Spec on diet
6402              From: Tels <perl_dummy@bloodgate.com>
6403              Date: Mon, 7 Jul 2003 22:41:42 +0200
6404              Message-Id: <200307072235.03364@bloodgate.com>
6405      Branch: maint-5.8/perl
6406           !> lib/Cwd.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
6407           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6408           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6409           !> lib/File/Spec/Win32.pm
6410 ____________________________________________________________________________
6411 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
6412         Log: The lib/Cwd.pm diet part of
6413              
6414              Subject: [PATCH] File::Spec on diet
6415              From: Tels <perl_dummy@bloodgate.com>
6416              Date: Mon, 7 Jul 2003 22:41:42 +0200
6417              Message-Id: <200307072235.03364@bloodgate.com>
6418      Branch: perl
6419            ! lib/Cwd.pm
6420 ____________________________________________________________________________
6421 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
6422         Log: The "reduce memory footprint and increase speed by not
6423              unconditionally pulling in Cwd"    part of
6424              
6425              Subject: [PATCH] File::Spec on diet
6426              From: Tels <perl_dummy@bloodgate.com>
6427              Date: Mon, 7 Jul 2003 22:41:42 +0200
6428              Message-Id: <200307072235.03364@bloodgate.com>
6429              
6430              was still valid.
6431      Branch: perl
6432            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
6433            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
6434            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6435            ! lib/File/Spec/Win32.pm
6436 ____________________________________________________________________________
6437 [ 20743] By: jhi                                   on 2003/08/17  07:10:24
6438         Log: Subject: Re: [PATCH] Taint problems in Cwd::abs_path
6439              From: Michael G Schwern <schwern@pobox.com>
6440              Date: Sat, 16 Aug 2003 14:45:26 -0700
6441              Message-ID: <20030816214526.GE5859@windhund.schwern.org>
6442      Branch: maint-5.8/perl
6443            ! ext/Cwd/t/taint.t
6444 ____________________________________________________________________________
6445 [ 20742] By: jhi                                   on 2003/08/17  07:09:33
6446         Log: Integrate:
6447              [ 20734]
6448              Subject: [PATCH] Taint problems in Cwd::abs_path
6449              From: Michael G Schwern <schwern@pobox.com>
6450              Date: Fri, 15 Aug 2003 18:43:45 -0700
6451              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
6452              
6453              [ 20736]
6454              Avoid a "Subroutine Cwd::fastcwd redefined" warning when
6455              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
6456              because loading the XS part of Cwd might fail.
6457              
6458              (but not the ext/Cwd/t/taint.t bits)
6459      Branch: maint-5.8/perl
6460           !> lib/Cwd.pm
6461 ____________________________________________________________________________
6462 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
6463         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
6464      Branch: perl
6465            ! lib/File/Temp.pm
6466 ____________________________________________________________________________
6467 [ 20740] By: jhi                                   on 2003/08/16  21:13:53
6468         Log: Integrate:
6469              [ 20726]
6470              Clarify the E flag.
6471              
6472              [ 20727]
6473              Upgrade to File::Temp 0.13 from CPAN--
6474              but since we had a '0.13' already in 5.8.0, make this
6475              still a '0.131'.
6476              
6477              [ 20728]
6478              Subject: [PATCH] Small test tweak for Memoize/t/error.t
6479              From: Andreas J Koenig <andreas.koenig@anima.de>
6480              Date: Fri, 15 Aug 2003 11:55:22 +0200
6481              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
6482              
6483              [ 20729]
6484              README.macosx updates about known problems.
6485              
6486              [ 20730]
6487              Remove a useless vstring reference in perlnumber.pod.
6488              
6489              [ 20731]
6490              More networking negativity.
6491              
6492              [ 20732]
6493              Add valgrind testing target.
6494              
6495              [ 20733]
6496              No ODBM for Mac OS X, even if we have Fink GDBM libraries.
6497              
6498              [ 20735]
6499              Subject: [patch lib/utf8.pm] doc tweaks
6500              From: Stas Bekman <stas@stason.org>
6501              Date: Sat, 16 Aug 2003 13:30:28 -0700
6502              Message-ID: <3F3E9464.3030202@stason.org>
6503              
6504              [ 20737]
6505              valgrind --help didn't return a happy exit status.
6506              
6507              [ 20738]
6508              Update to Filter::Util::Call 1.6 from CPAN, but keep our
6509              $VERSION at 1.601 so that we are different in version
6510              than 5.8.0 since the module is different (one doc tweak).
6511              
6512              [ 20739]
6513              Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
6514              From: PPrymmer@factset.com
6515              Date: Sat, 16 Aug 2003 11:55:58 -0400
6516              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
6517      Branch: maint-5.8/perl
6518           !> Makefile.SH README.macosx embed.fnc
6519           !> ext/Filter/Util/Call/Call.pm hints/darwin.sh installperl
6520           !> lib/File/Temp.pm lib/File/Temp/t/mktemp.t
6521           !> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6522           !> lib/File/Temp/t/tempfile.t lib/Memoize/t/errors.t lib/utf8.pm
6523           !> pod/perlhack.pod pod/perlnumber.pod pod/perlport.pod t/TEST
6524 ____________________________________________________________________________
6525 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
6526         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
6527              From: PPrymmer@factset.com
6528              Date: Sat, 16 Aug 2003 11:55:58 -0400
6529              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
6530      Branch: perl
6531            ! installperl
6532 ____________________________________________________________________________
6533 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
6534         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
6535              $VERSION at 1.601 so that we are different in version
6536              than 5.8.0 since the module is different (one doc tweak).
6537      Branch: perl
6538            ! ext/Filter/Util/Call/Call.pm
6539 ____________________________________________________________________________
6540 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
6541         Log: valgrind --help didn't return a happy exit status.
6542      Branch: perl
6543            ! Makefile.SH
6544 ____________________________________________________________________________
6545 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
6546         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
6547              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
6548              because loading the XS part of Cwd might fail.
6549      Branch: perl
6550            ! lib/Cwd.pm
6551 ____________________________________________________________________________
6552 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
6553         Log: Subject: [patch lib/utf8.pm] doc tweaks
6554              From: Stas Bekman <stas@stason.org>
6555              Date: Sat, 16 Aug 2003 13:30:28 -0700
6556              Message-ID: <3F3E9464.3030202@stason.org>
6557      Branch: perl
6558            ! lib/utf8.pm
6559 ____________________________________________________________________________
6560 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
6561         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
6562              From: Michael G Schwern <schwern@pobox.com>
6563              Date: Fri, 15 Aug 2003 18:43:45 -0700
6564              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
6565      Branch: perl
6566            ! ext/Cwd/t/taint.t lib/Cwd.pm
6567 ____________________________________________________________________________
6568 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
6569         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
6570      Branch: perl
6571            ! hints/darwin.sh
6572 ____________________________________________________________________________
6573 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
6574         Log: Add valgrind testing target.
6575      Branch: perl
6576            ! Makefile.SH pod/perlhack.pod t/TEST
6577 ____________________________________________________________________________
6578 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
6579         Log: More networking negativity.
6580      Branch: perl
6581            ! pod/perlport.pod
6582 ____________________________________________________________________________
6583 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
6584         Log: Remove a useless vstring reference in perlnumber.pod.
6585      Branch: perl
6586            ! pod/perlnumber.pod
6587 ____________________________________________________________________________
6588 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
6589         Log: README.macosx updates about known problems.
6590      Branch: perl
6591            ! README.macosx
6592 ____________________________________________________________________________
6593 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
6594         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
6595              From: Andreas J Koenig <andreas.koenig@anima.de>
6596              Date: Fri, 15 Aug 2003 11:55:22 +0200
6597              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
6598      Branch: perl
6599            ! lib/Memoize/t/errors.t
6600 ____________________________________________________________________________
6601 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
6602         Log: Upgrade to File::Temp 0.13 from CPAN--
6603              but since we had a '0.13' already in 5.8.0, make this
6604              still a '0.131'.
6605      Branch: perl
6606            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
6607            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
6608            ! lib/File/Temp/t/tempfile.t
6609 ____________________________________________________________________________
6610 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
6611         Log: Clarify the E flag.
6612      Branch: perl
6613            ! embed.fnc
6614 ____________________________________________________________________________
6615 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
6616         Log: Integrate from maint:
6617              [ 20724]
6618              No peeking before the buffer.
6619              (This was probably the random failure showing up
6620              in Solaris with t/uni/tr_7jis.t)
6621      Branch: perl
6622           !> toke.c
6623 ____________________________________________________________________________
6624 [ 20724] By: jhi                                   on 2003/08/15  15:32:39
6625         Log: No peeking before the buffer.
6626              (This was probably the random failure showing up
6627              in Solaris with t/uni/tr_7jis.t)
6628      Branch: maint-5.8/perl
6629            ! toke.c
6630 ____________________________________________________________________________
6631 [ 20723] By: jhi                                   on 2003/08/15  15:03:35
6632         Log: Lingering nanosleep.
6633      Branch: maint-5.8/perl
6634            ! Configure config_h.SH vos/config.alpha.def vos/config.alpha.h
6635            ! vos/config.ga.def vos/config.ga.h
6636 ____________________________________________________________________________
6637 [ 20722] By: jhi                                   on 2003/08/15  08:46:15
6638         Log: Integrate:
6639              [ 20721]
6640              Subject: [PATCH] TEST script (Was: Not ok 20712ff)
6641              From: Andreas J Koenig <andreas.koenig@anima.de>
6642              Date: Fri, 15 Aug 2003 11:37:29 +0200
6643              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
6644      Branch: maint-5.8/perl
6645           !> t/TEST
6646 ____________________________________________________________________________
6647 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
6648         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
6649              From: Andreas J Koenig <andreas.koenig@anima.de>
6650              Date: Fri, 15 Aug 2003 11:37:29 +0200
6651              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
6652      Branch: perl
6653            ! t/TEST
6654 ____________________________________________________________________________
6655 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
6656         Log: Integrate from maint:
6657              [ 20719]
6658              no_plan is not a good plan until TEST is fixed.
6659      Branch: perl
6660           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
6661 ____________________________________________________________________________
6662 [ 20719] By: jhi                                   on 2003/08/15  08:38:50
6663         Log: no_plan is not a good plan until TEST is fixed.
6664      Branch: maint-5.8/perl
6665            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
6666 ____________________________________________________________________________
6667 [ 20718] By: jhi                                   on 2003/08/15  05:16:34
6668         Log: Integrate:
6669              [ 20710]
6670              Subject: PATCH RC4 IO::Dir
6671              From: Mark Jason Dominus <mjd@plover.com>
6672              Date: Thu, 14 Aug 2003 12:02:59 -0400
6673              Message-ID: <20030814160259.27586.qmail@plover.com>
6674              
6675              [ 20711]
6676              perlcheat is a reference, not tutorial.
6677              
6678              [ 20712]
6679              Upgrade to NEXT 0.60.
6680              
6681              [ 20713]
6682              Upgrade to PerlIO::via::Quoted 0.05.
6683              
6684              [ 20714]
6685              Add PerlIO::via::QuotedPrint to Maintainers.
6686              
6687              [ 20715]
6688              Damian replied that he'll make a CPAN Switch 2.10
6689              out of 5.8.1 Switch 2.10.
6690              
6691              [ 20716]
6692              Upgrade to Test::Harness 2.30.
6693              
6694              [ 20717]
6695              Up the F::S subpackage versions; up the JPL JNI.pm version
6696              (the JPL cvs seems to be out of order), the only real change
6697              (in JNI.xs) seems to have been CRLF->LF conversion.
6698      Branch: maint-5.8/perl
6699           !> Porting/Maintainers.pl ext/IO/lib/IO/Dir.pm jpl/JNI/JNI.pm
6700           !> lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm lib/NEXT.pm
6701           !> lib/NEXT/Changes lib/NEXT/README lib/NEXT/t/actual.t
6702           !> lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
6703           !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
6704           !> lib/Switch.pm lib/Test/Harness.pm lib/Test/Harness/Changes
6705           !> lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
6706           !> pod/perl.pod
6707 ____________________________________________________________________________
6708 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
6709         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
6710              (the JPL cvs seems to be out of order), the only real change
6711              (in JNI.xs) seems to have been CRLF->LF conversion.
6712      Branch: perl
6713            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
6714 ____________________________________________________________________________
6715 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
6716         Log: Upgrade to Test::Harness 2.30.
6717      Branch: perl
6718            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6719            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
6720 ____________________________________________________________________________
6721 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
6722         Log: Damian replied that he'll make a CPAN Switch 2.10
6723              out of 5.8.1 Switch 2.10.
6724      Branch: perl
6725            ! lib/Switch.pm
6726 ____________________________________________________________________________
6727 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
6728         Log: Add PerlIO::via::QuotedPrint to Maintainers.
6729      Branch: perl
6730            ! Porting/Maintainers.pl
6731 ____________________________________________________________________________
6732 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
6733         Log: Upgrade to PerlIO::via::Quoted 0.05.
6734      Branch: perl
6735            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
6736 ____________________________________________________________________________
6737 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
6738         Log: Upgrade to NEXT 0.60.
6739      Branch: perl
6740            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
6741            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
6742 ____________________________________________________________________________
6743 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
6744         Log: perlcheat is a reference, not tutorial.
6745      Branch: perl
6746            ! pod/perl.pod
6747 ____________________________________________________________________________
6748 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
6749         Log: Subject: PATCH RC4 IO::Dir
6750              From: Mark Jason Dominus <mjd@plover.com>
6751              Date: Thu, 14 Aug 2003 12:02:59 -0400
6752              Message-ID: <20030814160259.27586.qmail@plover.com>
6753      Branch: perl
6754            ! ext/IO/lib/IO/Dir.pm
6755 ____________________________________________________________________________
6756 [ 20709] By: jhi                                   on 2003/08/14  14:47:24
6757         Log: Integrate:
6758              [ 20708]
6759              win32/fcrypt.c was forgotten.
6760      Branch: maint-5.8/perl
6761           !> MANIFEST
6762 ____________________________________________________________________________
6763 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
6764         Log: win32/fcrypt.c was forgotten.
6765      Branch: perl
6766            ! MANIFEST
6767 ____________________________________________________________________________
6768 [ 20707] By: jhi                                   on 2003/08/14  14:41:47
6769         Log: Integrate:
6770              [ 20704]
6771              XS contents changes versus VERSION non-changes.
6772              
6773              [ 20705]
6774              One more XS change versus no VERSION change.
6775              (Remaining in JNI.pm/xs, don't know what to about that
6776              since JNI is kind of "stable".)
6777              
6778              [ 20706]
6779              Not so great a version bump, let Paul release 0.17.
6780      Branch: maint-5.8/perl
6781           !> ext/Filter/Util/Call/Call.pm ext/NDBM_File/NDBM_File.pm
6782           !> ext/ODBM_File/ODBM_File.pm ext/PerlIO/scalar/scalar.pm
6783           !> ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
6784 ____________________________________________________________________________
6785 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
6786         Log: Not so great a version bump, let Paul release 0.17.
6787      Branch: perl
6788            ! ext/Filter/Util/Call/Call.pm
6789 ____________________________________________________________________________
6790 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
6791         Log: One more XS change versus no VERSION change.
6792              (Remaining in JNI.pm/xs, don't know what to about that
6793              since JNI is kind of "stable".)
6794      Branch: perl
6795            ! ext/Filter/Util/Call/Call.pm
6796 ____________________________________________________________________________
6797 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
6798         Log: XS contents changes versus VERSION non-changes.
6799      Branch: perl
6800            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
6801            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
6802            ! ext/Socket/Socket.pm
6803 ____________________________________________________________________________
6804 [ 20703] By: jhi                                   on 2003/08/14  14:31:11
6805         Log: Integrate:
6806              [ 20694]
6807              Regen warnings.
6808              
6809              [ 20696]
6810              Tweak from Slaven to catch also changed .xs files
6811              (.pm -> .xs name equivalence is assumed)
6812              
6813              [ 20699]
6814              All the authors of these modules have now been contacted;
6815              but assuming no CPAN updates are upcoming, here are 'fake'
6816              version updates to make us different from 5.8.0.
6817              (List::Util+Scalar::Util will soon be updated;
6818              File::Spec CPAN release will be made based on 5.8.1.)
6819              
6820              [ 20700]
6821              Update to Scalar-List-Utils 1.12
6822              
6823              [ 20701]
6824              Subject: [DOC PATCH] warnings.pl
6825              From: Elizabeth Mattijsen <liz@dijkmat.nl>
6826              Date: Thu, 14 Aug 2003 13:12:55 +0200
6827              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
6828              
6829              (some rewording)
6830              
6831              [ 20702]
6832              Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
6833              From: Steve Hay <steve.hay@uk.radan.com>
6834              Date: Thu, 14 Aug 2003 15:39:16 +0100
6835              Message-ID: <3F3B9F14.4040609@uk.radan.com>
6836              
6837              (Sarathy okayed the idea.)
6838      Branch: maint-5.8/perl
6839           +> win32/fcrypt.c
6840            - win32/des_fcrypt.patch
6841           !> MANIFEST Porting/cmpVERSION.pl README.win32
6842           !> ext/Data/Dumper/Dumper.pm ext/List/Util/ChangeLog
6843           !> ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
6844           !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
6845           !> lib/CGI/Fast.pm lib/CGI/Util.pm lib/File/Temp.pm
6846           !> lib/Locale/Country.pm lib/Locale/Currency.pm
6847           !> lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
6848           !> lib/Test/Harness/Straps.pm lib/Text/Wrap.pm lib/warnings.pm
6849           !> warnings.pl win32/Makefile win32/makefile.mk
6850 ____________________________________________________________________________
6851 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
6852         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
6853              From: Steve Hay <steve.hay@uk.radan.com>
6854              Date: Thu, 14 Aug 2003 15:39:16 +0100
6855              Message-ID: <3F3B9F14.4040609@uk.radan.com>
6856              
6857              (Sarathy okayed the idea.)
6858      Branch: perl
6859            + win32/fcrypt.c
6860            - win32/des_fcrypt.patch
6861            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
6862 ____________________________________________________________________________
6863 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
6864         Log: Subject: [DOC PATCH] warnings.pl
6865              From: Elizabeth Mattijsen <liz@dijkmat.nl>
6866              Date: Thu, 14 Aug 2003 13:12:55 +0200
6867              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
6868              
6869              (some rewording)
6870      Branch: perl
6871            ! lib/warnings.pm warnings.pl
6872 ____________________________________________________________________________
6873 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
6874         Log: Update to Scalar-List-Utils 1.12
6875      Branch: perl
6876            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
6877            ! ext/List/Util/lib/List/Util.pm
6878            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
6879 ____________________________________________________________________________
6880 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
6881         Log: All the authors of these modules have now been contacted;
6882              but assuming no CPAN updates are upcoming, here are 'fake'
6883              version updates to make us different from 5.8.0.
6884              (List::Util+Scalar::Util will soon be updated;
6885              File::Spec CPAN release will be made based on 5.8.1.)
6886      Branch: perl
6887            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
6888            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
6889            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
6890            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
6891 ____________________________________________________________________________
6892 [ 20698] By: jhi                                   on 2003/08/14  07:06:03
6893         Log: ...than the maint versions.
6894      Branch: maint-5.8/perl
6895            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
6896 ____________________________________________________________________________
6897 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
6898         Log: Make the blead versions of these be newer...
6899      Branch: perl
6900            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
6901 ____________________________________________________________________________
6902 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
6903         Log: Tweak from Slaven to catch also changed .xs files
6904              (.pm -> .xs name equivalence is assumed)
6905      Branch: perl
6906            ! Porting/cmpVERSION.pl
6907 ____________________________________________________________________________
6908 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
6909         Log: Diffs-sans-version-diffs between blead and maint.
6910      Branch: perl
6911            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
6912            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
6913            ! lib/warnings.pm warnings.pl
6914 ____________________________________________________________________________
6915 [ 20694] By: jhi                                   on 2003/08/14  05:36:20
6916         Log: Regen warnings.
6917      Branch: maint-5.8/perl
6918            ! lib/warnings.pm
6919 ____________________________________________________________________________
6920 [ 20693] By: jhi                                   on 2003/08/14  05:35:13
6921         Log: Integrate:
6922              [ 20685]
6923              Subject: Re: script wanted
6924              From: Enache Adrian <enache@rdslink.ro>
6925              Date: Wed, 13 Aug 2003 22:31:18 +0300
6926              Message-ID: <20030813193118.GA1273@ratsnest.hole>
6927              
6928              [ 20686]
6929              Subject: Re: script wanted
6930              From: Nicholas Clark <nick@ccl4.org>
6931              Date: Wed, 13 Aug 2003 20:46:09 +0100
6932              Message-ID: <20030813204609.G20130@plum.flirble.org>
6933              
6934              [ 20687]
6935              Alpha version numbers noticed by Schwern.
6936              (These hacks are no more needed since the PAUSE indexer no
6937              more indexes the insides of Perl distributions, says Andreas.)
6938              
6939              [ 20688]
6940              A swath of VERSION patches from Nick Clark.
6941              
6942              [ 20691]
6943              Add a known exception.
6944              
6945              [ 20692]
6946              One more VERSION bump.
6947      Branch: maint-5.8/perl
6948           !> (integrate 61 files)
6949 ____________________________________________________________________________
6950 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
6951         Log: One more VERSION bump.
6952      Branch: perl
6953            ! lib/SelfLoader.pm
6954 ____________________________________________________________________________
6955 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
6956         Log: Add a known exception.
6957      Branch: perl
6958            ! Porting/cmpVERSION.pl
6959 ____________________________________________________________________________
6960 [ 20690] By: jhi                                   on 2003/08/14  05:18:30
6961         Log: Integrate:
6962              [ 20578]
6963              Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
6964              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
6965              which was on old bug unearthed by the change #20559.
6966              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
6967              Workaround is not to use lexicals.
6968              
6969              [ 20583]
6970              Change #20578 to SelfLoader is probably also useful to AutoSplit.
6971              
6972              (Strictly speaking these would no be necessary (yet) for maint
6973              since the more recent lexical patches have not yet been merged,
6974              but since the qr// + (??{$lexical}) combination is dubious in
6975              any case, let's.)
6976      Branch: maint-5.8/perl
6977           !> lib/AutoSplit.pm lib/SelfLoader.pm
6978 ____________________________________________________________________________
6979 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
6980         Log: The blead version has got the dor.
6981      Branch: perl
6982            ! ext/Opcode/Opcode.pm
6983 ____________________________________________________________________________
6984 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
6985         Log: A swath of VERSION patches from Nick Clark.
6986      Branch: perl
6987            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
6988            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
6989            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
6990            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
6991            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
6992            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
6993            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
6994            ! lib/vmsish.pm os2/OS2/Process/Process.pm
6995            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
6996            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
6997            ! vms/ext/Filespec.pm warnings.pl
6998 ____________________________________________________________________________
6999 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
7000         Log: Alpha version numbers noticed by Schwern.
7001              (These hacks are no more needed since the PAUSE indexer no
7002              more indexes the insides of Perl distributions, says Andreas.)
7003      Branch: perl
7004            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
7005            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
7006            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
7007            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7008            ! ext/IPC/SysV/SysV.pm
7009 ____________________________________________________________________________
7010 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
7011         Log: Subject: Re: script wanted
7012              From: Nicholas Clark <nick@ccl4.org>
7013              Date: Wed, 13 Aug 2003 20:46:09 +0100
7014              Message-ID: <20030813204609.G20130@plum.flirble.org>
7015      Branch: perl
7016            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
7017            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
7018            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
7019            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
7020            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
7021            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
7022            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
7023            ! ext/re/re.pm ext/threads/shared/shared.pm
7024            ! ext/threads/threads.pm
7025 ____________________________________________________________________________
7026 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
7027         Log: Subject: Re: script wanted
7028              From: Enache Adrian <enache@rdslink.ro>
7029              Date: Wed, 13 Aug 2003 22:31:18 +0300
7030              Message-ID: <20030813193118.GA1273@ratsnest.hole>
7031      Branch: perl
7032            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7033            ! ext/B/B/Disassembler.pm
7034 ____________________________________________________________________________
7035 [ 20684] By: jhi                                   on 2003/08/13  17:28:40
7036         Log: Even my scripts rebel.
7037      Branch: maint-5.8/perl
7038            ! patchlevel.h
7039 ____________________________________________________________________________
7040 [ 20683] By: jhi                                   on 2003/08/13  17:28:00
7041         Log: Update Changes.
7042      Branch: maint-5.8/perl
7043            ! Changes patchlevel.h
7044 ____________________________________________________________________________
7045 [ 20682] By: jhi                                   on 2003/08/13  17:19:03
7046         Log: Integrate:
7047              [ 20680]
7048              Subject: [PATCH] GNU Public General Public General GNU Public License License
7049              From: Michael G Schwern <schwern@pobox.com>
7050              Date: Wed, 13 Aug 2003 11:15:40 -0700
7051              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
7052              
7053              [ 20681]
7054              Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
7055              From: Robin Barker <Robin.Barker@npl.co.uk>
7056              Date: Wed, 13 Aug 2003 18:05:38 +0100
7057              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
7058      Branch: maint-5.8/perl
7059           !> lib/lib_pm.PL pod/perlartistic.pod pod/perlgpl.pod
7060           !> utils/h2xs.PL utils/perlcc.PL
7061 ____________________________________________________________________________
7062 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
7063         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
7064              From: Robin Barker <Robin.Barker@npl.co.uk>
7065              Date: Wed, 13 Aug 2003 18:05:38 +0100
7066              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
7067      Branch: perl
7068            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
7069 ____________________________________________________________________________
7070 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
7071         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
7072              From: Michael G Schwern <schwern@pobox.com>
7073              Date: Wed, 13 Aug 2003 11:15:40 -0700
7074              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
7075      Branch: perl
7076            ! pod/perlartistic.pod pod/perlgpl.pod
7077 ____________________________________________________________________________
7078 [ 20679] By: jhi                                   on 2003/08/13  13:55:52
7079         Log: Integrate:
7080              [ 20678]
7081              Add cmpVERSION.pl from Slaven for comparing two
7082              Perl source trees for modules that have changed
7083              but have the same version numbers.
7084      Branch: maint-5.8/perl
7085           +> Porting/cmpVERSION.pl
7086           !> MANIFEST
7087 ____________________________________________________________________________
7088 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
7089         Log: Add cmpVERSION.pl from Slaven for comparing two
7090              Perl source trees for modules that have changed
7091              but have the same version numbers.
7092      Branch: perl
7093            + Porting/cmpVERSION.pl
7094            ! MANIFEST
7095 ____________________________________________________________________________
7096 [ 20677] By: jhi                                   on 2003/08/13  13:10:04
7097         Log: Integrate:
7098              [ 20668]
7099              perlipc thinko by John P. Linderman.
7100              
7101              [ 20669]
7102              More don't:s for nyetworking.
7103              
7104              [ 20670]
7105              Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
7106              From: "Craig A. Berry" <craigberry@mac.com>
7107              Date: Tue, 12 Aug 2003 21:12:00 -0500
7108              Message-ID: <3F399E70.4050607@mac.com>
7109              
7110              [ 20671]
7111              Subject: [PATCH] another VMS pod nit
7112              From: "Craig A. Berry" <craigberry@mac.com>
7113              Date: Wed, 13 Aug 2003 01:01:46 -0500
7114              Message-ID: <3F39D44A.4010207@mac.com>
7115              
7116              [ 20672]
7117              One tweak for microperl in OS/2.
7118              
7119              [ 20673]
7120              One tweak from Dave Mitchell.
7121              
7122              [ 20674]
7123              Make (hopefully) the Windows CR CR LF bug go away
7124              by making the CRLF layer repel any other CRLF layers.
7125              In other words: binmode(FH, ":crlf") in e.g. Win32
7126              is effectively a no-op since there already is one
7127              CRLF layer in the stack by default.
7128              
7129              [ 20675]
7130              Bye bye, bug.
7131              
7132              [ 20676]
7133              Make Johan's confusion go away, but there are no doubt more
7134              similar cases.
7135      Branch: maint-5.8/perl
7136           !> lib/File/Find.pm lib/Tie/File/t/24_cache_loop.t
7137           !> lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
7138           !> perl.h perlio.c pod/perlipc.pod pod/perlport.pod
7139           !> pod/perlrun.pod t/io/crlf.t t/io/layers.t
7140           !> vms/descrip_mms.template
7141 ____________________________________________________________________________
7142 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
7143         Log: Make Johan's confusion go away, but there are no doubt more
7144              similar cases.
7145      Branch: perl
7146            ! lib/File/Find.pm
7147 ____________________________________________________________________________
7148 [ 20675] By: jhi                                   on 2003/08/13  11:58:31
7149         Log: Bye bye, bug.
7150      Branch: maint-5.8/perl
7151            ! pod/perldelta.pod
7152 ____________________________________________________________________________
7153 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
7154         Log: Make (hopefully) the Windows CR CR LF bug go away
7155              by making the CRLF layer repel any other CRLF layers.
7156              In other words: binmode(FH, ":crlf") in e.g. Win32
7157              is effectively a no-op since there already is one
7158              CRLF layer in the stack by default.
7159      Branch: perl
7160            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
7161 ____________________________________________________________________________
7162 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
7163         Log: One tweak from Dave Mitchell.
7164      Branch: perl
7165            ! pod/perlport.pod
7166 ____________________________________________________________________________
7167 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
7168         Log: One tweak for microperl in OS/2.
7169      Branch: perl
7170            ! perl.h
7171 ____________________________________________________________________________
7172 [ 20671] By: merijn                                on 2003/08/13  08:57:27
7173         Log: Subject: [PATCH] another VMS pod nit
7174              From: "Craig A. Berry" <craigberry@mac.com>
7175              Date: Wed, 13 Aug 2003 01:01:46 -0500
7176              Message-ID: <3F39D44A.4010207@mac.com>
7177      Branch: perl
7178            ! vms/descrip_mms.template
7179 ____________________________________________________________________________
7180 [ 20670] By: merijn                                on 2003/08/13  08:54:45
7181         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
7182              From: "Craig A. Berry" <craigberry@mac.com>
7183              Date: Tue, 12 Aug 2003 21:12:00 -0500
7184              Message-ID: <3F399E70.4050607@mac.com>
7185      Branch: perl
7186            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
7187            ! lib/Tie/File/t/29a_upcopy.t
7188 ____________________________________________________________________________
7189 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
7190         Log: More don't:s for nyetworking.
7191      Branch: perl
7192            ! pod/perlport.pod
7193 ____________________________________________________________________________
7194 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
7195         Log: perlipc thinko by John P. Linderman.
7196      Branch: perl
7197            ! pod/perlipc.pod
7198 ____________________________________________________________________________
7199 [ 20667] By: jhi                                   on 2003/08/12  20:04:53
7200         Log: Integrate:
7201              [ 20659]
7202              Document the known CR CR LF issue in Win32.
7203              
7204              [ 20660]
7205              A better patch from Yitzchak Scott-Thoennes for [perl #23287].
7206              
7207              [ 20661]
7208              perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
7209              
7210              [ 20662]
7211              Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
7212              From: PPrymmer@factset.com
7213              Date: Tue, 12 Aug 2003 16:24:21 -0400
7214              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
7215              
7216              [ 20663]
7217              More missing pods for VMS.
7218              
7219              [ 20664]
7220              Do some updates also on pod.mak -- which seems to
7221              be badly out of date.
7222              
7223              [ 20665]
7224              README.cygwin updates from Gerrit P. Haase.
7225      Branch: maint-5.8/perl
7226           !> README.cygwin lib/ExtUtils/Installed.pm pod/perlreref.pod
7227           !> pp_sys.c vms/descrip_mms.template win32/pod.mak
7228 ____________________________________________________________________________
7229 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
7230         Log: Subject: Re: maint @ 20617 [PATCH]
7231              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
7232              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
7233              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
7234      Branch: perl
7235            ! lib/ExtUtils/Installed.pm
7236 ____________________________________________________________________________
7237 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
7238         Log: README.cygwin updates from Gerrit P. Haase.
7239      Branch: perl
7240            ! README.cygwin
7241 ____________________________________________________________________________
7242 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
7243         Log: Do some updates also on pod.mak -- which seems to
7244              be badly out of date.
7245      Branch: perl
7246            ! win32/pod.mak
7247 ____________________________________________________________________________
7248 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
7249         Log: More missing pods for VMS.
7250      Branch: perl
7251            ! vms/descrip_mms.template
7252 ____________________________________________________________________________
7253 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
7254         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
7255              From: PPrymmer@factset.com
7256              Date: Tue, 12 Aug 2003 16:24:21 -0400
7257              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
7258      Branch: perl
7259            ! vms/descrip_mms.template
7260 ____________________________________________________________________________
7261 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
7262         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
7263      Branch: perl
7264            ! pod/perlreref.pod
7265 ____________________________________________________________________________
7266 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
7267         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
7268      Branch: perl
7269            ! pp_sys.c
7270 ____________________________________________________________________________
7271 [ 20659] By: jhi                                   on 2003/08/12  18:39:09
7272         Log: Document the known CR CR LF issue in Win32.
7273      Branch: maint-5.8/perl
7274            ! pod/perldelta.pod
7275 ____________________________________________________________________________
7276 [ 20658] By: jhi                                   on 2003/08/12  13:57:58
7277         Log: Integrate:
7278              [ 20657]
7279              Multiline one-liners are a bit too much to ask.
7280      Branch: maint-5.8/perl
7281           !> t/op/closure.t
7282 ____________________________________________________________________________
7283 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
7284         Log: Multiline one-liners are a bit too much to ask.
7285      Branch: perl
7286            ! t/op/closure.t
7287 ____________________________________________________________________________
7288 [ 20656] By: jhi                                   on 2003/08/12  13:27:44
7289         Log: Integrate:
7290              [ 20650]
7291              Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
7292              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7293              Date: Sun, 3 Aug 2003 06:19:02 -0700
7294              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
7295              
7296              [ 20651]
7297              Microperl expects C89 (like the rest of Perl).
7298              
7299              [ 20652]
7300              Subject: perlcheat
7301              From: Juerd <juerd@cpan.org>
7302              Date: Mon, 11 Aug 2003 20:24:34 +0200
7303              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
7304              
7305              [ 20653]
7306              Retract #20644 and #20643; on non-microperl non-fcntl
7307              systems Wrong Thing would be done.  (And as Sarathy
7308              points out, closing both ends of a pipe is rather
7309              identical to never opening it...)
7310              
7311              [ 20654]
7312              Add perlcheat to the toc and perl.pod; regen toc. 
7313              
7314              [ 20655]
7315              Advertise perlcheat.
7316      Branch: maint-5.8/perl
7317           +> pod/perlcheat.pod
7318           !> MANIFEST README.micro pod/buildtoc.PL pod/perl.pod
7319           !> pod/perltoc.pod pp_sys.c util.c
7320 ____________________________________________________________________________
7321 [ 20655] By: jhi                                   on 2003/08/12  13:24:21
7322         Log: Advertise perlcheat.
7323      Branch: maint-5.8/perl
7324            ! pod/perldelta.pod
7325 ____________________________________________________________________________
7326 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
7327         Log: Add perlcheat to the toc and perl.pod; regen toc. 
7328      Branch: perl
7329            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7330 ____________________________________________________________________________
7331 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
7332         Log: Retract #20644 and #20643; on non-microperl non-fcntl
7333              systems Wrong Thing would be done.  (And as Sarathy
7334              points out, closing both ends of a pipe is rather
7335              identical to never opening it...)
7336      Branch: perl
7337            ! pp_sys.c util.c
7338 ____________________________________________________________________________
7339 [ 20652] By: ams                                   on 2003/08/12  13:06:40
7340         Log: Subject: perlcheat
7341              From: Juerd <juerd@cpan.org>
7342              Date: Mon, 11 Aug 2003 20:24:34 +0200
7343              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
7344      Branch: perl
7345            + pod/perlcheat.pod
7346            ! MANIFEST
7347 ____________________________________________________________________________
7348 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
7349         Log: Microperl expects C89 (like the rest of Perl).
7350      Branch: perl
7351            ! README.micro
7352 ____________________________________________________________________________
7353 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
7354         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
7355              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7356              Date: Sun, 3 Aug 2003 06:19:02 -0700
7357              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
7358      Branch: perl
7359            ! lib/ExtUtils/xsubpp
7360 ____________________________________________________________________________
7361 [ 20649] By: jhi                                   on 2003/08/12  12:14:31
7362         Log: Integrate:
7363              [ 20639]
7364              No dor in maint.
7365              
7366              [ 20640]
7367              returning would be good, too.
7368              
7369              [ 20643]
7370              A generally useful hunk from Ilya's microperl patch.
7371              (If no fcntl F_SETFD, fake it the best we can.)
7372              
7373              [ 20644]
7374              More microperlish faking in case no fcntl F_SETFD for pipes.
7375              
7376              [ 20645]
7377              Localize PARENT (based on Ilya's microperl patch).
7378              
7379              [ 20646]
7380              Apply much of Ilya's microperl patch, but instead of
7381              implementing the opendir()/readdir()/closedir() using
7382              external commands give up "ANSI-pureness" and define them
7383              in uconfig.sh, also define other stuff like rename() and putenv().
7384              Leave out the $| emulation in my_fork() since we are
7385              not supposed to have fork() under microperl.
7386              
7387              [ 20647]
7388              Oops.
7389              
7390              [ 20648]
7391              If we are void we cannot return a value.
7392      Branch: maint-5.8/perl
7393           !> Makefile.micro README.micro doio.c lib/Cwd.pm mg.c perl.c
7394           !> perl.h perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
7395 ____________________________________________________________________________
7396 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
7397         Log: If we are void we cannot return a value.
7398      Branch: perl
7399            ! mg.c
7400 ____________________________________________________________________________
7401 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
7402         Log: Oops.
7403      Branch: perl
7404            ! perl.c
7405 ____________________________________________________________________________
7406 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
7407         Log: Apply much of Ilya's microperl patch, but instead of
7408              implementing the opendir()/readdir()/closedir() using
7409              external commands give up "ANSI-pureness" and define them
7410              in uconfig.sh, also define other stuff like rename() and putenv().
7411              Leave out the $| emulation in my_fork() since we are
7412              not supposed to have fork() under microperl.
7413      Branch: perl
7414            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
7415            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
7416 ____________________________________________________________________________
7417 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
7418         Log: Localize PARENT (based on Ilya's microperl patch).
7419      Branch: perl
7420            ! lib/Cwd.pm
7421 ____________________________________________________________________________
7422 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
7423         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
7424      Branch: perl
7425            ! util.c
7426 ____________________________________________________________________________
7427 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
7428         Log: A generally useful hunk from Ilya's microperl patch.
7429              (If no fcntl F_SETFD, fake it the best we can.)
7430      Branch: perl
7431            ! pp_sys.c
7432 ____________________________________________________________________________
7433 [ 20642] By: jhi                                   on 2003/08/12  10:04:55
7434         Log: Drop problematic test for now.
7435      Branch: maint-5.8/perl
7436            - ext/Safe/t/safeops.t
7437            ! MANIFEST
7438 ____________________________________________________________________________
7439 [ 20641] By: jhi                                   on 2003/08/12  10:03:56
7440         Log: Retract #20640 and #20639; easier just to not have this
7441              test in maint (it seems dependent on opcode.pl, urgh.)
7442      Branch: maint-5.8/perl
7443           !> ext/Safe/t/safeops.t
7444 ____________________________________________________________________________
7445 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
7446         Log: returning would be good, too.
7447      Branch: perl
7448            ! ext/Safe/t/safeops.t
7449 ____________________________________________________________________________
7450 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
7451         Log: No dor in maint.
7452      Branch: perl
7453            ! ext/Safe/t/safeops.t
7454 ____________________________________________________________________________
7455 [ 20638] By: jhi                                   on 2003/08/12  09:45:10
7456         Log: Clarify information about the HP-UX cc warning.
7457      Branch: maint-5.8/perl
7458            ! pod/perldelta.pod
7459 ____________________________________________________________________________
7460 [ 20637] By: jhi                                   on 2003/08/12  09:36:26
7461         Log: Looked funny in harness output.
7462      Branch: maint-5.8/perl
7463            ! t/op/closure.t
7464 ____________________________________________________________________________
7465 [ 20636] By: jhi                                   on 2003/08/12  08:58:28
7466         Log: Integrate:
7467              [ 20620]
7468              Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
7469              From: merlyn@stonehenge.com (Randal L. Schwartz)
7470              Date: 11 Aug 2003 09:45:29 -0700
7471              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
7472              
7473              Subject: [PATCH] perlreref.pod tweaks
7474              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7475              Date: Mon, 11 Aug 2003 13:19:51 -0400
7476              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
7477              
7478              Plus a note about {,n} not being a quantifier.
7479              
7480              [ 20621]
7481              perldelta tweaks.
7482              
7483              [ 20622]
7484              [perl #23274] B::Deparse wasn't handling correctly builtins that
7485              have two filehandles in their prototypes (pipe, socketpair,
7486              accept) when non-bareword prototypes were used.
7487              
7488              [ 20623]
7489              Add a new regression test for Safe : tests that all ops
7490              can be trapped by a Safe compartement (except for the ones
7491              that can't.)
7492              
7493              [ 20625]
7494              Subject: Re: [PATCH] perlreref.pod tweaks
7495              From: Iain Truskett <spoon@cpan.org>
7496              Date: Tue, 12 Aug 2003 13:59:27 +1000
7497              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
7498              
7499              plus explain "Titlecase".
7500              
7501              [ 20626]
7502              head2-ify many of the head1s, will probably make this look
7503              better in HTML.
7504              
7505              [ 20627]
7506              Gotta Get'em Cases Right.
7507              
7508              [ 20628]
7509              Too enthusiastic head2-ing.
7510              
7511              [ 20629]
7512              =head2 ALL CAPS
7513              
7514              [ 20630]
7515              Fix for [perl #23287] segfault in untie.
7516              (Well, at least no more coredump.)
7517              
7518              [ 20631]
7519              A new try from Dave Mitchell for [perl #23265].
7520              
7521              [ 20632]
7522              The Debian people have expressed a wish for the boilerplate
7523              being specific about the Perl version; patch from Nick Clark.
7524              
7525              [ 20633]
7526              Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
7527              From: Michael G Schwern <schwern@pobox.com>
7528              Date: Sat, 9 Aug 2003 15:03:02 -0700
7529              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
7530              
7531              (plus one extra catfile() in h2xs.t)
7532              
7533              [ 20634]
7534              Subject: [PATCH 5.8.1 @19053] XSLoader revisted
7535              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7536              Date: Mon, 21 Apr 2003 22:44:37 -0700
7537              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
7538              
7539              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
7540              
7541              [ 20635]
7542              Advertise neo-h2xs.
7543      Branch: maint-5.8/perl
7544           +> ext/Safe/t/safeops.t
7545           !> MANIFEST ext/B/B/Deparse.pm ext/DynaLoader/XSLoader_pm.PL
7546           !> lib/h2xs.t pad.c pod/perlreref.pod pp_sys.c t/op/closure.t
7547           !> t/op/tie.t utils/h2xs.PL
7548 ____________________________________________________________________________
7549 [ 20635] By: jhi                                   on 2003/08/12  08:48:56
7550         Log: Advertise neo-h2xs.
7551      Branch: maint-5.8/perl
7552            ! pod/perldelta.pod
7553 ____________________________________________________________________________
7554 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
7555         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
7556              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7557              Date: Mon, 21 Apr 2003 22:44:37 -0700
7558              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
7559              
7560              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
7561      Branch: perl
7562            ! ext/DynaLoader/XSLoader_pm.PL
7563 ____________________________________________________________________________
7564 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
7565         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
7566              From: Michael G Schwern <schwern@pobox.com>
7567              Date: Sat, 9 Aug 2003 15:03:02 -0700
7568              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
7569              
7570              (plus one extra catfile() in h2xs.t)
7571      Branch: perl
7572            ! lib/h2xs.t utils/h2xs.PL
7573 ____________________________________________________________________________
7574 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
7575         Log: The Debian people have expressed a wish for the boilerplate
7576              being specific about the Perl version; patch from Nick Clark.
7577      Branch: perl
7578            ! utils/h2xs.PL
7579 ____________________________________________________________________________
7580 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
7581         Log: A new try from Dave Mitchell for [perl #23265].
7582      Branch: perl
7583            ! pad.c t/op/closure.t
7584 ____________________________________________________________________________
7585 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
7586         Log: Fix for [perl #23287] segfault in untie.
7587              (Well, at least no more coredump.)
7588      Branch: perl
7589            ! pp_sys.c t/op/tie.t
7590 ____________________________________________________________________________
7591 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
7592         Log: =head2 ALL CAPS
7593      Branch: perl
7594            ! pod/perlreref.pod
7595 ____________________________________________________________________________
7596 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
7597         Log: Too enthusiastic head2-ing.
7598      Branch: perl
7599            ! pod/perlreref.pod
7600 ____________________________________________________________________________
7601 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
7602         Log: Gotta Get'em Cases Right.
7603      Branch: perl
7604            ! pod/perlreref.pod
7605 ____________________________________________________________________________
7606 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
7607         Log: head2-ify many of the head1s, will probably make this look
7608              better in HTML.
7609      Branch: perl
7610            ! pod/perlreref.pod
7611 ____________________________________________________________________________
7612 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
7613         Log: Subject: Re: [PATCH] perlreref.pod tweaks
7614              From: Iain Truskett <spoon@cpan.org>
7615              Date: Tue, 12 Aug 2003 13:59:27 +1000
7616              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
7617              
7618              plus explain "Titlecase".
7619      Branch: perl
7620            ! pod/perlreref.pod
7621 ____________________________________________________________________________
7622 [ 20624] By: rgs                                   on 2003/08/11  21:12:02
7623         Log: Grab perlbug from bleadperl (@18698)
7624      Branch: maint-5.6
7625            ! perl-5.6.2/utils/perlbug.PL
7626 ____________________________________________________________________________
7627 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
7628         Log: Add a new regression test for Safe : tests that all ops
7629              can be trapped by a Safe compartement (except for the ones
7630              that can't.)
7631      Branch: perl
7632            + ext/Safe/t/safeops.t
7633            ! MANIFEST
7634 ____________________________________________________________________________
7635 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
7636         Log: B::Deparse wasn't handling correctly builtins that
7637              have two filehandles in their prototypes (pipe, socketpair,
7638              accept) when non-bareword prototypes were used.
7639      Branch: perl
7640            ! ext/B/B/Deparse.pm
7641 ____________________________________________________________________________
7642 [ 20621] By: jhi                                   on 2003/08/11  17:38:23
7643         Log: perldelta tweaks.
7644      Branch: maint-5.8/perl
7645            ! pod/perldelta.pod
7646 ____________________________________________________________________________
7647 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
7648         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
7649              From: merlyn@stonehenge.com (Randal L. Schwartz)
7650              Date: 11 Aug 2003 09:45:29 -0700
7651              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
7652              
7653              Subject: [PATCH] perlreref.pod tweaks
7654              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7655              Date: Mon, 11 Aug 2003 13:19:51 -0400
7656              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
7657              
7658              Plus a note about {,n} not being a quantifier.
7659      Branch: perl
7660            ! pod/perlreref.pod
7661 ____________________________________________________________________________
7662 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
7663         Log: Integrate:
7664              [ 20618]
7665              $* is not yet fully gone in 5.8.1.
7666      Branch: perl
7667           !> pod/perlreref.pod
7668 ____________________________________________________________________________
7669 [ 20618] By: jhi                                   on 2003/08/11  15:49:27
7670         Log: $* is not yet fully gone in 5.8.1.
7671      Branch: maint-5.8/perl
7672            ! pod/perlreref.pod
7673 ____________________________________________________________________________
7674 [ 20617] By: jhi                                   on 2003/08/11  12:29:51
7675         Log: Update Changes.
7676      Branch: maint-5.8/perl
7677            ! Changes patchlevel.h
7678 ____________________________________________________________________________
7679 [ 20616] By: jhi                                   on 2003/08/11  12:25:29
7680         Log: Advertise the PerlIO::via UTF8 method.
7681      Branch: maint-5.8/perl
7682            ! pod/perldelta.pod
7683 ____________________________________________________________________________
7684 [ 20615] By: jhi                                   on 2003/08/11  12:23:17
7685         Log: Integrate:
7686              [ 20611]
7687              Typo fix from Boris Zentner.
7688              
7689              [ 20612]
7690              VC6 warning: result still unsigned.
7691              
7692              [ 20614]
7693              Allow via layer to affect the PERLIO_F_UTF8 flag.
7694      Branch: maint-5.8/perl
7695           !> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs pod/perlfaq5.pod
7696           !> regexec.c
7697 ____________________________________________________________________________
7698 [ 20614] By: nick                                  on 2003/08/11  12:14:55
7699         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
7700      Branch: perl
7701            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
7702 ____________________________________________________________________________
7703 [ 20613] By: nick                                  on 2003/08/11  11:50:08
7704         Log: Integrate mainline
7705      Branch: perlio
7706           +> pod/perlreref.pod
7707           !> (integrate 61 files)
7708 ____________________________________________________________________________
7709 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
7710         Log: VC6 warning: result still unsigned.
7711      Branch: perl
7712            ! regexec.c
7713 ____________________________________________________________________________
7714 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
7715         Log: Typo fix from Boris Zentner.
7716      Branch: perl
7717            ! pod/perlfaq5.pod
7718 ____________________________________________________________________________
7719 [ 20610] By: jhi                                   on 2003/08/11  06:37:13
7720         Log: Integrate:
7721              [ 20607]
7722              Subject: Re: killing for vital signs [PATCH]
7723              From: "John P. Linderman" <jpl@research.att.com>
7724              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
7725              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
7726              
7727              [ 20608]
7728              Explain the 'Wide character in print' a bit more.
7729              
7730              [ 20609]
7731              Subject: [perl #23273] warnings in Unicode::UCD
7732              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
7733              Date: 10 Aug 2003 22:37:41 -0000
7734              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
7735      Branch: maint-5.8/perl
7736           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
7737           !> pod/perlfunc.pod pod/perlipc.pod
7738 ____________________________________________________________________________
7739 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
7740         Log: Subject: [perl #23273] warnings in Unicode::UCD
7741              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
7742              Date: 10 Aug 2003 22:37:41 -0000
7743              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
7744      Branch: perl
7745            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7746 ____________________________________________________________________________
7747 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
7748         Log: Explain the 'Wide character in print' a bit more.
7749      Branch: perl
7750            ! pod/perldiag.pod
7751 ____________________________________________________________________________
7752 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
7753         Log: Subject: Re: killing for vital signs [PATCH]
7754              From: "John P. Linderman" <jpl@research.att.com>
7755              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
7756              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
7757      Branch: perl
7758            ! pod/perlfunc.pod pod/perlipc.pod
7759 ____________________________________________________________________________
7760 [ 20606] By: jhi                                   on 2003/08/10  20:43:47
7761         Log: Integrate:
7762              [ 20604]
7763              Clarify the format checking instructions.
7764              
7765              [ 20605]
7766              gcc -ansi -pedantic cleanup; and a seemingly forgotten
7767              sv_placeholder hunk.
7768      Branch: maint-5.8/perl
7769           !> Porting/pumpkin.pod perl.h sv.h
7770 ____________________________________________________________________________
7771 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
7772         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
7773              sv_placeholder hunk.
7774      Branch: perl
7775            ! perl.h sv.h
7776 ____________________________________________________________________________
7777 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
7778         Log: Clarify the format checking instructions.
7779      Branch: perl
7780            ! Porting/pumpkin.pod
7781 ____________________________________________________________________________
7782 [ 20603] By: jhi                                   on 2003/08/10  19:48:42
7783         Log: Retract #20597, too many resulting core dumps.
7784      Branch: maint-5.8/perl
7785            ! pad.c t/op/closure.t
7786 ____________________________________________________________________________
7787 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
7788         Log: Retract #20597, too many resulting core dumps.
7789      Branch: perl
7790            ! pad.c t/op/closure.t
7791 ____________________________________________________________________________
7792 [ 20601] By: jhi                                   on 2003/08/10  19:38:36
7793         Log: Two different test harnesses, mmmm. 
7794      Branch: maint-5.8/perl
7795            ! t/op/closure.t
7796 ____________________________________________________________________________
7797 [ 20600] By: jhi                                   on 2003/08/10  18:32:49
7798         Log: Regen perlapi, perltoc.
7799      Branch: maint-5.8/perl
7800            ! pod/perlapi.pod pod/perltoc.pod
7801 ____________________________________________________________________________
7802 [ 20599] By: jhi                                   on 2003/08/10  18:32:16
7803         Log: Advertise perlreref.
7804      Branch: maint-5.8/perl
7805            ! pod/perldelta.pod
7806 ____________________________________________________________________________
7807 [ 20598] By: jhi                                   on 2003/08/10  18:29:12
7808         Log: Integrate:
7809              [ 20586]
7810              Subject: [PATCH perlmodinstall.pod] Installation on Win32
7811              From: Michael G Schwern <schwern@pobox.com>
7812              Date: Fri, 8 Aug 2003 18:35:51 -0700
7813              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
7814              
7815              [ 20587]
7816              hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
7817              normal key was replaced by its UTF-8 equivalent. This caused the
7818              "Storable problem" RT3 users reported under RH9.
7819              
7820              [ 20588]
7821              Update Jon Orwant's email address as he wants it,
7822              drop TPJ URL; upate also Doug MacEachern's address.
7823              
7824              [ 20589]
7825              Subject: [PATCH t/lib/1_compile.t] Removing tested modules
7826              From: Michael G Schwern <schwern@pobox.com>
7827              Date: Sat, 9 Aug 2003 13:36:59 -0700
7828              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
7829              
7830              [ 20593]
7831              Add the perlreref manpage, by Iain Truskett
7832              (regular expressions quick reference.)
7833              Regenerate the table of contents.
7834              
7835              [ 20594]
7836              Further tweaks on perlreref.pod (by Iain Truskett)
7837              
7838              [ 20595]
7839              One more PL_csighandlerp.
7840              
7841              [ 20596]
7842              Try simple workaround for the POSIX autosplit.ix warning.
7843              
7844              [ 20597]
7845              Subject: Re: [perl #23265] Nested anonymous subs
7846              From: Dave Mitchell <davem@fdgroup.com>
7847              Date: Sun, 10 Aug 2003 01:35:30 +0100
7848              Message-ID: <20030810003530.GB6547@fdgroup.com>
7849      Branch: maint-5.8/perl
7850           +> pod/perlreref.pod
7851           !> MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs hv.c pad.c
7852           !> pod/buildtoc.PL pod/perl.pod pod/perlembed.pod
7853           !> pod/perlmodinstall.pod pod/perltoc.pod t/lib/1_compile.t
7854           !> t/op/closure.t
7855 ____________________________________________________________________________
7856 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
7857         Log: Subject: Re: [perl #23265] Nested anonymous subs
7858              From: Dave Mitchell <davem@fdgroup.com>
7859              Date: Sun, 10 Aug 2003 01:35:30 +0100
7860              Message-ID: <20030810003530.GB6547@fdgroup.com>
7861      Branch: perl
7862            ! pad.c t/op/closure.t
7863 ____________________________________________________________________________
7864 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
7865         Log: Try simple workaround for the POSIX autosplit.ix warning.
7866      Branch: perl
7867            ! ext/POSIX/POSIX.pm
7868 ____________________________________________________________________________
7869 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
7870         Log: One more PL_csighandlerp.
7871      Branch: perl
7872            ! ext/POSIX/POSIX.xs
7873 ____________________________________________________________________________
7874 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
7875         Log: Further tweaks on perlreref.pod (by Iain Truskett)
7876      Branch: perl
7877            ! pod/perlreref.pod
7878 ____________________________________________________________________________
7879 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
7880         Log: Add the perlreref manpage, by Iain Truskett
7881              (regular expressions quick reference.)
7882              Regenerate the table of contents.
7883      Branch: perl
7884            + pod/perlreref.pod
7885            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7886 ____________________________________________________________________________
7887 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
7888         Log: Remove ByteLoader from the list of modules whose compilability should
7889              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
7890              pointed out.)
7891      Branch: perl
7892            ! t/lib/1_compile.t
7893 ____________________________________________________________________________
7894 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
7895         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
7896              From: Dave Mitchell <davem@fdgroup.com>
7897              Date: Sat, 9 Aug 2003 14:51:44 +0100
7898              Message-ID: <20030809135144.GC4997@fdgroup.com>
7899      Branch: perl
7900            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
7901            ! scope.h t/lib/warnings/pad
7902 ____________________________________________________________________________
7903 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
7904         Log: Regenerate perlapi.pod.
7905      Branch: perl
7906            ! pod/perlapi.pod
7907 ____________________________________________________________________________
7908 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
7909         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
7910              From: Michael G Schwern <schwern@pobox.com>
7911              Date: Sat, 9 Aug 2003 13:36:59 -0700
7912              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
7913      Branch: perl
7914            ! t/lib/1_compile.t
7915 ____________________________________________________________________________
7916 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
7917         Log: Update Jon Orwant's email address as he wants it,
7918              drop TPJ URL; upate also Doug MacEachern's address.
7919      Branch: perl
7920            ! pod/perlembed.pod pod/perlmodinstall.pod
7921 ____________________________________________________________________________
7922 [ 20587] By: ams                                   on 2003/08/09  18:09:34
7923         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
7924              normal key was replaced by its UTF-8 equivalent. This caused the
7925              "Storable problem" RT3 users reported under RH9.
7926      Branch: perl
7927            ! hv.c
7928 ____________________________________________________________________________
7929 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
7930         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
7931              From: Michael G Schwern <schwern@pobox.com>
7932              Date: Fri, 8 Aug 2003 18:35:51 -0700
7933              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
7934      Branch: perl
7935            ! pod/perlmodinstall.pod
7936 ____________________________________________________________________________
7937 [ 20585] By: jhi                                   on 2003/08/09  18:06:11
7938         Log: Reintroduce the U_32-ification to pad.c,
7939              suggested by Dave Mitchell.
7940      Branch: maint-5.8/perl
7941            ! pad.c
7942 ____________________________________________________________________________
7943 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
7944         Log: Reintroduce the U_32-ification to pad.c,
7945              suggested by Dave Mitchell.
7946      Branch: perl
7947            ! pad.c
7948 ____________________________________________________________________________
7949 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
7950         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
7951      Branch: perl
7952            ! lib/AutoSplit.pm
7953 ____________________________________________________________________________
7954 [ 20582] By: jhi                                   on 2003/08/09  08:52:37
7955         Log: Update Changes.
7956      Branch: maint-5.8/perl
7957            ! Changes patchlevel.h
7958 ____________________________________________________________________________
7959 [ 20581] By: jhi                                   on 2003/08/09  08:45:18
7960         Log: Update on the cygwin situation.  (I'm wishfully thinking
7961              that the sigaction.t failure was fixed by (blead) #20565.)
7962      Branch: maint-5.8/perl
7963            ! pod/perldelta.pod
7964 ____________________________________________________________________________
7965 [ 20580] By: jhi                                   on 2003/08/09  08:32:25
7966         Log: Integrate:
7967              [ 20570]
7968              Two more tests for #20566/#20568.
7969              
7970              [ 20571]
7971              Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
7972              From: Nicholas Clark <nick@ccl4.org>
7973              Date: Fri, 8 Aug 2003 23:30:00 +0100
7974              Message-ID: <20030808233000.B20130@plum.flirble.org>
7975              
7976              [ 20572]
7977              Subject: [PATCH] kill 'INT' doesn't work on Windows
7978              From: Jan Dubois <jand@ActiveState.com>
7979              Date: Fri, 08 Aug 2003 17:49:03 -0700
7980              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
7981              
7982              [ 20573]
7983              Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
7984              From: Michael G Schwern <schwern@pobox.com>
7985              Date: Fri, 8 Aug 2003 13:59:50 -0700
7986              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
7987              
7988              [ 20574]
7989              Subject: [ PATCH] Re: strange destruction problem on VMS
7990              From: Dave Mitchell <davem@fdgroup.com>
7991              Date: Fri, 8 Aug 2003 22:28:48 +0100
7992              Message-ID: <20030808212848.GA2628@fdgroup.com>
7993              
7994              [ 20577]
7995              The libcygipc doesn't really work with the Perl SysV IPC tests
7996              so no much point in adding it yet.
7997              
7998              [ 20579]
7999              Some updates for the memory use debugging section:
8000              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
8001      Branch: maint-5.8/perl
8002           !> ext/Storable/Storable.xs hints/cygwin.sh pod/perldebguts.pod
8003           !> pod/perlfaq8.pod sv.c t/op/pat.t win32/win32.c
8004 ____________________________________________________________________________
8005 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
8006         Log: Some updates for the memory use debugging section:
8007              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
8008      Branch: perl
8009            ! pod/perldebguts.pod
8010 ____________________________________________________________________________
8011 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
8012         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
8013              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
8014              which was on old bug unearthed by the change #20559.
8015              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
8016              Workaround is not to use lexicals.
8017      Branch: perl
8018            ! lib/SelfLoader.pm
8019 ____________________________________________________________________________
8020 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
8021         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
8022              so no much point in adding it yet.
8023      Branch: perl
8024            ! hints/cygwin.sh
8025 ____________________________________________________________________________
8026 [ 20576] By: jhi                                   on 2003/08/09  07:25:52
8027         Log: Retract #20525 since it was due to broken INT32_MIN in
8028              Cygwin 1.5's stdint.h.
8029      Branch: maint-5.8/perl
8030            ! pad.c
8031 ____________________________________________________________________________
8032 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
8033         Log: Retract #20524 since it was due to broken INT32_MIN in
8034              Cygwin 1.5's stdint.h.
8035      Branch: perl
8036            ! pad.c
8037 ____________________________________________________________________________
8038 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
8039         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
8040              From: Dave Mitchell <davem@fdgroup.com>
8041              Date: Fri, 8 Aug 2003 22:28:48 +0100
8042              Message-ID: <20030808212848.GA2628@fdgroup.com>
8043      Branch: perl
8044            ! sv.c
8045 ____________________________________________________________________________
8046 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
8047         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
8048              From: Michael G Schwern <schwern@pobox.com>
8049              Date: Fri, 8 Aug 2003 13:59:50 -0700
8050              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
8051      Branch: perl
8052            ! pod/perlfaq8.pod
8053 ____________________________________________________________________________
8054 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
8055         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
8056              From: Jan Dubois <jand@ActiveState.com>
8057              Date: Fri, 08 Aug 2003 17:49:03 -0700
8058              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
8059      Branch: perl
8060            ! win32/win32.c
8061 ____________________________________________________________________________
8062 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
8063         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
8064              From: Nicholas Clark <nick@ccl4.org>
8065              Date: Fri, 8 Aug 2003 23:30:00 +0100
8066              Message-ID: <20030808233000.B20130@plum.flirble.org>
8067      Branch: perl
8068            ! ext/Storable/Storable.xs
8069 ____________________________________________________________________________
8070 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
8071         Log: Two more tests for #20566/#20568.
8072      Branch: perl
8073            ! t/op/pat.t
8074 ____________________________________________________________________________
8075 [ 20569] By: jhi                                   on 2003/08/08  21:07:09
8076         Log: Integrate:
8077              [ 20568]
8078              Subject: [PATCH] Re: UNICODE regexp bug
8079              From: Nick Ing-Simmons <nick@ing-simmons.net>
8080              Date: Fri, 08 Aug 2003 23:05:49 +0100
8081              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
8082              
8083              Better patch (than #20566) from NI-S, one more test
8084              (introduce another variable rather than reuse the tmp, though)
8085      Branch: maint-5.8/perl
8086           !> regexec.c t/op/pat.t
8087 ____________________________________________________________________________
8088 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
8089         Log: Subject: [PATCH] Re: UNICODE regexp bug
8090              From: Nick Ing-Simmons <nick@ing-simmons.net>
8091              Date: Fri, 08 Aug 2003 23:05:49 +0100
8092              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
8093              
8094              Better patch (than #20566) from NI-S, one more test
8095              (introduce another variable rather than reuse the tmp, though)
8096      Branch: perl
8097            ! regexec.c t/op/pat.t
8098 ____________________________________________________________________________
8099 [ 20567] By: jhi                                   on 2003/08/08  19:51:22
8100         Log: Integrate:
8101              [ 20563]
8102              Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
8103              From: "Gerrit P. Haase" <gp@familiehaase.de>
8104              Date: Fri, 8 Aug 2003 13:44:51 +0200
8105              Message-ID: <1621817486657.20030808134451@familiehaase.de>
8106              
8107              [ 20564]
8108              Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
8109              From: Steve Hay <steve.hay@uk.radan.com>
8110              Date: Fri, 08 Aug 2003 12:42:28 +0100
8111              Message-ID: <3F338CA4.3010503@uk.radan.com>
8112              
8113              [ 20565]
8114              Move the csighandler to be a data variable so that
8115              things like DLL trampolines can't mess up the code
8116              variables the Perl_csighandler (seen in Cygwin:
8117              Perl_csighandler in POSIX extension was different
8118              than in main executable).
8119              
8120              [ 20566]
8121              Subject: UNICODE regexp bug
8122              From: Nick Ing-Simmons <nick@ing-simmons.net>
8123              Date: Fri, 08 Aug 2003 20:36:56 +0100
8124              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
8125      Branch: maint-5.8/perl
8126           !> embedvar.h ext/NDBM_File/hints/cygwin.pl
8127           !> ext/ODBM_File/hints/cygwin.pl ext/POSIX/POSIX.xs
8128           !> hints/cygwin.sh mg.c perlapi.h perlvars.h regexec.c t/op/pat.t
8129           !> t/op/time.t
8130 ____________________________________________________________________________
8131 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
8132         Log: Subject: UNICODE regexp bug
8133              From: Nick Ing-Simmons <nick@ing-simmons.net>
8134              Date: Fri, 08 Aug 2003 20:36:56 +0100
8135              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
8136      Branch: perl
8137            ! regexec.c t/op/pat.t
8138 ____________________________________________________________________________
8139 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
8140         Log: Move the csighandler to be a data variable so that
8141              things like DLL trampolines can't mess up the code
8142              variables the Perl_csighandler (seen in Cygwin:
8143              Perl_csighandler in POSIX extension was different
8144              than in main executable).
8145      Branch: perl
8146            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
8147 ____________________________________________________________________________
8148 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
8149         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
8150              From: Steve Hay <steve.hay@uk.radan.com>
8151              Date: Fri, 08 Aug 2003 12:42:28 +0100
8152              Message-ID: <3F338CA4.3010503@uk.radan.com>
8153      Branch: perl
8154            ! t/op/time.t
8155 ____________________________________________________________________________
8156 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
8157         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
8158              From: "Gerrit P. Haase" <gp@familiehaase.de>
8159              Date: Fri, 8 Aug 2003 13:44:51 +0200
8160              Message-ID: <1621817486657.20030808134451@familiehaase.de>
8161      Branch: perl
8162            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
8163            ! hints/cygwin.sh
8164 ____________________________________________________________________________
8165 [ 20562] By: jhi                                   on 2003/08/08  11:55:24
8166         Log: Retract #20479 (was part of #20493) from maint.
8167      Branch: maint-5.8/perl
8168            ! scope.c t/op/local.t
8169 ____________________________________________________________________________
8170 [ 20561] By: jhi                                   on 2003/08/08  11:45:58
8171         Log: Integrate:
8172              [ 20560]
8173              Retract PASTHRU* changes as recommended by Schwern.
8174      Branch: maint-5.8/perl
8175           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8176           !> lib/ExtUtils/t/MM_Win32.t
8177 ____________________________________________________________________________
8178 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
8179         Log: Retract PASTHRU* changes as recommended by Schwern.
8180      Branch: perl
8181            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8182            ! lib/ExtUtils/t/MM_Win32.t
8183 ____________________________________________________________________________
8184 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
8185         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
8186              From: Dave Mitchell <davem@fdgroup.com>
8187              Date: Thu, 7 Aug 2003 15:53:35 +0100
8188              Message-ID: <20030807145335.GF26683@fdgroup.com>
8189      Branch: perl
8190            ! scope.c t/lib/warnings/pad
8191 ____________________________________________________________________________
8192 [ 20558] By: jhi                                   on 2003/08/07  18:21:11
8193         Log: Update Changes.
8194      Branch: maint-5.8/perl
8195            ! Changes patchlevel.h
8196 ____________________________________________________________________________
8197 [ 20557] By: jhi                                   on 2003/08/07  18:15:57
8198         Log: Integrate:
8199              [ 20556]
8200              The #20546 was too ambitious, broke the test.
8201      Branch: maint-5.8/perl
8202           !> lib/Benchmark.pm lib/Benchmark.t
8203 ____________________________________________________________________________
8204 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
8205         Log: The #20546 was too ambitious, broke the test.
8206      Branch: perl
8207            ! lib/Benchmark.pm lib/Benchmark.t
8208 ____________________________________________________________________________
8209 [ 20555] By: jhi                                   on 2003/08/07  17:36:20
8210         Log: Integrate:
8211              [ 20550]
8212              Allow hinting d_semctl_semun and d_semctl_semid_ds.
8213              
8214              [ 20552]
8215              Hint away the semid_ds test in NetBSD/sparc.
8216              
8217              [ 20553]
8218              Some AUTHORS updates.
8219              
8220              [ 20554]
8221              Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
8222              From: PPrymmer@factset.com
8223              Date: Thu, 7 Aug 2003 14:02:02 -0400
8224              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
8225      Branch: maint-5.8/perl
8226           !> AUTHORS Configure hints/netbsd.sh vms/descrip_mms.template
8227 ____________________________________________________________________________
8228 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
8229         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
8230              From: PPrymmer@factset.com
8231              Date: Thu, 7 Aug 2003 14:02:02 -0400
8232              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
8233      Branch: perl
8234            ! vms/descrip_mms.template
8235 ____________________________________________________________________________
8236 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
8237         Log: Some AUTHORS updates.
8238      Branch: perl
8239            ! AUTHORS
8240 ____________________________________________________________________________
8241 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
8242         Log: Hint away the semid_ds test in NetBSD/sparc.
8243      Branch: perl
8244            ! hints/netbsd.sh
8245 ____________________________________________________________________________
8246 [ 20551] By: jhi                                   on 2003/08/07  15:40:35
8247         Log: metaconfig unit change for #20550.
8248      Branch: metaconfig
8249            ! U/modified/d_union_semun.U
8250 ____________________________________________________________________________
8251 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
8252         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
8253      Branch: perl
8254            ! Configure
8255 ____________________________________________________________________________
8256 [ 20549] By: jhi                                   on 2003/08/07  15:07:48
8257         Log: Integrate:
8258              [ 20538]
8259              Subject: Re: [perl #23030] Error in negative lookahead with alternations
8260              From: hv@crypt.org
8261              Date: Thu, 07 Aug 2003 02:44:23 +0100
8262              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
8263              
8264              [ 20541]
8265              Subject: Re: maint @ 20537
8266              From: Philip Newton <Philip.Newton@gmx.net>
8267              Date: Thu, 07 Aug 2003 09:05:17 +0200
8268              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
8269              
8270              [ 20542]
8271              If no alarm(), skip the subtests.
8272              
8273              [ 20546]
8274              Subject: [PATCH 5.8.1] Benchmark problem
8275              From: Radu Greab <rgreab@fx.ro>
8276              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
8277              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
8278              
8279              Subject: Re: [PATCH 5.8.1] Benchmark problem
8280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8281              Date: Thu, 7 Aug 2003 15:48:38 +0200
8282              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
8283              
8284              [ 20548]
8285              Subject: [PATCH] Test::More
8286              From: Fergal Daly <fergal@esatclear.ie>
8287              Date: Thu, 7 Aug 2003 15:52:11 +0100
8288              Message-Id: <200308071552.11873.fergal@esatclear.ie>
8289      Branch: maint-5.8/perl
8290           !> ext/Socket/Socket.xs ext/Time/HiRes/t/HiRes.t
8291           !> hints/dos_djgpp.sh lib/Benchmark.pm lib/Benchmark.t
8292           !> lib/Test/More.pm regexec.c t/op/re_tests
8293 ____________________________________________________________________________
8294 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
8295         Log: Subject: [PATCH] Test::More
8296              From: Fergal Daly <fergal@esatclear.ie>
8297              Date: Thu, 7 Aug 2003 15:52:11 +0100
8298              Message-Id: <200308071552.11873.fergal@esatclear.ie>
8299      Branch: perl
8300            ! lib/Test/More.pm
8301 ____________________________________________________________________________
8302 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
8303         Log: Integrate from maint:
8304              [ 20543]
8305              Workround for SuSE8.2's -lndbm hack
8306      Branch: perl
8307           !> hints/linux.sh
8308 ____________________________________________________________________________
8309 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
8310         Log: Subject: [PATCH 5.8.1] Benchmark problem
8311              From: Radu Greab <rgreab@fx.ro>
8312              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
8313              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
8314              
8315              Subject: Re: [PATCH 5.8.1] Benchmark problem
8316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8317              Date: Thu, 7 Aug 2003 15:48:38 +0200
8318              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
8319      Branch: perl
8320            ! lib/Benchmark.pm lib/Benchmark.t
8321 ____________________________________________________________________________
8322 [ 20545] By: nick                                  on 2003/08/07  14:40:50
8323         Log: Integrate mainline
8324      Branch: perlio
8325           +> (branch 54 files)
8326            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
8327            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
8328            - ext/I18N/Langinfo/Langinfo.t ext/IO/lib/IO/t/IO.t
8329            - ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
8330            - ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_linenum.t
8331            - ext/IO/lib/IO/t/io_multihomed.t ext/IO/lib/IO/t/io_pipe.t
8332            - ext/IO/lib/IO/t/io_poll.t ext/IO/lib/IO/t/io_sel.t
8333            - ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_taint.t
8334            - ext/IO/lib/IO/t/io_tell.t ext/IO/lib/IO/t/io_udp.t
8335            - ext/IO/lib/IO/t/io_unix.t ext/IO/lib/IO/t/io_utf8.t
8336            - ext/IO/lib/IO/t/io_xs.t ext/IPC/SysV/ipcsysv.t
8337            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
8338            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
8339            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
8340            - ext/Socket/Socket.t ext/Socket/socketpair.t
8341            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
8342            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
8343            - ext/re/re.t lib/I18N/LangTags/test.pl wince/README.compile
8344            - wince/include/netdb.h
8345           !> (integrate 262 files)
8346 ____________________________________________________________________________
8347 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
8348         Log: Retract #20359: too wide a brush.
8349      Branch: perl
8350            ! hints/netbsd.sh
8351 ____________________________________________________________________________
8352 [ 20543] By: nick                                  on 2003/08/07  08:44:20
8353         Log: Workround for SuSE8.2's -lndbm hack
8354      Branch: maint-5.8/perl
8355            ! hints/linux.sh
8356 ____________________________________________________________________________
8357 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
8358         Log: If no alarm(), skip the subtests.
8359      Branch: perl
8360            ! ext/Time/HiRes/t/HiRes.t
8361 ____________________________________________________________________________
8362 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
8363         Log: Subject: Re: maint @ 20537
8364              From: Philip Newton <Philip.Newton@gmx.net>
8365              Date: Thu, 07 Aug 2003 09:05:17 +0200
8366              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
8367      Branch: perl
8368            ! ext/Socket/Socket.xs
8369 ____________________________________________________________________________
8370 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
8371         Log: Subject: Re: maint @ 20537
8372              From: Philip Newton <Philip.Newton@gmx.net>
8373              Date: Thu, 07 Aug 2003 09:05:17 +0200
8374              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
8375      Branch: perl
8376            ! hints/dos_djgpp.sh
8377 ____________________________________________________________________________
8378 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
8379         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
8380              broken SysV semaphores.
8381      Branch: perl
8382            ! hints/netbsd.sh
8383 ____________________________________________________________________________
8384 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
8385         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
8386              From: hv@crypt.org
8387              Date: Thu, 07 Aug 2003 02:44:23 +0100
8388              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
8389      Branch: perl
8390            ! regexec.c t/op/re_tests
8391 ____________________________________________________________________________
8392 [ 20537] By: jhi                                   on 2003/08/06  19:16:43
8393         Log: Update Changes.
8394      Branch: maint-5.8/perl
8395            ! Changes patchlevel.h
8396 ____________________________________________________________________________
8397 [ 20536] By: jhi                                   on 2003/08/06  19:07:34
8398         Log: Integrate:
8399              [ 20535]
8400              ESUCCESS = 0 is not true, but exists.
8401      Branch: maint-5.8/perl
8402           !> ext/Errno/t/Errno.t
8403 ____________________________________________________________________________
8404 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
8405         Log: ESUCCESS = 0 is not true, but exists.
8406      Branch: perl
8407            ! ext/Errno/t/Errno.t
8408 ____________________________________________________________________________
8409 [ 20534] By: jhi                                   on 2003/08/06  18:46:41
8410         Log: Integrate:
8411              [ 20529]
8412              Various tweaks to help DJGPP builds.
8413              
8414              [ 20530]
8415              Make code agree with documentation (from Wolfgang Friebel)
8416              
8417              [ 20533]
8418              Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
8419              From: jari.aalto@poboxes.com (Jari Aalto)
8420              Date: Wed, 06 Aug 2003 14:24:42 +0300
8421              Message-ID: <ekzzowp1.fsf@blue.sea.net>
8422      Branch: maint-5.8/perl
8423           !> djgpp/djgppsed.sh ext/Sys/Syslog/Syslog.pm hints/dos_djgpp.sh
8424           !> lib/ExtUtils/MakeMaker.pm
8425 ____________________________________________________________________________
8426 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
8427         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
8428              From: jari.aalto@poboxes.com (Jari Aalto)
8429              Date: Wed, 06 Aug 2003 14:24:42 +0300
8430              Message-ID: <ekzzowp1.fsf@blue.sea.net>
8431      Branch: perl
8432            ! ext/Sys/Syslog/Syslog.pm
8433 ____________________________________________________________________________
8434 [ 20532] By: jhi                                   on 2003/08/06  18:37:49
8435         Log: Andreas says the current PAUSE indexer will
8436              handle 5.8.1 fine without META.yml, and the
8437              spec of META is far from solid yet.
8438      Branch: maint-5.8/perl
8439            - META.yml
8440            ! MANIFEST
8441 ____________________________________________________________________________
8442 [ 20531] By: jhi                                   on 2003/08/06  18:35:02
8443         Log: Some goat entrails.
8444      Branch: maint-5.8/perl
8445            ! pod/perldelta.pod
8446 ____________________________________________________________________________
8447 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
8448         Log: Make code agree with documentation (from Wolfgang Friebel)
8449      Branch: perl
8450            ! lib/ExtUtils/MakeMaker.pm
8451 ____________________________________________________________________________
8452 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
8453         Log: Various tweaks to help DJGPP builds.
8454      Branch: perl
8455            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
8456 ____________________________________________________________________________
8457 [ 20528] By: jhi                                   on 2003/08/06  15:03:43
8458         Log: Integrate:
8459              [ 20513]
8460              Subject: [PATCH] dprofpp.PL again -- #20488 thinko
8461              From: "Craig A. Berry" <craigberry@mac.com>
8462              Date: Wed, 06 Aug 2003 00:18:36 -0500
8463              Message-ID: <3F308FAC.4090409@mac.com>
8464              
8465              (from vmsperl list)
8466              
8467              [ 20514]
8468              Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
8469              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8470              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
8471              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
8472              
8473              [ 20520]
8474              Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
8475              From: Steve Hay <steve.hay@uk.radan.com>
8476              Date: Wed, 06 Aug 2003 10:56:44 +0100
8477              Message-ID: <3F30D0DC.20700@uk.radan.com>
8478              
8479              [ 20523]
8480              Subject: maint @ 20512
8481              From: Robin Barker <Robin.Barker@npl.co.uk>
8482              Date: Wed, 6 Aug 2003 15:31:33 +0100
8483              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
8484              
8485              [ 20526]
8486              Cast away gcc 3.3 type conversion pickiness.
8487              
8488              [ 20527]
8489              More PASTHRU patching from Steve Hay.
8490      Branch: maint-5.8/perl
8491           !> MANIFEST Porting/Maintainers.pl ext/threads/threads.xs
8492           !> lib/ExtUtils/MM_Unix.pm pad.c pod/perlfaq2.pod
8493           !> utils/dprofpp.PL
8494 ____________________________________________________________________________
8495 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
8496         Log: More PASTHRU patching from Steve Hay.
8497      Branch: perl
8498            ! lib/ExtUtils/MM_Unix.pm
8499 ____________________________________________________________________________
8500 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
8501         Log: Cast away gcc 3.3 type conversion pickiness.
8502      Branch: perl
8503            ! ext/threads/threads.xs
8504 ____________________________________________________________________________
8505 [ 20525] By: jhi                                   on 2003/08/06  13:40:23
8506         Log: Subject: perl with cygwin 1.5, need help
8507              From: "Gerrit P. Haase" <gp@familiehaase.de>
8508              Date: Sun, 3 Aug 2003 10:57:32 +0200
8509              Message-ID: <561375447098.20030803105732@familiehaase.de>
8510              
8511              (needed manual fitting)
8512      Branch: maint-5.8/perl
8513            ! pad.c
8514 ____________________________________________________________________________
8515 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
8516         Log: Subject: Re: perl with cygwin 1.5, need help
8517              From: "Gerrit P. Haase" <gp@familiehaase.de>
8518              Date: Tue, 5 Aug 2003 14:36:55 +0200
8519              Message-ID: <71561410910.20030805143655@familiehaase.de>
8520              
8521              (needed manual fitting)
8522      Branch: perl
8523            ! pad.c
8524 ____________________________________________________________________________
8525 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
8526         Log: Subject: maint @ 20512
8527              From: Robin Barker <Robin.Barker@npl.co.uk>
8528              Date: Wed, 6 Aug 2003 15:31:33 +0100
8529              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
8530      Branch: perl
8531            ! MANIFEST Porting/Maintainers.pl
8532 ____________________________________________________________________________
8533 [ 20522] By: jhi                                   on 2003/08/06  13:29:26
8534         Log: Restore everything regarding "v-string deprecation"
8535              back the way it was, because trying to implement what Larry
8536              wants (use 1.2.3 and use Module 1.2.3 should work without
8537              warnings, note that the latter means that also
8538              $VERSION = 1.2.3 should work without warnings) while
8539              trying to warn for 'improper' uses of, seems to be
8540              easier said than done.
8541              
8542              Only the deprecation message work and related doc changes
8543              are retracted, not John Peacock's internal v-strings
8544              cleanup work.
8545              
8546              Also the %h=(v65=>42) fix stays since Larry okayed it.
8547              
8548              In addition, one warning introduced in 5.8.0 is removed
8549              ("v-string in use/require non-portable.") since that
8550              obviously doesn't work well with Larry's vision.
8551      Branch: maint-5.8/perl
8552            ! configpm embedvar.h ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
8553            ! intrpvar.h perlapi.h pod/perldata.pod pod/perldelta.pod
8554            ! pod/perldiag.pod pod/perlfunc.pod pod/perlvar.pod pp_ctl.c
8555            ! pp_hot.c t/lib/warnings/pp_ctl t/lib/warnings/toke t/op/pack.t
8556            ! toke.c
8557 ____________________________________________________________________________
8558 [ 20521] By: jhi                                   on 2003/08/06  11:59:35
8559         Log: In addition to #20519.
8560      Branch: maint-5.8/perl
8561            ! pod/perldiag.pod
8562 ____________________________________________________________________________
8563 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
8564         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
8565              From: Steve Hay <steve.hay@uk.radan.com>
8566              Date: Wed, 06 Aug 2003 10:56:44 +0100
8567              Message-ID: <3F30D0DC.20700@uk.radan.com>
8568      Branch: perl
8569            ! lib/ExtUtils/MM_Unix.pm
8570 ____________________________________________________________________________
8571 [ 20519] By: jhi                                   on 2003/08/06  11:35:18
8572         Log: In case I misunderstood and v1.2.3 is still cool.
8573      Branch: maint-5.8/perl
8574            ! pod/perldiag.pod pod/perlfunc.pod pod/perlvar.pod
8575            ! t/lib/warnings/toke toke.c
8576 ____________________________________________________________________________
8577 [ 20518] By: jhi                                   on 2003/08/06  11:26:56
8578         Log: Rework the version strings/objects documentation.
8579      Branch: maint-5.8/perl
8580            ! pod/perldata.pod pod/perlfunc.pod pod/perlvar.pod
8581 ____________________________________________________________________________
8582 [ 20517] By: jhi                                   on 2003/08/06  11:06:04
8583         Log: Don't warn in the v65 => case about the leading 'v'.
8584      Branch: maint-5.8/perl
8585            ! toke.c
8586 ____________________________________________________________________________
8587 [ 20516] By: jhi                                   on 2003/08/06  10:47:28
8588         Log: Retract #20472.
8589      Branch: maint-5.8/perl
8590            ! pod/perldata.pod pod/perldelta.pod pod/perldiag.pod
8591            ! pod/perlfunc.pod pod/perlvar.pod
8592 ____________________________________________________________________________
8593 [ 20515] By: jhi                                   on 2003/08/06  10:44:50
8594         Log: v-strings saga continues.
8595              - use/require 1.2.3 is okay, do not warn
8596              - however, v1.2.3 is warnable offense
8597              - as is e.g. '$a = 1.2.3'
8598              - remove the 'v-strings in use/require non-portable' warning
8599              
8600              Next I need to bring back the recently removed or reworked
8601              v-strings documentation and rework all that to talk of
8602              'version objects'.
8603      Branch: maint-5.8/perl
8604            ! embedvar.h intrpvar.h perlapi.h pod/perldiag.pod pp_ctl.c
8605            ! t/lib/warnings/toke toke.c
8606 ____________________________________________________________________________
8607 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
8608         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
8609              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8610              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
8611              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
8612      Branch: perl
8613            ! pod/perlfaq2.pod
8614 ____________________________________________________________________________
8615 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
8616         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
8617              From: "Craig A. Berry" <craigberry@mac.com>
8618              Date: Wed, 06 Aug 2003 00:18:36 -0500
8619              Message-ID: <3F308FAC.4090409@mac.com>
8620              
8621              (from vmsperl list)
8622      Branch: perl
8623            ! utils/dprofpp.PL
8624 ____________________________________________________________________________
8625 [ 20512] By: jhi                                   on 2003/08/05  20:08:02
8626         Log: Update Changes.
8627      Branch: maint-5.8/perl
8628            ! Changes patchlevel.h
8629 ____________________________________________________________________________
8630 [ 20511] By: jhi                                   on 2003/08/05  19:29:26
8631         Log: Integrate:
8632              [ 20510]
8633              Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
8634              From: mjd@plover.com
8635              Date: 5 Aug 2003 19:23:46 -0000
8636              Message-ID: <20030805192346.25911.qmail@plover.com>
8637      Branch: maint-5.8/perl
8638           !> pod/perlfaq2.pod
8639 ____________________________________________________________________________
8640 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
8641         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
8642              From: mjd@plover.com
8643              Date: 5 Aug 2003 19:23:46 -0000
8644              Message-ID: <20030805192346.25911.qmail@plover.com>
8645      Branch: perl
8646            ! pod/perlfaq2.pod
8647 ____________________________________________________________________________
8648 [ 20509] By: jhi                                   on 2003/08/05  18:42:33
8649         Log: Integrate:
8650              [ 20508]
8651              Continue #20506.
8652      Branch: maint-5.8/perl
8653           !> lib/ExtUtils/MM_Unix.pm
8654 ____________________________________________________________________________
8655 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
8656         Log: Continue #20506.
8657      Branch: perl
8658            ! lib/ExtUtils/MM_Unix.pm
8659 ____________________________________________________________________________
8660 [ 20507] By: jhi                                   on 2003/08/05  18:01:26
8661         Log: Integrate:
8662              [ 20506]
8663              Try to fix the INC in PASTHRU.
8664      Branch: maint-5.8/perl
8665           !> lib/ExtUtils/MM_Unix.pm
8666 ____________________________________________________________________________
8667 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
8668         Log: Try to fix the INC in PASTHRU.
8669      Branch: perl
8670            ! lib/ExtUtils/MM_Unix.pm
8671 ____________________________________________________________________________
8672 [ 20505] By: jhi                                   on 2003/08/05  16:16:28
8673         Log: Update Changes.
8674      Branch: maint-5.8/perl
8675            ! Changes patchlevel.h
8676 ____________________________________________________________________________
8677 [ 20504] By: jhi                                   on 2003/08/05  16:12:30
8678         Log: Integrate:
8679              [ 20494]
8680              Add some known cases to Maintainers.
8681              
8682              [ 20495]
8683              Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
8684              From: alian <alian@cpan.org>
8685              Date: Tue, 05 Aug 2003 12:21:42 +0200
8686              Message-ID: <3F2F8536.1090702@jupiter.alianet>
8687              
8688              [ 20497]
8689              This is necessary to get things building for the VMS debugger.
8690              (Craig Berry)
8691              
8692              [ 20498]
8693              Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
8694              From: Robin Barker <Robin.Barker@npl.co.uk>
8695              Date: Tue, 5 Aug 2003 15:32:36 +0100
8696              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
8697              
8698              [ 20499]
8699              A suggested perlio doc addition from Stas.
8700              
8701              [ 20500]
8702              Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
8703              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
8704              Date: Tue, 5 Aug 2003 20:12:18 +0400
8705              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
8706              
8707              [ 20501]
8708              Reinstate #11125, hopefully making MakeMaker to pass
8709              DEFINE and INCLUDE to subdirs (NI-S says he'll work
8710              around any problems caused seen Tk if necessary).
8711              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
8712              to be _after_ the directory-specific INC and DEFINE as suggested
8713              by NI-S (Tk probably being the only "user" of the said macros).
8714              
8715              [ 20502]
8716              Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
8717              From: Steve Hay <steve.hay@uk.radan.com>
8718              Date: Tue, 05 Aug 2003 10:43:49 +0100
8719              Message-ID: <3F2F7C55.9020808@uk.radan.com>
8720              
8721              (The MM_Unix.pm part was dealt with in #20501.)
8722              
8723              [ 20503]
8724              Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
8725              From: Chip Salzenberg <chip@pobox.com>
8726              Date: Tue, 5 Aug 2003 11:39:24 -0400
8727              Message-ID: <20030805153924.GO1751@perlsupport.com
8728      Branch: maint-5.8/perl
8729            - wince/include/netdb.h
8730           !> AUTHORS MANIFEST Porting/Maintainers.pl ext/POSIX/t/posix.t
8731           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
8732           !> lib/ExtUtils/t/MM_Win32.t perlio.c pod/perliol.pod
8733           !> vms/descrip_mms.template wince/Makefile.ce wince/win32.h
8734           !> wince/win32io.c wince/wince.c
8735 ____________________________________________________________________________
8736 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
8737         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
8738              From: Chip Salzenberg <chip@pobox.com>
8739              Date: Tue, 5 Aug 2003 11:39:24 -0400
8740              Message-ID: <20030805153924.GO1751@perlsupport.com
8741      Branch: perl
8742            ! perlio.c
8743 ____________________________________________________________________________
8744 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
8745         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
8746              From: Steve Hay <steve.hay@uk.radan.com>
8747              Date: Tue, 05 Aug 2003 10:43:49 +0100
8748              Message-ID: <3F2F7C55.9020808@uk.radan.com>
8749              
8750              (The MM_Unix.pm part was dealt with in #20501.)
8751      Branch: perl
8752            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
8753 ____________________________________________________________________________
8754 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
8755         Log: Reinstate #11125, hopefully making MakeMaker to pass
8756              DEFINE and INCLUDE to subdirs (NI-S says he'll work
8757              around any problems caused seen Tk if necessary).
8758              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
8759              to be _after_ the directory-specific INC and DEFINE as suggested
8760              by NI-S (Tk probably being the only "user" of the said macros).
8761      Branch: perl
8762            ! lib/ExtUtils/MM_Unix.pm
8763 ____________________________________________________________________________
8764 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
8765         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
8766              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
8767              Date: Tue, 5 Aug 2003 20:12:18 +0400
8768              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
8769      Branch: perl
8770            - wince/include/netdb.h
8771            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
8772            ! wince/wince.c
8773 ____________________________________________________________________________
8774 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
8775         Log: A suggested perlio doc addition from Stas.
8776      Branch: perl
8777            ! pod/perliol.pod
8778 ____________________________________________________________________________
8779 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
8780         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
8781              From: Robin Barker <Robin.Barker@npl.co.uk>
8782              Date: Tue, 5 Aug 2003 15:32:36 +0100
8783              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
8784      Branch: perl
8785            ! AUTHORS Porting/Maintainers.pl
8786 ____________________________________________________________________________
8787 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
8788         Log: This is necessary to get things building for the VMS debugger.
8789              (Craig Berry)
8790      Branch: perl
8791            ! vms/descrip_mms.template
8792 ____________________________________________________________________________
8793 [ 20496] By: jhi                                   on 2003/08/05  10:52:16
8794         Log: Various perldelta updates.
8795      Branch: maint-5.8/perl
8796            ! pod/perldelta.pod
8797 ____________________________________________________________________________
8798 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
8799         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
8800              From: alian <alian@cpan.org>
8801              Date: Tue, 05 Aug 2003 12:21:42 +0200
8802              Message-ID: <3F2F8536.1090702@jupiter.alianet>
8803      Branch: perl
8804            ! ext/POSIX/t/posix.t
8805 ____________________________________________________________________________
8806 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
8807         Log: Add some known cases to Maintainers.
8808      Branch: perl
8809            ! Porting/Maintainers.pl
8810 ____________________________________________________________________________
8811 [ 20493] By: jhi                                   on 2003/08/05  08:43:49
8812         Log: Integrate:
8813              [ 20473]
8814              Subject: [PATCH] Re: Can't usemymalloc on OS X
8815              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8816              Date: Mon, 4 Aug 2003 10:35:12 +0200
8817              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
8818              
8819              [ 20474]
8820              Oops.
8821              
8822              [ 20475]
8823              Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
8824              
8825              [ 20479]
8826              Fix bug #23141 : localization of readonly magic scalars
8827              now produces an error "Modification of a read-only value
8828              attempted", instead of silently failing.
8829              
8830              [ 20480]
8831              Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
8832              From: Steve Grazzini <grazz@pobox.com>
8833              Date: Mon, 4 Aug 2003 16:01:45 -0400
8834              Message-ID: <20030804200145.GB21699@grazzini.net>
8835              
8836              Prevent the warning "Bareword found where operator expected" in
8837              the case "print $fh foo()" where foo() is an undefined function.
8838              
8839              [ 20482]
8840              Nit in INSTALL about the svr?.sh hint files.
8841              
8842              [ 20483]
8843              Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
8844              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8845              Date: Tue, 05 Aug 2003 00:27:10 +0900
8846              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
8847              
8848              [ 20484]
8849              Upgrade to Digest::MD5 2.27.
8850              
8851              [ 20486]
8852              Subject: [PATCH] typos in encoding.pm
8853              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8854              Date: Mon, 4 Aug 2003 20:09:35 +0200
8855              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
8856              
8857              [ 20488]
8858              Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
8859              From: "Craig A. Berry" <craigberry@mac.com>
8860              Date: Mon, 04 Aug 2003 19:29:51 -0500
8861              Message-ID: <3F2EFA7F.6070801@mac.com>
8862              
8863              [ 20489]
8864              Subject: PerlIO_{read,write} return value doc patch
8865              From: Gisle Aas <gisle@ActiveState.com>
8866              Date: 04 Aug 2003 13:25:28 -0700
8867              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
8868              
8869              [ 20490]
8870              [perl #23216] ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
8871              Try to remove the created message queues and semaphores
8872              even in the case of failures.
8873              
8874              [ 20491]
8875              Add META.yml and Stas' makemeta (plus extensive reworking
8876              of the Maintainers utility)
8877              
8878              [ 20492]
8879              Subject: [PATCH] perlthrtut.pod
8880              From: Elizabeth Mattijsen <liz@dijkmat.nl>
8881              Date: Tue, 5 Aug 2003 11:26:04 +0200
8882              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
8883      Branch: maint-5.8/perl
8884           +> META.yml Porting/Maintainers.pm Porting/makemeta
8885           !> INSTALL MANIFEST Makefile.SH Porting/Maintainers
8886           !> Porting/Maintainers.pl ext/Digest/MD5/Changes
8887           !> ext/Digest/MD5/MD5.pm ext/Digest/MD5/t/files.t
8888           !> ext/Encode/encoding.pm ext/Encode/t/at-cn.t
8889           !> ext/Encode/t/at-tw.t ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8890           !> hints/darwin.sh hints/rhapsody.sh perl.c perl.h
8891           !> pod/perlapio.pod pod/perlthrtut.pod scope.c t/op/local.t
8892           !> toke.c utils/dprofpp.PL
8893 ____________________________________________________________________________
8894 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
8895         Log: Subject: [PATCH] perlthrtut.pod
8896              From: Elizabeth Mattijsen <liz@dijkmat.nl>
8897              Date: Tue, 5 Aug 2003 11:26:04 +0200
8898              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
8899      Branch: perl
8900            ! pod/perlthrtut.pod
8901 ____________________________________________________________________________
8902 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
8903         Log: Add META.yml and Stas' makemeta (plus extensive reworking
8904              of the Maintainers utility)
8905      Branch: perl
8906            + META.yml Porting/Maintainers.pm Porting/makemeta
8907            ! MANIFEST Makefile.SH Porting/Maintainers
8908            ! Porting/Maintainers.pl
8909 ____________________________________________________________________________
8910 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
8911         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
8912              Try to remove the created message queues and semaphores
8913              even in the case of failures.
8914      Branch: perl
8915            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8916 ____________________________________________________________________________
8917 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
8918         Log: Subject: PerlIO_{read,write} return value doc patch
8919              From: Gisle Aas <gisle@ActiveState.com>
8920              Date: 04 Aug 2003 13:25:28 -0700
8921              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
8922      Branch: perl
8923            ! pod/perlapio.pod
8924 ____________________________________________________________________________
8925 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
8926         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
8927              From: "Craig A. Berry" <craigberry@mac.com>
8928              Date: Mon, 04 Aug 2003 19:29:51 -0500
8929              Message-ID: <3F2EFA7F.6070801@mac.com>
8930      Branch: perl
8931            ! utils/dprofpp.PL
8932 ____________________________________________________________________________
8933 [ 20487] By: jhi                                   on 2003/08/05  06:09:33
8934         Log: Subject: 5.8.0 -> 5.8.1 ?
8935              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8936              Date: Mon, 4 Aug 2003 20:27:02 +0200
8937              Message-ID: <05ee01c35ab6$008c2c80$0c2f1fac@R2D2>
8938      Branch: maint-5.8/perl
8939            ! NetWare/Makefile epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
8940            ! plan9/config.plan9 vos/build.cm vos/config.alpha.def
8941            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8942            ! vos/install_perl.cm wince/Makefile.ce
8943 ____________________________________________________________________________
8944 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
8945         Log: Subject: [PATCH] typos in encoding.pm
8946              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
8947              Date: Mon, 4 Aug 2003 20:09:35 +0200
8948              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
8949      Branch: perl
8950            ! ext/Encode/encoding.pm
8951 ____________________________________________________________________________
8952 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
8953         Log: Bytecode patching from Enache.
8954      Branch: perl
8955            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8956            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
8957 ____________________________________________________________________________
8958 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
8959         Log: Upgrade to Digest::MD5 2.27.
8960      Branch: perl
8961            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8962            ! ext/Digest/MD5/t/files.t
8963 ____________________________________________________________________________
8964 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
8965         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
8966              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8967              Date: Tue, 05 Aug 2003 00:27:10 +0900
8968              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
8969      Branch: perl
8970            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
8971 ____________________________________________________________________________
8972 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
8973         Log: Nit in INSTALL about the svr?.sh hint files.
8974      Branch: perl
8975            ! INSTALL
8976 ____________________________________________________________________________
8977 [ 20481] By: rgs                                   on 2003/08/04  21:39:01
8978         Log: AUTHORS update.
8979      Branch: maint-5.6
8980            ! perl-5.6.2/AUTHORS
8981 ____________________________________________________________________________
8982 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
8983         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
8984              From: Steve Grazzini <grazz@pobox.com>
8985              Date: Mon, 4 Aug 2003 16:01:45 -0400
8986              Message-ID: <20030804200145.GB21699@grazzini.net>
8987              
8988              Prevent the warning "Bareword found where operator expected" in
8989              the case "print $fh foo()" where foo() is an undefined function.
8990      Branch: perl
8991            ! toke.c
8992 ____________________________________________________________________________
8993 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
8994         Log: Fix bug #23141 : localization of readonly magic scalars
8995              now produces an error "Modification of a read-only value
8996              attempted", instead of silently failing.
8997      Branch: perl
8998            ! scope.c t/op/local.t
8999 ____________________________________________________________________________
9000 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
9001         Log: Revert change #19282 : it caused problems for some -Duseshrplib
9002              builds. On the other hand, make sure that your C compiler isn't
9003              a perl script !
9004      Branch: perl
9005            ! Makefile.SH
9006 ____________________________________________________________________________
9007 [ 20477] By: jhi                                   on 2003/08/04  13:37:09
9008         Log: Advice on testing the $].
9009      Branch: maint-5.8/perl
9010            ! pod/perlvar.pod
9011 ____________________________________________________________________________
9012 [ 20476] By: jhi                                   on 2003/08/04  12:58:02
9013         Log: Mention the renaming of DEBUG() and DEB().
9014      Branch: maint-5.8/perl
9015            ! pod/perldelta.pod
9016 ____________________________________________________________________________
9017 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
9018         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
9019      Branch: perl
9020            ! perl.c perl.h
9021 ____________________________________________________________________________
9022 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
9023         Log: Oops.
9024      Branch: perl
9025            ! hints/darwin.sh hints/rhapsody.sh
9026 ____________________________________________________________________________
9027 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
9028         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
9029              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9030              Date: Mon, 4 Aug 2003 10:35:12 +0200
9031              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
9032      Branch: perl
9033            ! hints/darwin.sh
9034 ____________________________________________________________________________
9035 [ 20472] By: jhi                                   on 2003/08/04  07:01:58
9036         Log: Assuming v-strings deprecation proceeds as planned,
9037              here are some more doc changes.
9038      Branch: maint-5.8/perl
9039            ! pod/perldata.pod pod/perldelta.pod pod/perldiag.pod
9040            ! pod/perlfunc.pod pod/perlvar.pod
9041 ____________________________________________________________________________
9042 [ 20471] By: jhi                                   on 2003/08/04  06:31:30
9043         Log: Integrate:
9044              [ 20469]
9045              Subject: [PATCH] maint, Win32, GCC 3.2
9046              From: Mattia Barbon <mbarbon@dsi.unive.it>
9047              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
9048              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
9049              
9050              [ 20470]
9051              Test count adjustment from Rafael.
9052      Branch: maint-5.8/perl
9053           !> ext/Errno/Errno_pm.PL lib/Test/Simple/t/is_deeply.t
9054 ____________________________________________________________________________
9055 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
9056         Log: Test count adjustment from Rafael.
9057      Branch: perl
9058            ! lib/Test/Simple/t/is_deeply.t
9059 ____________________________________________________________________________
9060 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
9061         Log: Subject: [PATCH] maint, Win32, GCC 3.2
9062              From: Mattia Barbon <mbarbon@dsi.unive.it>
9063              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
9064              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
9065      Branch: perl
9066            ! ext/Errno/Errno_pm.PL
9067 ____________________________________________________________________________
9068 [ 20468] By: jhi                                   on 2003/08/04  05:16:18
9069         Log: Integrate:
9070              [ 20461]
9071              Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
9072              From: alian <alian@cpan.org>
9073              Date: Sat, 02 Aug 2003 16:19:25 +0200
9074              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
9075              
9076              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
9077              
9078              [ 20462]
9079              Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
9080              From: Enache Adrian <enache@rdslink.ro>
9081              Date: Sun, 3 Aug 2003 18:00:05 +0300
9082              Message-ID: <20030803150005.GA1319@ratsnest.hole>
9083              
9084              [ 20463]
9085              Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
9086              From: Michael G Schwern <schwern@pobox.com>
9087              Date: Sun, 3 Aug 2003 16:12:35 -0700
9088              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
9089              
9090              [ 20464]
9091              Upgrade to ExtUtils::MakeMaker 6.15.
9092              
9093              [ 20465]
9094              Subject: [PATCH] 4 bugs in Test::More
9095              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
9096              Date: Fri, 21 Mar 2003 10:57:31 +0000
9097              Message-Id: <200303211057.31879.fergal@esatclear.ie>
9098              
9099              [ 20466]
9100              Subject: Debian patch that skips podless modules
9101              From: Alexey Tourbin <at@altlinux.ru>
9102              Date: Sun, 3 Aug 2003 21:33:00 +0400
9103              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
9104              
9105              (plus Schwern's and Robert's nits)
9106              
9107              [ 20467]
9108              Apparently the newly introduce -DDARWIN did conflict with
9109              some Apple definition, how ironic...
9110      Branch: maint-5.8/perl
9111           !> ext/POSIX/t/posix.t hints/darwin.sh installman
9112           !> lib/Benchmark.pm lib/Benchmark.t lib/ExtUtils/Changes
9113           !> lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
9114           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9115           !> lib/ExtUtils/t/MM_Unix.t lib/Test/More.pm
9116           !> lib/Test/Simple/t/More.t lib/Test/Simple/t/is_deeply.t perl.h
9117           !> pp.c t/op/substr.t
9118 ____________________________________________________________________________
9119 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
9120         Log: Apparently the newly introduce -DDARWIN did conflict with
9121              some Apple definition, how ironic...
9122      Branch: perl
9123            ! hints/darwin.sh perl.h
9124 ____________________________________________________________________________
9125 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
9126         Log: Subject: Debian patch that skips podless modules
9127              From: Alexey Tourbin <at@altlinux.ru>
9128              Date: Sun, 3 Aug 2003 21:33:00 +0400
9129              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
9130              
9131              (plus Schwern's and Robert's nits)
9132      Branch: perl
9133            ! installman
9134 ____________________________________________________________________________
9135 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
9136         Log: Subject: [PATCH] 4 bugs in Test::More
9137              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
9138              Date: Fri, 21 Mar 2003 10:57:31 +0000
9139              Message-Id: <200303211057.31879.fergal@esatclear.ie>
9140      Branch: perl
9141            ! lib/Test/More.pm lib/Test/Simple/t/More.t
9142            ! lib/Test/Simple/t/is_deeply.t
9143 ____________________________________________________________________________
9144 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
9145         Log: Upgrade to ExtUtils::MakeMaker 6.15.
9146      Branch: perl
9147            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
9148            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
9149            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
9150 ____________________________________________________________________________
9151 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
9152         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
9153              From: Michael G Schwern <schwern@pobox.com>
9154              Date: Sun, 3 Aug 2003 16:12:35 -0700
9155              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
9156      Branch: perl
9157            ! lib/Benchmark.pm lib/Benchmark.t
9158 ____________________________________________________________________________
9159 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
9160         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
9161              From: Enache Adrian <enache@rdslink.ro>
9162              Date: Sun, 3 Aug 2003 18:00:05 +0300
9163              Message-ID: <20030803150005.GA1319@ratsnest.hole>
9164      Branch: perl
9165            ! pp.c t/op/substr.t
9166 ____________________________________________________________________________
9167 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
9168         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
9169              From: alian <alian@cpan.org>
9170              Date: Sat, 02 Aug 2003 16:19:25 +0200
9171              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
9172              
9173              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
9174      Branch: perl
9175            ! ext/POSIX/t/posix.t
9176 ____________________________________________________________________________
9177 [ 20460] By: jhi                                   on 2003/08/03  19:09:33
9178         Log: Integrate:
9179              [ 20450]
9180              Subject: [PATCH 5.8.1 @20218] Shell.t
9181              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
9182              Date: Sun, 3 Aug 2003 06:21:41 -0700
9183              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
9184              
9185              [ 20451]
9186              Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
9187              From: "Craig A. Berry" <craigberry@mac.com>
9188              Date: Sat, 02 Aug 2003 10:25:44 -0500
9189              Message-ID: <3F2BD7F8.8090003@mac.com>
9190              
9191              [ 20452]
9192              Upgrade to Unicode::Collate 0.26.
9193              
9194              [ 20453]
9195              Subject: [PATCH] Storable and uninitalized array values
9196              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9197              Date: Sat, 2 Aug 2003 13:40:16 +0200
9198              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
9199              
9200              [ 20454]
9201              Subject: [PATCH 5.8.1 @20218] OS/2 build
9202              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
9203              Date: Sat, 2 Aug 2003 09:38:50 -0700
9204              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
9205              
9206              [ 20455]
9207              Subject: [PATCH] Re: win32.c bug - handle leak
9208              From: Jan Dubois <jand@ActiveState.com>
9209              Date: Sat, 02 Aug 2003 10:25:05 -0700
9210              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
9211              
9212              [ 20456]
9213              Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
9214              From: mjd@plover.com
9215              Date: 3 Aug 2003 19:37:49 -0000
9216              Message-ID: <20030803193749.3733.qmail@plover.com>
9217              
9218              [ 20457]
9219              Subject: [PATCH perlreftut.pod] Minor edits
9220              From: mjd@plover.com
9221              Date: 3 Aug 2003 17:46:08 -0000
9222              Message-ID: <20030803174608.15792.qmail@plover.com>
9223              
9224              [ 20458]
9225              Subject: [PATCH-for-5.8.1-RC4] wince distribution
9226              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9227              Date: Mon, 4 Aug 2003 00:01:08 +0400
9228              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
9229      Branch: maint-5.8/perl
9230           !> ext/Storable/Storable.xs ext/Storable/t/freeze.t
9231           !> ext/Time/HiRes/HiRes.pm lib/Net/Ping.pm lib/Shell.t
9232           !> lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9233           !> lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
9234           !> lib/Unicode/Collate/t/test.t os2/os2ish.h pod/perlreftut.pod
9235           !> win32/win32.c wince/makedist.pl
9236 ____________________________________________________________________________
9237 [ 20459] By: jhi                                   on 2003/08/03  19:04:42
9238         Log: 5.8.1, not 5.9.0.
9239      Branch: maint-5.8/perl
9240            ! win32/Makefile win32/config_H.bc win32/config_H.gc
9241            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
9242 ____________________________________________________________________________
9243 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
9244         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
9245              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9246              Date: Mon, 4 Aug 2003 00:01:08 +0400
9247              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
9248      Branch: perl
9249            ! wince/makedist.pl
9250 ____________________________________________________________________________
9251 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
9252         Log: Subject: [PATCH perlreftut.pod] Minor edits
9253              From: mjd@plover.com
9254              Date: 3 Aug 2003 17:46:08 -0000
9255              Message-ID: <20030803174608.15792.qmail@plover.com>
9256      Branch: perl
9257            ! pod/perlreftut.pod
9258 ____________________________________________________________________________
9259 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
9260         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
9261              From: mjd@plover.com
9262              Date: 3 Aug 2003 19:37:49 -0000
9263              Message-ID: <20030803193749.3733.qmail@plover.com>
9264      Branch: perl
9265            ! ext/Time/HiRes/HiRes.pm
9266 ____________________________________________________________________________
9267 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
9268         Log: Subject: [PATCH] Re: win32.c bug - handle leak
9269              From: Jan Dubois <jand@ActiveState.com>
9270              Date: Sat, 02 Aug 2003 10:25:05 -0700
9271              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
9272      Branch: perl
9273            ! win32/win32.c
9274 ____________________________________________________________________________
9275 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
9276         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
9277              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
9278              Date: Sat, 2 Aug 2003 09:38:50 -0700
9279              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
9280      Branch: perl
9281            ! os2/os2ish.h
9282 ____________________________________________________________________________
9283 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
9284         Log: Subject: [PATCH] Storable and uninitalized array values
9285              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9286              Date: Sat, 2 Aug 2003 13:40:16 +0200
9287              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
9288      Branch: perl
9289            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
9290 ____________________________________________________________________________
9291 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
9292         Log: Upgrade to Unicode::Collate 0.26.
9293      Branch: perl
9294            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9295            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
9296            ! lib/Unicode/Collate/t/test.t
9297 ____________________________________________________________________________
9298 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
9299         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
9300              From: "Craig A. Berry" <craigberry@mac.com>
9301              Date: Sat, 02 Aug 2003 10:25:44 -0500
9302              Message-ID: <3F2BD7F8.8090003@mac.com>
9303      Branch: perl
9304            ! lib/Net/Ping.pm
9305 ____________________________________________________________________________
9306 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
9307         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
9308              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
9309              Date: Sun, 3 Aug 2003 06:21:41 -0700
9310              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
9311      Branch: perl
9312            ! lib/Shell.t
9313 ____________________________________________________________________________
9314 [ 20449] By: rgs                                   on 2003/08/02  19:22:34
9315         Log: Integrate change #19805 from bleadperl :
9316              
9317              Subject: /ext/DynaLoader/dl_dyld.xs
9318              From: "Peter O'Gorman" <peter@pogma.com>
9319              Date: Tue, 17 Jun 2003 23:45:47 +0900
9320              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
9321              
9322              No need to see dlclose() and dlsym() outside the dl_dyld.xs
9323              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
9324              of OpenDarwin.
9325      Branch: maint-5.6
9326           !> perl-5.6.2/ext/DynaLoader/dl_dyld.xs
9327 ____________________________________________________________________________
9328 [ 20448] By: jhi                                   on 2003/08/02  07:28:33
9329         Log: Integrate:
9330              [ 20447]
9331              C++ (or C99) sneak attack ("inline" function keyword).
9332      Branch: maint-5.8/perl
9333           !> ext/Devel/DProf/DProf.xs
9334 ____________________________________________________________________________
9335 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
9336         Log: C++ (or C99) sneak attack ("inline" function keyword).
9337      Branch: perl
9338            ! ext/Devel/DProf/DProf.xs
9339 ____________________________________________________________________________
9340 [ 20446] By: jhi                                   on 2003/08/02  06:26:56
9341         Log: Integrate:
9342              [ 20443]
9343              Add a message about the LC_ALL=C workaround (for non-core builds);
9344              update Changes.
9345              
9346              [ 20444]
9347              Only show the message if the locale settings look risky.
9348              
9349              [ 20445]
9350              Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
9351              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9352              Date: Fri, 1 Aug 2003 13:12:14 +0200
9353              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
9354      Branch: maint-5.8/perl
9355           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9356           !> ext/File/Glob/t/basic.t ext/Time/HiRes/Changes
9357           !> ext/Time/HiRes/Makefile.PL
9358 ____________________________________________________________________________
9359 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
9360         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
9361              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9362              Date: Fri, 1 Aug 2003 13:12:14 +0200
9363              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
9364      Branch: perl
9365            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9366            ! ext/File/Glob/t/basic.t
9367 ____________________________________________________________________________
9368 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
9369         Log: Only show the message if the locale settings look risky.
9370      Branch: perl
9371            ! ext/Time/HiRes/Makefile.PL
9372 ____________________________________________________________________________
9373 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
9374         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
9375              update Changes.
9376      Branch: perl
9377            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
9378 ____________________________________________________________________________
9379 [ 20442] By: jhi                                   on 2003/08/02  05:43:01
9380         Log: Integrate:
9381              [ 20435]
9382              Missed this bit in the last update: couldn't answer ''
9383              or ' ' to get 'none'.
9384              
9385              [ 20437]
9386              Hugo's second thoughts: drop the relatively rare and
9387              slow optimization for now.
9388              
9389              [ 20438]
9390              Subject: [PATCH] argv case nit for VMS
9391              From: "Craig A. Berry" <craigberry@mac.com>
9392              Date: Fri, 01 Aug 2003 19:16:30 -0500
9393              Message-ID: <3F2B02DE.10207@mac.com>
9394              
9395              [ 20439]
9396              Subject: [PATCH] ioctl for VMS
9397              From: "Craig A. Berry" <craigberry@mac.com>
9398              Date: Fri, 01 Aug 2003 23:34:31 -0500
9399              Message-ID: <3F2B3F57.4050609@mac.com>
9400              
9401              [ 20440]
9402              Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
9403              From: Radu Greab <rgreab@fx.ro>
9404              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
9405              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
9406      Branch: maint-5.8/perl
9407           !> Configure configure.com ext/Devel/DProf/Changes
9408           !> ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
9409           !> ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
9410           !> regexec.c t/lib/dprof/test8_t t/lib/dprof/test8_v vms/vmsish.h
9411 ____________________________________________________________________________
9412 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
9413         Log: Subject: [PATCH] Small nit to pad.c
9414              From: Enache Adrian <enache@rdslink.ro>
9415              Date: Sat, 2 Aug 2003 01:50:40 +0300
9416              Message-ID: <20030801225040.GB1281@ratsnest.hole>
9417      Branch: perl
9418            ! pad.c
9419 ____________________________________________________________________________
9420 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
9421         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
9422              From: Radu Greab <rgreab@fx.ro>
9423              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
9424              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
9425      Branch: perl
9426            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9427            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
9428            ! t/lib/dprof/test8_v
9429 ____________________________________________________________________________
9430 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
9431         Log: Subject: [PATCH] ioctl for VMS
9432              From: "Craig A. Berry" <craigberry@mac.com>
9433              Date: Fri, 01 Aug 2003 23:34:31 -0500
9434              Message-ID: <3F2B3F57.4050609@mac.com>
9435      Branch: perl
9436            ! configure.com vms/vmsish.h
9437 ____________________________________________________________________________
9438 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
9439         Log: Subject: [PATCH] argv case nit for VMS
9440              From: "Craig A. Berry" <craigberry@mac.com>
9441              Date: Fri, 01 Aug 2003 19:16:30 -0500
9442              Message-ID: <3F2B02DE.10207@mac.com>
9443      Branch: perl
9444            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
9445 ____________________________________________________________________________
9446 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
9447         Log: Hugo's second thoughts: drop the relatively rare and
9448              slow optimization for now.
9449      Branch: perl
9450            ! regexec.c
9451 ____________________________________________________________________________
9452 [ 20436] By: jhi                                   on 2003/08/01  21:55:50
9453         Log: metaconfig unit changes for #20435.
9454      Branch: metaconfig
9455            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
9456 ____________________________________________________________________________
9457 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
9458         Log: Missed this bit in the last update: couldn't answer ''
9459              or ' ' to get 'none'.
9460      Branch: perl
9461            ! Configure
9462 ____________________________________________________________________________
9463 [ 20434] By: jhi                                   on 2003/08/01  13:56:19
9464         Log: "Out of memory" errors with this recently added test
9465              in IRIX -Duse64bitall, dropping the test for 5.8.1.
9466              (It's testing a feature that has been broken for
9467              a long while, anyway.)
9468              
9469              (This is also the RC4.)
9470      Branch: maint-5.8/perl
9471            - ext/B/t/bytecode.t
9472            ! MANIFEST
9473 ____________________________________________________________________________
9474 [ 20433] By: jhi                                   on 2003/08/01  13:48:38
9475         Log: Integrate:
9476              [ 20432]
9477              Encode pre-1.98 update from Dan Kogai, sent from
9478              the ashes of his smoldering motherboard.
9479      Branch: maint-5.8/perl
9480           !> ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
9481           !> ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
9482           !> ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
9483           !> ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
9484 ____________________________________________________________________________
9485 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
9486         Log: Encode pre-1.98 update from Dan Kogai, sent from
9487              the ashes of his smoldering motherboard.
9488      Branch: perl
9489            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
9490            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
9491            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
9492            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
9493 ____________________________________________________________________________
9494 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
9495         Log: More runperl(switches => ...) finds (bleadperl only).
9496      Branch: perl
9497            ! t/op/readline.t
9498 ____________________________________________________________________________
9499 [ 20430] By: jhi                                   on 2003/08/01  12:50:52
9500         Log: Time to go RC4.
9501      Branch: maint-5.8/perl
9502            ! patchlevel.h
9503 ____________________________________________________________________________
9504 [ 20429] By: jhi                                   on 2003/08/01  12:50:31
9505         Log: Update the record.
9506      Branch: maint-5.8/perl
9507            ! pod/perlhist.pod
9508 ____________________________________________________________________________
9509 [ 20428] By: jhi                                   on 2003/08/01  12:48:03
9510         Log: Regen perltoc.
9511      Branch: maint-5.8/perl
9512            ! pod/perltoc.pod
9513 ____________________________________________________________________________
9514 [ 20427] By: jhi                                   on 2003/08/01  12:46:35
9515         Log: Integrate:
9516              [ 20425]
9517              pod likes whitespace.
9518      Branch: maint-5.8/perl
9519           !> ext/ByteLoader/ByteLoader.pm
9520 ____________________________________________________________________________
9521 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
9522         Log: Regen perltoc.
9523      Branch: perl
9524            ! pod/perltoc.pod
9525 ____________________________________________________________________________
9526 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
9527         Log: pod likes whitespace.
9528      Branch: perl
9529            ! ext/ByteLoader/ByteLoader.pm
9530 ____________________________________________________________________________
9531 [ 20424] By: jhi                                   on 2003/08/01  12:43:46
9532         Log: perldelta polishing.
9533      Branch: maint-5.8/perl
9534            ! pod/perldelta.pod
9535 ____________________________________________________________________________
9536 [ 20423] By: jhi                                   on 2003/08/01  11:39:16
9537         Log: Integrate:
9538              [ 20422]
9539              Faulty check.
9540      Branch: maint-5.8/perl
9541           !> t/test.pl
9542 ____________________________________________________________________________
9543 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
9544         Log: Faulty check.
9545      Branch: perl
9546            ! t/test.pl
9547 ____________________________________________________________________________
9548 [ 20421] By: jhi                                   on 2003/08/01  11:14:04
9549         Log: Integrate:
9550              [ 20410]
9551              Regen Configure for the new *dir installation variables.
9552              If these don't work, ask Schwern.
9553              
9554              [ 20411]
9555              More for the *dir changes.
9556              
9557              [ 20413]
9558              Regen Configure to use the *html*dir files.
9559              (installhtml uses none of that, though)
9560              
9561              [ 20416]
9562              Argument sanity checking. 
9563              
9564              [ 20417]
9565              Fix the options.
9566              
9567              [ 20418]
9568              Now the test should be really testing what it's supposed to.
9569              
9570              [ 20419]
9571              Regen Glossary et al.
9572              
9573              [ 20420]
9574              Update INSTALL on the *dir.
9575              
9576              (Configure, Glossary, et al regenerated)
9577      Branch: maint-5.8/perl
9578            ! Configure Policy_sh.SH Porting/Glossary Porting/config.sh
9579            ! Porting/config_H config_h.SH
9580           !> INSTALL ext/B/t/bytecode.t hints/darwin.sh t/test.pl
9581 ____________________________________________________________________________
9582 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
9583         Log: Update INSTALL on the *dir.
9584      Branch: perl
9585            ! INSTALL
9586 ____________________________________________________________________________
9587 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
9588         Log: Regen Glossary et al.
9589      Branch: perl
9590            ! Porting/Glossary Porting/config.sh Porting/config_H
9591 ____________________________________________________________________________
9592 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
9593         Log: Now the test should be really testing what it's supposed to.
9594      Branch: perl
9595            ! ext/B/t/bytecode.t
9596 ____________________________________________________________________________
9597 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
9598         Log: Fix the options.
9599      Branch: perl
9600            ! ext/B/t/bytecode.t
9601 ____________________________________________________________________________
9602 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
9603         Log: Argument sanity checking. 
9604      Branch: perl
9605            ! t/test.pl
9606 ____________________________________________________________________________
9607 [ 20415] By: jhi                                   on 2003/08/01  10:37:58
9608         Log: The new metaconfig *dir installation directory units.
9609      Branch: metaconfig
9610            + U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
9611            + U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
9612 ____________________________________________________________________________
9613 [ 20414] By: jhi                                   on 2003/08/01  10:37:34
9614         Log: metaconfig unit changes for #20413.
9615      Branch: metaconfig
9616            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
9617 ____________________________________________________________________________
9618 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
9619         Log: Regen Configure to use the *html*dir files.
9620              (installhtml uses none of that, though)
9621      Branch: perl
9622            ! Configure Policy_sh.SH config_h.SH
9623 ____________________________________________________________________________
9624 [ 20412] By: jhi                                   on 2003/08/01  10:10:28
9625         Log: metaconfig unit changes for #20410.
9626      Branch: metaconfig
9627            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
9628 ____________________________________________________________________________
9629 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
9630         Log: More for the *dir changes.
9631      Branch: perl
9632            ! Policy_sh.SH config_h.SH hints/darwin.sh
9633 ____________________________________________________________________________
9634 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
9635         Log: Regen Configure for the new *dir installation variables.
9636              If these don't work, ask Schwern.
9637      Branch: perl
9638            ! Configure
9639 ____________________________________________________________________________
9640 [ 20409] By: jhi                                   on 2003/08/01  05:38:16
9641         Log: Integrate:
9642              [ 20404]
9643              Subject: [PATCH] LotR quote for perlapi.c
9644              From: Autrijus Tang <autrijus@autrijus.org>
9645              Date: Fri, 1 Aug 2003 10:00:29 +0800
9646              Message-Id: <20030801020029.GA28241@not.autrijus.org>
9647              
9648              [ 20405]
9649              Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
9650              From: Dave Mitchell <davem@fdgroup.com>
9651              Date: Fri, 1 Aug 2003 01:16:31 +0100
9652              Message-ID: <20030801001631.GA11233@fdgroup.com>
9653              
9654              [ 20406]
9655              Regen perlapi.
9656              
9657              [ 20407]
9658              JAPH patch :-) from Abigail.
9659              
9660              [ 20408]
9661              Upgrade to MakeMaker 6.13.
9662      Branch: maint-5.8/perl
9663           !> embed.pl lib/ExtUtils/Changes lib/ExtUtils/META.yml
9664           !> lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
9665           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9666           !> lib/ExtUtils/t/basic.t perlapi.c regcomp.c t/japh/abigail.t
9667           !> t/op/pat.t
9668 ____________________________________________________________________________
9669 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
9670         Log: Upgrade to MakeMaker 6.13.
9671      Branch: perl
9672            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
9673            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
9674            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9675            ! lib/ExtUtils/t/basic.t
9676 ____________________________________________________________________________
9677 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
9678         Log: JAPH patch :-) from Abigail.
9679      Branch: perl
9680            ! t/japh/abigail.t
9681 ____________________________________________________________________________
9682 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
9683         Log: Regen perlapi.
9684      Branch: perl
9685            ! perlapi.c
9686 ____________________________________________________________________________
9687 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
9688         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
9689              From: Dave Mitchell <davem@fdgroup.com>
9690              Date: Fri, 1 Aug 2003 01:16:31 +0100
9691              Message-ID: <20030801001631.GA11233@fdgroup.com>
9692      Branch: perl
9693            ! regcomp.c t/op/pat.t
9694 ____________________________________________________________________________
9695 [ 20404] By: ams                                   on 2003/08/01  03:28:17
9696         Log: Subject: [PATCH] LotR quote for perlapi.c
9697              From: Autrijus Tang <autrijus@autrijus.org>
9698              Date: Fri, 1 Aug 2003 10:00:29 +0800
9699              Message-Id: <20030801020029.GA28241@not.autrijus.org>
9700      Branch: perl
9701            ! embed.pl
9702 ____________________________________________________________________________
9703 [ 20403] By: rgs                                   on 2003/07/31  22:00:47
9704         Log: When adding files, update MANIFEST.
9705      Branch: maint-5.6
9706            ! perl-5.6.2/MANIFEST
9707 ____________________________________________________________________________
9708 [ 20402] By: rgs                                   on 2003/07/31  21:53:23
9709         Log: Forgot to add those files from DB_File 1.806.
9710      Branch: maint-5.6
9711            + perl-5.6.2/ext/DB_File/config.in
9712            + perl-5.6.2/ext/DB_File/fallback.h
9713            + perl-5.6.2/ext/DB_File/fallback.xs
9714            + perl-5.6.2/ext/DB_File/ppport.h
9715 ____________________________________________________________________________
9716 [ 20401] By: jhi                                   on 2003/07/31  21:00:00
9717         Log: Integrate:
9718              [ 20399]
9719              Backport doc patch #20396 (Document in INSTALL that
9720              -Uinstallusrbinperl is now the default.) (goes with
9721              change #20382.)
9722      Branch: maint-5.8/perl
9723           !> INSTALL
9724 ____________________________________________________________________________
9725 [ 20400] By: rgs                                   on 2003/07/31  20:58:37
9726         Log: Discourage from using threads in INSTALL.
9727      Branch: maint-5.6
9728            ! perl-5.6.2/INSTALL
9729 ____________________________________________________________________________
9730 [ 20399] By: rgs                                   on 2003/07/31  20:42:45
9731         Log: Backport doc patch #20396 (Document in INSTALL that
9732              -Uinstallusrbinperl is now the default.) (goes with
9733              change #20382.)
9734      Branch: maint-5.6
9735            ! perl-5.6.2/INSTALL
9736 ____________________________________________________________________________
9737 [ 20398] By: jhi                                   on 2003/07/31  20:42:10
9738         Log: Mention perlmacosx (README.macosx).
9739      Branch: maint-5.8/perl
9740            ! pod/perldelta.pod
9741 ____________________________________________________________________________
9742 [ 20397] By: jhi                                   on 2003/07/31  20:41:00
9743         Log: Integrate:
9744              [ 20386]
9745              Make consistent with installperl (and working in MPE/iX)
9746              (Mark Bixby)
9747              
9748              [ 20387]
9749              Subject: Re: [perl #23171] Regex too selfish 
9750              From: hv@crypt.org
9751              Date: Thu, 31 Jul 2003 18:59:43 +0100
9752              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
9753              
9754              (choose the second code patch)
9755              
9756              [ 20388]
9757              Subject: [DOC PATCH] pod/perlguts.pod
9758              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9759              Date: Thu, 31 Jul 2003 22:39:01 +0200
9760              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
9761              
9762              [ 20389]
9763              Yet another bytecode tweak from Enache.
9764              
9765              [ 20391]
9766              Introduce a '_test' make target, equivalent to 'test',
9767              to please Test::Smoke. In the future, backporting change
9768              9217 would be nice.
9769              
9770              [ 20392]
9771              Enache again.
9772              
9773              [ 20393]
9774              Unportable subtest needs rethink.
9775              
9776              [ 20394]
9777              README.macosx from Sherm Pendley.
9778              
9779              [ 20395]
9780              Integrate README.macosx more.
9781              
9782              (perltoc regenerated)
9783      Branch: maint-5.8/perl
9784           +> README.macosx
9785           !> MANIFEST ext/B/B/Bytecode.pm ext/B/t/bytecode.t
9786           !> ext/ByteLoader/bytecode.h installman pod/buildtoc.PL
9787           !> pod/perl.pod pod/perlguts.pod pod/perlport.pod pod/perltoc.pod
9788           !> regexec.c t/op/re_tests win32/Makefile win32/makefile.mk
9789 ____________________________________________________________________________
9790 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
9791         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
9792      Branch: perl
9793            ! INSTALL
9794 ____________________________________________________________________________
9795 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
9796         Log: Integrate README.macosx more.
9797      Branch: perl
9798            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9799            ! win32/Makefile win32/makefile.mk
9800 ____________________________________________________________________________
9801 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
9802         Log: README.macosx from Sherm Pendley.
9803      Branch: perl
9804            + README.macosx
9805            ! MANIFEST
9806 ____________________________________________________________________________
9807 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
9808         Log: Unportable subtest needs rethink.
9809      Branch: perl
9810            ! ext/B/t/bytecode.t
9811 ____________________________________________________________________________
9812 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
9813         Log: Enache again.
9814      Branch: perl
9815            ! ext/ByteLoader/bytecode.h
9816 ____________________________________________________________________________
9817 [ 20391] By: rgs                                   on 2003/07/31  20:20:48
9818         Log: Introduce a '_test' make target, equivalent to 'test',
9819              to please Test::Smoke. In the future, backporting change
9820              9217 would be nice.
9821      Branch: maint-5.6
9822            ! perl-5.6.2/Makefile.SH
9823 ____________________________________________________________________________
9824 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
9825         Log: Retract #20385.
9826      Branch: perl
9827            ! ext/ByteLoader/bytecode.h
9828 ____________________________________________________________________________
9829 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
9830         Log: Yet another bytecode tweak from Enache.
9831      Branch: perl
9832            ! ext/B/B/Bytecode.pm
9833 ____________________________________________________________________________
9834 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
9835         Log: Subject: [DOC PATCH] pod/perlguts.pod
9836              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9837              Date: Thu, 31 Jul 2003 22:39:01 +0200
9838              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
9839      Branch: perl
9840            ! pod/perlguts.pod
9841 ____________________________________________________________________________
9842 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
9843         Log: Subject: Re: [perl #23171] Regex too selfish 
9844              From: hv@crypt.org
9845              Date: Thu, 31 Jul 2003 18:59:43 +0100
9846              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
9847              
9848              (choose the second code patch)
9849      Branch: perl
9850            ! regexec.c t/op/re_tests
9851 ____________________________________________________________________________
9852 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
9853         Log: Make consistent with installperl (and working in MPE/iX)
9854              (Mark Bixby)
9855      Branch: perl
9856            ! installman
9857 ____________________________________________________________________________
9858 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
9859         Log: (retracted by #20390)
9860      Branch: perl
9861            ! ext/ByteLoader/bytecode.h
9862 ____________________________________________________________________________
9863 [ 20384] By: jhi                                   on 2003/07/31  19:38:44
9864         Log: Integrate:
9865              [ 20383]
9866              Upgrade to real CPAN.pm 1.76.
9867      Branch: maint-5.8/perl
9868           +> lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
9869           +> lib/CPAN/t/signature.t
9870           !> MANIFEST lib/CPAN.pm
9871 ____________________________________________________________________________
9872 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
9873         Log: Upgrade to real CPAN.pm 1.76.
9874      Branch: perl
9875            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
9876            + lib/CPAN/t/signature.t
9877            ! MANIFEST lib/CPAN.pm
9878 ____________________________________________________________________________
9879 [ 20382] By: rgs                                   on 2003/07/31  19:33:36
9880         Log: Backport change #17926 : make installusrbinperl optional
9881              (that's probably better nowadays)
9882      Branch: maint-5.6
9883            ! perl-5.6.2/Configure
9884 ____________________________________________________________________________
9885 [ 20381] By: rgs                                   on 2003/07/31  18:41:29
9886         Log: Reintegrate change #11115 from the main branch :
9887              allow trailing whitespace when parsing /lib/syscalls.exp
9888              in AIX. Fixes detection of pipes and times syscalls on AIX 5.
9889      Branch: maint-5.6
9890            ! perl-5.6.2/Configure
9891 ____________________________________________________________________________
9892 [ 20380] By: jhi                                   on 2003/07/31  12:55:18
9893         Log: Integrate:
9894              [ 20375]
9895              We are change #20316 ahead of 1.75.
9896              
9897              [ 20376]
9898              Document the requirements for Module::Signature a bit.
9899              
9900              [ 20377]
9901              This test is pretty useless as it stands.
9902              
9903              [ 20378]
9904              The new PKI system is far too untested and rough yet
9905              (think machines with no network, machines behind firewalls,
9906              corporate and national encryption policies).  It cannot be
9907              considered useable at this stage.
9908              
9909              Therefore, create a fake CPAN 1.76.
9910              
9911              [ 20379]
9912              One more tweak for Mac OS X hints.
9913      Branch: maint-5.8/perl
9914            - lib/CPAN/t/signature.t
9915           !> MANIFEST hints/darwin.sh lib/CPAN.pm
9916 ____________________________________________________________________________
9917 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
9918         Log: One more tweak for Mac OS X hints.
9919      Branch: perl
9920            ! hints/darwin.sh
9921 ____________________________________________________________________________
9922 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
9923         Log: The new PKI system is far too untested and rough yet
9924              (think machines with no network, machines behind firewalls,
9925              corporate and national encryption policies).  It cannot be
9926              considered useable at this stage.
9927              
9928              Therefore, create a fake CPAN 1.76.
9929      Branch: perl
9930            ! lib/CPAN.pm
9931 ____________________________________________________________________________
9932 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
9933         Log: This test is pretty useless as it stands.
9934      Branch: perl
9935            - lib/CPAN/t/signature.t
9936            ! MANIFEST
9937 ____________________________________________________________________________
9938 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
9939         Log: Document the requirements for Module::Signature a bit.
9940      Branch: perl
9941            ! lib/CPAN.pm
9942 ____________________________________________________________________________
9943 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
9944         Log: We are change #20316 ahead of 1.75.
9945      Branch: perl
9946            ! lib/CPAN.pm
9947 ____________________________________________________________________________
9948 [ 20374] By: jhi                                   on 2003/07/31  08:25:30
9949         Log: Various perldelta tweaks.
9950      Branch: maint-5.8/perl
9951            ! pod/perldelta.pod
9952 ____________________________________________________________________________
9953 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
9954         Log: Integrate from maint:
9955              [ 20359]
9956              No more wince/README.compile here, either.
9957      Branch: perl
9958           !> Porting/makerel
9959 ____________________________________________________________________________
9960 [ 20372] By: jhi                                   on 2003/07/31  05:43:15
9961         Log: Integrate:
9962              [ 20362]
9963              Upgrade to NEXT 0.52.
9964              
9965              [ 20364]
9966              Silence spurious noise from MakeMaker :
9967              hint files shouldn't return undef and have set $!.
9968              
9969              [ 20366]
9970              Subject: [PATCH] test for B::Bytecode/ByteLoader
9971              From: Enache Adrian <enache@rdslink.ro>
9972              Date: Thu, 31 Jul 2003 03:49:40 +0300
9973              Message-ID: <20030731004940.GB1266@ratsnest.hole>
9974              
9975              (but use test.pl:run_perl() instead of manual `$^X ...`)
9976              
9977              [ 20367]
9978              Subject: [PATCH Tie::RefHash] added support for overloaded ""
9979              From: Xavier Noria <fxn@hashref.com>
9980              Date: Thu, 31 Jul 2003 00:29:13 +0200
9981              Message-Id: <200307310029.13567.fxn@hashref.com>
9982              
9983              [ 20368]
9984              Tests for change #20367 (and change use overload; to
9985              just require overload;)
9986              
9987              [ 20369]
9988              Final touches to "Apple-like" installation directories.
9989              
9990              [ 20370]
9991              Schwern says this is most probably an old VMS MakeMaker
9992              bug workaround that can go now.
9993              
9994              [ 20371]
9995              ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
9996              (Schwern)
9997      Branch: maint-5.8/perl
9998           +> ext/B/t/bytecode.t
9999           !> MANIFEST ext/DynaLoader/hints/linux.pl
10000           !> ext/SDBM_File/sdbm/Makefile.PL hints/darwin.sh
10001           !> lib/ExtUtils/MakeMaker.pm lib/NEXT.pm lib/NEXT/Changes
10002           !> lib/NEXT/README lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
10003           !> lib/Tie/RefHash.pm lib/Tie/RefHash.t
10004 ____________________________________________________________________________
10005 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
10006         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
10007              (Schwern)
10008      Branch: perl
10009            ! lib/ExtUtils/MakeMaker.pm
10010 ____________________________________________________________________________
10011 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
10012         Log: Schwern says this is most probably an old VMS MakeMaker
10013              bug workaround that can go now.
10014      Branch: perl
10015            ! ext/SDBM_File/sdbm/Makefile.PL
10016 ____________________________________________________________________________
10017 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
10018         Log: Final touches to "Apple-like" installation directories.
10019      Branch: perl
10020            ! hints/darwin.sh
10021 ____________________________________________________________________________
10022 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
10023         Log: Tests for change #20367 (and change use overload; to
10024              just require overload;)
10025      Branch: perl
10026            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
10027 ____________________________________________________________________________
10028 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
10029         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
10030              From: Xavier Noria <fxn@hashref.com>
10031              Date: Thu, 31 Jul 2003 00:29:13 +0200
10032              Message-Id: <200307310029.13567.fxn@hashref.com>
10033      Branch: perl
10034            ! lib/Tie/RefHash.pm
10035 ____________________________________________________________________________
10036 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
10037         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
10038              From: Enache Adrian <enache@rdslink.ro>
10039              Date: Thu, 31 Jul 2003 03:49:40 +0300
10040              Message-ID: <20030731004940.GB1266@ratsnest.hole>
10041              
10042              (but use test.pl:run_perl() instead of manual `$^X ...`)
10043      Branch: perl
10044            + ext/B/t/bytecode.t
10045            ! MANIFEST
10046 ____________________________________________________________________________
10047 [ 20365] By: jhi                                   on 2003/07/31  04:40:32
10048         Log: Wishful thinking about Perl releases noticed by Andy Lester.
10049      Branch: maint-5.8/perl
10050            ! pod/perldelta.pod
10051 ____________________________________________________________________________
10052 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
10053         Log: Silence spurious noise from MakeMaker :
10054              hint files shouldn't return undef and have set $!.
10055      Branch: perl
10056            ! ext/DynaLoader/hints/linux.pl
10057 ____________________________________________________________________________
10058 [ 20363] By: jhi                                   on 2003/07/30  20:26:03
10059         Log: NEXT not yet updated in maint, but will be.
10060      Branch: maint-5.8/perl
10061            ! pod/perldelta.pod
10062 ____________________________________________________________________________
10063 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
10064         Log: Upgrade to NEXT 0.52.
10065      Branch: perl
10066            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
10067            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
10068 ____________________________________________________________________________
10069 [ 20361] By: rgs                                   on 2003/07/30  19:33:18
10070         Log: Integrate change #9996 as suggested by Jarrko :
10071              Add preemptive #undefs for some of the shorter and more prone
10072              to collision regcomp.h #defines.  (Background: the MASK collided
10073              with a system header #define in Rhapsody.)
10074              
10075              Backport change #18538 as suggested by Enache :
10076              Subject: [PATCH] Re: FreeBSD 5 hints patch
10077              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10078              Date: Mon, 30 Dec 2002 18:01:16 -0800
10079              Message-ID: <spPE+gzkg+6F092yn@efn.org>
10080      Branch: maint-5.6
10081            ! perl-5.6.2/Configure
10082           !> perl-5.6.2/regcomp.h
10083 ____________________________________________________________________________
10084 [ 20360] By: jhi                                   on 2003/07/30  18:44:58
10085         Log: Make it RC3.
10086      Branch: maint-5.8/perl
10087            ! patchlevel.h
10088 ____________________________________________________________________________
10089 [ 20359] By: jhi                                   on 2003/07/30  18:43:55
10090         Log: No more wince/README.compile here, either.
10091      Branch: maint-5.8/perl
10092            ! Porting/makerel
10093 ____________________________________________________________________________
10094 [ 20358] By: jhi                                   on 2003/07/30  18:23:39
10095         Log: Update Changes.
10096      Branch: maint-5.8/perl
10097            ! Changes patchlevel.h
10098 ____________________________________________________________________________
10099 [ 20357] By: jhi                                   on 2003/07/30  18:19:52
10100         Log: Integrate:
10101              [ 20355]
10102              Silly gcc.
10103              
10104              [ 20356]
10105              Might as well.
10106      Branch: maint-5.8/perl
10107           !> perl.c pod/perlhist.pod
10108 ____________________________________________________________________________
10109 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
10110         Log: Might as well.
10111      Branch: perl
10112            ! pod/perlhist.pod
10113 ____________________________________________________________________________
10114 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
10115         Log: Silly gcc.
10116      Branch: perl
10117            ! perl.c
10118 ____________________________________________________________________________
10119 [ 20354] By: jhi                                   on 2003/07/30  17:47:10
10120         Log: Don't use DSTROOT.
10121      Branch: maint-5.8/perl
10122           !> hints/darwin.sh
10123 ____________________________________________________________________________
10124 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
10125         Log: This is getting comical.  (Practical tip: never ask
10126              for opinions from one than one person at one time.)
10127              Now back to -Dprefix='/usr' replacing the system Perl,
10128              but don't use the Apple internal DSTROOT.
10129      Branch: perl
10130            ! hints/darwin.sh
10131 ____________________________________________________________________________
10132 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
10133         Log: Mac OS X hints dance continues.  Now drop any special
10134              installation directory mangling.  In other words, if
10135              you want to overwrite the system perl, you really need
10136              to find out how to do that.
10137      Branch: perl
10138            ! hints/darwin.sh
10139 ____________________________________________________________________________
10140 [ 20351] By: jhi                                   on 2003/07/30  14:27:40
10141         Log: Integrate:
10142              [ 20350]
10143              Try again with the Mac OS X hints.  Now the three cases
10144              (no -Dprefix, /usr, and something else) all install
10145              into separate places.  No prefix installs to /usr/local.
10146              The /usr overwrites the Apple install (modulo the version).  
10147      Branch: maint-5.8/perl
10148           !> hints/darwin.sh
10149 ____________________________________________________________________________
10150 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
10151         Log: Try again with the Mac OS X hints.  Now the three cases
10152              (no -Dprefix, /usr, and something else) all install
10153              into separate places.  No prefix installs to /usr/local.
10154              The /usr overwrites the Apple install (modulo the version).  
10155      Branch: perl
10156            ! hints/darwin.sh
10157 ____________________________________________________________________________
10158 [ 20349] By: jhi                                   on 2003/07/30  13:38:17
10159         Log: Integrate:
10160              [ 20324]
10161              Revert #20301, apparently the _SOCKADDR_LEN #define is
10162              important for IPv6 (Spider).  Since there is no way to
10163              otherwise detect 3.X, use the hints.
10164              
10165              [ 20327]
10166              MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
10167              
10168              [ 20329]
10169              Subject: tiny fix for WinCE (Re: maint @ 20277)
10170              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10171              Date: Wed, 30 Jul 2003 02:02:41 +0400
10172              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
10173              
10174              [ 20330]
10175              FAQ sync.
10176              
10177              [ 20331]
10178              Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
10179              From: Jan Dubois <jand@ActiveState.com>
10180              Date: Tue, 29 Jul 2003 19:14:10 -0700
10181              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
10182              
10183              [ 20332]
10184              Modules.pl tweaks.
10185              
10186              [ 20333]
10187              Mac OS X: tweak once again the installation directories.
10188              
10189              [ 20334]
10190              Modules.pl: add B::Deparse.
10191              
10192              [ 20335]
10193              More Modules.pl.
10194              
10195              [ 20336]
10196              Strip leading ./
10197              
10198              [ 20337]
10199              Rename Modules and Modules.pl as Maintainers and
10200              Maintainers.pl since the same framework can be used
10201              for more than just modules.
10202              
10203              [ 20338]
10204              Use the CPAN id where available.
10205              
10206              [ 20339]
10207              Arthur maintains Safe.
10208              
10209              [ 20340]
10210              That's M. Schwern to you, earthling.
10211              
10212              [ 20341]
10213              Upgrade to ExtUtils::MakeMaker 6.12.
10214              
10215              [ 20342]
10216              Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
10217              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10218              Date: Wed, 30 Jul 2003 14:56:32 +0400
10219              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
10220              
10221              [ 20343]
10222              Be paranoid about PL_origargv.
10223              Paranoia warranted by Win32 mod_perl.
10224              
10225              [ 20344]
10226              Adjust the list of rmdired lib directories.
10227              
10228              [ 20345]
10229              rmdir t/lib/IO.
10230              
10231              [ 20346]
10232              Maintainers script tweaks.
10233              
10234              [ 20347]
10235              Match also on full name and email (though the email is
10236              now less interesting than it used to be).
10237              
10238              [ 20348]
10239              Subject: [PATCH] NEXT and Diamond Inheritance
10240              From: Casey West <casey@geeknest.com>
10241              Date: Tue, 29 Jul 2003 17:37:15 -0400
10242              Message-ID: <20030729213715.GY76899@geeknest.com>
10243              
10244              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
10245      Branch: maint-5.8/perl
10246           +> Porting/Maintainers Porting/Maintainers.pl
10247            - Porting/Modules Porting/Modules.pl
10248           !> (integrate 27 files)
10249 ____________________________________________________________________________
10250 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
10251         Log: Subject: [PATCH] NEXT and Diamond Inheritance
10252              From: Casey West <casey@geeknest.com>
10253              Date: Tue, 29 Jul 2003 17:37:15 -0400
10254              Message-ID: <20030729213715.GY76899@geeknest.com>
10255              
10256              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
10257      Branch: perl
10258            ! lib/NEXT.pm lib/NEXT/t/unseen.t
10259 ____________________________________________________________________________
10260 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
10261         Log: Match also on full name and email (though the email is
10262              now less interesting than it used to be).
10263      Branch: perl
10264            ! Porting/Maintainers
10265 ____________________________________________________________________________
10266 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
10267         Log: Maintainers script tweaks.
10268      Branch: perl
10269            ! Porting/Maintainers
10270 ____________________________________________________________________________
10271 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
10272         Log: rmdir t/lib/IO.
10273      Branch: perl
10274            ! ext/IO/t/IO.t
10275 ____________________________________________________________________________
10276 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
10277         Log: Adjust the list of rmdired lib directories.
10278      Branch: perl
10279            ! Makefile.SH
10280 ____________________________________________________________________________
10281 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
10282         Log: Be paranoid about PL_origargv.
10283              Paranoia warranted by Win32 mod_perl.
10284      Branch: perl
10285            ! perl.c
10286 ____________________________________________________________________________
10287 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
10288         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
10289              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10290              Date: Wed, 30 Jul 2003 14:56:32 +0400
10291              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
10292      Branch: perl
10293            ! perlio.c
10294 ____________________________________________________________________________
10295 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
10296         Log: Upgrade to ExtUtils::MakeMaker 6.12.
10297      Branch: perl
10298            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
10299            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
10300            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10301            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
10302 ____________________________________________________________________________
10303 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
10304         Log: That's M. Schwern to you, earthling.
10305      Branch: perl
10306            ! Porting/Maintainers.pl
10307 ____________________________________________________________________________
10308 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
10309         Log: Arthur maintains Safe.
10310      Branch: perl
10311            ! Porting/Maintainers.pl
10312 ____________________________________________________________________________
10313 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
10314         Log: Use the CPAN id where available.
10315      Branch: perl
10316            ! Porting/Maintainers.pl
10317 ____________________________________________________________________________
10318 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
10319         Log: Rename Modules and Modules.pl as Maintainers and
10320              Maintainers.pl since the same framework can be used
10321              for more than just modules.
10322      Branch: perl
10323            + Porting/Maintainers Porting/Maintainers.pl
10324            - Porting/Modules Porting/Modules.pl
10325            ! MANIFEST
10326 ____________________________________________________________________________
10327 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
10328         Log: Strip leading ./
10329      Branch: perl
10330            ! Porting/Modules
10331 ____________________________________________________________________________
10332 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
10333         Log: More Modules.pl.
10334      Branch: perl
10335            ! Porting/Modules.pl
10336 ____________________________________________________________________________
10337 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
10338         Log: Modules.pl: add B::Deparse.
10339      Branch: perl
10340            ! Porting/Modules.pl
10341 ____________________________________________________________________________
10342 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
10343         Log: Mac OS X: tweak once again the installation directories.
10344      Branch: perl
10345            ! hints/darwin.sh
10346 ____________________________________________________________________________
10347 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
10348         Log: Modules.pl tweaks.
10349      Branch: perl
10350            ! Porting/Modules.pl
10351 ____________________________________________________________________________
10352 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
10353         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
10354              From: Jan Dubois <jand@ActiveState.com>
10355              Date: Tue, 29 Jul 2003 19:14:10 -0700
10356              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
10357      Branch: perl
10358            ! lib/Win32.pod win32/win32.c
10359 ____________________________________________________________________________
10360 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
10361         Log: FAQ sync.
10362      Branch: perl
10363            ! pod/perlfaq4.pod pod/perlfaq7.pod
10364 ____________________________________________________________________________
10365 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
10366         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
10367              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10368              Date: Wed, 30 Jul 2003 02:02:41 +0400
10369              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
10370      Branch: perl
10371            ! wince/wince.c
10372 ____________________________________________________________________________
10373 [ 20328] By: rgs                                   on 2003/07/29  20:35:37
10374         Log: Integrate the CPAN distribution of DB_File 1.806.
10375      Branch: maint-5.6
10376            ! perl-5.6.2/ext/DB_File/Changes
10377            ! perl-5.6.2/ext/DB_File/DB_File.pm
10378            ! perl-5.6.2/ext/DB_File/DB_File.xs
10379            ! perl-5.6.2/ext/DB_File/DB_File_BS
10380            ! perl-5.6.2/ext/DB_File/Makefile.PL
10381            ! perl-5.6.2/ext/DB_File/dbinfo
10382            ! perl-5.6.2/ext/DB_File/hints/dynixptx.pl
10383            ! perl-5.6.2/ext/DB_File/hints/sco.pl
10384            ! perl-5.6.2/ext/DB_File/typemap
10385            ! perl-5.6.2/ext/DB_File/version.c perl-5.6.2/t/lib/db-btree.t
10386            ! perl-5.6.2/t/lib/db-hash.t perl-5.6.2/t/lib/db-recno.t
10387 ____________________________________________________________________________
10388 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
10389         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
10390      Branch: perl
10391            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
10392 ____________________________________________________________________________
10393 [ 20326] By: rgs                                   on 2003/07/29  19:59:46
10394         Log: Update Configure and makedepend.SH to work with gcc 3.x
10395              and with localized make messages.
10396              Update Configure and the hints files for svr5 to recognize
10397              OpenUNIX 8 as a flavor of Unixware.
10398      Branch: maint-5.6
10399            ! perl-5.6.2/Configure perl-5.6.2/hints/svr5.sh
10400            ! perl-5.6.2/makedepend.SH
10401 ____________________________________________________________________________
10402 [ 20325] By: rgs                                   on 2003/07/29  19:55:51
10403         Log: Reintroduce the DEVELxxxxx stamp in the patchlevel.
10404              Put a small introductive note in perldelta.
10405      Branch: maint-5.6
10406            ! perl-5.6.2/patchlevel.h perl-5.6.2/pod/perldelta.pod
10407 ____________________________________________________________________________
10408 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
10409         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
10410              important for IPv6 (Spider).  Since there is no way to
10411              otherwise detect 3.X, use the hints.
10412      Branch: perl
10413            ! hints/dec_osf.sh perl.h
10414 ____________________________________________________________________________
10415 [ 20322] By: rgs                                   on 2003/07/29  19:33:28
10416         Log: Create the perl-5.6.2 branch from perl 5.6.1
10417              (i.e. from //depot/maint-5.6/perl/...@9654).
10418              The changes currently under //depot/maint-5.6/perl/...
10419              will eventually be used later to produce a 5.6.3 release.
10420      Branch: maint-5.6
10421           +> (branch 1728 files)
10422 ____________________________________________________________________________
10423 [ 20321] By: jhi                                   on 2003/07/29  17:58:58
10424         Log: Advertise "safe POSIX sigaction".
10425      Branch: maint-5.8/perl
10426            ! pod/perldelta.pod
10427 ____________________________________________________________________________
10428 [ 20320] By: jhi                                   on 2003/07/29  15:59:22
10429         Log: Make it 20320.
10430      Branch: maint-5.8/perl
10431            ! patchlevel.h
10432 ____________________________________________________________________________
10433 [ 20319] By: jhi                                   on 2003/07/29  15:44:48
10434         Log: Update Changes.
10435      Branch: maint-5.8/perl
10436            ! Changes patchlevel.h
10437 ____________________________________________________________________________
10438 [ 20318] By: jhi                                   on 2003/07/29  15:40:24
10439         Log: Tell where to find 'dor' for 5.8.1.
10440      Branch: maint-5.8/perl
10441            ! pod/perldelta.pod
10442 ____________________________________________________________________________
10443 [ 20317] By: jhi                                   on 2003/07/29  15:31:56
10444         Log: Integrate:
10445              [ 20305]
10446              Quieten MSVC6.
10447              
10448              [ 20306]
10449              Too many my $fh:s.
10450              
10451              [ 20308]
10452              The --destdir option to installman should be made
10453              optional so that it doesn't complain when passed
10454              an empty value (from Rafael)
10455              
10456              [ 20309]
10457              Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
10458              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10459              Date: Sun, 13 Jul 2003 10:23:35 +0900
10460              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
10461              
10462              [ 20310]
10463              Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
10464              From: PPrymmer@factset.com
10465              Date: Tue, 22 Jul 2003 11:12:05 -0400
10466              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
10467              
10468              [ 20312]
10469              Subject: [PATCH] pod/perlvar.pod: minor typo
10470              From: "Brendan O'Dea" <bod@debian.org>
10471              Date: Tue, 29 Jul 2003 23:49:18 +1000
10472              Message-ID: <20030729134918.GA4339@londo.c47.org>
10473              
10474              [ 20314]
10475              Slight rewording on the destdir.
10476              
10477              [ 20315]
10478              Oops.
10479              
10480              [ 20316]
10481              Don't nag about Module::Signature if there is no
10482              way for the user to use it (based on Autrijus' patch).
10483      Branch: maint-5.8/perl
10484           !> INSTALL ext/Encode/lib/Encode/Alias.pm
10485           !> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
10486           !> ext/Encode/t/perlio.t installman lib/CPAN.pm
10487           !> lib/CPAN/FirstTime.pm pod/perlvar.pod pp.c sv.c
10488 ____________________________________________________________________________
10489 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
10490         Log: Don't nag about Module::Signature if there is no
10491              way for the user to use it (based on Autrijus' patch).
10492      Branch: perl
10493            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10494 ____________________________________________________________________________
10495 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
10496         Log: Oops.
10497      Branch: perl
10498            ! sv.c
10499 ____________________________________________________________________________
10500 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
10501         Log: Slight rewording on the destdir.
10502      Branch: perl
10503            ! INSTALL
10504 ____________________________________________________________________________
10505 [ 20313] By: jhi                                   on 2003/07/29  13:23:54
10506         Log: Advertise the --destdir.
10507      Branch: maint-5.8/perl
10508            ! pod/perldelta.pod
10509 ____________________________________________________________________________
10510 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
10511         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
10512              From: "Brendan O'Dea" <bod@debian.org>
10513              Date: Tue, 29 Jul 2003 23:49:18 +1000
10514              Message-ID: <20030729134918.GA4339@londo.c47.org>
10515      Branch: perl
10516            ! pod/perlvar.pod
10517 ____________________________________________________________________________
10518 [ 20311] By: jhi                                   on 2003/07/29  13:13:38
10519         Log: Also Apache::Test needs tweaking.
10520      Branch: maint-5.8/perl
10521            ! pod/perldelta.pod
10522 ____________________________________________________________________________
10523 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
10524         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
10525              From: PPrymmer@factset.com
10526              Date: Tue, 22 Jul 2003 11:12:05 -0400
10527              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
10528      Branch: perl
10529            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
10530            ! ext/Encode/t/perlio.t
10531 ____________________________________________________________________________
10532 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
10533         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
10534              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10535              Date: Sun, 13 Jul 2003 10:23:35 +0900
10536              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
10537      Branch: perl
10538            ! ext/Encode/lib/Encode/Alias.pm
10539 ____________________________________________________________________________
10540 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
10541         Log: The --destdir option to installman should be made
10542              optional so that it doesn't complain when passed
10543              an empty value (from Rafael)
10544      Branch: perl
10545            ! installman
10546 ____________________________________________________________________________
10547 [ 20307] By: jhi                                   on 2003/07/29  12:19:13
10548         Log: Regen perltoc, perlmodlib.
10549      Branch: maint-5.8/perl
10550            ! pod/perlmodlib.pod pod/perltoc.pod
10551 ____________________________________________________________________________
10552 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
10553         Log: Too many my $fh:s.
10554      Branch: perl
10555            ! lib/CPAN.pm
10556 ____________________________________________________________________________
10557 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
10558         Log: Quieten MSVC6.
10559      Branch: perl
10560            ! pp.c
10561 ____________________________________________________________________________
10562 [ 20304] By: jhi                                   on 2003/07/29  11:46:15
10563         Log: Subject: [PATCH maintperl] proofreading perldelta.pod
10564              From: Autrijus Tang <autrijus@autrijus.org>
10565              Date: Tue, 29 Jul 2003 18:26:53 +0800
10566              Message-ID: <20030729102653.GA1770@not.autrijus.org>
10567      Branch: maint-5.8/perl
10568            ! pod/perldelta.pod
10569 ____________________________________________________________________________
10570 [ 20303] By: jhi                                   on 2003/07/29  11:33:37
10571         Log: Integrate:
10572              [ 20297]
10573              Green light from Stas.
10574              
10575              [ 20298]
10576              DEC OSF/1 3.x did (does) not do sizer -v.
10577              
10578              [ 20299]
10579              README.hpux now mentions the http mirror for prebuilt gcc binaries
10580              
10581              [ 20300]
10582              Cleanup the sv_gets() logic for platforms with small stacks.
10583              (I think hogging 8K of stack sounds like bad behaviour on any
10584              platform, big stack or not.)
10585              
10586              [ 20301]
10587              Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
10588              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
10589              Date: 26 Jul 2003 21:44:06 -0000
10590              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
10591              
10592              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
10593              releases 4.x and 5.x.
10594              
10595              [ 20302]
10596              Subject: DESTDIR in perl-5.8.1 package?
10597              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
10598              Date: Fri, 11 Jul 2003 14:48:41 +0200
10599              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
10600              
10601              Subject: Re: DESTDIR in perl-5.8.1 package?
10602              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
10603              Date: Mon, 14 Jul 2003 12:00:25 +0200
10604              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
10605              
10606              (blindly prepending and s///ing away the $destdir does not work
10607              at least in VMS, but the --destdir should help rpm builders
10608              and the like)
10609      Branch: maint-5.8/perl
10610           !> INSTALL Makefile.SH README.hpux hints/dec_osf.sh installman
10611           !> installperl perl.h sv.c
10612 ____________________________________________________________________________
10613 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
10614         Log: Subject: DESTDIR in perl-5.8.1 package?
10615              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
10616              Date: Fri, 11 Jul 2003 14:48:41 +0200
10617              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
10618              
10619              Subject: Re: DESTDIR in perl-5.8.1 package?
10620              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
10621              Date: Mon, 14 Jul 2003 12:00:25 +0200
10622              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
10623              
10624              (blindly prepending and s///ing away the $destdir does not work
10625              at least in VMS, but the --destdir should help rpm builders
10626              and the like)
10627      Branch: perl
10628            ! INSTALL Makefile.SH installman installperl
10629 ____________________________________________________________________________
10630 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
10631         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
10632              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
10633              Date: 26 Jul 2003 21:44:06 -0000
10634              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
10635              
10636              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
10637              releases 4.x and 5.x.
10638      Branch: perl
10639            ! perl.h
10640 ____________________________________________________________________________
10641 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
10642         Log: Cleanup the sv_gets() logic for platforms with small stacks.
10643              (I think hogging 8K of stack sounds like bad behaviour on any
10644              platform, big stack or not.)
10645      Branch: perl
10646            ! sv.c
10647 ____________________________________________________________________________
10648 [ 20299] By: merijn                                on 2003/07/29  10:57:37
10649         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
10650      Branch: perl
10651            ! README.hpux
10652 ____________________________________________________________________________
10653 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
10654         Log: DEC OSF/1 3.x did (does) not do sizer -v.
10655      Branch: perl
10656            ! hints/dec_osf.sh
10657 ____________________________________________________________________________
10658 [ 20297] By: jhi                                   on 2003/07/29  10:48:41
10659         Log: Green light from Stas.
10660      Branch: maint-5.8/perl
10661            ! pod/perldelta.pod
10662 ____________________________________________________________________________
10663 [ 20296] By: jhi                                   on 2003/07/29  10:38:36
10664         Log: Integrate:
10665              [ 20291]
10666              Tabify.
10667              
10668              [ 20292]
10669              Most importantly, don't try HvNAME(gp->gp_hv)
10670              unless PL_stashcache exists, otherwise we get
10671              an invalid read (detected by valgrind, and crashes
10672              ext/threads/t/basic.t in Windows).
10673              
10674              Also add a few if:s for the refcnt decrements,
10675              no need to call Perl_sv_free() if there's nothing to free.
10676              
10677              [ 20293]
10678              Upgrade to CPAN.pm 1.74.
10679              
10680              [ 20294]
10681              There is no skip() since we are not using Test*.
10682              
10683              [ 20295]
10684              Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
10685              From: Autrijus Tang <autrijus@autrijus.org>
10686              Date: Tue, 29 Jul 2003 09:58:35 +0800
10687              Message-ID: <20030729015834.GA7149@not.autrijus.org>
10688      Branch: maint-5.8/perl
10689           !> MANIFEST gv.c lib/CPAN.pm lib/CPAN/t/signature.t
10690 ____________________________________________________________________________
10691 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
10692         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
10693              From: Autrijus Tang <autrijus@autrijus.org>
10694              Date: Tue, 29 Jul 2003 09:58:35 +0800
10695              Message-ID: <20030729015834.GA7149@not.autrijus.org>
10696      Branch: perl
10697            ! lib/CPAN.pm
10698 ____________________________________________________________________________
10699 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
10700         Log: There is no skip() since we are not using Test*.
10701      Branch: perl
10702            ! lib/CPAN/t/signature.t
10703 ____________________________________________________________________________
10704 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
10705         Log: Upgrade to CPAN.pm 1.74.
10706      Branch: perl
10707            ! lib/CPAN.pm lib/CPAN/t/signature.t
10708 ____________________________________________________________________________
10709 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
10710         Log: Most importantly, don't try HvNAME(gp->gp_hv)
10711              unless PL_stashcache exists, otherwise we get
10712              an invalid read (detected by valgrind, and crashes
10713              ext/threads/t/basic.t in Windows).
10714              
10715              Also add a few if:s for the refcnt decrements,
10716              no need to call Perl_sv_free() if there's nothing to free.
10717      Branch: perl
10718            ! gv.c
10719 ____________________________________________________________________________
10720 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
10721         Log: Tabify.
10722      Branch: perl
10723            ! MANIFEST
10724 ____________________________________________________________________________
10725 [ 20290] By: jhi                                   on 2003/07/29  08:55:19
10726         Log: Integrate:
10727              [ 20278]
10728              More bytecode tweaks.
10729              
10730              [ 20281]
10731              Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
10732              From: "Craig A. Berry" <craigberry@mac.com>
10733              Date: Tue, 29 Jul 2003 00:11:46 -0500
10734              Message-ID: <3F260212.9000104@mac.com>
10735              
10736              [ 20282]
10737              PerlIO_popped doc addition from NI-S.
10738              
10739              [ 20283]
10740              The better prefixify() patch from Ed Moy.
10741              
10742              [ 20285]
10743              Reintroduce Porting/Modules.  No, it's not duplicating
10744              the information in Module::CoreList.
10745              
10746              [ 20287]
10747              Subject: [PATCH pointer] B::Deparse 0.64
10748              From: Stephen McCamant <smcc@mit.edu>
10749              Date: Mon, 28 Jul 2003 16:57:19 -0400
10750              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
10751              
10752              [ 20288]
10753              Subject: [perl #22969] fix $hash{utf8bareword}
10754              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
10755              Date: Tue, 29 Jul 2003 11:09:37 +0200
10756              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
10757              
10758              [ 20289]
10759              Subject: 5.8.1 change not in perldelta
10760              From: "James A. Duncan" <jduncan@fotango.com>
10761              Date: Wed, 16 Jul 2003 12:42:31 +0100
10762              Message-Id: <957EF358-B782-11D7-AE25-000393D142E2@fotango.com>
10763              
10764              (the regexp magic change)
10765      Branch: maint-5.8/perl
10766           +> Porting/Modules Porting/Modules.pl
10767           !> AUTHORS MANIFEST ext/B/B.xs ext/B/B/Bytecode.pm
10768           !> ext/B/B/Deparse.pm ext/B/t/deparse.t lib/ExtUtils/MM_Unix.pm
10769           !> lib/File/Find.pm pod/perliol.pod t/op/utfhash.t toke.c
10770 ____________________________________________________________________________
10771 [ 20289] By: jhi                                   on 2003/07/29  08:48:19
10772         Log: Subject: 5.8.1 change not in perldelta
10773              From: "James A. Duncan" <jduncan@fotango.com>
10774              Date: Wed, 16 Jul 2003 12:42:31 +0100
10775              Message-Id: <957EF358-B782-11D7-AE25-000393D142E2@fotango.com>
10776              
10777              (the regexp magic change)
10778      Branch: maint-5.8/perl
10779            ! pod/perldelta.pod
10780 ____________________________________________________________________________
10781 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
10782         Log: Subject: [perl #22969] fix $hash{utf8bareword}
10783              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
10784              Date: Tue, 29 Jul 2003 11:09:37 +0200
10785              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
10786      Branch: perl
10787            ! t/op/utfhash.t toke.c
10788 ____________________________________________________________________________
10789 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
10790         Log: Subject: [PATCH pointer] B::Deparse 0.64
10791              From: Stephen McCamant <smcc@mit.edu>
10792              Date: Mon, 28 Jul 2003 16:57:19 -0400
10793              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
10794      Branch: perl
10795            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
10796 ____________________________________________________________________________
10797 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
10798         Log: More perlio docs from Stas.
10799      Branch: perl
10800            ! pod/perliol.pod
10801 ____________________________________________________________________________
10802 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
10803         Log: Reintroduce Porting/Modules.  No, it's not duplicating
10804              the information in Module::CoreList.
10805      Branch: perl
10806            + Porting/Modules Porting/Modules.pl
10807            ! AUTHORS MANIFEST
10808 ____________________________________________________________________________
10809 [ 20284] By: jhi                                   on 2003/07/29  05:18:48
10810         Log: perldelta detypoing from Chris Reinhardt.
10811      Branch: maint-5.8/perl
10812            ! pod/perldelta.pod
10813 ____________________________________________________________________________
10814 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
10815         Log: The better prefixify() patch from Ed Moy.
10816      Branch: perl
10817            ! lib/ExtUtils/MM_Unix.pm
10818 ____________________________________________________________________________
10819 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
10820         Log: PerlIO_popped doc addition from NI-S.
10821      Branch: perl
10822            ! pod/perliol.pod
10823 ____________________________________________________________________________
10824 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
10825         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
10826              From: "Craig A. Berry" <craigberry@mac.com>
10827              Date: Tue, 29 Jul 2003 00:11:46 -0500
10828              Message-ID: <3F260212.9000104@mac.com>
10829      Branch: perl
10830            ! lib/File/Find.pm
10831 ____________________________________________________________________________
10832 [ 20280] By: jhi                                   on 2003/07/28  18:30:56
10833         Log: Document the Mac OS X statical building.
10834      Branch: maint-5.8/perl
10835            ! pod/perldelta.pod
10836 ____________________________________________________________________________
10837 [ 20279] By: jhi                                   on 2003/07/28  18:23:43
10838         Log: IRIX: a known oddity.
10839      Branch: maint-5.8/perl
10840            ! pod/perldelta.pod
10841 ____________________________________________________________________________
10842 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
10843         Log: More bytecode tweaks.
10844      Branch: perl
10845            ! ext/B/B.xs ext/B/B/Bytecode.pm
10846 ____________________________________________________________________________
10847 [ 20277] By: jhi                                   on 2003/07/28  16:55:24
10848         Log: Update Changes.
10849      Branch: maint-5.8/perl
10850            ! Changes patchlevel.h
10851 ____________________________________________________________________________
10852 [ 20276] By: jhi                                   on 2003/07/28  16:49:56
10853         Log: Integrate:
10854              [ 20275]
10855              No more wince/README.compile.
10856      Branch: maint-5.8/perl
10857           !> Porting/curliff.pl
10858 ____________________________________________________________________________
10859 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
10860         Log: No more wince/README.compile.
10861      Branch: perl
10862            ! Porting/curliff.pl
10863 ____________________________________________________________________________
10864 [ 20274] By: jhi                                   on 2003/07/28  16:40:18
10865         Log: Integrate:
10866              [ 20272]
10867              Slightly better failure output.
10868      Branch: maint-5.8/perl
10869           !> ext/Devel/Peek/t/Peek.t
10870 ____________________________________________________________________________
10871 [ 20273] By: jhi                                   on 2003/07/28  16:39:16
10872         Log: Somehow it looks like this test hasn't been run
10873              for a while in maint.
10874      Branch: maint-5.8/perl
10875            ! ext/Devel/Peek/t/Peek.t
10876 ____________________________________________________________________________
10877 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
10878         Log: Slightly better failure output.
10879      Branch: perl
10880            ! ext/Devel/Peek/t/Peek.t
10881 ____________________________________________________________________________
10882 [ 20271] By: jhi                                   on 2003/07/28  15:18:57
10883         Log: Integrate:
10884              [ 20258]
10885              Integrate:
10886              [ 20256]
10887              Extra noise from File::Spec.
10888              
10889              [ 20257]
10890              Subject: CPAN/t/signature.t noisy
10891              From: Michael G Schwern <schwern@pobox.com>
10892              Date: Mon, 28 Jul 2003 02:14:19 -0700
10893              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
10894              
10895              [ 20259]
10896              Minor tweak to the Perl_ advise.
10897              
10898              [ 20261]
10899              Solaris cc didn't appreciate casting a long to a pointer
10900              with no cast, and lval casts are unportable, so introduce
10901              a rval cast.
10902              
10903              [ 20262]
10904              Storable test nosewipe.
10905              
10906              [ 20263]
10907              Make Storable work with blead/maint by making PL_sv_placeholder
10908              a true global, bump $VERSION to 2.08.  Will take a look at the
10909              portability issue of placeholders soon.
10910              
10911              [ 20264]
10912              Subject: [PATCH] t/op/write.t cleanup after itself.
10913              From: Michael G Schwern <schwern@pobox.com>
10914              Date: Mon, 28 Jul 2003 05:54:19 -0700
10915              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
10916              
10917              [ 20265]
10918              Subject: [PATCH] #20177 broke skip logic in t/op/write.t
10919              From: "Craig A. Berry" <craigberry@mac.com>
10920              Date: Mon, 28 Jul 2003 08:04:32 -0500
10921              Message-ID: <3F251F60.6050607@mac.com>
10922              
10923              [ 20266]
10924              Bump the $VERSION of core File::Spec as requested by Ken Williams.
10925              
10926              [ 20268]
10927              Move the ext/IO tests to a more standard location so that
10928              the *.t do not get copied to the build tree (lib/IO/).
10929              
10930              [ 20269]
10931              No more ext/*/*.t, move them all to ext/*/t.
10932              
10933              [ 20270]
10934              These directories no more exist during cleanup.
10935      Branch: maint-5.8/perl
10936           +> (branch 39 files)
10937            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
10938            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
10939            - ext/I18N/Langinfo/Langinfo.t ext/IO/lib/IO/t/IO.t
10940            - ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
10941            - ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_linenum.t
10942            - ext/IO/lib/IO/t/io_multihomed.t ext/IO/lib/IO/t/io_pipe.t
10943            - ext/IO/lib/IO/t/io_poll.t ext/IO/lib/IO/t/io_sel.t
10944            - ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_taint.t
10945            - ext/IO/lib/IO/t/io_tell.t ext/IO/lib/IO/t/io_udp.t
10946            - ext/IO/lib/IO/t/io_unix.t ext/IO/lib/IO/t/io_utf8.t
10947            - ext/IO/lib/IO/t/io_xs.t ext/IPC/SysV/ipcsysv.t
10948            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
10949            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
10950            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
10951            - ext/Socket/Socket.t ext/Socket/socketpair.t
10952            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
10953            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
10954            - ext/re/re.t
10955           !> MANIFEST Makefile.SH bytecode.pl embedvar.h
10956           !> ext/ByteLoader/byterun.c ext/IPC/SysV/MANIFEST
10957           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
10958           !> ext/Storable/t/code.t ext/Storable/t/utf8hash.t intrpvar.h
10959           !> lib/File/Spec.pm perlapi.h perlio.c perliol.h perlvars.h sv.c
10960           !> t/op/write.t
10961 ____________________________________________________________________________
10962 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
10963         Log: These directories no more exist during cleanup.
10964      Branch: perl
10965            ! Makefile.SH
10966 ____________________________________________________________________________
10967 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
10968         Log: No more ext/*/*.t, move them all to ext/*/t.
10969      Branch: perl
10970            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
10971            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
10972            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
10973            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
10974            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
10975            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
10976            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
10977            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
10978            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
10979            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
10980            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
10981            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
10982            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
10983            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
10984            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
10985            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
10986            - ext/Socket/Socket.t ext/Socket/socketpair.t
10987            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
10988            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
10989            - ext/re/re.t
10990            ! MANIFEST ext/IPC/SysV/MANIFEST
10991 ____________________________________________________________________________
10992 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
10993         Log: Move the ext/IO tests to a more standard location so that
10994              the *.t do not get copied to the build tree (lib/IO/).
10995      Branch: perl
10996            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
10997            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
10998            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
10999            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
11000            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
11001            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
11002            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
11003            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
11004            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
11005            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
11006            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
11007            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
11008            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
11009            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
11010            ! MANIFEST
11011 ____________________________________________________________________________
11012 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
11013         Log: Retract #20260.
11014      Branch: perl
11015            ! perlio.c perliol.h
11016 ____________________________________________________________________________
11017 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
11018         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
11019      Branch: perl
11020            ! lib/File/Spec.pm
11021 ____________________________________________________________________________
11022 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
11023         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
11024              From: "Craig A. Berry" <craigberry@mac.com>
11025              Date: Mon, 28 Jul 2003 08:04:32 -0500
11026              Message-ID: <3F251F60.6050607@mac.com>
11027      Branch: perl
11028            ! t/op/write.t
11029 ____________________________________________________________________________
11030 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
11031         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
11032              From: Michael G Schwern <schwern@pobox.com>
11033              Date: Mon, 28 Jul 2003 05:54:19 -0700
11034              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
11035      Branch: perl
11036            ! t/op/write.t
11037 ____________________________________________________________________________
11038 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
11039         Log: Make Storable work with blead/maint by making PL_sv_placeholder
11040              a true global, bump $VERSION to 2.08.  Will take a look at the
11041              portability issue of placeholders soon.
11042      Branch: perl
11043            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
11044            ! intrpvar.h perlapi.h perlvars.h sv.c
11045 ____________________________________________________________________________
11046 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
11047         Log: Storable test nosewipe.
11048      Branch: perl
11049            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
11050 ____________________________________________________________________________
11051 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
11052         Log: Solaris cc didn't appreciate casting a long to a pointer
11053              with no cast, and lval casts are unportable, so introduce
11054              a rval cast.
11055      Branch: perl
11056            ! bytecode.pl ext/ByteLoader/byterun.c
11057 ____________________________________________________________________________
11058 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
11059         Log: (Retracted by #20267)
11060      Branch: perl
11061            ! perlio.c perliol.h
11062 ____________________________________________________________________________
11063 [ 20259] By: jhi                                   on 2003/07/28  10:10:26
11064         Log: Minor tweak to the Perl_ advise.
11065      Branch: maint-5.8/perl
11066            ! pod/perldelta.pod
11067 ____________________________________________________________________________
11068 [ 20258] By: jhi                                   on 2003/07/28  10:08:51
11069         Log: Integrate:
11070              [ 20256]
11071              Extra noise from File::Spec.
11072              
11073              [ 20257]
11074              Subject: CPAN/t/signature.t noisy
11075              From: Michael G Schwern <schwern@pobox.com>
11076              Date: Mon, 28 Jul 2003 02:14:19 -0700
11077              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
11078      Branch: maint-5.8/perl
11079           !> lib/CPAN/t/signature.t lib/File/Spec/t/rel2abs2rel.t
11080 ____________________________________________________________________________
11081 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
11082         Log: Subject: CPAN/t/signature.t noisy
11083              From: Michael G Schwern <schwern@pobox.com>
11084              Date: Mon, 28 Jul 2003 02:14:19 -0700
11085              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
11086      Branch: perl
11087            ! lib/CPAN/t/signature.t
11088 ____________________________________________________________________________
11089 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
11090         Log: Extra noise from File::Spec.
11091      Branch: perl
11092            ! lib/File/Spec/t/rel2abs2rel.t
11093 ____________________________________________________________________________
11094 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
11095         Log: Prettyprint the constants list of defsubs_h.PL.
11096      Branch: perl
11097            ! ext/B/defsubs_h.PL
11098 ____________________________________________________________________________
11099 [ 20254] By: jhi                                   on 2003/07/28  09:48:25
11100         Log: Integrate:
11101              [ 20246]
11102              Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
11103              (from Enache)
11104              
11105              [ 20247]
11106              Upgrade to CGI 2.97.
11107              
11108              [ 20248]
11109              Subject: Re: downrev modules in RC2
11110              From: Gisle Aas <gisle@ActiveState.com>
11111              Date: 27 Jul 2003 20:25:07 -0700
11112              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
11113              
11114              (upgrade to Digest::MD5 2.26)
11115              
11116              [ 20249]
11117              Missing test file.  (Not very useful since Module::Signature
11118              is not in the core, but let's not make an exception.)
11119              
11120              [ 20250]
11121              Add $VERSION to B::Bytecode.
11122              
11123              [ 20251]
11124              Clarify the process a bit.
11125              
11126              [ 20252]
11127              More clarification about the hash randomisation defines.
11128              
11129              [ 20253]
11130              Subject: [PATCH] B enhancements
11131              From: Stephen McCamant <smcc@mit.edu>
11132              Date: Sun, 27 Jul 2003 14:07:46 -0400
11133              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
11134              
11135              (heavy prettyprinting in defsubs_h.PL; must do the same in blead)
11136      Branch: maint-5.8/perl
11137           !> INSTALL MANIFEST bytecode.pl ext/B/B.pm ext/B/B.xs
11138           !> ext/B/B/Bytecode.pm ext/B/defsubs_h.PL
11139           !> ext/ByteLoader/byterun.c ext/Digest/MD5/Changes
11140           !> ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
11141           !> ext/Digest/MD5/t/files.t lib/CGI.pm perl.h
11142 ____________________________________________________________________________
11143 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
11144         Log: Subject: [PATCH] B enhancements
11145              From: Stephen McCamant <smcc@mit.edu>
11146              Date: Sun, 27 Jul 2003 14:07:46 -0400
11147              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
11148      Branch: perl
11149            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
11150 ____________________________________________________________________________
11151 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
11152         Log: More clarification about the hash randomisation defines.
11153      Branch: perl
11154            ! perl.h
11155 ____________________________________________________________________________
11156 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
11157         Log: Clarify the process a bit.
11158      Branch: perl
11159            ! INSTALL
11160 ____________________________________________________________________________
11161 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
11162         Log: Add $VERSION to B::Bytecode.
11163      Branch: perl
11164            ! ext/B/B/Bytecode.pm
11165 ____________________________________________________________________________
11166 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
11167         Log: Missing test file.  (Not very useful since Module::Signature
11168              is not in the core, but let's not make an exception.)
11169      Branch: perl
11170            ! MANIFEST
11171 ____________________________________________________________________________
11172 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
11173         Log: Subject: Re: downrev modules in RC2
11174              From: Gisle Aas <gisle@ActiveState.com>
11175              Date: 27 Jul 2003 20:25:07 -0700
11176              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
11177              
11178              (upgrade to Digest::MD5 2.26)
11179      Branch: perl
11180            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11181            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
11182 ____________________________________________________________________________
11183 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
11184         Log: Upgrade to CGI 2.97.
11185      Branch: perl
11186            ! lib/CGI.pm
11187 ____________________________________________________________________________
11188 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
11189         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
11190              (from Enache)
11191      Branch: perl
11192            ! bytecode.pl ext/ByteLoader/byterun.c
11193 ____________________________________________________________________________
11194 [ 20245] By: jhi                                   on 2003/07/27  20:36:44
11195         Log: Revert #20140.
11196      Branch: maint-5.8/perl
11197            ! pod/perldelta.pod
11198 ____________________________________________________________________________
11199 [ 20244] By: jhi                                   on 2003/07/27  20:35:49
11200         Log: Integrate:
11201              [ 20242]
11202              We now return to your normally scheduled hash randomisation.
11203              
11204              [ 20243]
11205              Upgrade to CPAN 1.72.
11206      Branch: maint-5.8/perl
11207           +> lib/CPAN/t/signature.t
11208           !> INSTALL MANIFEST lib/CPAN.pm perl.h pod/perlfunc.pod
11209           !> pod/perlrun.pod pod/perlsec.pod
11210 ____________________________________________________________________________
11211 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
11212         Log: Upgrade to CPAN 1.72.
11213      Branch: perl
11214            + lib/CPAN/t/signature.t
11215            ! MANIFEST lib/CPAN.pm
11216 ____________________________________________________________________________
11217 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
11218         Log: We now return to your normally scheduled hash randomisation.
11219      Branch: perl
11220            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
11221            ! pod/perlsec.pod
11222 ____________________________________________________________________________
11223 [ 20241] By: jhi                                   on 2003/07/27  20:07:20
11224         Log: Integrate:
11225              [ 20219]
11226              Subject: [PATCH-for-RC2] WinCE port addition
11227              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11228              Date: Fri, 25 Jul 2003 22:17:11 +0400
11229              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
11230              
11231              [ 20220]
11232              Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
11233              From: Enache Adrian <enache@rdslink.ro>
11234              Date: Fri, 18 Jul 2003 23:15:37 +0300
11235              Message-ID: <20030718201537.GA1574@ratsnest.hole>
11236              
11237              [ 20221]
11238              Subject: [PATCH] fix for File::Find logical name collision on VMS
11239              From: "Craig A. Berry" <craigberry@mac.com>
11240              Date: Mon, 21 Jul 2003 19:40:20 -0500
11241              Message-ID: <3F1C87F4.2070401@mac.com>
11242              
11243              [ 20222]
11244              Regenerated because of #20220.
11245              
11246              [ 20223]
11247              Regen byterun once more: the incav is not yet right, but at
11248              least it compiles now (Tru64 cc choked on the lvalue cast).
11249              
11250              [ 20224]
11251              Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
11252              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11253              Date: Sun, 20 Jul 2003 22:36:02 +0200
11254              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
11255              
11256              [ 20225]
11257              Upgrade to File::Spec 0.85.
11258              
11259              [ 20229]
11260              Skip the test until Enache fixes it.
11261              
11262              [ 20230]
11263              Upgrade to I18N::LangTags 0.28.
11264              
11265              [ 20231]
11266              Unicode::UCD doc nit from Andreas Koenig.
11267              
11268              [ 20232]
11269              A bug reported in perl-unicode by Terry Jones, fixed
11270              by Andreas Koenig, and add a test.
11271              
11272              [ 20233]
11273              Upgrade to Pod::Perldoc 3.09.
11274              
11275              [ 20234]
11276              Reapply some perldoc changes not in 3.09.
11277              
11278              [ 20235]
11279              Further Byteloader tweaks from Enache.
11280              
11281              [ 20236]
11282              Add -l (one file per line) option to manicheck.
11283              
11284              [ 20237]
11285              Missing MakeMaker test.
11286              
11287              [ 20238]
11288              Upgrade to Test::Harness 2.29.
11289              
11290              [ 20239]
11291              cleanup tiehandle.t to use test.pl, is(), like(), etc...
11292              (Schwern)
11293              
11294              [ 20240]
11295              fresh_perl_(is|like) were printing out the wrong file/line
11296              number on failure because _where() was hard coded to only
11297              look one level up the call stack.  In these cases it has to
11298              look two.
11299              (Schwern)
11300      Branch: maint-5.8/perl
11301           +> lib/ExtUtils/t/postamble.t lib/I18N/LangTags/t/01test.t
11302            - lib/I18N/LangTags/test.pl wince/README.compile
11303           !> (integrate 60 files)
11304 ____________________________________________________________________________
11305 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
11306         Log: fresh_perl_(is|like) were printing out the wrong file/line
11307              number on failure because _where() was hard coded to only
11308              look one level up the call stack.  In these cases it has to
11309              look two.
11310              (Schwern)
11311      Branch: perl
11312            ! t/test.pl
11313 ____________________________________________________________________________
11314 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
11315         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
11316              (Schwern)
11317      Branch: perl
11318            ! t/op/tiehandle.t
11319 ____________________________________________________________________________
11320 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
11321         Log: Upgrade to Test::Harness 2.29.
11322      Branch: perl
11323            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
11324            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
11325            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
11326            ! lib/Test/Harness/t/test-harness.t
11327 ____________________________________________________________________________
11328 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
11329         Log: Missing MakeMaker test.
11330      Branch: perl
11331            + lib/ExtUtils/t/postamble.t
11332            ! MANIFEST
11333 ____________________________________________________________________________
11334 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
11335         Log: Add -l (one file per line) option to manicheck.
11336      Branch: perl
11337            ! Porting/manicheck
11338 ____________________________________________________________________________
11339 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
11340         Log: Further Byteloader tweaks from Enache.
11341      Branch: perl
11342            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
11343            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
11344            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
11345            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11346            ! ext/ByteLoader/byterun.h t/TEST
11347 ____________________________________________________________________________
11348 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
11349         Log: Reapply some perldoc changes not in 3.09.
11350      Branch: perl
11351            ! lib/Pod/Perldoc.pm
11352 ____________________________________________________________________________
11353 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
11354         Log: Upgrade to Pod::Perldoc 3.09.
11355      Branch: perl
11356            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
11357 ____________________________________________________________________________
11358 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
11359         Log: A bug reported in perl-unicode by Terry Jones, fixed
11360              by Andreas Koenig, and add a test.
11361      Branch: perl
11362            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11363 ____________________________________________________________________________
11364 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
11365         Log: Unicode::UCD doc nit from Andreas Koenig.
11366      Branch: perl
11367            ! lib/Unicode/UCD.pm
11368 ____________________________________________________________________________
11369 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
11370         Log: Upgrade to I18N::LangTags 0.28.
11371      Branch: perl
11372            + lib/I18N/LangTags/t/01test.t
11373            - lib/I18N/LangTags/test.pl
11374            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
11375 ____________________________________________________________________________
11376 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
11377         Log: Skip the test until Enache fixes it.
11378      Branch: perl
11379            ! ext/B/t/assembler.t
11380 ____________________________________________________________________________
11381 [ 20228] By: jhi                                   on 2003/07/27  16:54:28
11382         Log: More perldelta tweakage.
11383      Branch: maint-5.8/perl
11384            ! pod/perldelta.pod
11385 ____________________________________________________________________________
11386 [ 20227] By: jhi                                   on 2003/07/27  16:49:50
11387         Log: Some perldelta tweaks.
11388      Branch: maint-5.8/perl
11389            ! pod/perldelta.pod
11390 ____________________________________________________________________________
11391 [ 20226] By: jhi                                   on 2003/07/27  16:20:45
11392         Log: Retract #14952, too aggressive for a maint release.
11393      Branch: maint-5.8/perl
11394            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
11395            ! pp_hot.c t/op/magic.t
11396 ____________________________________________________________________________
11397 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
11398         Log: Upgrade to File::Spec 0.85.
11399      Branch: perl
11400            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
11401            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
11402            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
11403            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
11404            ! lib/File/Spec/t/rel2abs2rel.t
11405 ____________________________________________________________________________
11406 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
11407         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
11408              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
11409              Date: Sun, 20 Jul 2003 22:36:02 +0200
11410              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
11411      Branch: perl
11412            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
11413            ! perl.c perlapi.h sv.c universal.c
11414 ____________________________________________________________________________
11415 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
11416         Log: Regen byterun once more: the incav is not yet right, but at
11417              least it compiles now (Tru64 cc choked on the lvalue cast).
11418      Branch: perl
11419            ! bytecode.pl ext/ByteLoader/byterun.c
11420 ____________________________________________________________________________
11421 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
11422         Log: Regenerated because of #20220.
11423      Branch: perl
11424            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
11425            ! ext/ByteLoader/byterun.h
11426 ____________________________________________________________________________
11427 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
11428         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
11429              From: "Craig A. Berry" <craigberry@mac.com>
11430              Date: Mon, 21 Jul 2003 19:40:20 -0500
11431              Message-ID: <3F1C87F4.2070401@mac.com>
11432      Branch: perl
11433            ! lib/File/Find.pm
11434 ____________________________________________________________________________
11435 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
11436         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
11437              From: Enache Adrian <enache@rdslink.ro>
11438              Date: Fri, 18 Jul 2003 23:15:37 +0300
11439              Message-ID: <20030718201537.GA1574@ratsnest.hole>
11440      Branch: perl
11441            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
11442            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
11443            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11444            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
11445 ____________________________________________________________________________
11446 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
11447         Log: Subject: [PATCH-for-RC2] WinCE port addition
11448              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11449              Date: Fri, 25 Jul 2003 22:17:11 +0400
11450              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
11451      Branch: perl
11452            - wince/README.compile
11453            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
11454            ! wince/compile.bat wince/wince.c wince/wince.h
11455 ____________________________________________________________________________
11456 [ 20218] By: jhi                                   on 2003/07/25  08:03:37
11457         Log: Integrate:
11458              [ 20217]
11459              Another missing hunk for MakeMaker from .org.
11460      Branch: maint-5.8/perl
11461           !> lib/ExtUtils/MakeMaker.pm
11462 ____________________________________________________________________________
11463 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
11464         Log: Another missing hunk for MakeMaker from .org.
11465      Branch: perl
11466            ! lib/ExtUtils/MakeMaker.pm
11467 ____________________________________________________________________________
11468 [ 20216] By: jhi                                   on 2003/07/25  06:09:50
11469         Log: perldelta VMS updates from Craig Berry.
11470      Branch: maint-5.8/perl
11471            ! pod/perldelta.pod
11472 ____________________________________________________________________________
11473 [ 20215] By: jhi                                   on 2003/07/25  06:07:38
11474         Log: Subject: [perl #23091] l $var broken in debugger
11475              From: "rjk-perl@focalex.com (via RT)" <perlbug-followup@perl.org>
11476              Date: 22 Jul 2003 19:08:15 -0000
11477              Message-ID: <rt-23091-61662.16.0158690528893@rt.perl.org>
11478      Branch: maint-5.8/perl
11479            ! lib/perl5db.pl
11480 ____________________________________________________________________________
11481 [ 20214] By: jhi                                   on 2003/07/24  14:50:34
11482         Log: Integrate:
11483              [ 20213]
11484              Grabbed from www.makemaker.org.
11485      Branch: maint-5.8/perl
11486           +> t/lib/MakeMaker/Test/Setup/Recurs.pm
11487           !> MANIFEST
11488 ____________________________________________________________________________
11489 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
11490         Log: Grabbed from www.makemaker.org.
11491      Branch: perl
11492            + t/lib/MakeMaker/Test/Setup/Recurs.pm
11493            ! MANIFEST
11494 ____________________________________________________________________________
11495 [ 20212] By: jhi                                   on 2003/07/24  14:32:57
11496         Log: Integrate:
11497              [ 20184]
11498              Subject: [PATCH 5.8.1 @20153] malloc cleanup
11499              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
11500              Date: Tue, 15 Jul 2003 07:46:58 -0700
11501              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
11502              
11503              [ 20186]
11504              Subject: Re: problem with rc1 and rc2 on Mac OS X
11505              From: Edward Moy <emoy@apple.com>
11506              Date: Sun, 13 Jul 2003 14:12:57 -0700
11507              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
11508              
11509              [ 20187]
11510              Subject: [PATCH] configure.gnu --prefix
11511              From: slaven@rezic.de
11512              Date: Thu, 10 Jul 2003 09:33:27 +0000
11513              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
11514              
11515              [ 20188]
11516              Subject: [PATCH RC2] configpm breakage on VMS
11517              From: "Craig A. Berry" <craigberry@mac.com>
11518              Date: Sun, 13 Jul 2003 08:28:55 -0500
11519              Message-ID: <3F115E97.4070207@mac.com>
11520              
11521              [ 20189]
11522              Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
11523              From: Stephen Clouse <stephenc@theiqgroup.com>
11524              Date: Tue, 22 Jul 2003 21:31:38 -0500
11525              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
11526              
11527              [ 20190]
11528              Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
11529              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
11530              Date: 22 Jul 2003 02:59:13 -0000
11531              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
11532              
11533              [ 20193]
11534              Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 
11535              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
11536              Date: 14 Jul 2003 05:37:02 -0000
11537              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
11538              
11539              [ 20194]
11540              Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning 
11541              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
11542              Date: 14 Jul 2003 05:37:15 -0000
11543              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
11544              
11545              [ 20195]
11546              POSIX-BC patch from Thomas Dorner.
11547              
11548              [ 20196]
11549              EBCDIC fix from Thomas Dorner.
11550              
11551              [ 20197]
11552              Subject: [PATCH] typo in VMS::Filespec
11553              From: Ken Williams <ken@mathforum.org>
11554              Date: Tue, 22 Jul 2003 15:18:21 -0500
11555              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
11556              
11557              [ 20198]
11558              Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
11559              From: Stephen McCamant <smcc@mit.edu>
11560              Date: Sat, 19 Jul 2003 12:06:31 -0400
11561              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
11562              
11563              [ 20199]
11564              Subject: [PATCH] Re: Reference to tied elements results in lvalue.
11565              From: Dave Mitchell <davem@fdgroup.com>
11566              Date: Fri, 18 Jul 2003 18:49:43 +0100
11567              Message-ID: <20030718174943.GB6427@fdgroup.com>
11568              
11569              [ 20200]
11570              Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
11571              From: Stephen McCamant <smcc@mit.edu>
11572              Date: Tue, 22 Jul 2003 09:41:10 -0400
11573              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
11574              
11575              [ 20201]
11576              Subject: PATCH: More edge tests on t/op/pow.t
11577              From: Andy Lester <andy@petdance.com>
11578              Date: Wed, 23 Jul 2003 16:38:35 -0500
11579              Message-ID: <20030723213834.GA20468@petdance.com>
11580              
11581              [ 20202]
11582              Subject: [patch] perldebug.pod clarification
11583              From: Stéphane Payrard <stef@payrard.net>
11584              Date: Mon, 21 Jul 2003 21:36:59 +0200
11585              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
11586              
11587              [ 20203]
11588              Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
11589              From: Steve Hay <steve.hay@uk.radan.com>
11590              Date: Fri, 18 Jul 2003 10:03:21 +0100
11591              Message-ID: <3F17B7D9.80805@uk.radan.com>
11592              
11593              [ 20206]
11594              Subject: [perl #23091] l $var broken in debugger 
11595              From: "rjk-perl@focalex.com (via RT)" <perlbug-followup@perl.org>
11596              Date: 22 Jul 2003 19:08:15 -0000
11597              Message-ID: <rt-23091-61662.16.0158690528893@rt.perl.org>
11598              
11599              [ 20207]
11600              Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
11601              From: Michael G Schwern <schwern@pobox.com>
11602              Date: Mon, 21 Jul 2003 20:12:25 -0700
11603              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
11604              
11605              [ 20208]
11606              Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
11607              From: Michael G Schwern <schwern@pobox.com>
11608              Date: Thu, 24 Jul 2003 01:28:07 -0700
11609              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
11610              
11611              [ 20209]
11612              Subject: Re: [typo] sv.c pod/perlapi.pod
11613              From: Stas Bekman <stas@stason.org>
11614              Date: Thu, 24 Jul 2003 16:49:27 +0200
11615              Message-ID: <3F1FF1F7.30500@stason.org>
11616              
11617              [ 20211]
11618              Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 
11619              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
11620              Date: 14 Jul 2003 05:35:15 -0000
11621              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
11622      Branch: maint-5.8/perl
11623           +> lib/ExtUtils/t/recurs.t
11624           !> (integrate 37 files)
11625 ____________________________________________________________________________
11626 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
11627         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 
11628              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
11629              Date: 14 Jul 2003 05:35:15 -0000
11630              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
11631      Branch: perl
11632            ! utf8.c
11633 ____________________________________________________________________________
11634 [ 20210] By: jhi                                   on 2003/07/24  13:49:51
11635         Log: Subject: [perl #23090] debugger not highlighting current line with ==> 
11636              From: Ronald J Kimball (via RT) <perlbug-followup@perl.org>
11637              Date: 22 Jul 2003 18:50:48 -0000
11638              Message-ID: <rt-23090-61657.0.108280321391732@rt.perl.org>
11639      Branch: maint-5.8/perl
11640            ! lib/perl5db.pl
11641 ____________________________________________________________________________
11642 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
11643         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
11644              From: Stas Bekman <stas@stason.org>
11645              Date: Thu, 24 Jul 2003 16:49:27 +0200
11646              Message-ID: <3F1FF1F7.30500@stason.org>
11647      Branch: perl
11648            ! pod/perlapi.pod sv.c
11649 ____________________________________________________________________________
11650 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
11651         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
11652              From: Michael G Schwern <schwern@pobox.com>
11653              Date: Thu, 24 Jul 2003 01:28:07 -0700
11654              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
11655      Branch: perl
11656            ! lib/ExtUtils/MakeMaker.pm
11657 ____________________________________________________________________________
11658 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
11659         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
11660              From: Michael G Schwern <schwern@pobox.com>
11661              Date: Mon, 21 Jul 2003 20:12:25 -0700
11662              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
11663      Branch: perl
11664            + lib/ExtUtils/t/recurs.t
11665            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
11666            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
11667            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11668            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
11669            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
11670            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
11671            ! lib/ExtUtils/t/basic.t
11672 ____________________________________________________________________________
11673 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
11674         Log: (accidentally empty checkin)
11675      Branch: perl
11676            ! lib/perl5db.pl
11677 ____________________________________________________________________________
11678 [ 20205] By: jhi                                   on 2003/07/24  13:20:26
11679         Log: Subject: Re: Final doc cleanup for the debugger
11680              From: "Ronald J. Kimball" <rjk@linguist.thayer.dartmouth.edu>
11681              Date: Mon, 21 Jul 2003 14:41:50 -0400
11682              Message-ID: <20030721184150.GC29381@linguist.thayer.dartmouth.edu>
11683      Branch: maint-5.8/perl
11684            ! lib/perl5db.pl
11685 ____________________________________________________________________________
11686 [ 20204] By: jhi                                   on 2003/07/24  13:18:39
11687         Log: Subject: Final doc cleanup for the debugger
11688              From: Joe McMahon <mcmahon@ibiblio.org>
11689              Date: Mon, 21 Jul 2003 12:09:45 -0400
11690              Message-Id: <BE723BEA-BB95-11D7-9203-000393BCA0FC@ibiblio.org>
11691      Branch: maint-5.8/perl
11692            ! lib/perl5db.pl
11693 ____________________________________________________________________________
11694 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
11695         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
11696              From: Steve Hay <steve.hay@uk.radan.com>
11697              Date: Fri, 18 Jul 2003 10:03:21 +0100
11698              Message-ID: <3F17B7D9.80805@uk.radan.com>
11699      Branch: perl
11700            ! makedef.pl
11701 ____________________________________________________________________________
11702 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
11703         Log: Subject: [patch] perldebug.pod clarification
11704              From: Stéphane Payrard <stef@payrard.net>
11705              Date: Mon, 21 Jul 2003 21:36:59 +0200
11706              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
11707      Branch: perl
11708            ! pod/perldebug.pod
11709 ____________________________________________________________________________
11710 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
11711         Log: Subject: PATCH: More edge tests on t/op/pow.t
11712              From: Andy Lester <andy@petdance.com>
11713              Date: Wed, 23 Jul 2003 16:38:35 -0500
11714              Message-ID: <20030723213834.GA20468@petdance.com>
11715      Branch: perl
11716            ! t/op/pow.t
11717 ____________________________________________________________________________
11718 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
11719         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
11720              From: Stephen McCamant <smcc@mit.edu>
11721              Date: Tue, 22 Jul 2003 09:41:10 -0400
11722              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
11723      Branch: perl
11724            ! toke.c
11725 ____________________________________________________________________________
11726 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
11727         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
11728              From: Dave Mitchell <davem@fdgroup.com>
11729              Date: Fri, 18 Jul 2003 18:49:43 +0100
11730              Message-ID: <20030718174943.GB6427@fdgroup.com>
11731      Branch: perl
11732            ! sv.c t/op/tie.t
11733 ____________________________________________________________________________
11734 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
11735         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
11736              From: Stephen McCamant <smcc@mit.edu>
11737              Date: Sat, 19 Jul 2003 12:06:31 -0400
11738              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
11739      Branch: perl
11740            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
11741 ____________________________________________________________________________
11742 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
11743         Log: Subject: [PATCH] typo in VMS::Filespec
11744              From: Ken Williams <ken@mathforum.org>
11745              Date: Tue, 22 Jul 2003 15:18:21 -0500
11746              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
11747      Branch: perl
11748            ! vms/ext/Filespec.pm
11749 ____________________________________________________________________________
11750 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
11751         Log: EBCDIC fix from Thomas Dorner.
11752      Branch: perl
11753            ! Makefile.SH
11754 ____________________________________________________________________________
11755 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
11756         Log: POSIX-BC patch from Thomas Dorner.
11757      Branch: perl
11758            ! hints/posix-bc.sh
11759 ____________________________________________________________________________
11760 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
11761         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning 
11762              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
11763              Date: 14 Jul 2003 05:37:15 -0000
11764              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
11765      Branch: perl
11766            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
11767 ____________________________________________________________________________
11768 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
11769         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 
11770              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
11771              Date: 14 Jul 2003 05:37:02 -0000
11772              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
11773      Branch: perl
11774            ! ext/IO/lib/IO/Socket.pm
11775 ____________________________________________________________________________
11776 [ 20192] By: jhi                                   on 2003/07/24  08:40:01
11777         Log: Subject: [PATCH maint] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
11778              From: Dave Mitchell <davem@fdgroup.com>
11779              Date: Thu, 17 Jul 2003 21:54:01 +0100
11780              Message-ID: <20030717205401.GB2994@fdgroup.com>
11781      Branch: maint-5.8/perl
11782            ! pad.c t/lib/warnings/pad
11783 ____________________________________________________________________________
11784 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
11785         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
11786              From: Dave Mitchell <davem@fdgroup.com>
11787              Date: Thu, 17 Jul 2003 20:33:29 +0100
11788              Message-ID: <20030717193329.GA2699@fdgroup.com>
11789      Branch: perl
11790            ! pad.c t/lib/warnings/pad
11791 ____________________________________________________________________________
11792 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
11793         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
11794              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
11795              Date: 22 Jul 2003 02:59:13 -0000
11796              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
11797      Branch: perl
11798            ! pod/perlfunc.pod
11799 ____________________________________________________________________________
11800 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
11801         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
11802              From: Stephen Clouse <stephenc@theiqgroup.com>
11803              Date: Tue, 22 Jul 2003 21:31:38 -0500
11804              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
11805      Branch: perl
11806            ! perl.h
11807 ____________________________________________________________________________
11808 [ 20188] By: jhi                                   on 2003/07/24  08:07:57
11809         Log: Subject: [PATCH RC2] configpm breakage on VMS
11810              From: "Craig A. Berry" <craigberry@mac.com>
11811              Date: Sun, 13 Jul 2003 08:28:55 -0500
11812              Message-ID: <3F115E97.4070207@mac.com>
11813      Branch: maint-5.8/perl
11814            ! configpm
11815 ____________________________________________________________________________
11816 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
11817         Log: Subject: [PATCH] configure.gnu --prefix
11818              From: slaven@rezic.de
11819              Date: Thu, 10 Jul 2003 09:33:27 +0000
11820              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
11821      Branch: perl
11822            ! configure.gnu
11823 ____________________________________________________________________________
11824 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
11825         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
11826              From: Edward Moy <emoy@apple.com>
11827              Date: Sun, 13 Jul 2003 14:12:57 -0700
11828              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
11829      Branch: perl
11830            ! lib/ExtUtils/MM_Unix.pm
11831 ____________________________________________________________________________
11832 [ 20185] By: jhi                                   on 2003/07/24  07:37:07
11833         Log: Subject: [PATCH toke.c] RE: RC2 is out
11834              From: Robin Barker <Robin.Barker@npl.co.uk>
11835              Date: Fri, 11 Jul 2003 16:30:55 +0100
11836              Message-ID: <533D273D4014D411AB1D00062938C4D9040465D4@hotel.npl.co.uk>
11837      Branch: maint-5.8/perl
11838            ! toke.c
11839 ____________________________________________________________________________
11840 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
11841         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
11842              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
11843              Date: Tue, 15 Jul 2003 07:46:58 -0700
11844              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
11845      Branch: perl
11846            ! makedef.pl malloc.c malloc_ctl.h
11847 ____________________________________________________________________________
11848 [ 20183] By: jhi                                   on 2003/07/23  14:15:34
11849         Log: Make Stas Bekman happy also in maint.
11850      Branch: maint-5.8/perl
11851           !> hv.h perl.c
11852 ____________________________________________________________________________
11853 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
11854         Log: This should make Stas happy.
11855      Branch: perl
11856            ! hv.h perl.c
11857 ____________________________________________________________________________
11858 [ 20181] By: jhi                                   on 2003/07/23  13:12:38
11859         Log: Integrate:
11860              [ 19504]
11861              Small nit in perlsyn about the new // operator
11862              
11863              [ 20154]
11864              Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
11865              From: Michael G Schwern <schwern@pobox.com>
11866              Date: Tue, 13 May 2003 18:33:05 -0700
11867              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
11868              
11869              [ 20155]
11870              Subject: [DOCPATCH] perlfunc/read
11871              From: Steve Grazzini <grazz@pobox.com>
11872              Date: Tue, 8 Jul 2003 10:23:03 -0400
11873              Message-ID: <20030708142303.GB23698@grazzini.net>
11874              
11875              Clarify the OFFSET parameter to read().
11876              
11877              [ 20156]
11878              Subject: Re: Sort sub and NaNs 
11879              From: "John P. Linderman" <jpl@research.att.com>
11880              Date: Thu, 10 Jul 2003 10:45:06 -0400
11881              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
11882              
11883              Warn against a potential edge case with sort, <=> and NaNs.
11884              
11885              [ 20157]
11886              Minor updates of the charnames documentation.
11887              
11888              [ 20158]
11889              Add a TODO test for perlbug #19049
11890              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
11891              From: Alex Gough <alex-p5p@earth.li>
11892              Date: Fri, 11 Jul 2003 01:12:42 +0100
11893              Message-ID: <20030711001242.GD2484@the.earth.li>
11894              
11895              [ 20159]
11896              Subject: [PATCH] incorrect error message from Attribute::Handlers
11897              From: Claes Jacobsson <claes@surfar.nu>
11898              Date: Sat, 12 Jul 2003 16:30:42 +0200
11899              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
11900              
11901              [ 20161]
11902              Minor nits in perlsyn.pod
11903              
11904              [ 20162]
11905              Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
11906              From: Tony Bowden <tony@kasei.com>
11907              Date: Thu, 17 Jul 2003 16:49:35 +0100
11908              Message-ID: <20030717154935.GA20302@soto.kasei.com>
11909              
11910              [ 20163]
11911              Subject: [PATCH] fix $^N-related coredump
11912              From: Anton Berezin <tobez@tobez.org>
11913              Date: Mon, 14 Jul 2003 13:50:35 +0200
11914              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
11915              
11916              [ 20164]
11917              [perl #22944] PERL5LIB is not colon-separated everywhere
11918              
11919              [ 20165]
11920              Subject: [PATCH] Re: POSIX::div
11921              From: Michael G Schwern <schwern@pobox.com>
11922              Date: Mon, 14 Jul 2003 14:00:58 -0700
11923              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
11924              
11925              [ 20166]
11926              Subject: [PATCH] Increment cop_seqmax in utilize()
11927              From: Stephen McCamant <smcc@mit.edu>
11928              Date: Tue, 15 Jul 2003 09:57:26 -0400
11929              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
11930              
11931              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
11932              From: Stephen McCamant <smcc@mit.edu>
11933              Date: Tue, 15 Jul 2003 09:57:31 -0400
11934              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
11935              
11936              [ 20167]
11937              Subject: [PATCH] Re: Oops - Can't calculate our powers
11938              From: Stephen McCamant <smcc@mit.edu>
11939              Date: Fri, 18 Jul 2003 02:26:14 -0400
11940              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
11941              
11942              [ 20168]
11943              Subject: [ PATCH] Re: isa(UNIVERSAL)?
11944              From: Dave Mitchell <davem@fdgroup.com>
11945              Date: Thu, 17 Jul 2003 21:51:12 +0100
11946              Message-ID: <20030717205112.GA2994@fdgroup.com>
11947              
11948              [ 20169]
11949              Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
11950              From: Andreas J Koenig <andreas.koenig@anima.de>
11951              Date: Fri, 18 Jul 2003 09:36:47 +0200
11952              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
11953              
11954              [ 20170]
11955              Rename get_seed() to get_hash_seed(), as suggested by
11956              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
11957              
11958              [ 20171]
11959              The warning "Possible precedence problem on bitwise operator"
11960              was incorrectly produced with the bitwise-assignment operators.
11961              Fix it. (bug #23065 concerning 5.8.1 RC2)
11962              
11963              [ 20172]
11964              Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
11965              From: Andy Dougherty <doughera@lafayette.edu>
11966              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
11967              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
11968              
11969              plus a clarification to INSTALL :
11970              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
11971              From: Andy Dougherty <doughera@lafayette.edu>
11972              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
11973              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
11974              
11975              [ 20173]
11976              Minor doc nits concerning the dosish ALTERNATE_SHEBANG
11977              (bug #22968)
11978              
11979              [ 20175]
11980              Subject: Re: [PATCH] test clean-up for VMS
11981              From: "Craig A. Berry" <craigberry@mac.com>
11982              Date: Sun, 20 Jul 2003 10:43:32 -0500
11983              Message-ID: <3F1AB8A4.2070207@mac.com>
11984              
11985              [ 20176]
11986              Subject: Re: [PATCH] h2xs and extra_libraries
11987              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
11988              Date: Tue, 15 Jul 2003 07:28:52 +0200
11989              Message-id: <20030715052852.GA494@ethan>
11990              
11991              [ 20177]
11992              Subject: [PATCH] Re: Perl formats do not work with tied values
11993              From: Dave Mitchell <davem@fdgroup.com>
11994              Date: Tue, 15 Jul 2003 20:46:07 +0100
11995              Message-ID: <20030715194607.GA24592@fdgroup.com>
11996              
11997              plus the regression test :
11998              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
11999              From: Nicholas Clark <nick@ccl4.org>
12000              Date: Tue, 15 Jul 2003 22:24:04 +0100
12001              Message-ID: <20030715222404.L20414@plum.flirble.org>
12002              
12003              [ 20178]
12004              Subject: [DOCPATCH] %SIG and SA_RESTART
12005              From: Steve Grazzini <grazz@pobox.com>
12006              Date: Wed, 16 Jul 2003 08:56:21 -0400
12007              Message-ID: <20030716125620.GA7022@grazzini.net>
12008              
12009              [ 20179]
12010              As the perldoc.pod is now in a separate file under pod/,
12011              the installman script was installing an empty perldoc.1 manpage.
12012              
12013              [ 20180]
12014              utils.lst parsing tweak for bin/perldoc installation from Rafael.
12015      Branch: maint-5.8/perl
12016           !> (integrate 41 files)
12017 ____________________________________________________________________________
12018 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
12019         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
12020      Branch: perl
12021            ! installperl
12022 ____________________________________________________________________________
12023 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
12024         Log: As the perldoc.pod is now in a separate file under pod/,
12025              the installman script was installing an empty perldoc.1 manpage.
12026      Branch: perl
12027            ! installperl utils.lst
12028 ____________________________________________________________________________
12029 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
12030         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
12031              From: Steve Grazzini <grazz@pobox.com>
12032              Date: Wed, 16 Jul 2003 08:56:21 -0400
12033              Message-ID: <20030716125620.GA7022@grazzini.net>
12034      Branch: perl
12035            ! pod/perlipc.pod pod/perlvar.pod
12036 ____________________________________________________________________________
12037 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
12038         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
12039              From: Dave Mitchell <davem@fdgroup.com>
12040              Date: Tue, 15 Jul 2003 20:46:07 +0100
12041              Message-ID: <20030715194607.GA24592@fdgroup.com>
12042              
12043              plus the regression test :
12044              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
12045              From: Nicholas Clark <nick@ccl4.org>
12046              Date: Tue, 15 Jul 2003 22:24:04 +0100
12047              Message-ID: <20030715222404.L20414@plum.flirble.org>
12048      Branch: perl
12049            ! pp_ctl.c t/op/write.t
12050 ____________________________________________________________________________
12051 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
12052         Log: Subject: Re: [PATCH] h2xs and extra_libraries
12053              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
12054              Date: Tue, 15 Jul 2003 07:28:52 +0200
12055              Message-id: <20030715052852.GA494@ethan>
12056      Branch: perl
12057            ! utils/h2xs.PL
12058 ____________________________________________________________________________
12059 [ 20175] By: merijn                                on 2003/07/21  14:26:43
12060         Log: Subject: Re: [PATCH] test clean-up for VMS
12061              From: "Craig A. Berry" <craigberry@mac.com>
12062              Date: Sun, 20 Jul 2003 10:43:32 -0500
12063              Message-ID: <3F1AB8A4.2070207@mac.com>
12064      Branch: perl
12065            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
12066            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
12067            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
12068            ! t/uni/write.t
12069 ____________________________________________________________________________
12070 [ 20174] By: hv                                    on 2003/07/21  10:26:07
12071         Log: Update Changes.
12072      Branch: perl
12073            ! Changes patchlevel.h
12074 ____________________________________________________________________________
12075 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
12076         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
12077              (bug #22968)
12078      Branch: perl
12079            ! pod/perlfaq3.pod pod/perlrun.pod
12080 ____________________________________________________________________________
12081 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
12082         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
12083              From: Andy Dougherty <doughera@lafayette.edu>
12084              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
12085              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
12086              
12087              plus a clarification to INSTALL :
12088              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
12089              From: Andy Dougherty <doughera@lafayette.edu>
12090              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
12091              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
12092      Branch: perl
12093            ! INSTALL Makefile.SH
12094 ____________________________________________________________________________
12095 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
12096         Log: The warning "Possible precedence problem on bitwise operator"
12097              was incorrectly produced with the bitwise-assignment operators.
12098              Fix it. (bug #23065 concerning 5.8.1 RC2)
12099      Branch: perl
12100            ! op.c t/lib/warnings/op
12101 ____________________________________________________________________________
12102 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
12103         Log: Rename get_seed() to get_hash_seed(), as suggested by
12104              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
12105      Branch: perl
12106            ! embed.fnc embed.h perl.c proto.h util.c
12107 ____________________________________________________________________________
12108 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
12109         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
12110              From: Andreas J Koenig <andreas.koenig@anima.de>
12111              Date: Fri, 18 Jul 2003 09:36:47 +0200
12112              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
12113      Branch: perl
12114            ! t/op/pow.t
12115 ____________________________________________________________________________
12116 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
12117         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
12118              From: Dave Mitchell <davem@fdgroup.com>
12119              Date: Thu, 17 Jul 2003 21:51:12 +0100
12120              Message-ID: <20030717205112.GA2994@fdgroup.com>
12121      Branch: perl
12122            ! t/op/universal.t universal.c
12123 ____________________________________________________________________________
12124 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
12125         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
12126              From: Stephen McCamant <smcc@mit.edu>
12127              Date: Fri, 18 Jul 2003 02:26:14 -0400
12128              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
12129      Branch: perl
12130            ! pp.c t/op/pow.t
12131 ____________________________________________________________________________
12132 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
12133         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
12134              From: Stephen McCamant <smcc@mit.edu>
12135              Date: Tue, 15 Jul 2003 09:57:26 -0400
12136              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
12137              
12138              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
12139              From: Stephen McCamant <smcc@mit.edu>
12140              Date: Tue, 15 Jul 2003 09:57:31 -0400
12141              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
12142      Branch: perl
12143            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
12144 ____________________________________________________________________________
12145 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
12146         Log: Subject: [PATCH] Re: POSIX::div
12147              From: Michael G Schwern <schwern@pobox.com>
12148              Date: Mon, 14 Jul 2003 14:00:58 -0700
12149              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
12150      Branch: perl
12151            ! ext/POSIX/POSIX.pm
12152 ____________________________________________________________________________
12153 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
12154         Log: PERL5LIB is not colon-separated everywhere
12155      Branch: perl
12156            ! pod/perlrun.pod
12157 ____________________________________________________________________________
12158 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
12159         Log: Subject: [PATCH] fix $^N-related coredump
12160              From: Anton Berezin <tobez@tobez.org>
12161              Date: Mon, 14 Jul 2003 13:50:35 +0200
12162              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
12163      Branch: perl
12164            ! pp_hot.c sv.c
12165 ____________________________________________________________________________
12166 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
12167         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
12168              From: Tony Bowden <tony@kasei.com>
12169              Date: Thu, 17 Jul 2003 16:49:35 +0100
12170              Message-ID: <20030717154935.GA20302@soto.kasei.com>
12171      Branch: perl
12172            ! pod/perlfunc.pod
12173 ____________________________________________________________________________
12174 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
12175         Log: Minor nits in perlsyn.pod
12176      Branch: perl
12177            ! pod/perlsyn.pod
12178 ____________________________________________________________________________
12179 [ 20160] By: nick                                  on 2003/07/14  14:51:42
12180         Log: Integrate mainline
12181      Branch: perlio
12182           !> lib/Attribute/Handlers.pm lib/charnames.pm pod/perlfunc.pod
12183           !> pod/perlsyn.pod pod/perltrap.pod t/op/pat.t
12184 ____________________________________________________________________________
12185 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
12186         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
12187              From: Claes Jacobsson <claes@surfar.nu>
12188              Date: Sat, 12 Jul 2003 16:30:42 +0200
12189              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
12190      Branch: perl
12191            ! lib/Attribute/Handlers.pm
12192 ____________________________________________________________________________
12193 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
12194         Log: Add a TODO test for perlbug #19049
12195              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
12196              From: Alex Gough <alex-p5p@earth.li>
12197              Date: Fri, 11 Jul 2003 01:12:42 +0100
12198              Message-ID: <20030711001242.GD2484@the.earth.li>
12199      Branch: perl
12200            ! t/op/pat.t
12201 ____________________________________________________________________________
12202 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
12203         Log: Minor updates of the charnames documentation.
12204      Branch: perl
12205            ! lib/charnames.pm
12206 ____________________________________________________________________________
12207 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
12208         Log: Subject: Re: Sort sub and NaNs 
12209              From: "John P. Linderman" <jpl@research.att.com>
12210              Date: Thu, 10 Jul 2003 10:45:06 -0400
12211              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
12212              
12213              Warn against a potential edge case with sort, <=> and NaNs.
12214      Branch: perl
12215            ! pod/perlfunc.pod
12216 ____________________________________________________________________________
12217 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
12218         Log: Subject: [DOCPATCH] perlfunc/read
12219              From: Steve Grazzini <grazz@pobox.com>
12220              Date: Tue, 8 Jul 2003 10:23:03 -0400
12221              Message-ID: <20030708142303.GB23698@grazzini.net>
12222              
12223              Clarify the OFFSET parameter to read().
12224      Branch: perl
12225            ! pod/perlfunc.pod
12226 ____________________________________________________________________________
12227 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
12228         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
12229              From: Michael G Schwern <schwern@pobox.com>
12230              Date: Tue, 13 May 2003 18:33:05 -0700
12231              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
12232      Branch: perl
12233            ! pod/perlsyn.pod pod/perltrap.pod
12234 ____________________________________________________________________________
12235 [ 20153] By: jhi                                   on 2003/07/11  10:50:52
12236         Log: more perldelta.  (This is the final RC2, too.)
12237      Branch: maint-5.8/perl
12238            ! pod/perldelta.pod
12239 ____________________________________________________________________________
12240 [ 20152] By: nick                                  on 2003/07/11  09:45:07
12241         Log: Integrate mainline at 5.8.1-RC1ish
12242      Branch: perlio
12243           !> (integrate 51 files)
12244 ____________________________________________________________________________
12245 [ 20151] By: jhi                                   on 2003/07/11  08:35:08
12246         Log: A known potentially failing test.
12247      Branch: maint-5.8/perl
12248            ! pod/perldelta.pod
12249 ____________________________________________________________________________
12250 [ 20150] By: jhi                                   on 2003/07/11  08:07:55
12251         Log: Some known problems.
12252      Branch: maint-5.8/perl
12253            ! pod/perldelta.pod
12254 ____________________________________________________________________________
12255 [ 20149] By: jhi                                   on 2003/07/11  06:08:27
12256         Log: Add perldelta about the SIGFPE change.
12257      Branch: maint-5.8/perl
12258            ! pod/perldelta.pod
12259 ____________________________________________________________________________
12260 [ 20148] By: jhi                                   on 2003/07/11  05:36:18
12261         Log: Make it RC2, while the tests are running.
12262      Branch: maint-5.8/perl
12263            ! patchlevel.h
12264 ____________________________________________________________________________
12265 [ 20147] By: jhi                                   on 2003/07/11  05:20:37
12266         Log: Update Changes.
12267      Branch: maint-5.8/perl
12268            ! Changes patchlevel.h
12269 ____________________________________________________________________________
12270 [ 20146] By: jhi                                   on 2003/07/11  05:12:43
12271         Log: Integrate:
12272              [ 20145]
12273              I think the API for mod_perl v2 should be simply that
12274              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
12275              itself, hopefully from a good source of random bits.
12276      Branch: maint-5.8/perl
12277           !> perl.c
12278 ____________________________________________________________________________
12279 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
12280         Log: I think the API for mod_perl v2 should be simply that
12281              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
12282              itself, hopefully from a good source of random bits.
12283      Branch: perl
12284            ! perl.c
12285 ____________________________________________________________________________
12286 [ 20144] By: jhi                                   on 2003/07/11  00:35:56
12287         Log: Integrate:
12288              [ 20143]
12289              pTHX.
12290      Branch: maint-5.8/perl
12291           !> util.c
12292 ____________________________________________________________________________
12293 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
12294         Log: pTHX.
12295      Branch: perl
12296            ! util.c
12297 ____________________________________________________________________________
12298 [ 20142] By: jhi                                   on 2003/07/11  00:31:29
12299         Log: Update Changes.
12300      Branch: maint-5.8/perl
12301            ! Changes patchlevel.h
12302 ____________________________________________________________________________
12303 [ 20141] By: jhi                                   on 2003/07/11  00:27:41
12304         Log: Integrate:
12305              [ 20137]
12306              Retract the statements.
12307              
12308              [ 20138]
12309              More retraction.
12310              
12311              [ 20139]
12312              New order of seed.
12313      Branch: maint-5.8/perl
12314           !> INSTALL pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
12315 ____________________________________________________________________________
12316 [ 20140] By: jhi                                   on 2003/07/11  00:25:36
12317         Log: Refashion the perldelta.
12318      Branch: maint-5.8/perl
12319            ! pod/perldelta.pod
12320 ____________________________________________________________________________
12321 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
12322         Log: New order of seed.
12323      Branch: perl
12324            ! pod/perlrun.pod
12325 ____________________________________________________________________________
12326 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
12327         Log: More retraction.
12328      Branch: perl
12329            ! INSTALL
12330 ____________________________________________________________________________
12331 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
12332         Log: Retract the statements.
12333      Branch: perl
12334            ! pod/perlfunc.pod pod/perlsec.pod
12335 ____________________________________________________________________________
12336 [ 20136] By: jhi                                   on 2003/07/11  00:05:20
12337         Log: Integrate:
12338              [ 20134]
12339              Check PERL_HASH_SEED even when tainted.
12340              
12341              [ 20135]
12342              Chicken out: the hash randomisation is not on by default.
12343              We switch over to the explicit mode: in other words, if
12344              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
12345              randomise only if PL_hash_seed_set is FALSE (this means
12346              one can use PERL_HASH() before perl_run.)  Also, since
12347              now PERL_HASH_SEED is okay even under -T, all should be fine.
12348              (Ha!)
12349      Branch: maint-5.8/perl
12350           !> embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
12351           !> perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
12352 ____________________________________________________________________________
12353 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
12354         Log: Chicken out: the hash randomisation is not on by default.
12355              We switch over to the explicit mode: in other words, if
12356              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
12357              randomise only if PL_hash_seed_set is FALSE (this means
12358              one can use PERL_HASH() before perl_run.)  Also, since
12359              now PERL_HASH_SEED is okay even under -T, all should be fine.
12360              (Ha!)
12361      Branch: perl
12362            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
12363            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
12364 ____________________________________________________________________________
12365 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
12366         Log: Check PERL_HASH_SEED even when tainted.
12367      Branch: perl
12368            ! perl.c pod/perlrun.pod
12369 ____________________________________________________________________________
12370 [ 20133] By: jhi                                   on 2003/07/10  22:51:40
12371         Log: Update Changes.
12372      Branch: maint-5.8/perl
12373            ! Changes patchlevel.h
12374 ____________________________________________________________________________
12375 [ 20132] By: jhi                                   on 2003/07/10  22:46:30
12376         Log: Integrate:
12377              [ 20129]
12378              Subject: [comment patch]
12379              From: Stas Bekman <stas@stason.org>
12380              Date: Thu, 10 Jul 2003 14:19:22 -0700
12381              Message-ID: <3F0DD85A.1070902@stason.org>
12382              
12383              [ 20130]
12384              Subject: [PATCH} db-recno.t on Mac OS X
12385              From: slaven@rezic.de
12386              Date: Thu, 10 Jul 2003 12:41:05 +0000
12387              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
12388              
12389              [ 20131]
12390              &Time::HiRes::d_nanosleep was broken.
12391      Branch: maint-5.8/perl
12392           !> ext/DB_File/t/db-recno.t ext/Time/HiRes/Makefile.PL perl.c
12393 ____________________________________________________________________________
12394 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
12395         Log: &Time::HiRes::d_nanosleep was broken.
12396      Branch: perl
12397            ! ext/Time/HiRes/Makefile.PL
12398 ____________________________________________________________________________
12399 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
12400         Log: Subject: [PATCH} db-recno.t on Mac OS X
12401              From: slaven@rezic.de
12402              Date: Thu, 10 Jul 2003 12:41:05 +0000
12403              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
12404      Branch: perl
12405            ! ext/DB_File/t/db-recno.t
12406 ____________________________________________________________________________
12407 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
12408         Log: Subject: [comment patch]
12409              From: Stas Bekman <stas@stason.org>
12410              Date: Thu, 10 Jul 2003 14:19:22 -0700
12411              Message-ID: <3F0DD85A.1070902@stason.org>
12412      Branch: perl
12413            ! perl.c
12414 ____________________________________________________________________________
12415 [ 20128] By: jhi                                   on 2003/07/10  22:23:08
12416         Log: Integrate:
12417              [ 20124]
12418              Time travel noticed by Enache.
12419              
12420              [ 20127]
12421              Be vague enough.
12422      Branch: maint-5.8/perl
12423           !> embedvar.h pod/perldata.pod pod/perlhist.pod
12424 ____________________________________________________________________________
12425 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
12426         Log: Be vague enough.
12427      Branch: perl
12428            ! pod/perldata.pod
12429 ____________________________________________________________________________
12430 [ 20126] By: jhi                                   on 2003/07/10  22:20:02
12431         Log: Add the deprecation warning for v-strings.
12432              
12433              (A Tale Of Caution: Originally I tried to use
12434              "no warnings 'deprecated'; in configpm, but that
12435              lead into whole lotta pain.  The warnings pragma
12436              pulls in Carp, and then Carp somehow messes up Exporter,
12437              and one ends up with several mysterious failures.
12438              Just don't go there.)
12439      Branch: maint-5.8/perl
12440            ! configpm pod/perldelta.pod pod/perldiag.pod
12441            ! t/lib/warnings/toke t/op/pack.t toke.c
12442 ____________________________________________________________________________
12443 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
12444         Log: regen embed.pl for the bleadperl branch as well.
12445      Branch: perl
12446            ! embedvar.h
12447 ____________________________________________________________________________
12448 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
12449         Log: Time travel noticed by Enache.
12450      Branch: perl
12451            ! pod/perlhist.pod
12452 ____________________________________________________________________________
12453 [ 20123] By: jhi                                   on 2003/07/10  18:07:49
12454         Log: regen embed.pl.
12455      Branch: maint-5.8/perl
12456            ! embedvar.h
12457 ____________________________________________________________________________
12458 [ 20122] By: jhi                                   on 2003/07/10  18:06:05
12459         Log: Integrate:
12460              [ 20116]
12461              The *right* way to make the csighandler visible.
12462              
12463              [ 20117]
12464              Subject: [PATCH] Restore SIGFPE on exec()
12465              From: Chip Salzenberg <chip@pobox.com>
12466              Date: Thu, 10 Jul 2003 13:13:20 -0400
12467              Message-ID: <20030710171319.GA21588@perlsupport.com>
12468              
12469              [ 20118]
12470              malloc alignment patch from Spider, needed for Tru64 + longdouble.
12471              
12472              [ 20119]
12473              Subject: [PATCH] configure.gnu --prefix
12474              From: slaven@rezic.de
12475              Date: Thu, 10 Jul 2003 09:33:27 +0000
12476              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
12477              
12478              [ 20120]
12479              I can see the future.  It is cloudy.
12480      Branch: maint-5.8/perl
12481           !> configure.gnu doio.c embed.fnc embed.h global.sym malloc.c
12482           !> perl.c perl.h perlapi.h perlvars.h pod/perlhist.pod toke.c
12483 ____________________________________________________________________________
12484 [ 20121] By: jhi                                   on 2003/07/10  18:01:21
12485         Log: perldelta tweaks.
12486      Branch: maint-5.8/perl
12487            ! pod/perldelta.pod
12488 ____________________________________________________________________________
12489 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
12490         Log: I can see the future.  It is cloudy.
12491      Branch: perl
12492            ! pod/perlhist.pod
12493 ____________________________________________________________________________
12494 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
12495         Log: Subject: [PATCH] configure.gnu --prefix
12496              From: slaven@rezic.de
12497              Date: Thu, 10 Jul 2003 09:33:27 +0000
12498              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
12499      Branch: perl
12500            ! configure.gnu
12501 ____________________________________________________________________________
12502 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
12503         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
12504      Branch: perl
12505            ! malloc.c
12506 ____________________________________________________________________________
12507 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
12508         Log: Subject: [PATCH] Restore SIGFPE on exec()
12509              From: Chip Salzenberg <chip@pobox.com>
12510              Date: Thu, 10 Jul 2003 13:13:20 -0400
12511              Message-ID: <20030710171319.GA21588@perlsupport.com>
12512      Branch: perl
12513            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
12514 ____________________________________________________________________________
12515 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
12516         Log: The *right* way to make the csighandler visible.
12517      Branch: perl
12518            ! embed.fnc embed.h global.sym
12519 ____________________________________________________________________________
12520 [ 20115] By: jhi                                   on 2003/07/10  15:11:29
12521         Log: Retract #20113.
12522      Branch: maint-5.8/perl
12523            ! embedvar.h intrpvar.h perlapi.h
12524 ____________________________________________________________________________
12525 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
12526         Log: Retract #20112. 
12527      Branch: perl
12528            ! embed.fnc embedvar.h intrpvar.h perlapi.h
12529 ____________________________________________________________________________
12530 [ 20113] By: jhi                                   on 2003/07/10  14:19:22
12531         Log: Missing symbol export.
12532      Branch: maint-5.8/perl
12533           !> embed.fnc embedvar.h intrpvar.h perlapi.h
12534 ____________________________________________________________________________
12535 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
12536         Log: Argh.  At least AIX builds choke because of this.
12537      Branch: perl
12538            ! embed.fnc embedvar.h intrpvar.h perlapi.h
12539 ____________________________________________________________________________
12540 [ 20111] By: jhi                                   on 2003/07/10  05:31:46
12541         Log: Final perldelta (and perlport) sweep.
12542      Branch: maint-5.8/perl
12543            ! pod/perldelta.pod pod/perlport.pod
12544 ____________________________________________________________________________
12545 [ 20110] By: jhi                                   on 2003/07/10  05:06:10
12546         Log: Make it the RC1.
12547      Branch: maint-5.8/perl
12548            ! patchlevel.h
12549 ____________________________________________________________________________
12550 [ 20109] By: jhi                                   on 2003/07/10  05:04:54
12551         Log: Remove the maint tag.
12552      Branch: maint-5.8/perl
12553            ! patchlevel.h
12554 ____________________________________________________________________________
12555 [ 20108] By: jhi                                   on 2003/07/10  05:03:37
12556         Log: Update Changes.
12557      Branch: maint-5.8/perl
12558            ! Changes patchlevel.h
12559 ____________________________________________________________________________
12560 [ 20107] By: jhi                                   on 2003/07/10  04:55:03
12561         Log: Integrate:
12562              [ 20103]
12563              perlfaq sync.
12564              
12565              [ 20104]
12566              Deprecate v-strings.
12567              
12568              [ 20106]
12569              Upgrade to podlators 1.27.
12570      Branch: maint-5.8/perl
12571           !> lib/Pod/Text/Termcap.pm pod/perldata.pod pod/perlfaq1.pod
12572 ____________________________________________________________________________
12573 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
12574         Log: Upgrade to podlators 1.27.
12575      Branch: perl
12576            ! lib/Pod/Text/Termcap.pm
12577 ____________________________________________________________________________
12578 [ 20105] By: jhi                                   on 2003/07/10  04:46:01
12579         Log: Add deprecations to perldelta. 
12580      Branch: maint-5.8/perl
12581            ! pod/perldelta.pod
12582 ____________________________________________________________________________
12583 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
12584         Log: Deprecate v-strings.
12585      Branch: perl
12586            ! pod/perldata.pod
12587 ____________________________________________________________________________
12588 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
12589         Log: perlfaq sync.
12590      Branch: perl
12591            ! pod/perlfaq1.pod
12592 ____________________________________________________________________________
12593 [ 20102] By: jhi                                   on 2003/07/09  17:55:46
12594         Log: Update Changes.
12595      Branch: maint-5.8/perl
12596            ! Changes patchlevel.h
12597 ____________________________________________________________________________
12598 [ 20101] By: jhi                                   on 2003/07/09  17:49:23
12599         Log: Integrate:
12600              [ 20095]
12601              Update Changes.
12602              
12603              [ 20096]
12604              More Darwin/MacOSX paths twiddling.
12605              
12606              [ 20097]
12607              Fix for the 'print v65' plus safety tweaks from Rafael.
12608              
12609              [ 20098]
12610              Fixes from Ron Kimball.
12611              
12612              [ 20099]
12613              No more no more.  Errrm, no longer no more.
12614              
12615              [ 20100]
12616              Detypo.
12617      Branch: maint-5.8/perl
12618           !> hints/darwin.sh hints/freebsd.sh pod/perldata.pod toke.c
12619 ____________________________________________________________________________
12620 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
12621         Log: Detypo.
12622      Branch: perl
12623            ! hints/darwin.sh
12624 ____________________________________________________________________________
12625 [ 20099] By: jhi                                   on 2003/07/09  17:31:38
12626         Log: No more no more.  Errrm, no longer no more.
12627      Branch: maint-5.8/perl
12628            ! pod/perldelta.pod
12629 ____________________________________________________________________________
12630 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
12631         Log: Fixes from Ron Kimball.
12632      Branch: perl
12633            ! pod/perldata.pod
12634 ____________________________________________________________________________
12635 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
12636         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
12637      Branch: perl
12638            ! toke.c
12639 ____________________________________________________________________________
12640 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
12641         Log: More Darwin/MacOSX paths twiddling.
12642      Branch: perl
12643            ! hints/darwin.sh
12644 ____________________________________________________________________________
12645 [ 20095] By: jhi                                   on 2003/07/09  12:03:48
12646         Log: Update Changes.
12647      Branch: maint-5.8/perl
12648            ! Changes patchlevel.h
12649 ____________________________________________________________________________
12650 [ 20094] By: jhi                                   on 2003/07/09  11:56:22
12651         Log: No Perl malloc for FreeBSD.
12652      Branch: maint-5.8/perl
12653            ! pod/perldelta.pod
12654 ____________________________________________________________________________
12655 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
12656         Log: Play safe and use the system malloc in FreeBSD.
12657              Yes, performance suffers.  But that is better than
12658              random core dumps.
12659      Branch: perl
12660            ! hints/freebsd.sh
12661 ____________________________________________________________________________
12662 [ 20092] By: jhi                                   on 2003/07/09  11:41:01
12663         Log: Integrate:
12664              [ 20084]
12665              Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
12666              From: John Peacock <jpeacock@rowman.com>
12667              Date: Wed, 09 Jul 2003 01:05:38 -0700
12668              Message-ID: <3F0BCCD2.1020009@rowman.com>
12669              
12670              [ 20085]
12671              Test the vX => ... fix.
12672              
12673              [ 20086]
12674              Document the v-string change in perldelta.
12675              
12676              [ 20087]
12677              perldelta clarification.
12678              
12679              [ 20088]
12680              Document the vXX => change in perldata, too.
12681              
12682              [ 20089]
12683              Rework the perldata vXX => ... entry a bit.
12684      Branch: maint-5.8/perl
12685           !> embed.fnc pod/perlapi.pod pod/perldata.pod t/op/ver.t toke.c
12686           !> util.c
12687 ____________________________________________________________________________
12688 [ 20091] By: jhi                                   on 2003/07/09  08:23:20
12689         Log: Integrate:
12690              [ 20074]
12691              "Global destruction" doc tweaks from Rafael.
12692              
12693              [ 20075]
12694              perldelta tweaks.
12695              
12696              [ 20076]
12697              Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
12698              From: Enache Adrian <enache@rdslink.ro>
12699              Date: Tue, 8 Jul 2003 20:47:58 +0300
12700              Message-ID: <20030708174758.GA1177@ratsnest.hole>
12701              
12702              (ByteLoader tweak avoiding a leaked scalar)
12703              
12704              [ 20077]
12705              Don't recommend to upgrade the base.pm in the core with
12706              the base.pm from Class::Fields.  They are not the same.
12707              
12708              [ 20078]
12709              Revert #20077.
12710              
12711              [ 20079]
12712              The CHECKOP macro was not invoked on some newly created ops
12713              (to match them against the current opmask.) As a consequence,
12714              Safe compartments were unable to trap some ops (pattern
12715              match, slices, conditionals.) This fixes the holes.
12716              
12717              [ 20080]
12718              Small typo fix from Chris Reinhardt.
12719              
12720              [ 20081]
12721              Subject: [PATCH] Safe signals via POSIX::sigaction
12722              From: Chip Salzenberg <chip@pobox.com>
12723              Date: Wed, 9 Jul 2003 01:49:10 -0400
12724              Message-ID: <20030709054910.GH2021@perlsupport.com>
12725              
12726              [ 20082]
12727              Enable avoiding /System/Library in Mac OS X by
12728              doing Configure -Dprefix=/some/where -Uvendorlib.
12729              
12730              [ 20083]
12731              Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
12732              for the install dirs.
12733              
12734              [ 20090]
12735              Upgrade to Encode 1.97.
12736      Branch: maint-5.8/perl
12737           !> embed.fnc embed.h ext/Encode/Changes ext/Encode/Encode.pm
12738           !> ext/Encode/META.yml ext/Encode/encoding.pm
12739           !> ext/Encode/lib/Encode/Alias.pm
12740           !> ext/Encode/lib/Encode/Encoder.pm
12741           !> ext/Encode/lib/Encode/Guess.pm
12742           !> ext/Encode/lib/Encode/JP/JIS7.pm ext/POSIX/POSIX.pm
12743           !> ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
12744           !> hints/darwin.sh lib/CPAN.pm op.c proto.h
12745 ____________________________________________________________________________
12746 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
12747         Log: Upgrade to Encode 1.97.
12748      Branch: perl
12749            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
12750            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
12751            ! ext/Encode/lib/Encode/Encoder.pm
12752            ! ext/Encode/lib/Encode/Guess.pm
12753            ! ext/Encode/lib/Encode/JP/JIS7.pm
12754 ____________________________________________________________________________
12755 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
12756         Log: Rework the perldata vXX => ... entry a bit.
12757      Branch: perl
12758            ! pod/perldata.pod
12759 ____________________________________________________________________________
12760 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
12761         Log: Document the vXX => change in perldata, too.
12762      Branch: perl
12763            ! pod/perldata.pod
12764 ____________________________________________________________________________
12765 [ 20087] By: jhi                                   on 2003/07/09  08:02:09
12766         Log: perldelta clarification.
12767      Branch: maint-5.8/perl
12768            ! pod/perldelta.pod
12769 ____________________________________________________________________________
12770 [ 20086] By: jhi                                   on 2003/07/09  08:00:04
12771         Log: Document the v-string change in perldelta.
12772      Branch: maint-5.8/perl
12773            ! pod/perldelta.pod
12774 ____________________________________________________________________________
12775 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
12776         Log: Test the vX => ... fix.
12777      Branch: perl
12778            ! t/op/ver.t
12779 ____________________________________________________________________________
12780 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
12781         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
12782              From: John Peacock <jpeacock@rowman.com>
12783              Date: Wed, 09 Jul 2003 01:05:38 -0700
12784              Message-ID: <3F0BCCD2.1020009@rowman.com>
12785      Branch: perl
12786            ! embed.fnc pod/perlapi.pod toke.c util.c
12787 ____________________________________________________________________________
12788 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
12789         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
12790              for the install dirs.
12791      Branch: perl
12792            ! hints/darwin.sh
12793 ____________________________________________________________________________
12794 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
12795         Log: Enable avoiding /System/Library in Mac OS X by
12796              doing Configure -Dprefix=/some/where -Uvendorlib.
12797      Branch: perl
12798            ! hints/darwin.sh
12799 ____________________________________________________________________________
12800 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
12801         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
12802              From: Chip Salzenberg <chip@pobox.com>
12803              Date: Wed, 9 Jul 2003 01:49:10 -0400
12804              Message-ID: <20030709054910.GH2021@perlsupport.com>
12805      Branch: perl
12806            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
12807            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
12808 ____________________________________________________________________________
12809 [ 20080] By: jhi                                   on 2003/07/09  04:52:02
12810         Log: Small typo fix from Chris Reinhardt.
12811      Branch: maint-5.8/perl
12812            ! pod/perldelta.pod
12813 ____________________________________________________________________________
12814 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
12815         Log: The CHECKOP macro was not invoked on some newly created ops
12816              (to match them against the current opmask.) As a consequence,
12817              Safe compartments were unable to trap some ops (pattern
12818              match, slices, conditionals.) This fixes the holes.
12819      Branch: perl
12820            ! op.c
12821 ____________________________________________________________________________
12822 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
12823         Log: Revert #20077.
12824      Branch: perl
12825            ! lib/CPAN.pm
12826 ____________________________________________________________________________
12827 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
12828         Log: Don't recommend to upgrade the base.pm in the core with
12829              the base.pm from Class::Fields.  They are not the same.
12830      Branch: perl
12831            ! lib/CPAN.pm
12832 ____________________________________________________________________________
12833 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
12834         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
12835              From: Enache Adrian <enache@rdslink.ro>
12836              Date: Tue, 8 Jul 2003 20:47:58 +0300
12837              Message-ID: <20030708174758.GA1177@ratsnest.hole>
12838              
12839              (ByteLoader tweak avoiding a leaked scalar)
12840      Branch: perl
12841            ! op.c
12842 ____________________________________________________________________________
12843 [ 20075] By: jhi                                   on 2003/07/08  13:35:37
12844         Log: perldelta tweaks.
12845      Branch: maint-5.8/perl
12846            ! pod/perldelta.pod
12847 ____________________________________________________________________________
12848 [ 20074] By: jhi                                   on 2003/07/08  11:01:07
12849         Log: "Global destruction" doc tweaks from Rafael.
12850      Branch: maint-5.8/perl
12851            ! pod/perldelta.pod
12852 ____________________________________________________________________________
12853 [ 20073] By: jhi                                   on 2003/07/08  09:41:37
12854         Log: Update Changes.
12855      Branch: maint-5.8/perl
12856            ! Changes patchlevel.h
12857 ____________________________________________________________________________
12858 [ 20072] By: jhi                                   on 2003/07/08  09:24:42
12859         Log: Integrate:
12860              [ 20068]
12861              Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
12862              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
12863              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
12864              Message-ID: <12022.1057655645@www59.gmx.net>
12865              
12866              [ 20069]
12867              Subject: [PATCH] format 'botched' in malloc.c
12868              From: Enache Adrian <enache@rdslink.ro>
12869              Date: Mon, 7 Jul 2003 21:57:06 +0300
12870              Message-ID: <20030707185706.GB7017@ratsnest.hole>
12871              
12872              [ 20070]
12873              A note on hash randomisation vs global destruction.
12874              
12875              [ 20071]
12876              In 5.8.x, fast stdio places still do use stdio.
12877      Branch: maint-5.8/perl
12878           !> ext/B/B.xs ext/Digest/MD5/t/badfile.t lib/Pod/Text/Termcap.pm
12879           !> malloc.c mg.c op.c
12880 ____________________________________________________________________________
12881 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
12882         Log: In 5.8.x, fast stdio places still do use stdio.
12883      Branch: perl
12884            ! ext/Digest/MD5/t/badfile.t
12885 ____________________________________________________________________________
12886 [ 20070] By: jhi                                   on 2003/07/08  09:14:24
12887         Log: A note on hash randomisation vs global destruction.
12888      Branch: maint-5.8/perl
12889            ! pod/perldelta.pod
12890 ____________________________________________________________________________
12891 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
12892         Log: Subject: [PATCH] format 'botched' in malloc.c
12893              From: Enache Adrian <enache@rdslink.ro>
12894              Date: Mon, 7 Jul 2003 21:57:06 +0300
12895              Message-ID: <20030707185706.GB7017@ratsnest.hole>
12896      Branch: perl
12897            ! malloc.c
12898 ____________________________________________________________________________
12899 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
12900         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
12901              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
12902              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
12903              Message-ID: <12022.1057655645@www59.gmx.net>
12904      Branch: perl
12905            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
12906 ____________________________________________________________________________
12907 [ 20067] By: jhi                                   on 2003/07/08  05:39:14
12908         Log: Integrate:
12909              [ 20049]
12910              Linewrapping.
12911              
12912              [ 20051]
12913              Be more explicit than just 'characters'.
12914              
12915              [ 20053]
12916              Subject: Patch to README.solaris
12917              From: Alan Burlison <Alan.Burlison@sun.com>
12918              Date: Mon, 07 Jul 2003 14:15:57 +0100
12919              Message-ID: <3F09728D.1070408@sun.com>
12920              
12921              [ 20054]
12922              AUTHORS tweak.
12923              
12924              [ 20058]
12925              Refashioned #20055: we cannot trust stdio to fail here.
12926              
12927              [ 20059]
12928              Good catch from Gisle.
12929              
12930              [ 20061]
12931              The nanosleep() probe was kaputt, fixed by Mark Bixby. 
12932              
12933              [ 20062]
12934              Mark Bixby ++.
12935              
12936              [ 20063]
12937              Regexp bug in the docs, spotted by Enache's eagle eyes.
12938              
12939              [ 20064]
12940              v-string API tweak from John Peacock to synchronize
12941              5.8.1-to-be as much as possible with 5.9.0-to-be.
12942      Branch: maint-5.8/perl
12943           !> AUTHORS README.solaris ext/Digest/MD5/t/badfile.t
12944           !> ext/Time/HiRes/Makefile.PL perl.c pod/perlapio.pod
12945           !> pod/perlfunc.pod pod/perlsyn.pod
12946 ____________________________________________________________________________
12947 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
12948         Log: Retract #20065: I don't think this is the right way
12949              to patch this issue.
12950      Branch: perl
12951            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
12952 ____________________________________________________________________________
12953 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
12954         Log: Configure tweak from Johnny Lam so that the
12955              INSTALLSITEMAN[13]DIR get correctly set.
12956      Branch: perl
12957            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
12958 ____________________________________________________________________________
12959 [ 20064] By: jhi                                   on 2003/07/08  05:01:15
12960         Log: v-string API tweak from John Peacock to synchronize
12961              5.8.1-to-be as much as possible with 5.9.0-to-be.
12962      Branch: maint-5.8/perl
12963            ! embed.fnc embed.h global.sym proto.h toke.c util.c
12964 ____________________________________________________________________________
12965 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
12966         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
12967      Branch: perl
12968            ! pod/perlsyn.pod
12969 ____________________________________________________________________________
12970 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
12971         Log: Mark Bixby ++.
12972      Branch: perl
12973            ! perl.c
12974 ____________________________________________________________________________
12975 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
12976         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby. 
12977      Branch: perl
12978            ! ext/Time/HiRes/Makefile.PL
12979 ____________________________________________________________________________
12980 [ 20060] By: nick                                  on 2003/07/07  17:29:52
12981         Log: Integrate mainline (MD5 still core-ing because of
12982              //depot/perlio changes)
12983      Branch: perlio
12984           !> AUTHORS README.solaris ext/Digest/MD5/MD5.xs
12985           !> ext/Digest/MD5/t/badfile.t ext/Digest/MD5/t/files.t
12986           !> ext/Time/HiRes/Makefile.PL lib/Math/BigFloat.pm
12987           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
12988           !> lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/mbimbf.t
12989           !> lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
12990           !> lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
12991           !> perlio.c pod/perlapio.pod pod/perlfunc.pod pod/perlmodlib.PL
12992           !> pod/perlmodlib.pod pod/perlsyn.pod
12993 ____________________________________________________________________________
12994 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
12995         Log: Good catch from Gisle.
12996      Branch: perl
12997            ! pod/perlfunc.pod
12998 ____________________________________________________________________________
12999 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
13000         Log: Refashioned #20055: we cannot trust stdio to fail here.
13001      Branch: perl
13002            ! ext/Digest/MD5/t/badfile.t
13003 ____________________________________________________________________________
13004 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
13005         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
13006              are just breaking more than they are fixing.
13007      Branch: perl
13008            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
13009            ! ext/Digest/MD5/t/files.t perlio.c
13010 ____________________________________________________________________________
13011 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
13012         Log: Returning zero from PerlIO_read() is okay;
13013              update MD5 sums.
13014      Branch: perl
13015            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13016 ____________________________________________________________________________
13017 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
13018         Log: If perlio is completely out of the picture, we can
13019              get tripped by different stdio implementations.
13020      Branch: perl
13021            ! ext/Digest/MD5/t/badfile.t
13022 ____________________________________________________________________________
13023 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
13024         Log: AUTHORS tweak.
13025      Branch: perl
13026            ! AUTHORS
13027 ____________________________________________________________________________
13028 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
13029         Log: Subject: Patch to README.solaris
13030              From: Alan Burlison <Alan.Burlison@sun.com>
13031              Date: Mon, 07 Jul 2003 14:15:57 +0100
13032              Message-ID: <3F09728D.1070408@sun.com>
13033      Branch: perl
13034            ! README.solaris
13035 ____________________________________________________________________________
13036 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
13037         Log: Update MD5 checksums.
13038      Branch: perl
13039            ! ext/Digest/MD5/t/files.t
13040 ____________________________________________________________________________
13041 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
13042         Log: Be more explicit than just 'characters'.
13043      Branch: perl
13044            ! pod/perlfunc.pod
13045 ____________________________________________________________________________
13046 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
13047         Log: Try making PerlIO errors more consistent.
13048              (1) Check early whether the filehandle is capable of
13049              the requested action.
13050              (2) PerlIO_read() really can return -1, and so can
13051              PerlIOUnix_read().
13052              (3) Some stdio implementations are more forgiving
13053              than others, so check also for errors recorded
13054              by PerlIO in PerlStdio_errno().
13055      Branch: perl
13056            ! perlio.c
13057 ____________________________________________________________________________
13058 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
13059         Log: Linewrapping.
13060      Branch: perl
13061            ! pod/perlapio.pod
13062 ____________________________________________________________________________
13063 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
13064         Log: PerlIO_read() can return negative.
13065      Branch: perl
13066            ! ext/Digest/MD5/MD5.xs
13067 ____________________________________________________________________________
13068 [ 20047] By: jhi                                   on 2003/07/07  08:09:52
13069         Log: MPE/iX is actually doing rather well.
13070      Branch: maint-5.8/perl
13071            ! pod/perldelta.pod
13072 ____________________________________________________________________________
13073 [ 20046] By: jhi                                   on 2003/07/07  06:13:32
13074         Log: Update Changes.
13075      Branch: maint-5.8/perl
13076            ! Changes patchlevel.h
13077 ____________________________________________________________________________
13078 [ 20045] By: jhi                                   on 2003/07/07  05:00:40
13079         Log: Integrate:
13080              [ 20030]
13081              Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
13082              From: merlyn@stonehenge.com (Randal L. Schwartz)
13083              Date: 05 Jul 2003 16:29:14 -0700
13084              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
13085              
13086              [ 20034]
13087              Subject: [PATCH @19834] DProf fixes
13088              From: Radu Greab <radu@netsoft.ro>
13089              Date: Sun, 6 Jul 2003 20:09:12 +0300
13090              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
13091              
13092              [ 20035]
13093              PerlIOBase_pushed seems to have gone missing in change#20018
13094              
13095              [ 20036]
13096              yet another symbol missing in change#20018
13097              
13098              [ 20039]
13099              Update the CPAN mirrors list.
13100              
13101              [ 20040]
13102              Subject: Re: [perl #5025] #line directive explination wrong
13103              From: Casey West <casey@geeknest.com>
13104              Date: Sun, 6 Jul 2003 18:24:46 -0400
13105              Message-ID: <20030706222446.GL7506@geeknest.com>
13106              
13107              [ 20041]
13108              Upgrade BigInt and BigRat
13109              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
13110              From: Tels <perl_dummy@bloodgate.com>
13111              Date: Sun, 6 Jul 2003 15:41:36 +0200
13112              Message-Id: <200307061158.23576@bloodgate.com>
13113              
13114              [ 20042]
13115              MPE/iX tweak from Mark Bixby.
13116              
13117              [ 20043]
13118              Use the existence, instead of the truth, to decide
13119              whether to scan for a symbol.
13120              (Also remove trailing spaces.)
13121      Branch: maint-5.8/perl
13122           +> t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
13123           +> t/lib/dprof/test8_v
13124           !> MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
13125           !> ext/Devel/DProf/DProf.xs ext/Time/HiRes/Makefile.PL
13126           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm
13127           !> lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
13128           !> lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
13129           !> lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
13130           !> lib/Math/BigRat/t/bigratpm.t makedef.pl perl.c
13131           !> pod/perldiag.pod pod/perlfaq2.pod pod/perlmodlib.PL
13132           !> pod/perlmodlib.pod pod/perlsyn.pod pod/perltodo.pod
13133           !> pod/perlvar.pod pp_ctl.c
13134 ____________________________________________________________________________
13135 [ 20044] By: jhi                                   on 2003/07/07  04:52:33
13136         Log: MANItweak.
13137      Branch: maint-5.8/perl
13138            ! MANIFEST
13139 ____________________________________________________________________________
13140 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
13141         Log: Use the existence, instead of the truth, to decide
13142              whether to scan for a symbol.
13143              (Also remove trailing spaces.)
13144      Branch: perl
13145            ! ext/Time/HiRes/Makefile.PL
13146 ____________________________________________________________________________
13147 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
13148         Log: MPE/iX tweak from Mark Bixby.
13149      Branch: perl
13150            ! ext/Time/HiRes/Makefile.PL
13151 ____________________________________________________________________________
13152 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
13153         Log: Upgrade BigInt and BigRat
13154              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
13155              From: Tels <perl_dummy@bloodgate.com>
13156              Date: Sun, 6 Jul 2003 15:41:36 +0200
13157              Message-Id: <200307061158.23576@bloodgate.com>
13158      Branch: perl
13159            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13160            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
13161            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
13162            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
13163            ! lib/Math/BigRat/t/bigratpm.t
13164 ____________________________________________________________________________
13165 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
13166         Log: Subject: Re: [perl #5025] #line directive explination wrong
13167              From: Casey West <casey@geeknest.com>
13168              Date: Sun, 6 Jul 2003 18:24:46 -0400
13169              Message-ID: <20030706222446.GL7506@geeknest.com>
13170      Branch: perl
13171            ! pod/perlsyn.pod
13172 ____________________________________________________________________________
13173 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
13174         Log: Update the CPAN mirrors list.
13175      Branch: perl
13176            ! pod/perlmodlib.PL pod/perlmodlib.pod
13177 ____________________________________________________________________________
13178 [ 20038] By: nick                                  on 2003/07/06  19:20:05
13179         Log: Integrate mainline
13180      Branch: perlio
13181           +> ext/Digest/MD5/t/clone.t t/lib/dprof/test7_t
13182           +> t/lib/dprof/test7_v t/lib/dprof/test8_t t/lib/dprof/test8_v
13183           +> wince/perlhost.h wince/vdir.h wince/vmem.h
13184           !> (integrate 41 files)
13185 ____________________________________________________________________________
13186 [ 20037] By: nick                                  on 2003/07/06  18:38:39
13187         Log: extra checks
13188      Branch: perlio
13189            ! win32/distclean.bat
13190 ____________________________________________________________________________
13191 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
13192         Log: yet another symbol missing in change#20018
13193      Branch: perl
13194            ! makedef.pl
13195 ____________________________________________________________________________
13196 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
13197         Log: PerlIOBase_pushed seems to have gone missing in change#20018
13198      Branch: perl
13199            ! makedef.pl
13200 ____________________________________________________________________________
13201 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
13202         Log: Subject: [PATCH @19834] DProf fixes
13203              From: Radu Greab <radu@netsoft.ro>
13204              Date: Sun, 6 Jul 2003 20:09:12 +0300
13205              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
13206      Branch: perl
13207            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
13208            + t/lib/dprof/test8_v
13209            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
13210            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
13211            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
13212 ____________________________________________________________________________
13213 [ 20033] By: jhi                                   on 2003/07/06  16:26:13
13214         Log: Subject: [PATCH] improve WinCE port
13215              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
13216              Date: Sun, 6 Jul 2003 18:46:09 +0400
13217              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
13218              
13219              Subject: [PATCH] improve WinCE port -- addition
13220              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
13221              Date: Sun, 6 Jul 2003 19:50:47 +0400
13222              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
13223      Branch: maint-5.8/perl
13224            + wince/perlhost.h wince/vdir.h wince/vmem.h
13225            ! MANIFEST makedef.pl malloc_ctl.h wince/Makefile.ce
13226            ! wince/README.compile wince/README.perlce wince/config.ce
13227            ! wince/perllib.c wince/registry.bat wince/win32.h
13228            ! wince/win32io.c wince/win32iop.h wince/win32thread.c
13229            ! wince/win32thread.h wince/wince.c wince/wince.h
13230 ____________________________________________________________________________
13231 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
13232         Log: Forgotten from change #20031.
13233      Branch: perl
13234            ! makedef.pl malloc_ctl.h
13235 ____________________________________________________________________________
13236 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
13237         Log: Subject: [PATCH] improve WinCE port
13238              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
13239              Date: Sun, 6 Jul 2003 18:46:09 +0400
13240              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
13241              
13242              Subject: [PATCH] improve WinCE port -- addition
13243              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
13244              Date: Sun, 6 Jul 2003 19:50:47 +0400
13245              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
13246      Branch: perl
13247            + wince/perlhost.h wince/vdir.h wince/vmem.h
13248            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
13249            ! wince/win32.h wince/win32io.c wince/win32iop.h
13250            ! wince/win32thread.c wince/win32thread.h wince/wince.c
13251            ! wince/wince.h
13252 ____________________________________________________________________________
13253 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
13254         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
13255              From: merlyn@stonehenge.com (Randal L. Schwartz)
13256              Date: 05 Jul 2003 16:29:14 -0700
13257              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
13258      Branch: perl
13259            ! pod/perlfaq2.pod
13260 ____________________________________________________________________________
13261 [ 20029] By: jhi                                   on 2003/07/06  15:53:28
13262         Log: More perldelta.
13263      Branch: maint-5.8/perl
13264            ! pod/perldelta.pod
13265 ____________________________________________________________________________
13266 [ 20028] By: jhi                                   on 2003/07/06  08:35:50
13267         Log: Integrate:
13268              [ 20016]
13269              OpenBSD sometimes gets -0, probably due to fp fuzziness..
13270              
13271              [ 20017]
13272              Subject: [PATCH] fix for ext/threads/t/problems.t failures
13273              From: Dave Mitchell <davem@fdgroup.com>
13274              Date: Sat, 5 Jul 2003 19:12:51 +0100
13275              Message-ID: <20030705181251.GA14502@fdgroup.com>
13276              
13277              [ 20018]
13278              Add PerlIOBuf_close to makedef.pl as pointed out by
13279              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
13280              duplicates.
13281              
13282              [ 20019]
13283              Make a read from a write-only fh to set errno
13284              (found by Gisle)
13285              
13286              [ 20020]
13287              Upgrade to Digest::MD5 2.25.
13288              
13289              [ 20021]
13290              Reintroduce changes #19723 and #19723 that were not
13291              in Net::Ping 2.31; needed for Windows.
13292              
13293              [ 20022]
13294              Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
13295              From: Michael G Schwern <schwern@pobox.com>
13296              Date: Sat, 5 Jul 2003 16:59:49 -0700
13297              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
13298              
13299              [ 20023]
13300              Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
13301              From: Michael G Schwern <schwern@pobox.com>
13302              Date: Sat, 5 Jul 2003 13:34:37 -0700
13303              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
13304              
13305              Print out the "ok" messages only once every second,
13306              this should make output much less and therefore testing
13307              much faster, especially on slower connections.
13308              
13309              [ 20024]
13310              The change #20022 didn't work for Command.t.
13311              
13312              [ 20025]
13313              Make the 'slow ok' feature optional.
13314              
13315              [ 20026]
13316              FreeBSD: if someone *really* wants to use the system malloc.
13317      Branch: maint-5.8/perl
13318           +> ext/Digest/MD5/t/clone.t
13319           !> MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13320           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
13321           !> ext/Digest/MD5/t/files.t ext/threads/t/problems.t
13322           !> hints/freebsd.sh lib/Benchmark.t lib/ExtUtils/Changes
13323           !> lib/ExtUtils/META.yml lib/ExtUtils/MM_Unix.pm
13324           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13325           !> lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/Command.t
13326           !> lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
13327           !> lib/Test/Harness.pm makedef.pl perlio.c
13328 ____________________________________________________________________________
13329 [ 20027] By: jhi                                   on 2003/07/06  08:32:12
13330         Log: perldelta updates from Sarathy.
13331      Branch: maint-5.8/perl
13332            ! pod/perldelta.pod
13333 ____________________________________________________________________________
13334 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
13335         Log: FreeBSD: if someone *really* wants to use the system malloc.
13336      Branch: perl
13337            ! hints/freebsd.sh
13338 ____________________________________________________________________________
13339 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
13340         Log: Make the 'slow ok' feature optional.
13341      Branch: perl
13342            ! lib/Test/Harness.pm
13343 ____________________________________________________________________________
13344 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
13345         Log: The change #20022 didn't work for Command.t.
13346      Branch: perl
13347            ! lib/ExtUtils/t/Command.t
13348 ____________________________________________________________________________
13349 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
13350         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
13351              From: Michael G Schwern <schwern@pobox.com>
13352              Date: Sat, 5 Jul 2003 13:34:37 -0700
13353              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
13354              
13355              Print out the "ok" messages only once every second,
13356              this should make output much less and therefore testing
13357              much faster, especially on slower connections.
13358      Branch: perl
13359            ! lib/Test/Harness.pm
13360 ____________________________________________________________________________
13361 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
13362         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
13363              From: Michael G Schwern <schwern@pobox.com>
13364              Date: Sat, 5 Jul 2003 16:59:49 -0700
13365              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
13366      Branch: perl
13367            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
13368            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13369            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
13370            ! lib/ExtUtils/t/Command.t
13371 ____________________________________________________________________________
13372 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
13373         Log: Reintroduce changes #19723 and #19723 that were not
13374              in Net::Ping 2.31; needed for Windows.
13375      Branch: perl
13376            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
13377 ____________________________________________________________________________
13378 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
13379         Log: Upgrade to Digest::MD5 2.25.
13380      Branch: perl
13381            + ext/Digest/MD5/t/clone.t
13382            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13383            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
13384            ! ext/Digest/MD5/t/files.t
13385 ____________________________________________________________________________
13386 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
13387         Log: Make a read from a write-only fh to set errno
13388              (found by Gisle)
13389      Branch: perl
13390            ! perlio.c
13391 ____________________________________________________________________________
13392 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
13393         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
13394              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
13395              duplicates.
13396      Branch: perl
13397            ! makedef.pl
13398 ____________________________________________________________________________
13399 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
13400         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
13401              From: Dave Mitchell <davem@fdgroup.com>
13402              Date: Sat, 5 Jul 2003 19:12:51 +0100
13403              Message-ID: <20030705181251.GA14502@fdgroup.com>
13404      Branch: perl
13405            ! ext/threads/t/problems.t
13406 ____________________________________________________________________________
13407 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
13408         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
13409      Branch: perl
13410            ! lib/Benchmark.t
13411 ____________________________________________________________________________
13412 [ 20015] By: nick                                  on 2003/07/05  15:49:13
13413         Log: Integrate mainline
13414      Branch: perlio
13415           +> lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
13416           +> lib/Locale/Maketext/t/90utf8.t lib/Math/BigInt/t/biglog.t
13417           +> lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbf1.t
13418           +> lib/Math/BigInt/t/req_mbfa.t lib/Math/BigInt/t/req_mbfi.t
13419           +> lib/Math/BigInt/t/req_mbfn.t lib/Math/BigInt/t/req_mbfw.t
13420           +> lib/Math/BigInt/t/trap.t lib/Math/BigInt/t/use_mbfw.t
13421           +> lib/Math/BigRat/t/bigratup.t lib/Math/BigRat/t/requirer.t
13422           +> lib/Math/BigRat/t/trap.t
13423           !> (integrate 134 files)
13424 ____________________________________________________________________________
13425 [ 20014] By: jhi                                   on 2003/07/05  14:10:20
13426         Log: Update Changes.
13427      Branch: maint-5.8/perl
13428            ! Changes patchlevel.h
13429 ____________________________________________________________________________
13430 [ 20013] By: jhi                                   on 2003/07/05  13:58:18
13431         Log: Integrate:
13432              [ 19998]
13433              Fix non-numeric $VERSION.
13434              
13435              [ 19999]
13436              Macro reorganization in the Makefile, so that $(LDLIBPTH) always
13437              appears just before the name of the command to be run. See
13438              
13439              Subject: Re: PERL_SKIP_TTY_TEST fix
13440              From: Alexey Tourbin <at@altlinux.ru>
13441              Date: Fri, 4 Jul 2003 17:25:34 +0400
13442              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
13443              
13444              [ 20000]
13445              Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
13446              and bignum v0.14.
13447              
13448              [ 20001]
13449              Add a new test target in the makefile, test_harness_notty.
13450              It's like test_harness, but sets HARNESS_NOTTY=1 to make
13451              Test::Harness' output less blinking.
13452              
13453              [ 20002]
13454              Author list update (to be continued...)
13455              
13456              [ 20003]
13457              Allow to create more than one Shell object :
13458              Subject: [patch] Shell.pm fix
13459              From: Stéphane Payrard <stef@payrard.net>
13460              Date: Sat, 5 Jul 2003 01:16:50 +0200
13461              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
13462              
13463              [ 20004]
13464              Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
13465              From: Robin Barker <Robin.Barker@npl.co.uk>
13466              Date: Fri, 4 Jul 2003 19:15:01 +0100
13467              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
13468              
13469              [ 20006]
13470              Subject: [PATCH] MM_VMS.pm -- fix xs installation
13471              From: "Craig A. Berry" <craigberry@mac.com>
13472              Date: Sat, 05 Jul 2003 00:38:28 -0500
13473              Message-ID: <3F066454.90003@mac.com>
13474              
13475              [ 20007]
13476              Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
13477              since CGI scripts are (should be) run under -T, being able
13478              to show the HASH_SEED in case of problems is good.
13479              The $ENV{PERL_HASH_SEED} is still ignored under taint.
13480              
13481              [ 20008]
13482              IIRC gcc would complain about if (s = ...).
13483              
13484              [ 20009]
13485              The logic for additional randomisation for 64-bit UV
13486              cases was wrong.
13487              
13488              [ 20010]
13489              Comment out some debugging output in Math::BigInt, that
13490              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
13491              
13492              [ 20012]
13493              Be explicit about the $0 pain in Linux 2.2.
13494      Branch: maint-5.8/perl
13495           +> lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
13496           +> lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
13497           +> lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
13498           +> lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
13499           +> lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
13500           +> lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
13501           !> (integrate 48 files)
13502 ____________________________________________________________________________
13503 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
13504         Log: Be explicit about the $0 pain in Linux 2.2.
13505      Branch: perl
13506            ! pod/perlvar.pod
13507 ____________________________________________________________________________
13508 [ 20011] By: jhi                                   on 2003/07/05  13:44:30
13509         Log: perldelta tweaks.
13510      Branch: maint-5.8/perl
13511            ! pod/perldelta.pod
13512 ____________________________________________________________________________
13513 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
13514         Log: Comment out some debugging output in Math::BigInt, that
13515              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
13516      Branch: perl
13517            ! lib/Math/BigInt.pm
13518 ____________________________________________________________________________
13519 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
13520         Log: The logic for additional randomisation for 64-bit UV
13521              cases was wrong.
13522      Branch: perl
13523            ! perl.c
13524 ____________________________________________________________________________
13525 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
13526         Log: IIRC gcc would complain about if (s = ...).
13527      Branch: perl
13528            ! perl.c
13529 ____________________________________________________________________________
13530 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
13531         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
13532              since CGI scripts are (should be) run under -T, being able
13533              to show the HASH_SEED in case of problems is good.
13534              The $ENV{PERL_HASH_SEED} is still ignored under taint.
13535      Branch: perl
13536            ! perl.c
13537 ____________________________________________________________________________
13538 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
13539         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
13540              From: "Craig A. Berry" <craigberry@mac.com>
13541              Date: Sat, 05 Jul 2003 00:38:28 -0500
13542              Message-ID: <3F066454.90003@mac.com>
13543      Branch: perl
13544            ! lib/ExtUtils/MM_VMS.pm
13545 ____________________________________________________________________________
13546 [ 20005] By: jhi                                   on 2003/07/05  07:50:53
13547         Log: Subject: [PATCH maint] partially rescind Concise pad patch.
13548              From: Dave Mitchell <davem@fdgroup.com>
13549              Date: Fri, 4 Jul 2003 22:10:11 +0100
13550              Message-ID: <20030704211010.GD10426@fdgroup.com>
13551      Branch: maint-5.8/perl
13552            ! ext/B/B/Concise.pm
13553 ____________________________________________________________________________
13554 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
13555         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
13556              From: Robin Barker <Robin.Barker@npl.co.uk>
13557              Date: Fri, 4 Jul 2003 19:15:01 +0100
13558              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
13559      Branch: perl
13560            ! dump.c
13561 ____________________________________________________________________________
13562 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
13563         Log: Allow to create more than one Shell object :
13564              Subject: [patch] Shell.pm fix
13565              From: Stéphane Payrard <stef@payrard.net>
13566              Date: Sat, 5 Jul 2003 01:16:50 +0200
13567              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
13568      Branch: perl
13569            ! lib/Shell.pm
13570 ____________________________________________________________________________
13571 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
13572         Log: Author list update (to be continued...)
13573      Branch: perl
13574            ! AUTHORS
13575 ____________________________________________________________________________
13576 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
13577         Log: Add a new test target in the makefile, test_harness_notty.
13578              It's like test_harness, but sets HARNESS_NOTTY=1 to make
13579              Test::Harness' output less blinking.
13580      Branch: perl
13581            ! Makefile.SH
13582 ____________________________________________________________________________
13583 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
13584         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
13585              and bignum v0.14.
13586      Branch: perl
13587            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
13588            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
13589            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
13590            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
13591            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
13592            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
13593            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13594            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13595            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
13596            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
13597            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
13598            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
13599            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
13600            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
13601            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
13602            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
13603            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
13604            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
13605            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
13606            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
13607            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
13608            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
13609            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
13610            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
13611            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
13612            ! t/lib/Math/BigInt/Subclass.pm
13613 ____________________________________________________________________________
13614 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
13615         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
13616              appears just before the name of the command to be run. See
13617              
13618              Subject: Re: PERL_SKIP_TTY_TEST fix
13619              From: Alexey Tourbin <at@altlinux.ru>
13620              Date: Fri, 4 Jul 2003 17:25:34 +0400
13621              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
13622      Branch: perl
13623            ! Makefile.SH
13624 ____________________________________________________________________________
13625 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
13626         Log: Fix non-numeric $VERSION.
13627      Branch: perl
13628            ! lib/Math/BigInt.pm
13629 ____________________________________________________________________________
13630 [ 19997] By: jhi                                   on 2003/07/04  14:45:20
13631         Log: Update Changes.
13632      Branch: maint-5.8/perl
13633            ! Changes patchlevel.h
13634 ____________________________________________________________________________
13635 [ 19996] By: jhi                                   on 2003/07/04  14:41:18
13636         Log: Integrate:
13637              [ 19993]
13638              Oops.
13639              
13640              [ 19994]
13641              More $0 sad tales.
13642              
13643              [ 19995]
13644              According to Tels our M::BI is _better_ than the 1.64 in CPAN.
13645      Branch: maint-5.8/perl
13646           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13647           !> lib/Math/BigInt.pm pod/perlvar.pod
13648 ____________________________________________________________________________
13649 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
13650         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
13651      Branch: perl
13652            ! lib/Math/BigInt.pm
13653 ____________________________________________________________________________
13654 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
13655         Log: More $0 sad tales.
13656      Branch: perl
13657            ! pod/perlvar.pod
13658 ____________________________________________________________________________
13659 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
13660         Log: Oops.
13661      Branch: perl
13662            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13663 ____________________________________________________________________________
13664 [ 19992] By: jhi                                   on 2003/07/04  13:58:29
13665         Log: Update Changes.
13666      Branch: maint-5.8/perl
13667            ! Changes patchlevel.h
13668 ____________________________________________________________________________
13669 [ 19991] By: jhi                                   on 2003/07/04  13:54:33
13670         Log: Integrate:
13671              [ 19976]
13672              Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
13673              From: PPrymmer@factset.com
13674              Date: Thu, 3 Jul 2003 23:59:51 -0400
13675              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
13676              
13677              [ 19977]
13678              $0 is pain.
13679              
13680              [ 19979]
13681              Remove PL_earlytaint since the hash seed code
13682              can be delayed until perl_parse().
13683              
13684              [ 19980]
13685              line_t is U32, not I32.
13686              
13687              [ 19981]
13688              AUTHORS updates.
13689              
13690              [ 19982]
13691              No energy now to figure out what is wrong with $0
13692              (or ps) in Tru64.  The test works fine when run from
13693              command line.
13694              
13695              [ 19984]
13696              Upgrade to CGI.pm 2.97.
13697              
13698              [ 19985]
13699              Upgrade to CPAN 1.71.
13700              
13701              [ 19986]
13702              Upgrade to Digest::MD5 2.24, with few extra tweaks:
13703              (1) make the PATCHLEVEL logic as it is with List::Util
13704              (more portable to older Perls)
13705              (2) regen the MD5 checksums with ...
13706              (3) ... the Mac OS Classic checksums generated via MacRoman
13707              (just a guess)
13708              (4) Keep the core Makefile.PL.
13709              
13710              [ 19987]
13711              Upgrade to Locale::Maketext 1.06.
13712              
13713              [ 19988]
13714              Upgrade to Net::Ping 2.31.
13715              
13716              [ 19989]
13717              Upgrade to Text::Balanced 1.94.
13718              
13719              [ 19990]
13720              Upgrade to PodParser 1.23; but do not update
13721              t/pod/find.t or t/pod/testp2pt.pl since the
13722              first one does not work at all under core,
13723              and the second change would drop MacOS Classic
13724              portability tweaks introduced by change #18669.
13725      Branch: maint-5.8/perl
13726           +> lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
13727           +> lib/Locale/Maketext/t/90utf8.t
13728           !> (integrate 40 files)
13729 ____________________________________________________________________________
13730 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
13731         Log: Upgrade to PodParser 1.23; but do not update
13732              t/pod/find.t or t/pod/testp2pt.pl since the
13733              first one does not work at all under core,
13734              and the second change would drop MacOS Classic
13735              portability tweaks introduced by change #18669.
13736      Branch: perl
13737            ! lib/Pod/Find.pm lib/Pod/Usage.pm
13738 ____________________________________________________________________________
13739 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
13740         Log: Upgrade to Text::Balanced 1.94.
13741      Branch: perl
13742            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
13743            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
13744            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
13745 ____________________________________________________________________________
13746 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
13747         Log: Upgrade to Net::Ping 2.31.
13748      Branch: perl
13749            ! lib/Net/Ping.pm lib/Net/Ping/Changes
13750            ! lib/Net/Ping/t/250_ping_hires.t
13751            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
13752 ____________________________________________________________________________
13753 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
13754         Log: Upgrade to Locale::Maketext 1.06.
13755      Branch: perl
13756            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
13757            + lib/Locale/Maketext/t/90utf8.t
13758            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
13759 ____________________________________________________________________________
13760 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
13761         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
13762              (1) make the PATCHLEVEL logic as it is with List::Util
13763              (more portable to older Perls)
13764              (2) regen the MD5 checksums with ...
13765              (3) ... the Mac OS Classic checksums generated via MacRoman
13766              (just a guess)
13767              (4) Keep the core Makefile.PL.
13768      Branch: perl
13769            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13770            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13771 ____________________________________________________________________________
13772 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
13773         Log: Upgrade to CPAN 1.71.
13774      Branch: perl
13775            ! lib/CPAN.pm
13776 ____________________________________________________________________________
13777 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
13778         Log: Upgrade to CGI.pm 2.97.
13779      Branch: perl
13780            ! lib/CGI.pm lib/CGI/Carp.pm
13781 ____________________________________________________________________________
13782 [ 19983] By: jhi                                   on 2003/07/04  12:28:01
13783         Log: perldelta tweak.
13784      Branch: maint-5.8/perl
13785            ! pod/perldelta.pod
13786 ____________________________________________________________________________
13787 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
13788         Log: No energy now to figure out what is wrong with $0
13789              (or ps) in Tru64.  The test works fine when run from
13790              command line.
13791      Branch: perl
13792            ! ext/threads/t/join.t
13793 ____________________________________________________________________________
13794 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
13795         Log: AUTHORS updates.
13796      Branch: perl
13797            ! AUTHORS
13798 ____________________________________________________________________________
13799 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
13800         Log: line_t is U32, not I32.
13801      Branch: perl
13802            ! bytecode.pl
13803 ____________________________________________________________________________
13804 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
13805         Log: Remove PL_earlytaint since the hash seed code
13806              can be delayed until perl_parse().
13807      Branch: perl
13808            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
13809            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
13810            ! plan9/plan9ish.h unixish.h vms/vmsish.h
13811 ____________________________________________________________________________
13812 [ 19978] By: jhi                                   on 2003/07/04  05:27:56
13813         Log: perldelta tweaks.
13814      Branch: maint-5.8/perl
13815            ! pod/perldelta.pod
13816 ____________________________________________________________________________
13817 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
13818         Log: $0 is pain.
13819      Branch: perl
13820            ! ext/threads/t/join.t
13821 ____________________________________________________________________________
13822 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
13823         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
13824              From: PPrymmer@factset.com
13825              Date: Thu, 3 Jul 2003 23:59:51 -0400
13826              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
13827      Branch: perl
13828            ! vms/vms.c vms/vmspipe.com
13829 ____________________________________________________________________________
13830 [ 19975] By: jhi                                   on 2003/07/03  21:39:48
13831         Log: Update Changes.
13832      Branch: maint-5.8/perl
13833            ! Changes patchlevel.h
13834 ____________________________________________________________________________
13835 [ 19974] By: jhi                                   on 2003/07/03  21:36:16
13836         Log: Integrate:
13837              [ 19971]
13838              Subject: [PATCH] t/op/magic.t on FreeBSD
13839              From: Slaven Rezic <slaven@rezic.de>
13840              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
13841              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
13842              
13843              [ 19972]
13844              Subject: [PATCH] installperl -n
13845              From: Slaven Rezic <slaven@rezic.de>
13846              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
13847              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
13848              
13849              [ 19973]
13850              Bump Time::HiRes version to 1.50.
13851      Branch: maint-5.8/perl
13852           !> ext/Time/HiRes/HiRes.pm installperl t/op/magic.t
13853 ____________________________________________________________________________
13854 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
13855         Log: Bump Time::HiRes version to 1.50.
13856      Branch: perl
13857            ! ext/Time/HiRes/HiRes.pm
13858 ____________________________________________________________________________
13859 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
13860         Log: Subject: [PATCH] installperl -n
13861              From: Slaven Rezic <slaven@rezic.de>
13862              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
13863              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
13864      Branch: perl
13865            ! installperl
13866 ____________________________________________________________________________
13867 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
13868         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
13869              From: Slaven Rezic <slaven@rezic.de>
13870              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
13871              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
13872      Branch: perl
13873            ! t/op/magic.t
13874 ____________________________________________________________________________
13875 [ 19970] By: jhi                                   on 2003/07/03  21:28:08
13876         Log: Integrate:
13877              [ 19969]
13878              Ask Schwern.
13879      Branch: maint-5.8/perl
13880            - Porting/Modules
13881           !> AUTHORS MANIFEST
13882 ____________________________________________________________________________
13883 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
13884         Log: Ask Schwern.
13885      Branch: perl
13886            - Porting/Modules
13887            ! AUTHORS MANIFEST
13888 ____________________________________________________________________________
13889 [ 19968] By: jhi                                   on 2003/07/03  19:17:29
13890         Log: Integrate:
13891              [ 19957]
13892              Subject: Re: randomly untainting?
13893              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13894              Date: Thu, 3 Jul 2003 14:58:18 +0200
13895              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
13896              (plus extra debug printing)
13897              
13898              [ 19958]
13899              Regen Configure, Glossary, et alia.
13900              
13901              [ 19959]
13902              Regen perltoc.
13903              
13904              [ 19960]
13905              perldelta tweaks.
13906              
13907              [ 19961]
13908              Extra light testing for the UTF-8 cache
13909              (that it isn't broken, not that it helps).
13910              
13911              [ 19962]
13912              Add at least meager beginnings of assertion checks for
13913              the UTF-8 length/pos cache.  It's not as full as I would
13914              like since the exact behaviour of the second half of the
13915              cache, used in substr(), eludes me right now.
13916              
13917              [ 19963]
13918              Revert #19957 as requested by Rafael.
13919              
13920              [ 19964]
13921              Subject: Re: randomly untainting?
13922              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13923              Date: Thu, 3 Jul 2003 17:35:09 +0200
13924              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
13925              
13926              [ 19965]
13927              Subject: [PATCH] Win32: fix WM_TIMER handling
13928              From: Mattia Barbon <mbarbon@dsi.unive.it>
13929              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
13930              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
13931              
13932              [ 19966]
13933              Subject: Re: [PATCH] Bring Time::Local to 1.07
13934              From: Dave Rolsky <autarch@urth.org>
13935              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
13936              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
13937              
13938              [ 19967]
13939              Add autarch and Time::Local to Modules.
13940      Branch: maint-5.8/perl
13941           !> Porting/Modules ext/List/Util/t/tainted.t lib/Time/Local.pm
13942           !> sv.c t/TestInit.pm t/op/length.t win32/win32.c
13943 ____________________________________________________________________________
13944 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
13945         Log: Add autarch and Time::Local to Modules.
13946      Branch: perl
13947            ! Porting/Modules
13948 ____________________________________________________________________________
13949 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
13950         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
13951              From: Dave Rolsky <autarch@urth.org>
13952              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
13953              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
13954      Branch: perl
13955            ! lib/Time/Local.pm
13956 ____________________________________________________________________________
13957 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
13958         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
13959              From: Mattia Barbon <mbarbon@dsi.unive.it>
13960              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
13961              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
13962      Branch: perl
13963            ! win32/win32.c
13964 ____________________________________________________________________________
13965 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
13966         Log: Subject: Re: randomly untainting?
13967              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13968              Date: Thu, 3 Jul 2003 17:35:09 +0200
13969              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
13970      Branch: perl
13971            ! t/TestInit.pm
13972 ____________________________________________________________________________
13973 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
13974         Log: Revert #19957 as requested by Rafael.
13975      Branch: perl
13976            ! ext/List/Util/t/tainted.t
13977 ____________________________________________________________________________
13978 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
13979         Log: Add at least meager beginnings of assertion checks for
13980              the UTF-8 length/pos cache.  It's not as full as I would
13981              like since the exact behaviour of the second half of the
13982              cache, used in substr(), eludes me right now.
13983      Branch: perl
13984            ! sv.c
13985 ____________________________________________________________________________
13986 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
13987         Log: Extra light testing for the UTF-8 cache
13988              (that it isn't broken, not that it helps).
13989      Branch: perl
13990            ! t/op/length.t
13991 ____________________________________________________________________________
13992 [ 19960] By: jhi                                   on 2003/07/03  13:43:42
13993         Log: perldelta tweaks.
13994      Branch: maint-5.8/perl
13995            ! pod/perldelta.pod
13996 ____________________________________________________________________________
13997 [ 19959] By: jhi                                   on 2003/07/03  13:36:50
13998         Log: Regen perltoc.
13999      Branch: maint-5.8/perl
14000            ! pod/perltoc.pod
14001 ____________________________________________________________________________
14002 [ 19958] By: jhi                                   on 2003/07/03  13:27:12
14003         Log: Regen Configure, Glossary, et alia.
14004      Branch: maint-5.8/perl
14005            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14006 ____________________________________________________________________________
14007 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
14008         Log: Subject: Re: randomly untainting?
14009              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14010              Date: Thu, 3 Jul 2003 14:58:18 +0200
14011              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
14012              (plus extra debug printing)
14013      Branch: perl
14014            ! ext/List/Util/t/tainted.t
14015 ____________________________________________________________________________
14016 [ 19956] By: jhi                                   on 2003/07/03  11:31:55
14017         Log: Update Changes.
14018      Branch: maint-5.8/perl
14019            ! Changes patchlevel.h
14020 ____________________________________________________________________________
14021 [ 19955] By: jhi                                   on 2003/07/03  11:26:56
14022         Log: Integrate:
14023              [ 19952]
14024              Tiny tweak to perlartistic from Robin Barker.
14025              
14026              [ 19954]
14027              Subject: Re: maint @ 19923
14028              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
14029              Date: Thu, 3 Jul 2003 15:57:55 +0400
14030              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
14031              (WinCE update)
14032      Branch: maint-5.8/perl
14033           !> pod/perlartistic.pod wince/Makefile.ce wince/wince.c
14034 ____________________________________________________________________________
14035 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
14036         Log: Subject: Re: maint @ 19923
14037              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
14038              Date: Thu, 3 Jul 2003 15:57:55 +0400
14039              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
14040      Branch: perl
14041            ! wince/Makefile.ce wince/wince.c
14042 ____________________________________________________________________________
14043 [ 19953] By: jhi                                   on 2003/07/03  11:08:58
14044         Log: Tiny tweak to maint perldelta from Robin Barker.
14045      Branch: maint-5.8/perl
14046            ! pod/perldelta.pod
14047 ____________________________________________________________________________
14048 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
14049         Log: Tiny tweak to perlartistic from Robin Barker.
14050      Branch: perl
14051            ! pod/perlartistic.pod
14052 ____________________________________________________________________________
14053 [ 19951] By: jhi                                   on 2003/07/03  08:47:35
14054         Log: Integrate:
14055              (most of #18302 was already part of #18791)
14056              [ 18302]
14057              Subject: Proper fix for CvOUTSIDE weak refcounting
14058              From: Dave Mitchell <davem@fdgroup.com>
14059              Date: Tue, 10 Dec 2002 01:26:44 +0000
14060              Message-ID: <20021210012644.A7843@fdgroup.com>
14061              
14062              [ 19924]
14063              Fix from Enache Adrian for the magic.t failure in
14064              FreeBSD: setproctitle() cannot get rid of the " (perl)".
14065              
14066              [ 19925]
14067              FreeBSD $0 dance.
14068              
14069              [ 19926]
14070              Getting the whitespace right.
14071              
14072              [ 19927]
14073              ...and getting the comma right, too.
14074              
14075              [ 19928]
14076              Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
14077              
14078              [ 19929]
14079              Better links.
14080              
14081              [ 19930]
14082              Let the perldelta iteration begin.
14083              
14084              [ 19931]
14085              Fix for [perl #22759 insufficient format string checking];
14086              using ewix makes no sense, assuming evix was intended,
14087              no old tests fail; add the test case.
14088              
14089              [ 19932]
14090              Subject: Re: maint @ 19923
14091              From: Jim Cromie <jcromie@divsol.com>
14092              Date: Wed, 02 Jul 2003 05:35:06 -0600
14093              Message-ID: <3F02C36A.9030704@divsol.com>
14094              
14095              [ 19933]
14096              Subject: Re: maint @ 19923
14097              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
14098              Date: Wed, 2 Jul 2003 11:43:05 -0400
14099              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
14100              
14101              [ 19934]
14102              Subject: [PATCH] line numbers are given % 64k
14103              From: James Jurach <muaddib@erf.net>
14104              Date: Wed, 2 Jul 2003 13:31:05 -0500
14105              Message-ID: <20030702183105.GA4837@lebowski>
14106              
14107              [ 19935]
14108              It would seem that in Linux 2.2 there is no way
14109              we can do the right thing to make ps(1) see $0
14110              our way.  Also amend the $0 documentation a bit.
14111              
14112              [ 19936]
14113              Subject: Re: perldelta for 5.8.1
14114              From: Dave Mitchell <davem@fdgroup.com>
14115              Date: Wed, 2 Jul 2003 17:46:32 +0100
14116              Message-ID: <20030702164632.GE2137@fdgroup.com>
14117              
14118              [ 19937]
14119              Decomplexing by Jim Cromie.
14120              
14121              [ 19938]
14122              Subject: Perldelta 5.8.1 typos
14123              From: Simon Glover <scog@amnh.org>
14124              Date: Wed, 2 Jul 2003 13:42:58 -0400 (EDT)
14125              Message-ID: <Pine.GSO.4.43.0307021341020.8877-100000@egg.amnh.org>
14126              
14127              [ 19939]
14128              Subject: [PATCH] various Deparse fixes
14129              From: Dave Mitchell <davem@fdgroup.com>
14130              Date: Wed, 2 Jul 2003 18:10:45 +0100
14131              Message-ID: <20030702171045.GF2137@fdgroup.com>
14132              
14133              [ 19940]
14134              Skip a socketpair test on SCO OSR
14135              
14136              [ 19941]
14137              Minor test adjustments :
14138              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
14139              - prototypes added to some public functions in t/test.pl,
14140              as suggested by Enache Adrian
14141              
14142              [ 19942]
14143              Nicer options for Porting/Modules.
14144              
14145              [ 19943]
14146              Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
14147              From: Dave Mitchell <davem@fdgroup.com>
14148              Date: Thu, 3 Jul 2003 01:32:11 +0100
14149              Message-ID: <20030703003211.GB3747@fdgroup.com>
14150              
14151              [ 19944]
14152              Subject: [PATCH] "without parens" vs "without parentheses"
14153              From: Iain Truskett <spoon@cpan.org>
14154              Date: Thu, 3 Jul 2003 12:40:42 +1000
14155              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
14156              
14157              [ 19945]
14158              Subject: Re: perldelta for 5.8.1
14159              From: Nicholas Clark <nick@unfortu.net>
14160              Date: Wed, 2 Jul 2003 23:08:26 +0100
14161              Message-ID: <20030702220825.GA558@Bagpuss.unfortu.net>
14162              
14163              [ 19946]
14164              Pod::LaTeX has been updated (from tjenness).
14165              
14166              [ 19947]
14167              Apply Schwern's suggested warning code from
14168              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}   
14169              
14170              [ 19948]
14171              Underline the fact that XSLoader is not DynaLoader
14172              ([perl #21974] dl_load_flags not honored by XSLoader)
14173              
14174              [ 19949]
14175              No fancy binmode() if no perlio.
14176              
14177              [ 19950]
14178              Mention Modules in AUTHORS.
14179      Branch: maint-5.8/perl
14180           !> (integrate 41 files)
14181 ____________________________________________________________________________
14182 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
14183         Log: Mention Modules in AUTHORS.
14184      Branch: perl
14185            ! AUTHORS
14186 ____________________________________________________________________________
14187 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
14188         Log: No fancy binmode() if no perlio.
14189      Branch: perl
14190            ! ext/IO/lib/IO/t/io_sock.t
14191 ____________________________________________________________________________
14192 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
14193         Log: Underline the fact that XSLoader is not DynaLoader
14194              ([perl #21974] dl_load_flags not honored by XSLoader)
14195      Branch: perl
14196            ! ext/DynaLoader/XSLoader_pm.PL
14197 ____________________________________________________________________________
14198 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
14199         Log: Apply Schwern's suggested warning code from
14200              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}   
14201      Branch: perl
14202            ! lib/Test/Harness/Straps.pm
14203 ____________________________________________________________________________
14204 [ 19946] By: jhi                                   on 2003/07/03  06:33:04
14205         Log: Pod::LaTeX has been updated (from tjenness).
14206      Branch: maint-5.8/perl
14207            ! pod/perldelta.pod
14208 ____________________________________________________________________________
14209 [ 19945] By: jhi                                   on 2003/07/03  06:32:10
14210         Log: Subject: Re: perldelta for 5.8.1
14211              From: Nicholas Clark <nick@unfortu.net>
14212              Date: Wed, 2 Jul 2003 23:08:26 +0100
14213              Message-ID: <20030702220825.GA558@Bagpuss.unfortu.net>
14214      Branch: maint-5.8/perl
14215            ! pod/perldelta.pod
14216 ____________________________________________________________________________
14217 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
14218         Log: Subject: [PATCH] "without parens" vs "without parentheses"
14219              From: Iain Truskett <spoon@cpan.org>
14220              Date: Thu, 3 Jul 2003 12:40:42 +1000
14221              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
14222      Branch: perl
14223            ! t/lib/warnings/toke toke.c
14224 ____________________________________________________________________________
14225 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
14226         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
14227              From: Dave Mitchell <davem@fdgroup.com>
14228              Date: Thu, 3 Jul 2003 01:32:11 +0100
14229              Message-ID: <20030703003211.GB3747@fdgroup.com>
14230      Branch: perl
14231            ! mg.c sv.c
14232 ____________________________________________________________________________
14233 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
14234         Log: Nicer options for Porting/Modules.
14235      Branch: perl
14236            ! MANIFEST Porting/Modules
14237 ____________________________________________________________________________
14238 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
14239         Log: Minor test adjustments :
14240              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
14241              - prototypes added to some public functions in t/test.pl,
14242              as suggested by Enache Adrian
14243      Branch: perl
14244            ! t/op/concat.t t/test.pl
14245 ____________________________________________________________________________
14246 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
14247         Log: Skip a socketpair test on SCO OSR
14248      Branch: perl
14249            ! ext/Socket/socketpair.t
14250 ____________________________________________________________________________
14251 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
14252         Log: Subject: [PATCH] various Deparse fixes
14253              From: Dave Mitchell <davem@fdgroup.com>
14254              Date: Wed, 2 Jul 2003 18:10:45 +0100
14255              Message-ID: <20030702171045.GF2137@fdgroup.com>
14256      Branch: perl
14257            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
14258            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
14259 ____________________________________________________________________________
14260 [ 19938] By: jhi                                   on 2003/07/02  20:07:12
14261         Log: Subject: Perldelta 5.8.1 typos
14262              From: Simon Glover <scog@amnh.org>
14263              Date: Wed, 2 Jul 2003 13:42:58 -0400 (EDT)
14264              Message-ID: <Pine.GSO.4.43.0307021341020.8877-100000@egg.amnh.org>
14265      Branch: maint-5.8/perl
14266            ! pod/perldelta.pod
14267 ____________________________________________________________________________
14268 [ 19937] By: jhi                                   on 2003/07/02  20:06:17
14269         Log: Decomplexing by Jim Cromie.
14270      Branch: maint-5.8/perl
14271            ! pod/perldelta.pod
14272 ____________________________________________________________________________
14273 [ 19936] By: jhi                                   on 2003/07/02  20:04:39
14274         Log: Subject: Re: perldelta for 5.8.1
14275              From: Dave Mitchell <davem@fdgroup.com>
14276              Date: Wed, 2 Jul 2003 17:46:32 +0100
14277              Message-ID: <20030702164632.GE2137@fdgroup.com>
14278      Branch: maint-5.8/perl
14279            ! pod/perldelta.pod
14280 ____________________________________________________________________________
14281 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
14282         Log: It would seem that in Linux 2.2 there is no way
14283              we can do the right thing to make ps(1) see $0
14284              our way.  Also amend the $0 documentation a bit.
14285      Branch: perl
14286            ! pod/perlvar.pod t/op/magic.t
14287 ____________________________________________________________________________
14288 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
14289         Log: Subject: [PATCH] line numbers are given % 64k
14290              From: James Jurach <muaddib@erf.net>
14291              Date: Wed, 2 Jul 2003 13:31:05 -0500
14292              Message-ID: <20030702183105.GA4837@lebowski>
14293      Branch: perl
14294            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
14295            ! handy.h pp_ctl.c scope.h
14296 ____________________________________________________________________________
14297 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
14298         Log: Subject: Re: maint @ 19923
14299              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
14300              Date: Wed, 2 Jul 2003 11:43:05 -0400
14301              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
14302      Branch: perl
14303            ! pod/perlfunc.pod
14304 ____________________________________________________________________________
14305 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
14306         Log: Subject: Re: maint @ 19923
14307              From: Jim Cromie <jcromie@divsol.com>
14308              Date: Wed, 02 Jul 2003 05:35:06 -0600
14309              Message-ID: <3F02C36A.9030704@divsol.com>
14310      Branch: perl
14311            ! pod/perlfunc.pod
14312 ____________________________________________________________________________
14313 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
14314         Log: Fix for [perl #22759 insufficient format string checking];
14315              using ewix makes no sense, assuming evix was intended,
14316              no old tests fail; add the test case.
14317      Branch: perl
14318            ! sv.c t/op/sprintf.t
14319 ____________________________________________________________________________
14320 [ 19930] By: jhi                                   on 2003/07/02  11:28:02
14321         Log: Let the perldelta iteration begin.
14322      Branch: maint-5.8/perl
14323            ! pod/perldelta.pod
14324 ____________________________________________________________________________
14325 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
14326         Log: Better links.
14327      Branch: perl
14328            ! pod/perlipc.pod pod/perlrun.pod
14329 ____________________________________________________________________________
14330 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
14331         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
14332      Branch: perl
14333            ! hints/darwin.sh
14334 ____________________________________________________________________________
14335 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
14336         Log: ...and getting the comma right, too.
14337      Branch: perl
14338            ! t/op/magic.t
14339 ____________________________________________________________________________
14340 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
14341         Log: Getting the whitespace right.
14342      Branch: perl
14343            ! t/op/magic.t
14344 ____________________________________________________________________________
14345 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
14346         Log: FreeBSD $0 dance.
14347      Branch: perl
14348            ! pod/perlvar.pod t/op/magic.t
14349 ____________________________________________________________________________
14350 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
14351         Log: Fix from Enache Adrian for the magic.t failure in
14352              FreeBSD: setproctitle() cannot get rid of the " (perl)".
14353      Branch: perl
14354            ! t/op/magic.t
14355 ____________________________________________________________________________
14356 [ 19923] By: jhi                                   on 2003/07/02  05:51:32
14357         Log: Update Changes.
14358      Branch: maint-5.8/perl
14359            ! Changes patchlevel.h
14360 ____________________________________________________________________________
14361 [ 19922] By: jhi                                   on 2003/07/02  05:43:27
14362         Log: Integrate:
14363              [ 19920]
14364              Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
14365              The latest releases of NetBSD don't require the hack.  From
14366              Johnny Lam.            
14367              
14368              [ 19921]
14369              VMS: with this, 100% make test in Compaq C V6.5-001
14370              on OpenVMS Alpha V7.3-1, from Craig Berry.
14371      Branch: maint-5.8/perl
14372           !> configure.com ext/Devel/DProf/DProf.t hints/netbsd.sh
14373           !> t/op/magic.t
14374 ____________________________________________________________________________
14375 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
14376         Log: VMS: with this, 100% make test in Compaq C V6.5-001
14377              on OpenVMS Alpha V7.3-1, from Craig Berry.
14378      Branch: perl
14379            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
14380 ____________________________________________________________________________
14381 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
14382         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
14383              The latest releases of NetBSD don't require the hack.  From
14384              Johnny Lam.            
14385      Branch: perl
14386            ! hints/netbsd.sh
14387 ____________________________________________________________________________
14388 [ 19919] By: jhi                                   on 2003/07/01  21:28:15
14389         Log: Integrate:
14390              [ 19896]
14391              Integrate #19892, #19895 from perlio to compile and avoid
14392              crashing on Win32.
14393              
14394              [ 19897]
14395              Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
14396              From: Alan Burlison <Alan.Burlison@sun.com>
14397              Date: Tue, 01 Jul 2003 00:03:24 +0100
14398              Message-ID: <3F00C1BC.3020103@sun.com>
14399              
14400              [ 19898]
14401              Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
14402              
14403              [ 19899]
14404              More nanosleep removal.
14405              
14406              [ 19900]
14407              Regen Configure.
14408              
14409              [ 19902]
14410              Regen Glossary et al.
14411              
14412              [ 19903]
14413              Switch on PERL_IMPLICIT_SYS, not on Win32.
14414              
14415              [ 19906]
14416              Do the "aligned contiguous" check only if the arguments
14417              look like aligned; re-introduce the "traditional contiguous"
14418              checks with OS/2 special quirks and all.
14419              
14420              [ 19910]
14421              Integrate from perlio:
14422              [ 19909]
14423              binmode() should affect IoOFP() as well as IoIFP() if it is
14424              distinct (e.g. sockets).
14425              
14426              [ 19911]
14427              Tweak an existing IO test to test also the change #19910.
14428              
14429              [ 19912]
14430              One more test (does binmode()ing a socket succeed)
14431              and add -w.
14432              
14433              [ 19913]
14434              Even more :utf8 socket testing, now in both directions.
14435              
14436              [ 19914]
14437              A naked values() caused shuffling of lib/Config.pm,
14438              which in turn caused unnecessary rebuilds.
14439              
14440              [ 19915]
14441              Upgrade to Unicode::Normalize 0.23.
14442              
14443              [ 19916]
14444              Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
14445              From: Enache Adrian <enache@rdslink.ro>
14446              Date: Tue, 1 Jul 2003 19:51:25 +0300
14447              Message-ID: <20030701165125.GA1521@ratsnest.hole>
14448              
14449              [ 19917]
14450              Subject: [PATCH] long C<=item>s in pod/perlunicode.pod 
14451              From: Robin Barker <Robin.Barker@npl.co.uk>
14452              Date: Tue, 1 Jul 2003 18:21:34 +0100 
14453              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
14454              
14455              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
14456              From: Robin Barker <Robin.Barker@npl.co.uk>
14457              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
14458              Date: Tue, 1 Jul 2003 18:25:17 +0100 
14459              
14460              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
14461              From: Robin Barker <Robin.Barker@npl.co.uk>
14462              Date: Tue, 1 Jul 2003 18:29:09 +0100 
14463              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
14464              
14465              [ 19918]
14466              Add a new utility, Porting/Modules.
14467      Branch: maint-5.8/perl
14468           +> Porting/Modules ext/Time/HiRes/hints/dec_osf.pl
14469            ! Configure config_h.SH
14470           !> (integrate 39 files)
14471 ____________________________________________________________________________
14472 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
14473         Log: Add a new utility, Porting/Modules.
14474      Branch: perl
14475            + Porting/Modules
14476            ! MANIFEST
14477 ____________________________________________________________________________
14478 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
14479         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod 
14480              From: Robin Barker <Robin.Barker@npl.co.uk>
14481              Date: Tue, 1 Jul 2003 18:21:34 +0100 
14482              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
14483              
14484              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
14485              From: Robin Barker <Robin.Barker@npl.co.uk>
14486              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
14487              Date: Tue, 1 Jul 2003 18:25:17 +0100 
14488              
14489              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
14490              From: Robin Barker <Robin.Barker@npl.co.uk>
14491              Date: Tue, 1 Jul 2003 18:29:09 +0100 
14492              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
14493      Branch: perl
14494            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
14495 ____________________________________________________________________________
14496 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
14497         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
14498              From: Enache Adrian <enache@rdslink.ro>
14499              Date: Tue, 1 Jul 2003 19:51:25 +0300
14500              Message-ID: <20030701165125.GA1521@ratsnest.hole>
14501      Branch: perl
14502            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
14503            ! ext/B/typemap t/op/magic.t
14504 ____________________________________________________________________________
14505 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
14506         Log: Upgrade to Unicode::Normalize 0.23.
14507      Branch: perl
14508            ! ext/Unicode/Normalize/Changes
14509            ! ext/Unicode/Normalize/Normalize.pm
14510            ! ext/Unicode/Normalize/Normalize.xs
14511 ____________________________________________________________________________
14512 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
14513         Log: A naked values() caused shuffling of lib/Config.pm,
14514              which in turn caused unnecessary rebuilds.
14515      Branch: perl
14516            ! configpm
14517 ____________________________________________________________________________
14518 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
14519         Log: Even more :utf8 socket testing, now in both directions.
14520      Branch: perl
14521            ! ext/IO/lib/IO/t/io_sock.t
14522 ____________________________________________________________________________
14523 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
14524         Log: One more test (does binmode()ing a socket succeed)
14525              and add -w.
14526      Branch: perl
14527            ! ext/IO/lib/IO/t/io_sock.t
14528 ____________________________________________________________________________
14529 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
14530         Log: Tweak an existing IO test to test also the change #19910.
14531      Branch: perl
14532            ! ext/IO/lib/IO/t/io_sock.t
14533 ____________________________________________________________________________
14534 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
14535         Log: Integrate from perlio:
14536              [ 19909]
14537              binmode() should affect IoOFP() as well as IoIFP() if it is
14538              distinct (e.g. sockets).
14539      Branch: perl
14540           !> pp_sys.c
14541 ____________________________________________________________________________
14542 [ 19909] By: nick                                  on 2003/07/01  10:50:25
14543         Log: binmode() should affect IoOFP() as well as IoIFP() if it is
14544              distinct (e.g. sockets).
14545      Branch: perlio
14546            ! pp_sys.c
14547 ____________________________________________________________________________
14548 [ 19908] By: nick                                  on 2003/07/01  08:38:20
14549         Log: regen_config_h
14550      Branch: perlio
14551            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14552            ! win32/makefile.mk
14553 ____________________________________________________________________________
14554 [ 19907] By: nick                                  on 2003/07/01  08:27:22
14555         Log: Integrate mainline (untested)
14556      Branch: perlio
14557           +> ext/Time/HiRes/hints/dec_osf.pl
14558            ! t/op/sysio-compat.t
14559           !> Configure Cross/config.sh-arm-linux MANIFEST
14560           !> NetWare/config_H.wc Porting/Glossary Porting/config.sh
14561           !> Porting/config_H epoc/config.sh ext/Time/HiRes/HiRes.xs
14562           !> ext/Time/HiRes/Makefile.PL ext/Time/HiRes/hints/sco.pl
14563           !> hints/vos.sh perl.c win32/config.gc win32/config.vc
14564           !> win32/config.vc64 win32/config_H.bc win32/config_H.gc
14565           !> win32/config_H.vc win32/config_H.vc64 wince/config.ce
14566           !> wince/config_H.ce
14567 ____________________________________________________________________________
14568 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
14569         Log: Do the "aligned contiguous" check only if the arguments
14570              look like aligned; re-introduce the "traditional contiguous"
14571              checks with OS/2 special quirks and all.
14572      Branch: perl
14573            ! perl.c
14574 ____________________________________________________________________________
14575 [ 19905] By: nick                                  on 2003/07/01  06:57:13
14576         Log: dmake regen_config_h
14577      Branch: perlio
14578            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14579 ____________________________________________________________________________
14580 [ 19904] By: nick                                  on 2003/07/01  06:48:32
14581         Log: Integrate Mainline
14582      Branch: perlio
14583           !> Configure Makefile.SH config_h.SH configure.com
14584           !> hints/solaris_2.sh perl.h uconfig.h uconfig.sh
14585 ____________________________________________________________________________
14586 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
14587         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
14588      Branch: perl
14589            ! perl.c
14590 ____________________________________________________________________________
14591 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
14592         Log: Regen Glossary et al.
14593      Branch: perl
14594            ! Porting/Glossary Porting/config.sh Porting/config_H
14595 ____________________________________________________________________________
14596 [ 19901] By: jhi                                   on 2003/07/01  05:59:04
14597         Log: metaconfig unit change for #19900.
14598      Branch: metaconfig
14599            ! U/modified/Myinit.U
14600 ____________________________________________________________________________
14601 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
14602         Log: Regen Configure.
14603      Branch: perl
14604            ! Configure
14605 ____________________________________________________________________________
14606 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
14607         Log: More nanosleep removal.
14608      Branch: perl
14609            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
14610            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
14611            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14612            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
14613 ____________________________________________________________________________
14614 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
14615         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
14616      Branch: perl
14617            + ext/Time/HiRes/hints/dec_osf.pl
14618            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14619            ! ext/Time/HiRes/hints/sco.pl
14620 ____________________________________________________________________________
14621 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
14622         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
14623              From: Alan Burlison <Alan.Burlison@sun.com>
14624              Date: Tue, 01 Jul 2003 00:03:24 +0100
14625              Message-ID: <3F00C1BC.3020103@sun.com>
14626      Branch: perl
14627            ! Configure Makefile.SH config_h.SH configure.com
14628            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
14629 ____________________________________________________________________________
14630 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
14631         Log: Integrate #19892, #19895 from perlio to compile and avoid
14632              crashing on Win32.
14633      Branch: perl
14634           !> perl.c
14635 ____________________________________________________________________________
14636 [ 19895] By: nick                                  on 2003/06/30  14:24:57
14637         Log: Win32 hack for doing_taint()
14638      Branch: perlio
14639            ! perl.c
14640 ____________________________________________________________________________
14641 [ 19894] By: nick                                  on 2003/06/30  12:31:51
14642         Log: Integrate mainline
14643      Branch: perlio
14644           !> (integrate 37 files)
14645 ____________________________________________________________________________
14646 [ 19893] By: jhi                                   on 2003/06/30  09:46:21
14647         Log: Update Changes.
14648      Branch: maint-5.8/perl
14649            ! Changes patchlevel.h
14650 ____________________________________________________________________________
14651 [ 19892] By: nick                                  on 2003/06/30  09:42:22
14652         Log: "Missing" dTHX for Win32's re-direction of getuid etc.
14653      Branch: perlio
14654            ! perl.c
14655 ____________________________________________________________________________
14656 [ 19891] By: jhi                                   on 2003/06/30  09:39:29
14657         Log: Integrate:
14658              [ 19857]
14659              Regen Changes.
14660              
14661              [ 19858]
14662              perlhack update, by Steve Grazzini
14663              about macro support in gdb and gcc.
14664              
14665              [ 19859]
14666              Hash/Util.t and Encode/t/Aliases.t seem to be having
14667              random failures.  To make these easier to reproduce,
14668              add a variable, PERL_HASH_SEED_DEBUG, to display the
14669              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
14670              of 82972356 makes the first one to fail.
14671              
14672              [ 19860]
14673              Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
14674              From: Tim Bunce <Tim.Bunce@pobox.com>
14675              Date: Thu, 26 Jun 2003 10:53:22 +0100
14676              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
14677              
14678              [ 19861]
14679              Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
14680              if tainting-- but is this a good thing or a bad thing?
14681              (At least it makes debugging lib/Hash/Util.t harder,
14682              since it has, for no apparent good reason, -T: one must
14683              make a copy of it without the -T.)
14684              
14685              [ 19862]
14686              Make doing_taint() always available (though not
14687              part of the public API).
14688              
14689              [ 19863]
14690              Introduce (global) variable PL_earlytaint which
14691              is set very early in main(), before perl_parse()
14692              has been called and PL_tainting (or PL_taint_warn)
14693              might have been set.
14694              
14695              [ 19864]
14696              Use the PL_earlytaint.  (PL_earlytaint is a global,
14697              not per-interp, since perl_construct() is not passed
14698              the argc, argv, and therefore it can't set the per-interp
14699              PL_tainting.)
14700              
14701              [ 19865]
14702              atoi() doesn't cut the mustard if the PERL_HASH_SEED
14703              is larger than INT_MAX (atoi() returns -1 in that case).
14704              
14705              [ 19866]
14706              Some warnings about the (im)proper uses of the hash randomisation.
14707              
14708              [ 19867]
14709              The two-for-loops is no more a valid way to walk through
14710              a hash (this was the reason the Hash/Util.t intermittently
14711              failed, the two-loop didn't find all the SVs of the HV).
14712              
14713              [ 19868]
14714              Integrate mainline
14715              
14716              [ 19869]
14717              Fix test count, by Abe Timmerman.
14718              
14719              [ 19870]
14720              Two debugging patches.
14721              The first allows to hold symbolic switches in $^D
14722              and more generally fixes assignment to $^D. The
14723              second one improves the information given by -Dl.
14724              
14725              Subject: [PATCH] allow $^D = "flags"
14726              From: Dave Mitchell <davem@fdgroup.com>
14727              Date: Fri, 27 Jun 2003 22:26:24 +0100
14728              Message-ID: <20030627212624.GB12887@fdgroup.com>
14729              
14730              Subject: [PATCH] make -Dl show more scope info
14731              From: Dave Mitchell <davem@fdgroup.com>
14732              Date: Fri, 27 Jun 2003 23:00:36 +0100
14733              Message-ID: <20030627220036.GC12887@fdgroup.com>
14734              
14735              [ 19871]
14736              Subject: [Encode] pre-1.97 patches
14737              From: Dan Kogai <dankogai@dan.co.jp>
14738              Date: Sat, 28 Jun 2003 01:20:59 +0900
14739              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
14740              
14741              [ 19872]
14742              Some clarification about the current semantics of CHECK and
14743              INIT blocks. See bug [perl #22826].
14744              
14745              [ 19873]
14746              Using $1 without testing success of the regexp, bad.
14747              
14748              [ 19874]
14749              Retract #19867; the bug was really much simpler:
14750              the < max must be <= max instead.
14751              
14752              [ 19875]
14753              Duh.
14754              
14755              [ 19876]
14756              Subject: Re: your malloc patches
14757              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
14758              Date: Fri, 27 Jun 2003 06:54:06 -0700
14759              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
14760              
14761              More malloc patches: now they seem to work even in Tru64.
14762              
14763              [ 19877]
14764              The #19842 is no more needed thanks to #19876,
14765              and the #19842 was wrong anyway (it affected
14766              only the threaded case.)
14767              
14768              [ 19878]
14769              Move the PL_earlytaint initialization to the PERL_SYS_INIT()
14770              as per suggestion from Sarathy.
14771              
14772              [ 19879]
14773              Another spot where a zero $test{$max} can make things go boom.
14774              
14775              [ 19880]
14776              argc, argv.
14777              
14778              [ 19881]
14779              More coffee...
14780              
14781              [ 19882]
14782              Perl_doing_taint must be public, for programs that embed perl
14783              
14784              [ 19883]
14785              More on the macro debugging and expansion.
14786              
14787              [ 19884]
14788              The joy of $0.  Undoing the #16399 makes Andreas'
14789              tests (see [perl #22811]) pass (yes, padding with space    instead
14790              of nul makes no sense, but that seems to work, maybe Linux does
14791              some deep magic in ps(1)?); moving the PL_origalen computation
14792              earlier makes also the threaded-first case fully pass.
14793              
14794              But in general modifying the argv[] is very non-portable.
14795              (e.g. in Tru64 it seems to be limited to the size of the
14796              original argv[0] since the argv[] are not contiguous?)
14797              
14798              Everybody should just have setproctitle().
14799              
14800              [ 19885]
14801              Fix a faulty alias.
14802              
14803              [ 19886]
14804              Misc Pod Nits.
14805              
14806              [ 19887]
14807              $0 test tweaks from Andreas.
14808              
14809              [ 19888]
14810              $0 doc tweakage.
14811              
14812              [ 19889]
14813              The 'contiguous' test for argv[], envp[] was bogus
14814              since those need not be in memory end-to-end, e.g.
14815              in Tru64 they are aligned by eight.  Loosen the test
14816              so that 'contiguousness' is fulfilled if the elements
14817              are within PTRSIZE alignment.  This makes Tru64 to pass
14818              the join.t, too.
14819              
14820              [ 19890]
14821              int is not UV.
14822      Branch: maint-5.8/perl
14823           !> (integrate 39 files)
14824 ____________________________________________________________________________
14825 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
14826         Log: int is not UV.
14827      Branch: perl
14828            ! perl.c
14829 ____________________________________________________________________________
14830 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
14831         Log: The 'contiguous' test for argv[], envp[] was bogus
14832              since those need not be in memory end-to-end, e.g.
14833              in Tru64 they are aligned by eight.  Loosen the test
14834              so that 'contiguousness' is fulfilled if the elements
14835              are within PTRSIZE alignment.  This makes Tru64 to pass
14836              the join.t, too.
14837      Branch: perl
14838            ! ext/threads/t/join.t mg.c perl.c
14839 ____________________________________________________________________________
14840 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
14841         Log: $0 doc tweakage.
14842      Branch: perl
14843            ! pod/perlvar.pod
14844 ____________________________________________________________________________
14845 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
14846         Log: $0 test tweaks from Andreas.
14847      Branch: perl
14848            ! ext/threads/t/join.t t/op/magic.t
14849 ____________________________________________________________________________
14850 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
14851         Log: Misc Pod Nits.
14852      Branch: perl
14853            ! ext/B/B.pm pod/perlrun.pod
14854 ____________________________________________________________________________
14855 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
14856         Log: Fix a faulty alias.
14857      Branch: perl
14858            ! ext/Encode/lib/Encode/Alias.pm
14859 ____________________________________________________________________________
14860 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
14861         Log: The joy of $0.  Undoing the #16399 makes Andreas'
14862              tests (see [perl #22811]) pass (yes, padding with space    instead
14863              of nul makes no sense, but that seems to work, maybe Linux does
14864              some deep magic in ps(1)?); moving the PL_origalen computation
14865              earlier makes also the threaded-first case fully pass.
14866              
14867              But in general modifying the argv[] is very non-portable.
14868              (e.g. in Tru64 it seems to be limited to the size of the
14869              original argv[0] since the argv[] are not contiguous?)
14870              
14871              Everybody should just have setproctitle().
14872      Branch: perl
14873            ! mg.c perl.c pod/perlvar.pod
14874 ____________________________________________________________________________
14875 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
14876         Log: More on the macro debugging and expansion.
14877      Branch: perl
14878            ! pod/perlhack.pod
14879 ____________________________________________________________________________
14880 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
14881         Log: Perl_doing_taint must be public, for programs that embed perl
14882      Branch: perl
14883            ! embed.fnc embed.h global.sym
14884 ____________________________________________________________________________
14885 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
14886         Log: More coffee...
14887      Branch: perl
14888            ! lib/Test/Harness.pm
14889 ____________________________________________________________________________
14890 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
14891         Log: argc, argv.
14892      Branch: perl
14893            ! perl.h
14894 ____________________________________________________________________________
14895 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
14896         Log: Another spot where a zero $test{$max} can make things go boom.
14897      Branch: perl
14898            ! lib/Test/Harness.pm
14899 ____________________________________________________________________________
14900 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
14901         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
14902              as per suggestion from Sarathy.
14903      Branch: perl
14904            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
14905            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
14906 ____________________________________________________________________________
14907 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
14908         Log: The #19842 is no more needed thanks to #19876,
14909              and the #19842 was wrong anyway (it affected
14910              only the threaded case.)
14911      Branch: perl
14912            ! hints/dec_osf.sh
14913 ____________________________________________________________________________
14914 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
14915         Log: Subject: Re: your malloc patches
14916              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
14917              Date: Fri, 27 Jun 2003 06:54:06 -0700
14918              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
14919              
14920              More malloc patches: now they seem to work even in Tru64.
14921      Branch: perl
14922            ! malloc.c
14923 ____________________________________________________________________________
14924 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
14925         Log: Duh.
14926      Branch: perl
14927            ! perl.h
14928 ____________________________________________________________________________
14929 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
14930         Log: Retract #19867; the bug was really much simpler:
14931              the < max must be <= max instead.
14932      Branch: perl
14933            ! hv.c
14934 ____________________________________________________________________________
14935 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
14936         Log: Using $1 without testing success of the regexp, bad.
14937      Branch: perl
14938            ! pod/perlretut.pod
14939 ____________________________________________________________________________
14940 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
14941         Log: Some clarification about the current semantics of CHECK and
14942              INIT blocks. See bug [perl #22826].
14943      Branch: perl
14944            ! pod/perlmod.pod
14945 ____________________________________________________________________________
14946 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
14947         Log: Subject: [Encode] pre-1.97 patches
14948              From: Dan Kogai <dankogai@dan.co.jp>
14949              Date: Sat, 28 Jun 2003 01:20:59 +0900
14950              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
14951      Branch: perl
14952            ! ext/Encode/Changes ext/Encode/Encode.pm
14953            ! ext/Encode/lib/Encode/Guess.pm
14954 ____________________________________________________________________________
14955 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
14956         Log: Two debugging patches.
14957              The first allows to hold symbolic switches in $^D
14958              and more generally fixes assignment to $^D. The
14959              second one improves the information given by -Dl.
14960              
14961              Subject: [PATCH] allow $^D = "flags"
14962              From: Dave Mitchell <davem@fdgroup.com>
14963              Date: Fri, 27 Jun 2003 22:26:24 +0100
14964              Message-ID: <20030627212624.GB12887@fdgroup.com>
14965              
14966              Subject: [PATCH] make -Dl show more scope info
14967              From: Dave Mitchell <davem@fdgroup.com>
14968              Date: Fri, 27 Jun 2003 23:00:36 +0100
14969              Message-ID: <20030627220036.GC12887@fdgroup.com>
14970      Branch: perl
14971            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
14972            ! proto.h scope.h
14973 ____________________________________________________________________________
14974 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
14975         Log: Fix test count, by Abe Timmerman.
14976      Branch: perl
14977            ! t/comp/require.t
14978 ____________________________________________________________________________
14979 [ 19868] By: nick                                  on 2003/06/27  12:59:51
14980         Log: Integrate mainline
14981      Branch: perlio
14982           +> lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
14983           +> lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
14984           +> lib/FileCache/t/05override.t malloc_ctl.h os2/OS2/typemap
14985           +> os2/perlrexx.cmd
14986            - lib/FileCache.t os2/OS2/PrfDB/typemap
14987           !> (integrate 157 files)
14988 ____________________________________________________________________________
14989 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
14990         Log: The two-for-loops is no more a valid way to walk through
14991              a hash (this was the reason the Hash/Util.t intermittently
14992              failed, the two-loop didn't find all the SVs of the HV).
14993      Branch: perl
14994            ! hv.c
14995 ____________________________________________________________________________
14996 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
14997         Log: Some warnings about the (im)proper uses of the hash randomisation.
14998      Branch: perl
14999            ! pod/perlsec.pod
15000 ____________________________________________________________________________
15001 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
15002         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
15003              is larger than INT_MAX (atoi() returns -1 in that case).
15004      Branch: perl
15005            ! perl.c
15006 ____________________________________________________________________________
15007 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
15008         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
15009              not per-interp, since perl_construct() is not passed
15010              the argc, argv, and therefore it can't set the per-interp
15011              PL_tainting.)
15012      Branch: perl
15013            ! perl.c perl.h
15014 ____________________________________________________________________________
15015 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
15016         Log: Introduce (global) variable PL_earlytaint which
15017              is set very early in main(), before perl_parse()
15018              has been called and PL_tainting (or PL_taint_warn)
15019              might have been set.
15020      Branch: perl
15021            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
15022            ! perlvars.h proto.h
15023 ____________________________________________________________________________
15024 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
15025         Log: Make doing_taint() always available (though not
15026              part of the public API).
15027      Branch: perl
15028            ! embed.fnc embed.h perl.c proto.h
15029 ____________________________________________________________________________
15030 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
15031         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
15032              if tainting-- but is this a good thing or a bad thing?
15033              (At least it makes debugging lib/Hash/Util.t harder,
15034              since it has, for no apparent good reason, -T: one must
15035              make a copy of it without the -T.)
15036      Branch: perl
15037            ! perl.c
15038 ____________________________________________________________________________
15039 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
15040         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
15041              From: Tim Bunce <Tim.Bunce@pobox.com>
15042              Date: Thu, 26 Jun 2003 10:53:22 +0100
15043              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
15044      Branch: perl
15045            ! INSTALL
15046 ____________________________________________________________________________
15047 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
15048         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
15049              random failures.  To make these easier to reproduce,
15050              add a variable, PERL_HASH_SEED_DEBUG, to display the
15051              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
15052              of 82972356 makes the first one to fail.
15053      Branch: perl
15054            ! perl.c pod/perlrun.pod
15055 ____________________________________________________________________________
15056 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
15057         Log: perlhack update, by Steve Grazzini
15058              about macro support in gdb and gcc.
15059      Branch: perl
15060            ! pod/perlhack.pod
15061 ____________________________________________________________________________
15062 [ 19857] By: jhi                                   on 2003/06/26  08:29:59
15063         Log: Regen Changes.
15064      Branch: maint-5.8/perl
15065            ! Changes
15066 ____________________________________________________________________________
15067 [ 19856] By: jhi                                   on 2003/06/26  05:55:24
15068         Log: Update Changes.
15069      Branch: maint-5.8/perl
15070            ! Changes patchlevel.h
15071 ____________________________________________________________________________
15072 [ 19855] By: jhi                                   on 2003/06/26  05:36:41
15073         Log: Integrate:
15074              [ 19851]
15075              Fix [perl #21742] :
15076              require() should always be called in scalar context,
15077              even when it's the last statement in an eval("").
15078              
15079              [ 19852]
15080              Enhance some macro robustness.
15081              
15082              [ 19853]
15083              Subject: Re: P and V
15084              From: "Philip Newton" <pnewton@gmx.de>
15085              Date: Wed, 25 Jun 2003 17:50:22 +0200
15086              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
15087              
15088              [ 19854]
15089              Bite the bullet and apply the hash randomisation patch.
15090              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
15091      Branch: maint-5.8/perl
15092           !> INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
15093           !> ext/Data/Dumper/t/dumper.t hv.h intrpvar.h
15094           !> lib/Thread/Semaphore.pm opcode.h opcode.pl perl.c perl.h
15095           !> perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
15096           !> pp_ctl.c sv.c t/comp/require.t
15097 ____________________________________________________________________________
15098 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
15099         Log: Bite the bullet and apply the hash randomisation patch.
15100              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
15101      Branch: perl
15102            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
15103            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
15104            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
15105            ! sv.c
15106 ____________________________________________________________________________
15107 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
15108         Log: Subject: Re: P and V
15109              From: "Philip Newton" <pnewton@gmx.de>
15110              Date: Wed, 25 Jun 2003 17:50:22 +0200
15111              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
15112      Branch: perl
15113            ! lib/Thread/Semaphore.pm
15114 ____________________________________________________________________________
15115 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
15116         Log: Enhance some macro robustness.
15117      Branch: perl
15118            ! opcode.h opcode.pl
15119 ____________________________________________________________________________
15120 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
15121         Log: Fix [perl #21742] :
15122              require() should always be called in scalar context,
15123              even when it's the last statement in an eval("").
15124      Branch: perl
15125            ! pp_ctl.c t/comp/require.t
15126 ____________________________________________________________________________
15127 [ 19850] By: jhi                                   on 2003/06/24  18:49:22
15128         Log: Integrate:
15129              [ 18557]
15130              Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
15131              From: Nicholas Clark <nick@unfortu.net>
15132              Date: Tue, 21 Jan 2003 22:27:21 +0000
15133              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
15134              
15135              [ 19277]
15136              Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
15137              by adding a dummy destructor method Regexp::DESTROY.
15138              This prevents infinite recursion, since Regexp::DESTROY
15139              is no more autoloaded.
15140              
15141              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
15142              From: Enache Adrian <enache@rdslink.ro>
15143              Date: Wed, 2 Apr 2003 05:02:42 +0300
15144              Message-ID: <20030402020242.GA2966@ratsnest.hole>
15145              
15146              [ 19300]
15147              Fix another segfault case (warn called from UNIVERSAL::DESTROY).
15148              
15149              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
15150              From: Enache Adrian <enache@rdslink.ro>
15151              Date: Sun, 20 Apr 2003 02:45:48 +0300
15152              Message-ID: <20030419234548.GA849@ratsnest.hole>
15153              and
15154              Date: Wed, 2 Apr 2003 07:52:28 +0300
15155              Message-ID: <20030402045227.GA1023@ratsnest.hole>
15156              
15157              [ 19729]
15158              Subject: [PATCH] Re: nitpick with \(0..2)
15159              From: Steve Grazzini <grazz@pobox.com>
15160              Date: Fri, 6 Jun 2003 01:42:59 -0400
15161              Message-ID: <20030606054259.GA30249@grazzini.net>
15162              
15163              [ 19845]
15164              Test tweaks for VMS from Craig Berry.
15165              
15166              [ 19846]
15167              Subject: [perlport.pod] code point of \cU
15168              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15169              Date: Tue, 24 Jun 2003 01:00:16 +0900
15170              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
15171              
15172              [ 19848]
15173              Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
15174              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
15175              Date: Tue, 24 Jun 2003 11:00:34 +0200
15176              Message-ID: <186930306740.20030624110034@familiehaase.de>
15177              
15178              [ 19849]
15179              Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
15180              From: Dave Mitchell <davem@fdgroup.com>
15181              Date: Tue, 24 Jun 2003 13:16:18 +0100
15182              Message-ID: <20030624121618.GC22675@fdgroup.com>
15183      Branch: maint-5.8/perl
15184           !> ext/B/t/stash.t lib/Pod/Perldoc.pm lib/strict.t lib/warnings.t
15185           !> pod/perlport.pod pp_sys.c sv.c t/op/ref.t universal.c util.c
15186 ____________________________________________________________________________
15187 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
15188         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
15189              From: Dave Mitchell <davem@fdgroup.com>
15190              Date: Tue, 24 Jun 2003 13:16:18 +0100
15191              Message-ID: <20030624121618.GC22675@fdgroup.com>
15192      Branch: perl
15193            ! sv.c t/op/ref.t
15194 ____________________________________________________________________________
15195 [ 19848] By: merijn                                on 2003/06/24  08:06:57
15196         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
15197              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
15198              Date: Tue, 24 Jun 2003 11:00:34 +0200
15199              Message-ID: <186930306740.20030624110034@familiehaase.de>
15200      Branch: perl
15201            ! lib/Pod/Perldoc.pm
15202 ____________________________________________________________________________
15203 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
15204         Log: Subject: [PATCH] version.pm up to date with CPAN
15205              From: John Peacock <jpeacock@rowman.com>
15206              Date: Mon, 23 Jun 2003 21:58:18 -0400
15207              Message-ID: <3EF7B03A.2060705@rowman.com>
15208      Branch: perl
15209            ! lib/version.pm lib/version.t universal.c
15210 ____________________________________________________________________________
15211 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
15212         Log: Subject: [perlport.pod] code point of \cU
15213              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15214              Date: Tue, 24 Jun 2003 01:00:16 +0900
15215              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
15216      Branch: perl
15217            ! pod/perlport.pod
15218 ____________________________________________________________________________
15219 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
15220         Log: Test tweaks for VMS from Craig Berry.
15221      Branch: perl
15222            ! lib/strict.t lib/warnings.t
15223 ____________________________________________________________________________
15224 [ 19844] By: jhi                                   on 2003/06/22  19:38:58
15225         Log: Integrate:
15226              [ 19830]
15227              Retract #19785 and #19756: JPL nowadays works without this
15228              (verified by a true JPL user).
15229              
15230              [ 19831]
15231              More Perl malloc debugging magic from Ilya.  Seems to work in
15232              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
15233              malloc.c, found in AIX since there is no such header.
15234              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
15235              memory was overwritten?"
15236              (In IRIX compiles but that doesn't prove much since in IRIX
15237              Perl's malloc is simply not used.)
15238              
15239              [ 19832]
15240              Show the source code location of an "assertion botch".
15241              
15242              [ 19833]
15243              Don't do sprintf().
15244              
15245              [ 19834]
15246              Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
15247              
15248              [ 19835]
15249              For characters beyond the BMP the $bits will be undef,
15250              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
15251              analysis and fix from SADAHIRO Tomoyuki)
15252              
15253              [ 19836]
15254              Debian fix from Brendan O'Dea:
15255              Bug#156284: the stucture used by pp_accept is too small to hold an
15256              IPv6 address.
15257              
15258              [ 19837]
15259              Debian fix from Brendan O'Dea:
15260              Use a temporary directory to avoid symlink attacks.
15261              Specify -gstabs explicitly (not the default format for gcc 3.2).
15262              
15263              [ 19838]
15264              Debian fix from Brendan O'Dea:
15265              Adjust output to screen width.
15266              (adjusted to probe for the stty command)
15267              
15268              [ 19839]
15269              Subject: FileCache 1.03 broken on VMS -- possible patch
15270              From: "Craig A. Berry" <craigberry@mac.com>
15271              Date: Sat, 21 Jun 2003 10:31:59 -0500
15272              Message-ID: <3EF47A6F.9060904@mac.com>
15273              
15274              [ 19840]
15275              Subject: [perl #22753] overload::StrVal() fails for regexp refs
15276              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
15277              Date: 21 Jun 2003 19:02:30 -0000
15278              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
15279              
15280              [ 19841]
15281              Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
15282              From: Enache Adrian <enache@rdslink.ro>
15283              Date: Sat, 21 Jun 2003 03:19:31 +0300
15284              Message-ID: <20030621001931.GB1255@ratsnest.hole>
15285              
15286              [ 19842]
15287              Until the Perl malloc problems in Tru64 are fixed.
15288              
15289              [ 19843]
15290              Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
15291      Branch: maint-5.8/perl
15292           +> malloc_ctl.h
15293           !> (integrate 29 files)
15294 ____________________________________________________________________________
15295 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
15296         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
15297      Branch: perl
15298            ! embed.fnc embed.h pp.c proto.h util.c
15299 ____________________________________________________________________________
15300 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
15301         Log: Until the Perl malloc problems in Tru64 are fixed.
15302      Branch: perl
15303            ! hints/dec_osf.sh
15304 ____________________________________________________________________________
15305 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
15306         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
15307              From: Enache Adrian <enache@rdslink.ro>
15308              Date: Sat, 21 Jun 2003 03:19:31 +0300
15309              Message-ID: <20030621001931.GB1255@ratsnest.hole>
15310      Branch: perl
15311            ! op.c t/op/concat.t
15312 ____________________________________________________________________________
15313 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
15314         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
15315              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
15316              Date: 21 Jun 2003 19:02:30 -0000
15317              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
15318      Branch: perl
15319            ! lib/overload.pm lib/overload.t
15320 ____________________________________________________________________________
15321 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
15322         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
15323              From: "Craig A. Berry" <craigberry@mac.com>
15324              Date: Sat, 21 Jun 2003 10:31:59 -0500
15325              Message-ID: <3EF47A6F.9060904@mac.com>
15326      Branch: perl
15327            ! lib/FileCache.pm lib/FileCache/t/01open.t
15328            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
15329 ____________________________________________________________________________
15330 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
15331         Log: Debian fix from Brendan O'Dea:
15332              Adjust output to screen width.
15333              (adjusted to probe for the stty command)
15334      Branch: perl
15335            ! utils/dprofpp.PL
15336 ____________________________________________________________________________
15337 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
15338         Log: Debian fix from Brendan O'Dea:
15339              Use a temporary directory to avoid symlink attacks.
15340              Specify -gstabs explicitly (not the default format for gcc 3.2).
15341      Branch: perl
15342            ! utils/c2ph.PL
15343 ____________________________________________________________________________
15344 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
15345         Log: Debian fix from Brendan O'Dea:
15346              Bug#156284: the stucture used by pp_accept is too small to hold an
15347              IPv6 address.
15348      Branch: perl
15349            ! pp_sys.c
15350 ____________________________________________________________________________
15351 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
15352         Log: For characters beyond the BMP the $bits will be undef,
15353              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
15354              analysis and fix from SADAHIRO Tomoyuki)
15355      Branch: perl
15356            ! lib/utf8_heavy.pl
15357 ____________________________________________________________________________
15358 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
15359         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
15360      Branch: perl
15361            ! malloc.c
15362 ____________________________________________________________________________
15363 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
15364         Log: Don't do sprintf().
15365      Branch: perl
15366            ! malloc.c
15367 ____________________________________________________________________________
15368 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
15369         Log: Show the source code location of an "assertion botch".
15370      Branch: perl
15371            ! malloc.c
15372 ____________________________________________________________________________
15373 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
15374         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
15375              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
15376              malloc.c, found in AIX since there is no such header.
15377              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
15378              memory was overwritten?"
15379              (In IRIX compiles but that doesn't prove much since in IRIX
15380              Perl's malloc is simply not used.)
15381      Branch: perl
15382            + malloc_ctl.h
15383            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
15384            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
15385 ____________________________________________________________________________
15386 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
15387         Log: Retract #19785 and #19756: JPL nowadays works without this
15388              (verified by a true JPL user).
15389      Branch: perl
15390            ! perl.c
15391 ____________________________________________________________________________
15392 [ 19829] By: jhi                                   on 2003/06/19  20:29:35
15393         Log: Update Changes.
15394      Branch: maint-5.8/perl
15395            ! Changes patchlevel.h
15396 ____________________________________________________________________________
15397 [ 19828] By: jhi                                   on 2003/06/19  20:23:43
15398         Log: Integrate:
15399              [ 19827]
15400              Apparently this is needed for VMS (Craig Berry).
15401      Branch: maint-5.8/perl
15402           !> lib/Tie/File.pm
15403 ____________________________________________________________________________
15404 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
15405         Log: Apparently this is needed for VMS (Craig Berry).
15406      Branch: perl
15407            ! lib/Tie/File.pm
15408 ____________________________________________________________________________
15409 [ 19826] By: jhi                                   on 2003/06/19  15:16:27
15410         Log: Update Changes.
15411      Branch: maint-5.8/perl
15412            ! Changes patchlevel.h
15413 ____________________________________________________________________________
15414 [ 19825] By: jhi                                   on 2003/06/19  15:12:52
15415         Log: Integrate:
15416              [ 19824]
15417              Bump Time::HiRes to 1.49.
15418      Branch: maint-5.8/perl
15419           !> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15420           !> ext/Time/HiRes/HiRes.xs
15421 ____________________________________________________________________________
15422 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
15423         Log: Bump Time::HiRes to 1.49.
15424      Branch: perl
15425            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15426            ! ext/Time/HiRes/HiRes.xs
15427 ____________________________________________________________________________
15428 [ 19823] By: jhi                                   on 2003/06/19  14:51:22
15429         Log: Integrate:
15430              [ 19818]
15431              Subject: [PATCH -current] email address correction
15432              Date: Thu, 19 Jun 2003 02:19:31 -0700
15433              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
15434              From: rs@crystalflame.net (Richard Soderberg)
15435              
15436              [ 19819]
15437              Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
15438              From: grazz@pobox.com (Steve Grazzini)
15439              Date: Wed, 18 Jun 2003 19:42:37 -0400
15440              Message-ID: <20030618234237.GA6267@grazzini.net>
15441              
15442              [ 19820]
15443              Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
15444              as of 2003-06-19 18:39 EET).
15445              
15446              [ 19821]
15447              A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
15448              make happy.
15449              
15450              [ 19822]
15451              This change chunk doesn't work well with blead.
15452      Branch: maint-5.8/perl
15453           !> embed.fnc embed.h ext/threads/threads.pm
15454           !> lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
15455           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15456           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
15457           !> lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
15458           !> pod/perltie.pod pp_ctl.c proto.h t/op/runlevel.t
15459           !> t/op/tiehandle.t util.c
15460 ____________________________________________________________________________
15461 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
15462         Log: This change chunk doesn't work well with blead.
15463      Branch: perl
15464            ! lib/ExtUtils/t/Command.t
15465 ____________________________________________________________________________
15466 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
15467         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
15468              make happy.
15469      Branch: perl
15470            ! lib/ExtUtils/MM_Unix.pm
15471 ____________________________________________________________________________
15472 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
15473         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
15474              as of 2003-06-19 18:39 EET).
15475      Branch: perl
15476            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
15477            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
15478            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
15479            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
15480 ____________________________________________________________________________
15481 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
15482         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
15483              From: grazz@pobox.com (Steve Grazzini)
15484              Date: Wed, 18 Jun 2003 19:42:37 -0400
15485              Message-ID: <20030618234237.GA6267@grazzini.net>
15486      Branch: perl
15487            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
15488            ! t/op/runlevel.t t/op/tiehandle.t util.c
15489 ____________________________________________________________________________
15490 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
15491         Log: Subject: [PATCH -current] email address correction
15492              Date: Thu, 19 Jun 2003 02:19:31 -0700
15493              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
15494              From: rs@crystalflame.net (Richard Soderberg)
15495      Branch: perl
15496            ! ext/threads/threads.pm
15497 ____________________________________________________________________________
15498 [ 19817] By: jhi                                   on 2003/06/19  05:24:45
15499         Log: Integrate:
15500              [ 19804]
15501              Subject: DOCPATCH Re: $1 remains uncleared for failed matches
15502              From: david nicol <whatever@davidnicol.com>
15503              Date: 16 Jun 2003 20:35:24 -0500
15504              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
15505              
15506              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
15507              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15508              Date: Tue, 17 Jun 2003 00:12:04 -0400
15509              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
15510              
15511              [ 19805]
15512              Subject: /ext/DynaLoader/dl_dyld.xs
15513              From: "Peter O'Gorman" <peter@pogma.com>
15514              Date: Tue, 17 Jun 2003 23:45:47 +0900
15515              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
15516              
15517              No need to see dlclose() and dlsym() outside the dl_dyld.xs
15518              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
15519              of OpenDarwin.
15520              
15521              [ 19806]
15522              io_dir.t tweak from Craig Berry.
15523              
15524              [ 19809]
15525              If the first argument of sigaction() was a string, not a number
15526              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
15527              isn't numeric in subroutine entry ...' but after that one got
15528              (depending on the OS) either a coredump (because of trying to
15529              assign to *0 in mg_get) or a hang (because of the sigprocmask()
15530              blocking signals inside POSIX::sigaction, a nasty hang since
15531              one obviously cannot interrupt it...only SIGKILL works).
15532              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
15533              because of the string becoming zero due to the XS typemap magic.
15534              Resolved by making the POSIX::sigaction to try harder to figure
15535              out a valid signal number (one still gets the warning, though),
15536              and returning undef if no sense can be made.
15537              
15538              [ 19810]
15539              Oops in change #19809.
15540              
15541              [ 19811]
15542              Subject: Encode] 1.96 Released
15543              From: Dan Kogai <dankogai@dan.co.jp>
15544              Date: Wed, 18 Jun 2003 19:09:11 +0900
15545              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
15546              
15547              [ 19812]
15548              Sync with libnet 1.16
15549              
15550              [ 19813]
15551              Upgrade to Tie::File 0.97.
15552              
15553              [ 19814]
15554              Subject: Re: [perl #22727] split() with re_eval segfaults/panics
15555              From: Enache Adrian <enache@rdslink.ro>
15556              Date: Wed, 18 Jun 2003 23:00:43 +0300
15557              Message-ID: <20030618200043.GA1249@ratsnest.hole>
15558              
15559              [ 19815]
15560              A bunch of minor changes to perlguts.pod.
15561              
15562              [ 19816]
15563              MPE/iX gets serious indigestion on w-packed infinities.
15564      Branch: maint-5.8/perl
15565           !> (integrate 31 files)
15566 ____________________________________________________________________________
15567 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
15568         Log: MPE/iX gets serious indigestion on w-packed infinities.
15569      Branch: perl
15570            ! t/op/pack.t
15571 ____________________________________________________________________________
15572 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
15573         Log: A bunch of minor changes to perlguts.pod.
15574      Branch: perl
15575            ! pod/perlguts.pod
15576 ____________________________________________________________________________
15577 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
15578         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
15579              From: Enache Adrian <enache@rdslink.ro>
15580              Date: Wed, 18 Jun 2003 23:00:43 +0300
15581              Message-ID: <20030618200043.GA1249@ratsnest.hole>
15582      Branch: perl
15583            ! pp.c regexec.c t/op/pat.t
15584 ____________________________________________________________________________
15585 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
15586         Log: Upgrade to Tie::File 0.97.
15587      Branch: perl
15588            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
15589            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
15590            ! lib/Tie/File/t/29_downcopy.t
15591 ____________________________________________________________________________
15592 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
15593         Log: Sync with libnet 1.16
15594      Branch: perl
15595            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
15596 ____________________________________________________________________________
15597 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
15598         Log: Subject: Encode] 1.96 Released
15599              From: Dan Kogai <dankogai@dan.co.jp>
15600              Date: Wed, 18 Jun 2003 19:09:11 +0900
15601              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
15602      Branch: perl
15603            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
15604            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
15605            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
15606            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
15607            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
15608            ! ext/Encode/t/guess.t
15609 ____________________________________________________________________________
15610 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
15611         Log: Oops in change #19809.
15612      Branch: perl
15613            ! ext/POSIX/POSIX.xs
15614 ____________________________________________________________________________
15615 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
15616         Log: If the first argument of sigaction() was a string, not a number
15617              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
15618              isn't numeric in subroutine entry ...' but after that one got
15619              (depending on the OS) either a coredump (because of trying to
15620              assign to *0 in mg_get) or a hang (because of the sigprocmask()
15621              blocking signals inside POSIX::sigaction, a nasty hang since
15622              one obviously cannot interrupt it...only SIGKILL works).
15623              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
15624              because of the string becoming zero due to the XS typemap magic.
15625              Resolved by making the POSIX::sigaction to try harder to figure
15626              out a valid signal number (one still gets the warning, though),
15627              and returning undef if no sense can be made.
15628      Branch: perl
15629            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
15630 ____________________________________________________________________________
15631 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
15632         Log: Some docs for the assertions.
15633      Branch: perl
15634            ! lib/assertions.pm lib/assertions/activate.pm
15635            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
15636 ____________________________________________________________________________
15637 [ 19807] By: jhi                                   on 2003/06/17  19:52:07
15638         Log: Subject: [PATCH] fixes for debugger bugs noted while documenting
15639              From: Joe McMahon <mcmahon@ibiblio.org>
15640              Date: Tue, 17 Jun 2003 16:42:42 -0400
15641              Message-Id: <3E62E1B3-A104-11D7-8CDD-000393BCA0FC@ibiblio.org>
15642      Branch: maint-5.8/perl
15643            ! lib/perl5db.pl
15644 ____________________________________________________________________________
15645 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
15646         Log: io_dir.t tweak from Craig Berry.
15647      Branch: perl
15648            ! ext/IO/lib/IO/t/io_dir.t
15649 ____________________________________________________________________________
15650 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
15651         Log: Subject: /ext/DynaLoader/dl_dyld.xs
15652              From: "Peter O'Gorman" <peter@pogma.com>
15653              Date: Tue, 17 Jun 2003 23:45:47 +0900
15654              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
15655              
15656              No need to see dlclose() and dlsym() outside the dl_dyld.xs
15657              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
15658              of OpenDarwin.
15659      Branch: perl
15660            ! ext/DynaLoader/dl_dyld.xs
15661 ____________________________________________________________________________
15662 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
15663         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
15664              From: david nicol <whatever@davidnicol.com>
15665              Date: 16 Jun 2003 20:35:24 -0500
15666              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
15667              
15668              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
15669              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15670              Date: Tue, 17 Jun 2003 00:12:04 -0400
15671              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
15672      Branch: perl
15673            ! pod/perlre.pod pod/perltrap.pod
15674 ____________________________________________________________________________
15675 [ 19803] By: jhi                                   on 2003/06/17  05:18:41
15676         Log: Integrate:
15677              [ 19793]
15678              Remove all magic in untie()
15679              
15680              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
15681              From: Aaron J Mackey <ajm6q@virginia.edu>
15682              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
15683              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
15684              (plus a test case)
15685              
15686              [ 19795]
15687              Instead of fancy condvar footwork do a simple join,
15688              as suggested by Arthur.
15689              
15690              [ 19796]
15691              Add O_NOATIME.
15692              
15693              [ 19797]
15694              Even more glibc O_ modes.
15695              
15696              [ 19798]
15697              And even more glibc fcntl constants, this time mostly F_XXX.
15698              Be more conservative and use @EXPORT_OK instead of @EXPORT.
15699              
15700              [ 19799]
15701              Subject: [perl #22622] Bogus error codes from File::Copy::move 
15702              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
15703              Date: 9 Jun 2003 15:48:09 -0000
15704              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
15705              
15706              [ 19800]
15707              Subject: [PATCH] unnecessary stringification in eval/die
15708              From: Steve Grazzini <grazz@pobox.com>
15709              Date: 15 Jun 2003 21:02:26 -0000
15710              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
15711              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
15712              in c.l.p.misc and bug #17763)
15713              
15714              [ 19801]
15715              Revert change #19126, a poor attempt at fixing bug #21742.
15716              The test for #21742 is marked as TODO.
15717              Plus new regression tests from :
15718              
15719              Subject: [perl #22708] void context in string eval is broken 
15720              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
15721              Date: 15 Jun 2003 23:09:03 -0000
15722              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
15723              
15724              [ 19802]
15725              UNICOS: try papering over the Configure symbol scan problems
15726              by disavowing any knowledge of dynaloading.
15727      Branch: maint-5.8/perl
15728           !> ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
15729           !> ext/threads/shared/t/hv_refs.t hints/unicos.sh
15730           !> lib/File/Copy.pm pod/perlfunc.pod pp_ctl.c pp_sys.c
15731           !> t/comp/require.t t/op/eval.t t/op/tie.t
15732 ____________________________________________________________________________
15733 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
15734         Log: UNICOS: try papering over the Configure symbol scan problems
15735              by disavowing any knowledge of dynaloading.
15736      Branch: perl
15737            ! hints/unicos.sh
15738 ____________________________________________________________________________
15739 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
15740         Log: Revert change #19126, a poor attempt at fixing bug #21742.
15741              The test for #21742 is marked as TODO.
15742              Plus new regression tests from :
15743              
15744              Subject: [perl #22708] void context in string eval is broken 
15745              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
15746              Date: 15 Jun 2003 23:09:03 -0000
15747              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
15748      Branch: perl
15749            ! pp_ctl.c t/comp/require.t t/op/eval.t
15750 ____________________________________________________________________________
15751 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
15752         Log: Subject: [PATCH] unnecessary stringification in eval/die
15753              From: Steve Grazzini <grazz@pobox.com>
15754              Date: 15 Jun 2003 21:02:26 -0000
15755              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
15756              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
15757              in c.l.p.misc and bug #17763)
15758      Branch: perl
15759            ! pod/perlfunc.pod pp_ctl.c
15760 ____________________________________________________________________________
15761 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
15762         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move 
15763              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
15764              Date: 9 Jun 2003 15:48:09 -0000
15765              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
15766      Branch: perl
15767            ! lib/File/Copy.pm
15768 ____________________________________________________________________________
15769 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
15770         Log: And even more glibc fcntl constants, this time mostly F_XXX.
15771              Be more conservative and use @EXPORT_OK instead of @EXPORT.
15772      Branch: perl
15773            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
15774 ____________________________________________________________________________
15775 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
15776         Log: Even more glibc O_ modes.
15777      Branch: perl
15778            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
15779 ____________________________________________________________________________
15780 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
15781         Log: Add O_NOATIME.
15782      Branch: perl
15783            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
15784 ____________________________________________________________________________
15785 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
15786         Log: Instead of fancy condvar footwork do a simple join,
15787              as suggested by Arthur.
15788      Branch: perl
15789            ! ext/threads/shared/t/hv_refs.t
15790 ____________________________________________________________________________
15791 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
15792         Log: Rename again the warning about $* being no longer supported
15793              (and update perldiag this time!)
15794      Branch: perl
15795            ! gv.c pod/perldiag.pod t/lib/warnings/gv
15796 ____________________________________________________________________________
15797 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
15798         Log: Remove all magic in untie()
15799              
15800              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
15801              From: Aaron J Mackey <ajm6q@virginia.edu>
15802              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
15803              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
15804              (plus a test case)
15805      Branch: perl
15806            ! pp_sys.c t/op/tie.t
15807 ____________________________________________________________________________
15808 [ 19792] By: jhi                                   on 2003/06/15  18:29:32
15809         Log: Update Changes.
15810      Branch: maint-5.8/perl
15811            ! Changes patchlevel.h
15812 ____________________________________________________________________________
15813 [ 19791] By: jhi                                   on 2003/06/15  17:57:06
15814         Log: Integrate:
15815              [ 19775]
15816              test.pl-ify and add a couple of tests.
15817              
15818              [ 19776]
15819              Slight tweaks on the length() and chr() entries,
15820              passing-by rewrapping on the rmdir entry.
15821              
15822              [ 19778]
15823              Exercise the utf8:: "internal" functions.
15824              
15825              [ 19779]
15826              Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
15827              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15828              Date: Sat, 14 Jun 2003 12:51:31 +0200
15829              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
15830              
15831              (choosing the safe alternative)
15832              
15833              [ 19781]
15834              Followup on #19779: make the helper function static,
15835              and rename it for paranoia reasons.
15836              
15837              [ 19782]
15838              Mention the Unicode::Regex::Set module.
15839              
15840              [ 19783]
15841              The FileCache 1.03 tests from belg4mit.
15842              
15843              [ 19785]
15844              Most often unused variables.
15845              
15846              [ 19786]
15847              Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
15848              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15849              Date: Sun, 15 Jun 2003 10:48:40 +0200
15850              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
15851              
15852              [ 19787]
15853              Unused variable.
15854              
15855              [ 19788]
15856              Reindent a section of the file.
15857              
15858              [ 19789]
15859              Subject: [PATCH 5.8.1 @19774] OS2 patches
15860              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15861              Date: Sat, 14 Jun 2003 17:49:57 -0700
15862              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
15863              
15864              [ 19790]
15865              Start using Perl malloc in FreeBSD since the system malloc
15866              is reaaally slooow for Perl.
15867              
15868              Subject: FreeBSD 5.1 vs. -Uusemymalloc
15869              From: Dan Kogai <dankogai@dan.co.jp>
15870              Date: Mon, 16 Jun 2003 01:48:49 +0900
15871              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
15872      Branch: maint-5.8/perl
15873           +> lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
15874           +> lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
15875           +> lib/FileCache/t/05override.t os2/OS2/typemap os2/perlrexx.cmd
15876            - lib/FileCache.t os2/OS2/PrfDB/typemap
15877           !> (integrate 33 files)
15878 ____________________________________________________________________________
15879 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
15880         Log: Start using Perl malloc in FreeBSD since the system malloc
15881              is reaaally slooow for Perl.
15882              
15883              Subject: FreeBSD 5.1 vs. -Uusemymalloc
15884              From: Dan Kogai <dankogai@dan.co.jp>
15885              Date: Mon, 16 Jun 2003 01:48:49 +0900
15886              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
15887      Branch: perl
15888            ! hints/freebsd.sh
15889 ____________________________________________________________________________
15890 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
15891         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
15892              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15893              Date: Sat, 14 Jun 2003 17:49:57 -0700
15894              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
15895      Branch: perl
15896            + os2/OS2/typemap os2/perlrexx.cmd
15897            - os2/OS2/PrfDB/typemap
15898            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
15899            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
15900            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
15901            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
15902            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
15903            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
15904            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
15905 ____________________________________________________________________________
15906 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
15907         Log: Reindent a section of the file.
15908      Branch: perl
15909            ! universal.c
15910 ____________________________________________________________________________
15911 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
15912         Log: Unused variable.
15913      Branch: perl
15914            ! universal.c
15915 ____________________________________________________________________________
15916 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
15917         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
15918              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15919              Date: Sun, 15 Jun 2003 10:48:40 +0200
15920              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
15921      Branch: perl
15922            ! embed.fnc embed.h proto.h sv.c
15923 ____________________________________________________________________________
15924 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
15925         Log: Most often unused variables.
15926      Branch: perl
15927            ! perl.c
15928 ____________________________________________________________________________
15929 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
15930         Log: Rename the warning about $* being removed,
15931              as suggested by Dave Mitchell
15932      Branch: perl
15933            ! gv.c t/lib/warnings/gv
15934 ____________________________________________________________________________
15935 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
15936         Log: The FileCache 1.03 tests from belg4mit.
15937      Branch: perl
15938            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
15939            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
15940            + lib/FileCache/t/05override.t
15941            - lib/FileCache.t
15942            ! MANIFEST
15943 ____________________________________________________________________________
15944 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
15945         Log: Mention the Unicode::Regex::Set module.
15946      Branch: perl
15947            ! pod/perlunicode.pod
15948 ____________________________________________________________________________
15949 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
15950         Log: Followup on #19779: make the helper function static,
15951              and rename it for paranoia reasons.
15952      Branch: perl
15953            ! embed.fnc embed.h proto.h sv.c
15954 ____________________________________________________________________________
15955 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
15956         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
15957              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15958              Date: Sat, 14 Jun 2003 12:51:31 +0200
15959              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
15960              
15961              (choosing the safe alternative)
15962      Branch: perl
15963            ! sv.c
15964 ____________________________________________________________________________
15965 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
15966         Log: Exercise the utf8:: "internal" functions.
15967      Branch: perl
15968            ! lib/utf8.pm lib/utf8.t
15969 ____________________________________________________________________________
15970 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
15971         Log: Having to pull in the whole Encode just to get SvUTF8()
15972              is a bit too much: introduce utf8::is_utf8().
15973      Branch: perl
15974            ! lib/utf8.pm pod/perluniintro.pod universal.c
15975 ____________________________________________________________________________
15976 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
15977         Log: Slight tweaks on the length() and chr() entries,
15978              passing-by rewrapping on the rmdir entry.
15979      Branch: perl
15980            ! pod/perlfunc.pod
15981 ____________________________________________________________________________
15982 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
15983         Log: test.pl-ify and add a couple of tests.
15984      Branch: perl
15985            ! lib/bytes.t
15986 ____________________________________________________________________________
15987 [ 19774] By: jhi                                   on 2003/06/14  08:06:18
15988         Log: Integrate:
15989              [ 19772]
15990              Illegal cpp.
15991              
15992              [ 19773]
15993              Slight reorg of the binmode() entry.
15994      Branch: maint-5.8/perl
15995           !> pod/perlfunc.pod util.c
15996 ____________________________________________________________________________
15997 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
15998         Log: Slight reorg of the binmode() entry.
15999      Branch: perl
16000            ! pod/perlfunc.pod
16001 ____________________________________________________________________________
16002 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
16003         Log: Illegal cpp.
16004      Branch: perl
16005            ! util.c
16006 ____________________________________________________________________________
16007 [ 19771] By: jhi                                   on 2003/06/14  04:40:49
16008         Log: Integrate:
16009              [ 19763]
16010              Define a cpp symbol, BSDish, if that looks appropriate.
16011              
16012              [ 19764]
16013              Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
16014              way of detecting Darwin/Mac OS X; instead it is recommended to
16015              detect the OS at a higher level and pass the information manually
16016              down to the application, using e.g. a -Ddefinition.
16017              
16018              [ 19765]
16019              Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
16020              From: alan <alan@pair.com>
16021              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
16022              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
16023              
16024              (the first alternative)
16025              
16026              [ 19766]
16027              Somehow MPE/iX managed to get
16028              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
16029              
16030              [ 19767]
16031              Redundancy removal from Brian De Pradine;
16032              both the forms, pthread_mutexattr_settype() and               
16033              pthread_mutexattr_setkind_np(), exist on z/OS.
16034              
16035              [ 19768]
16036              Encode simply needs more work on EBCDIC.
16037              
16038              [ 19770]
16039              Subject: Re: FileCache
16040              From: belg4mit <belg4mit@MIT.EDU>
16041              Date: Sat, 14 Jun 2003 01:35:05 -0400
16042              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
16043              
16044              FileCache 1.03.
16045      Branch: maint-5.8/perl
16046           !> ext/Encode/t/Unicode.t hints/darwin.sh lib/FileCache.pm
16047           !> lib/Test/Harness.pm perl.h thread.h util.c x2p/util.c
16048 ____________________________________________________________________________
16049 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
16050         Log: Subject: Re: FileCache
16051              From: belg4mit <belg4mit@MIT.EDU>
16052              Date: Sat, 14 Jun 2003 01:35:05 -0400
16053              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
16054              
16055              FileCache 1.03.
16056      Branch: perl
16057            ! lib/FileCache.pm
16058 ____________________________________________________________________________
16059 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
16060         Log: Remove the deprecated $* variable.
16061              Incidentally, this fixes bug #22354, about unwanted
16062              action-at-distance of the /m regexp modifier.
16063              Add a new warning to advertise this fact.
16064      Branch: perl
16065            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
16066            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
16067            ! t/op/pat.t t/op/study.t
16068 ____________________________________________________________________________
16069 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
16070         Log: Encode simply needs more work on EBCDIC.
16071      Branch: perl
16072            ! ext/Encode/t/Unicode.t
16073 ____________________________________________________________________________
16074 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
16075         Log: Redundancy removal from Brian De Pradine;
16076              both the forms, pthread_mutexattr_settype() and               
16077              pthread_mutexattr_setkind_np(), exist on z/OS.
16078      Branch: perl
16079            ! thread.h
16080 ____________________________________________________________________________
16081 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
16082         Log: Somehow MPE/iX managed to get
16083              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
16084      Branch: perl
16085            ! lib/Test/Harness.pm
16086 ____________________________________________________________________________
16087 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
16088         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
16089              From: alan <alan@pair.com>
16090              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
16091              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
16092              
16093              (the first alternative)
16094      Branch: perl
16095            ! util.c
16096 ____________________________________________________________________________
16097 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
16098         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
16099              way of detecting Darwin/Mac OS X; instead it is recommended to
16100              detect the OS at a higher level and pass the information manually
16101              down to the application, using e.g. a -Ddefinition.
16102      Branch: perl
16103            ! hints/darwin.sh perl.h x2p/util.c
16104 ____________________________________________________________________________
16105 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
16106         Log: Define a cpp symbol, BSDish, if that looks appropriate.
16107      Branch: perl
16108            ! perl.h
16109 ____________________________________________________________________________
16110 [ 19762] By: jhi                                   on 2003/06/13  12:09:16
16111         Log: Integrate:
16112              [ 19760]
16113              Even more tweakage on symbol scanning from Alan Burlison. 
16114      Branch: maint-5.8/perl
16115           !> Configure
16116 ____________________________________________________________________________
16117 [ 19761] By: jhi                                   on 2003/06/13  12:00:26
16118         Log: metaconfig unit change for #19760.
16119      Branch: metaconfig
16120            ! U/compline/Csym.U
16121 ____________________________________________________________________________
16122 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
16123         Log: Even more tweakage on symbol scanning from Alan Burlison. 
16124      Branch: perl
16125            ! Configure
16126 ____________________________________________________________________________
16127 [ 19759] By: jhi                                   on 2003/06/13  07:22:57
16128         Log: Integrate:
16129              [ 19740]
16130              Doc nit.
16131              
16132              [ 19741]
16133              Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
16134              From: PPrymmer@factset.com
16135              Date: Wed, 11 Jun 2003 09:00:34 -0400
16136              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
16137              
16138              [ 19742]
16139              Subject: [PATCH] Configure -Dnoextensions would not accept a list
16140              From: Andy Dougherty <doughera@lafayette.edu>
16141              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
16142              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
16143              
16144              [ 19744]
16145              Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
16146              From: Andy Dougherty <doughera@lafayette.edu>
16147              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
16148              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
16149              
16150              [ 19746]
16151              Be polite and destroy the mutexes and conditions we use!
16152              
16153              [ 19747]
16154              Slightly amended version of the proposed patch for
16155              "[perl #22390] export PERLIO=bytes segfaults";
16156              the amendment is to set errno.
16157              TODO: we really should not get here if the layer
16158              stack is corrupt or non-sensical (like "bytes").
16159              
16160              [ 19748]
16161              Further perlio doc tweaks.
16162              
16163              [ 19749]
16164              More perlio ->Open paranoia.  Set errno to EINVAL if there's
16165              no ->Open, not if ->Open returns NULL.
16166              
16167              [ 19750]
16168              In free we want to destroy, not init, thanks to Tim Bunce for 
16169              detecting this. Should hopefully fix memory leak on Tru64
16170              
16171              [ 19751]
16172              Patch for a warning emitted twice, from :
16173              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
16174              From: Steve Grazzini <grazz@pobox.com>
16175              Date: Wed, 11 Jun 2003 00:46:47 -0400
16176              Message-ID: <20030611044647.GA16696@grazzini.net>
16177              
16178              [ 19752]
16179              Add a new warning, "Newline in left-justified string for printf/sprintf"
16180              to be issued if the string to be left-justified by s?printf contains
16181              a newline.
16182              
16183              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf 
16184              From: Robin Barker <Robin.Barker@npl.co.uk>
16185              Date: Wed, 11 Jun 2003 18:10:14 +0100
16186              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
16187              
16188              [ 19756]
16189              The changes #8803 and #8896 that fixed JPL for use with
16190              JDK 1.2/1.3 had somehow disappeared.
16191              
16192              [ 19758]
16193              Sync with libnet 1.15
16194      Branch: maint-5.8/perl
16195           !> Configure INSTALL ext/threads/shared/shared.xs
16196           !> lib/File/Temp/t/security.t lib/Net/ChangeLog.libnet
16197           !> lib/Net/FTP.pm lib/PerlIO.pm lib/vmsish.t perl.c perl.h
16198           !> perlio.c pod/perldiag.pod pod/perlrun.pod pp_sys.c sv.c
16199           !> t/lib/warnings/sv
16200 ____________________________________________________________________________
16201 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
16202         Log: Sync with libnet 1.15
16203      Branch: perl
16204            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
16205 ____________________________________________________________________________
16206 [ 19757] By: jhi                                   on 2003/06/13  05:23:22
16207         Log: To go with #19745.
16208      Branch: maint-5.8/perl
16209            ! pad.h
16210 ____________________________________________________________________________
16211 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
16212         Log: The changes #8803 and #8896 that fixed JPL for use with
16213              JDK 1.2/1.3 had somehow disappeared.
16214      Branch: perl
16215            ! perl.c perl.h
16216 ____________________________________________________________________________
16217 [ 19755] By: jhi                                   on 2003/06/13  04:56:10
16218         Log: Uncurliff.
16219      Branch: maint-5.8/perl
16220            ! djgpp/configure.bat
16221 ____________________________________________________________________________
16222 [ 19754] By: jhi                                   on 2003/06/13  04:54:04
16223         Log: Forgotten check-in.
16224      Branch: maint-5.8/perl
16225            ! Cross/config.sh-arm-linux
16226 ____________________________________________________________________________
16227 [ 19753] By: jhi                                   on 2003/06/13  04:52:36
16228         Log: Regen perlintern.
16229      Branch: maint-5.8/perl
16230            ! pod/perlintern.pod
16231 ____________________________________________________________________________
16232 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
16233         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
16234              to be issued if the string to be left-justified by s?printf contains
16235              a newline.
16236              
16237              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf 
16238              From: Robin Barker <Robin.Barker@npl.co.uk>
16239              Date: Wed, 11 Jun 2003 18:10:14 +0100
16240              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
16241      Branch: perl
16242            ! pod/perldiag.pod sv.c t/lib/warnings/sv
16243 ____________________________________________________________________________
16244 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
16245         Log: Patch for a warning emitted twice, from :
16246              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
16247              From: Steve Grazzini <grazz@pobox.com>
16248              Date: Wed, 11 Jun 2003 00:46:47 -0400
16249              Message-ID: <20030611044647.GA16696@grazzini.net>
16250      Branch: perl
16251            ! pp_sys.c
16252 ____________________________________________________________________________
16253 [ 19750] By: sky                                   on 2003/06/12  15:03:55
16254         Log: In free we want to destroy, not init, thanks to Tim Bunce for 
16255              detecting this. Should hopefully fix memory leak on Tru64
16256      Branch: perl
16257            ! ext/threads/shared/shared.xs
16258 ____________________________________________________________________________
16259 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
16260         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
16261              no ->Open, not if ->Open returns NULL.
16262      Branch: perl
16263            ! perlio.c
16264 ____________________________________________________________________________
16265 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
16266         Log: Further perlio doc tweaks.
16267      Branch: perl
16268            ! lib/PerlIO.pm pod/perlrun.pod
16269 ____________________________________________________________________________
16270 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
16271         Log: Slightly amended version of the proposed patch for
16272              "[perl #22390] export PERLIO=bytes segfaults";
16273              the amendment is to set errno.
16274              TODO: we really should not get here if the layer
16275              stack is corrupt or non-sensical (like "bytes").
16276      Branch: perl
16277            ! perlio.c
16278 ____________________________________________________________________________
16279 [ 19746] By: sky                                   on 2003/06/12  08:37:39
16280         Log: Be polite and destroy the mutexes and conditions we use!
16281      Branch: perl
16282            ! ext/threads/shared/shared.xs
16283 ____________________________________________________________________________
16284 [ 19745] By: jhi                                   on 2003/06/12  06:35:47
16285         Log: Bandaid from Dave Mitchell for various pad-related
16286              breakages in 5005threads builds.
16287      Branch: maint-5.8/perl
16288            ! embedvar.h intrpvar.h perlapi.h thrdvar.h util.c
16289 ____________________________________________________________________________
16290 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
16291         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
16292              From: Andy Dougherty <doughera@lafayette.edu>
16293              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
16294              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
16295      Branch: perl
16296            ! lib/File/Temp/t/security.t
16297 ____________________________________________________________________________
16298 [ 19743] By: jhi                                   on 2003/06/11  18:28:33
16299         Log: metaconfig unit change for #19742.
16300      Branch: metaconfig/U/perl
16301            ! Extensions.U
16302 ____________________________________________________________________________
16303 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
16304         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
16305              From: Andy Dougherty <doughera@lafayette.edu>
16306              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
16307              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
16308      Branch: perl
16309            ! Configure
16310 ____________________________________________________________________________
16311 [ 19741] By: merijn                                on 2003/06/11  14:06:49
16312         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
16313              From: PPrymmer@factset.com
16314              Date: Wed, 11 Jun 2003 09:00:34 -0400
16315              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
16316      Branch: perl
16317            ! lib/vmsish.t
16318 ____________________________________________________________________________
16319 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
16320         Log: Doc nit.
16321      Branch: perl
16322            ! INSTALL
16323 ____________________________________________________________________________
16324 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
16325         Log: Integrate from maint:
16326              [ 19738]
16327              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
16328              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16329              Date: Tue, 10 Jun 2003 22:10:47 +0200
16330              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
16331      Branch: perl
16332           !> ext/Encode/encengine.c ext/List/Util/Util.xs
16333           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
16334           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
16335           !> sv.c
16336 ____________________________________________________________________________
16337 [ 19738] By: jhi                                   on 2003/06/11  05:13:38
16338         Log: Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
16339              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
16340              Date: Tue, 10 Jun 2003 22:10:47 +0200
16341              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
16342              
16343              (the perl.h being open in mainline was accidental)
16344      Branch: maint-5.8/perl
16345            ! ext/Encode/encengine.c ext/List/Util/Util.xs
16346            ! ext/POSIX/POSIX.xs ext/Storable/Storable.xs
16347            ! ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
16348            ! sv.c
16349      Branch: perl
16350            ! perl.h
16351 ____________________________________________________________________________
16352 [ 19737] By: nick                                  on 2003/06/10  08:18:30
16353         Log: Integrate mainline
16354      Branch: perlio
16355           !> (integrate 88 files)
16356 ____________________________________________________________________________
16357 [ 19736] By: jhi                                   on 2003/06/10  06:43:29
16358         Log: Integrate:
16359              [ 19734]
16360              Upgrade to Unicode::Collate 0.25.
16361              
16362              [ 19735]
16363              Upgrade to Unicode::Normalize 0.22.
16364      Branch: maint-5.8/perl
16365           !> ext/Unicode/Normalize/Changes
16366           !> ext/Unicode/Normalize/Makefile.PL
16367           !> ext/Unicode/Normalize/Normalize.pm
16368           !> ext/Unicode/Normalize/Normalize.xs
16369           !> ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16370           !> ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
16371           !> ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
16372           !> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
16373           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
16374 ____________________________________________________________________________
16375 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
16376         Log: Upgrade to Unicode::Normalize 0.22.
16377      Branch: perl
16378            ! ext/Unicode/Normalize/Changes
16379            ! ext/Unicode/Normalize/Makefile.PL
16380            ! ext/Unicode/Normalize/Normalize.pm
16381            ! ext/Unicode/Normalize/Normalize.xs
16382            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16383            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
16384            ! ext/Unicode/Normalize/t/test.t
16385 ____________________________________________________________________________
16386 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
16387         Log: Upgrade to Unicode::Collate 0.25.
16388      Branch: perl
16389            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16390            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
16391            ! lib/Unicode/Collate/t/test.t
16392 ____________________________________________________________________________
16393 [ 19733] By: jhi                                   on 2003/06/09  20:55:44
16394         Log: Update Changes.
16395      Branch: maint-5.8/perl
16396            ! Changes patchlevel.h
16397 ____________________________________________________________________________
16398 [ 19732] By: jhi                                   on 2003/06/09  20:52:02
16399         Log: Integrate:
16400              [ 19729]
16401              Subject: [PATCH] Re: nitpick with \(0..2)
16402              From: Steve Grazzini <grazz@pobox.com>
16403              Date: Fri, 6 Jun 2003 01:42:59 -0400
16404              Message-ID: <20030606054259.GA30249@grazzini.net>
16405              
16406              [ 19730]
16407              Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
16408              From: Andy Dougherty <doughera@lafayette.edu>
16409              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
16410              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
16411              
16412              [ 19731]
16413              On a real multicpu box the child thread could still be running
16414              when the parent thread was already testing.
16415      Branch: maint-5.8/perl
16416           !> INSTALL ext/threads/shared/t/hv_refs.t op.c pod/perlop.pod
16417           !> t/op/ref.t
16418 ____________________________________________________________________________
16419 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
16420         Log: On a real multicpu box the child thread could still be running
16421              when the parent thread was already testing.
16422      Branch: perl
16423            ! ext/threads/shared/t/hv_refs.t
16424 ____________________________________________________________________________
16425 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
16426         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
16427              From: Andy Dougherty <doughera@lafayette.edu>
16428              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
16429              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
16430      Branch: perl
16431            ! INSTALL
16432 ____________________________________________________________________________
16433 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
16434         Log: Subject: [PATCH] Re: nitpick with \(0..2)
16435              From: Steve Grazzini <grazz@pobox.com>
16436              Date: Fri, 6 Jun 2003 01:42:59 -0400
16437              Message-ID: <20030606054259.GA30249@grazzini.net>
16438      Branch: perl
16439            ! op.c pod/perlop.pod t/op/ref.t
16440 ____________________________________________________________________________
16441 [ 19728] By: jhi                                   on 2003/06/09  19:09:09
16442         Log: Update Changes.
16443      Branch: maint-5.8/perl
16444            ! Changes patchlevel.h
16445 ____________________________________________________________________________
16446 [ 19727] By: jhi                                   on 2003/06/09  18:53:58
16447         Log: Integrate:
16448              [ 19723]
16449              one of the Net::Ping time-dependent tests fails sporadically
16450              when the response from localhost is "too quick"
16451              
16452              [ 19724]
16453              mark 450_service.t#18 as a todo test on windows
16454              
16455              [ 19725]
16456              In the debugger, flush stdout/stderr before the prompt is printed
16457              Subject: Re: [PATCH] Perlbug #15228
16458              From: Alex Vandiver <alexmv@MIT.EDU>
16459              Date: 04 Jun 2003 04:50:10 -0400
16460              Message-Id: <1054716610.21402.45.camel@supox>
16461              
16462              [ 19726]
16463              Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
16464      Branch: maint-5.8/perl
16465           !> ext/Unicode/Normalize/Normalize.pm
16466           !> lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
16467           !> lib/perl5db.pl
16468 ____________________________________________________________________________
16469 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
16470         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
16471      Branch: perl
16472            ! ext/Unicode/Normalize/Normalize.pm
16473 ____________________________________________________________________________
16474 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
16475         Log: In the debugger, flush stdout/stderr before the prompt is printed
16476              Subject: Re: [PATCH] Perlbug #15228
16477              From: Alex Vandiver <alexmv@MIT.EDU>
16478              Date: 04 Jun 2003 04:50:10 -0400
16479              Message-Id: <1054716610.21402.45.camel@supox>
16480      Branch: perl
16481            ! lib/perl5db.pl
16482 ____________________________________________________________________________
16483 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
16484         Log: mark 450_service.t#18 as a todo test on windows
16485      Branch: perl
16486            ! lib/Net/Ping/t/450_service.t
16487 ____________________________________________________________________________
16488 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
16489         Log: one of the Net::Ping time-dependent tests fails sporadically
16490              when the response from localhost is "too quick"
16491      Branch: perl
16492            ! lib/Net/Ping/t/250_ping_hires.t
16493 ____________________________________________________________________________
16494 [ 19722] By: jhi                                   on 2003/06/09  17:52:25
16495         Log: Integrate:
16496              [ 19705]
16497              Work in non core env.
16498              
16499              [ 19706]
16500              Remove warnings from tests.
16501              
16502              [ 19707]
16503              Last patch broke this slightly because INC was wrong.
16504              
16505              [ 19708]
16506              Major (internal) change to make it much more easy to embed
16507              threaded perl because we don't use our own TLS for the current
16508              thread info, but instead use PL_modglobal. Should make the
16509              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
16510              
16511              [ 19709]
16512              More symbol scan logic from Alan Burlison.
16513              
16514              [ 19710]
16515              Regen Configure et al.
16516              
16517              [ 19712]
16518              Subject: Re: forwarded you a test result
16519              From: Dan Kogai <dankogai@dan.co.jp>
16520              Date: Sun, 8 Jun 2003 11:04:43 +0900
16521              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
16522              
16523              [ 19714]
16524              Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
16525              From: "Craig A. Berry" <craigberry@mac.com>
16526              Date: Sun, 08 Jun 2003 16:49:43 -0500
16527              Message-ID: <3EE3AF77.7060302@mac.com>
16528              
16529              [ 19715]
16530              Support blessed shared references.
16531              
16532              [ 19717]
16533              windows: fix memory leak in %ENV handling (shows up as a
16534              leak even in the simplest fork() loop, because perl_construct()
16535              now does the equivalent of %ENV assignments using mg_set())
16536              
16537              [ 19719]
16538              Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
16539              From: PPrymmer@factset.com
16540              Date: Mon, 9 Jun 2003 09:57:43 -0400
16541              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
16542              
16543              [ 19720]
16544              fix for perlio.t failures on windows (from Dan Kogai)
16545              
16546              [ 19721]
16547              Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
16548              From: Michael G Schwern <schwern@pobox.com>
16549              Date: Sat, 7 Jun 2003 01:16:32 -0700
16550              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
16551              
16552              (and regen Configure et al)
16553      Branch: maint-5.8/perl
16554            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16555            ! config_h.SH
16556           !> (integrate 26 files)
16557 ____________________________________________________________________________
16558 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
16559         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
16560              From: Michael G Schwern <schwern@pobox.com>
16561              Date: Sat, 7 Jun 2003 01:16:32 -0700
16562              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
16563      Branch: perl
16564            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
16565            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
16566            ! lib/ExtUtils/t/Liblist.t
16567 ____________________________________________________________________________
16568 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
16569         Log: fix for perlio.t failures on windows (from Dan Kogai)
16570      Branch: perl
16571            ! ext/Encode/t/perlio.t
16572 ____________________________________________________________________________
16573 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
16574         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
16575              From: PPrymmer@factset.com
16576              Date: Mon, 9 Jun 2003 09:57:43 -0400
16577              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
16578      Branch: perl
16579            ! configure.com utils/perlivp.PL
16580 ____________________________________________________________________________
16581 [ 19718] By: gsar                                  on 2003/06/09  14:11:52
16582         Log: integrate change#19717 from mainline
16583              
16584              windows: fix memory leak in %ENV handling (shows up as a
16585              leak even in the simplest fork() loop, because perl_construct()
16586              now does the equivalent of %ENV assignments using mg_set())
16587      Branch: maint-5.6/perl
16588           !> win32/perlhost.h
16589 ____________________________________________________________________________
16590 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
16591         Log: windows: fix memory leak in %ENV handling (shows up as a
16592              leak even in the simplest fork() loop, because perl_construct()
16593              now does the equivalent of %ENV assignments using mg_set())
16594      Branch: perl
16595            ! win32/perlhost.h
16596 ____________________________________________________________________________
16597 [ 19716] By: gsar                                  on 2003/06/09  13:29:07
16598         Log: integrate changes#19384,19533,19537,19628,19666,19668 from mainline
16599              
16600              resurrect change#19628 and make it work by generalizing
16601              a spot that had a hardcoded dependency on the cmd.exe
16602              arguments being "/x/c" or "/c"
16603              
16604              change#19628 broke many win32/system.t tests, so back it out
16605              
16606              Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
16607              From: Jan Dubois <jand@ActiveState.com>
16608              Date: Mon, 26 May 2003 23:33:53 -0700
16609              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
16610              
16611              missing init in change#19533
16612              
16613              avoid select() on windows destroying errno (used to typically
16614              always sets it to EINVAL due to the way it maps the FD_SETs)
16615              
16616              Subject: [PATCH win32/win32.c] silence compiler warnings
16617              From: Abe Timmerman <abe@ztreet.demon.nl>
16618              Date: Fri, 2 May 2003 00:51:42 +0200
16619              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
16620      Branch: maint-5.6/perl
16621           !> pod/perlrun.pod win32/win32.c win32/win32sck.c
16622 ____________________________________________________________________________
16623 [ 19715] By: sky                                   on 2003/06/09  09:35:47
16624         Log: Support blessed shared references.
16625      Branch: perl
16626            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16627            ! ext/threads/shared/t/hv_refs.t
16628 ____________________________________________________________________________
16629 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
16630         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
16631              From: "Craig A. Berry" <craigberry@mac.com>
16632              Date: Sun, 08 Jun 2003 16:49:43 -0500
16633              Message-ID: <3EE3AF77.7060302@mac.com>
16634      Branch: perl
16635            ! t/op/pack.t
16636 ____________________________________________________________________________
16637 [ 19713] By: gsar                                  on 2003/06/08  18:33:25
16638         Log: add basic test coverage for the sysio compatibility issues on dosish
16639              platforms
16640      Branch: perlio
16641            + t/op/sysio-compat.t
16642            ! MANIFEST
16643 ____________________________________________________________________________
16644 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
16645         Log: Subject: Re: forwarded you a test result
16646              From: Dan Kogai <dankogai@dan.co.jp>
16647              Date: Sun, 8 Jun 2003 11:04:43 +0900
16648              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
16649      Branch: perl
16650            ! ext/Encode/t/Encode.t
16651 ____________________________________________________________________________
16652 [ 19711] By: jhi                                   on 2003/06/08  17:03:20
16653         Log: metaconfig unit change for #19710.
16654      Branch: metaconfig
16655            ! U/compline/Csym.U
16656 ____________________________________________________________________________
16657 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
16658         Log: Regen Configure et al.
16659      Branch: perl
16660            ! Configure Porting/config.sh Porting/config_H
16661 ____________________________________________________________________________
16662 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
16663         Log: More symbol scan logic from Alan Burlison.
16664      Branch: perl
16665            ! Configure Porting/Glossary hints/solaris_2.sh
16666 ____________________________________________________________________________
16667 [ 19708] By: sky                                   on 2003/06/07  13:28:50
16668         Log: Major (internal) change to make it much more easy to embed
16669              threaded perl because we don't use our own TLS for the current
16670              thread info, but instead use PL_modglobal. Should make the
16671              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
16672      Branch: perl
16673            ! ext/threads/threads.xs
16674 ____________________________________________________________________________
16675 [ 19707] By: sky                                   on 2003/06/07  13:27:01
16676         Log: Last patch broke this slightly because INC was wrong.
16677      Branch: perl
16678            ! ext/threads/t/thread.t
16679 ____________________________________________________________________________
16680 [ 19706] By: sky                                   on 2003/06/07  13:07:53
16681         Log: Remove warnings from tests.
16682      Branch: perl
16683            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
16684            ! ext/threads/t/list.t
16685 ____________________________________________________________________________
16686 [ 19705] By: sky                                   on 2003/06/07  12:42:28
16687         Log: Work in non core env.
16688      Branch: perl
16689            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
16690            ! ext/threads/t/libc.t ext/threads/t/list.t
16691            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
16692            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
16693            ! ext/threads/t/thread.t
16694 ____________________________________________________________________________
16695 [ 19704] By: jhi                                   on 2003/06/07  05:24:27
16696         Log: Integrate:
16697              [ 19685]
16698              Align the 'graph' property definition with the proposed
16699              Unicode UTS #18 update (v7).
16700              
16701              [ 19686]
16702              On closer reading the proposed UTS#18 update required
16703              even more changes.
16704              
16705              [ 19687]
16706              Subject: Re: [MacOS X] consider useshrplib='false' by default
16707              From: Andy Dougherty <doughera@lafayette.edu>
16708              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
16709              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
16710              
16711              [ 19688]
16712              Prevent a potential null pointer dereference.
16713              Noticed by Ryan Koga <rkoga@caida.org> in
16714              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
16715              
16716              [ 19689]
16717              Upgrade to Time::HiRes 1.48.
16718              
16719              [ 19690]
16720              z/OS threads tweak from Brian De Pradine.
16721              
16722              [ 19691]
16723              Even more getspecific patches from Brian De Pradine;
16724              macrofy the construct.
16725              
16726              [ 19692]
16727              z/OS makedepend fix from Peter Prymmer;
16728              still needed as reported by Brian De Pradine.
16729              
16730              [ 19693]
16731              SKIP label was missing.
16732              
16733              [ 19694]
16734              Subject: [PATCH] RE: maint @ 19683
16735              From: Robin Barker <Robin.Barker@npl.co.uk>
16736              Date: Thu, 5 Jun 2003 17:16:58 +0100
16737              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
16738              
16739              (skipped the MIME::Base64 part, leaving that to Gisle)
16740              
16741              [ 19695]
16742              Subject: [PATCH] Re: SPUG:-s option doesn't always work!
16743              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16744              Date: Wed, 04 Jun 2003 00:08:32 -0700
16745              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
16746              
16747              [ 19696]
16748              Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
16749              as the compiler supports it)
16750              
16751              [ 19697]
16752              Oops, Joe's edits had been undone by #19682.
16753              
16754              [ 19698]
16755              Clarify that => doesn't quote compound identifiers.
16756              
16757              [ 19699]
16758              Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
16759              From: Stas Bekman <stas@stason.org>
16760              Date: Thu, 05 Jun 2003 10:10:36 +1000
16761              Message-ID: <3EDE8A7C.2080302@stason.org>
16762              
16763              Subject: [patch] perlguts authors dup
16764              From: Stas Bekman <stas@stason.org>
16765              Date: Thu, 05 Jun 2003 10:14:12 +1000
16766              Message-ID: <3EDE8B54.6090808@stason.org>
16767              
16768              [ 19700]
16769              Minor grammatical nit.
16770              
16771              [ 19701]
16772              Complement to change #19698 :
16773              add also this information (=> and curly braces doesn't
16774              quote compound identifiers) to the strict manpage.
16775              As an experiment in documentation, add a "HISTORY" section
16776              to the strict manpage.
16777              
16778              [ 19702]
16779              Upgrade to Time::Local 1.06, by Dave Rolsky
16780              
16781              [ 19703]
16782              Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
16783              From: Michael G Schwern <schwern@pobox.com>
16784              Date: Fri, 6 Jun 2003 18:41:45 -0700
16785              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
16786      Branch: maint-5.8/perl
16787           !> (integrate 42 files)
16788 ____________________________________________________________________________
16789 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
16790         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
16791              From: Michael G Schwern <schwern@pobox.com>
16792              Date: Fri, 6 Jun 2003 18:41:45 -0700
16793              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
16794      Branch: perl
16795            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
16796            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
16797            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
16798            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
16799            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
16800            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
16801            ! lib/ExtUtils/t/zz_cleanup_dummy.t
16802 ____________________________________________________________________________
16803 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
16804         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
16805      Branch: perl
16806            ! lib/Time/Local.pm lib/Time/Local.t
16807 ____________________________________________________________________________
16808 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
16809         Log: Complement to change #19698 :
16810              add also this information (=> and curly braces doesn't
16811              quote compound identifiers) to the strict manpage.
16812              As an experiment in documentation, add a "HISTORY" section
16813              to the strict manpage.
16814      Branch: perl
16815            ! lib/strict.pm
16816 ____________________________________________________________________________
16817 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
16818         Log: Minor grammatical nit.
16819      Branch: perl
16820            ! README.hpux
16821 ____________________________________________________________________________
16822 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
16823         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
16824              From: Stas Bekman <stas@stason.org>
16825              Date: Thu, 05 Jun 2003 10:10:36 +1000
16826              Message-ID: <3EDE8A7C.2080302@stason.org>
16827              
16828              Subject: [patch] perlguts authors dup
16829              From: Stas Bekman <stas@stason.org>
16830              Date: Thu, 05 Jun 2003 10:14:12 +1000
16831              Message-ID: <3EDE8B54.6090808@stason.org>
16832      Branch: perl
16833            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
16834 ____________________________________________________________________________
16835 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
16836         Log: Clarify that => doesn't quote compound identifiers.
16837      Branch: perl
16838            ! pod/perldata.pod
16839 ____________________________________________________________________________
16840 [ 19697] By: jhi                                   on 2003/06/06  13:22:52
16841         Log: Oops, Joe's edits had been undone by #19682.
16842      Branch: maint-5.8/perl
16843            ! lib/perl5db.pl
16844 ____________________________________________________________________________
16845 [ 19696] By: merijn                                on 2003/06/06  12:21:43
16846         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
16847              as the compiler supports it)
16848      Branch: perl
16849            ! README.hpux
16850 ____________________________________________________________________________
16851 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
16852         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
16853              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16854              Date: Wed, 04 Jun 2003 00:08:32 -0700
16855              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
16856      Branch: perl
16857            ! t/run/switches.t toke.c
16858 ____________________________________________________________________________
16859 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
16860         Log: Subject: [PATCH] RE: maint @ 19683
16861              From: Robin Barker <Robin.Barker@npl.co.uk>
16862              Date: Thu, 5 Jun 2003 17:16:58 +0100
16863              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
16864              
16865              (skipped the MIME::Base64 part, leaving that to Gisle)
16866      Branch: perl
16867            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
16868 ____________________________________________________________________________
16869 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
16870         Log: SKIP label was missing.
16871      Branch: perl
16872            ! t/io/utf8.t
16873 ____________________________________________________________________________
16874 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
16875         Log: z/OS makedepend fix from Peter Prymmer;
16876              still needed as reported by Brian De Pradine.
16877      Branch: perl
16878            ! makedepend.SH
16879 ____________________________________________________________________________
16880 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
16881         Log: Even more getspecific patches from Brian De Pradine;
16882              macrofy the construct.
16883      Branch: perl
16884            ! ext/threads/threads.xs
16885 ____________________________________________________________________________
16886 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
16887         Log: z/OS threads tweak from Brian De Pradine.
16888      Branch: perl
16889            ! ext/threads/threads.xs
16890 ____________________________________________________________________________
16891 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
16892         Log: Upgrade to Time::HiRes 1.48.
16893      Branch: perl
16894            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16895 ____________________________________________________________________________
16896 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
16897         Log: Prevent a potential null pointer dereference.
16898              Noticed by Ryan Koga <rkoga@caida.org> in
16899              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
16900      Branch: perl
16901            ! perlio.c
16902 ____________________________________________________________________________
16903 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
16904         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
16905              From: Andy Dougherty <doughera@lafayette.edu>
16906              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
16907              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
16908      Branch: perl
16909            ! hints/darwin.sh
16910 ____________________________________________________________________________
16911 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
16912         Log: On closer reading the proposed UTS#18 update required
16913              even more changes.
16914      Branch: perl
16915            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
16916            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
16917            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
16918            ! lib/unicore/mktables
16919 ____________________________________________________________________________
16920 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
16921         Log: Align the 'graph' property definition with the proposed
16922              Unicode UTS #18 update (v7).
16923      Branch: perl
16924            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
16925 ____________________________________________________________________________
16926 [ 19684] By: jhi                                   on 2003/06/04  05:40:24
16927         Log: Change entries from the wrong branches.
16928      Branch: maint-5.8/perl
16929            ! Changes
16930 ____________________________________________________________________________
16931 [ 19683] By: jhi                                   on 2003/06/04  05:28:27
16932         Log: Update Changes.
16933      Branch: maint-5.8/perl
16934            ! Changes patchlevel.h
16935 ____________________________________________________________________________
16936 [ 19682] By: jhi                                   on 2003/06/04  05:22:46
16937         Log: Integrate:
16938              [ 19654]
16939              Two Cygwin patches from Gerrit.
16940              
16941              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
16942              From: "Gerrit P. Haase" <gp@familiehaase.de>
16943              Date: Sat, 31 May 2003 14:12:07 +0200
16944              Message-ID: <179860591535.20030531141207@familiehaase.de>
16945              
16946              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
16947              Date: Sat, 31 May 2003 13:57:49 +0200
16948              Message-ID: <11859733881.20030531135749@familiehaase.de>
16949              
16950              [ 19655]
16951              A pointless test, noticed by Craig Berry.
16952              
16953              [ 19656]
16954              Since pulling in File::Temp for tempfiles would pull in
16955              also Fcntl, miniperl could not open up tempfiles.  This broke
16956              the use of miniperl in VMS, as noticed by Craig Berry.
16957              Try to cure this by moving the creation of tempfile into its
16958              own routine, my_tmpfp(), which gets compiled differently
16959              for miniperl and perl.
16960              
16961              [ 19657]
16962              Stick with the original (5.8.0) logic.
16963              
16964              [ 19658]
16965              I thought I tried building threaded.  Never think.  Try.
16966              
16967              [ 19659]
16968              Duplicate definition bad.
16969              
16970              [ 19660]
16971              Beautification.
16972              
16973              [ 19661]
16974              Sync with libnet 1.14
16975              
16976              [ 19662]
16977              U/WIN: final (for now) touches from John P. Linderman;
16978              now we get 97% success rate, the remaining failures are
16979              quite obscure.
16980              
16981              [ 19663]
16982              Whitespace tweaks.
16983              
16984              [ 19664]
16985              Upgrade to the CGI.pm 2.93.
16986              
16987              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
16988              
16989              [ 19665]
16990              A little bit more of weird-code-proofing in B::Deparse.
16991              Fixes a bug reported by Alexey Tourbin in
16992              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
16993              
16994              [ 19666]
16995              change#19628 broke many win32/system.t tests, so back it out
16996              
16997              [ 19667]
16998              don't use File::Temp to implement PerlIO_tmpfile() on windows;
16999              reuse the straightforward native implementation instead
17000              
17001              this fixes the warning from io_xs.t
17002              
17003              NOTE: File::Temp has a less-than-robust implementation on windows
17004              that relies on END blocks being run (this may not happen always)
17005              
17006              [ 19668]
17007              resurrect change#19628 and make it work by generalizing
17008              a spot that had a hardcoded dependency on the cmd.exe
17009              arguments being "/x/c" or "/c"
17010              
17011              [ 19669]
17012              fix for 09_gen_rs.t#59 failure on windows
17013              
17014              [ 19670]
17015              Retract #19667, #19660, #19659, #19658, #19657, #19656,
17016              #19655, #19418; File::Temp no more used internally.
17017              Some parts of these will be salvaged later.
17018              
17019              [ 19671]
17020              Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
17021              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17022              Date: Tue, 03 Jun 2003 01:55:06 -0700
17023              Message-ID: <qJG3+gzkgajL092yn@efn.org>
17024              
17025              [ 19672]
17026              Salvage parts of #19418 (the ext/PerlIO/t/open.t
17027              still is there).
17028              
17029              [ 19673]
17030              Salvage parts of #19667.
17031              
17032              [ 19678]
17033              According to Arthur this should help
17034              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
17035              
17036              [ 19679]
17037              Urk.  Joe's patches were for the maint branch,
17038              not for the blead (which has assertions and stuff).
17039              Retract #19677, #19676, #19674.
17040              
17041              [ 19681]
17042              Subject: [MacOS X] consider useshrplib='false' by default
17043              From: Dan Kogai <dankogai@dan.co.jp>
17044              Date: Wed, 4 Jun 2003 01:29:42 +0900
17045              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
17046      Branch: maint-5.8/perl
17047           +> lib/CGI/t/util-58.t
17048           !> (integrate 48 files)
17049 ____________________________________________________________________________
17050 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
17051         Log: Subject: [MacOS X] consider useshrplib='false' by default
17052              From: Dan Kogai <dankogai@dan.co.jp>
17053              Date: Wed, 4 Jun 2003 01:29:42 +0900
17054              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
17055      Branch: perl
17056            ! hints/darwin.sh
17057 ____________________________________________________________________________
17058 [ 19680] By: jhi                                   on 2003/06/03  15:53:57
17059         Log: Restore the perl5db.pl of #19677 into the maint branch.
17060      Branch: maint-5.8/perl
17061            ! lib/perl5db.pl
17062 ____________________________________________________________________________
17063 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
17064         Log: Urk.  Joe's patches were for the maint branch,
17065              not for the blead (which has assertions and stuff).
17066              Retract #19677, #19676, #19674.
17067      Branch: perl
17068            ! lib/perl5db.pl
17069 ____________________________________________________________________________
17070 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
17071         Log: According to Arthur this should help
17072              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
17073      Branch: perl
17074            ! ext/threads/threads.xs
17075 ____________________________________________________________________________
17076 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
17077         Log: Tiny tweaks from Joe McMahon.
17078      Branch: perl
17079            ! lib/perl5db.pl
17080 ____________________________________________________________________________
17081 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
17082         Log: Tiny pod and speling tweaks.
17083      Branch: perl
17084            ! lib/perl5db.pl
17085 ____________________________________________________________________________
17086 [ 19675] By: nick                                  on 2003/06/03  12:38:25
17087         Log: Integrate mainline
17088      Branch: perlio
17089           +> ext/IO/lib/IO/t/io_utf8.t lib/CGI/t/util-58.t
17090           !> (integrate 82 files)
17091 ____________________________________________________________________________
17092 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
17093         Log: Subject: Extensive documentation patch redux
17094              From: Joe McMahon <mcmahon@ibiblio.org>
17095              Date: Mon, 2 Jun 2003 09:53:40 -0400
17096              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
17097              
17098              Subject: RE: [PATCH] RE: Extensive documentation patch redux
17099              From: Robin Barker <Robin.Barker@npl.co.uk>
17100              Date: Tue, 3 Jun 2003 10:00:22 +0100 
17101              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
17102      Branch: perl
17103            ! lib/perl5db.pl
17104 ____________________________________________________________________________
17105 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
17106         Log: Salvage parts of #19667.
17107      Branch: perl
17108            ! perlio.c win32/win32.c win32/win32iop.h
17109 ____________________________________________________________________________
17110 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
17111         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
17112              still is there).
17113      Branch: perl
17114            ! MANIFEST pod/perlfunc.pod
17115 ____________________________________________________________________________
17116 [ 19671] By: merijn                                on 2003/06/03  08:27:07
17117         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
17118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17119              Date: Tue, 03 Jun 2003 01:55:06 -0700
17120              Message-ID: <qJG3+gzkgajL092yn@efn.org>
17121      Branch: perl
17122            ! README.cygwin
17123 ____________________________________________________________________________
17124 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
17125         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
17126              #19655, #19418; File::Temp no more used internally.
17127              Some parts of these will be salvaged later.
17128      Branch: perl
17129            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
17130            ! proto.h win32/win32.c win32/win32iop.h
17131 ____________________________________________________________________________
17132 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
17133         Log: fix for 09_gen_rs.t#59 failure on windows
17134      Branch: perl
17135            ! lib/Tie/File/t/09_gen_rs.t
17136 ____________________________________________________________________________
17137 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
17138         Log: resurrect change#19628 and make it work by generalizing
17139              a spot that had a hardcoded dependency on the cmd.exe
17140              arguments being "/x/c" or "/c"
17141      Branch: perl
17142            ! pod/perlrun.pod win32/win32.c
17143 ____________________________________________________________________________
17144 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
17145         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
17146              reuse the straightforward native implementation instead
17147              
17148              this fixes the warning from io_xs.t
17149              
17150              NOTE: File::Temp has a less-than-robust implementation on windows
17151              that relies on END blocks being run (this may not happen always)
17152      Branch: perl
17153            ! op.c win32/win32.c win32/win32iop.h
17154 ____________________________________________________________________________
17155 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
17156         Log: change#19628 broke many win32/system.t tests, so back it out
17157      Branch: perl
17158            ! pod/perlrun.pod win32/win32.c
17159 ____________________________________________________________________________
17160 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
17161         Log: A little bit more of weird-code-proofing in B::Deparse.
17162              Fixes a bug reported by Alexey Tourbin in
17163              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
17164      Branch: perl
17165            ! ext/B/B/Deparse.pm
17166 ____________________________________________________________________________
17167 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
17168         Log: Upgrade to the CGI.pm 2.93.
17169              
17170              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
17171      Branch: perl
17172            + lib/CGI/t/util-58.t
17173            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17174            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
17175            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
17176            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
17177            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
17178            ! lib/CGI/t/switch.t lib/CGI/t/util.t
17179 ____________________________________________________________________________
17180 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
17181         Log: Whitespace tweaks.
17182      Branch: perl
17183            ! hints/uwin.sh
17184 ____________________________________________________________________________
17185 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
17186         Log: U/WIN: final (for now) touches from John P. Linderman;
17187              now we get 97% success rate, the remaining failures are
17188              quite obscure.
17189      Branch: perl
17190            ! hints/uwin.sh lib/locale.t
17191 ____________________________________________________________________________
17192 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
17193         Log: Sync with libnet 1.14
17194      Branch: perl
17195            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
17196            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
17197            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
17198            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
17199 ____________________________________________________________________________
17200 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
17201         Log: Beautification.
17202      Branch: perl
17203            ! op.c
17204 ____________________________________________________________________________
17205 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
17206         Log: Duplicate definition bad.
17207      Branch: perl
17208            ! op.c
17209 ____________________________________________________________________________
17210 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
17211         Log: I thought I tried building threaded.  Never think.  Try.
17212      Branch: perl
17213            ! perlio.c
17214 ____________________________________________________________________________
17215 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
17216         Log: Stick with the original (5.8.0) logic.
17217      Branch: perl
17218            ! op.c
17219 ____________________________________________________________________________
17220 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
17221         Log: Since pulling in File::Temp for tempfiles would pull in
17222              also Fcntl, miniperl could not open up tempfiles.  This broke
17223              the use of miniperl in VMS, as noticed by Craig Berry.
17224              Try to cure this by moving the creation of tempfile into its
17225              own routine, my_tmpfp(), which gets compiled differently
17226              for miniperl and perl.
17227      Branch: perl
17228            ! embed.fnc embed.h op.c perlio.c proto.h
17229 ____________________________________________________________________________
17230 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
17231         Log: A pointless test, noticed by Craig Berry.
17232      Branch: perl
17233            ! perlio.c
17234 ____________________________________________________________________________
17235 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
17236         Log: Two Cygwin patches from Gerrit.
17237              
17238              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
17239              From: "Gerrit P. Haase" <gp@familiehaase.de>
17240              Date: Sat, 31 May 2003 14:12:07 +0200
17241              Message-ID: <179860591535.20030531141207@familiehaase.de>
17242              
17243              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
17244              Date: Sat, 31 May 2003 13:57:49 +0200
17245              Message-ID: <11859733881.20030531135749@familiehaase.de>
17246      Branch: perl
17247            ! README.cygwin perl.h t/io/layers.t
17248 ____________________________________________________________________________
17249 [ 19653] By: jhi                                   on 2003/06/01  07:35:55
17250         Log: Integrate:
17251              [ 19638]
17252              Comment tweakage.
17253              
17254              [ 19639]
17255              Add the test case for the already fixed
17256              [perl #22351] perl bug with 'e' substitution modifier
17257              
17258              [ 19640]
17259              Fix for "#22375 'split'/'index' problem for utf8".
17260              
17261              [ 19641]
17262              A bit of networking notworking negativity.
17263              (Inspiration from Jos.)
17264              
17265              [ 19642]
17266              test.pl-isation.
17267              
17268              [ 19643]
17269              Upgrade to Tie::File 0.96.
17270              
17271              [ 19644]
17272              Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
17273              From: "Craig A. Berry" <craigberry@mac.com>
17274              Date: Fri, 30 May 2003 13:08:01 -0500
17275              Message-ID: <3ED79E01.8050401@mac.com>
17276              
17277              [ 19645]
17278              Subject: Re: [perl #22372] [PATCH] sv_chop() broken
17279              From: Enache Adrian <enache@rdslink.ro>
17280              Date: Fri, 30 May 2003 18:52:28 +0300
17281              Message-ID: <20030530155228.GA872@ratsnest.hole>
17282              
17283              [ 19646]
17284              Interesting patch(1) glitch.
17285              
17286              [ 19647]
17287              Subject: Re: [perl #22372] [PATCH] sv_chop() broken
17288              From: Enache Adrian <enache@rdslink.ro>
17289              Date: Sat, 31 May 2003 14:18:11 +0300
17290              Message-ID: <20030531111811.GA1240@ratsnest.hole>
17291              
17292              [ 19648]
17293              Better patch from Inaba Hiroto for
17294              [perl #22375] 'split'/'index' problem for utf8
17295              
17296              [ 19650]
17297              Regenerate internals pods.
17298              
17299              [ 19651]
17300              Don't install test.pl files.
17301              
17302              [ 19652]
17303              Fix a case of segfault in gv_check(), by making
17304              it ignore non-GV values in stashes.
17305      Branch: maint-5.8/perl
17306           !> ext/Encode/t/perlio.t gv.c installperl intrpvar.h
17307           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
17308           !> lib/Tie/File/t/09_gen_rs.t pod/perlapi.pod pod/perlintern.pod
17309           !> pod/perlport.pod sv.c t/op/index.t t/op/stash.t t/op/subst.t
17310           !> t/op/write.t
17311 ____________________________________________________________________________
17312 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
17313         Log: Fix a case of segfault in gv_check(), by making
17314              it ignore non-GV values in stashes.
17315      Branch: perl
17316            ! gv.c t/op/stash.t
17317 ____________________________________________________________________________
17318 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
17319         Log: Don't install test.pl files.
17320      Branch: perl
17321            ! installperl
17322 ____________________________________________________________________________
17323 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
17324         Log: Regenerate internals pods.
17325      Branch: perl
17326            ! pod/perlapi.pod pod/perlintern.pod
17327 ____________________________________________________________________________
17328 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
17329         Log: Subject: [PATCH] jumbo closure patch broke formats
17330              From: Dave Mitchell <davem@fdgroup.com>
17331              Date: Sat, 31 May 2003 19:54:48 +0100
17332              Message-ID: <20030531185448.GA6055@fdgroup.com>
17333              Plus restore the original test script for bug #22372
17334      Branch: perl
17335            ! pad.c t/op/write.t
17336 ____________________________________________________________________________
17337 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
17338         Log: Better patch from Inaba Hiroto for
17339              [perl #22375] 'split'/'index' problem for utf8
17340      Branch: perl
17341            ! sv.c
17342 ____________________________________________________________________________
17343 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
17344         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
17345              From: Enache Adrian <enache@rdslink.ro>
17346              Date: Sat, 31 May 2003 14:18:11 +0300
17347              Message-ID: <20030531111811.GA1240@ratsnest.hole>
17348      Branch: perl
17349            ! t/op/write.t
17350 ____________________________________________________________________________
17351 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
17352         Log: Interesting patch(1) glitch.
17353      Branch: perl
17354            ! lib/Tie/File.pm
17355 ____________________________________________________________________________
17356 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
17357         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
17358              From: Enache Adrian <enache@rdslink.ro>
17359              Date: Fri, 30 May 2003 18:52:28 +0300
17360              Message-ID: <20030530155228.GA872@ratsnest.hole>
17361      Branch: perl
17362            ! sv.c t/op/write.t
17363 ____________________________________________________________________________
17364 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
17365         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
17366              From: "Craig A. Berry" <craigberry@mac.com>
17367              Date: Fri, 30 May 2003 13:08:01 -0500
17368              Message-ID: <3ED79E01.8050401@mac.com>
17369      Branch: perl
17370            ! ext/Encode/t/perlio.t
17371 ____________________________________________________________________________
17372 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
17373         Log: Upgrade to Tie::File 0.96.
17374      Branch: perl
17375            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
17376            ! lib/Tie/File/t/09_gen_rs.t
17377 ____________________________________________________________________________
17378 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
17379         Log: test.pl-isation.
17380      Branch: perl
17381            ! t/op/index.t
17382 ____________________________________________________________________________
17383 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
17384         Log: A bit of networking notworking negativity.
17385              (Inspiration from Jos.)
17386      Branch: perl
17387            ! pod/perlport.pod
17388 ____________________________________________________________________________
17389 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
17390         Log: Fix for "#22375 'split'/'index' problem for utf8".
17391      Branch: perl
17392            ! sv.c t/op/index.t
17393 ____________________________________________________________________________
17394 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
17395         Log: Add the test case for the already fixed
17396              [perl #22351] perl bug with 'e' substitution modifier
17397      Branch: perl
17398            ! t/op/subst.t
17399 ____________________________________________________________________________
17400 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
17401         Log: Comment tweakage.
17402      Branch: perl
17403            ! intrpvar.h
17404 ____________________________________________________________________________
17405 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
17406         Log: Subject: [PATCH] jumbo closure fix
17407              From: Dave Mitchell <davem@fdgroup.com>
17408              Date: Wed, 26 Feb 2003 14:49:47 +0000
17409              Message-ID: <20030226144947.A14444@fdgroup.com>
17410      Branch: perl
17411            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
17412            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
17413            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
17414            ! t/op/closure.t
17415 ____________________________________________________________________________
17416 [ 19636] By: jhi                                   on 2003/05/29  14:19:35
17417         Log: Integrate:
17418              [ 19618]
17419              Subject: [Encode] Minor bug in piconv induced by Getopt::Long
17420              From: Dan Kogai <dankogai@dan.co.jp>
17421              Date: 24 May 2003 19:50:48 -0000
17422              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
17423              
17424              [ 19619]
17425              Protect against race conditions: if the pid is not seen,
17426              neither will be the $0 change be seen (and vice versa).
17427              
17428              [ 19620]
17429              Subject: Re: [PATCH: perlio.h] maint snap @ 19613
17430              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
17431              Date: Sun, 25 May 2003 21:17:42 +0200
17432              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
17433              
17434              [ 19621]
17435              Run external commands only with localized sanitized $ENV{PATH}.
17436              
17437              [ 19622]
17438              Regen modlib and toc.
17439              
17440              [ 19623]
17441              Subject: [PATCH] for cygwin/perlld.in
17442              From: "Gerrit P. Haase" <gp@familiehaase.de>
17443              Date: Sat, 24 May 2003 16:51:29 +0200
17444              Message-ID: <162265353578.20030524165129@familiehaase.de>
17445              
17446              [ 19625]
17447              Subject: Re: [perl #22299] goto doesn't find label
17448              From: Dave Mitchell <davem@fdgroup.com>
17449              Date: Sat, 24 May 2003 12:25:17 +0100
17450              Message-ID: <20030524112517.GA11761@fdgroup.com>
17451              
17452              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
17453              From: Dave Mitchell <davem@fdgroup.com>
17454              Date: Mon, 26 May 2003 13:47:11 +0100
17455              Message-ID: <20030526124710.GA17670@fdgroup.com>
17456              
17457              [ 19626]
17458              For now reword the sysread/syswrite description to
17459              stress the fact that by default everything is still bytes.
17460              
17461              [ 19627]
17462              OpenZaurus cross-compilation patches from Redvers Davies.
17463              
17464              [ 19628]
17465              Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
17466              From: Jan Dubois <jand@ActiveState.com>
17467              Date: Mon, 26 May 2003 23:33:53 -0700
17468              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
17469              
17470              [ 19629]
17471              Subject: [PATCH] Re: a2p is linked against too many libraries
17472              From: Andy Dougherty <doughera@lafayette.edu>
17473              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
17474              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
17475              
17476              [ 19630]
17477              Subject: typo in pod/perlfunc.pod
17478              From: Alexey Mahotkin <alexm@w-m.ru>
17479              Date: Wed, 28 May 2003 15:18:04 +0400
17480              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
17481              
17482              [ 19631]
17483              Document that setvbuf() is not probably any more available.
17484              Many reports, most recently by mjd in
17485              [perl #22339] IO::Handle::setvbuf not defined properly
17486              
17487              [ 19632]
17488              Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
17489              From: Dave Mitchell <davem@fdgroup.com>
17490              Date: Tue, 27 May 2003 19:31:10 +0100
17491              Message-ID: <20030527183110.GA22715@fdgroup.com>
17492              
17493              [ 19633]
17494              A *much* cut-down version of the patches in the thread
17495              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
17496              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
17497              Date: 16 May 2003 19:04:28 -0000
17498              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
17499              
17500              [ 19634]
17501              Subject: [patch] IO::File->open() with encoding
17502              From: Pradeep Hodigere <phodigere@yahoo.com>
17503              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
17504              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
17505              
17506              [ 19635]
17507              Subject: Credits patch
17508              From: Ed Avis <ed@membled.com>
17509              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
17510              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
17511              
17512              (the cygwin/perlld.in and Cross/config.sh-arm-linux edited
17513              to talk of 5.8.1 instead of 5.9.0)
17514      Branch: maint-5.8/perl
17515           +> ext/IO/lib/IO/t/io_utf8.t
17516           !> Cross/Makefile Cross/Makefile.SH.patch Cross/README
17517           !> Cross/config.sh-arm-linux Cross/generate_config_sh
17518           !> Cross/installperl.patch MANIFEST cygwin/perlld.in
17519           !> ext/Encode/bin/piconv ext/IO/lib/IO/File.pm
17520           !> ext/IO/lib/IO/Handle.pm ext/Sys/Hostname/Hostname.pm
17521           !> ext/threads/t/join.t hv.c lib/Tie/RefHash.pm perlio.h
17522           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmodlib.pod
17523           !> pod/perlrun.pod pod/perltoc.pod pp_ctl.c t/op/goto.t
17524           !> win32/win32.c x2p/Makefile.SH
17525 ____________________________________________________________________________
17526 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
17527         Log: Subject: Credits patch
17528              From: Ed Avis <ed@membled.com>
17529              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
17530              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
17531      Branch: perl
17532            ! lib/Tie/RefHash.pm
17533 ____________________________________________________________________________
17534 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
17535         Log: Subject: [patch] IO::File->open() with encoding
17536              From: Pradeep Hodigere <phodigere@yahoo.com>
17537              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
17538              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
17539      Branch: perl
17540            + ext/IO/lib/IO/t/io_utf8.t
17541            ! MANIFEST ext/IO/lib/IO/File.pm
17542 ____________________________________________________________________________
17543 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
17544         Log: A *much* cut-down version of the patches in the thread
17545              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
17546              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
17547              Date: 16 May 2003 19:04:28 -0000
17548              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
17549      Branch: perl
17550            ! pod/perldiag.pod
17551 ____________________________________________________________________________
17552 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
17553         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
17554              From: Dave Mitchell <davem@fdgroup.com>
17555              Date: Tue, 27 May 2003 19:31:10 +0100
17556              Message-ID: <20030527183110.GA22715@fdgroup.com>
17557      Branch: perl
17558            ! hv.c
17559 ____________________________________________________________________________
17560 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
17561         Log: Document that setvbuf() is not probably any more available.
17562              Many reports, most recently by mjd in
17563              [perl #22339] IO::Handle::setvbuf not defined properly
17564      Branch: perl
17565            ! ext/IO/lib/IO/Handle.pm
17566 ____________________________________________________________________________
17567 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
17568         Log: Subject: typo in pod/perlfunc.pod
17569              From: Alexey Mahotkin <alexm@w-m.ru>
17570              Date: Wed, 28 May 2003 15:18:04 +0400
17571              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
17572      Branch: perl
17573            ! pod/perlfunc.pod
17574 ____________________________________________________________________________
17575 [ 19629] By: merijn                                on 2003/05/28  12:24:42
17576         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
17577              From: Andy Dougherty <doughera@lafayette.edu>
17578              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
17579              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
17580      Branch: perl
17581            ! x2p/Makefile.SH
17582 ____________________________________________________________________________
17583 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
17584         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
17585              From: Jan Dubois <jand@ActiveState.com>
17586              Date: Mon, 26 May 2003 23:33:53 -0700
17587              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
17588      Branch: perl
17589            ! pod/perlrun.pod win32/win32.c
17590 ____________________________________________________________________________
17591 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
17592         Log: OpenZaurus cross-compilation patches from Redvers Davies.
17593      Branch: perl
17594            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
17595            ! Cross/config.sh-arm-linux Cross/generate_config_sh
17596            ! Cross/installperl.patch
17597 ____________________________________________________________________________
17598 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
17599         Log: For now reword the sysread/syswrite description to
17600              stress the fact that by default everything is still bytes.
17601      Branch: perl
17602            ! pod/perlfunc.pod
17603 ____________________________________________________________________________
17604 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
17605         Log: Subject: Re: [perl #22299] goto doesn't find label
17606              From: Dave Mitchell <davem@fdgroup.com>
17607              Date: Sat, 24 May 2003 12:25:17 +0100
17608              Message-ID: <20030524112517.GA11761@fdgroup.com>
17609              
17610              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
17611              From: Dave Mitchell <davem@fdgroup.com>
17612              Date: Mon, 26 May 2003 13:47:11 +0100
17613              Message-ID: <20030526124710.GA17670@fdgroup.com>
17614      Branch: perl
17615            ! pp_ctl.c t/op/goto.t
17616 ____________________________________________________________________________
17617 [ 19624] By: nick                                  on 2003/05/26  15:51:53
17618         Log: Integrate mainline
17619      Branch: perlio
17620           !> cygwin/perlld.in ext/Encode/bin/piconv
17621           !> ext/Sys/Hostname/Hostname.pm ext/threads/t/join.t
17622           !> pod/perlmodlib.pod pod/perltoc.pod
17623 ____________________________________________________________________________
17624 [ 19623] By: merijn                                on 2003/05/26  11:19:38
17625         Log: Subject: [PATCH] for cygwin/perlld.in
17626              From: "Gerrit P. Haase" <gp@familiehaase.de>
17627              Date: Sat, 24 May 2003 16:51:29 +0200
17628              Message-ID: <162265353578.20030524165129@familiehaase.de>
17629      Branch: perl
17630            ! cygwin/perlld.in
17631 ____________________________________________________________________________
17632 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
17633         Log: Regen modlib and toc.
17634      Branch: perl
17635            ! pod/perlmodlib.pod pod/perltoc.pod
17636 ____________________________________________________________________________
17637 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
17638         Log: Run external commands only with localized sanitized $ENV{PATH}.
17639      Branch: perl
17640            ! ext/Sys/Hostname/Hostname.pm
17641 ____________________________________________________________________________
17642 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
17643         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
17644              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
17645              Date: Sun, 25 May 2003 21:17:42 +0200
17646              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
17647      Branch: perl
17648            ! perlio.h
17649 ____________________________________________________________________________
17650 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
17651         Log: Protect against race conditions: if the pid is not seen,
17652              neither will be the $0 change be seen (and vice versa).
17653      Branch: perl
17654            ! ext/threads/t/join.t
17655 ____________________________________________________________________________
17656 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
17657         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
17658              From: Dan Kogai <dankogai@dan.co.jp>
17659              Date: 24 May 2003 19:50:48 -0000
17660              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
17661      Branch: perl
17662            ! ext/Encode/bin/piconv
17663 ____________________________________________________________________________
17664 [ 19617] By: nick                                  on 2003/05/24  18:47:42
17665         Log: More work-in-progress on sysread() abstraction.
17666              - sysread() does not want to retry on EINTR but too many places have that logic.
17667              now stdio and unix are both doing re-try on EINTR it makes sense to move
17668              that logic up to PerlIO_read()/PerlIO_write() and leave layers as raw without 
17669              retry (which should help them be re-used for sysread).
17670              - also noted (old?) comment in pp_sys.c that says PerlIO_read() returns 0 on error 
17671              but perlapio.pod says it returns -ve. Match the pod for :stdio.
17672              - all tests pass (:perlio/:stdio) if pp_sys.c is re-hacked to turn off new-sysread 
17673              logic so above re-factoring is not a disaster...
17674      Branch: perlio
17675            ! perlio.c
17676 ____________________________________________________________________________
17677 [ 19616] By: nick                                  on 2003/05/24  16:09:55
17678         Log: Tweak Base_read - which needed indentation change
17679              re-indent perlio.c using indent
17680              add .indent.pro so indent-ing is reproducable.
17681      Branch: perlio
17682            + .indent.pro
17683            ! perlio.c
17684 ____________________________________________________________________________
17685 [ 19615] By: nick                                  on 2003/05/24  14:53:02
17686         Log: re-instate warning with syslayer abstraction.
17687      Branch: perlio
17688            ! perlio.c
17689 ____________________________________________________________________________
17690 [ 19614] By: nick                                  on 2003/05/24  14:03:12
17691         Log: Integrate mainline (but don't integrate back yet).
17692      Branch: perlio
17693           +> lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
17694           +> lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
17695            - lib/CPAN/README lib/ftp.pl
17696           !> (integrate 121 files)
17697 ____________________________________________________________________________
17698 [ 19613] By: jhi                                   on 2003/05/24  08:03:55
17699         Log: Update Changes.
17700      Branch: maint-5.8/perl
17701            ! Changes patchlevel.h
17702 ____________________________________________________________________________
17703 [ 19612] By: jhi                                   on 2003/05/24  07:53:25
17704         Log: Regen the old-style VOS config files.
17705      Branch: maint-5.8/perl
17706            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17707            ! vos/config.ga.h
17708 ____________________________________________________________________________
17709 [ 19611] By: jhi                                   on 2003/05/24  07:50:43
17710         Log: Integrate:
17711              [ 19592]
17712              Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
17713              
17714              [ 19593]
17715              Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
17716              From: Dan Kogai <dankogai@dan.co.jp>
17717              Date: Fri, 23 May 2003 20:17:16 +0900
17718              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
17719              
17720              [ 19594]
17721              Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
17722              From: Michael G Schwern <schwern@pobox.com> 
17723              Date: Fri, 23 May 2003 02:10:46 -0700 
17724              Message-ID: <20030523091046.GB11662@windhund.schwern.org> 
17725              
17726              [ 19595]
17727              Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
17728              From: Dan Kogai <dankogai@dan.co.jp>
17729              Date: Sat, 24 May 2003 00:15:49 +0900
17730              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
17731              
17732              [ 19596]
17733              U/WIN extension fix from John P. Linderman.
17734              
17735              [ 19597]
17736              Linewrapping MUAs, grumble.
17737              
17738              [ 19598]
17739              Hasty editing, grumble.
17740              
17741              [ 19599]
17742              Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
17743              From: Robin Barker <Robin.Barker@npl.co.uk>
17744              Date: Fri, 23 May 2003 17:32:22 +0100
17745              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
17746              
17747              [ 19600]
17748              Subject: [PATCH] for Configure -Dnoextensions=Encode
17749              From: Robin Barker <Robin.Barker@npl.co.uk>
17750              Date: Fri, 23 May 2003 17:37:09 +0100
17751              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
17752              
17753              [ 19601]
17754              Subject: [PATCH] RE: state of deparse?
17755              From: Robin Barker <Robin.Barker@npl.co.uk>
17756              Date: Fri, 23 May 2003 17:42:37 +0100
17757              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
17758              
17759              [ 19602]
17760              Noticed by John P. Linderman.
17761              
17762              [ 19603]
17763              lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
17764              
17765              [ 19604]
17766              Add a real scan for pthread_attr_setscope().
17767              
17768              [ 19606]
17769              Regen Glossary et al.
17770              
17771              [ 19607]
17772              Introduce (undefined) pthread_attr_setscope to non-Configure lands.
17773              
17774              [ 19608]
17775              Missing "to".
17776              
17777              [ 19610]
17778              Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
17779              From: Dave Mitchell <davem@fdgroup.com>
17780              Date: Thu, 22 May 2003 10:13:19 +0100
17781              Message-ID: <20030522091319.GA4568@fdgroup.com>
17782              
17783              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
17784              From: Dave Mitchell <davem@fdgroup.com>
17785              Date: Fri, 23 May 2003 17:09:44 +0100
17786              Message-ID: <20030523160944.GC9194@fdgroup.com>
17787              
17788              (Regen Configure, Glossary, et al)
17789              (One metaconfig beauty tweak sneaked in)
17790      Branch: maint-5.8/perl
17791           +> lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
17792           +> lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
17793            - lib/ftp.pl
17794            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17795            ! config_h.SH
17796           !> (integrate 71 files)
17797      Branch: metaconfig
17798            ! U/compline/Csym.U
17799 ____________________________________________________________________________
17800 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
17801         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
17802              From: Dave Mitchell <davem@fdgroup.com>
17803              Date: Thu, 22 May 2003 10:13:19 +0100
17804              Message-ID: <20030522091319.GA4568@fdgroup.com>
17805              
17806              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
17807              From: Dave Mitchell <davem@fdgroup.com>
17808              Date: Fri, 23 May 2003 17:09:44 +0100
17809              Message-ID: <20030523160944.GC9194@fdgroup.com>
17810      Branch: perl
17811            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
17812            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
17813 ____________________________________________________________________________
17814 [ 19609] By: jhi                                   on 2003/05/24  06:30:57
17815         Log: metaconfig unit change for #19608.
17816      Branch: metaconfig
17817            ! U/threads/d_pthread_atfork.U
17818 ____________________________________________________________________________
17819 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
17820         Log: Missing "to".
17821      Branch: perl
17822            ! NetWare/config_H.wc Porting/config_H config_h.SH
17823            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
17824            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17825            ! win32/config_H.vc64 wince/config_H.ce
17826 ____________________________________________________________________________
17827 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
17828         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
17829      Branch: perl
17830            ! Cross/config.sh-arm-linux NetWare/config.wc
17831            ! NetWare/config_H.wc configure.com epoc/config.sh
17832            ! plan9/config.plan9 plan9/config_h.sample
17833            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
17834            ! win32/config.gc win32/config.vc win32/config.vc64
17835            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17836            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
17837 ____________________________________________________________________________
17838 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
17839         Log: Regen Glossary et al.
17840      Branch: perl
17841            ! Porting/Glossary Porting/config.sh Porting/config_H
17842 ____________________________________________________________________________
17843 [ 19605] By: jhi                                   on 2003/05/24  05:58:10
17844         Log: metaconfig unit change for #19604.
17845      Branch: metaconfig/U/perl
17846            + d_pthread_attr_ss.U
17847 ____________________________________________________________________________
17848 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
17849         Log: Add a real scan for pthread_attr_setscope().
17850      Branch: perl
17851            ! Configure config_h.SH ext/threads/threads.xs
17852 ____________________________________________________________________________
17853 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
17854         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
17855      Branch: perl
17856            - lib/ftp.pl
17857            ! MANIFEST
17858 ____________________________________________________________________________
17859 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
17860         Log: Noticed by John P. Linderman.
17861      Branch: perl
17862            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
17863 ____________________________________________________________________________
17864 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
17865         Log: Subject: [PATCH] RE: state of deparse?
17866              From: Robin Barker <Robin.Barker@npl.co.uk>
17867              Date: Fri, 23 May 2003 17:42:37 +0100
17868              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
17869      Branch: perl
17870            ! ext/B/B/Deparse.pm
17871 ____________________________________________________________________________
17872 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
17873         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
17874              From: Robin Barker <Robin.Barker@npl.co.uk>
17875              Date: Fri, 23 May 2003 17:37:09 +0100
17876              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
17877      Branch: perl
17878            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
17879            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
17880 ____________________________________________________________________________
17881 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
17882         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
17883              From: Robin Barker <Robin.Barker@npl.co.uk>
17884              Date: Fri, 23 May 2003 17:32:22 +0100
17885              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
17886      Branch: perl
17887            ! embed.pl perl.h perlio.c perlio.h proto.h
17888 ____________________________________________________________________________
17889 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
17890         Log: Hasty editing, grumble.
17891      Branch: perl
17892            ! ext/POSIX/POSIX.xs
17893 ____________________________________________________________________________
17894 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
17895         Log: Linewrapping MUAs, grumble.
17896      Branch: perl
17897            ! ext/POSIX/POSIX.xs
17898 ____________________________________________________________________________
17899 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
17900         Log: U/WIN extension fix from John P. Linderman.
17901      Branch: perl
17902            ! ext/POSIX/POSIX.xs
17903 ____________________________________________________________________________
17904 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
17905         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
17906              From: Dan Kogai <dankogai@dan.co.jp>
17907              Date: Sat, 24 May 2003 00:15:49 +0900
17908              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
17909      Branch: perl
17910            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
17911            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
17912 ____________________________________________________________________________
17913 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
17914         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
17915              From: Michael G Schwern <schwern@pobox.com> 
17916              Date: Fri, 23 May 2003 02:10:46 -0700 
17917              Message-ID: <20030523091046.GB11662@windhund.schwern.org> 
17918      Branch: perl
17919            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
17920            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
17921            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
17922            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
17923            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
17924            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17925            ! lib/ExtUtils/MakeMaker/FAQ.pod
17926            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
17927            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
17928            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
17929 ____________________________________________________________________________
17930 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
17931         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
17932              From: Dan Kogai <dankogai@dan.co.jp>
17933              Date: Fri, 23 May 2003 20:17:16 +0900
17934              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
17935      Branch: perl
17936            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17937            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
17938            ! ext/Encode/lib/Encode/Encoding.pm
17939            ! ext/PerlIO/encoding/encoding.xs
17940 ____________________________________________________________________________
17941 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
17942         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
17943      Branch: perl
17944            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
17945            ! ext/Time/HiRes/HiRes.xs
17946 ____________________________________________________________________________
17947 [ 19591] By: jhi                                   on 2003/05/22  11:59:21
17948         Log: Integrate:
17949              [ 19578]
17950              Subject: [Encode] 1.95 released
17951              From: Dan Kogai <dankogai@dan.co.jp>
17952              Date: Wed, 21 May 2003 18:26:26 +0900
17953              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
17954              
17955              [ 19579]
17956              U/WIN test nit for John P. Linderman.
17957              
17958              [ 19580]
17959              VMS test tweak from Craig Berry.
17960              
17961              [ 19581]
17962              U/WIN test tweak from John P. Linderman.
17963              
17964              [ 19582]
17965              MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
17966              
17967              [ 19583]
17968              Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
17969              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17970              Date: Mon, 19 May 2003 17:53:25 -0400
17971              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
17972              
17973              (the bug id corrected to be #22231, not #22238)
17974              
17975              [ 19584]
17976              Subject: [PATCH] perldata.pod revamp rev. 3
17977              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
17978              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
17979              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
17980              
17981              [ 19585]
17982              More U/WIN tweaks from John P. Linderman.
17983              
17984              [ 19586]
17985              Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
17986              disable the loading of .pmc files if defined.
17987              Rename the function S_doopen_pmc to S_doopen_pm.
17988              
17989              [ 19589]
17990              Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
17991              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
17992              Date: Tue, 13 May 2003 10:36:32 +0200
17993              Message-id: <20030513083631.GA21782@ethan>
17994              
17995              [ 19590]
17996              Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
17997              From: Dan Kogai <dankogai@dan.co.jp> 
17998              Date: Thu, 22 May 2003 18:46:40 +0900 
17999              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp> 
18000      Branch: maint-5.8/perl
18001           !> (integrate 39 files)
18002 ____________________________________________________________________________
18003 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
18004         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
18005              From: Dan Kogai <dankogai@dan.co.jp> 
18006              Date: Thu, 22 May 2003 18:46:40 +0900 
18007              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp> 
18008      Branch: perl
18009            ! ext/Encode/encoding.pm
18010 ____________________________________________________________________________
18011 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
18012         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
18013              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
18014              Date: Tue, 13 May 2003 10:36:32 +0200
18015              Message-id: <20030513083631.GA21782@ethan>
18016      Branch: perl
18017            ! utils/h2xs.PL
18018 ____________________________________________________________________________
18019 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
18020         Log: New warning "Useless localization of %s", based on
18021              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
18022              From: Dave Mitchell <davem@fdgroup.com>
18023              Date: Wed, 30 Apr 2003 21:17:38 +0100
18024              Message-ID: <20030430201738.GA22054@fdgroup.com>
18025              
18026              The proposed patch added this warning in the 'deprecated' category ;
18027              I think this category is for things that exist and will be removed,
18028              rather than for things that don't exist and that will maybe be added.
18029      Branch: perl
18030            ! op.c pod/perldiag.pod t/lib/warnings/op
18031 ____________________________________________________________________________
18032 [ 19587] By: nick                                  on 2003/05/21  20:16:45
18033         Log: Work-in-progress - do not integrate yet
18034              Experimental PerlIO_syslayer() [or sysread only at this point]
18035              3 fails on a UNIX :perlio stack
18036              - warnings misses Filehandle F opened only for output (weird)
18037              - socketpair discovers that Unix_read() restarts on EINTR (gotcha)
18038              - lib/open fails to sysread() chars (a feature?)
18039      Branch: perlio
18040            ! makedef.pl perlio.c perlio.h perliol.h pp_sys.c
18041 ____________________________________________________________________________
18042 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
18043         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
18044              disable the loading of .pmc files if defined.
18045              Rename the function S_doopen_pmc to S_doopen_pm.
18046      Branch: perl
18047            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
18048 ____________________________________________________________________________
18049 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
18050         Log: More U/WIN tweaks from John P. Linderman.
18051      Branch: perl
18052            ! t/io/layers.t t/io/tell.t
18053 ____________________________________________________________________________
18054 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
18055         Log: Subject: [PATCH] perldata.pod revamp rev. 3
18056              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
18057              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
18058              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
18059      Branch: perl
18060            ! pod/perldata.pod
18061 ____________________________________________________________________________
18062 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
18063         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
18064              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
18065              Date: Mon, 19 May 2003 17:53:25 -0400
18066              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
18067              
18068              (the bug id corrected to be #22231, not #22238)
18069      Branch: perl
18070            ! lib/Switch.pm
18071 ____________________________________________________________________________
18072 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
18073         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
18074      Branch: perl
18075            ! ext/MIME/Base64/Makefile.PL
18076 ____________________________________________________________________________
18077 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
18078         Log: U/WIN test tweak from John P. Linderman.
18079      Branch: perl
18080            ! t/op/chdir.t
18081 ____________________________________________________________________________
18082 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
18083         Log: VMS test tweak from Craig Berry.
18084      Branch: perl
18085            ! lib/DirHandle.t
18086 ____________________________________________________________________________
18087 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
18088         Log: U/WIN test nit for John P. Linderman.
18089      Branch: perl
18090            ! ext/Cwd/t/cwd.t
18091 ____________________________________________________________________________
18092 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
18093         Log: Subject: [Encode] 1.95 released
18094              From: Dan Kogai <dankogai@dan.co.jp>
18095              Date: Wed, 21 May 2003 18:26:26 +0900
18096              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
18097      Branch: perl
18098            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
18099            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
18100            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
18101            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
18102            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
18103            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
18104            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
18105            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
18106            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
18107            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
18108            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
18109            ! ext/Encode/ucm/8859-9.ucm
18110 ____________________________________________________________________________
18111 [ 19577] By: jhi                                   on 2003/05/20  20:21:44
18112         Log: Update Changes.
18113      Branch: maint-5.8/perl
18114            ! Changes patchlevel.h
18115 ____________________________________________________________________________
18116 [ 19576] By: jhi                                   on 2003/05/20  20:05:45
18117         Log: Integrate:
18118              [ 19569]
18119              More Ultrix double definition avoidance.
18120              
18121              [ 19570]
18122              Subject: Re: Possible precedence problem on bitwise ^ operator
18123              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18124              Date: Sun, 18 May 2003 19:21:01 -0700
18125              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
18126              (with tweaks to perldiag.pod)
18127              
18128              [ 19571]
18129              Further -Uuseperlio tweaking.
18130              
18131              [ 19573]
18132              Upgrade to CPAN 1.70_54
18133              Subject: Re: CPAN.pm into blead
18134              From: Andreas J Koenig <andreas.koenig@anima.de>
18135              Date: Tue, 20 May 2003 11:31:16 +0200
18136              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
18137              
18138              [ 19574]
18139              Upgrade to Getopt::Long 2.33
18140              (mostly a version number increment)
18141              
18142              [ 19575]
18143              Enhance the failure reporting for the pod2html tests
18144      Branch: maint-5.8/perl
18145            - lib/CPAN/README
18146           !> MANIFEST ext/Encode/t/Unicode.t ext/Socket/Socket.xs
18147           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
18148           !> lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
18149           !> lib/Getopt/Long/README lib/Pod/t/htmlview.t
18150           !> lib/Pod/t/pod2html-lib.pl op.c pod/perldiag.pod
18151 ____________________________________________________________________________
18152 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
18153         Log: Enhance the failure reporting for the pod2html tests
18154      Branch: perl
18155            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
18156 ____________________________________________________________________________
18157 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
18158         Log: Upgrade to Getopt::Long 2.33
18159              (mostly a version number increment)
18160      Branch: perl
18161            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
18162            ! lib/Getopt/Long/README
18163 ____________________________________________________________________________
18164 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
18165         Log: Upgrade to CPAN 1.70_54
18166              Subject: Re: CPAN.pm into blead
18167              From: Andreas J Koenig <andreas.koenig@anima.de>
18168              Date: Tue, 20 May 2003 11:31:16 +0200
18169              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
18170      Branch: perl
18171            - lib/CPAN/README
18172            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
18173 ____________________________________________________________________________
18174 [ 19572] By: nick                                  on 2003/05/20  15:38:30
18175         Log: Integrate mainline.
18176      Branch: perlio
18177           !> ext/Encode/t/Unicode.t ext/Socket/Socket.xs op.c
18178           !> pod/perldiag.pod
18179 ____________________________________________________________________________
18180 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
18181         Log: Further -Uuseperlio tweaking.
18182      Branch: perl
18183            ! ext/Encode/t/Unicode.t
18184 ____________________________________________________________________________
18185 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
18186         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
18187              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18188              Date: Sun, 18 May 2003 19:21:01 -0700
18189              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
18190              (with tweaks to perldiag.pod)
18191      Branch: perl
18192            ! op.c pod/perldiag.pod
18193 ____________________________________________________________________________
18194 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
18195         Log: More Ultrix double definition avoidance.
18196      Branch: perl
18197            ! ext/Socket/Socket.xs
18198 ____________________________________________________________________________
18199 [ 19568] By: nick                                  on 2003/05/19  15:55:20
18200         Log: Integrate mainline
18201      Branch: perlio
18202           !> ext/Encode/t/Unicode.t ext/Socket/Socket.xs
18203           !> ext/threads/threads.xs pod/perlsyn.pod pod/perltrap.pod
18204 ____________________________________________________________________________
18205 [ 19567] By: jhi                                   on 2003/05/19  05:01:26
18206         Log: Integrate:
18207              [ 19558]
18208              Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
18209              From: Michael G Schwern <schwern@pobox.com>
18210              Date: Wed, 14 May 2003 15:36:23 -0700
18211              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
18212              
18213              [ 19559]
18214              Make the test work without perlio, from Dan Kogai.
18215              
18216              [ 19560]
18217              Based on
18218              
18219              Subject: [PATCH threads.xs] no system scope on VMS
18220              From: "Craig A. Berry" <craigberry@mac.com>
18221              Date: Sun, 18 May 2003 23:02:07 -0500
18222              Message-ID: <3EC8573F.6050005@mac.com>
18223              
18224              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
18225              
18226              [ 19561]
18227              Ultrix: the #19435 helped the IO extension, so this should
18228              help the Socket extension (socket structs redefinitions).
18229              
18230              [ 19562]
18231              Slightly wrong panic messages.
18232              
18233              [ 19563]
18234              Make Perl_ithread_self() a bit more helpful when
18235              finding the thread fails (suggested by Stas in
18236              perl-ithreads Mar 01)
18237              
18238              [ 19564]
18239              Meaningless cosmetics.
18240              
18241              [ 19565]
18242              Nekkid numbers.
18243              
18244              [ 19566]
18245              Integrate perlio:
18246              [ 19556]
18247              Fix ticket 18265
18248              
18249              [ 19557]
18250              EINTR retry should exit on count >= 0 not !=0 
18251      Branch: maint-5.8/perl
18252           !> ext/Encode/t/Unicode.t ext/Socket/Socket.xs
18253           !> ext/threads/threads.xs perlio.c pod/perlsyn.pod
18254           !> pod/perltrap.pod
18255 ____________________________________________________________________________
18256 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
18257         Log: Integrate perlio:
18258              [ 19556]
18259              Fix ticket 18265
18260              
18261              [ 19557]
18262              EINTR retry should exit on count >= 0 not !=0 
18263      Branch: perl
18264           !> perlio.c
18265 ____________________________________________________________________________
18266 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
18267         Log: Nekkid numbers.
18268      Branch: perl
18269            ! ext/threads/threads.xs
18270 ____________________________________________________________________________
18271 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
18272         Log: Meaningless cosmetics.
18273      Branch: perl
18274            ! ext/threads/threads.xs
18275 ____________________________________________________________________________
18276 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
18277         Log: Make Perl_ithread_self() a bit more helpful when
18278              finding the thread fails (suggested by Stas in
18279              perl-ithreads Mar 01)
18280      Branch: perl
18281            ! ext/threads/threads.xs
18282 ____________________________________________________________________________
18283 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
18284         Log: Slightly wrong panic messages.
18285      Branch: perl
18286            ! ext/threads/threads.xs
18287 ____________________________________________________________________________
18288 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
18289         Log: Ultrix: the #19435 helped the IO extension, so this should
18290              help the Socket extension (socket structs redefinitions).
18291      Branch: perl
18292            ! ext/Socket/Socket.xs
18293 ____________________________________________________________________________
18294 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
18295         Log: Based on
18296              
18297              Subject: [PATCH threads.xs] no system scope on VMS
18298              From: "Craig A. Berry" <craigberry@mac.com>
18299              Date: Sun, 18 May 2003 23:02:07 -0500
18300              Message-ID: <3EC8573F.6050005@mac.com>
18301              
18302              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
18303      Branch: perl
18304            ! ext/threads/threads.xs
18305 ____________________________________________________________________________
18306 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
18307         Log: Make the test work without perlio, from Dan Kogai.
18308      Branch: perl
18309            ! ext/Encode/t/Unicode.t
18310 ____________________________________________________________________________
18311 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
18312         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
18313              From: Michael G Schwern <schwern@pobox.com>
18314              Date: Wed, 14 May 2003 15:36:23 -0700
18315              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
18316      Branch: perl
18317            ! pod/perlsyn.pod pod/perltrap.pod
18318 ____________________________________________________________________________
18319 [ 19557] By: nick                                  on 2003/05/18  18:19:42
18320         Log: EINTR retry should exit on count >= 0 not !=0 
18321      Branch: perlio
18322            ! perlio.c
18323 ____________________________________________________________________________
18324 [ 19556] By: nick                                  on 2003/05/18  10:29:26
18325         Log: Fix ticket 18265
18326      Branch: perlio
18327            ! perlio.c
18328 ____________________________________________________________________________
18329 [ 19555] By: nick                                  on 2003/05/18  09:09:29
18330         Log: Integrate UTF7 (now initial create has been submitted)
18331      Branch: perlio
18332           !> ext/Encode/lib/Encode/Unicode/UTF7.pm
18333 ____________________________________________________________________________
18334 [ 19554] By: nick                                  on 2003/05/18  08:48:17
18335         Log: Integrate mainline
18336      Branch: perlio
18337           +> ext/Encode/lib/Encode/Unicode/UTF7.pm
18338           !> Configure MANIFEST Makefile.SH ext/B/B/Deparse.pm
18339           !> ext/Encode/Changes ext/Encode/MANIFEST
18340           !> ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
18341           !> ext/Encode/lib/Encode/Config.pm
18342           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
18343           !> lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
18344           !> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
18345           !> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
18346           !> lib/Getopt/Long/t/gol-oo.t pod/perldiag.pod
18347 ____________________________________________________________________________
18348 [ 19553] By: jhi                                   on 2003/05/18  07:59:03
18349         Log: Integrate:
18350              [ 19552]
18351              Integrate from perlio:
18352              [ 19542]
18353              Fix ticket #22219
18354              
18355              [ 19543]
18356              Spotted a bare close() where PerlLIO_close() seems correct.
18357      Branch: maint-5.8/perl
18358           !> doio.c perlio.c
18359 ____________________________________________________________________________
18360 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
18361         Log: Integrate from perlio:
18362              [ 19542]
18363              Fix ticket #22219
18364              
18365              [ 19543]
18366              Spotted a bare close() where PerlLIO_close() seems correct.
18367      Branch: perl
18368           !> doio.c perlio.c
18369 ____________________________________________________________________________
18370 [ 19551] By: jhi                                   on 2003/05/18  07:55:50
18371         Log: Integrate:
18372              [ 19527]
18373              Subject: [PATCH] RE: maint snapshot @ 19525
18374              From: Robin Barker <Robin.Barker@npl.co.uk>
18375              Date: Fri, 16 May 2003 17:16:57 +0100
18376              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
18377              
18378              (Part #1: the __format__ and __printf__)
18379              
18380              [ 19528]
18381              Subject: [PATCH] RE: maint snapshot @ 19525
18382              From: Robin Barker <Robin.Barker@npl.co.uk>
18383              Date: Fri, 16 May 2003 17:16:57 +0100
18384              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
18385              
18386              (Part #2: the hv.c SVf)
18387              
18388              [ 19531]
18389              Apply the supplied patch for [perl #22195]
18390              "File::Find, sorted directory traversal order is inverted"
18391              
18392              [ 19532]
18393              The suggested patch for [perl #22201] "patch: perl 5.8.0
18394              compile error on ia64/HP-UX (comparing incompatible pointers)"
18395              plus a possible cure for the warning mentioned in the case.
18396              
18397              [ 19533]
18398              avoid select() on windows destroying errno (used to typically
18399              always sets it to EINVAL due to the way it maps the FD_SETs)
18400              
18401              [ 19534]
18402              change#16723 broke the ioctl() return value on platforms 
18403              that have ioctl() but no fcntl() (e.g. windows)
18404              
18405              change#17577 then attempted to fix the bustage, but got
18406              it wrong
18407              
18408              [ 19535]
18409              improve the implementation of Net::Ping on windows by avoiding
18410              fork(), which is pretty heavy-weight for this kind of
18411              application; use non-blocking sockets instead
18412              
18413              has been verified to work on Win2k but will need testing on
18414              other flavors of windows
18415              
18416              there is a single known failure on windows in 450_service.t (test 18)
18417              due to what appears to be bugs in the ping_syn()/ack() code
18418              
18419              [ 19536]
18420              apply Net::Ping patch that makes the fork()-based approach
18421              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
18422              
18423              the code this affects is currently not enabled anywhere, but
18424              could be enabled if the non-blocking approach runs into problems
18425              on older windows versions
18426              
18427              [ 19537]
18428              missing init in change#19533
18429              
18430              [ 19539]
18431              Fix bug #22216 : B::Deparse can't handle "use Module Version"
18432              with fractional version numbers or v-strings.
18433              
18434              [ 19540]
18435              Clarify the explanation of the warning "Possible precedence problem
18436              on bitwise operator".
18437              
18438              [ 19541]
18439              Upgrade to Getopt::Long 2.32_05
18440              
18441              [ 19545]
18442              Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
18443              From: Alan Burlison <Alan.Burlison@sun.com>
18444              Date: Thu, 15 May 2003 22:17:55 +0100
18445              Message-ID: <3EC40403.9000804@sun.com>
18446              
18447              (fixed symbol scanning for Solaris 10)
18448              
18449              [ 19547]
18450              Old (4.2BSD, like Ultrix) Bourne shells do not understand
18451              non-left-aligned heredocs.
18452              
18453              [ 19548]
18454              Subject: [Encode] UTF-7 Support
18455              From: Dan Kogai <dankogai@dan.co.jp>
18456              Date: Sun, 18 May 2003 00:45:35 +0900
18457              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
18458              
18459              [ 19549]
18460              The 'quotes' really are important (caught by Enache Adrian).
18461              
18462              [ 19550]
18463              UTF-7 tweak from Dan Kogai.
18464      Branch: maint-5.8/perl
18465           +> ext/Encode/lib/Encode/Unicode/UTF7.pm
18466           !> (integrate 28 files)
18467 ____________________________________________________________________________
18468 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
18469         Log: UTF-7 tweak from Dan Kogai.
18470      Branch: perl
18471            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
18472 ____________________________________________________________________________
18473 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
18474         Log: The 'quotes' really are important (caught by Enache Adrian).
18475      Branch: perl
18476            ! Makefile.SH
18477 ____________________________________________________________________________
18478 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
18479         Log: Subject: [Encode] UTF-7 Support
18480              From: Dan Kogai <dankogai@dan.co.jp>
18481              Date: Sun, 18 May 2003 00:45:35 +0900
18482              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
18483      Branch: perl
18484            + ext/Encode/lib/Encode/Unicode/UTF7.pm
18485            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
18486            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
18487            ! ext/Encode/lib/Encode/Config.pm
18488            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
18489 ____________________________________________________________________________
18490 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
18491         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
18492              non-left-aligned heredocs.
18493      Branch: perl
18494            ! Makefile.SH
18495 ____________________________________________________________________________
18496 [ 19546] By: jhi                                   on 2003/05/17  16:17:23
18497         Log: metaconfig unit changes for #19545.
18498      Branch: metaconfig
18499            ! U/compline/Csym.U U/modified/libc.U
18500 ____________________________________________________________________________
18501 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
18502         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
18503              From: Alan Burlison <Alan.Burlison@sun.com>
18504              Date: Thu, 15 May 2003 22:17:55 +0100
18505              Message-ID: <3EC40403.9000804@sun.com>
18506              
18507              (fixed symbol scanning for Solaris 10)
18508      Branch: perl
18509            ! Configure
18510 ____________________________________________________________________________
18511 [ 19544] By: nick                                  on 2003/05/17  15:37:45
18512         Log: Enache Adrian <enache@rdslink.ro> test for Win32 sysread/O_TEXT issue.
18513      Branch: perlio
18514            ! t/op/sysio.t
18515 ____________________________________________________________________________
18516 [ 19543] By: nick                                  on 2003/05/17  13:38:35
18517         Log: Spotted a bare close() where PerlLIO_close() seems correct.
18518      Branch: perlio
18519            ! perlio.c
18520 ____________________________________________________________________________
18521 [ 19542] By: nick                                  on 2003/05/17  13:36:28
18522         Log: Fix ticket #22219
18523      Branch: perlio
18524            ! doio.c
18525 ____________________________________________________________________________
18526 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
18527         Log: Upgrade to Getopt::Long 2.32_05
18528      Branch: perl
18529            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
18530            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
18531            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
18532            ! lib/Getopt/Long/t/gol-oo.t
18533 ____________________________________________________________________________
18534 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
18535         Log: Clarify the explanation of the warning "Possible precedence problem
18536              on bitwise operator".
18537      Branch: perl
18538            ! pod/perldiag.pod
18539 ____________________________________________________________________________
18540 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
18541         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
18542              with fractional version numbers or v-strings.
18543      Branch: perl
18544            ! ext/B/B/Deparse.pm
18545 ____________________________________________________________________________
18546 [ 19538] By: nick                                  on 2003/05/17  08:08:17
18547         Log: Integrate mainline
18548      Branch: perlio
18549           +> Porting/curliff.pl Porting/sort_perldiag.pl
18550           !> (integrate 34 files)
18551 ____________________________________________________________________________
18552 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
18553         Log: missing init in change#19533
18554      Branch: perl
18555            ! win32/win32sck.c
18556 ____________________________________________________________________________
18557 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
18558         Log: apply Net::Ping patch that makes the fork()-based approach
18559              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
18560              
18561              the code this affects is currently not enabled anywhere, but
18562              could be enabled if the non-blocking approach runs into problems
18563              on older windows versions
18564      Branch: perl
18565            ! lib/Net/Ping.pm
18566 ____________________________________________________________________________
18567 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
18568         Log: improve the implementation of Net::Ping on windows by avoiding
18569              fork(), which is pretty heavy-weight for this kind of
18570              application; use non-blocking sockets instead
18571              
18572              has been verified to work on Win2k but will need testing on
18573              other flavors of windows
18574              
18575              there is a single known failure on windows in 450_service.t (test 18)
18576              due to what appears to be bugs in the ping_syn()/ack() code
18577      Branch: perl
18578            ! lib/Net/Ping.pm
18579 ____________________________________________________________________________
18580 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
18581         Log: change#16723 broke the ioctl() return value on platforms 
18582              that have ioctl() but no fcntl() (e.g. windows)
18583              
18584              change#17577 then attempted to fix the bustage, but got
18585              it wrong
18586      Branch: perl
18587            ! pp_sys.c
18588 ____________________________________________________________________________
18589 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
18590         Log: avoid select() on windows destroying errno (used to typically
18591              always sets it to EINVAL due to the way it maps the FD_SETs)
18592      Branch: perl
18593            ! win32/win32sck.c
18594 ____________________________________________________________________________
18595 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
18596         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
18597              compile error on ia64/HP-UX (comparing incompatible pointers)"
18598              plus a possible cure for the warning mentioned in the case.
18599      Branch: perl
18600            ! ext/Storable/Storable.xs
18601 ____________________________________________________________________________
18602 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
18603         Log: Apply the supplied patch for [perl #22195]
18604              "File::Find, sorted directory traversal order is inverted"
18605      Branch: perl
18606            ! lib/File/Find.pm
18607 ____________________________________________________________________________
18608 [ 19530] By: jhi                                   on 2003/05/16  17:48:42
18609         Log: metaconfig unit change to go with #19527.
18610      Branch: metaconfig
18611            ! U/modified/d_attribut.U
18612 ____________________________________________________________________________
18613 [ 19529] By: jhi                                   on 2003/05/16  17:34:21
18614         Log: Take care of [perl #17424].
18615      Branch: maint-5.8/perl
18616            ! perl.h
18617 ____________________________________________________________________________
18618 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
18619         Log: Subject: [PATCH] RE: maint snapshot @ 19525
18620              From: Robin Barker <Robin.Barker@npl.co.uk>
18621              Date: Fri, 16 May 2003 17:16:57 +0100
18622              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
18623              
18624              (Part #2: the hv.c SVf)
18625      Branch: perl
18626            ! hv.c
18627 ____________________________________________________________________________
18628 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
18629         Log: Subject: [PATCH] RE: maint snapshot @ 19525
18630              From: Robin Barker <Robin.Barker@npl.co.uk>
18631              Date: Fri, 16 May 2003 17:16:57 +0100
18632              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
18633              
18634              (Part #1: the __format__ and __printf__)
18635      Branch: perl
18636            ! Configure embed.pl perlio.c proto.h
18637 ____________________________________________________________________________
18638 [ 19526] By: jhi                                   on 2003/05/14  19:23:10
18639         Log: A part of #19454.
18640      Branch: maint-5.8/perl
18641            ! pp_hot.c
18642 ____________________________________________________________________________
18643 [ 19525] By: jhi                                   on 2003/05/14  05:41:06
18644         Log: Update Changes.
18645      Branch: maint-5.8/perl
18646            ! Changes patchlevel.h
18647 ____________________________________________________________________________
18648 [ 19524] By: jhi                                   on 2003/05/14  05:25:28
18649         Log: Integrate:
18650              [ 19516]
18651              Subject: [PATCH] More perldiag.pod sorting
18652              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
18653              Date: Tue, 13 May 2003 15:13:53 -0400
18654              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
18655              
18656              (plus add 'no locale;')
18657              
18658              [ 19517]
18659              Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
18660              From: Gisle Aas <gisle@ActiveState.com>
18661              Date: 13 May 2003 09:59:50 -0700
18662              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
18663              
18664              [ 19518]
18665              Subject: [PATCH] [perl #8599] s/catenate/concatenate/
18666              From: Casey West <casey@geeknest.com>
18667              Date: Fri, 9 May 2003 04:00:44 -0400
18668              Message-ID: <20030509080044.GA49820@geeknest.com>
18669              
18670              (except for the dup.t patch which diddled with system().)
18671              
18672              [ 19520]
18673              Use /usr/bin/perl (de facto in Porting/ scripts).
18674              
18675              [ 19521]
18676              Curliff and liff with ease.
18677              
18678              [ 19522]
18679              More Panther moves.
18680              
18681              [ 19523]
18682              Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
18683              From: Gisle Aas <gisle@ActiveState.com>
18684              Date: 13 May 2003 19:51:19 -0700
18685              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
18686      Branch: maint-5.8/perl
18687           +> Porting/curliff.pl Porting/sort_perldiag.pl
18688           !> Configure MANIFEST Makefile.SH NetWare/config_H.wc
18689           !> Porting/config_H README.Y2K config_h.SH
18690           !> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18691           !> ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
18692           !> ext/MIME/Base64/t/quoted-print.t hints/darwin.sh
18693           !> lib/File/Spec.pm lib/File/Spec/Unix.pm plan9/config.plan9
18694           !> plan9/config_h.sample pod/perldiag.pod uconfig.h
18695           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18696           !> win32/config_H.vc64 wince/config_H.ce
18697 ____________________________________________________________________________
18698 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
18699         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
18700              From: Gisle Aas <gisle@ActiveState.com>
18701              Date: 13 May 2003 19:51:19 -0700
18702              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
18703      Branch: perl
18704            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18705            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
18706            ! ext/MIME/Base64/t/quoted-print.t
18707 ____________________________________________________________________________
18708 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
18709         Log: More Panther moves.
18710      Branch: perl
18711            ! Makefile.SH hints/darwin.sh
18712 ____________________________________________________________________________
18713 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
18714         Log: Curliff and liff with ease.
18715      Branch: perl
18716            + Porting/curliff.pl
18717            ! MANIFEST
18718 ____________________________________________________________________________
18719 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
18720         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
18721      Branch: perl
18722            ! Porting/sort_perldiag.pl
18723 ____________________________________________________________________________
18724 [ 19519] By: jhi                                   on 2003/05/13  18:56:14
18725         Log: metaconfig unit change for #19518.
18726      Branch: metaconfig
18727            ! U/modified/cpp_stuff.U
18728 ____________________________________________________________________________
18729 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
18730         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
18731              From: Casey West <casey@geeknest.com>
18732              Date: Fri, 9 May 2003 04:00:44 -0400
18733              Message-ID: <20030509080044.GA49820@geeknest.com>
18734              
18735              (except for the dup.t patch which diddled with system().)
18736      Branch: perl
18737            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
18738            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
18739            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
18740            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18741            ! win32/config_H.vc64 wince/config_H.ce
18742 ____________________________________________________________________________
18743 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
18744         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
18745              From: Gisle Aas <gisle@ActiveState.com>
18746              Date: 13 May 2003 09:59:50 -0700
18747              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
18748      Branch: perl
18749            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18750            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
18751            ! ext/MIME/Base64/t/quoted-print.t
18752 ____________________________________________________________________________
18753 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
18754         Log: Subject: [PATCH] More perldiag.pod sorting
18755              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
18756              Date: Tue, 13 May 2003 15:13:53 -0400
18757              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
18758              
18759              (plus add 'no locale;')
18760      Branch: perl
18761            + Porting/sort_perldiag.pl
18762            ! MANIFEST pod/perldiag.pod
18763 ____________________________________________________________________________
18764 [ 19515] By: jhi                                   on 2003/05/13  17:51:05
18765         Log: Integrate:
18766              [ 19514]
18767              Detypo.
18768              
18769              [ 19512]
18770              make it easier to reproduce the bug
18771              
18772              [ 19511]
18773              the \do {local *FH} trick in Tie::File was really only needed
18774              on 5.005 and earlier, since later versions can autovivify
18775              the handle
18776              
18777              however, a search in the p5p archives reveals the trick doesn't
18778              fully work in the versions it is needed in, so use the more
18779              standard Symbol::gensym() way
18780              
18781              [ 19510]
18782              $Config{usethreads} wasn't being set on windows
18783              
18784              [ 19509]
18785              Reinstate the #19498 but now skip the crashing
18786              tests (when threaded) as TODOs.
18787              
18788              [ 19508]
18789              Revert #19498 since it broke threaded builds.
18790              
18791              [ 19506]
18792              Detypo Pantherisms.
18793              
18794              [ 19503]
18795              Use a more sophisticated heuristics to produce the warning
18796              'Parentheses missing around "%s" list'. This fixes bug #22147.
18797              Also, the warning is now produced for C<local *a,*b;>.
18798              
18799              [ 19502]
18800              Work also without perlio.
18801              
18802              [ 19500]
18803              Panther preparation.
18804              
18805              [ 19499]
18806              More moves to intrpvar.h.
18807              
18808              [ 19498]
18809              fix for Tie::File test failures on windows: the problem was
18810              that Tie::File did not close any file handles it opens internally,
18811              leading to file handle leaks and t/tf* temporary file littering;
18812              we now close the handle iff Tie::File opened it
18813              
18814              this fix unearths what appears to be a perl bug in localizing globs:
18815              09_gen_rs.t fails due to a prematurely closed filehandle, although
18816              it wasn't explicitly closed anywhere by the code (renaming the
18817              *FH at line 97 to *FH1 makes it work, but I haven't done this
18818              to allow the bug to be tracked down)
18819              
18820              [ 19497]
18821              Move the thread *hook into interpreter.
18822              
18823              [ 19496]
18824              Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
18825              From: Dave Mitchell <davem@fdgroup.com>
18826              Date: Sat, 10 May 2003 01:45:23 +0100
18827              Message-ID: <20030510004523.GC20871@fdgroup.com>
18828              
18829              [ 19495]
18830              Open UNIX is not really "formerly Unixware", since the most
18831              recent releases are known as Unixware, not as Open UNIX.
18832              
18833              [ 19494]
18834              Slight tweaks to the platform list.
18835              
18836              [ 19493]
18837              Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
18838              From: Casey West <casey@geeknest.com>
18839              Date: Fri, 9 May 2003 10:30:13 -0400
18840              Message-ID: <20030509143013.GM49820@geeknest.com>
18841              
18842              [ 19492]
18843              perlport.pod nit for doc bug #8253.
18844              
18845              [ 19491]
18846              Use test.pl.
18847              
18848              [ 19490]
18849              Try to handle a $^X with spaces in it.
18850              
18851              [ 19489]
18852              Separate the creation of the command to run by
18853              runperl() into its own function, _create_runperl().
18854              
18855              [ 19488]
18856              Fixup the method behaviour table.
18857              
18858              [ 19487]
18859              Integrate from perlio:
18860              [ 19474]
18861              Tweaks to Jarkko's NULL deref checks in perlio.c
18862              
18863              [ 19475]
18864              Fix for bugs 21717 and 22140.
18865              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
18866              and derived layers. So have :unix's "pushed" method stat() the fd and 
18867              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match 
18868              UNIX behaviour.
18869              
18870              [ 19479]
18871              Better but still unproven fix for lseek() on pipes.
18872              
18873              [ 19483]
18874              Unused variable
18875              
18876              [ 19485]
18877              Tests to prove Ticket 9468 is fixed.
18878              
18879              [ 19486]
18880              add test for change#19475,19479 (bugs#21717,22140)
18881              
18882              [ 19484]
18883              fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
18884              in terms of an exported function rather than as an inlined
18885              macro (latter wants PL_op_mutex which isn't exported as such)
18886              
18887              Jarkko: please merge into maint-5.8
18888              
18889              [ 19482]
18890              Test _getcode().
18891              
18892              [ 19481]
18893              Clarify the doc (and the code) for Unicode code points.
18894              
18895              [ 19480]
18896              Another doc suggestion from terry@eatoni.com (terry jones):
18897              use codepoints that return undef.
18898              
18899              [ 19478]
18900              Add Encode's META.yml.
18901              
18902              [ 19477]
18903              Upgrade to Encode 1.94.
18904              
18905              [ 19476]
18906              Doc bug noticed by terry@eatoni.com (terry jones).
18907              
18908              [ 19472]
18909              Try to plug more potential PerlIO NULL method
18910              dereferences; try to document the matter.
18911              
18912              [ 19471]
18913              UseNicerNames instead of SHOUTING_LIKE_THIS.
18914              
18915              [ 19470]
18916              In eof() the errno can get stomped by the peek-ahead.
18917              
18918              [ 19469]
18919              A regression test for the remaining "Final $ should be..." error.
18920              
18921              [ 19468]
18922              Remove the error messages "Final @ should be \@ or @name"
18923              and "Final % should be \% or %name", that appear to be
18924              only produced in addition to another syntax error, and therefore
18925              misleading, if I understand correctly that kind of black magic.
18926              
18927              [ 19467]
18928              Have to think this test more when I'm awake.
18929              
18930              [ 19466]
18931              Document that perl tries to load .pmc files before .pm files.
18932              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
18933              From: Casey West <casey@geeknest.com>
18934              Date: Fri, 9 May 2003 17:03:50 -0400
18935              Message-ID: <20030509210350.GW49820@geeknest.com>
18936              
18937              [ 19465]
18938              Fix for doc bug #8602 : clarify eof() example comments
18939              
18940              [ 19464]
18941              Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
18942              From: Casey West <casey@geeknest.com>
18943              Date: Fri, 9 May 2003 11:09:39 -0400
18944              Message-ID: <20030509150939.GN49820@geeknest.com>
18945              
18946              [ 19463]
18947              Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
18948              From: Casey West <casey@geeknest.com>
18949              Date: Fri, 9 May 2003 15:25:59 -0400
18950              Message-ID: <20030509192559.GS49820@geeknest.com>
18951              
18952              [ 19462]
18953              Try to comprehensively have a plan B if a PerlIO
18954              layer doesn't have a particular function.
18955              (1) If there's a corresponding PerlIOBase, call it.
18956              (2) If not having the function is 'harmless', be silently happy.
18957              (Currently only Flush is in this category.)
18958              (3) Otherwise set errno and return failure.
18959              
18960              [ 19461]
18961              Subject: [PATCH] [perl #8703] unescaped @ is fine
18962              From: Casey West <casey@geeknest.com>
18963              Date: Fri, 9 May 2003 11:17:53 -0400
18964              Message-ID: <20030509151753.GO49820@geeknest.com>
18965              
18966              [ 19460]
18967              Add the PerlIOBase_noop_* to the public API as suggested by Stas.
18968              
18969              [ 19459]
18970              Result of change #19458.
18971              
18972              [ 19458]
18973              Subject: Weekend fun: MANIFEST sorting
18974              From: andreas.koenig@anima.de (Andreas J. Koenig)
18975              Date: Fri, 09 May 2003 15:12:05 +0200
18976              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
18977              
18978              (both sorts need LC_ALL=C)
18979              (add also manicheck target)
18980              
18981              [ 19457]
18982              Better skip this test on OpenBSD and BSD/OS since it
18983              does not seem to work (Slaven Rezic).
18984              
18985              [ 19456]
18986              Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
18987              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18988              Date: Wed, 07 May 2003 23:37:47 -0700
18989              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
18990              
18991              [ 19455]
18992              Missing files.
18993              
18994              [ 19453]
18995              Remove duplicate entries from perldiag
18996              
18997              [ 19452]
18998              Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
18999              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19000              Date: Wed, 07 May 2003 15:27:07 -0700
19001              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
19002              
19003              [ 19451]
19004              Tiny nit from mjd.
19005              
19006              [ 19450]
19007              Upgrade to Tie::File 0.95.
19008              
19009              [ 19449]
19010              Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
19011              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
19012              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
19013              Date: 8 May 2003 00:42:18 -0000
19014              
19015              [ 19448]
19016              Subject: [PATCH] alphabetize perldiag.pod
19017              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19018              Date: Thu, 8 May 2003 11:52:39 -0400
19019              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
19020              
19021              [ 19447]
19022              Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
19023              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
19024              Date: Thu, 08 May 2003 08:42:20 +0200
19025              Message-id: <20030508064220.GA763@ethan>
19026              
19027              [ 19445]
19028              A variant of
19029              
19030              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
19031              From: enache@rdslink.ro (Enache Adrian)
19032              Date: Tue, 22 Apr 2003 02:54:05 +0300
19033              Message-ID: <20030421235405.GA1162@ratsnest.hole>
19034              
19035              to quench the black smoke from the BSD builds.
19036              
19037              [ 19444]
19038              Subject: Re: [DOC PATCH] & More File::Path issues
19039              From: Casey West <casey@geeknest.com>
19040              Date: Mon, 5 May 2003 13:25:47 -0400
19041              Message-ID: <20030505172547.GB20508@geeknest.com>
19042              
19043              [ 19443]
19044              Spelling correction from Nicholas Clark.
19045      Branch: maint-5.8/perl
19046           +> ext/Encode/META.yml lib/Tie/File/t/27_iwrite.t
19047           +> lib/Tie/File/t/28_mtwrite.t lib/Tie/File/t/29_downcopy.t
19048           +> lib/Tie/File/t/29a_upcopy.t lib/Tie/File/t/42_offset.t
19049           !> (integrate 69 files)
19050 ____________________________________________________________________________
19051 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
19052         Log: Detypo.
19053      Branch: perl
19054            ! lib/Unicode/UCD.pm
19055 ____________________________________________________________________________
19056 [ 19513] By: nick                                  on 2003/05/13  16:35:00
19057         Log: Integrate mainline
19058      Branch: perlio
19059           !> Makefile.SH dump.c gv.c hints/darwin.sh hv.c lib/Tie/File.pm
19060           !> lib/Tie/File/t/09_gen_rs.t op.c pod/perldiag.pod
19061           !> pod/perlsyn.pod pp.c pp_hot.c sv.c t/comp/package.t t/io/dup.t
19062           !> t/lib/warnings/op win32/Makefile win32/makefile.mk
19063 ____________________________________________________________________________
19064 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
19065         Log: make it easier to reproduce the bug
19066      Branch: perl
19067            ! lib/Tie/File.pm
19068 ____________________________________________________________________________
19069 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
19070         Log: the \do {local *FH} trick in Tie::File was really only needed
19071              on 5.005 and earlier, since later versions can autovivify
19072              the handle
19073              
19074              however, a search in the p5p archives reveals the trick doesn't
19075              fully work in the versions it is needed in, so use the more
19076              standard Symbol::gensym() way
19077      Branch: perl
19078            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
19079 ____________________________________________________________________________
19080 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
19081         Log: $Config{usethreads} wasn't being set on windows
19082      Branch: perl
19083            ! win32/Makefile win32/makefile.mk
19084 ____________________________________________________________________________
19085 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
19086         Log: Reinstate the #19498 but now skip the crashing
19087              tests (when threaded) as TODOs.
19088      Branch: perl
19089            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
19090 ____________________________________________________________________________
19091 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
19092         Log: Revert #19498 since it broke threaded builds.
19093      Branch: perl
19094            ! lib/Tie/File.pm
19095 ____________________________________________________________________________
19096 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
19097         Log: Better be explicit with dangling elses.
19098      Branch: perl
19099            ! pp.c
19100 ____________________________________________________________________________
19101 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
19102         Log: Detypo Pantherisms.
19103      Branch: perl
19104            ! Makefile.SH hints/darwin.sh
19105 ____________________________________________________________________________
19106 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
19107         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
19108              From: Alex Vandiver <alexmv@MIT.EDU>
19109              Date: 02 May 2003 06:45:05 -0400
19110              Message-Id: <1051872303.26203.104.camel@supox>
19111              (plus perldiag nit)
19112      Branch: perl
19113            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
19114            ! t/comp/package.t
19115 ____________________________________________________________________________
19116 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
19117         Log: Small nit in perlsyn about the new // operator
19118      Branch: perl
19119            ! pod/perlsyn.pod
19120 ____________________________________________________________________________
19121 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
19122         Log: Use a more sophisticated heuristics to produce the warning
19123              'Parentheses missing around "%s" list'. This fixes bug #22147.
19124              Also, the warning is now produced for C<local *a,*b;>.
19125      Branch: perl
19126            ! op.c t/lib/warnings/op
19127 ____________________________________________________________________________
19128 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
19129         Log: Work also without perlio.
19130      Branch: perl
19131            ! t/io/dup.t
19132 ____________________________________________________________________________
19133 [ 19501] By: nick                                  on 2003/05/12  17:57:45
19134         Log: Integrate mainline
19135      Branch: perlio
19136           +> ext/Encode/META.yml
19137           !> (integrate 29 files)
19138 ____________________________________________________________________________
19139 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
19140         Log: Panther preparation.
19141      Branch: perl
19142            ! Makefile.SH hints/darwin.sh
19143 ____________________________________________________________________________
19144 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
19145         Log: More moves to intrpvar.h.
19146      Branch: perl
19147            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
19148 ____________________________________________________________________________
19149 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
19150         Log: fix for Tie::File test failures on windows: the problem was
19151              that Tie::File did not close any file handles it opens internally,
19152              leading to file handle leaks and t/tf* temporary file littering;
19153              we now close the handle iff Tie::File opened it
19154              
19155              this fix unearths what appears to be a perl bug in localizing globs:
19156              09_gen_rs.t fails due to a prematurely closed filehandle, although
19157              it wasn't explicitly closed anywhere by the code (renaming the
19158              *FH at line 97 to *FH1 makes it work, but I haven't done this
19159              to allow the bug to be tracked down)
19160      Branch: perl
19161            ! lib/Tie/File.pm
19162 ____________________________________________________________________________
19163 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
19164         Log: Move the thread *hook into interpreter.
19165      Branch: perl
19166            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
19167 ____________________________________________________________________________
19168 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
19169         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
19170              From: Dave Mitchell <davem@fdgroup.com>
19171              Date: Sat, 10 May 2003 01:45:23 +0100
19172              Message-ID: <20030510004523.GC20871@fdgroup.com>
19173      Branch: perl
19174            ! pp_ctl.c
19175 ____________________________________________________________________________
19176 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
19177         Log: Open UNIX is not really "formerly Unixware", since the most
19178              recent releases are known as Unixware, not as Open UNIX.
19179      Branch: perl
19180            ! pod/perlport.pod
19181 ____________________________________________________________________________
19182 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
19183         Log: Slight tweaks to the platform list.
19184      Branch: perl
19185            ! pod/perlport.pod
19186 ____________________________________________________________________________
19187 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
19188         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
19189              From: Casey West <casey@geeknest.com>
19190              Date: Fri, 9 May 2003 10:30:13 -0400
19191              Message-ID: <20030509143013.GM49820@geeknest.com>
19192      Branch: perl
19193            ! pod/perlop.pod
19194 ____________________________________________________________________________
19195 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
19196         Log: perlport.pod nit for doc bug #8253.
19197      Branch: perl
19198            ! pod/perlport.pod
19199 ____________________________________________________________________________
19200 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
19201         Log: Use test.pl.
19202      Branch: perl
19203            ! t/io/fflush.t
19204 ____________________________________________________________________________
19205 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
19206         Log: Try to handle a $^X with spaces in it.
19207      Branch: perl
19208            ! t/test.pl
19209 ____________________________________________________________________________
19210 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
19211         Log: Separate the creation of the command to run by
19212              runperl() into its own function, _create_runperl().
19213      Branch: perl
19214            ! t/test.pl
19215 ____________________________________________________________________________
19216 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
19217         Log: Fixup the method behaviour table.
19218      Branch: perl
19219            ! pod/perliol.pod
19220 ____________________________________________________________________________
19221 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
19222         Log: Integrate from perlio:
19223              [ 19474]
19224              Tweaks to Jarkko's NULL deref checks in perlio.c
19225              
19226              [ 19475]
19227              Fix for bugs 21717 and 22140.
19228              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
19229              and derived layers. So have :unix's "pushed" method stat() the fd and 
19230              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match 
19231              UNIX behaviour.
19232              
19233              [ 19479]
19234              Better but still unproven fix for lseek() on pipes.
19235              
19236              [ 19483]
19237              Unused variable
19238              
19239              [ 19485]
19240              Tests to prove Ticket 9468 is fixed.
19241              
19242              [ 19486]
19243              add test for change#19475,19479 (bugs#21717,22140)
19244      Branch: perl
19245           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
19246           !> t/io/fflush.t
19247 ____________________________________________________________________________
19248 [ 19486] By: gsar                                  on 2003/05/11  16:11:55
19249         Log: add test for change#19475,19479 (bugs#21717,22140)
19250      Branch: perlio
19251            ! t/io/fflush.t
19252 ____________________________________________________________________________
19253 [ 19485] By: nick                                  on 2003/05/11  15:40:08
19254         Log: Tests to prove Ticket 9468 is fixed.
19255      Branch: perlio
19256            ! t/io/dup.t
19257 ____________________________________________________________________________
19258 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
19259         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
19260              in terms of an exported function rather than as an inlined
19261              macro (latter wants PL_op_mutex which isn't exported as such)
19262              
19263              Jarkko: please merge into maint-5.8
19264      Branch: perl
19265            ! dosish.h makedef.pl win32/win32.c win32/win32.h
19266 ____________________________________________________________________________
19267 [ 19483] By: nick                                  on 2003/05/11  14:04:31
19268         Log: Unused variable
19269      Branch: perlio
19270            ! perlio.c
19271 ____________________________________________________________________________
19272 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
19273         Log: Test _getcode().
19274      Branch: perl
19275            ! lib/Unicode/UCD.t
19276 ____________________________________________________________________________
19277 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
19278         Log: Clarify the doc (and the code) for Unicode code points.
19279      Branch: perl
19280            ! lib/Unicode/UCD.pm
19281 ____________________________________________________________________________
19282 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
19283         Log: Another doc suggestion from terry@eatoni.com (terry jones):
19284              use codepoints that return undef.
19285      Branch: perl
19286            ! lib/Unicode/UCD.pm
19287 ____________________________________________________________________________
19288 [ 19479] By: nick                                  on 2003/05/10  20:14:27
19289         Log: Better but still unproven fix for lseek() on pipes.
19290      Branch: perlio
19291            ! perlio.c
19292 ____________________________________________________________________________
19293 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
19294         Log: Add Encode's META.yml.
19295      Branch: perl
19296            + ext/Encode/META.yml
19297            ! MANIFEST
19298 ____________________________________________________________________________
19299 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
19300         Log: Upgrade to Encode 1.94.
19301      Branch: perl
19302            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
19303            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
19304            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
19305            ! ext/Encode/t/mime-header.t
19306 ____________________________________________________________________________
19307 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
19308         Log: Doc bug noticed by terry@eatoni.com (terry jones).
19309      Branch: perl
19310            ! lib/Unicode/UCD.pm
19311 ____________________________________________________________________________
19312 [ 19475] By: nick                                  on 2003/05/10  15:59:26
19313         Log: Fix for bugs 21717 and 22140.
19314              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
19315              and derived layers. So have :unix's "pushed" method stat() the fd and 
19316              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match 
19317              UNIX behaviour.
19318      Branch: perlio
19319            ! perlio.c perliol.h
19320 ____________________________________________________________________________
19321 [ 19474] By: nick                                  on 2003/05/10  15:01:26
19322         Log: Tweaks to Jarkko's NULL deref checks in perlio.c
19323      Branch: perlio
19324            ! perlio.c
19325           !> pod/perliol.pod
19326 ____________________________________________________________________________
19327 [ 19473] By: nick                                  on 2003/05/10  12:45:15
19328         Log: Integrate mainline
19329      Branch: perlio
19330           +> lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
19331           +> lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
19332           +> lib/Tie/File/t/42_offset.t
19333           !> (integrate 34 files)
19334 ____________________________________________________________________________
19335 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
19336         Log: Try to plug more potential PerlIO NULL method
19337              dereferences; try to document the matter.
19338      Branch: perl
19339            ! perlio.c pod/perliol.pod
19340 ____________________________________________________________________________
19341 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
19342         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
19343      Branch: perl
19344            ! perlio.c
19345 ____________________________________________________________________________
19346 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
19347         Log: In eof() the errno can get stomped by the peek-ahead.
19348      Branch: perl
19349            ! doio.c ext/Socket/socketpair.t
19350 ____________________________________________________________________________
19351 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
19352         Log: A regression test for the remaining "Final $ should be..." error.
19353      Branch: perl
19354            ! t/comp/parser.t
19355 ____________________________________________________________________________
19356 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
19357         Log: Remove the error messages "Final @ should be \@ or @name"
19358              and "Final % should be \% or %name", that appear to be
19359              only produced in addition to another syntax error, and therefore
19360              misleading, if I understand correctly that kind of black magic.
19361      Branch: perl
19362            ! pod/perldiag.pod toke.c
19363 ____________________________________________________________________________
19364 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
19365         Log: Have to think this test more when I'm awake.
19366      Branch: perl
19367            ! ext/Socket/socketpair.t
19368 ____________________________________________________________________________
19369 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
19370         Log: Document that perl tries to load .pmc files before .pm files.
19371              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
19372              From: Casey West <casey@geeknest.com>
19373              Date: Fri, 9 May 2003 17:03:50 -0400
19374              Message-ID: <20030509210350.GW49820@geeknest.com>
19375      Branch: perl
19376            ! pod/perlfunc.pod
19377 ____________________________________________________________________________
19378 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
19379         Log: Fix for doc bug #8602 : clarify eof() example comments
19380      Branch: perl
19381            ! pod/perlfunc.pod
19382 ____________________________________________________________________________
19383 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
19384         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
19385              From: Casey West <casey@geeknest.com>
19386              Date: Fri, 9 May 2003 11:09:39 -0400
19387              Message-ID: <20030509150939.GN49820@geeknest.com>
19388      Branch: perl
19389            ! pod/perltrap.pod
19390 ____________________________________________________________________________
19391 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
19392         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
19393              From: Casey West <casey@geeknest.com>
19394              Date: Fri, 9 May 2003 15:25:59 -0400
19395              Message-ID: <20030509192559.GS49820@geeknest.com>
19396      Branch: perl
19397            ! pod/perlfunc.pod
19398 ____________________________________________________________________________
19399 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
19400         Log: Try to comprehensively have a plan B if a PerlIO
19401              layer doesn't have a particular function.
19402              (1) If there's a corresponding PerlIOBase, call it.
19403              (2) If not having the function is 'harmless', be silently happy.
19404              (Currently only Flush is in this category.)
19405              (3) Otherwise set errno and return failure.
19406      Branch: perl
19407            ! perlio.c
19408 ____________________________________________________________________________
19409 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
19410         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
19411              From: Casey West <casey@geeknest.com>
19412              Date: Fri, 9 May 2003 11:17:53 -0400
19413              Message-ID: <20030509151753.GO49820@geeknest.com>
19414      Branch: perl
19415            ! pod/perltrap.pod
19416 ____________________________________________________________________________
19417 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
19418         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
19419      Branch: perl
19420            ! makedef.pl
19421 ____________________________________________________________________________
19422 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
19423         Log: Result of change #19458.
19424      Branch: perl
19425            ! MANIFEST
19426 ____________________________________________________________________________
19427 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
19428         Log: Subject: Weekend fun: MANIFEST sorting
19429              From: andreas.koenig@anima.de (Andreas J. Koenig)
19430              Date: Fri, 09 May 2003 15:12:05 +0200
19431              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
19432              
19433              (both sorts need LC_ALL=C)
19434              (add also manicheck target)
19435      Branch: perl
19436            ! Makefile.SH
19437 ____________________________________________________________________________
19438 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
19439         Log: Better skip this test on OpenBSD and BSD/OS since it
19440              does not seem to work (Slaven Rezic).
19441      Branch: perl
19442            ! lib/filetest.t
19443 ____________________________________________________________________________
19444 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
19445         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
19446              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19447              Date: Wed, 07 May 2003 23:37:47 -0700
19448              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
19449      Branch: perl
19450            ! pod/perlfunc.pod
19451 ____________________________________________________________________________
19452 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
19453         Log: Missing files.
19454      Branch: perl
19455            ! MANIFEST
19456 ____________________________________________________________________________
19457 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
19458         Log: Suppress a few compilation warnings in pp_hot.c.
19459      Branch: perl
19460            ! pp_hot.c
19461 ____________________________________________________________________________
19462 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
19463         Log: Remove duplicate entries from perldiag
19464      Branch: perl
19465            ! pod/perldiag.pod
19466 ____________________________________________________________________________
19467 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
19468         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
19469              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19470              Date: Wed, 07 May 2003 15:27:07 -0700
19471              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
19472      Branch: perl
19473            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
19474            ! pp_hot.c t/op/magic.t
19475 ____________________________________________________________________________
19476 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
19477         Log: Tiny nit from mjd.
19478      Branch: perl
19479            ! lib/Tie/File.pm
19480 ____________________________________________________________________________
19481 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
19482         Log: Upgrade to Tie::File 0.95.
19483      Branch: perl
19484            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
19485            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
19486            + lib/Tie/File/t/42_offset.t
19487            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
19488            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
19489            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
19490            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
19491            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
19492            ! lib/Tie/File/t/30_defer.t
19493 ____________________________________________________________________________
19494 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
19495         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
19496              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
19497              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
19498              Date: 8 May 2003 00:42:18 -0000
19499      Branch: perl
19500            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19501            ! ext/Time/HiRes/Makefile.PL
19502 ____________________________________________________________________________
19503 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
19504         Log: Subject: [PATCH] alphabetize perldiag.pod
19505              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19506              Date: Thu, 8 May 2003 11:52:39 -0400
19507              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
19508      Branch: perl
19509            ! pod/perldiag.pod
19510 ____________________________________________________________________________
19511 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
19512         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
19513              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
19514              Date: Thu, 08 May 2003 08:42:20 +0200
19515              Message-id: <20030508064220.GA763@ethan>
19516      Branch: perl
19517            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
19518            ! ext/Devel/PPPort/t/test.t
19519 ____________________________________________________________________________
19520 [ 19446] By: nick                                  on 2003/05/08  14:32:17
19521         Log: Integrate mainline
19522      Branch: perlio
19523           !> Configure ext/IO/poll.c ext/POSIX/POSIX.pod
19524           !> lib/ExtUtils/MM_Unix.pm lib/File/Path.pm
19525 ____________________________________________________________________________
19526 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
19527         Log: A variant of
19528              
19529              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
19530              From: enache@rdslink.ro (Enache Adrian)
19531              Date: Tue, 22 Apr 2003 02:54:05 +0300
19532              Message-ID: <20030421235405.GA1162@ratsnest.hole>
19533              
19534              to quench the black smoke from the BSD builds.
19535      Branch: perl
19536            ! lib/ExtUtils/MM_Unix.pm
19537 ____________________________________________________________________________
19538 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
19539         Log: Subject: Re: [DOC PATCH] & More File::Path issues
19540              From: Casey West <casey@geeknest.com>
19541              Date: Mon, 5 May 2003 13:25:47 -0400
19542              Message-ID: <20030505172547.GB20508@geeknest.com>
19543      Branch: perl
19544            ! lib/File/Path.pm
19545 ____________________________________________________________________________
19546 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
19547         Log: Spelling correction from Nicholas Clark.
19548      Branch: perl
19549            ! ext/POSIX/POSIX.pod
19550 ____________________________________________________________________________
19551 [ 19442] By: jhi                                   on 2003/05/07  19:36:18
19552         Log: Integrate:
19553              [ 19440]
19554              One more possible extensions permutation.
19555      Branch: maint-5.8/perl
19556           !> Configure
19557 ____________________________________________________________________________
19558 [ 19441] By: jhi                                   on 2003/05/07  19:21:16
19559         Log: metaconfig unit change for #19440.
19560      Branch: metaconfig/U/perl
19561            ! Extensions.U
19562 ____________________________________________________________________________
19563 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
19564         Log: One more possible extensions permutation.
19565      Branch: perl
19566            ! Configure
19567 ____________________________________________________________________________
19568 [ 19439] By: jhi                                   on 2003/05/07  17:11:48
19569         Log: Integrate:
19570              [ 19409]
19571              Subject: Re: Bug in Storable???
19572              From: Slaven Rezic <slaven@rezic.de>
19573              Date: 04 May 2003 18:00:40 +0200
19574              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
19575              
19576              [ 19411]
19577              Update changelog for 2.07 release.
19578              
19579              [ 19412]
19580              Oops. More Storable 2.07 preparations.
19581              
19582              [ 19413]
19583              None of that "our" stuff here, please.
19584              
19585              [ 19414]
19586              Doc nit from mjd.
19587              
19588              [ 19415]
19589              Subject: [PATCH] Embed.t flushing problem
19590              From: "Craig A. Berry" <craigberry@mac.com>
19591              Date: Sun, 04 May 2003 16:25:38 -0500
19592              Message-ID: <3EB58552.2070207@mac.com>
19593              
19594              [ 19416]
19595              pack/unpack fixes from Wolfgang Laun:
19596              - fix bug in UNICOS (where SIZE16 != sizeof(short))
19597              - introduce and use new internal pack/unpack API
19598              (packlist, unpackstring)
19599              that does away with the unused arguments in the old API
19600              (pack_cat, unpack_str).
19601              
19602              [ 19417]
19603              perlartistic and perlgpl reformatting from Sean Burke.
19604              
19605              [ 19418]
19606              Switch the new perlio way of opening anonymous temporary files
19607              open my $fh, '+>', undef
19608              to using File::Temp.  Test it, and test also the "accidental
19609              feature" of +< working the same way.
19610              This should address [perl #21937].
19611              
19612              [ 19419]
19613              Reintroduce the mention of the fact that the Artistic/GPL
19614              also are Perl's own licenses.
19615              
19616              [ 19420]
19617              Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
19618              From: Steve Hay <steve.hay@uk.radan.com>
19619              Date: Wed, 30 Apr 2003 09:52:30 +0100
19620              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
19621              
19622              [ 19421]
19623              Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
19624              From: Slaven Rezic <slaven@rezic.de>
19625              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
19626              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
19627              
19628              [ 19422]
19629              Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
19630              From: Casey West <casey@geeknest.com>
19631              Date: Tue, 29 Apr 2003 16:14:20 -0400
19632              Message-ID: <20030429201420.GT62281@geeknest.com>
19633              
19634              [ 19423]
19635              Subject: Re: hv.c patch - pathological hashes too easy
19636              From: "Tye McQueen" <tye@metronet.com>
19637              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
19638              Message-Id: <200305011834.h41IYoE08503@metronet.com>
19639              
19640              [ 19424]
19641              Subject: [PATCH] [perl #3096] undefing hash with object values
19642              From: Dave Mitchell <davem@fdgroup.com>
19643              Date: Thu, 1 May 2003 21:06:57 +0100
19644              Message-ID: <20030501200657.GA25456@fdgroup.com>
19645              
19646              [ 19425]
19647              Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
19648              From: Michael G Schwern <schwern@pobox.com>
19649              Date: Sat, 3 May 2003 15:30:16 -0700
19650              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
19651              
19652              [ 19426]
19653              Subject: [DOC PATCH] missing ')' in File::Path docs
19654              From: "Jos I.Boumans" <kane@dwim.org>
19655              Date: 30 Apr 2003 09:45:16 -0000
19656              Message-ID: <20030430114513165+0200@nntp.perl.org>
19657              
19658              [ 19427]
19659              Subject: Re: Minor change to strict.pm. Who? How?
19660              From: Adam Kennedy <adam@ali.as>
19661              Date: Wed, 30 Apr 2003 00:02:40 +1000
19662              Message-ID: <3EAE8600.2000806@ali.as>
19663              
19664              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
19665              From: Michael G Schwern <schwern@pobox.com>
19666              Date: Tue, 29 Apr 2003 12:26:32 -0700
19667              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
19668              
19669              [ 19428]
19670              Snip away the perlunicode slowness demo since the new
19671              caching scheme should help things a bit.
19672              
19673              [ 19429]
19674              Fix : the svr5 hints file doesn't propagate libswanted with
19675              threads enabled. Now threads are OK on OpenUNIX 8, except a
19676              mysterious failure in ext/POSIX/t/sigaction.t.
19677              
19678              [ 19430]
19679              Fix doc bug #22067, noticed by Mark Knutsen
19680              
19681              [ 19431]
19682              Subject: [patch] Re: [perl #21728] regexp SEGV
19683              From: Enache Adrian <enache@rdslink.ro>
19684              Date: Fri, 28 Mar 2003 23:53:09 +0200
19685              Message-ID: <20030328215309.GA6413@ratsnest.hole>
19686              (with minor tweaks)
19687              
19688              [ 19432]
19689              Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
19690              From: Casey West <casey@geeknest.com>
19691              Date: Mon, 28 Apr 2003 11:07:36 -0400
19692              Message-ID: <20030428150736.GD62281@geeknest.com>
19693              
19694              [ 19433]
19695              Document which interfaces are NOT Unicode-aware.
19696              
19697              [ 19435]
19698              Worth a try for [perl #17146]
19699              
19700              [ 19436]
19701              More long double logic from Alan Burlison.
19702              
19703              [ 19437]
19704              Allow platforms to manipulate their archname by creating
19705              a archname.cbu in their hints files.
19706      Branch: maint-5.8/perl
19707           +> ext/PerlIO/t/open.t
19708           !> (integrate 37 files)
19709 ____________________________________________________________________________
19710 [ 19438] By: jhi                                   on 2003/05/07  16:59:34
19711         Log: The metaconfig unit changes for #19436 and #19437.
19712      Branch: metaconfig
19713            ! U/threads/archname.U
19714      Branch: metaconfig/U/perl
19715            ! d_modfl.U
19716 ____________________________________________________________________________
19717 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
19718         Log: Allow platforms to manipulate their archname by creating
19719              a archname.cbu in their hints files.
19720      Branch: perl
19721            ! Configure
19722 ____________________________________________________________________________
19723 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
19724         Log: More long double logic from Alan Burlison.
19725      Branch: perl
19726            ! Configure
19727 ____________________________________________________________________________
19728 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
19729         Log: Worth a try for [perl #17146]
19730      Branch: perl
19731            ! ext/IO/poll.c
19732 ____________________________________________________________________________
19733 [ 19434] By: nick                                  on 2003/05/06  10:58:27
19734         Log: Integrate mainline
19735      Branch: perlio
19736           +> (branch 31 files)
19737           !> (integrate 184 files)
19738 ____________________________________________________________________________
19739 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
19740         Log: Document which interfaces are NOT Unicode-aware.
19741      Branch: perl
19742            ! pod/perltodo.pod pod/perlunicode.pod
19743 ____________________________________________________________________________
19744 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
19745         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
19746              From: Casey West <casey@geeknest.com>
19747              Date: Mon, 28 Apr 2003 11:07:36 -0400
19748              Message-ID: <20030428150736.GD62281@geeknest.com>
19749      Branch: perl
19750            ! pod/perlfilter.pod
19751 ____________________________________________________________________________
19752 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
19753         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
19754              From: Enache Adrian <enache@rdslink.ro>
19755              Date: Fri, 28 Mar 2003 23:53:09 +0200
19756              Message-ID: <20030328215309.GA6413@ratsnest.hole>
19757              (with minor tweaks)
19758      Branch: perl
19759            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
19760 ____________________________________________________________________________
19761 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
19762         Log: Fix doc bug #22067, noticed by Mark Knutsen
19763      Branch: perl
19764            ! pod/perlfunc.pod
19765 ____________________________________________________________________________
19766 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
19767         Log: Fix : the svr5 hints file doesn't propagate libswanted with
19768              threads enabled. Now threads are OK on OpenUNIX 8, except a
19769              mysterious failure in ext/POSIX/t/sigaction.t.
19770      Branch: perl
19771            ! hints/svr5.sh
19772 ____________________________________________________________________________
19773 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
19774         Log: Snip away the perlunicode slowness demo since the new
19775              caching scheme should help things a bit.
19776      Branch: perl
19777            ! pod/perlunicode.pod
19778 ____________________________________________________________________________
19779 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
19780         Log: Subject: Re: Minor change to strict.pm. Who? How?
19781              From: Adam Kennedy <adam@ali.as>
19782              Date: Wed, 30 Apr 2003 00:02:40 +1000
19783              Message-ID: <3EAE8600.2000806@ali.as>
19784              
19785              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
19786              From: Michael G Schwern <schwern@pobox.com>
19787              Date: Tue, 29 Apr 2003 12:26:32 -0700
19788              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
19789      Branch: perl
19790            ! lib/strict.pm
19791 ____________________________________________________________________________
19792 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
19793         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
19794              From: "Jos I.Boumans" <kane@dwim.org>
19795              Date: 30 Apr 2003 09:45:16 -0000
19796              Message-ID: <20030430114513165+0200@nntp.perl.org>
19797      Branch: perl
19798            ! lib/File/Path.pm
19799 ____________________________________________________________________________
19800 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
19801         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
19802              From: Michael G Schwern <schwern@pobox.com>
19803              Date: Sat, 3 May 2003 15:30:16 -0700
19804              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
19805      Branch: perl
19806            ! pod/perlmod.pod
19807 ____________________________________________________________________________
19808 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
19809         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
19810              From: Dave Mitchell <davem@fdgroup.com>
19811              Date: Thu, 1 May 2003 21:06:57 +0100
19812              Message-ID: <20030501200657.GA25456@fdgroup.com>
19813      Branch: perl
19814            ! hv.c t/op/undef.t
19815 ____________________________________________________________________________
19816 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
19817         Log: Subject: Re: hv.c patch - pathological hashes too easy
19818              From: "Tye McQueen" <tye@metronet.com>
19819              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
19820              Message-Id: <200305011834.h41IYoE08503@metronet.com>
19821      Branch: perl
19822            ! hv.c
19823 ____________________________________________________________________________
19824 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
19825         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
19826              From: Casey West <casey@geeknest.com>
19827              Date: Tue, 29 Apr 2003 16:14:20 -0400
19828              Message-ID: <20030429201420.GT62281@geeknest.com>
19829      Branch: perl
19830            ! pod/perlrequick.pod
19831 ____________________________________________________________________________
19832 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
19833         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
19834              From: Slaven Rezic <slaven@rezic.de>
19835              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
19836              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
19837      Branch: perl
19838            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
19839 ____________________________________________________________________________
19840 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
19841         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
19842              From: Steve Hay <steve.hay@uk.radan.com>
19843              Date: Wed, 30 Apr 2003 09:52:30 +0100
19844              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
19845      Branch: perl
19846            ! utils/h2xs.PL
19847 ____________________________________________________________________________
19848 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
19849         Log: Reintroduce the mention of the fact that the Artistic/GPL
19850              also are Perl's own licenses.
19851      Branch: perl
19852            ! pod/perlartistic.pod pod/perlgpl.pod
19853 ____________________________________________________________________________
19854 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
19855         Log: Switch the new perlio way of opening anonymous temporary files
19856              open my $fh, '+>', undef
19857              to using File::Temp.  Test it, and test also the "accidental
19858              feature" of +< working the same way.
19859              This should address [perl #21937].
19860      Branch: perl
19861            + ext/PerlIO/t/open.t
19862            ! MANIFEST perlio.c pod/perlfunc.pod
19863 ____________________________________________________________________________
19864 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
19865         Log: perlartistic and perlgpl reformatting from Sean Burke.
19866      Branch: perl
19867            ! pod/perlartistic.pod pod/perlgpl.pod
19868 ____________________________________________________________________________
19869 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
19870         Log: pack/unpack fixes from Wolfgang Laun:
19871              - fix bug in UNICOS (where SIZE16 != sizeof(short))
19872              - introduce and use new internal pack/unpack API
19873              (packlist, unpackstring)
19874              that does away with the unused arguments in the old API
19875              (pack_cat, unpack_str).
19876      Branch: perl
19877            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
19878 ____________________________________________________________________________
19879 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
19880         Log: Subject: [PATCH] Embed.t flushing problem
19881              From: "Craig A. Berry" <craigberry@mac.com>
19882              Date: Sun, 04 May 2003 16:25:38 -0500
19883              Message-ID: <3EB58552.2070207@mac.com>
19884      Branch: perl
19885            ! lib/ExtUtils/t/Embed.t
19886 ____________________________________________________________________________
19887 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
19888         Log: Doc nit from mjd.
19889      Branch: perl
19890            ! ext/DB_File/DB_File.pm
19891 ____________________________________________________________________________
19892 [ 19413] By: ams                                   on 2003/05/05  04:03:10
19893         Log: None of that "our" stuff here, please.
19894      Branch: perl
19895            ! ext/Storable/t/tied.t
19896 ____________________________________________________________________________
19897 [ 19412] By: ams                                   on 2003/05/05  03:57:06
19898         Log: Oops. More Storable 2.07 preparations.
19899      Branch: perl
19900            ! ext/Storable/README ext/Storable/Storable.pm
19901 ____________________________________________________________________________
19902 [ 19411] By: ams                                   on 2003/05/05  03:53:44
19903         Log: Update changelog for 2.07 release.
19904      Branch: perl
19905            ! ext/Storable/ChangeLog
19906 ____________________________________________________________________________
19907 [ 19410] By: ams                                   on 2003/05/05  03:31:36
19908         Log: Update Changes.
19909      Branch: perl
19910            ! Changes
19911 ____________________________________________________________________________
19912 [ 19409] By: ams                                   on 2003/05/05  03:21:41
19913         Log: Subject: Re: Bug in Storable???
19914              From: Slaven Rezic <slaven@rezic.de>
19915              Date: 04 May 2003 18:00:40 +0200
19916              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
19917      Branch: perl
19918            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
19919 ____________________________________________________________________________
19920 [ 19408] By: jhi                                   on 2003/05/04  19:57:14
19921         Log: For some reason a fragment of change #19314 had not been merged.
19922      Branch: maint-5.8/perl
19923            ! uconfig.h uconfig.sh
19924 ____________________________________________________________________________
19925 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
19926         Log: This way reads a bit better with pod2man.
19927      Branch: perl
19928            ! pod/perlartistic.pod pod/perlgpl.pod
19929 ____________________________________________________________________________
19930 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
19931         Log: Integrate from maint:
19932              [ 18568]
19933              Add the POSIX::sigaction() trick by Slaven Rezic
19934              for [perl #17341].
19935      Branch: perl
19936           !> pod/perlfunc.pod pod/perlipc.pod
19937 ____________________________________________________________________________
19938 [ 19405] By: jhi                                   on 2003/05/04  11:51:42
19939         Log: Cosmic rays?  Whatever it was, now it is gone and the test works
19940              also in maint.
19941      Branch: maint-5.8/perl
19942            ! t/run/switchd.t
19943 ____________________________________________________________________________
19944 [ 19404] By: jhi                                   on 2003/05/04  11:15:59
19945         Log: It seems as if this issue wouldn't be fixed in maint yet?
19946      Branch: maint-5.8/perl
19947            ! t/run/switchd.t
19948 ____________________________________________________________________________
19949 [ 19403] By: jhi                                   on 2003/05/04  11:14:49
19950         Log: Integrate:
19951              [ 19401]
19952              Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
19953              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
19954              the perlartistic is a straightforward podification.
19955      Branch: maint-5.8/perl
19956           +> pod/perlartistic.pod pod/perlgpl.pod
19957           !> MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
19958           !> pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
19959 ____________________________________________________________________________
19960 [ 19402] By: jhi                                   on 2003/05/04  11:10:26
19961         Log: Integrate:
19962              [ 19381]
19963              Forgot to check in the -d: file.
19964      Branch: maint-5.8/perl
19965           !> t/run/switchd.t
19966 ____________________________________________________________________________
19967 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
19968         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
19969              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
19970              the perlartistic is a straightforward podification.
19971      Branch: perl
19972            + pod/perlartistic.pod pod/perlgpl.pod
19973            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
19974            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
19975 ____________________________________________________________________________
19976 [ 19400] By: jhi                                   on 2003/05/04  08:29:43
19977         Log: Integrate:
19978              [ 19242]
19979              Fix up Larry's copyright statements to my best knowledge.
19980              (Lots of Perl 5 source code archaeology was involved.)
19981              Larry didn't make strangled noises when I showed him
19982              the patch, either :-)
19983      Branch: maint-5.8/perl
19984           !> (integrate 98 files)
19985 ____________________________________________________________________________
19986 [ 19399] By: jhi                                   on 2003/05/04  08:25:06
19987         Log: Integrate:
19988              [ 19398]
19989              Doesn't make any difference for the test but is more logical.
19990      Branch: maint-5.8/perl
19991           !> t/lib/Devel/switchd.pm
19992 ____________________________________________________________________________
19993 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
19994         Log: Doesn't make any difference for the test but is more logical.
19995      Branch: perl
19996            ! t/lib/Devel/switchd.pm
19997 ____________________________________________________________________________
19998 [ 19397] By: jhi                                   on 2003/05/04  08:16:21
19999         Log: Integrate:
20000              [ 19378]
20001              The [perl #21890] (Devel::Coverage breakage) has been fixed
20002              by change #18589 (it was broken by change #9754); add test case.
20003              
20004              [ 19380]
20005              Solaris: make -Duse64bitall'ed to have an archname of
20006              sun4-solaris-64, from Alan Burlison.  (The default is to not
20007              to suffix anything with -Duse64bitall if longs are 64 bit.
20008              This may lead into confusion and much sorrow if 32-bit binaries
20009              and 64-bit binaries are installed under the same directories.
20010              Why is "-64" or something like that the default?  Well, there
20011              are platforms where 64 bits really is the default default.
20012              There adding a "-64" would be kind of odd.  Better to let
20013              each 64-bit capable platform to choose their archnames.)
20014              
20015              [ 19381]
20016              Forgot to check in the -d: file.
20017              
20018              [ 19382]
20019              Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
20020              From: Michael G Schwern <schwern@pobox.com>
20021              Date: Wed, 30 Apr 2003 18:19:32 -0700
20022              Message-ID: <20030501011932.GM701@windhund.schwern.org>
20023              
20024              [ 19383]
20025              Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
20026              From: Abe Timmerman <abe@ztreet.demon.nl>
20027              Date: Thu, 1 May 2003 18:34:35 +0200
20028              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
20029              
20030              [ 19384]
20031              Subject: [PATCH win32/win32.c] silence compiler warnings
20032              From: Abe Timmerman <abe@ztreet.demon.nl>
20033              Date: Fri, 2 May 2003 00:51:42 +0200
20034              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
20035              
20036              [ 19385]
20037              Subject: [PATCH] OpenUNIX 8 support
20038              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20039              Date: Fri, 2 May 2003 12:12:08 +0200
20040              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
20041              
20042              [ 19386]
20043              Subject: [PATCH] Re: maintperl on OpenUNIX 8
20044              From: Andy Dougherty <doughera@lafayette.edu>
20045              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
20046              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
20047              
20048              [ 19387]
20049              Regen Configure (no changes but that's fine).
20050              
20051              [ 19390]
20052              Tru64: PerlIO_tell() was returning about one _megabyte_ for
20053              the fp offset, which was quite a big larger than the input file,
20054              which meant that the SvGROW tried to grow the file to about
20055              2**64-2**20, which made safesysrealloc() to understandably
20056              croak (in argv.t).
20057              
20058              [ 19391]
20059              Upgrade to Unicode 4.0.0.  (Well, upgrade at least
20060              the Unicode character database to 4.0.0.)
20061              
20062              [ 19392]
20063              Salvage 'use filetest "access"' from compiletime to runtime.
20064              
20065              [ 19393]
20066              Extra tweakage from Rafael for #19392.
20067              
20068              [ 19394]
20069              Subject: Re: Does filetest work at all?
20070              From: Slaven Rezic <slaven@rezic.de>
20071              Date: 03 May 2003 18:26:49 +0200
20072              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
20073              
20074              [ 19395]
20075              Must skip more.
20076              
20077              [ 19396]
20078              Plagued by thinkos tonight.
20079      Branch: maint-5.8/perl
20080           +> (branch 29 files)
20081            ! Configure config_h.SH
20082           !> (integrate 143 files)
20083 ____________________________________________________________________________
20084 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
20085         Log: Plagued by thinkos tonight.
20086      Branch: perl
20087            ! lib/filetest.t
20088 ____________________________________________________________________________
20089 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
20090         Log: Must skip more.
20091      Branch: perl
20092            ! lib/filetest.t
20093 ____________________________________________________________________________
20094 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
20095         Log: Subject: Re: Does filetest work at all?
20096              From: Slaven Rezic <slaven@rezic.de>
20097              Date: 03 May 2003 18:26:49 +0200
20098              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
20099      Branch: perl
20100            ! lib/filetest.t pp_sys.c
20101 ____________________________________________________________________________
20102 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
20103         Log: Extra tweakage from Rafael for #19392.
20104      Branch: perl
20105            ! ext/B/B/Concise.pm lib/filetest.pm
20106 ____________________________________________________________________________
20107 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
20108         Log: Salvage 'use filetest "access"' from compiletime to runtime.
20109      Branch: perl
20110            ! dump.c op.c op.h pp_sys.c
20111 ____________________________________________________________________________
20112 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
20113         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
20114              the Unicode character database to 4.0.0.)
20115      Branch: perl
20116            + lib/unicore/HangulSyllableType.txt
20117            + lib/unicore/NormalizationCorrections.txt
20118            + lib/unicore/StandardizedVariants.txt
20119            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
20120            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
20121            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
20122            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
20123            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
20124            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
20125            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
20126            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
20127            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
20128            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
20129            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
20130            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
20131            ! (edit 129 files)
20132 ____________________________________________________________________________
20133 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
20134         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
20135              the fp offset, which was quite a big larger than the input file,
20136              which meant that the SvGROW tried to grow the file to about
20137              2**64-2**20, which made safesysrealloc() to understandably
20138              croak (in argv.t).
20139      Branch: perl
20140            ! sv.c
20141 ____________________________________________________________________________
20142 [ 19389] By: jhi                                   on 2003/05/02  19:39:12
20143         Log: Better comment from Rafael.
20144      Branch: metaconfig
20145            ! U/modified/Oldconfig.U
20146 ____________________________________________________________________________
20147 [ 19388] By: jhi                                   on 2003/05/02  19:18:58
20148         Log: metaconfig unit change for change #19387.
20149      Branch: metaconfig
20150            ! U/modified/Oldconfig.U
20151 ____________________________________________________________________________
20152 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
20153         Log: Regen Configure (no changes but that's fine).
20154      Branch: perl
20155            ! Configure
20156 ____________________________________________________________________________
20157 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
20158         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
20159              From: Andy Dougherty <doughera@lafayette.edu>
20160              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
20161              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
20162      Branch: perl
20163            ! Configure
20164 ____________________________________________________________________________
20165 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
20166         Log: Subject: [PATCH] OpenUNIX 8 support
20167              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20168              Date: Fri, 2 May 2003 12:12:08 +0200
20169              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
20170      Branch: perl
20171            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
20172 ____________________________________________________________________________
20173 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
20174         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
20175              From: Abe Timmerman <abe@ztreet.demon.nl>
20176              Date: Fri, 2 May 2003 00:51:42 +0200
20177              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
20178      Branch: perl
20179            ! win32/win32.c
20180 ____________________________________________________________________________
20181 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
20182         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
20183              From: Abe Timmerman <abe@ztreet.demon.nl>
20184              Date: Thu, 1 May 2003 18:34:35 +0200
20185              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
20186      Branch: perl
20187            ! win32/win32.h
20188 ____________________________________________________________________________
20189 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
20190         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
20191              From: Michael G Schwern <schwern@pobox.com>
20192              Date: Wed, 30 Apr 2003 18:19:32 -0700
20193              Message-ID: <20030501011932.GM701@windhund.schwern.org>
20194      Branch: perl
20195            ! ext/POSIX/POSIX.pod
20196 ____________________________________________________________________________
20197 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
20198         Log: Forgot to check in the -d: file.
20199      Branch: perl
20200            + t/lib/Devel/switchd.pm
20201            ! MANIFEST t/run/switchd.t
20202 ____________________________________________________________________________
20203 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
20204         Log: Solaris: make -Duse64bitall'ed to have an archname of
20205              sun4-solaris-64, from Alan Burlison.  (The default is to not
20206              to suffix anything with -Duse64bitall if longs are 64 bit.
20207              This may lead into confusion and much sorrow if 32-bit binaries
20208              and 64-bit binaries are installed under the same directories.
20209              Why is "-64" or something like that the default?  Well, there
20210              are platforms where 64 bits really is the default default.
20211              There adding a "-64" would be kind of odd.  Better to let
20212              each 64-bit capable platform to choose their archnames.)
20213      Branch: perl
20214            ! hints/solaris_2.sh
20215 ____________________________________________________________________________
20216 [ 19379] By: nick                                  on 2003/05/02  13:37:08
20217         Log: Integrate mainline (run/switchd.t fails).
20218      Branch: perlio
20219           +> t/run/switchd.t
20220           !> (integrate 35 files)
20221 ____________________________________________________________________________
20222 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
20223         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
20224              by change #18589 (it was broken by change #9754); add test case.
20225      Branch: perl
20226            + t/run/switchd.t
20227            ! MANIFEST
20228 ____________________________________________________________________________
20229 [ 19377] By: jhi                                   on 2003/05/02  07:52:13
20230         Log: Integrate:
20231              [ 19371]
20232              The solution in change #19363 was too unportable.
20233              
20234              [ 19372]
20235              miniperl cannot handle layers.t.
20236              
20237              [ 19373]
20238              Subject: [PATCH] RE: perl@19333
20239              From: Robin Barker <Robin.Barker@npl.co.uk>
20240              Date: Tue, 29 Apr 2003 17:30:23 +0100
20241              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
20242              
20243              [ 19374]
20244              OS X test tweak.
20245              
20246              [ 19375]
20247              OS X: could not -Doptimize=-g.
20248              
20249              [ 19376]
20250              great_circle_direction() was broken,
20251              reported by Alexander Becher.
20252      Branch: maint-5.8/perl
20253           !> embed.pl ext/Cwd/t/cwd.t hints/darwin.sh lib/Math/Trig.pm
20254           !> lib/Math/Trig.t pp_hot.c pp_pack.c proto.h t/io/layers.t
20255           !> t/io/openpid.t
20256 ____________________________________________________________________________
20257 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
20258         Log: great_circle_direction() was broken,
20259              reported by Alexander Becher.
20260      Branch: perl
20261            ! lib/Math/Trig.pm lib/Math/Trig.t
20262 ____________________________________________________________________________
20263 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
20264         Log: OS X: could not -Doptimize=-g.
20265      Branch: perl
20266            ! hints/darwin.sh
20267 ____________________________________________________________________________
20268 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
20269         Log: OS X test tweak.
20270      Branch: perl
20271            ! ext/Cwd/t/cwd.t
20272 ____________________________________________________________________________
20273 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
20274         Log: Subject: [PATCH] RE: perl@19333
20275              From: Robin Barker <Robin.Barker@npl.co.uk>
20276              Date: Tue, 29 Apr 2003 17:30:23 +0100
20277              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
20278      Branch: perl
20279            ! embed.pl pp_hot.c pp_pack.c proto.h
20280 ____________________________________________________________________________
20281 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
20282         Log: miniperl cannot handle layers.t.
20283      Branch: perl
20284            ! t/io/layers.t
20285 ____________________________________________________________________________
20286 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
20287         Log: The solution in change #19363 was too unportable.
20288      Branch: perl
20289            ! t/io/openpid.t
20290 ____________________________________________________________________________
20291 [ 19370] By: jhi                                   on 2003/05/01  07:57:19
20292         Log: Integrate:
20293              [ 19364]
20294              Subject: [PATCH] [patch #7514] Bug in perlop regex explination
20295              From: Casey West <casey@geeknest.com>
20296              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
20297              Message-Id: <20030428172206.GK62281@geeknest.com>
20298              
20299              [ 19365]
20300              Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
20301              From: Casey West <casey@geeknest.com>
20302              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
20303              Message-Id: <20030428140005.GC62281@geeknest.com>
20304              
20305              [ 19366]
20306              If it's S_, it should be STATIC.
20307              
20308              [ 19367]
20309              Subject: [PATCH] buglet: sub a(;&) { } doesn't work
20310              From: Enache Adrian <enache@rdslink.ro>
20311              Date: Sat, 19 Apr 2003 01:41:07 +0300
20312              Message-ID: <20030418224107.GA2751@ratsnest.hole>
20313              
20314              [ 19368]
20315              z/OS: More threaded build tweaks from Brian De Pradine--
20316              apparently now it works!
20317              
20318              [ 19369]
20319              perlreftut updates from mjd.
20320      Branch: maint-5.8/perl
20321           !> embed.fnc embed.h ext/threads/threads.xs handy.h
20322           !> hints/os390.sh numeric.c pod/perlop.pod pod/perlreftut.pod
20323           !> proto.h t/comp/parser.t thread.h toke.c
20324 ____________________________________________________________________________
20325 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
20326         Log: perlreftut updates from mjd.
20327      Branch: perl
20328            ! pod/perlreftut.pod
20329 ____________________________________________________________________________
20330 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
20331         Log: z/OS: More threaded build tweaks from Brian De Pradine--
20332              apparently now it works!
20333      Branch: perl
20334            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
20335 ____________________________________________________________________________
20336 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
20337         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
20338              From: Enache Adrian <enache@rdslink.ro>
20339              Date: Sat, 19 Apr 2003 01:41:07 +0300
20340              Message-ID: <20030418224107.GA2751@ratsnest.hole>
20341      Branch: perl
20342            ! t/comp/parser.t toke.c
20343 ____________________________________________________________________________
20344 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
20345         Log: If it's S_, it should be STATIC.
20346      Branch: perl
20347            ! embed.fnc embed.h numeric.c proto.h
20348 ____________________________________________________________________________
20349 [ 19365] By: sky                                   on 2003/04/28  16:30:03
20350         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
20351              From: Casey West <casey@geeknest.com>
20352              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
20353              Message-Id: <20030428140005.GC62281@geeknest.com>
20354      Branch: perl
20355            ! pod/perlop.pod
20356 ____________________________________________________________________________
20357 [ 19364] By: sky                                   on 2003/04/28  16:20:43
20358         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
20359              From: Casey West <casey@geeknest.com>
20360              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
20361              Message-Id: <20030428172206.GK62281@geeknest.com>
20362      Branch: perl
20363            ! pod/perlop.pod
20364 ____________________________________________________________________________
20365 [ 19363] By: sky                                   on 2003/04/28  15:32:35
20366         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
20367              open.
20368      Branch: perl
20369            ! t/io/openpid.t
20370 ____________________________________________________________________________
20371 [ 19362] By: jhi                                   on 2003/04/28  14:33:35
20372         Log: It helps to count right.
20373      Branch: maint-5.8/perl
20374            ! lib/fields.t
20375 ____________________________________________________________________________
20376 [ 19361] By: jhi                                   on 2003/04/28  09:16:12
20377         Log: The fields test required a little bit of backporting.
20378      Branch: maint-5.8/perl
20379            ! lib/fields.t
20380 ____________________________________________________________________________
20381 [ 19360] By: jhi                                   on 2003/04/28  09:10:08
20382         Log: Integrate:
20383              [ 19348]
20384              Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
20385              From: Casey West <casey@geeknest.com>
20386              Date: Thu, 24 Apr 2003 08:18:42 -0400
20387              Message-ID: <20030424121842.GW34510@geeknest.com>
20388              
20389              [ 19349]
20390              Subject: [PATCH] VMS::Stdio test tweak
20391              From: "Craig A. Berry" <craigberry@mac.com>
20392              Date: Sat, 26 Apr 2003 15:53:07 -0500
20393              Message-ID: <3EAAF1B3.7020708@mac.com>
20394              
20395              [ 19350]
20396              Add Dave Mitchell's test case for fields.
20397              
20398              [ 19351]
20399              Add a test case for [perl #15288] (already solved).
20400              
20401              [ 19353]
20402              utime() doc clarifications
20403              based on :
20404              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
20405              From: Casey West <casey@geeknest.com>
20406              Date: Fri, 25 Apr 2003 08:00:54 -0400
20407              Message-ID: <20030425120054.GQ34510@geeknest.com>
20408              
20409              [ 19354]
20410              $[ clarifications.
20411              
20412              [ 19355]
20413              Document a faint compilation noise.
20414              
20415              [ 19356]
20416              Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
20417              Check errno to see if the call to nice(2) succeeded.
20418              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
20419              From: Enache Adrian <enache@rdslink.ro>
20420              Date: Wed, 23 Apr 2003 22:48:20 +0300
20421              Message-ID: <20030423194820.GA874@ratsnest.hole>
20422              
20423              [ 19357]
20424              Detecting errors of reentrant APIs: getgrgid_r and the like
20425              when returning an int can either return the error in the return
20426              value or in the errno.  We need a new per-interp variable to store
20427              the return value instead of clobbering the errno with it.  The new
20428              variable, PL_reentrant_retint, is only used within the reentrancy
20429              framework, and immediately after it's set, so there should not be
20430              similar visibility issues as for the errno.  Spotted by Edward Moy.
20431              
20432              [ 19358]
20433              SysV msg queues can be something hanging (witnessed in IRIX),
20434              so let's use IPC_NOWAIT.
20435              
20436              [ 19359]
20437              Feel-good cleanup.
20438      Branch: maint-5.8/perl
20439           !> README.aix embedvar.h ext/IPC/SysV/t/msg.t ext/POSIX/POSIX.xs
20440           !> intrpvar.h lib/UNIVERSAL.pm lib/fields.t perlapi.h
20441           !> pod/perlfunc.pod pod/perlvar.pod reentr.c reentr.h reentr.pl
20442           !> sv.c t/op/pack.t t/op/taint.t vms/ext/Stdio/test.pl
20443 ____________________________________________________________________________
20444 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
20445         Log: Feel-good cleanup.
20446      Branch: perl
20447            ! intrpvar.h sv.c
20448 ____________________________________________________________________________
20449 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
20450         Log: SysV msg queues can be something hanging (witnessed in IRIX),
20451              so let's use IPC_NOWAIT.
20452      Branch: perl
20453            ! ext/IPC/SysV/t/msg.t t/op/taint.t
20454 ____________________________________________________________________________
20455 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
20456         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
20457              when returning an int can either return the error in the return
20458              value or in the errno.  We need a new per-interp variable to store
20459              the return value instead of clobbering the errno with it.  The new
20460              variable, PL_reentrant_retint, is only used within the reentrancy
20461              framework, and immediately after it's set, so there should not be
20462              similar visibility issues as for the errno.  Spotted by Edward Moy.
20463      Branch: perl
20464            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
20465 ____________________________________________________________________________
20466 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
20467         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
20468              Check errno to see if the call to nice(2) succeeded.
20469              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
20470              From: Enache Adrian <enache@rdslink.ro>
20471              Date: Wed, 23 Apr 2003 22:48:20 +0300
20472              Message-ID: <20030423194820.GA874@ratsnest.hole>
20473      Branch: perl
20474            ! ext/POSIX/POSIX.xs
20475 ____________________________________________________________________________
20476 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
20477         Log: Document a faint compilation noise.
20478      Branch: perl
20479            ! README.aix
20480 ____________________________________________________________________________
20481 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
20482         Log: $[ clarifications.
20483      Branch: perl
20484            ! pod/perlvar.pod
20485 ____________________________________________________________________________
20486 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
20487         Log: utime() doc clarifications
20488              based on :
20489              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
20490              From: Casey West <casey@geeknest.com>
20491              Date: Fri, 25 Apr 2003 08:00:54 -0400
20492              Message-ID: <20030425120054.GQ34510@geeknest.com>
20493      Branch: perl
20494            ! pod/perlfunc.pod
20495 ____________________________________________________________________________
20496 [ 19352] By: nick                                  on 2003/04/27  18:49:03
20497         Log: Integrate mainline.
20498      Branch: perlio
20499           +> Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
20500           +> Cross/config.sh-arm-linux Cross/generate_config_sh
20501           +> Cross/installperl.patch Cross/warp
20502           !> (integrate 113 files)
20503 ____________________________________________________________________________
20504 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
20505         Log: Add a test case for [perl #15288] (already solved).
20506      Branch: perl
20507            ! t/op/pack.t
20508 ____________________________________________________________________________
20509 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
20510         Log: Add Dave Mitchell's test case for fields.
20511      Branch: perl
20512            ! lib/fields.t
20513 ____________________________________________________________________________
20514 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
20515         Log: Subject: [PATCH] VMS::Stdio test tweak
20516              From: "Craig A. Berry" <craigberry@mac.com>
20517              Date: Sat, 26 Apr 2003 15:53:07 -0500
20518              Message-ID: <3EAAF1B3.7020708@mac.com>
20519      Branch: perl
20520            ! vms/ext/Stdio/test.pl
20521 ____________________________________________________________________________
20522 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
20523         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
20524              From: Casey West <casey@geeknest.com>
20525              Date: Thu, 24 Apr 2003 08:18:42 -0400
20526              Message-ID: <20030424121842.GW34510@geeknest.com>
20527      Branch: perl
20528            ! lib/UNIVERSAL.pm
20529 ____________________________________________________________________________
20530 [ 19347] By: jhi                                   on 2003/04/27  06:11:14
20531         Log: Integrate:
20532              [ 19342]
20533              Fix bug #15161 by increasing the refcount on the RE and making 
20534              sure to restore it correctly. Deals with both s//e and s///g.
20535              
20536              [ 19343]
20537              Document that splice() doesn't extend arrays
20538              Subject: Re: slice autoextending ? still another revised doc patch; COW
20539              From: david nicol <whatever@davidnicol.com>
20540              Date: 22 Apr 2003 22:05:02 -0500
20541              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
20542              
20543              [ 19344]
20544              Some doc patches by Casey West :
20545              
20546              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
20547              From: Casey West <casey@geeknest.com>
20548              Date: Fri, 25 Apr 2003 10:46:39 -0400
20549              Message-ID: <20030425144639.GY34510@geeknest.com>
20550              
20551              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
20552              From: Casey West <casey@geeknest.com>
20553              Date: Fri, 25 Apr 2003 07:52:13 -0400
20554              Message-ID: <20030425115213.GP34510@geeknest.com>
20555              
20556              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
20557              From: Casey West <casey@geeknest.com>
20558              Date: Thu, 24 Apr 2003 21:27:22 -0400
20559              Message-ID: <20030425012722.GN34510@geeknest.com>
20560              
20561              [ 19345]
20562              Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
20563              From: Dave Mitchell <davem@fdgroup.com>
20564              Date: Sat, 26 Apr 2003 18:45:28 +0100
20565              Message-ID: <20030426174528.GA9588@fdgroup.com>
20566              
20567              [ 19346]
20568              Document that restricted hashes are not atomic
20569              (from Dave Mitchell).
20570      Branch: maint-5.8/perl
20571           !> hv.c lib/Hash/Util.pm lib/Hash/Util.t pod/perldata.pod
20572           !> pod/perldiag.pod pod/perlfunc.pod pod/perlsyn.pod pp_ctl.c
20573           !> pp_hot.c
20574 ____________________________________________________________________________
20575 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
20576         Log: Document that restricted hashes are not atomic
20577              (from Dave Mitchell).
20578      Branch: perl
20579            ! lib/Hash/Util.pm
20580 ____________________________________________________________________________
20581 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
20582         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
20583              From: Dave Mitchell <davem@fdgroup.com>
20584              Date: Sat, 26 Apr 2003 18:45:28 +0100
20585              Message-ID: <20030426174528.GA9588@fdgroup.com>
20586      Branch: perl
20587            ! hv.c lib/Hash/Util.t pod/perldiag.pod
20588 ____________________________________________________________________________
20589 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
20590         Log: Some doc patches by Casey West :
20591              
20592              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
20593              From: Casey West <casey@geeknest.com>
20594              Date: Fri, 25 Apr 2003 10:46:39 -0400
20595              Message-ID: <20030425144639.GY34510@geeknest.com>
20596              
20597              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
20598              From: Casey West <casey@geeknest.com>
20599              Date: Fri, 25 Apr 2003 07:52:13 -0400
20600              Message-ID: <20030425115213.GP34510@geeknest.com>
20601              
20602              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
20603              From: Casey West <casey@geeknest.com>
20604              Date: Thu, 24 Apr 2003 21:27:22 -0400
20605              Message-ID: <20030425012722.GN34510@geeknest.com>
20606      Branch: perl
20607            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
20608 ____________________________________________________________________________
20609 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
20610         Log: Document that splice() doesn't extend arrays
20611              Subject: Re: slice autoextending ? still another revised doc patch; COW
20612              From: david nicol <whatever@davidnicol.com>
20613              Date: 22 Apr 2003 22:05:02 -0500
20614              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
20615      Branch: perl
20616            ! pod/perlfunc.pod
20617 ____________________________________________________________________________
20618 [ 19342] By: sky                                   on 2003/04/26  21:43:32
20619         Log: Fix bug #15161 by increasing the refcount on the RE and making 
20620              sure to restore it correctly. Deals with both s//e and s///g.
20621      Branch: perl
20622            ! pp_ctl.c pp_hot.c
20623 ____________________________________________________________________________
20624 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
20625         Log: Integrate:
20626              [ 19340]
20627              Caught by Mark Lutz in UNICOS: A declaration cannot appear
20628              after an executable statement in a block.
20629      Branch: perl
20630           !> pp_pack.c
20631 ____________________________________________________________________________
20632 [ 19340] By: jhi                                   on 2003/04/26  04:22:24
20633         Log: Caught by Mark Lutz in UNICOS: A declaration cannot appear
20634              after an executable statement in a block.
20635      Branch: maint-5.8/perl
20636            ! pp_pack.c
20637 ____________________________________________________________________________
20638 [ 19339] By: jhi                                   on 2003/04/25  20:22:48
20639         Log: metaconfig unit change for #19337 and #19338.
20640      Branch: metaconfig/U/perl
20641            ! Extensions.U
20642 ____________________________________________________________________________
20643 [ 19338] By: jhi                                   on 2003/04/25  20:22:09
20644         Log: Fix -Dnoextensions and -Donlyextensions.
20645      Branch: maint-5.8/perl
20646            ! Configure
20647 ____________________________________________________________________________
20648 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
20649         Log: Now the -Dnoextensions and -Dnoextensions have the
20650              chance of actually doing something.
20651      Branch: perl
20652            ! Configure
20653 ____________________________________________________________________________
20654 [ 19336] By: jhi                                   on 2003/04/25  19:50:54
20655         Log: metaconfig unit change for #19334 and #19335.
20656      Branch: metaconfig/U/perl
20657            ! Extensions.U
20658 ____________________________________________________________________________
20659 [ 19335] By: jhi                                   on 2003/04/25  19:50:33
20660         Log: Subject: [PATCH] Configure's extension sanity check is too strict
20661              From: Andy Dougherty <doughera@lafayette.edu>
20662              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
20663              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
20664      Branch: maint-5.8/perl
20665            ! Configure
20666 ____________________________________________________________________________
20667 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
20668         Log: Subject: [PATCH] Configure's extension sanity check is too strict
20669              From: Andy Dougherty <doughera@lafayette.edu>
20670              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
20671              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
20672      Branch: perl
20673            ! Configure
20674 ____________________________________________________________________________
20675 [ 19333] By: jhi                                   on 2003/04/25  16:14:13
20676         Log: Update Changes.
20677      Branch: maint-5.8/perl
20678            ! Changes patchlevel.h
20679 ____________________________________________________________________________
20680 [ 19332] By: jhi                                   on 2003/04/25  15:35:49
20681         Log: Integrate:
20682              [ 19197]
20683              Continue hunting for the cause of the Tru64 failed threaded smokes
20684              most probably introduced by the change #19157.  The tweak suggested
20685              by Stephen McCamant trades a possible dangling pointer (CopFILE()
20686              is tricky like that with threads) to a memory leak.  (This means
20687              that this tweak shouldn't be left in as-is, but if this helps,
20688              we at least know that the failure was caused by the #19157.)
20689              
20690              Firstly, because we nothing better has come up, and secondly
20691              because otherwise the subtest #18 of deparse.t is acting up
20692              in Tru64 (a sub B::NULL::as_string() { '' } appears).
20693      Branch: maint-5.8/perl
20694           !> op.c
20695 ____________________________________________________________________________
20696 [ 19331] By: jhi                                   on 2003/04/25  14:51:16
20697         Log: Integrate:
20698              [ 19195]
20699              Upgrade to Test::Harness 2.27_04.
20700              
20701              [ 19325]
20702              Upgrade to Encode 1.93.
20703              
20704              [ 19326]
20705              Upgrade to Test::Harness 2.28.
20706              
20707              [ 19327]
20708              Clarify(?) the perlio default layers table.
20709              
20710              [ 19328]
20711              Subject: typo in Time::HiRes docs
20712              From: mjd@plover.com 
20713              Date: 19 Apr 2003 15:13:44 -0000 
20714              Message-ID: <20030419151344.28237.qmail@plover.com> 
20715              
20716              [ 19329]
20717              Upgrade to Time::HiRes 1.46.
20718              
20719              [ 19330]
20720              Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
20721              From: "Craig A. Berry" <craigberry@mac.com>
20722              Date: Thu, 24 Apr 2003 20:09:48 -0500
20723              Message-ID: <3EA88ADC.3000300@mac.com>
20724      Branch: maint-5.8/perl
20725           +> lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
20726           !> (integrate 26 files)
20727 ____________________________________________________________________________
20728 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
20729         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
20730              From: "Craig A. Berry" <craigberry@mac.com>
20731              Date: Thu, 24 Apr 2003 20:09:48 -0500
20732              Message-ID: <3EA88ADC.3000300@mac.com>
20733      Branch: perl
20734            ! ext/Encode/t/enc_module.t
20735 ____________________________________________________________________________
20736 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
20737         Log: Upgrade to Time::HiRes 1.46.
20738      Branch: perl
20739            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20740            ! ext/Time/HiRes/Makefile.PL
20741 ____________________________________________________________________________
20742 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
20743         Log: Subject: typo in Time::HiRes docs
20744              From: mjd@plover.com 
20745              Date: 19 Apr 2003 15:13:44 -0000 
20746              Message-ID: <20030419151344.28237.qmail@plover.com> 
20747      Branch: perl
20748            ! ext/Time/HiRes/HiRes.pm
20749 ____________________________________________________________________________
20750 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
20751         Log: Clarify(?) the perlio default layers table.
20752      Branch: perl
20753            ! lib/PerlIO.pm t/io/layers.t
20754 ____________________________________________________________________________
20755 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
20756         Log: Upgrade to Test::Harness 2.28.
20757      Branch: perl
20758            ! lib/Test/Harness.pm lib/Test/Harness/Changes
20759            ! lib/Test/Harness/t/pod.t
20760 ____________________________________________________________________________
20761 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
20762         Log: Upgrade to Encode 1.93.
20763      Branch: perl
20764            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
20765            ! ext/Encode/lib/Encode/CJKConstants.pm
20766            ! ext/Encode/lib/Encode/CN/HZ.pm
20767            ! ext/Encode/lib/Encode/Encoding.pm
20768            ! ext/Encode/lib/Encode/Guess.pm
20769            ! ext/Encode/lib/Encode/KR/2022_KR.pm
20770            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
20771            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
20772            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
20773            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
20774 ____________________________________________________________________________
20775 [ 19324] By: jhi                                   on 2003/04/24  17:07:28
20776         Log: Integrate:
20777              [ 19323]
20778              VMS patch for faststdio from Craig Berry.
20779      Branch: maint-5.8/perl
20780           !> configure.com
20781 ____________________________________________________________________________
20782 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
20783         Log: VMS patch for faststdio from Craig Berry.
20784      Branch: perl
20785            ! configure.com
20786 ____________________________________________________________________________
20787 [ 19322] By: jhi                                   on 2003/04/24  12:52:16
20788         Log: Regen perlmodlib and perltoc.
20789      Branch: maint-5.8/perl
20790            ! pod/perlmodlib.pod pod/perltoc.pod
20791 ____________________________________________________________________________
20792 [ 19321] By: jhi                                   on 2003/04/24  05:10:36
20793         Log: Integrate:
20794              [ 19316]
20795              A new fatal error :
20796              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
20797              From: Dave Mitchell <davem@fdgroup.com>
20798              Date: Mon, 21 Apr 2003 13:19:50 +0100
20799              Message-ID: <20030421121950.GB18189@fdgroup.com>
20800              Message-ID: <20030421125433.GC18189@fdgroup.com>
20801              
20802              [ 19319]
20803              Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
20804              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
20805              Date: 22 Apr 2003 04:31:17 -0000
20806              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
20807              (with minor further corrections)
20808              
20809              [ 19320]
20810              Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
20811              From: Casey West <casey@geeknest.com>
20812              Date: Wed, 23 Apr 2003 14:03:20 -0400
20813              Message-ID: <20030423180320.GZ15574@geeknest.com>
20814              
20815              plus regen some docs.
20816      Branch: maint-5.8/perl
20817            ! pod/perldiag.pod pod/perlintern.pod pod/perlmod.pod
20818            ! pod/perlmodlib.PL pod/perlmodlib.pod
20819           !> pp_hot.c t/cmd/for.t
20820 ____________________________________________________________________________
20821 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
20822         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
20823              From: Casey West <casey@geeknest.com>
20824              Date: Wed, 23 Apr 2003 14:03:20 -0400
20825              Message-ID: <20030423180320.GZ15574@geeknest.com>
20826      Branch: perl
20827            ! pod/perlmodlib.PL pod/perlmodlib.pod
20828 ____________________________________________________________________________
20829 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
20830         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
20831              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
20832              Date: 22 Apr 2003 04:31:17 -0000
20833              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
20834              (with minor further corrections)
20835      Branch: perl
20836            ! pod/perlmod.pod
20837 ____________________________________________________________________________
20838 [ 19318] By: jhi                                   on 2003/04/23  19:24:49
20839         Log: config.h fixing.
20840      Branch: maint-5.8/perl
20841            ! NetWare/config_H.wc plan9/config.plan9 plan9/config_h.sample
20842            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20843            ! win32/config_H.vc64 wince/config_H.ce
20844 ____________________________________________________________________________
20845 [ 19317] By: jhi                                   on 2003/04/23  19:12:05
20846         Log: Integrate:
20847              [ 19314]
20848              Introduce 'fast stdio' symbols to non-Configure lands.
20849              
20850              plus edit the usefaststdio as defined plus regen vosish.
20851      Branch: maint-5.8/perl
20852            ! NetWare/config.wc NetWare/config_H.wc configure.com
20853            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
20854            ! plan9/config_sh.sample uconfig.h uconfig.sh vos/config.alpha.h
20855            ! vos/config.ga.h win32/config.bc win32/config.gc
20856            ! win32/config.vc win32/config.vc64 win32/config_H.bc
20857            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
20858            ! wince/config.ce wince/config_H.ce
20859 ____________________________________________________________________________
20860 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
20861         Log: A new fatal error :
20862              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
20863              From: Dave Mitchell <davem@fdgroup.com>
20864              Date: Mon, 21 Apr 2003 13:19:50 +0100
20865              Message-ID: <20030421121950.GB18189@fdgroup.com>
20866              Message-ID: <20030421125433.GC18189@fdgroup.com>
20867      Branch: perl
20868            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
20869 ____________________________________________________________________________
20870 [ 19315] By: jhi                                   on 2003/04/23  19:03:10
20871         Log: Regen Configure, Glossary, et alia.
20872      Branch: maint-5.8/perl
20873            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20874            ! config_h.SH
20875 ____________________________________________________________________________
20876 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
20877         Log: Introduce 'fast stdio' symbols to non-Configure lands.
20878      Branch: perl
20879            ! NetWare/config.wc NetWare/config_H.wc configure.com
20880            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
20881            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
20882            ! win32/config.gc win32/config.vc win32/config.vc64
20883            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20884            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
20885 ____________________________________________________________________________
20886 [ 19313] By: jhi                                   on 2003/04/23  18:22:02
20887         Log: metaconfig unit change for #19312.
20888      Branch: metaconfig/U/perl
20889            ! usefaststdio.U
20890 ____________________________________________________________________________
20891 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
20892         Log: Regen Configure, Glossary, et alia.
20893      Branch: perl
20894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20895            ! config_h.SH
20896 ____________________________________________________________________________
20897 [ 19311] By: jhi                                   on 2003/04/23  08:35:52
20898         Log: Integrate:
20899              [ 19310]
20900              Handle the combination of dosish and non-faststdio.
20901      Branch: maint-5.8/perl
20902           !> t/io/layers.t
20903 ____________________________________________________________________________
20904 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
20905         Log: Handle the combination of dosish and non-faststdio.
20906      Branch: perl
20907            ! t/io/layers.t
20908 ____________________________________________________________________________
20909 [ 19309] By: jhi                                   on 2003/04/23  05:35:38
20910         Log: Integrate:
20911              [ 19304]
20912              Re-merge Encode 1.92.
20913              
20914              [ 19305]
20915              Enache's turn.
20916              
20917              [ 19306]
20918              z/OS: changes for building threaded from "Brian De Pradine"
20919              <PRADINE@uk.ibm.com>.
20920              
20921              [ 19307]
20922              Subject: [PATCH] Doc pointers in perlbot.
20923              From: Casey West <casey@geeknest.com>
20924              Date: Tue, 22 Apr 2003 11:19:09 -0400
20925              Message-Id: <20030422151909.GC11119@geeknest.com>
20926              (Applied by hand.)
20927              
20928              [ 19308]
20929              Subject: 5.8.0: two problems
20930              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
20931              Date: Tue, 22 Apr 2003 11:43:17 -0700
20932              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
20933      Branch: maint-5.8/perl
20934           !> Makefile.SH XSUB.h ext/Encode/Makefile.PL
20935           !> ext/Encode/t/enc_module.t hints/os390.sh pod/perlbot.pod
20936           !> thread.h util.c
20937 ____________________________________________________________________________
20938 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
20939         Log: Subject: 5.8.0: two problems
20940              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
20941              Date: Tue, 22 Apr 2003 11:43:17 -0700
20942              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
20943      Branch: perl
20944            ! XSUB.h
20945 ____________________________________________________________________________
20946 [ 19307] By: ams                                   on 2003/04/22  16:39:51
20947         Log: Subject: [PATCH] Doc pointers in perlbot.
20948              From: Casey West <casey@geeknest.com>
20949              Date: Tue, 22 Apr 2003 11:19:09 -0400
20950              Message-Id: <20030422151909.GC11119@geeknest.com>
20951              (Applied by hand.)
20952      Branch: perl
20953            ! pod/perlbot.pod
20954 ____________________________________________________________________________
20955 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
20956         Log: z/OS: changes for building threaded from "Brian De Pradine"
20957              <PRADINE@uk.ibm.com>.
20958      Branch: perl
20959            ! Makefile.SH hints/os390.sh thread.h util.c
20960 ____________________________________________________________________________
20961 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
20962         Log: Enache's turn.
20963      Branch: perl
20964            ! ext/Encode/t/enc_module.t
20965 ____________________________________________________________________________
20966 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
20967         Log: Re-merge Encode 1.92.
20968      Branch: perl
20969            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
20970 ____________________________________________________________________________
20971 [ 19303] By: jhi                                   on 2003/04/22  05:30:15
20972         Log: Integrate:
20973              [ 19299]
20974              Croak on non ref to shared methods instead of segfault.
20975              This can really only happen for &share("string").
20976              
20977              [ 19301]
20978              Fix bug 17964 by properly refcounting the gv top.
20979              Seems like the entries in rsfp are way different than
20980              normal PVIO objects.
20981              
20982              [ 19302]
20983              Argh, cut-and-pasto.
20984      Branch: maint-5.8/perl
20985           !> ext/threads/shared/shared.xs perlio.c sv.c
20986 ____________________________________________________________________________
20987 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
20988         Log: Argh, cut-and-pasto.
20989      Branch: perl
20990            ! perlio.c
20991 ____________________________________________________________________________
20992 [ 19301] By: sky                                   on 2003/04/21  21:33:14
20993         Log: Fix bug 17964 by properly refcounting the gv top.
20994              Seems like the entries in rsfp are way different than
20995              normal PVIO objects.
20996      Branch: perl
20997            ! sv.c
20998 ____________________________________________________________________________
20999 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
21000         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
21001              
21002              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
21003              From: Enache Adrian <enache@rdslink.ro>
21004              Date: Sun, 20 Apr 2003 02:45:48 +0300
21005              Message-ID: <20030419234548.GA849@ratsnest.hole>
21006              and
21007              Date: Wed, 2 Apr 2003 07:52:28 +0300
21008              Message-ID: <20030402045227.GA1023@ratsnest.hole>
21009      Branch: perl
21010            ! pp_sys.c t/op/ref.t util.c
21011 ____________________________________________________________________________
21012 [ 19299] By: sky                                   on 2003/04/21  17:05:31
21013         Log: Croak on non ref to shared methods instead of segfault.
21014              This can really only happen for &share("string").
21015      Branch: perl
21016            ! ext/threads/shared/shared.xs
21017 ____________________________________________________________________________
21018 [ 19298] By: jhi                                   on 2003/04/21  16:26:33
21019         Log: Integrate:
21020              [ 19297]
21021              Add OpenZaurus cross-compilation patches.
21022      Branch: maint-5.8/perl
21023           +> Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
21024           +> Cross/config.sh-arm-linux Cross/generate_config_sh
21025           +> Cross/installperl.patch Cross/warp
21026           !> Cross/README INSTALL MANIFEST
21027 ____________________________________________________________________________
21028 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
21029         Log: Add OpenZaurus cross-compilation patches.
21030      Branch: perl
21031            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
21032            + Cross/config.sh-arm-linux Cross/generate_config_sh
21033            + Cross/installperl.patch Cross/warp
21034            ! Cross/README INSTALL MANIFEST
21035 ____________________________________________________________________________
21036 [ 19296] By: jhi                                   on 2003/04/21  15:54:28
21037         Log: Update vosish headers.
21038      Branch: maint-5.8/perl
21039            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21040            ! vos/config.ga.h vos/config.pl
21041 ____________________________________________________________________________
21042 [ 19295] By: jhi                                   on 2003/04/21  15:45:24
21043         Log: Integrate:
21044              [ 19286]
21045              Introduce two new Configure symbols:
21046              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
21047              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
21048              [2] usefaststdio = do we use fast stdio if we have it?
21049              For 5.[68], we do.  For anything else, we don't.
21050              (At least, unless otherwise instructed by -Dusefaststdio.)
21051              This means that for bleadperl we no more use stdio, but instead
21052              default to perlio: the effect of PERLIO=perlio, in other words.
21053              (PERLIO=stdio will still switch to using stdio.)
21054              This change may endanger extensions using FILE*-- but if we are
21055              to migrate fully to perlio, better start swallowing the poison now.
21056              For maintperl, the usefaststdio still defaults to yes.
21057              
21058              and regen Configure.
21059      Branch: maint-5.8/perl
21060            ! Configure config_h.SH
21061           !> perlio.c t/io/layers.t
21062 ____________________________________________________________________________
21063 [ 19294] By: jhi                                   on 2003/04/21  15:36:02
21064         Log: Integrate:
21065              [ 19276]
21066              Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
21067              From: Dave Mitchell <davem@fdgroup.com>
21068              Date: Sat, 19 Apr 2003 20:06:51 +0100
21069              Message-ID: <20030419190651.GD13333@fdgroup.com>
21070              
21071              [ 19280]
21072              Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
21073              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
21074              From: Steve Hay <steve.hay@uk.radan.com>
21075              Date: Wed, 16 Apr 2003 11:12:22 +0100
21076              Message-ID: <3E9D2C86.8040104@uk.radan.com>
21077              
21078              [ 19281]
21079              Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
21080              From: Enache Adrian <enache@rdslink.ro>
21081              Date: Sat, 19 Apr 2003 20:12:18 +0300
21082              Message-ID: <20030419171218.GA974@ratsnest.hole>
21083              
21084              [ 19282]
21085              Remove, in the main Makefile, the $(LDLIBPTH) variable from
21086              the commands that invoke $(CC).
21087              Subject: Re: Smoke failure
21088              From: Enache Adrian <enache@rdslink.ro>
21089              Date: Fri, 18 Apr 2003 19:06:07 +0300
21090              Message-ID: <20030418160606.GA797@ratsnest.hole>
21091              
21092              [ 19283]
21093              Subject: [PATCH] goto &sub doesn't empty @_
21094              From: Dave Mitchell <davem@fdgroup.com>
21095              Date: Sun, 20 Apr 2003 21:46:51 +0100
21096              Message-ID: <20030420204651.GE15591@fdgroup.com>
21097              
21098              [ 19284]
21099              Upgrade to Test 1.24.
21100              
21101              [ 19285]
21102              Upgrade to Locale::Maketext 1.05.
21103      Branch: maint-5.8/perl
21104           !> INSTALL Makefile.SH lib/Locale/Maketext.pm
21105           !> lib/Locale/Maketext/ChangeLog lib/Test.pm pp_ctl.c sv.c
21106           !> t/comp/parser.t toke.c win32/Makefile
21107 ____________________________________________________________________________
21108 [ 19293] By: jhi                                   on 2003/04/21  15:28:59
21109         Log: Integrate:
21110              [ 19269]
21111              Bump the test count.
21112      Branch: maint-5.8/perl
21113           !> ext/Storable/t/tied.t
21114 ____________________________________________________________________________
21115 [ 19292] By: jhi                                   on 2003/04/21  15:27:36
21116         Log: Integrate:
21117              [ 19263]
21118              Unused variables.
21119              
21120              [ 19264]
21121              UTF8 regexp patch from Inaba Hiroto.
21122              
21123              [ 19266]
21124              Subject: [PATCH] Re: any takers for this Storable bug?
21125              From: Enache Adrian <enache@rdslink.ro>
21126              Date: Wed, 16 Apr 2003 21:11:11 +0300
21127              Message-ID: <20030416181111.GA6687@ratsnest.hole>
21128              
21129              ams had already fixed the bug by #19227, but take the
21130              test case.
21131              
21132              [ 19268]
21133              Subject: [PATCH] allow recursive FETCHes
21134              From: Dave Mitchell <davem@fdgroup.com>
21135              Date: Mon, 7 Apr 2003 10:00:41 +0100
21136              Message-ID: <20030407100041.A1617@fdgroup.com>
21137              
21138              [ 19275]
21139              Restore the two variables retired by the change #19268
21140              (for binary backward compatibility)
21141      Branch: maint-5.8/perl
21142           !> av.c dump.c embed.fnc embed.h embedvar.h
21143           !> ext/Storable/t/st-dump.pl ext/Storable/t/tied.t hv.c perl.c
21144           !> perlapi.h perlio.c proto.h regcomp.c sv.c sv.h t/op/pat.t
21145           !> t/op/tie.t thrdvar.h universal.c
21146 ____________________________________________________________________________
21147 [ 19291] By: jhi                                   on 2003/04/21  15:20:58
21148         Log: Integrate:
21149              [ 19262]
21150              Another needle in the voodoo doll.
21151              Now I think it should work with the shared
21152              strings.
21153              
21154              [ 19265]
21155              Don't use the stack to allocate a SV that we hand out to another 
21156              function, only badness can ensure.
21157              Message-Id: <20030418180131.GD10086@fdgroup.com>
21158              Thanks go to Dave Mitchell for help in tracking down the bug!
21159              
21160              [ 19289]
21161              Fixes bug #17043, resets PL_srand_called before the cloning.
21162              Allows people to override the resetting by using srand() in CLONE.
21163      Branch: maint-5.8/perl
21164           !> ext/threads/t/thread.t ext/threads/threads.xs sv.c
21165 ____________________________________________________________________________
21166 [ 19290] By: jhi                                   on 2003/04/21  15:14:17
21167         Log: Integrate:
21168              [ 19196]
21169              Upgrade to Net::Ping 2.29.
21170              
21171              [ 19270]
21172              Upgrade to Net::Ping 2.30.
21173      Branch: maint-5.8/perl
21174           +> lib/Net/Ping/t/510_ping_udp.t
21175            - lib/Net/Ping/README
21176           !> MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
21177           !> lib/Net/Ping/t/450_service.t
21178 ____________________________________________________________________________
21179 [ 19289] By: sky                                   on 2003/04/21  13:24:40
21180         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
21181              Allows people to override the resetting by using srand() in CLONE.
21182      Branch: perl
21183            ! ext/threads/t/thread.t ext/threads/threads.xs
21184 ____________________________________________________________________________
21185 [ 19288] By: jhi                                   on 2003/04/21  06:53:46
21186         Log: Move the new *.U files into a subdirectory.
21187      Branch: metaconfig
21188            - U/d_faststdio.U U/usefaststdio.U
21189      Branch: metaconfig/U/perl
21190            + d_faststdio.U usefaststdio.U
21191 ____________________________________________________________________________
21192 [ 19287] By: jhi                                   on 2003/04/21  06:52:10
21193         Log: metaconfig units for #19286.
21194      Branch: metaconfig
21195            + U/d_faststdio.U U/usefaststdio.U
21196 ____________________________________________________________________________
21197 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
21198         Log: Introduce two new Configure symbols:
21199              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
21200              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
21201              [2] usefaststdio = do we use fast stdio if we have it?
21202              For 5.[68], we do.  For anything else, we don't.
21203              (At least, unless otherwise instructed by -Dusefaststdio.)
21204              This means that for bleadperl we no more use stdio, but instead
21205              default to perlio: the effect of PERLIO=perlio, in other words.
21206              (PERLIO=stdio will still switch to using stdio.)
21207              This change may endanger extensions using FILE*-- but if we are
21208              to migrate fully to perlio, better start swallowing the poison now.
21209              For maintperl, the usefaststdio still defaults to yes.
21210      Branch: perl
21211            ! Configure config_h.SH perlio.c t/io/layers.t
21212 ____________________________________________________________________________
21213 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
21214         Log: Upgrade to Locale::Maketext 1.05.
21215      Branch: perl
21216            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
21217 ____________________________________________________________________________
21218 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
21219         Log: Upgrade to Test 1.24.
21220      Branch: perl
21221            ! lib/Test.pm
21222 ____________________________________________________________________________
21223 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
21224         Log: Subject: [PATCH] goto &sub doesn't empty @_
21225              From: Dave Mitchell <davem@fdgroup.com>
21226              Date: Sun, 20 Apr 2003 21:46:51 +0100
21227              Message-ID: <20030420204651.GE15591@fdgroup.com>
21228      Branch: perl
21229            ! pp_ctl.c
21230 ____________________________________________________________________________
21231 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
21232         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
21233              the commands that invoke $(CC).
21234              Subject: Re: Smoke failure
21235              From: Enache Adrian <enache@rdslink.ro>
21236              Date: Fri, 18 Apr 2003 19:06:07 +0300
21237              Message-ID: <20030418160606.GA797@ratsnest.hole>
21238      Branch: perl
21239            ! Makefile.SH
21240 ____________________________________________________________________________
21241 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
21242         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
21243              From: Enache Adrian <enache@rdslink.ro>
21244              Date: Sat, 19 Apr 2003 20:12:18 +0300
21245              Message-ID: <20030419171218.GA974@ratsnest.hole>
21246      Branch: perl
21247            ! sv.c
21248 ____________________________________________________________________________
21249 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
21250         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
21251              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
21252              From: Steve Hay <steve.hay@uk.radan.com>
21253              Date: Wed, 16 Apr 2003 11:12:22 +0100
21254              Message-ID: <3E9D2C86.8040104@uk.radan.com>
21255      Branch: perl
21256            ! INSTALL win32/Makefile
21257 ____________________________________________________________________________
21258 [ 19279] By: jhi                                   on 2003/04/20  07:42:33
21259         Log: metaconfig unit changes for #19278.
21260      Branch: metaconfig
21261            ! U/compline/ptrsize.U
21262      Branch: metaconfig/U/perl
21263            ! use64bits.U
21264 ____________________________________________________________________________
21265 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
21266         Log: Give more information of what to do when -Dusexxx fail.
21267      Branch: perl
21268            ! Configure
21269 ____________________________________________________________________________
21270 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
21271         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
21272              by adding a dummy destructor method Regexp::DESTROY.
21273              This prevents infinite recursion, since Regexp::DESTROY
21274              is no more autoloaded.
21275              
21276              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
21277              From: Enache Adrian <enache@rdslink.ro>
21278              Date: Wed, 2 Apr 2003 05:02:42 +0300
21279              Message-ID: <20030402020242.GA2966@ratsnest.hole>
21280      Branch: perl
21281            ! ext/B/t/stash.t t/op/ref.t universal.c
21282 ____________________________________________________________________________
21283 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
21284         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
21285              From: Dave Mitchell <davem@fdgroup.com>
21286              Date: Sat, 19 Apr 2003 20:06:51 +0100
21287              Message-ID: <20030419190651.GD13333@fdgroup.com>
21288      Branch: perl
21289            ! t/comp/parser.t toke.c
21290 ____________________________________________________________________________
21291 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
21292         Log: Restore the two variables retired by the change #19268
21293              (for binary backward compatibility)
21294      Branch: perl
21295            ! embedvar.h perlapi.h thrdvar.h
21296 ____________________________________________________________________________
21297 [ 19274] By: jhi                                   on 2003/04/19  17:39:58
21298         Log: metaconfig unit changes for #19273.
21299      Branch: metaconfig
21300            ! U/compline/ptrsize.U
21301      Branch: metaconfig/U/perl
21302            ! d_modfl.U use64bits.U
21303 ____________________________________________________________________________
21304 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
21305         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
21306              (And undo a doublesize probe glitch from change #19272.)
21307      Branch: perl
21308            ! Configure
21309 ____________________________________________________________________________
21310 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
21311         Log: If long doubles fail, we really cannot sensibly
21312              drop back to doubles anymore, therefore abort.
21313              Pointed out by Slaven Rezic. (I tried to fix this
21314              via metaconfig but ended up with a vicious cyclic
21315              dependency.)
21316      Branch: perl
21317            ! Configure
21318 ____________________________________________________________________________
21319 [ 19271] By: jhi                                   on 2003/04/19  12:27:44
21320         Log: metalint nit.
21321      Branch: metaconfig/U/perl
21322            ! Extensions.U
21323 ____________________________________________________________________________
21324 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
21325         Log: Upgrade to Net::Ping 2.30.
21326      Branch: perl
21327            ! lib/Net/Ping.pm lib/Net/Ping/Changes
21328            ! lib/Net/Ping/t/450_service.t
21329 ____________________________________________________________________________
21330 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
21331         Log: Bump the test count.
21332      Branch: perl
21333            ! ext/Storable/t/tied.t
21334 ____________________________________________________________________________
21335 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
21336         Log: Subject: [PATCH] allow recursive FETCHes
21337              From: Dave Mitchell <davem@fdgroup.com>
21338              Date: Mon, 7 Apr 2003 10:00:41 +0100
21339              Message-ID: <20030407100041.A1617@fdgroup.com>
21340      Branch: perl
21341            ! av.c dump.c embed.fnc embed.h embedvar.h
21342            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
21343            ! sv.h t/op/tie.t thrdvar.h
21344 ____________________________________________________________________________
21345 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
21346         Log: Subject: [PATCH] readline.t tweak for VMS
21347              From: "Craig A. Berry" <craigberry@mac.com>
21348              Date: Thu, 17 Apr 2003 17:18:19 -0500
21349              Message-ID: <3E9F282B.6090603@mac.com>
21350      Branch: perl
21351            ! t/op/readline.t
21352 ____________________________________________________________________________
21353 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
21354         Log: Subject: [PATCH] Re: any takers for this Storable bug?
21355              From: Enache Adrian <enache@rdslink.ro>
21356              Date: Wed, 16 Apr 2003 21:11:11 +0300
21357              Message-ID: <20030416181111.GA6687@ratsnest.hole>
21358              
21359              ams had already fixed the bug by #19227, but take the
21360              test case.
21361      Branch: perl
21362            ! ext/Storable/t/tied.t
21363 ____________________________________________________________________________
21364 [ 19265] By: sky                                   on 2003/04/19  00:40:42
21365         Log: Don't use the stack to allocate a SV that we hand out to another 
21366              function, only badness can ensure.
21367              Message-Id: <20030418180131.GD10086@fdgroup.com>
21368              Thanks go to Dave Mitchell for help in tracking down the bug!
21369      Branch: perl
21370            ! sv.c
21371 ____________________________________________________________________________
21372 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
21373         Log: UTF8 regexp patch from Inaba Hiroto.
21374      Branch: perl
21375            ! regcomp.c t/op/pat.t
21376 ____________________________________________________________________________
21377 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
21378         Log: Unused variables.
21379      Branch: perl
21380            ! perlio.c universal.c
21381 ____________________________________________________________________________
21382 [ 19262] By: sky                                   on 2003/04/17  20:02:33
21383         Log: Another needle in the voodoo doll.
21384              Now I think it should work with the shared
21385              strings.
21386      Branch: perl
21387            ! sv.c
21388 ____________________________________________________________________________
21389 [ 19261] By: jhi                                   on 2003/04/17  18:59:54
21390         Log: Integrate the below, regen Configure.  No regen Glossary,
21391              though, that is somehow broken with maint, must investigate more.
21392      Branch: maint-5.8/perl
21393            ! Configure config_h.SH
21394           !> INSTALL NetWare/config.wc NetWare/config_H.wc configure.com
21395           !> djgpp/configure.bat epoc/config.sh hints/solaris_2.sh
21396           !> numeric.c perl.h plan9/config.plan9 plan9/config_h.sample
21397           !> plan9/config_sh.sample pp.c win32/config.bc win32/config.gc
21398           !> win32/config.vc win32/config.vc64 win32/config_H.bc
21399           !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64
21400           !> wince/config.ce wince/config_H.ce
21401 ____________________________________________________________________________
21402 [ 19260] By: jhi                                   on 2003/04/17  18:43:31
21403         Log: Integrate:
21404              [ 19204]
21405              Bump up the version and admonish against aspiring (ab)use.
21406              
21407              [ 19205]
21408              Build get_layers() also under -Uuseperlio.
21409              
21410              [ 19208]
21411              Skip as early as possible if no perlio since the
21412              use open would be compile-time.
21413              
21414              [ 19209]
21415              PERLIO=perlio requires extra steps.
21416              
21417              [ 19217]
21418              Don't skip the whole test for PERLIO=perlio.
21419              
21420              [ 19223]
21421              Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
21422              
21423              [ 19234]
21424              PerlIO::get_layers() usage tip.
21425              
21426              [ 19235]
21427              Use the right prototype and a glob is fine (from Rafael).
21428              
21429              [ 19237]
21430              What does an empty PERLIO= mean, anyway?
21431              
21432              [ 19239]
21433              Try to get the layers.t working also for dosish platforms.
21434              
21435              [ 19241]
21436              Handle PERLIO= and document a bit.
21437              
21438              [ 19243]
21439              Detect the 'fast stdio' case.
21440      Branch: maint-5.8/perl
21441           !> lib/PerlIO.pm pod/perlrun.pod t/io/layers.t universal.c
21442 ____________________________________________________________________________
21443 [ 19259] By: jhi                                   on 2003/04/17  18:41:23
21444         Log: Integrate:
21445              [ 19203]
21446              Introduce PerlIO::get_layers() to allow people to peek
21447              at the PerlIO layer stack.
21448      Branch: maint-5.8/perl
21449           +> t/io/layers.t
21450           !> MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
21451           !> universal.c
21452 ____________________________________________________________________________
21453 [ 19258] By: jhi                                   on 2003/04/17  18:38:58
21454         Log: Integrate:
21455              [ 19232]
21456              Redundant test.
21457              
21458              [ 19233]
21459              Syntax terror.
21460      Branch: maint-5.8/perl
21461           !> lib/unicore/mktables
21462 ____________________________________________________________________________
21463 [ 19257] By: jhi                                   on 2003/04/17  18:33:40
21464         Log: Integrate:
21465              [ 19231]
21466              Synchronize the specifications of the POSIX character
21467              classes alnum, graph, and print closer to the planned
21468              Unicode proposal.
21469              
21470              [ 19244]
21471              More maneuvering closer to proposed POSIX classes
21472              mapping to Unicode: (1) The definitions of "graph" and
21473              "print" are still in flux: move closer back to how Perl
21474              5.8.0 defined it (though drop Co, that did not make sense)
21475              (2) Add U+0085 (NEL) to "space".
21476      Branch: maint-5.8/perl
21477           !> lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
21478           !> lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
21479           !> lib/unicore/mktables utf8.c
21480 ____________________________________________________________________________
21481 [ 19256] By: jhi                                   on 2003/04/17  18:26:24
21482         Log: Integrate:
21483              [ 19194]
21484              Darwin/Rhapsody hints files updates by Wilfredo Sánchez
21485              
21486              [ 19198]
21487              The lib/ipc_sysv.t test has a new name.
21488              
21489              [ 19199]
21490              Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
21491              ../../lib for the lc() at line 66 (UTF-8 data possible
21492              if using UTF-8 locales).
21493              
21494              [ 19200]
21495              Fix bug #15893 by creating shared scalars with a refcount of 1
21496              instead of 2 and make push and pop increase the refcount.
21497              
21498              [ 19201]
21499              Fix bug #16253, use all the CPU that we can :-)
21500              
21501              [ 19202]
21502              Subject: [PATCH] vms/vms.c waitpid tweak
21503              From: "Craig A. Berry" <craigberry@mac.com>
21504              Date: Mon, 14 Apr 2003 00:43:00 -0500
21505              Message-ID: <3E9A4A64.6030205@mac.com>
21506              
21507              [ 19206]
21508              More docs about running tests and the test suite.
21509              Update perlhack.pod in various places.
21510              Add 'test_harness' as a .PHONY dependency in the Makefile.
21511              
21512              [ 19207]
21513              Document and test autovivified dirhandles.
21514              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
21515              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
21516              Date: 12 Apr 2003 12:40:45 -0000
21517              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
21518              
21519              [ 19210]
21520              Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
21521              From: Inaba Hiroto <inaba@st.rim.or.jp>
21522              Date: Fri, 21 Mar 2003 17:35:21 +0900
21523              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
21524              Date: Sat, 22 Mar 2003 11:28:05 +0900
21525              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
21526              
21527              [ 19211]
21528              Mention that "make test_harness" lets messages sent through
21529              standard error out. Complements change #19206.
21530              
21531              [ 19212]
21532              Fixes to bugs introduced by PL_stashcache
21533              A) Follow suggestion by Benjamin Goldberg to use hv_delete
21534              instead of hv_delete_ent to avoid creating a temporary SV
21535              B) Don't increment the refcount, sneak it into an IV instead
21536              C) When a GP is a deleted that contains a stash, remove the
21537              corresponding entry since hv might be in use in other places.
21538              D) Note that no test cases test the deletion of packages to catch
21539              this bug. 
21540              
21541              [ 19213]
21542              Ook, run tests on correct build-dir next time.
21543              We must check if the hv is a stash, otherwise we try to delete
21544              something that is a HvNAME of null.....  tests pass better now
21545              
21546              [ 19214]
21547              [perl #21845] "proto.h": 'id' is a reserved word in Objective-C.
21548              
21549              [ 19215]
21550              Add a test for [perl #17753].
21551              
21552              [ 19226]
21553              Upgrade to Pod::LaTeX 0.55.
21554              
21555              [ 19227]
21556              [#17040] Storable now handles self-tied scalars with NULL mg_obj.
21557              
21558              [ 19236]
21559              Document the effect of thread creation context.
21560              
21561              [ 19238]
21562              A -C parsed from the #! line can still have line endings in it.
21563              
21564              [ 19240]
21565              Fix double join problem for those places where free
21566              actually means free (solaris for example :)
21567              Fixes bug #16681
21568              
21569              [ 19245]
21570              Document that the open pragma does not affect
21571              the three-headed hydra, ummm, open.
21572              
21573              [ 19247]
21574              Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
21575              From: Enache Adrian <enache@rdslink.ro>
21576              Date: Thu, 17 Apr 2003 14:35:36 +0300
21577              Message-Id: <20030417113536.GA898@ratsnest.hole>
21578              
21579              [ 19252]
21580              [#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
21581              Anything that's broken by this change should be fixed.
21582              
21583              [ 19254]
21584              Extreme Voodoo programming, by not pinching the SV if it is a 
21585              PADTMP it happily keeps it's value later on!
21586      Branch: maint-5.8/perl
21587           +> lib/Pod/t/pod2latex.t
21588            - lib/Pod/t/latex.t
21589            ! embedvar.h
21590           !> (integrate 32 files)
21591 ____________________________________________________________________________
21592 [ 19255] By: jhi                                   on 2003/04/17  17:44:24
21593         Log: metaconfig unit change for #19253.
21594      Branch: metaconfig/U/perl
21595            ! Extensions.U
21596 ____________________________________________________________________________
21597 [ 19254] By: sky                                   on 2003/04/17  17:31:52
21598         Log: Extreme Voodoo programming, by not pinching the SV if it is a 
21599              PADTMP it happily keeps it's value later on!
21600      Branch: perl
21601            ! sv.c
21602 ____________________________________________________________________________
21603 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
21604         Log: Implement -Dnoextensions=... and -Donlyextensions=...
21605      Branch: perl
21606            ! Configure INSTALL
21607 ____________________________________________________________________________
21608 [ 19252] By: ams                                   on 2003/04/17  16:19:31
21609         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
21610              Anything that's broken by this change should be fixed.
21611      Branch: perl
21612            ! gv.c
21613 ____________________________________________________________________________
21614 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
21615         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
21616      Branch: perl
21617            ! NetWare/config.wc NetWare/config_H.wc configure.com
21618            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
21619            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
21620            ! win32/config.gc win32/config.vc win32/config.vc64
21621            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21622            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
21623 ____________________________________________________________________________
21624 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
21625         Log: Regen Glossary et alia.
21626      Branch: perl
21627            ! Porting/Glossary Porting/config.sh Porting/config_H
21628 ____________________________________________________________________________
21629 [ 19249] By: jhi                                   on 2003/04/17  14:54:01
21630         Log: metaconfig unit change for #19248.
21631      Branch: metaconfig/U/perl
21632            ! selectminbits.U
21633 ____________________________________________________________________________
21634 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
21635         Log: Small tidying up of the selectminbits code, but most
21636              importantly allocate the buffer from the heap using
21637              malloc, not from the stack: using stack causes unaligned
21638              access in LP64 Solaris since stack data is not guaranteed
21639              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
21640              (via Alan Burlison)
21641      Branch: perl
21642            ! Configure
21643 ____________________________________________________________________________
21644 [ 19247] By: ams                                   on 2003/04/17  12:24:57
21645         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
21646              From: Enache Adrian <enache@rdslink.ro>
21647              Date: Thu, 17 Apr 2003 14:35:36 +0300
21648              Message-Id: <20030417113536.GA898@ratsnest.hole>
21649      Branch: perl
21650            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
21651 ____________________________________________________________________________
21652 [ 19246] By: nick                                  on 2003/04/17  10:44:49
21653         Log: Integrate mainline
21654      Branch: perlio
21655           +> lib/ExtUtils/t/MM_Any.t lib/Locale/Maketext/t/00about.t
21656           +> lib/Locale/Maketext/t/01make.t lib/Locale/Maketext/t/02get.t
21657           +> lib/Locale/Maketext/t/03http.t lib/Net/Ping/t/510_ping_udp.t
21658           +> lib/Pod/t/pod2latex.t lib/Test/Harness/t/pod.t t/io/layers.t
21659           +> t/lib/sample-tests/switches
21660            - lib/Locale/Maketext/test.pl lib/Net/Ping/README
21661            - lib/Pod/t/latex.t
21662           !> (integrate 258 files)
21663 ____________________________________________________________________________
21664 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
21665         Log: Document that the open pragma does not affect
21666              the three-headed hydra, ummm, open.
21667      Branch: perl
21668            ! lib/open.pm
21669 ____________________________________________________________________________
21670 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
21671         Log: More maneuvering closer to proposed POSIX classes
21672              mapping to Unicode: (1) The definitions of "graph" and
21673              "print" are still in flux: move closer back to how Perl
21674              5.8.0 defined it (though drop Co, that did not make sense)
21675              (2) Add U+0085 (NEL) to "space".
21676      Branch: perl
21677            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
21678            ! lib/unicore/lib/Space.pl lib/unicore/mktables
21679 ____________________________________________________________________________
21680 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
21681         Log: Detect the 'fast stdio' case.
21682      Branch: perl
21683            ! lib/PerlIO.pm t/io/layers.t
21684 ____________________________________________________________________________
21685 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
21686         Log: Fix up Larry's copyright statements to my best knowledge.
21687              (Lots of Perl 5 source code archaeology was involved.)
21688              Larry didn't make strangled noises when I showed him
21689              the patch, either :-)
21690      Branch: perl
21691            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
21692            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
21693            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
21694            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
21695            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
21696            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
21697            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
21698            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
21699            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
21700            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
21701            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
21702            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
21703            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
21704            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
21705            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
21706 ____________________________________________________________________________
21707 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
21708         Log: Handle PERLIO= and document a bit.
21709      Branch: perl
21710            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
21711 ____________________________________________________________________________
21712 [ 19240] By: sky                                   on 2003/04/16  16:27:43
21713         Log: Fix double join problem for those places where free
21714              actually means free (solaris for example :)
21715              Fixes bug #16681
21716      Branch: perl
21717            ! ext/threads/t/join.t ext/threads/threads.xs
21718 ____________________________________________________________________________
21719 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
21720         Log: Try to get the layers.t working also for dosish platforms.
21721      Branch: perl
21722            ! lib/PerlIO.pm t/io/layers.t
21723 ____________________________________________________________________________
21724 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
21725         Log: A -C parsed from the #! line can still have line endings in it.
21726      Branch: perl
21727            ! util.c
21728 ____________________________________________________________________________
21729 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
21730         Log: What does an empty PERLIO= mean, anyway?
21731      Branch: perl
21732            ! t/io/layers.t
21733 ____________________________________________________________________________
21734 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
21735         Log: Document the effect of thread creation context.
21736      Branch: perl
21737            ! ext/threads/threads.pm
21738 ____________________________________________________________________________
21739 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
21740         Log: Use the right prototype and a glob is fine (from Rafael).
21741      Branch: perl
21742            ! lib/PerlIO.pm universal.c
21743 ____________________________________________________________________________
21744 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
21745         Log: PerlIO::get_layers() usage tip.
21746      Branch: perl
21747            ! lib/PerlIO.pm
21748 ____________________________________________________________________________
21749 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
21750         Log: Syntax terror.
21751      Branch: perl
21752            ! lib/unicore/mktables
21753 ____________________________________________________________________________
21754 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
21755         Log: Redundant test.
21756      Branch: perl
21757            ! lib/unicore/mktables
21758 ____________________________________________________________________________
21759 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
21760         Log: Synchronize the specifications of the POSIX character
21761              classes alnum, graph, and print closer to the planned
21762              Unicode proposal.
21763      Branch: perl
21764            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
21765            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
21766 ____________________________________________________________________________
21767 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
21768         Log: Patch from Merijn.
21769      Branch: perl
21770            ! perl.h
21771 ____________________________________________________________________________
21772 [ 19229] By: jhi                                   on 2003/04/16  08:27:53
21773         Log: metaconfig unit change for #19228.
21774      Branch: metaconfig/U/perl
21775            ! d_modfl.U
21776 ____________________________________________________________________________
21777 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
21778         Log: Thinko in modfl detection.
21779      Branch: perl
21780            ! Configure
21781 ____________________________________________________________________________
21782 [ 19227] By: ams                                   on 2003/04/16  02:32:11
21783         Log: Storable now handles self-tied scalars with NULL mg_obj.
21784      Branch: perl
21785            ! ext/Storable/Storable.xs
21786 ____________________________________________________________________________
21787 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
21788         Log: Upgrade to Pod::LaTeX 0.55.
21789      Branch: perl
21790            + lib/Pod/t/pod2latex.t
21791            - lib/Pod/t/latex.t
21792            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
21793 ____________________________________________________________________________
21794 [ 19225] By: jhi                                   on 2003/04/15  17:01:40
21795         Log: metaconfig unit change for #19224.
21796      Branch: metaconfig
21797            ! U/threads/archname.U
21798      Branch: metaconfig/U/perl
21799            - sanelongdbl.U
21800            ! d_modfl.U
21801 ____________________________________________________________________________
21802 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
21803         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
21804      Branch: perl
21805            ! Configure
21806 ____________________________________________________________________________
21807 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
21808         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
21809      Branch: perl
21810            ! t/io/layers.t
21811 ____________________________________________________________________________
21812 [ 19222] By: jhi                                   on 2003/04/15  16:28:54
21813         Log: metaconfig unit change for #19221.
21814      Branch: metaconfig
21815            ! U/modified/libs.U
21816 ____________________________________________________________________________
21817 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
21818         Log: False alarm: no cyclic dependency.
21819      Branch: perl
21820            ! Configure config_h.SH
21821 ____________________________________________________________________________
21822 [ 19220] By: jhi                                   on 2003/04/15  16:09:17
21823         Log: metaconfig unit changes for #19219.
21824      Branch: metaconfig
21825            ! U/compline/byteorder.U U/compline/ccflags.U
21826            ! U/compline/d_fd_set.U U/compline/d_isascii.U
21827            ! U/compline/d_open3.U U/compline/d_stdstdio.U
21828            ! U/compline/d_vprintf.U U/compline/i_time.U
21829            ! U/compline/nblock_io.U U/compline/orderlib.U
21830            ! U/modified/Signal.U U/modified/d_access.U
21831            ! U/modified/d_getpgrp.U U/modified/d_setpgrp.U
21832            ! U/modified/prototype.U U/threads/archname.U
21833      Branch: metaconfig/U/perl
21834            + d_aintl.U d_copysignl.U d_ilogbl.U d_scalbnl.U sanelongdbl.U
21835            ! d_dirfd.U d_dlsymun.U d_fcntl_can_lock.U d_sqrtl.U dlsrc.U
21836            ! fflushall.U fpossize.U i_db.U perlxv.U uselfs.U uselongdbl.U
21837 ____________________________________________________________________________
21838 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
21839         Log: Backport of _most_ of the changes in #19218: not one big
21840              cyclic dependency, though, it must be broken up somehow.
21841      Branch: perl
21842            ! Configure config_h.SH
21843 ____________________________________________________________________________
21844 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
21845         Log: Big patch from Alan Burlison to make Solaris long doubles work.
21846              (Also spreads more <stdlib.h> joy.)
21847              Needs backporting to metaconfig units and introducing the new
21848              symbols to non-Configure lands.
21849      Branch: perl
21850            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
21851 ____________________________________________________________________________
21852 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
21853         Log: Don't skip the whole test for PERLIO=perlio.
21854      Branch: perl
21855            ! t/io/layers.t
21856 ____________________________________________________________________________
21857 [ 19216] By: jhi                                   on 2003/04/15  13:47:16
21858         Log: Revert #19031 now that #19210 fixed the bug (#17757).
21859      Branch: maint-5.8/perl
21860            ! regexec.c t/op/subst.t
21861 ____________________________________________________________________________
21862 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
21863         Log: Add a test for [perl #17753].
21864      Branch: perl
21865            ! t/op/undef.t
21866 ____________________________________________________________________________
21867 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
21868         Log: "proto.h": 'id' is a reserved word in Objective-C.
21869      Branch: perl
21870            ! embed.fnc op.c proto.h
21871 ____________________________________________________________________________
21872 [ 19213] By: sky                                   on 2003/04/14  21:42:10
21873         Log: Ook, run tests on correct build-dir next time.
21874              We must check if the hv is a stash, otherwise we try to delete
21875              something that is a HvNAME of null.....  tests pass better now
21876      Branch: perl
21877            ! gv.c
21878 ____________________________________________________________________________
21879 [ 19212] By: sky                                   on 2003/04/14  21:15:00
21880         Log: Fixes to bugs introduced by PL_stashcache
21881              A) Follow suggestion by Benjamin Goldberg to use hv_delete
21882              instead of hv_delete_ent to avoid creating a temporary SV
21883              B) Don't increment the refcount, sneak it into an IV instead
21884              C) When a GP is a deleted that contains a stash, remove the
21885              corresponding entry since hv might be in use in other places.
21886              D) Note that no test cases test the deletion of packages to catch
21887              this bug. 
21888      Branch: perl
21889            ! gv.c hv.c pp_hot.c
21890 ____________________________________________________________________________
21891 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
21892         Log: Mention that "make test_harness" lets messages sent through
21893              standard error out. Complements change #19206.
21894      Branch: perl
21895            ! pod/perlhack.pod
21896 ____________________________________________________________________________
21897 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
21898         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
21899              From: Inaba Hiroto <inaba@st.rim.or.jp>
21900              Date: Fri, 21 Mar 2003 17:35:21 +0900
21901              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
21902              Date: Sat, 22 Mar 2003 11:28:05 +0900
21903              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
21904      Branch: perl
21905            ! regexec.c t/op/pat.t
21906 ____________________________________________________________________________
21907 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
21908         Log: PERLIO=perlio requires extra steps.
21909      Branch: perl
21910            ! lib/PerlIO.pm t/io/layers.t
21911 ____________________________________________________________________________
21912 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
21913         Log: Skip as early as possible if no perlio since the
21914              use open would be compile-time.
21915      Branch: perl
21916            ! t/io/layers.t
21917 ____________________________________________________________________________
21918 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
21919         Log: Document and test autovivified dirhandles.
21920              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
21921              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
21922              Date: 12 Apr 2003 12:40:45 -0000
21923              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
21924      Branch: perl
21925            ! pod/perlfunc.pod t/op/readdir.t
21926 ____________________________________________________________________________
21927 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
21928         Log: More docs about running tests and the test suite.
21929              Update perlhack.pod in various places.
21930              Add 'test_harness' as a .PHONY dependency in the Makefile.
21931      Branch: perl
21932            ! Makefile.SH pod/perlhack.pod t/README
21933 ____________________________________________________________________________
21934 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
21935         Log: Build get_layers() also under -Uuseperlio.
21936      Branch: perl
21937            ! universal.c
21938 ____________________________________________________________________________
21939 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
21940         Log: Bump up the version and admonish against aspiring (ab)use.
21941      Branch: perl
21942            ! lib/PerlIO.pm
21943 ____________________________________________________________________________
21944 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
21945         Log: Introduce PerlIO::get_layers() to allow people to peek
21946              at the PerlIO layer stack.
21947      Branch: perl
21948            + t/io/layers.t
21949            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
21950            ! universal.c
21951 ____________________________________________________________________________
21952 [ 19202] By: merijn                                on 2003/04/14  05:42:18
21953         Log: Subject: [PATCH] vms/vms.c waitpid tweak
21954              From: "Craig A. Berry" <craigberry@mac.com>
21955              Date: Mon, 14 Apr 2003 00:43:00 -0500
21956              Message-ID: <3E9A4A64.6030205@mac.com>
21957      Branch: perl
21958            ! vms/vms.c
21959 ____________________________________________________________________________
21960 [ 19201] By: sky                                   on 2003/04/13  19:26:46
21961         Log: Fix bug #16253, use all the CPU that we can :-)
21962      Branch: perl
21963            ! ext/threads/threads.xs
21964 ____________________________________________________________________________
21965 [ 19200] By: sky                                   on 2003/04/13  18:38:58
21966         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
21967              instead of 2 and make push and pop increase the refcount.
21968      Branch: perl
21969            ! ext/threads/shared/shared.xs
21970 ____________________________________________________________________________
21971 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
21972         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
21973              ../../lib for the lc() at line 66 (UTF-8 data possible
21974              if using UTF-8 locales).
21975      Branch: perl
21976            ! lib/ExtUtils/t/Install.t
21977 ____________________________________________________________________________
21978 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
21979         Log: The lib/ipc_sysv.t test has a new name.
21980      Branch: perl
21981            ! INSTALL
21982 ____________________________________________________________________________
21983 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
21984         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
21985              most probably introduced by the change #19157.  The tweak suggested
21986              by Stephen McCamant trades a possible dangling pointer (CopFILE()
21987              is tricky like that with threads) to a memory leak.  (This means
21988              that this tweak shouldn't be left in as-is, but if this helps,
21989              we at least know that the failure was caused by the #19157.)
21990      Branch: perl
21991            ! op.c
21992 ____________________________________________________________________________
21993 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
21994         Log: Upgrade to Net::Ping 2.29.
21995      Branch: perl
21996            + lib/Net/Ping/t/510_ping_udp.t
21997            - lib/Net/Ping/README
21998            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
21999 ____________________________________________________________________________
22000 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
22001         Log: Upgrade to Test::Harness 2.27_04.
22002      Branch: perl
22003            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
22004            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
22005            ! lib/Test/Harness/t/test-harness.t
22006 ____________________________________________________________________________
22007 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
22008         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
22009      Branch: perl
22010            ! hints/darwin.sh hints/rhapsody.sh
22011 ____________________________________________________________________________
22012 [ 19193] By: jhi                                   on 2003/04/12  18:46:31
22013         Log: Integrate:
22014              [ 19166]
22015              Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
22016              From: Robin Barker <Robin.Barker@npl.co.uk>
22017              Date: Tue, 8 Apr 2003 14:23:04 +0100 
22018              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
22019              
22020              [ 19167]
22021              Typos fixes by Stas Bekman.
22022              
22023              [ 19168]
22024              Document that perl recognizes 2>&1 on the command-line on VMS.
22025              
22026              [ 19171]
22027              Implement support for --help and --version in Getopt::Std
22028              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
22029              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
22030              Date: Mon, 7 Apr 2003 17:07:15 -0700
22031              Message-ID: <20030408000714.GA953@math.berkeley.edu>
22032              
22033              [ 19172]
22034              Try to be more descriptive than just __ANONIO__ which is what
22035              you get when you autovivify filehandles into array/hash elements.
22036              
22037              [ 19173]
22038              open(my $fh, ">&", STDOUT) should not warn under strict.
22039              
22040              [ 19174]
22041              Even more promotion for -lc128 (long doubles on AIX)
22042              More obvious detection of C compiler
22043              cc_type should not promote to config.sh
22044              
22045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22046              Date: Wed, 09 Apr 2003 14:31:48 +0200
22047              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
22048              
22049              [ 19175]
22050              In case someone is using UTF-8 locales.
22051              
22052              [ 19176]
22053              Also locale names can contain illegal UTF-8.
22054              
22055              [ 19177]
22056              perlport information about portably embedding string data.
22057              
22058              [ 19179]
22059              I assume the idea was to use the *cwd variables for testing.
22060              
22061              [ 19180]
22062              With AFS the cwds have little chance of agreeing.
22063              
22064              [ 19181]
22065              Unless Inuits are involved...
22066              
22067              [ 19183]
22068              The test doesn't work that well when -Uusedl.
22069              Some of the tests could be salvaged even then I guess.
22070              
22071              [ 19184]
22072              Add an option for the grok_xxx() to silently ignore bad digits.
22073              
22074              [ 19185]
22075              Noted by Nat: -0 didn't work that well with Unicode.
22076              
22077              [ 19186]
22078              Be more descriptive.
22079              
22080              [ 19188]
22081              PerlFAQ sync.
22082              
22083              [ 19189]
22084              Peter Scott suggests that the docs for base.pm should
22085              state explicitely that base.pm doesn't call import()
22086              on base classes. Plus a few typos.
22087              
22088              [ 19190]
22089              Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
22090              From: Michael G Schwern <schwern@pobox.com>
22091              Date: Fri, 11 Apr 2003 00:32:02 -0700
22092              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
22093              
22094              [ 19191]
22095              Benchmark nit from Nick Clark (in OpenBSD the result could
22096              be a negative zero, -0).
22097      Branch: maint-5.8/perl
22098           !> (integrate 38 files)
22099 ____________________________________________________________________________
22100 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
22101         Log: The debugging aid #19182 didn't.
22102      Branch: perl
22103            ! ext/B/t/deparse.t
22104 ____________________________________________________________________________
22105 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
22106         Log: Benchmark nit from Nick Clark (in OpenBSD the result could
22107              be a negative zero, -0).
22108      Branch: perl
22109            ! lib/Benchmark.t
22110 ____________________________________________________________________________
22111 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
22112         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
22113              From: Michael G Schwern <schwern@pobox.com>
22114              Date: Fri, 11 Apr 2003 00:32:02 -0700
22115              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
22116      Branch: perl
22117            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
22118            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22119            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
22120            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
22121            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
22122            ! lib/ExtUtils/t/zz_cleanup_dummy.t
22123 ____________________________________________________________________________
22124 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
22125         Log: Peter Scott suggests that the docs for base.pm should
22126              state explicitely that base.pm doesn't call import()
22127              on base classes. Plus a few typos.
22128      Branch: perl
22129            ! lib/base.pm
22130 ____________________________________________________________________________
22131 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
22132         Log: PerlFAQ sync.
22133      Branch: perl
22134            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
22135            ! pod/perlfaq7.pod pod/perlfaq9.pod
22136 ____________________________________________________________________________
22137 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
22138         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
22139              There used to be a nullstash (%{"<none>::"}) to hold illegal
22140              variables under strict 'vars'. It has been removed by change #17942.
22141              This can lead to segfaults during the parsing, because some illegal
22142              variables might have been discarded before the compilation of the
22143              current statement had completed.
22144              Bug analysis and test case by Enache Adrian.
22145      Branch: perl
22146            ! gv.c t/lib/strict/vars
22147 ____________________________________________________________________________
22148 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
22149         Log: Be more descriptive.
22150      Branch: perl
22151            ! MANIFEST
22152 ____________________________________________________________________________
22153 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
22154         Log: Noted by Nat: -0 didn't work that well with Unicode.
22155      Branch: perl
22156            ! perl.c pod/perlrun.pod
22157 ____________________________________________________________________________
22158 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
22159         Log: Add an option for the grok_xxx() to silently ignore bad digits.
22160      Branch: perl
22161            ! numeric.c perl.h
22162 ____________________________________________________________________________
22163 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
22164         Log: The test doesn't work that well when -Uusedl.
22165              Some of the tests could be salvaged even then I guess.
22166      Branch: perl
22167            ! lib/ExtUtils/t/Constant.t
22168 ____________________________________________________________________________
22169 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
22170         Log: A temporary debugging aid for Tru64 threaded builds.
22171      Branch: perl
22172            ! ext/B/t/deparse.t
22173 ____________________________________________________________________________
22174 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
22175         Log: Unless Inuits are involved...
22176      Branch: perl
22177            ! pod/perlrun.pod
22178 ____________________________________________________________________________
22179 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
22180         Log: With AFS the cwds have little chance of agreeing.
22181      Branch: perl
22182            ! ext/Cwd/t/cwd.t
22183 ____________________________________________________________________________
22184 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
22185         Log: I assume the idea was to use the *cwd variables for testing.
22186      Branch: perl
22187            ! ext/Cwd/t/cwd.t
22188 ____________________________________________________________________________
22189 [ 19178] By: jhi                                   on 2003/04/10  04:59:18
22190         Log: Integrate:
22191              [ 18601]
22192              More of the #18600.
22193      Branch: maint-5.8/perl
22194           !> pad.c
22195 ____________________________________________________________________________
22196 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
22197         Log: perlport information about portably embedding string data.
22198      Branch: perl
22199            ! pod/perlport.pod
22200 ____________________________________________________________________________
22201 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
22202         Log: Also locale names can contain illegal UTF-8.
22203      Branch: perl
22204            ! lib/locale.t
22205 ____________________________________________________________________________
22206 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
22207         Log: In case someone is using UTF-8 locales.
22208      Branch: perl
22209            ! lib/ExtUtils/MM_MacOS.pm
22210 ____________________________________________________________________________
22211 [ 19174] By: merijn                                on 2003/04/09  14:33:12
22212         Log: Even more promotion for -lc128 (long doubles on AIX)
22213              More obvious detection of C compiler
22214              cc_type should not promote to config.sh
22215              
22216              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22217              Date: Wed, 09 Apr 2003 14:31:48 +0200
22218              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
22219      Branch: perl
22220            ! hints/aix.sh
22221 ____________________________________________________________________________
22222 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
22223         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
22224      Branch: perl
22225            ! op.c t/io/open.t
22226 ____________________________________________________________________________
22227 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
22228         Log: Try to be more descriptive than just __ANONIO__ which is what
22229              you get when you autovivify filehandles into array/hash elements.
22230      Branch: perl
22231            ! doio.c op.c t/io/open.t
22232 ____________________________________________________________________________
22233 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
22234         Log: Implement support for --help and --version in Getopt::Std
22235              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
22236              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
22237              Date: Mon, 7 Apr 2003 17:07:15 -0700
22238              Message-ID: <20030408000714.GA953@math.berkeley.edu>
22239      Branch: perl
22240            ! lib/Getopt/Std.pm
22241 ____________________________________________________________________________
22242 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
22243         Log: Subject: [PATCH] Re: Error: Unknown error
22244              From: Enache Adrian <enache@rdslink.ro>
22245              Date: Tue, 8 Apr 2003 07:12:13 +0300
22246              Message-ID: <20030408041213.GA13553@ratsnest.hole>
22247      Branch: perl
22248            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
22249 ____________________________________________________________________________
22250 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
22251         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
22252              From: Dave Mitchell <davem@fdgroup.com>
22253              Date: Mon, 7 Apr 2003 21:43:17 +0100
22254              Message-ID: <20030407204317.GA8796@fdgroup.com>
22255              
22256              The new XTERMORDORDOR lexer expectation must also be named
22257              in debugging perls, to be used in the output of -DT.
22258      Branch: perl
22259            ! perl.h toke.c
22260 ____________________________________________________________________________
22261 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
22262         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
22263      Branch: perl
22264            ! vms/perlvms.pod
22265 ____________________________________________________________________________
22266 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
22267         Log: Typos fixes by Stas Bekman.
22268      Branch: perl
22269            ! cv.h lib/attributes.pm sv.h
22270 ____________________________________________________________________________
22271 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
22272         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
22273              From: Robin Barker <Robin.Barker@npl.co.uk>
22274              Date: Tue, 8 Apr 2003 14:23:04 +0100 
22275              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
22276      Branch: perl
22277            ! pod/perlpod.pod
22278 ____________________________________________________________________________
22279 [ 19165] By: jhi                                   on 2003/04/08  17:43:04
22280         Log: Integrate:
22281              [ 19162]
22282              Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
22283              From: Michael G Schwern <schwern@pobox.com>
22284              Date: Mon, 7 Apr 2003 02:09:17 -0700
22285              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
22286              
22287              [ 19163]
22288              The SvGROW() might move the PV.
22289              
22290              [ 19164]
22291              Few more words about safe/unsafe signals.
22292      Branch: maint-5.8/perl
22293           +> lib/ExtUtils/t/MM_Any.t
22294           !> (integrate 33 files)
22295 ____________________________________________________________________________
22296 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
22297         Log: Few more words about safe/unsafe signals.
22298      Branch: perl
22299            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
22300 ____________________________________________________________________________
22301 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
22302         Log: The SvGROW() might move the PV.
22303      Branch: perl
22304            ! pp.c
22305 ____________________________________________________________________________
22306 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
22307         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
22308              From: Michael G Schwern <schwern@pobox.com>
22309              Date: Mon, 7 Apr 2003 02:09:17 -0700
22310              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
22311      Branch: perl
22312            + lib/ExtUtils/t/MM_Any.t
22313            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
22314            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22315            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
22316            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
22317            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
22318            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
22319            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
22320            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22321            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
22322            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
22323            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
22324            ! lib/ExtUtils/README lib/ExtUtils/TODO
22325            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
22326            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
22327 ____________________________________________________________________________
22328 [ 19161] By: jhi                                   on 2003/04/07  04:20:20
22329         Log: Integrate:
22330              [ 19126]
22331              Fix bug #21742. require should be always invoked in
22332              scalar context. This wasn't the case when called from
22333              an eval(""), because the void context doesn't propagate
22334              through the leaveeval op. Instead of making scalarvoid()
22335              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
22336              a workaround in doeval().
22337              
22338              [ 19127]
22339              Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
22340              From: Enache Adrian <enache@rdslink.ro>
22341              Date: Sat, 29 Mar 2003 19:45:41 +0200
22342              Message-ID: <20030329174541.GA8138@ratsnest.hole>
22343              
22344              [ 19128]
22345              Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
22346              From: Steve Hay <steve.hay@uk.radan.com>
22347              Date: Thu, 20 Mar 2003 12:34:15 +0000
22348              Message-ID: <3E79B547.6030201@uk.radan.com>
22349              (with a few minor tweaks)
22350              
22351              [ 19129]
22352              MM_VMS tweak from Craig Berry:
22353              http://nntp.x.perl.org/group/perl.makemaker/1002
22354              
22355              [ 19130]
22356              Cannot portably compare files if one of them is still open
22357              (from Craig Berry).
22358              
22359              [ 19131]
22360              Spread IlyaZ's PERL_CORE detection trick.
22361              
22362              [ 19132]
22363              #19122 should have been tested on non-glibc system (like AIX)
22364              
22365              [ 19133]
22366              Add packname->stash cache before the check if a packname is a
22367              filehandle or a package, it works because only packnames
22368              that have been resolved to stashes are added to the cache,
22369              and when a newIO is created we clean the cache.
22370              Results in roughly 1.8 speed increase for class->method()
22371              calls.
22372              
22373              [ 19134]
22374              Fix some small nits, thanks to Rafael.
22375              
22376              [ 19135]
22377              Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
22378              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22379              Date: Tue, 01 Apr 2003 16:32:46 -0800
22380              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
22381              
22382              [ 19136]
22383              Fixes for "installhtml --splithead", based on :
22384              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
22385              From: Steve Hay <steve.hay@uk.radan.com>
22386              Date: Wed, 02 Apr 2003 11:33:41 +0100
22387              Message-ID: <3E8ABC85.5060807@uk.radan.com>
22388              
22389              This also includes a small patch to Pod::Html : when generating
22390              anchor names, play on the safe side and turn every non-alphanumeric
22391              character into an '_'. Moreover, Pod::Html::anchorify() is now 
22392              optionally exported.
22393              
22394              [ 19137]
22395              Adjust test for the recent change (#19136) to Pod::Html
22396              
22397              [ 19138]
22398              Make at least the thread count make sense.
22399              
22400              [ 19139]
22401              Make perldiag agree with #19138.
22402              
22403              [ 19140]
22404              Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
22405              From: Steve Hay <steve.hay@uk.radan.com>
22406              Date: Thu, 20 Mar 2003 11:55:01 +0000
22407              Message-ID: <3E79AC15.80307@uk.radan.com>
22408              
22409              [ 19141]
22410              Don't recurse from threads to threads/shared (since
22411              threads/shared is built separately, temp solution from
22412              Schwern while MM is being fixed.)
22413              
22414              [ 19142]
22415              Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
22416              From: andreas.koenig@anima.de (Andreas J. Koenig)
22417              Date: Thu, 03 Apr 2003 08:28:52 +0200
22418              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
22419              
22420              [ 19143]
22421              Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
22422              From: "Craig A. Berry" <craigberry@mac.com>
22423              Date: Wed, 02 Apr 2003 18:09:03 -0600
22424              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
22425              
22426              [ 19144]
22427              Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
22428              by SADAHIRO Tomoyuki.
22429              
22430              [ 19145]
22431              The manpages don't have to be built by MakeMaker for the
22432              core modules in ext/. Disable this in Devel::PPPort (not
22433              up-to-date on CPAN), Unicode::Normalize (the CPAN version
22434              uses a different Makefile.PL anyway) and XS::APItest
22435              (not CPANized.)
22436              
22437              [ 19146]
22438              Heredocs and use encoding didn't work for SJIS;
22439              patch from Inaba Hiroto.
22440              
22441              [ 19147]
22442              Subject: [PATCH 5.8.1 @19053] Embedding
22443              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
22444              Date: Mon, 31 Mar 2003 12:39:24 -0800
22445              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
22446              
22447              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
22448              to be used in a C program's main function.
22449              
22450              [ 19148]
22451              [perl #21839] perluniintro.pod: nice_string() doesn't escape
22452              literal escape chars -- use Sadahiro-san's fix(es).
22453              
22454              [ 19149]
22455              Upgrade to Locale::Maketext 1.04.
22456              
22457              [ 19150]
22458              Subject: LD_PRELOAD hack, still badly flawed / a solution
22459              From: Enache Adrian <enache@rdslink.ro>
22460              Date: Thu, 3 Apr 2003 15:50:48 +0300
22461              Message-ID: <20030403125048.GA6107@ratsnest.hole>
22462              
22463              On linux, when building a shared library, generate
22464              a small shell wrapper, "preload", that preloads libperl.so
22465              only if it exists. Useful when the 'make' process stops
22466              before the link phase.
22467              
22468              [ 19151]
22469              Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
22470              From: Joost van Baal <J.E.vanBaal@uvt.nl>
22471              Date: Mon, 25 Nov 2002 17:35:37 +0100
22472              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
22473              
22474              (The .pm patch modified a bit, and removed the false
22475              claim that _PATH_INFO would be coming from syslog.ph)
22476              
22477              [ 19152]
22478              Remove unportable ">|" shell syntax
22479              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
22480              From: Enache Adrian <enache@rdslink.ro>
22481              Date: Sun, 6 Apr 2003 21:13:27 +0300
22482              Message-ID: <20030406181326.GA873@ratsnest.hole>
22483              
22484              [ 19153]
22485              Subject: [DOC PATCH] README.solaris and -Dcc=gcc
22486              From: Robert Spier <rspier@pobox.com>
22487              Date: Sat, 05 Apr 2003 21:12:20 -0800
22488              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
22489              
22490              [ 19154]
22491              An unconditional carp is not nice.
22492              
22493              [ 19156]
22494              Subject: [PATCH] B::Deparse: sv_no != 0
22495              From: Stephen McCamant <smcc@mit.edu>
22496              Date: Sun, 6 Apr 2003 17:00:48 -0400
22497              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
22498              
22499              [ 19157]
22500              Subject: CvFILE for constant subs
22501              From: Stephen McCamant <smcc@mit.edu>
22502              Date: Sun, 6 Apr 2003 16:39:13 -0400
22503              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
22504              
22505              [ 19158]
22506              More WinCE tweaking for Vadim Konovalov.
22507              
22508              [ 19159]
22509              Future binary compat wishful thinking:
22510              maint will use the stashcache, but not the dbassertion.
22511              
22512              [ 19160]
22513              Time::HiRes: Do not create files in blib directories under core
22514              (from Rafael)
22515      Branch: maint-5.8/perl
22516           +> lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
22517           +> lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
22518            - lib/Locale/Maketext/test.pl
22519           !> (integrate 63 files)
22520 ____________________________________________________________________________
22521 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
22522         Log: Time::HiRes: Do not create files in blib directories under core
22523              (from Rafael)
22524      Branch: perl
22525            ! ext/Time/HiRes/Makefile.PL
22526 ____________________________________________________________________________
22527 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
22528         Log: Future binary compat wishful thinking:
22529              maint will use the stashcache, but not the dbassertion.
22530      Branch: perl
22531            ! intrpvar.h
22532 ____________________________________________________________________________
22533 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
22534         Log: More WinCE tweaking for Vadim Konovalov.
22535      Branch: perl
22536            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
22537            ! wince/makedist.pl
22538 ____________________________________________________________________________
22539 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
22540         Log: Subject: CvFILE for constant subs
22541              From: Stephen McCamant <smcc@mit.edu>
22542              Date: Sun, 6 Apr 2003 16:39:13 -0400
22543              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
22544      Branch: perl
22545            ! op.c
22546 ____________________________________________________________________________
22547 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
22548         Log: Subject: [PATCH] B::Deparse: sv_no != 0
22549              From: Stephen McCamant <smcc@mit.edu>
22550              Date: Sun, 6 Apr 2003 17:00:48 -0400
22551              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
22552      Branch: perl
22553            ! ext/B/B/Deparse.pm
22554 ____________________________________________________________________________
22555 [ 19155] By: jhi                                   on 2003/04/06  19:56:30
22556         Log: Integrate:
22557              [ 18900]
22558              Integrate (by hand) change #18386 from maint-5.8
22559      Branch: maint-5.8/perl
22560           !> t/op/split.t
22561 ____________________________________________________________________________
22562 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
22563         Log: An unconditional carp is not nice.
22564      Branch: perl
22565            ! ext/Sys/Syslog/Syslog.pm
22566 ____________________________________________________________________________
22567 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
22568         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
22569              From: Robert Spier <rspier@pobox.com>
22570              Date: Sat, 05 Apr 2003 21:12:20 -0800
22571              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
22572      Branch: perl
22573            ! README.solaris
22574 ____________________________________________________________________________
22575 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
22576         Log: Remove unportable ">|" shell syntax
22577              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
22578              From: Enache Adrian <enache@rdslink.ro>
22579              Date: Sun, 6 Apr 2003 21:13:27 +0300
22580              Message-ID: <20030406181326.GA873@ratsnest.hole>
22581      Branch: perl
22582            ! Makefile.SH
22583 ____________________________________________________________________________
22584 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
22585         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
22586              From: Joost van Baal <J.E.vanBaal@uvt.nl>
22587              Date: Mon, 25 Nov 2002 17:35:37 +0100
22588              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
22589              
22590              (The .pm patch modified a bit, and removed the false
22591              claim that _PATH_INFO would be coming from syslog.ph)
22592      Branch: perl
22593            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
22594            ! ext/Sys/Syslog/syslog.t
22595 ____________________________________________________________________________
22596 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
22597         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
22598              From: Enache Adrian <enache@rdslink.ro>
22599              Date: Thu, 3 Apr 2003 15:50:48 +0300
22600              Message-ID: <20030403125048.GA6107@ratsnest.hole>
22601              
22602              On linux, when building a shared library, generate
22603              a small shell wrapper, "preload", that preloads libperl.so
22604              only if it exists. Useful when the 'make' process stops
22605              before the link phase.
22606      Branch: perl
22607            ! Makefile.SH
22608 ____________________________________________________________________________
22609 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
22610         Log: Upgrade to Locale::Maketext 1.04.
22611      Branch: perl
22612            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
22613            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
22614            - lib/Locale/Maketext/test.pl
22615            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22616            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
22617 ____________________________________________________________________________
22618 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
22619         Log: perluniintro.pod: nice_string() doesn't escape
22620              literal escape chars -- use Sadahiro-san's fix(es).
22621      Branch: perl
22622            ! pod/perluniintro.pod
22623 ____________________________________________________________________________
22624 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
22625         Log: Subject: [PATCH 5.8.1 @19053] Embedding
22626              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
22627              Date: Mon, 31 Mar 2003 12:39:24 -0800
22628              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
22629              
22630              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
22631              to be used in a C program's main function.
22632      Branch: perl
22633            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
22634 ____________________________________________________________________________
22635 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
22636         Log: Heredocs and use encoding didn't work for SJIS;
22637              patch from Inaba Hiroto.
22638      Branch: perl
22639            ! toke.c
22640 ____________________________________________________________________________
22641 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
22642         Log: The manpages don't have to be built by MakeMaker for the
22643              core modules in ext/. Disable this in Devel::PPPort (not
22644              up-to-date on CPAN), Unicode::Normalize (the CPAN version
22645              uses a different Makefile.PL anyway) and XS::APItest
22646              (not CPANized.)
22647      Branch: perl
22648            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
22649            ! ext/XS/APItest/Makefile.PL
22650 ____________________________________________________________________________
22651 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
22652         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
22653              by SADAHIRO Tomoyuki.
22654      Branch: perl
22655            ! ext/Unicode/Normalize/Changes
22656            ! ext/Unicode/Normalize/Normalize.pm
22657            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
22658            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
22659            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
22660            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
22661            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
22662 ____________________________________________________________________________
22663 [ 19143] By: merijn                                on 2003/04/03  08:55:33
22664         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
22665              From: "Craig A. Berry" <craigberry@mac.com>
22666              Date: Wed, 02 Apr 2003 18:09:03 -0600
22667              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
22668      Branch: perl
22669            ! vms/vms.c vms/vmsish.h
22670 ____________________________________________________________________________
22671 [ 19142] By: merijn                                on 2003/04/03  08:50:55
22672         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
22673              From: andreas.koenig@anima.de (Andreas J. Koenig)
22674              Date: Thu, 03 Apr 2003 08:28:52 +0200
22675              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
22676      Branch: perl
22677            ! lib/Pod/t/Functions.t
22678 ____________________________________________________________________________
22679 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
22680         Log: Don't recurse from threads to threads/shared (since
22681              threads/shared is built separately, temp solution from
22682              Schwern while MM is being fixed.)
22683      Branch: perl
22684            ! ext/threads/Makefile.PL
22685 ____________________________________________________________________________
22686 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
22687         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
22688              From: Steve Hay <steve.hay@uk.radan.com>
22689              Date: Thu, 20 Mar 2003 11:55:01 +0000
22690              Message-ID: <3E79AC15.80307@uk.radan.com>
22691      Branch: perl
22692            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
22693 ____________________________________________________________________________
22694 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
22695         Log: Make perldiag agree with #19138.
22696      Branch: perl
22697            ! pod/perldiag.pod
22698 ____________________________________________________________________________
22699 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
22700         Log: Make at least the thread count make sense.
22701      Branch: perl
22702            ! ext/threads/threads.xs
22703 ____________________________________________________________________________
22704 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
22705         Log: Adjust test for the recent change (#19136) to Pod::Html
22706      Branch: perl
22707            ! lib/Pod/t/htmlview.t
22708 ____________________________________________________________________________
22709 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
22710         Log: Fixes for "installhtml --splithead", based on :
22711              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
22712              From: Steve Hay <steve.hay@uk.radan.com>
22713              Date: Wed, 02 Apr 2003 11:33:41 +0100
22714              Message-ID: <3E8ABC85.5060807@uk.radan.com>
22715              
22716              This also includes a small patch to Pod::Html : when generating
22717              anchor names, play on the safe side and turn every non-alphanumeric
22718              character into an '_'. Moreover, Pod::Html::anchorify() is now 
22719              optionally exported.
22720      Branch: perl
22721            ! installhtml lib/Pod/Html.pm
22722 ____________________________________________________________________________
22723 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
22724         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
22725              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22726              Date: Tue, 01 Apr 2003 16:32:46 -0800
22727              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
22728      Branch: perl
22729            ! pp.c t/op/split.t
22730 ____________________________________________________________________________
22731 [ 19134] By: sky                                   on 2003/04/02  18:01:40
22732         Log: Fix some small nits, thanks to Rafael.
22733      Branch: perl
22734            ! pp_hot.c
22735 ____________________________________________________________________________
22736 [ 19133] By: sky                                   on 2003/04/02  13:41:14
22737         Log: Add packname->stash cache before the check if a packname is a
22738              filehandle or a package, it works because only packnames
22739              that have been resolved to stashes are added to the cache,
22740              and when a newIO is created we clean the cache.
22741              Results in roughly 1.8 speed increase for class->method()
22742              calls.
22743      Branch: perl
22744            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
22745 ____________________________________________________________________________
22746 [ 19132] By: merijn                                on 2003/04/02  11:28:02
22747         Log: #19122 should have been tested on non-glibc system (like AIX)
22748      Branch: perl
22749            ! pp.c
22750 ____________________________________________________________________________
22751 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
22752         Log: Spread IlyaZ's PERL_CORE detection trick.
22753      Branch: perl
22754            ! ext/Encode/Makefile.PL
22755 ____________________________________________________________________________
22756 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
22757         Log: Cannot portably compare files if one of them is still open
22758              (from Craig Berry).
22759      Branch: perl
22760            ! ext/Encode/t/enc_module.t
22761 ____________________________________________________________________________
22762 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
22763         Log: MM_VMS tweak from Craig Berry:
22764              http://nntp.x.perl.org/group/perl.makemaker/1002
22765      Branch: perl
22766            ! lib/ExtUtils/MM_VMS.pm
22767 ____________________________________________________________________________
22768 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
22769         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
22770              From: Steve Hay <steve.hay@uk.radan.com>
22771              Date: Thu, 20 Mar 2003 12:34:15 +0000
22772              Message-ID: <3E79B547.6030201@uk.radan.com>
22773              (with a few minor tweaks)
22774      Branch: perl
22775            ! installhtml
22776 ____________________________________________________________________________
22777 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
22778         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
22779              From: Enache Adrian <enache@rdslink.ro>
22780              Date: Sat, 29 Mar 2003 19:45:41 +0200
22781              Message-ID: <20030329174541.GA8138@ratsnest.hole>
22782      Branch: perl
22783            ! ext/B/B/Deparse.pm
22784 ____________________________________________________________________________
22785 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
22786         Log: Fix bug #21742. require should be always invoked in
22787              scalar context. This wasn't the case when called from
22788              an eval(""), because the void context doesn't propagate
22789              through the leaveeval op. Instead of making scalarvoid()
22790              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
22791              a workaround in doeval().
22792      Branch: perl
22793            ! pp_ctl.c t/comp/require.t
22794 ____________________________________________________________________________
22795 [ 19125] By: jhi                                   on 2003/04/01  17:08:47
22796         Log: Integrate:
22797              [ 19124]
22798              Subject: [patch] fix HiRes.t failures on Stratus VOS
22799              From: "Green, Paul" <Paul.Green@stratus.com>
22800              Date: Tue, 1 Apr 2003 12:37:38 -0500 
22801              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
22802      Branch: maint-5.8/perl
22803           !> hints/vos.sh
22804 ____________________________________________________________________________
22805 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
22806         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
22807              From: "Green, Paul" <Paul.Green@stratus.com>
22808              Date: Tue, 1 Apr 2003 12:37:38 -0500 
22809              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
22810      Branch: perl
22811            ! hints/vos.sh
22812 ____________________________________________________________________________
22813 [ 19123] By: jhi                                   on 2003/04/01  16:38:55
22814         Log: Integrate:
22815              [ 19113]
22816              Implemented AIX longdouble support in hints/aix.sh, which now
22817              actually work.  Thanks to John L. Allen for the hint.
22818              
22819              Subject: Re: AIX longdoubles
22820              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22821              Date: Tue, 01 Apr 2003 17:18:57 +0200
22822              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
22823              
22824              [ 19114]
22825              Subject: [PATCH] Text::Abbrev warnings safe
22826              From: Peter Scott <Peter@PSDT.com>
22827              Date: Fri, 28 Mar 2003 16:34:47 -0800
22828              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
22829              
22830              [ 19115]
22831              Subject: [PATCH] overdue perlhack.pod corrections for RT
22832              From: Richard.Foley@ubsw.com
22833              Date: Mon, 31 Mar 2003 16:27:14 +0200
22834              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
22835              
22836              [ 19116]
22837              Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
22838              From: Michael G Schwern <schwern@pobox.com>
22839              Date: Mon, 31 Mar 2003 15:16:57 -0800
22840              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
22841              
22842              [ 19117]
22843              Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
22844              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22845              Date: Tue, 1 Apr 2003 11:02:35 +0200
22846              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
22847              
22848              [ 19118]
22849              Document the _exit() issue with threads in Linux [perl #17057].
22850      Branch: maint-5.8/perl
22851           !> ext/POSIX/POSIX.pod ext/SDBM_File/sdbm/Makefile.PL
22852           !> hints/aix.sh lib/Text/Abbrev.pm lib/Text/Abbrev.t
22853           !> pod/perlhack.pod t/op/getpid.t
22854 ____________________________________________________________________________
22855 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
22856         Log: Integrate:
22857              [ 19119]
22858              Address "5.8.1@19053: crypt_r() takes 128K per thread".
22859      Branch: perl
22860           !> pp.c reentr.c reentr.h reentr.pl
22861 ____________________________________________________________________________
22862 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
22863         Log: Integrate:
22864              [ 19109]
22865              Subject: [PATCH 5.8.1 @19053] Time::HiRes
22866              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
22867              Date: Mon, 31 Mar 2003 12:53:01 -0800
22868              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
22869              
22870              [ 19111]
22871              A cleaner way to detect PERL_CORE, from IlyaZ.
22872      Branch: perl
22873           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
22874 ____________________________________________________________________________
22875 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
22876         Log: Integrate:
22877              [ 19106]
22878              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
22879              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
22880              Date: Mon, 31 Mar 2003 12:43:37 -0800
22881              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
22882              
22883              and regen Configure.
22884      Branch: perl
22885            ! Configure config_h.SH embedvar.h
22886           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
22887           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
22888           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
22889           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
22890           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
22891           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
22892           !> reentr.h reentr.pl sv.c
22893 ____________________________________________________________________________
22894 [ 19119] By: jhi                                   on 2003/04/01  16:21:37
22895         Log: Address "5.8.1@19053: crypt_r() takes 128K per thread".
22896      Branch: maint-5.8/perl
22897            ! pp.c reentr.c reentr.h reentr.pl
22898 ____________________________________________________________________________
22899 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
22900         Log: Document the _exit() issue with threads in Linux [perl #17057].
22901      Branch: perl
22902            ! ext/POSIX/POSIX.pod
22903 ____________________________________________________________________________
22904 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
22905         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
22906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22907              Date: Tue, 1 Apr 2003 11:02:35 +0200
22908              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
22909      Branch: perl
22910            ! t/op/getpid.t
22911 ____________________________________________________________________________
22912 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
22913         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
22914              From: Michael G Schwern <schwern@pobox.com>
22915              Date: Mon, 31 Mar 2003 15:16:57 -0800
22916              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
22917      Branch: perl
22918            ! ext/SDBM_File/sdbm/Makefile.PL
22919 ____________________________________________________________________________
22920 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
22921         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
22922              From: Richard.Foley@ubsw.com
22923              Date: Mon, 31 Mar 2003 16:27:14 +0200
22924              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
22925      Branch: perl
22926            ! pod/perlhack.pod
22927 ____________________________________________________________________________
22928 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
22929         Log: Subject: [PATCH] Text::Abbrev warnings safe
22930              From: Peter Scott <Peter@PSDT.com>
22931              Date: Fri, 28 Mar 2003 16:34:47 -0800
22932              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
22933      Branch: perl
22934            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
22935 ____________________________________________________________________________
22936 [ 19113] By: merijn                                on 2003/04/01  14:12:33
22937         Log: Implemented AIX longdouble support in hints/aix.sh, which now
22938              actually work.  Thanks to John L. Allen for the hint.
22939              
22940              Subject: Re: AIX longdoubles
22941              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22942              Date: Tue, 01 Apr 2003 17:18:57 +0200
22943              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
22944      Branch: perl
22945            ! hints/aix.sh
22946 ____________________________________________________________________________
22947 [ 19112] By: nick                                  on 2003/04/01  08:48:50
22948         Log: Integrate mainline
22949      Branch: perlio
22950           +> ext/Time/HiRes/hints/irix.pl lib/CPAN/bin/cpan
22951           +> lib/ExtUtils/MakeMaker/FAQ.pod
22952           +> lib/ExtUtils/MakeMaker/Tutorial.pod
22953           +> lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
22954           +> lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
22955           +> lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
22956           +> lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
22957           +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
22958           +> t/lib/TieIn.pm t/lib/sample-tests/no_output
22959           +> t/lib/sample-tests/segfault t/lib/sample-tests/too_many
22960           +> utils/cpan.PL wince/compile-all.bat wince/makedist.pl
22961            - utils/cpan wince/include/sys/stat.h wince/xbuildall.ksh
22962            - wince/xdistclean.ksh wince/xmakediffs.ksh
22963           !> (integrate 110 files)
22964 ____________________________________________________________________________
22965 [ 19111] By: jhi                                   on 2003/04/01  07:17:01
22966         Log: A cleaner way to detect PERL_CORE, from IlyaZ.
22967      Branch: maint-5.8/perl
22968            ! ext/Time/HiRes/Makefile.PL
22969 ____________________________________________________________________________
22970 [ 19110] By: jhi                                   on 2003/04/01  05:33:03
22971         Log: Integrate:
22972              [ 19042]
22973              Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
22974              From: "Craig A. Berry" <craigberry@mac.com>
22975              Date: Thu, 20 Mar 2003 23:03:36 -0600
22976              Message-ID: <3E7A9D28.1040706@mac.com>
22977      Branch: maint-5.8/perl
22978           !> configure.com vms/vms.c vms/vmsish.h
22979 ____________________________________________________________________________
22980 [ 19109] By: jhi                                   on 2003/04/01  05:25:39
22981         Log: Subject: [PATCH 5.8.1 @19053] Time::HiRes
22982              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
22983              Date: Mon, 31 Mar 2003 12:53:01 -0800
22984              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
22985      Branch: maint-5.8/perl
22986            ! ext/Time/HiRes/HiRes.t
22987 ____________________________________________________________________________
22988 [ 19108] By: jhi                                   on 2003/04/01  05:23:25
22989         Log: metaconfig unit changes for #19107.
22990      Branch: metaconfig
22991            ! U/modified/Findhdr.U U/modified/Head.U U/modified/Init.U
22992            ! U/modified/Oldconfig.U
22993 ____________________________________________________________________________
22994 [ 19107] By: jhi                                   on 2003/04/01  05:23:03
22995         Log: Regen Configure.
22996      Branch: maint-5.8/perl
22997            ! Configure
22998 ____________________________________________________________________________
22999 [ 19106] By: jhi                                   on 2003/04/01  05:11:53
23000         Log: Subject: [PATCH 5.8.1 @19053] OS/2-related patches
23001              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
23002              Date: Mon, 31 Mar 2003 12:43:37 -0800
23003              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
23004      Branch: maint-5.8/perl
23005            ! Configure Makefile.SH embed.fnc embed.h embed.pl embedvar.h
23006            ! ext/threads/threads.xs intrpvar.h makedef.pl os2/Makefile.SHs
23007            ! os2/OS2/ExtAttr/Changes os2/OS2/ExtAttr/ExtAttr.pm
23008            ! os2/OS2/PrfDB/Changes os2/OS2/PrfDB/PrfDB.pm
23009            ! os2/OS2/REXX/DLL/DLL.pm os2/OS2/REXX/REXX.pm os2/dl_os2.c
23010            ! os2/os2.c os2/os2ish.h os2/os2thread.h perlapi.h perlio.c
23011            ! perlvars.h reentr.c reentr.h reentr.pl sv.c
23012 ____________________________________________________________________________
23013 [ 19105] By: jhi                                   on 2003/03/31  10:54:05
23014         Log: Integrate:
23015              [ 19104]
23016              Tabify; strictly speaking unnecessary but anyway...
23017      Branch: maint-5.8/perl
23018           !> MANIFEST
23019 ____________________________________________________________________________
23020 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
23021         Log: Tabify; strictly speaking unnecessary but anyway...
23022      Branch: perl
23023            ! MANIFEST
23024 ____________________________________________________________________________
23025 [ 19103] By: jhi                                   on 2003/03/31  10:41:09
23026         Log: Integrate:
23027              [ 19094]
23028              Upgrade to Time::HiRes 1.44.
23029              
23030              [ 19095]
23031              Dave Mitchell noticed that one patch entry was missing
23032              from the Changes.
23033              
23034              [ 19096]
23035              switch_A.t is not in maint (noticed by AndreasK).
23036              
23037              [ 19097]
23038              Some low-hanging fruit for EBCDIC portability
23039              (or for marking as EBCDIC todos)
23040              
23041              [ 19098]
23042              Subject: [PATCH dump.c] stray n_a
23043              From: Michael G Schwern <schwern@pobox.com> 
23044              Date: Mon, 31 Mar 2003 00:55:49 -0800 
23045              Message-ID: <20030331085549.GB1300@windhund.schwern.org> 
23046              
23047              [ 19099]
23048              Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
23049              From: Michael G Schwern <schwern@pobox.com> 
23050              Date: Mon, 31 Mar 2003 02:42:58 -0800 
23051              Message-ID: <20030331104257.GB15327@windhund.schwern.org> 
23052              
23053              [ 19100]
23054              Upgrade to Encode 1.92.
23055              
23056              [ 19101]
23057              Upgrade to podlators 1.26.
23058              
23059              [ 19102]
23060              Upgrade to Test::Harness 2.27_02.
23061      Branch: maint-5.8/perl
23062           +> lib/ExtUtils/MakeMaker/FAQ.pod
23063           +> lib/ExtUtils/MakeMaker/Tutorial.pod
23064           +> lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
23065           +> lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
23066           +> lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
23067           +> lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
23068           +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
23069           +> t/lib/TieIn.pm t/lib/sample-tests/no_output
23070           +> t/lib/sample-tests/segfault t/lib/sample-tests/too_many
23071           !> (integrate 64 files)
23072 ____________________________________________________________________________
23073 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
23074         Log: Upgrade to Test::Harness 2.27_02.
23075      Branch: perl
23076            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
23077            + t/lib/sample-tests/too_many
23078            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
23079            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
23080            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
23081 ____________________________________________________________________________
23082 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
23083         Log: Upgrade to podlators 1.26.
23084      Branch: perl
23085            ! lib/Pod/Man.pm
23086 ____________________________________________________________________________
23087 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
23088         Log: Upgrade to Encode 1.92.
23089      Branch: perl
23090            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
23091            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
23092            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
23093            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
23094            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
23095            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
23096 ____________________________________________________________________________
23097 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
23098         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
23099              From: Michael G Schwern <schwern@pobox.com> 
23100              Date: Mon, 31 Mar 2003 02:42:58 -0800 
23101              Message-ID: <20030331104257.GB15327@windhund.schwern.org> 
23102      Branch: perl
23103            + lib/ExtUtils/MakeMaker/FAQ.pod
23104            + lib/ExtUtils/MakeMaker/Tutorial.pod
23105            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
23106            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
23107            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
23108            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
23109            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
23110            + t/lib/TieIn.pm
23111            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
23112            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
23113            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
23114            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
23115            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
23116            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
23117            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
23118            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
23119            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
23120            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
23121            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
23122            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
23123            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
23124            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
23125            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
23126            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
23127            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
23128            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
23129 ____________________________________________________________________________
23130 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
23131         Log: Subject: [PATCH dump.c] stray n_a
23132              From: Michael G Schwern <schwern@pobox.com> 
23133              Date: Mon, 31 Mar 2003 00:55:49 -0800 
23134              Message-ID: <20030331085549.GB1300@windhund.schwern.org> 
23135      Branch: perl
23136            ! dump.c
23137 ____________________________________________________________________________
23138 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
23139         Log: Some low-hanging fruit for EBCDIC portability
23140              (or for marking as EBCDIC todos)
23141      Branch: perl
23142            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
23143            ! t/uni/write.t
23144 ____________________________________________________________________________
23145 [ 19096] By: jhi                                   on 2003/03/30  19:43:07
23146         Log: switch_A.t is not in maint (noticed by AndreasK).
23147      Branch: maint-5.8/perl
23148            ! MANIFEST
23149 ____________________________________________________________________________
23150 [ 19095] By: jhi                                   on 2003/03/30  18:58:49
23151         Log: Dave Mitchell noticed that one patch entry was missing
23152              from the Changes.
23153      Branch: maint-5.8/perl
23154            ! Changes
23155 ____________________________________________________________________________
23156 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
23157         Log: Upgrade to Time::HiRes 1.44.
23158      Branch: perl
23159            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23160 ____________________________________________________________________________
23161 [ 19093] By: jhi                                   on 2003/03/30  15:16:16
23162         Log: Integrate:
23163              [ 19074]
23164              Missing final \n.
23165              
23166              [ 19076]
23167              Craig Berry: remove extra (.
23168              
23169              [ 19077]
23170              Feeding illegal QP (like \x80) to this
23171              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
23172              caused a coredump in av_length() <- nextargv() because
23173              the av was NULL.  I don't know that returning Nullfp is
23174              the best thing to do, but it dodges the segfault and
23175              introduces no test failures.
23176              
23177              [ 19078]
23178              It seems that in Tru64 V5 gcc cannot be used to
23179              compile a threaded Perl because <pthread.h> explicitly
23180              checks for supported compilers (gcc not being one of them).
23181              This is not so bad since the system C compiler is always there.
23182              
23183              [ 19079]
23184              Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
23185              From: Nicholas Clark <nick@unfortu.net>
23186              Date: Thu, 27 Mar 2003 22:37:35 +0000
23187              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
23188              
23189              [ 19080]
23190              Minor rephrasing in perlopentut,
23191              noticed by Bob Wilkinson (RT [perl #21725])
23192              
23193              [ 19081]
23194              Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
23195              From: Nicholas Clark <nick@unfortu.net>
23196              Date: Sat, 29 Mar 2003 18:58:09 +0000
23197              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
23198              
23199              [ 19082]
23200              IRIX 5.3 can have PF_LINK defined to be AF_LINK but
23201              not defined AF_LINK.
23202              
23203              [ 19084]
23204              gethostbyname('localhost') is not that portable.
23205              inet_aton('localhost') in IRIX 5.3 returned an undef,
23206              which in turn made pack_sockaddr_in to barf on zero
23207              length in_addr.
23208              
23209              [ 19085]
23210              In IRIX 5.3 being too POSIXly hides the struct timespec.
23211              
23212              [ 19086]
23213              In IRIX 5.3 the cc is awfully confused about the prototype
23214              of select().
23215              
23216              [ 19087]
23217              In IRIX 5.3 turn off some of the warnings that cannot
23218              really be helped (e.g. warnings coming from system headers,
23219              or linker warnings during Configure).
23220              
23221              [ 19088]
23222              Another victim of IRIX 5.3's inability to resolve 'localhost'
23223              as the test expects.
23224              
23225              [ 19089]
23226              Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
23227              
23228              [ 19090]
23229              Ending strings is customary (typo from #19084).
23230              
23231              [ 19091]
23232              Not all compilers like #ifdefs within cpp macros
23233              (follow-up on #19086)
23234              
23235              [ 19092]
23236              IRIX 5.3 update.
23237      Branch: maint-5.8/perl
23238           +> ext/Time/HiRes/hints/irix.pl
23239           !> MANIFEST README.irix README.tru64 doio.c dump.c
23240           !> ext/Socket/Socket.t ext/Socket/Socket.xs hints/dec_osf.sh
23241           !> hints/irix_5.sh lib/Attribute/Handlers/Changes
23242           !> lib/Net/hostent.t pod/perlapi.pod pod/perlfunc.pod
23243           !> pod/perlopentut.pod pod/perlport.pod pp_sys.c sv.h
23244 ____________________________________________________________________________
23245 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
23246         Log: IRIX 5.3 update.
23247      Branch: perl
23248            ! README.irix
23249 ____________________________________________________________________________
23250 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
23251         Log: Not all compilers like #ifdefs within cpp macros
23252              (follow-up on #19086)
23253      Branch: perl
23254            ! pp_sys.c
23255 ____________________________________________________________________________
23256 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
23257         Log: Ending strings is customary (typo from #19084).
23258      Branch: perl
23259            ! ext/Socket/Socket.t
23260 ____________________________________________________________________________
23261 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
23262         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
23263      Branch: perl
23264            ! MANIFEST
23265 ____________________________________________________________________________
23266 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
23267         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
23268              as the test expects.
23269      Branch: perl
23270            ! lib/Net/hostent.t
23271 ____________________________________________________________________________
23272 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
23273         Log: In IRIX 5.3 turn off some of the warnings that cannot
23274              really be helped (e.g. warnings coming from system headers,
23275              or linker warnings during Configure).
23276      Branch: perl
23277            ! hints/irix_5.sh
23278 ____________________________________________________________________________
23279 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
23280         Log: In IRIX 5.3 the cc is awfully confused about the prototype
23281              of select().
23282      Branch: perl
23283            ! hints/irix_5.sh pp_sys.c
23284 ____________________________________________________________________________
23285 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
23286         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
23287      Branch: perl
23288            + ext/Time/HiRes/hints/irix.pl
23289            ! MANIFEST
23290 ____________________________________________________________________________
23291 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
23292         Log: gethostbyname('localhost') is not that portable.
23293              inet_aton('localhost') in IRIX 5.3 returned an undef,
23294              which in turn made pack_sockaddr_in to barf on zero
23295              length in_addr.
23296      Branch: perl
23297            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
23298 ____________________________________________________________________________
23299 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
23300         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
23301              From: Nicholas Clark <nick@unfortu.net>
23302              Date: Sun, 30 Mar 2003 00:35:48 +0000
23303              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
23304      Branch: perl
23305            ! sv.c
23306 ____________________________________________________________________________
23307 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
23308         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
23309              not defined AF_LINK.
23310      Branch: perl
23311            ! ext/Socket/Socket.xs
23312 ____________________________________________________________________________
23313 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
23314         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
23315              From: Nicholas Clark <nick@unfortu.net>
23316              Date: Sat, 29 Mar 2003 18:58:09 +0000
23317              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
23318      Branch: perl
23319            ! dump.c
23320 ____________________________________________________________________________
23321 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
23322         Log: Minor rephrasing in perlopentut,
23323              noticed by Bob Wilkinson (RT [perl #21725])
23324      Branch: perl
23325            ! pod/perlopentut.pod
23326 ____________________________________________________________________________
23327 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
23328         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
23329              From: Nicholas Clark <nick@unfortu.net>
23330              Date: Thu, 27 Mar 2003 22:37:35 +0000
23331              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
23332      Branch: perl
23333            ! pod/perlapi.pod sv.h
23334 ____________________________________________________________________________
23335 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
23336         Log: It seems that in Tru64 V5 gcc cannot be used to
23337              compile a threaded Perl because <pthread.h> explicitly
23338              checks for supported compilers (gcc not being one of them).
23339              This is not so bad since the system C compiler is always there.
23340      Branch: perl
23341            ! README.tru64 hints/dec_osf.sh
23342 ____________________________________________________________________________
23343 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
23344         Log: Feeding illegal QP (like \x80) to this
23345              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
23346              caused a coredump in av_length() <- nextargv() because
23347              the av was NULL.  I don't know that returning Nullfp is
23348              the best thing to do, but it dodges the segfault and
23349              introduces no test failures.
23350      Branch: perl
23351            ! doio.c
23352 ____________________________________________________________________________
23353 [ 19076] By: jhi                                   on 2003/03/27  18:49:53
23354         Log: Craig Berry: remove extra (.
23355      Branch: maint-5.8/perl
23356            ! vms/vms.c
23357 ____________________________________________________________________________
23358 [ 19075] By: jhi                                   on 2003/03/27  18:47:50
23359         Log: Have to get this thing started.
23360      Branch: maint-5.8/perl
23361            ! pod/perldelta.pod
23362 ____________________________________________________________________________
23363 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
23364         Log: Missing final \n.
23365      Branch: perl
23366            ! lib/Attribute/Handlers/Changes
23367 ____________________________________________________________________________
23368 [ 19073] By: jhi                                   on 2003/03/27  04:25:46
23369         Log: Integrate:
23370              [ 19062]
23371              Subject: [PATCH README.qnx] for QNX 6.2
23372              From: Norton Allen <allen@huarp.harvard.edu>
23373              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
23374              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
23375              
23376              [ 19063]
23377              Subject: [perl #21648] Doc typo in Net::servent
23378              From: Andy Lester (via RT) <perlbug-followup@perl.org>
23379              Date: 22 Mar 2003 05:02:31 -0000
23380              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
23381              
23382              [ 19064]
23383              Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
23384              From: Dave Mitchell <davem@fdgroup.com>
23385              Date: Thu, 20 Mar 2003 01:26:19 +0000
23386              Message-ID: <20030320012619.C19869@fdgroup.com>
23387              
23388              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
23389              From: Dave Mitchell <davem@fdgroup.com>
23390              Date: Mon, 24 Mar 2003 16:06:51 +0000
23391              Message-ID: <20030324160651.D1798@fdgroup.com>
23392              
23393              [ 19065]
23394              Add a file utils/cpan.PL to generate the "cpan" utility,
23395              also separately maintained on CPAN, and now moved as
23396              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
23397              this last file.
23398              
23399              [ 19066]
23400              Upgrade to Term::ANSIColor 1.07.
23401              
23402              [ 19067]
23403              VMS counterpart of change #19065
23404              
23405              [ 19068]
23406              Win32 counterpart of change #19065
23407              
23408              [ 19070]
23409              Subject: [patch] for Stratus VOS
23410              From: "Green, Paul" <Paul.Green@stratus.com>
23411              Date: Wed, 26 Mar 2003 17:24:38 -0500
23412              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
23413              (plus a small tweak to the test script)
23414              
23415              [ 19072]
23416              Subject: [perl #21672] IO::New and undefined filename behaviour
23417              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
23418              Date: 24 Mar 2003 16:29:08 -0000
23419              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
23420              plus a regression test
23421      Branch: maint-5.8/perl
23422           +> lib/CPAN/bin/cpan utils/cpan.PL
23423            - utils/cpan
23424           !> MANIFEST README.qnx README.vos ext/IO/lib/IO/File.pm
23425           !> installperl lib/FileHandle.t lib/Net/servent.pm
23426           !> lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
23427           !> lib/Term/ANSIColor/README pp_ctl.c pp_hot.c scope.c
23428           !> t/op/args.t t/op/pack.t utils/Makefile
23429           !> vms/descrip_mms.template win32/Makefile win32/makefile.mk
23430 ____________________________________________________________________________
23431 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
23432         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
23433              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
23434              Date: 24 Mar 2003 16:29:08 -0000
23435              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
23436              plus a regression test
23437      Branch: perl
23438            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
23439 ____________________________________________________________________________
23440 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
23441         Log: Better version of change #19069
23442              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
23443              From: Nicholas Clark <nick@unfortu.net>
23444              Date: Wed, 26 Mar 2003 23:01:46 +0000
23445              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
23446      Branch: perl
23447            ! pp_hot.c sv.c t/op/readline.t
23448 ____________________________________________________________________________
23449 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
23450         Log: Subject: [patch] for Stratus VOS
23451              From: "Green, Paul" <Paul.Green@stratus.com>
23452              Date: Wed, 26 Mar 2003 17:24:38 -0500
23453              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
23454              (plus a small tweak to the test script)
23455      Branch: perl
23456            ! README.vos t/op/pack.t
23457 ____________________________________________________________________________
23458 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
23459         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
23460              From: Nicholas Clark <nick@unfortu.net>
23461              Date: Tue, 25 Mar 2003 22:59:17 +0000
23462              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
23463      Branch: perl
23464            ! sv.c t/op/readline.t
23465 ____________________________________________________________________________
23466 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
23467         Log: Win32 counterpart of change #19065
23468      Branch: perl
23469            ! win32/Makefile win32/makefile.mk
23470 ____________________________________________________________________________
23471 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
23472         Log: VMS counterpart of change #19065
23473      Branch: perl
23474            ! vms/descrip_mms.template
23475 ____________________________________________________________________________
23476 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
23477         Log: Upgrade to Term::ANSIColor 1.07.
23478      Branch: perl
23479            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
23480            ! lib/Term/ANSIColor/README
23481 ____________________________________________________________________________
23482 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
23483         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
23484              also separately maintained on CPAN, and now moved as
23485              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
23486              this last file.
23487      Branch: perl
23488            + utils/cpan.PL
23489           +> lib/CPAN/bin/cpan
23490            - utils/cpan
23491            ! MANIFEST installperl utils/Makefile
23492 ____________________________________________________________________________
23493 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
23494         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
23495              From: Dave Mitchell <davem@fdgroup.com>
23496              Date: Thu, 20 Mar 2003 01:26:19 +0000
23497              Message-ID: <20030320012619.C19869@fdgroup.com>
23498              
23499              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
23500              From: Dave Mitchell <davem@fdgroup.com>
23501              Date: Mon, 24 Mar 2003 16:06:51 +0000
23502              Message-ID: <20030324160651.D1798@fdgroup.com>
23503      Branch: perl
23504            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
23505 ____________________________________________________________________________
23506 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
23507         Log: Subject: [perl #21648] Doc typo in Net::servent
23508              From: Andy Lester (via RT) <perlbug-followup@perl.org>
23509              Date: 22 Mar 2003 05:02:31 -0000
23510              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
23511      Branch: perl
23512            ! lib/Net/servent.pm
23513 ____________________________________________________________________________
23514 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
23515         Log: Subject: [PATCH README.qnx] for QNX 6.2
23516              From: Norton Allen <allen@huarp.harvard.edu>
23517              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
23518              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
23519      Branch: perl
23520            ! README.qnx
23521 ____________________________________________________________________________
23522 [ 19061] By: jhi                                   on 2003/03/26  19:23:37
23523         Log: Integrate:
23524              [ 19055]
23525              Subject: no more 'make install && make test' with shared libperl.so on Linux
23526              From: Enache Adrian <enache@rdslink.ro>
23527              Date: Sat, 22 Mar 2003 22:49:49 +0200
23528              Message-ID: <20030322204949.GB794@ratsnest.hole>
23529              
23530              This is a slightly more defensive patch than Chip's patch that
23531              fell through the cracks, but does the same
23532              Subject: Shared libperl.so and build issues
23533              From: Chip Turner <cturner@redhat.com>
23534              Date: Tue 31 Dec 2002 17:21
23535              
23536              [ 19056]
23537              Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
23538              From: Enache Adrian <enache@rdslink.ro>
23539              Date: Mon, 24 Mar 2003 23:56:25 +0200
23540              Message-ID: <20030324215625.GB853@ratsnest.hole>
23541              
23542              [ 19057]
23543              Typo, spotted by Doru Petrescu
23544              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
23545              
23546              [ 19058]
23547              Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
23548              From: Michael G Schwern <schwern@pobox.com>
23549              Date: Mon, 24 Mar 2003 00:50:39 -0800
23550              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
23551              
23552              [ 19059]
23553              Change 19056 wasn't good enough.
23554              ldlibpth should be changed later, to avoid spaces to be quoted.
23555              
23556              [ 19060]
23557              Subject: [PATCH] lib/vmsish.t GMT bug fix
23558              From: "Craig A. Berry" <craigberry@mac.com>
23559              Date: Tue, 25 Mar 2003 22:52:58 -0600
23560              Message-ID: <3E81322A.3040508@mac.com>
23561      Branch: maint-5.8/perl
23562           !> Makefile.SH ext/Data/Dumper/Dumper.pm lib/vmsish.t
23563           !> pod/perlhist.pod
23564 ____________________________________________________________________________
23565 [ 19060] By: merijn                                on 2003/03/26  13:13:23
23566         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
23567              From: "Craig A. Berry" <craigberry@mac.com>
23568              Date: Tue, 25 Mar 2003 22:52:58 -0600
23569              Message-ID: <3E81322A.3040508@mac.com>
23570      Branch: perl
23571            ! lib/vmsish.t
23572 ____________________________________________________________________________
23573 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
23574         Log: Change 19056 wasn't good enough.
23575              ldlibpth should be changed later, to avoid spaces to be quoted.
23576      Branch: perl
23577            ! Makefile.SH
23578 ____________________________________________________________________________
23579 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
23580         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
23581              From: Michael G Schwern <schwern@pobox.com>
23582              Date: Mon, 24 Mar 2003 00:50:39 -0800
23583              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
23584      Branch: perl
23585            ! pod/perlhist.pod
23586 ____________________________________________________________________________
23587 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
23588         Log: Typo, spotted by Doru Petrescu
23589              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
23590      Branch: perl
23591            ! ext/Data/Dumper/Dumper.pm
23592 ____________________________________________________________________________
23593 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
23594         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
23595              From: Enache Adrian <enache@rdslink.ro>
23596              Date: Mon, 24 Mar 2003 23:56:25 +0200
23597              Message-ID: <20030324215625.GB853@ratsnest.hole>
23598      Branch: perl
23599            ! Makefile.SH
23600 ____________________________________________________________________________
23601 [ 19055] By: merijn                                on 2003/03/24  07:05:39
23602         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
23603              From: Enache Adrian <enache@rdslink.ro>
23604              Date: Sat, 22 Mar 2003 22:49:49 +0200
23605              Message-ID: <20030322204949.GB794@ratsnest.hole>
23606              
23607              This is a slightly more defensive patch than Chip's patch that
23608              fell through the cracks, but does the same
23609              Subject: Shared libperl.so and build issues
23610              From: Chip Turner <cturner@redhat.com>
23611              Date: Tue 31 Dec 2002 17:21
23612      Branch: perl
23613            ! Makefile.SH
23614 ____________________________________________________________________________
23615 [ 19054] By: merijn                                on 2003/03/24  06:54:23
23616         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
23617              From: "Craig A. Berry" <craigberry@mac.com>
23618              Date: Sun, 23 Mar 2003 15:32:58 -0600
23619              Message-ID: <3E7E280A.5000304@mac.com>
23620      Branch: perl
23621            ! vms/vms.c
23622 ____________________________________________________________________________
23623 [ 19053] By: jhi                                   on 2003/03/24  04:44:50
23624         Log: Integrate:
23625              [ 19051]
23626              WinCE update from Vadim Konovalov.
23627              
23628              [ 19052]
23629              For change #19051: a new .bat to CRLF.
23630      Branch: maint-5.8/perl
23631           +> wince/compile-all.bat wince/makedist.pl
23632            - wince/include/sys/stat.h wince/xbuildall.ksh
23633            - wince/xdistclean.ksh wince/xmakediffs.ksh
23634           !> MANIFEST Porting/makerel README.ce dosish.h wince/Makefile.ce
23635           !> wince/compile.bat wince/config.ce
23636 ____________________________________________________________________________
23637 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
23638         Log: For change #19051: a new .bat to CRLF.
23639      Branch: perl
23640            ! Porting/makerel
23641 ____________________________________________________________________________
23642 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
23643         Log: WinCE update from Vadim Konovalov.
23644      Branch: perl
23645            + wince/compile-all.bat wince/makedist.pl
23646            - wince/include/sys/stat.h wince/xbuildall.ksh
23647            - wince/xdistclean.ksh wince/xmakediffs.ksh
23648            ! MANIFEST README.ce dosish.h wince/Makefile.ce
23649            ! wince/compile.bat wince/config.ce
23650 ____________________________________________________________________________
23651 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
23652         Log: Oops (change #19013 missed changing the Perl version number).
23653      Branch: perl
23654            ! cygwin/perlld.in
23655 ____________________________________________________________________________
23656 [ 19049] By: jhi                                   on 2003/03/24  04:10:00
23657         Log: Subject: [PATCH maintperl] vms.c threads tweak
23658              From: "Craig A. Berry" <craigberry@mac.com>
23659              Date: Sun, 23 Mar 2003 14:57:56 -0600
23660              Message-ID: <3E7E1FD4.3000704@mac.com>
23661      Branch: maint-5.8/perl
23662            ! vms/vms.c
23663 ____________________________________________________________________________
23664 [ 19048] By: jhi                                   on 2003/03/23  17:56:22
23665         Log: Integrate:
23666              [ 19043]
23667              Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
23668              From: Martien Verbruggen <mgjv@tradingpost.com.au>
23669              Date: Sat, 15 Mar 2003 12:31:47 +1100
23670              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
23671              
23672              [ 19044]
23673              Subject: [PATCH] p4genpatch
23674              From: andreas.koenig@anima.de (Andreas J. Koenig)
23675              Date: Sat, 15 Mar 2003 12:04:18 +0100
23676              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
23677      Branch: maint-5.8/perl
23678           !> Porting/p4genpatch pod/perlsub.pod pod/perlsyn.pod
23679 ____________________________________________________________________________
23680 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
23681         Log: Integrate from maint-5.8:
23682              [ 19045]
23683              If no IVSIZE == 8, no need for modulo_1.
23684      Branch: perl
23685           !> pp.c
23686 ____________________________________________________________________________
23687 [ 19046] By: nick                                  on 2003/03/22  16:19:37
23688         Log: Integrate mainline
23689      Branch: perlio
23690           +> ext/Data/Dumper/t/pair.t ext/Encode/t/enc_data.t regen_lib.pl
23691            - regen_headers.pl
23692           !> (integrate 179 files)
23693 ____________________________________________________________________________
23694 [ 19045] By: jhi                                   on 2003/03/22  09:32:52
23695         Log: If no IVSIZE == 8, no need for modulo_1.
23696      Branch: maint-5.8/perl
23697            ! pp.c
23698 ____________________________________________________________________________
23699 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
23700         Log: Subject: [PATCH] p4genpatch
23701              From: andreas.koenig@anima.de (Andreas J. Koenig)
23702              Date: Sat, 15 Mar 2003 12:04:18 +0100
23703              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
23704      Branch: perl
23705            ! Porting/p4genpatch
23706 ____________________________________________________________________________
23707 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
23708         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
23709              From: Martien Verbruggen <mgjv@tradingpost.com.au>
23710              Date: Sat, 15 Mar 2003 12:31:47 +1100
23711              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
23712      Branch: perl
23713            ! pod/perlsub.pod pod/perlsyn.pod
23714 ____________________________________________________________________________
23715 [ 19042] By: merijn                                on 2003/03/21  07:45:54
23716         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
23717              From: "Craig A. Berry" <craigberry@mac.com>
23718              Date: Thu, 20 Mar 2003 23:03:36 -0600
23719              Message-ID: <3E7A9D28.1040706@mac.com>
23720      Branch: perl
23721            ! configure.com vms/vms.c vms/vmsish.h
23722 ____________________________________________________________________________
23723 [ 19041] By: jhi                                   on 2003/03/21  05:24:28
23724         Log: Update Changes.
23725      Branch: maint-5.8/perl
23726            ! Changes patchlevel.h
23727 ____________________________________________________________________________
23728 [ 19040] By: jhi                                   on 2003/03/21  05:00:59
23729         Log: Integrate:
23730              [ 19021]
23731              The description of SIG_SIZE was off.
23732              
23733              [ 19037]
23734              Subject: [DOC-PATCH] for README.cygwin, bleadperl version
23735              From: "Gerrit P. Haase" <gp@familiehaase.de>
23736              Date: Thu, 20 Mar 2003 21:23:28 +0100
23737              Message-ID: <941032389637.20030320212328@familiehaase.de>
23738              
23739              [ 19038]
23740              Subject: Re: Bytecode? Back into service.
23741              From: Enache Adrian <enache@rdslink.ro>
23742              Date: Thu, 20 Mar 2003 07:38:39 +0200
23743              Message-ID: <20030320053839.GA4044@ratsnest.hole>
23744              
23745              [ 19039]
23746              Subject: Re: [patch] [perl #21628] rcatline issue
23747              From: Enache Adrian <enache@rdslink.ro>
23748              Date: Thu, 20 Mar 2003 22:39:06 +0200
23749              Message-ID: <20030320203906.GA31199@ratsnest.hole>
23750      Branch: maint-5.8/perl
23751           !> Configure MANIFEST NetWare/config_H.wc Porting/Glossary
23752           !> Porting/config.sh Porting/config_H README.cygwin bytecode.pl
23753           !> config_h.SH ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
23754           !> ext/ByteLoader/byterun.h op.c plan9/config.plan9
23755           !> plan9/config_h.sample pp_hot.c t/op/readline.t
23756           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23757           !> win32/config_H.vc64 wince/config_H.ce
23758 ____________________________________________________________________________
23759 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
23760         Log: Subject: Re: [patch] [perl #21628] rcatline issue
23761              From: Enache Adrian <enache@rdslink.ro>
23762              Date: Thu, 20 Mar 2003 22:39:06 +0200
23763              Message-ID: <20030320203906.GA31199@ratsnest.hole>
23764      Branch: perl
23765            ! MANIFEST pp_hot.c t/op/readline.t
23766 ____________________________________________________________________________
23767 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
23768         Log: Subject: Re: Bytecode? Back into service.
23769              From: Enache Adrian <enache@rdslink.ro>
23770              Date: Thu, 20 Mar 2003 07:38:39 +0200
23771              Message-ID: <20030320053839.GA4044@ratsnest.hole>
23772      Branch: perl
23773            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
23774            ! ext/ByteLoader/byterun.h op.c
23775 ____________________________________________________________________________
23776 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
23777         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
23778              From: "Gerrit P. Haase" <gp@familiehaase.de>
23779              Date: Thu, 20 Mar 2003 21:23:28 +0100
23780              Message-ID: <941032389637.20030320212328@familiehaase.de>
23781      Branch: perl
23782            ! README.cygwin
23783 ____________________________________________________________________________
23784 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
23785         Log: Integrate:
23786              [ 19033]
23787              file test operators weren't doing the right thing if the SV
23788              passed to them wasn't NUL-terminated
23789              
23790              [ 19034]
23791              ensure SVs returned by Win32::Get{Short,Full}PathName() are
23792              NUL-terminated
23793      Branch: perl
23794           !> doio.c win32/win32.c
23795 ____________________________________________________________________________
23796 [ 19035] By: jhi                                   on 2003/03/20  05:22:27
23797         Log: Integrate:
23798              [ 19033]
23799              file test operators weren't doing the right thing if the SV
23800              passed to them wasn't NUL-terminated
23801              
23802              [ 19034]
23803              ensure SVs returned by Win32::Get{Short,Full}PathName() are
23804              NUL-terminated
23805      Branch: maint-5.8/perl
23806           !> doio.c win32/win32.c
23807 ____________________________________________________________________________
23808 [ 19034] By: gsar                                  on 2003/03/20  01:31:39
23809         Log: ensure SVs returned by Win32::Get{Short,Full}PathName() are
23810              NUL-terminated
23811      Branch: maint-5.6/perl
23812            ! win32/win32.c
23813 ____________________________________________________________________________
23814 [ 19033] By: gsar                                  on 2003/03/20  01:30:46
23815         Log: file test operators weren't doing the right thing if the SV
23816              passed to them wasn't NUL-terminated
23817      Branch: maint-5.6/perl
23818            ! doio.c
23819 ____________________________________________________________________________
23820 [ 19032] By: gsar                                  on 2003/03/19  23:22:56
23821         Log: regenerate win32/config_H.*
23822      Branch: maint-5.8/perl
23823            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23824            ! win32/config_H.vc64
23825 ____________________________________________________________________________
23826 [ 19031] By: jhi                                   on 2003/03/19  19:56:15
23827         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
23828              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23829              Date: Wed, 19 Mar 2003 11:32:25 +0100
23830              Message-Id: <20030319113225.3aadf2fc.rgarciasuarez@free.fr>
23831              
23832              Retract #18533 for now.
23833      Branch: maint-5.8/perl
23834            ! regexec.c t/op/subst.t
23835 ____________________________________________________________________________
23836 [ 19030] By: jhi                                   on 2003/03/19  15:57:49
23837         Log: Integrate:
23838              [ 19020]
23839              Minor updates of Wolfgang's pack patch
23840              
23841              Subject: Re: pack changes and related fixes
23842              From: Philip Newton <Philip.Newton@gmx.net>
23843              Date: Tue, 18 Mar 2003 06:19:30 +0100
23844              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
23845              
23846              [ 19023]
23847              Subject: [PATCH] poll() help for VMS
23848              From: "Craig A. Berry" <craigberry@mac.com>
23849              Date: Tue, 18 Mar 2003 01:10:10 -0600
23850              Message-ID: <3E76C652.30205@mac.com>
23851              
23852              [ 19024]
23853              Subject: [PATCH] VMS pod install tweaks
23854              From: "Craig A. Berry" <craigberry@mac.com>
23855              Date: Sat, 15 Mar 2003 16:06:07 -0600
23856              Message-ID: <3E73A3CF.3060502@mac.com>
23857              
23858              [ 19025]
23859              Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
23860              From: Dave Mitchell <davem@fdgroup.com>
23861              Date: Tue, 18 Mar 2003 21:55:05 +0000
23862              Message-ID: <20030318215505.A16787@fdgroup.com>
23863              
23864              [ 19026]
23865              Update the DB_File instructions in Tru64.
23866              
23867              [ 19028]
23868              Better wording as requested by Rafael, and
23869              the module is BerkeleyDB, not BerkeleyFile.
23870      Branch: maint-5.8/perl
23871           !> README.tru64 configure.com embed.fnc ext/IO/poll.h
23872           !> pod/perldiag.pod pp_ctl.c t/op/goto.t vms/descrip_mms.template
23873 ____________________________________________________________________________
23874 [ 19029] By: jhi                                   on 2003/03/19  15:42:44
23875         Log: Integrate:
23876              [ 19014]
23877              clarify behaviour of $a++
23878              
23879              [ 19015]
23880              add comment at undef postinc special case
23881              
23882              [ 19016]
23883              add tests for existing behaviour of undef postinc/dec
23884              
23885              [ 19017]
23886              according to the new Porting/Glossary, sig_num doesn't have an
23887              extra '0' at the end
23888              
23889              [ 19018]
23890              there is no trailing NULL in sig_name or sig_num, so don't
23891              talk about it
23892      Branch: maint-5.8/perl
23893           !> Porting/Glossary pod/perlop.pod pp.c t/op/inc.t
23894           !> win32/config.bc win32/config.gc win32/config.vc
23895           !> win32/config.vc64
23896 ____________________________________________________________________________
23897 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
23898         Log: Better wording as requested by Rafael, and
23899              the module is BerkeleyDB, not BerkeleyFile.
23900      Branch: perl
23901            ! README.tru64
23902 ____________________________________________________________________________
23903 [ 19027] By: jhi                                   on 2003/03/19  09:38:54
23904         Log: Synchronize t/op/pack.t:s between blead and maint with
23905              a fake success for maint (test for a blead feature not
23906              merged into maint) so that the test numberings don't drift
23907              unnecessarily.  Not necessarily a long-term thing to do
23908              (if blead gets even more new features), but works for now.
23909      Branch: maint-5.8/perl
23910            ! t/op/pack.t
23911 ____________________________________________________________________________
23912 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
23913         Log: Update the DB_File instructions in Tru64.
23914      Branch: perl
23915            ! README.tru64
23916 ____________________________________________________________________________
23917 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
23918         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
23919              From: Dave Mitchell <davem@fdgroup.com>
23920              Date: Tue, 18 Mar 2003 21:55:05 +0000
23921              Message-ID: <20030318215505.A16787@fdgroup.com>
23922      Branch: perl
23923            ! pp_ctl.c t/op/goto.t
23924 ____________________________________________________________________________
23925 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
23926         Log: Subject: [PATCH] VMS pod install tweaks
23927              From: "Craig A. Berry" <craigberry@mac.com>
23928              Date: Sat, 15 Mar 2003 16:06:07 -0600
23929              Message-ID: <3E73A3CF.3060502@mac.com>
23930      Branch: perl
23931            ! vms/descrip_mms.template
23932 ____________________________________________________________________________
23933 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
23934         Log: Subject: [PATCH] poll() help for VMS
23935              From: "Craig A. Berry" <craigberry@mac.com>
23936              Date: Tue, 18 Mar 2003 01:10:10 -0600
23937              Message-ID: <3E76C652.30205@mac.com>
23938      Branch: perl
23939            ! configure.com ext/IO/poll.h
23940 ____________________________________________________________________________
23941 [ 19022] By: jhi                                   on 2003/03/18  06:56:45
23942         Log: metaconfig unit change for #19021.
23943      Branch: metaconfig
23944            ! U/modified/sig_name.U
23945 ____________________________________________________________________________
23946 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
23947         Log: The description of SIG_SIZE was off.
23948      Branch: perl
23949            ! Configure NetWare/config_H.wc Porting/Glossary
23950            ! Porting/config.sh Porting/config_H config_h.SH
23951            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
23952            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
23953            ! wince/config_H.ce
23954 ____________________________________________________________________________
23955 [ 19020] By: merijn                                on 2003/03/18  05:45:50
23956         Log: Minor updates of Wolfgang's pack patch
23957              
23958              Subject: Re: pack changes and related fixes
23959              From: Philip Newton <Philip.Newton@gmx.net>
23960              Date: Tue, 18 Mar 2003 06:19:30 +0100
23961              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
23962      Branch: perl
23963            ! embed.fnc pod/perldiag.pod
23964 ____________________________________________________________________________
23965 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
23966         Log: regenerate win32/config_H.*
23967      Branch: perl
23968            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23969            ! win32/config_H.vc64
23970 ____________________________________________________________________________
23971 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
23972         Log: there is no trailing NULL in sig_name or sig_num, so don't
23973              talk about it
23974      Branch: perl
23975            ! Porting/Glossary
23976 ____________________________________________________________________________
23977 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
23978         Log: according to the new Porting/Glossary, sig_num doesn't have an
23979              extra '0' at the end
23980      Branch: perl
23981            ! win32/config.bc win32/config.gc win32/config.vc
23982            ! win32/config.vc64
23983 ____________________________________________________________________________
23984 [ 19016] By: hv                                    on 2003/03/18  00:52:09
23985         Log: add tests for existing behaviour of undef postinc/dec
23986      Branch: perl
23987            ! t/op/inc.t
23988 ____________________________________________________________________________
23989 [ 19015] By: hv                                    on 2003/03/18  00:46:18
23990         Log: add comment at undef postinc special case
23991      Branch: perl
23992            ! pp.c
23993 ____________________________________________________________________________
23994 [ 19014] By: hv                                    on 2003/03/18  00:27:19
23995         Log: clarify behaviour of $a++
23996      Branch: perl
23997            ! pod/perlop.pod
23998 ____________________________________________________________________________
23999 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
24000         Log: Integrate:
24001              [ 19012]
24002              We don't have the new Perl at this stage.
24003      Branch: perl
24004           !> cygwin/perlld.in
24005 ____________________________________________________________________________
24006 [ 19012] By: jhi                                   on 2003/03/17  19:50:06
24007         Log: We don't have the new Perl at this stage.
24008      Branch: maint-5.8/perl
24009            ! cygwin/perlld.in
24010 ____________________________________________________________________________
24011 [ 19011] By: jhi                                   on 2003/03/17  19:15:23
24012         Log: Integrate:
24013              [ 19010]
24014              Subject: pack changes and related fixes
24015              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
24016              Date: Mon, 17 Mar 2003 13:55:37 +0100
24017              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
24018      Branch: maint-5.8/perl
24019           !> embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
24020           !> pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
24021           !> t/lib/warnings/pp_pack t/op/pack.t
24022 ____________________________________________________________________________
24023 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
24024         Log: Subject: pack changes and related fixes
24025              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
24026              Date: Mon, 17 Mar 2003 13:55:37 +0100
24027              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
24028      Branch: perl
24029            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
24030            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
24031            ! t/lib/warnings/pp_pack t/op/pack.t
24032 ____________________________________________________________________________
24033 [ 19009] By: jhi                                   on 2003/03/17  11:08:20
24034         Log: Pseudohashes die hard -- go with Rick Delaney's idea
24035              of blessing the href at $phash->[0] as 'pseudohash',
24036              so the avhv_index() can then check for that.  Now:
24037              (1) thingies got via fields::new() do not warn
24038              (2) blessed manually constructed phashes warn
24039              (3) unblessed manually constructed phashes warn
24040              While the idea of using the Hash::Util lock_hash/unlock_hash
24041              on the href was enticing, it didn't quite work transparently
24042              since it changed the error message from "No such pseudo-hash
24043              field ..." to "Attempt to access disallowed key ...".
24044      Branch: maint-5.8/perl
24045            ! av.c lib/fields.pm t/lib/warnings/av
24046 ____________________________________________________________________________
24047 [ 19008] By: jhi                                   on 2003/03/17  04:59:15
24048         Log: Integrate:
24049              [ 18994]
24050              Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
24051              Should work both for PERL_UNICODE/-C and use encoding 'foo';
24052              
24053              [ 18995]
24054              Signedness nits.
24055              
24056              [ 18996]
24057              Turn on UTF-8 flag only if the $str is valid utf8
24058              (pointed out by Dan Kogai).
24059              
24060              [ 18997]
24061              IRIX ls -l marks sockets with 'S'.
24062              
24063              [ 18998]
24064              This seems to fix (well, dodge) the problems in FreeBSD for
24065              Enache Adrian; in _theory_ this patch could be good for NetBSD,
24066              too, but Alian gets a core dump already at subtest #9 (anyone
24067              with a real NetBSD, Alian's is a VMware one, which has in the
24068              past caused similar odd crashes).  OpenBSD threaded build result
24069              still unknown.
24070              
24071              [ 18999]
24072              Stay within know facts: what platforms the skippage helps,
24073              and in which it is not needed.
24074              
24075              [ 19000]
24076              Subject: [Patch] Maintperl versioning for Cygwin
24077              From: "Gerrit P. Haase" <gp@familiehaase.de>
24078              Date: Sun, 16 Mar 2003 22:24:19 +0100
24079              Message-ID: <152690440450.20030316222419@familiehaase.de>
24080              
24081              [ 19001]
24082              getservbyname_r() kaputt in OpenBSD (might get fixed
24083              for 3.3, but only might)
24084              
24085              [ 19002]
24086              Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
24087              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
24088              Date: 10 Jan 2003 10:59:44 -0000
24089              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
24090              
24091              [ 19003]
24092              Subject: [perl #20724] Patch for dprofpp
24093              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
24094              Date: 5 Feb 2003 08:41:17 -0000
24095              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
24096              
24097              [ 19004]
24098              Subject: [patch] utils/h2xs.PL (get rid of \t and '')
24099              From: Stas Bekman <stas@stason.org>
24100              Date: Fri, 14 Feb 2003 11:59:53 +1100
24101              Message-ID: <3E4C3F89.6050005@stason.org>
24102              
24103              [ 19005]
24104              Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
24105              From: chocolateboy <chocolateboy@chocolatey.com>
24106              Date: Sat, 22 Feb 2003 12:17:28 +0000
24107              Message-ID: <3E576A58.8010901@chocolatey.com>
24108      Branch: maint-5.8/perl
24109           +> ext/Data/Dumper/t/pair.t
24110           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
24111           !> ext/POSIX/t/posix.t hints/openbsd.sh lib/IPC/Open3.pm
24112           !> lib/Term/ReadLine.pm regcomp.c t/op/stat.t utils/dprofpp.PL
24113           !> utils/h2xs.PL
24114 ____________________________________________________________________________
24115 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
24116         Log: Integrate:
24117              [ 19006]
24118              Subject: Re: [Patch] Maintperl versioning for Cygwin
24119              From: Slaven Rezic <slaven@rezic.de>
24120              Date: 17 Mar 2003 00:42:43 +0100
24121              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
24122      Branch: perl
24123           !> cygwin/perlld.in
24124 ____________________________________________________________________________
24125 [ 19006] By: jhi                                   on 2003/03/17  04:44:03
24126         Log: Subject: Re: [Patch] Maintperl versioning for Cygwin
24127              From: Slaven Rezic <slaven@rezic.de>
24128              Date: 17 Mar 2003 00:42:43 +0100
24129              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
24130      Branch: maint-5.8/perl
24131            ! cygwin/perlld.in
24132 ____________________________________________________________________________
24133 [ 19005] By: hv                                    on 2003/03/17  02:06:20
24134         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
24135              From: chocolateboy <chocolateboy@chocolatey.com>
24136              Date: Sat, 22 Feb 2003 12:17:28 +0000
24137              Message-ID: <3E576A58.8010901@chocolatey.com>
24138      Branch: perl
24139            + ext/Data/Dumper/t/pair.t
24140            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
24141 ____________________________________________________________________________
24142 [ 19004] By: hv                                    on 2003/03/17  01:38:23
24143         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
24144              From: Stas Bekman <stas@stason.org>
24145              Date: Fri, 14 Feb 2003 11:59:53 +1100
24146              Message-ID: <3E4C3F89.6050005@stason.org>
24147      Branch: perl
24148            ! utils/h2xs.PL
24149 ____________________________________________________________________________
24150 [ 19003] By: hv                                    on 2003/03/17  01:23:02
24151         Log: Subject: [perl #20724] Patch for dprofpp
24152              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
24153              Date: 5 Feb 2003 08:41:17 -0000
24154              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
24155      Branch: perl
24156            ! utils/dprofpp.PL
24157 ____________________________________________________________________________
24158 [ 19002] By: hv                                    on 2003/03/16  23:36:57
24159         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
24160              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
24161              Date: 10 Jan 2003 10:59:44 -0000
24162              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
24163      Branch: perl
24164            ! lib/IPC/Open3.pm
24165 ____________________________________________________________________________
24166 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
24167         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
24168              for 3.3, but only might)
24169      Branch: perl
24170            ! hints/openbsd.sh
24171 ____________________________________________________________________________
24172 [ 19000] By: jhi                                   on 2003/03/16  21:38:39
24173         Log: Subject: [Patch] Maintperl versioning for Cygwin
24174              From: "Gerrit P. Haase" <gp@familiehaase.de>
24175              Date: Sun, 16 Mar 2003 22:24:19 +0100
24176              Message-ID: <152690440450.20030316222419@familiehaase.de>
24177      Branch: maint-5.8/perl
24178            ! cygwin/perlld.in
24179 ____________________________________________________________________________
24180 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
24181         Log: Stay within know facts: what platforms the skippage helps,
24182              and in which it is not needed.
24183      Branch: perl
24184            ! ext/POSIX/t/posix.t
24185 ____________________________________________________________________________
24186 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
24187         Log: This seems to fix (well, dodge) the problems in FreeBSD for
24188              Enache Adrian; in _theory_ this patch could be good for NetBSD,
24189              too, but Alian gets a core dump already at subtest #9 (anyone
24190              with a real NetBSD, Alian's is a VMware one, which has in the
24191              past caused similar odd crashes).  OpenBSD threaded build result
24192              still unknown.
24193      Branch: perl
24194            ! ext/POSIX/t/posix.t
24195 ____________________________________________________________________________
24196 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
24197         Log: IRIX ls -l marks sockets with 'S'.
24198      Branch: perl
24199            ! t/op/stat.t
24200 ____________________________________________________________________________
24201 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
24202         Log: Turn on UTF-8 flag only if the $str is valid utf8
24203              (pointed out by Dan Kogai).
24204      Branch: perl
24205            ! lib/Term/ReadLine.pm
24206 ____________________________________________________________________________
24207 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
24208         Log: Signedness nits.
24209      Branch: perl
24210            ! regcomp.c
24211 ____________________________________________________________________________
24212 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
24213         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
24214              Should work both for PERL_UNICODE/-C and use encoding 'foo';
24215      Branch: perl
24216            ! lib/Term/ReadLine.pm
24217 ____________________________________________________________________________
24218 [ 18993] By: jhi                                   on 2003/03/16  15:20:38
24219         Log: Integrate:
24220              [ 18984]
24221              Subject: [patch ext/B/typemap] STRLEN T_UV
24222              From: Stas Bekman <stas@stason.org>
24223              Date: Fri, 14 Mar 2003 17:45:09 +1100
24224              Message-ID: <3E717A75.2060300@stason.org>
24225              
24226              [ 18985]
24227              Time::HiRes is a core module
24228              
24229              [ 18986]
24230              Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
24231              From: Enache Adrian <enache@rdslink.ro>
24232              Date: Fri, 14 Mar 2003 23:02:42 +0200
24233              Message-ID: <20030314210242.GA1159@ratsnest.hole>
24234              (with an added test)
24235              
24236              [ 18988]
24237              Needs PerlIO for :bytes.
24238              
24239              [ 18989]
24240              Make the :bytes conditional on PerlIO.
24241              
24242              [ 18990]
24243              Further potential pitfalls for the utf8 len/pos cache
24244              found by Inaba Hiroto.  No test cases, yet.
24245              
24246              [ 18991]
24247              Pod fix from Philip Newton.
24248              
24249              [ 18992]
24250              Better wording from Philip Newton.
24251      Branch: maint-5.8/perl
24252           !> ext/B/typemap ext/Encode/t/CJKT.t pod/perlfunc.pod regcomp.c
24253           !> t/comp/parser.t toke.c
24254 ____________________________________________________________________________
24255 [ 18992] By: jhi                                   on 2003/03/16  15:15:16
24256         Log: Better wording from Philip Newton.
24257      Branch: maint-5.8/perl
24258            ! pod/perldelta.pod
24259 ____________________________________________________________________________
24260 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
24261         Log: Pod fix from Philip Newton.
24262      Branch: perl
24263            ! pod/perlfunc.pod
24264 ____________________________________________________________________________
24265 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
24266         Log: Further potential pitfalls for the utf8 len/pos cache
24267              found by Inaba Hiroto.  No test cases, yet.
24268      Branch: perl
24269            ! regcomp.c
24270 ____________________________________________________________________________
24271 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
24272         Log: Make the :bytes conditional on PerlIO.
24273      Branch: perl
24274            ! ext/Encode/t/CJKT.t
24275 ____________________________________________________________________________
24276 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
24277         Log: Needs PerlIO for :bytes.
24278      Branch: perl
24279            ! ext/Encode/t/CJKT.t
24280 ____________________________________________________________________________
24281 [ 18987] By: jhi                                   on 2003/03/14  21:16:34
24282         Log: Warn only on unblessed pseudohashes.
24283      Branch: maint-5.8/perl
24284            ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av
24285 ____________________________________________________________________________
24286 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
24287         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
24288              From: Enache Adrian <enache@rdslink.ro>
24289              Date: Fri, 14 Mar 2003 23:02:42 +0200
24290              Message-ID: <20030314210242.GA1159@ratsnest.hole>
24291              (with an added test)
24292      Branch: perl
24293            ! t/comp/parser.t toke.c
24294 ____________________________________________________________________________
24295 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
24296         Log: Time::HiRes is a core module
24297      Branch: perl
24298            ! pod/perlfunc.pod
24299 ____________________________________________________________________________
24300 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
24301         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
24302              From: Stas Bekman <stas@stason.org>
24303              Date: Fri, 14 Mar 2003 17:45:09 +1100
24304              Message-ID: <3E717A75.2060300@stason.org>
24305      Branch: perl
24306            ! ext/B/typemap
24307 ____________________________________________________________________________
24308 [ 18983] By: jhi                                   on 2003/03/14  15:17:22
24309         Log: Integrate:
24310              [ 18982]
24311              Better pass in the $self for a method.
24312      Branch: maint-5.8/perl
24313           !> lib/File/Spec/Unix.pm
24314 ____________________________________________________________________________
24315 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
24316         Log: Better pass in the $self for a method.
24317      Branch: perl
24318            ! lib/File/Spec/Unix.pm
24319 ____________________________________________________________________________
24320 [ 18981] By: jhi                                   on 2003/03/14  13:45:24
24321         Log: Integrate:
24322              [ 18979]
24323              whichsig() really does return -1 for unknown signals.
24324              
24325              [ 18980]
24326              Cleanup the File::Spec tmpdir() implementations:
24327              now all the platforms specific modules call _tmpdir()
24328              (inherited from Unix.pm) with the list of platform
24329              specific list of temporary directories, and _tmpdir()
24330              then does the appropriate suitability checking.
24331      Branch: maint-5.8/perl
24332           !> lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
24333           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
24334           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
24335           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm mg.c
24336 ____________________________________________________________________________
24337 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
24338         Log: Cleanup the File::Spec tmpdir() implementations:
24339              now all the platforms specific modules call _tmpdir()
24340              (inherited from Unix.pm) with the list of platform
24341              specific list of temporary directories, and _tmpdir()
24342              then does the appropriate suitability checking.
24343      Branch: perl
24344            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
24345            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
24346            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
24347            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
24348 ____________________________________________________________________________
24349 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
24350         Log: whichsig() really does return -1 for unknown signals.
24351      Branch: perl
24352            ! mg.c
24353 ____________________________________________________________________________
24354 [ 18978] By: jhi                                   on 2003/03/14  10:52:06
24355         Log: Integrate; regen Configure et alia.
24356              [ 18962]
24357              Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
24358              From: "Craig A. Berry" <craigberry@mac.com>
24359              Date: Tue, 11 Mar 2003 21:29:31 -0600
24360              Message-ID: <3E6EA99B.9060902@mac.com>
24361              Patch by Scott Lepage (scott.lepage@hp.com)
24362              
24363              [ 18963]
24364              Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 
24365              From: Kurt Starsinic <kstar@cpan.org>
24366              Date: Mon, 10 Mar 2003 00:54:49 -0500
24367              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
24368              
24369              [ 18964]
24370              Skip the last test of Config.t on HP-UX.
24371              (This test should be skipped for every system that
24372              actually defines a negative signal number. Maybe that
24373              test should be removed, to be future-proof.)
24374              
24375              [ 18965]
24376              fix CJKT.t failures on windows due to incorrect binmode()
24377              
24378              [ 18966]
24379              another fix for failing test on windows ("use encoding" puts
24380              STDIN in :raw mode, so chomp() wasn't stripping the CR)
24381              
24382              [ 18967]
24383              Config.t wasn't getting the sig_num and sig_size relationship
24384              right, and therefore failed test#35 on windows
24385              
24386              note that config_h.SH documents that $sig_size does NOT include
24387              the final NULL in $sig_num!
24388              
24389              [ 18968]
24390              fix for switchC.t test#6 failure on windows
24391              
24392              [ 18969]
24393              Subject: [PATCH] Perldoc.pm tweak for VMS
24394              From: "Craig A. Berry" <craigberry@mac.com>
24395              Date: Thu, 13 Mar 2003 13:44:55 -0600
24396              Message-ID: <3E70DFB7.8070405@mac.com>
24397              
24398              [ 18970]
24399              Hopefully this works also in Win32.
24400              
24401              [ 18971]
24402              Signal issues.
24403              (1) Filter out negative signals.
24404              (2) Correct sig_num* and sig_name* descriptions.
24405              
24406              [ 18973]
24407              Since Configure does the signal name/number probe with awk
24408              based on the cpp results (not by really running code), testing
24409              for the signum value is not really helpful if we have runtime
24410              function calls (some signal numbers are dynamic, for example)
24411              (or other extra stuff where the signum value is expected).
24412              (Runtimeness also means that Configure cannot get these right,
24413              anyway.) Better filter in just the constant non-negative numbers.
24414              
24415              [ 18975]
24416              Make whichsig() to work also if some system defines
24417              zero signals (now -1 is the "not found").  Note that
24418              in couple of mg.c spots only whichsig() > 0 branches
24419              are taken because signal handlers et al don't make
24420              much sense for the zero signal.
24421              
24422              [ 18976]
24423              Subject: [PATCH] configure.com: sig_num, etc.
24424              From: "Craig A. Berry" <craigberry@mac.com>
24425              Date: Thu, 13 Mar 2003 21:38:19 -0600
24426              Message-ID: <3E714EAB.6030001@mac.com>
24427              
24428              [ 18977]
24429              Rework the @Config{/sig.*/} tests.
24430      Branch: maint-5.8/perl
24431            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24432            ! config_h.SH
24433           !> configure.com doio.c ext/Encode/t/CJKT.t
24434           !> ext/Encode/t/enc_module.t hv.c lib/Config.t lib/Pod/Perldoc.pm
24435           !> mg.c perl.c t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
24436 ____________________________________________________________________________
24437 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
24438         Log: Rework the @Config{/sig.*/} tests.
24439      Branch: perl
24440            ! lib/Config.t
24441 ____________________________________________________________________________
24442 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
24443         Log: Subject: [PATCH] configure.com: sig_num, etc.
24444              From: "Craig A. Berry" <craigberry@mac.com>
24445              Date: Thu, 13 Mar 2003 21:38:19 -0600
24446              Message-ID: <3E714EAB.6030001@mac.com>
24447      Branch: perl
24448            ! configure.com
24449 ____________________________________________________________________________
24450 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
24451         Log: Make whichsig() to work also if some system defines
24452              zero signals (now -1 is the "not found").  Note that
24453              in couple of mg.c spots only whichsig() > 0 branches
24454              are taken because signal handlers et al don't make
24455              much sense for the zero signal.
24456      Branch: perl
24457            ! doio.c mg.c
24458 ____________________________________________________________________________
24459 [ 18974] By: jhi                                   on 2003/03/14  10:28:27
24460         Log: metaconfig unit changes for #18973.
24461      Branch: metaconfig
24462            ! U/modified/Signal.U
24463 ____________________________________________________________________________
24464 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
24465         Log: Since Configure does the signal name/number probe with awk
24466              based on the cpp results (not by really running code), testing
24467              for the signum value is not really helpful if we have runtime
24468              function calls (some signal numbers are dynamic, for example)
24469              (or other extra stuff where the signum value is expected).
24470              (Runtimeness also means that Configure cannot get these right,
24471              anyway.) Better filter in just the constant non-negative numbers.
24472      Branch: perl
24473            ! Configure
24474 ____________________________________________________________________________
24475 [ 18972] By: jhi                                   on 2003/03/14  09:30:38
24476         Log: metaconfig unit changes for #18971; regen Glossary.patch.
24477      Branch: metaconfig
24478            ! U/Glossary.patch U/modified/Signal.U U/modified/sig_name.U
24479 ____________________________________________________________________________
24480 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
24481         Log: Signal issues.
24482              (1) Filter out negative signals.
24483              (2) Correct sig_num* and sig_name* descriptions.
24484      Branch: perl
24485            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24486            ! config_h.SH
24487 ____________________________________________________________________________
24488 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
24489         Log: Hopefully this works also in Win32.
24490      Branch: perl
24491            ! ext/Encode/t/CJKT.t
24492 ____________________________________________________________________________
24493 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
24494         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
24495              From: "Craig A. Berry" <craigberry@mac.com>
24496              Date: Thu, 13 Mar 2003 13:44:55 -0600
24497              Message-ID: <3E70DFB7.8070405@mac.com>
24498      Branch: perl
24499            ! lib/Pod/Perldoc.pm
24500 ____________________________________________________________________________
24501 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
24502         Log: fix for switchC.t test#6 failure on windows
24503      Branch: perl
24504            ! perl.c
24505 ____________________________________________________________________________
24506 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
24507         Log: Config.t wasn't getting the sig_num and sig_size relationship
24508              right, and therefore failed test#35 on windows
24509              
24510              note that config_h.SH documents that $sig_size does NOT include
24511              the final NULL in $sig_num!
24512      Branch: perl
24513            ! lib/Config.t
24514 ____________________________________________________________________________
24515 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
24516         Log: another fix for failing test on windows ("use encoding" puts
24517              STDIN in :raw mode, so chomp() wasn't stripping the CR)
24518      Branch: perl
24519            ! ext/Encode/t/enc_module.t
24520 ____________________________________________________________________________
24521 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
24522         Log: fix CJKT.t failures on windows due to incorrect binmode()
24523      Branch: perl
24524            ! ext/Encode/t/CJKT.t
24525 ____________________________________________________________________________
24526 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
24527         Log: Skip the last test of Config.t on HP-UX.
24528              (This test should be skipped for every system that
24529              actually defines a negative signal number. Maybe that
24530              test should be removed, to be future-proof.)
24531      Branch: perl
24532            ! lib/Config.t
24533 ____________________________________________________________________________
24534 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
24535         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 
24536              From: Kurt Starsinic <kstar@cpan.org>
24537              Date: Mon, 10 Mar 2003 00:54:49 -0500
24538              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
24539      Branch: perl
24540            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
24541 ____________________________________________________________________________
24542 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
24543         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
24544              From: "Craig A. Berry" <craigberry@mac.com>
24545              Date: Tue, 11 Mar 2003 21:29:31 -0600
24546              Message-ID: <3E6EA99B.9060902@mac.com>
24547              Patch by Scott Lepage (scott.lepage@hp.com)
24548      Branch: perl
24549            ! hv.c
24550 ____________________________________________________________________________
24551 [ 18961] By: jhi                                   on 2003/03/13  20:09:22
24552         Log: Integrate:
24553              [ 18954]
24554              Another finding by IRIX cc: non-void function
24555              sv_cat_decode() should return a value.
24556              
24557              [ 18955]
24558              File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
24559              was unset (the tests attempted to create files at the /)
24560              
24561              [ 18956]
24562              File::Spec: Do not fall back to '', use curdir instead.
24563              Note: Mac used to use cwd(), now curdir, slight change
24564              (relative vs. absolute).
24565              
24566              [ 18957]
24567              VOS nit from Paul Green.
24568              
24569              [ 18958]
24570              Trims slashes from the argument to rmdir(), likewise
24571              to what happens with rmdir(). Factorize the code in a
24572              local macro, TRIMSLASHES.
24573              
24574              [ 18959]
24575              Some more stdlib.h inclusions and change the gccversion
24576              test to use return (could have used that for all, sigh).
24577      Branch: maint-5.8/perl
24578           !> Configure lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
24579           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
24580           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pp_sys.c sv.c
24581           !> vos/configure_full_perl.sh
24582 ____________________________________________________________________________
24583 [ 18960] By: jhi                                   on 2003/03/13  20:06:39
24584         Log: metaconfig unit changes for #18959.
24585      Branch: metaconfig
24586            ! U/compline/d_sigaction.U
24587      Branch: metaconfig/U/perl
24588            ! gccvers.U uselfs.U
24589 ____________________________________________________________________________
24590 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
24591         Log: Some more stdlib.h inclusions and change the gccversion
24592              test to use return (could have used that for all, sigh).
24593      Branch: perl
24594            ! Configure
24595 ____________________________________________________________________________
24596 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
24597         Log: Trims slashes from the argument to rmdir(), likewise
24598              to what happens with rmdir(). Factorize the code in a
24599              local macro, TRIMSLASHES.
24600      Branch: perl
24601            ! pp_sys.c
24602 ____________________________________________________________________________
24603 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
24604         Log: VOS nit from Paul Green.
24605      Branch: perl
24606            ! vos/configure_full_perl.sh
24607 ____________________________________________________________________________
24608 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
24609         Log: File::Spec: Do not fall back to '', use curdir instead.
24610              Note: Mac used to use cwd(), now curdir, slight change
24611              (relative vs. absolute).
24612      Branch: perl
24613            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
24614            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
24615            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
24616 ____________________________________________________________________________
24617 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
24618         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
24619              was unset (the tests attempted to create files at the /)
24620      Branch: perl
24621            ! lib/File/Spec/Cygwin.pm
24622 ____________________________________________________________________________
24623 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
24624         Log: Another finding by IRIX cc: non-void function
24625              sv_cat_decode() should return a value.
24626      Branch: perl
24627            ! sv.c
24628 ____________________________________________________________________________
24629 [ 18953] By: jhi                                   on 2003/03/12  10:55:38
24630         Log: Integrate:
24631              [ 18950]
24632              Cygwin doesn't like initing the $0 mutex in perl_construct()
24633              (Too early? If inited there the pthread_mutex_init() returns
24634              an integer much too large be an errno), but initing the mutex
24635              later, in perl_alloc(), seems to be okay with Cygwin, and also
24636              with Linux.
24637      Branch: maint-5.8/perl
24638           !> perl.c
24639 ____________________________________________________________________________
24640 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
24641         Log: Integrate:
24642              [ 18949]
24643              pudge> never integrate anything from macos/
24644      Branch: perl
24645            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
24646            - macos/macperl.sym
24647           !> MANIFEST
24648 ____________________________________________________________________________
24649 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
24650         Log: Integrate:
24651              [ 18946]
24652              Integrate from maint-5.8/macperl:
24653              [ 18937]
24654              Various MacOS portability fixes for tests
24655              
24656              [ 18938]
24657              File::Spec::Unix method should be called on $self
24658              
24659              [ 18939]
24660              lib.pm:_get_dirs() should use $_[0], not $_
24661              
24662              [ 18940]
24663              Update MacOS for new configpm
24664              
24665              [ 18941]
24666              Update MacOS build
24667              Update Makefile for new source files,
24668              update test script, add additional symbol for APItest
24669      Branch: perl
24670           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
24671           +> macos/macperl.sym
24672           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
24673           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
24674           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
24675           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
24676           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
24677           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
24678 ____________________________________________________________________________
24679 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
24680         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
24681              (Too early? If inited there the pthread_mutex_init() returns
24682              an integer much too large be an errno), but initing the mutex
24683              later, in perl_alloc(), seems to be okay with Cygwin, and also
24684              with Linux.
24685      Branch: perl
24686            ! perl.c
24687 ____________________________________________________________________________
24688 [ 18949] By: jhi                                   on 2003/03/12  10:39:39
24689         Log: pudge> never integrate anything from macos/
24690      Branch: maint-5.8/perl
24691            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
24692            - macos/macperl.sym
24693            ! MANIFEST
24694 ____________________________________________________________________________
24695 [ 18948] By: jhi                                   on 2003/03/12  06:21:16
24696         Log: Integrate:
24697              [ 18935]
24698              WinCE tweaks from Vadim Konovalov.
24699              
24700              [ 18943]
24701              Tell how to possibly dodge 'Out of memory' errors.
24702              
24703              [ 18944]
24704              Ouch.  Missed one more, the void flags check (and exit() is void).
24705      Branch: maint-5.8/perl
24706           !> Configure perl.c perlio.c pod/perldiag.pod wince/Makefile.ce
24707 ____________________________________________________________________________
24708 [ 18947] By: jhi                                   on 2003/03/12  06:17:43
24709         Log: New files from #18946.
24710      Branch: maint-5.8/perl
24711            ! MANIFEST
24712 ____________________________________________________________________________
24713 [ 18946] By: jhi                                   on 2003/03/12  06:13:00
24714         Log: Integrate from maint-5.8/macperl:
24715              [ 18937]
24716              Various MacOS portability fixes for tests
24717              
24718              [ 18938]
24719              File::Spec::Unix method should be called on $self
24720              
24721              [ 18939]
24722              lib.pm:_get_dirs() should use $_[0], not $_
24723              
24724              [ 18940]
24725              Update MacOS for new configpm
24726              
24727              [ 18941]
24728              Update MacOS build
24729              Update Makefile for new source files,
24730              update test script, add additional symbol for APItest
24731      Branch: maint-5.8/perl
24732           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
24733           +> macos/macperl.sym
24734           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
24735           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
24736           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
24737           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
24738           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
24739           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
24740 ____________________________________________________________________________
24741 [ 18945] By: jhi                                   on 2003/03/12  06:01:15
24742         Log: metaconfig unit changes for #18944.
24743      Branch: metaconfig
24744            ! U/compline/d_sigsetjmp.U U/modified/voidflags.U
24745      Branch: metaconfig/U/perl
24746            ! gccvers.U
24747 ____________________________________________________________________________
24748 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
24749         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
24750      Branch: perl
24751            ! Configure
24752 ____________________________________________________________________________
24753 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
24754         Log: Tell how to possibly dodge 'Out of memory' errors.
24755      Branch: perl
24756            ! pod/perldiag.pod
24757 ____________________________________________________________________________
24758 [ 18942] By: pudge                                 on 2003/03/12  03:31:48
24759         Log: Integrate from maint-5.8/perl
24760      Branch: maint-5.8/macperl
24761           !> (integrate 50 files)
24762 ____________________________________________________________________________
24763 [ 18941] By: pudge                                 on 2003/03/12  03:19:52
24764         Log: Update MacOS build
24765              Update Makefile for new source files,
24766              update test script, add additional symbol for APItest
24767      Branch: maint-5.8/macperl
24768            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/macperl.sym
24769 ____________________________________________________________________________
24770 [ 18940] By: pudge                                 on 2003/03/12  03:18:38
24771         Log: Update MacOS for new configpm
24772      Branch: maint-5.8/macperl
24773            ! macos/configpm
24774 ____________________________________________________________________________
24775 [ 18939] By: pudge                                 on 2003/03/12  03:17:22
24776         Log: lib.pm:_get_dirs() should use $_[0], not $_
24777      Branch: maint-5.8/macperl
24778            ! lib/lib_pm.PL
24779 ____________________________________________________________________________
24780 [ 18938] By: pudge                                 on 2003/03/12  03:15:26
24781         Log: File::Spec::Unix method should be called on $self
24782      Branch: maint-5.8/macperl
24783            ! lib/File/Spec/Unix.pm
24784 ____________________________________________________________________________
24785 [ 18937] By: pudge                                 on 2003/03/12  03:14:23
24786         Log: Various MacOS portability fixes for tests
24787      Branch: maint-5.8/macperl
24788            ! ext/Digest/MD5/t/files.t ext/Filter/t/call.t
24789            ! ext/POSIX/t/taint.t lib/Unicode/Collate/t/index.t
24790            ! lib/Unicode/Collate/t/test.t lib/charnames.t t/io/crlf.t
24791            ! t/op/method.t t/op/mkdir.t t/op/recurse.t t/op/sprintf.t
24792            ! t/op/stat.t t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
24793 ____________________________________________________________________________
24794 [ 18936] By: pudge                                 on 2003/03/12  03:02:22
24795         Log: Integrate from maint-5.8/perl
24796      Branch: maint-5.8/macperl
24797           !> t/op/recurse.t t/op/sprintf.t
24798 ____________________________________________________________________________
24799 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
24800         Log: WinCE tweaks from Vadim Konovalov.
24801      Branch: perl
24802            ! perl.c perlio.c wince/Makefile.ce
24803 ____________________________________________________________________________
24804 [ 18934] By: jhi                                   on 2003/03/11  20:24:49
24805         Log: Integrate:
24806              [ 18932]
24807              Missed one.
24808      Branch: maint-5.8/perl
24809           !> Configure
24810 ____________________________________________________________________________
24811 [ 18933] By: jhi                                   on 2003/03/11  20:23:17
24812         Log: metaconfig unit change for #18932.
24813      Branch: metaconfig
24814            ! U/a_dvisory/intsize.U
24815 ____________________________________________________________________________
24816 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
24817         Log: Missed one.
24818      Branch: perl
24819            ! Configure
24820 ____________________________________________________________________________
24821 [ 18931] By: jhi                                   on 2003/03/11  20:18:23
24822         Log: Integrate:
24823              [ 18929]
24824              Single vs doublequoted context is important...
24825      Branch: maint-5.8/perl
24826           !> Configure
24827 ____________________________________________________________________________
24828 [ 18930] By: jhi                                   on 2003/03/11  20:16:12
24829         Log: metaconfig unit changes for #18929.
24830      Branch: metaconfig
24831            ! U/compline/charsize.U U/compline/doublesize.U
24832            ! U/compline/ptrsize.U
24833 ____________________________________________________________________________
24834 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
24835         Log: Single vs doublequoted context is important...
24836      Branch: perl
24837            ! Configure
24838 ____________________________________________________________________________
24839 [ 18928] By: jhi                                   on 2003/03/11  20:09:47
24840         Log: Integrate:
24841              [ 18923]
24842              Solaris cc wants prototype for exit(), so <stdlib.h> needed.
24843              
24844              [ 18925]
24845              Better setmode() prototype for cygwin.
24846              
24847              [ 18926]
24848              Questionable construct.
24849              
24850              [ 18927]
24851              """glob.*""" patch for VMS, from Peter Prymmer.
24852      Branch: maint-5.8/perl
24853           !> Configure perl.h pod/perltooc.pod vms/perlvms.pod vms/vms.c
24854 ____________________________________________________________________________
24855 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
24856         Log: """glob.*""" patch for VMS, from Peter Prymmer.
24857      Branch: perl
24858            ! vms/perlvms.pod vms/vms.c
24859 ____________________________________________________________________________
24860 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
24861         Log: Questionable construct.
24862      Branch: perl
24863            ! pod/perltooc.pod
24864 ____________________________________________________________________________
24865 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
24866         Log: Better setmode() prototype for cygwin.
24867      Branch: perl
24868            ! perl.h
24869 ____________________________________________________________________________
24870 [ 18924] By: jhi                                   on 2003/03/11  19:12:51
24871         Log: metaconfig unit changes for #18923.  The gccvers unit
24872              cannot have <stdlib.h>, though, because that would
24873              introduce a nasty dependency loop.
24874      Branch: metaconfig
24875            ! U/a_dvisory/intsize.U U/compline/charsize.U
24876            ! U/compline/d_casti32.U U/compline/d_castneg.U
24877            ! U/compline/d_sigsetjmp.U U/compline/doublesize.U
24878            ! U/compline/ptrsize.U U/compline/ssizetype.U
24879            ! U/modified/voidflags.U U/typedefs/gidsize.U
24880            ! U/typedefs/sizesize.U U/typedefs/uidsize.U
24881      Branch: metaconfig/U/perl
24882            ! d_u32align.U fpossize.U gccvers.U selectminbits.U
24883 ____________________________________________________________________________
24884 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
24885         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
24886      Branch: perl
24887            ! Configure
24888 ____________________________________________________________________________
24889 [ 18922] By: jhi                                   on 2003/03/11  18:20:53
24890         Log: Integrate:
24891              [ 18914]
24892              Try to handle hitting the heap/data limit in small systems.
24893              (One can simulate this with e.g. 32MB or 64MB datasize,
24894              use your shell's ulimit/limit/limits command.)
24895              
24896              [ 18915]
24897              Be more lax about the out of memory error message.
24898              
24899              [ 18916]
24900              Upgrade to Time-HiRes 1.43.
24901              
24902              [ 18917]
24903              Get rid of one Cygwin warning by introducing a prototype
24904              for the init_os_extras().  Since there is no header file
24905              in Perl specific to cygwin, use perl.h.
24906              
24907              [ 18918]
24908              Subject: [PATCH] io_sock.t
24909              From: Norton Allen <allen@huarp.harvard.edu>
24910              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
24911              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
24912              
24913              [ 18919]
24914              Uid_t and Gid_t can easily be shorts and one cannot
24915              pull shorts off the va_args, int is the shortest (ahem).
24916              
24917              [ 18920]
24918              No assertions in maint.
24919              
24920              [ 18921]
24921              The 0, in the assert_not_ROK() makes IRIX cc to worry
24922              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
24923              So make the macro to include the , and the non-gcc case empty.
24924      Branch: maint-5.8/perl
24925           !> README.qnx ext/IO/lib/IO/t/io_sock.t ext/Time/HiRes/Changes
24926           !> ext/Time/HiRes/HiRes.pm ext/Time/HiRes/Makefile.PL perl.h
24927           !> reentr.c reentr.pl sv.h t/op/recurse.t
24928 ____________________________________________________________________________
24929 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
24930         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
24931              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
24932              So make the macro to include the , and the non-gcc case empty.
24933      Branch: perl
24934            ! sv.h
24935 ____________________________________________________________________________
24936 [ 18920] By: jhi                                   on 2003/03/11  17:52:57
24937         Log: No assertions in maint.
24938      Branch: maint-5.8/perl
24939            ! intrpvar.h
24940 ____________________________________________________________________________
24941 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
24942         Log: Uid_t and Gid_t can easily be shorts and one cannot
24943              pull shorts off the va_args, int is the shortest (ahem).
24944      Branch: perl
24945            ! reentr.c reentr.pl
24946 ____________________________________________________________________________
24947 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
24948         Log: Subject: [PATCH] io_sock.t
24949              From: Norton Allen <allen@huarp.harvard.edu>
24950              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
24951              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
24952      Branch: perl
24953            ! README.qnx ext/IO/lib/IO/t/io_sock.t
24954 ____________________________________________________________________________
24955 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
24956         Log: Get rid of one Cygwin warning by introducing a prototype
24957              for the init_os_extras().  Since there is no header file
24958              in Perl specific to cygwin, use perl.h.
24959      Branch: perl
24960            ! perl.h
24961 ____________________________________________________________________________
24962 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
24963         Log: Upgrade to Time-HiRes 1.43.
24964      Branch: perl
24965            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24966            ! ext/Time/HiRes/Makefile.PL
24967 ____________________________________________________________________________
24968 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
24969         Log: Be more lax about the out of memory error message.
24970      Branch: perl
24971            ! t/op/recurse.t
24972 ____________________________________________________________________________
24973 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
24974         Log: Try to handle hitting the heap/data limit in small systems.
24975              (One can simulate this with e.g. 32MB or 64MB datasize,
24976              use your shell's ulimit/limit/limits command.)
24977      Branch: perl
24978            ! t/op/recurse.t
24979 ____________________________________________________________________________
24980 [ 18913] By: jhi                                   on 2003/03/11  08:02:22
24981         Log: Integrate:
24982              [ 18912]
24983              typo for utf8locale in #18907
24984      Branch: maint-5.8/perl
24985           !> sv.c
24986 ____________________________________________________________________________
24987 [ 18912] By: hv                                    on 2003/03/11  07:36:00
24988         Log: typo for utf8locale in #18907
24989      Branch: perl
24990            ! sv.c
24991 ____________________________________________________________________________
24992 [ 18911] By: jhi                                   on 2003/03/11  07:02:41
24993         Log: Integrate:
24994              [ 18888]
24995              Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
24996              From: Nicholas Clark <nick@unfortu.net>
24997              Date: Sun, 9 Mar 2003 21:24:46 +0000
24998              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
24999              
25000              [ 18889]
25001              Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
25002              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25003              Date: Fri, 07 Mar 2003 13:12:49 -0800
25004              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
25005              
25006              [ 18891]
25007              A new test, to check that signal numbers are actually positive,
25008              and that there is a consistent number of signals available.
25009              
25010              [ 18899]
25011              VMS has an extra \n at the end, and I assume Windows has \r\n.
25012              
25013              [ 18902]
25014              Patch from Craig Berry to resolve test failures in VMS.
25015              Will poke the Net::Ping author.
25016              
25017              [ 18903]
25018              A rejected hunk of #18902 reapplied.
25019              
25020              [ 18904]
25021              Subject: [PATCH] typos and other minor things
25022              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25023              Date: Mon, 10 Mar 2003 21:00:55 -0700
25024              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
25025              
25026              [ 18905]
25027              Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
25028              From: Stas Bekman <stas@stason.org>
25029              Date: Tue, 11 Mar 2003 17:09:02 +1100
25030              Message-ID: <3E6D7D7E.5000704@stason.org>
25031              
25032              [ 18906]
25033              Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
25034              
25035              [ 18907]
25036              Add missing intrpvar clonings to perl_clone.
25037              Also move the IDBassertion to the end since there's
25038              no particular reason to break bincompat for that.
25039              
25040              [ 18908]
25041              Missed some, cryptically.
25042              
25043              [ 18909]
25044              Upgrade to cperl-mode 5.0, from IlyaZ.
25045              
25046              [ 18910]
25047              Subject: [PATCH] clear PL_exitlist in perl_destruct
25048              From: "Craig A. Berry" <craigberry@mac.com>
25049              Date: Tue, 11 Mar 2003 00:34:39 -0600
25050              Message-ID: <3E6D837F.7000506@mac.com>
25051      Branch: maint-5.8/perl
25052           !> (integrate 39 files)
25053 ____________________________________________________________________________
25054 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
25055         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
25056              From: "Craig A. Berry" <craigberry@mac.com>
25057              Date: Tue, 11 Mar 2003 00:34:39 -0600
25058              Message-ID: <3E6D837F.7000506@mac.com>
25059      Branch: perl
25060            ! perl.c
25061 ____________________________________________________________________________
25062 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
25063         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
25064      Branch: perl
25065            ! emacs/cperl-mode.el
25066 ____________________________________________________________________________
25067 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
25068         Log: Missed some, cryptically.
25069      Branch: perl
25070            ! pod/perlfunc.pod
25071 ____________________________________________________________________________
25072 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
25073         Log: Add missing intrpvar clonings to perl_clone.
25074              Also move the IDBassertion to the end since there's
25075              no particular reason to break bincompat for that.
25076      Branch: perl
25077            ! intrpvar.h sv.c
25078 ____________________________________________________________________________
25079 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
25080         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
25081      Branch: perl
25082            ! intrpvar.h
25083 ____________________________________________________________________________
25084 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
25085         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
25086              From: Stas Bekman <stas@stason.org>
25087              Date: Tue, 11 Mar 2003 17:09:02 +1100
25088              Message-ID: <3E6D7D7E.5000704@stason.org>
25089      Branch: perl
25090            ! sv.c
25091 ____________________________________________________________________________
25092 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
25093         Log: Subject: [PATCH] typos and other minor things
25094              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25095              Date: Mon, 10 Mar 2003 21:00:55 -0700
25096              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
25097      Branch: perl
25098            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
25099            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
25100            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
25101            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
25102            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
25103            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
25104            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
25105            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
25106            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
25107 ____________________________________________________________________________
25108 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
25109         Log: A rejected hunk of #18902 reapplied.
25110      Branch: perl
25111            ! t/io/utf8.t
25112 ____________________________________________________________________________
25113 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
25114         Log: Patch from Craig Berry to resolve test failures in VMS.
25115              Will poke the Net::Ping author.
25116      Branch: perl
25117            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
25118            ! t/io/utf8.t t/op/magic.t
25119 ____________________________________________________________________________
25120 [ 18901] By: pudge                                 on 2003/03/11  04:00:40
25121         Log: Integrate from maint-5.8/perl
25122      Branch: maint-5.8/macperl
25123           +> (branch 46 files)
25124            - macos/config.h regen_headers.pl
25125            ! macos/MacPerlTests.cmd
25126           !> (integrate 479 files)
25127 ____________________________________________________________________________
25128 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
25129         Log: Integrate (by hand) change #18386 from maint-5.8
25130      Branch: perl
25131            ! t/op/split.t
25132 ____________________________________________________________________________
25133 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
25134         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
25135      Branch: perl
25136            ! t/run/switchC.t
25137 ____________________________________________________________________________
25138 [ 18898] By: jhi                                   on 2003/03/10  21:12:28
25139         Log: An old hunk mistakenly introduced by #18896.
25140      Branch: maint-5.8/perl
25141            ! perl.c
25142 ____________________________________________________________________________
25143 [ 18897] By: jhi                                   on 2003/03/10  21:11:03
25144         Log: A missing line.
25145      Branch: maint-5.8/perl
25146            ! t/pod/poderrs.xr
25147 ____________________________________________________________________________
25148 [ 18896] By: jhi                                   on 2003/03/10  21:01:14
25149         Log: Integrate:
25150              [ 18229]
25151              $0 mofifying part I
25152              
25153              Date: Sat, 30 Nov 2002 20:16:51 +0200
25154              From: Jarkko Hietaniemi <jhi@iki.fi>
25155              Subject: [PATCH] $0 modifying
25156              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
25157      Branch: maint-5.8/perl
25158           !> ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
25159           !> sv.c t/op/magic.t thread.h
25160 ____________________________________________________________________________
25161 [ 18895] By: jhi                                   on 2003/03/10  20:48:37
25162         Log: Avaunt!
25163      Branch: maint-5.8/perl
25164            ! MANIFEST
25165 ____________________________________________________________________________
25166 [ 18894] By: jhi                                   on 2003/03/10  20:41:02
25167         Log: Missing hunk from change #18830.
25168      Branch: maint-5.8/perl
25169            ! ext/B/t/deparse.t
25170 ____________________________________________________________________________
25171 [ 18893] By: jhi                                   on 2003/03/10  20:38:33
25172         Log: Integrate:
25173              [ 18298]
25174              Whitespace and indentation fix in the output of B::Debug.
25175      Branch: maint-5.8/perl
25176           !> ext/B/B/Debug.pm
25177 ____________________________________________________________________________
25178 [ 18892] By: jhi                                   on 2003/03/10  20:26:04
25179         Log: Missing hunk from change #18224.
25180      Branch: maint-5.8/perl
25181            ! lib/Pod/Checker.pm
25182 ____________________________________________________________________________
25183 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
25184         Log: A new test, to check that signal numbers are actually positive,
25185              and that there is a consistent number of signals available.
25186      Branch: perl
25187            ! lib/Config.t
25188 ____________________________________________________________________________
25189 [ 18890] By: jhi                                   on 2003/03/10  20:18:55
25190         Log: Integrate:
25191              [ 18224]
25192              Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
25193              and lib/Pod/t/utils.t to cater for simpler output text.
25194      Branch: maint-5.8/perl
25195           !> (integrate 27 files)
25196 ____________________________________________________________________________
25197 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
25198         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
25199              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25200              Date: Fri, 07 Mar 2003 13:12:49 -0800
25201              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
25202      Branch: perl
25203            ! mg.c pod/perldiag.pod t/op/tie.t
25204 ____________________________________________________________________________
25205 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
25206         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
25207              From: Nicholas Clark <nick@unfortu.net>
25208              Date: Sun, 9 Mar 2003 21:24:46 +0000
25209              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
25210      Branch: perl
25211            ! lib/Config.t
25212 ____________________________________________________________________________
25213 [ 18887] By: jhi                                   on 2003/03/10  19:32:10
25214         Log: Something is really wonky in the ext/MIME/Base64 between
25215              maint and blead... but this seems to bridge the remaining gap.
25216      Branch: maint-5.8/perl
25217            ! ext/MIME/Base64/Makefile.PL
25218 ____________________________________________________________________________
25219 [ 18886] By: jhi                                   on 2003/03/10  19:13:17
25220         Log: Fake reintegrate of #18651 (otherwise perforce didn't like me).
25221      Branch: maint-5.8/perl
25222           !> ext/MIME/Base64/Base64.xs
25223 ____________________________________________________________________________
25224 [ 18885] By: jhi                                   on 2003/03/10  19:04:15
25225         Log: Integrate:
25226              [ 18685]
25227              No, we don't really want the utility scripts.
25228      Branch: maint-5.8/perl
25229            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
25230            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
25231 ____________________________________________________________________________
25232 [ 18883] By: jhi                                   on 2003/03/10  18:54:19
25233         Log: Integrate:
25234              [ 18642]
25235              Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
25236              utility scripts?)
25237      Branch: maint-5.8/perl
25238           +> ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
25239           +> ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
25240           !> MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
25241           !> ext/MIME/Base64/Makefile.PL ext/MIME/Base64/QuotedPrint.pm
25242           !> ext/MIME/Base64/t/base64.t ext/MIME/Base64/t/quoted-print.t
25243 ____________________________________________________________________________
25244 [ 18882] By: jhi                                   on 2003/03/10  17:35:27
25245         Log: Integrate:
25246              [ 17832]
25247              Subject: Re: [PATCH] Correct/completes Overloading in XS mods
25248              From: John Peacock <jpeacock@rowman.com>
25249              Date: Sun, 01 Sep 2002 15:00:12 -0400
25250              Message-ID: <3D7263BC.9020608@rowman.com>
25251              
25252              [ 18472]
25253              Integrate perlio to mainline:
25254              [ 18240]
25255              Avoid eqtime() wiping the file (as suggested by 
25256              "Luis G. Uribe C." <GUribe@SoftHome.net>
25257              
25258              [ 18600]
25259              Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
25260              dumping (but now use SvPV_nolen).  (This change made an empty
25261              prototype to show up as "_" under -Uuseperlio.)
25262      Branch: maint-5.8/perl
25263           !> dump.c lib/ExtUtils/Command.pm lib/ExtUtils/xsubpp
25264           !> pod/perlxs.pod
25265 ____________________________________________________________________________
25266 [ 18881] By: jhi                                   on 2003/03/10  16:58:22
25267         Log: Integrate:
25268              [ 17842]
25269              printf argument mismatch in Perl_deb_stack_all() from change #17718
25270              
25271              [ 18456]
25272              Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
25273              From: Nicholas Clark <nick@unfortu.net>
25274              Date: Thu, 26 Dec 2002 21:16:27 +0000
25275              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
25276              
25277              [ 18643]
25278              Detypo.
25279      Branch: maint-5.8/perl
25280           !> cop.h deb.c doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c
25281           !> pad.c perl.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c
25282           !> universal.c utf8.c
25283 ____________________________________________________________________________
25284 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
25285         Log: Integrate from maint:
25286              [ 18428]
25287              Somehow I managed to get makefile.olds that didn't get cleaned away.
25288      Branch: perl
25289           !> Makefile.SH x2p/Makefile.SH
25290 ____________________________________________________________________________
25291 [ 18879] By: jhi                                   on 2003/03/10  11:51:01
25292         Log: Integrate:
25293              [ 18876]
25294              Comment fix.
25295      Branch: maint-5.8/perl
25296           !> t/io/utf8.t
25297 ____________________________________________________________________________
25298 [ 18878] By: jhi                                   on 2003/03/10  07:28:26
25299         Log: Integrate:
25300              [ 18836]
25301              Handle also extra directories et alia.
25302      Branch: maint-5.8/perl
25303           !> Porting/manicheck
25304 ____________________________________________________________________________
25305 [ 18877] By: jhi                                   on 2003/03/10  07:20:13
25306         Log: Integrate:
25307              [ 18873]
25308              Bunch of doc patches from Stas; plus regen.
25309              
25310              Subject: [doc patch] perl.c's pod api entry
25311              From: Stas Bekman <stas@stason.org>
25312              Date: Mon, 10 Mar 2003 12:35:52 +1100
25313              Message-ID: <3E6BEBF8.80402@stason.org>
25314              
25315              Subject: Re: [patch] perlguts.pod
25316              From: Stas Bekman <stas@stason.org>
25317              Date: Mon, 10 Mar 2003 12:38:57 +1100
25318              Message-ID: <3E6BECB1.7050009@stason.org>
25319              
25320              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
25321              From: Stas Bekman <stas@stason.org>
25322              Date: Mon, 10 Mar 2003 12:41:46 +1100
25323              Message-ID: <3E6BED5A.801@stason.org>
25324              
25325              Subject: Re: [patch] perlapi.pod fix
25326              From: Stas Bekman <stas@stason.org>
25327              Date: Mon, 10 Mar 2003 12:43:33 +1100
25328              Message-ID: <3E6BEDC5.6010405@stason.org>
25329              
25330              Subject: Re: [docs patch] replace gets() with fgets() in example
25331              From: Stas Bekman <stas@stason.org>
25332              Date: Mon, 10 Mar 2003 12:45:41 +1100
25333              Message-ID: <3E6BEE45.9030901@stason.org>
25334              
25335              Subject: [doc patch] perlrun.pod
25336              From: Stas Bekman <stas@stason.org>
25337              Date: Mon, 10 Mar 2003 14:49:59 +1100
25338              Message-ID: <3E6C0B67.4050606@stason.org>
25339              
25340              [ 18874]
25341              Subject: Re: Shared libperl.so and build issues
25342              From: Chip Turner <cturner@redhat.com>
25343              Date: 05 Jan 2003 10:35:40 -0500
25344              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
25345              
25346              [ 18875]
25347              Remove the foo-old files.
25348              
25349              [ 18876]
25350              Comment fix.
25351      Branch: maint-5.8/perl
25352           !> INSTALL ext/DynaLoader/DynaLoader_pm.PL handy.h opcode.pl
25353           !> perl.c pod/perlapi.pod pod/perlembed.pod pod/perlguts.pod
25354           !> pod/perlrun.pod
25355 ____________________________________________________________________________
25356 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
25357         Log: Comment fix.
25358      Branch: perl
25359            ! t/io/utf8.t
25360 ____________________________________________________________________________
25361 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
25362         Log: Remove the foo-old files.
25363      Branch: perl
25364            ! opcode.pl
25365 ____________________________________________________________________________
25366 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
25367         Log: Subject: Re: Shared libperl.so and build issues
25368              From: Chip Turner <cturner@redhat.com>
25369              Date: 05 Jan 2003 10:35:40 -0500
25370              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
25371      Branch: perl
25372            ! INSTALL
25373 ____________________________________________________________________________
25374 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
25375         Log: Bunch of doc patches from Stas; plus regen.
25376              
25377              Subject: [doc patch] perl.c's pod api entry
25378              From: Stas Bekman <stas@stason.org>
25379              Date: Mon, 10 Mar 2003 12:35:52 +1100
25380              Message-ID: <3E6BEBF8.80402@stason.org>
25381              
25382              Subject: Re: [patch] perlguts.pod
25383              From: Stas Bekman <stas@stason.org>
25384              Date: Mon, 10 Mar 2003 12:38:57 +1100
25385              Message-ID: <3E6BECB1.7050009@stason.org>
25386              
25387              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
25388              From: Stas Bekman <stas@stason.org>
25389              Date: Mon, 10 Mar 2003 12:41:46 +1100
25390              Message-ID: <3E6BED5A.801@stason.org>
25391              
25392              Subject: Re: [patch] perlapi.pod fix
25393              From: Stas Bekman <stas@stason.org>
25394              Date: Mon, 10 Mar 2003 12:43:33 +1100
25395              Message-ID: <3E6BEDC5.6010405@stason.org>
25396              
25397              Subject: Re: [docs patch] replace gets() with fgets() in example
25398              From: Stas Bekman <stas@stason.org>
25399              Date: Mon, 10 Mar 2003 12:45:41 +1100
25400              Message-ID: <3E6BEE45.9030901@stason.org>
25401              
25402              Subject: [doc patch] perlrun.pod
25403              From: Stas Bekman <stas@stason.org>
25404              Date: Mon, 10 Mar 2003 14:49:59 +1100
25405              Message-ID: <3E6C0B67.4050606@stason.org>
25406      Branch: perl
25407            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
25408            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
25409 ____________________________________________________________________________
25410 [ 18872] By: jhi                                   on 2003/03/09  20:43:09
25411         Log: Integrate (and regen_headers):
25412              [ 18867]
25413              Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
25414              
25415              [ 18868]
25416              Export the symbols from #18863; do not prototype (but export)
25417              Nick Clark's experimental COW functions.
25418              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
25419              a mess of Herculean proportions.  Someone should redesign and
25420              clean up the stables.
25421              
25422              [ 18869]
25423              Upgrade to Encode 1.91.
25424              
25425              [ 18870]
25426              I hate embed*.  Tell me what you know.
25427              
25428              [ 18871]
25429              Must not hide the protos, though.
25430      Branch: maint-5.8/perl
25431            ! embed.fnc embed.h embed.pl global.sym perlapi.c
25432            ! pod/perlapi.pod proto.h
25433           !> ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
25434           !> ext/Encode/Encode.xs ext/Encode/MANIFEST
25435           !> ext/Encode/encoding.pm ext/Encode/t/Mod_EUCJP.pm
25436           !> ext/Encode/t/enc_data.t ext/Encode/t/enc_module.t
25437 ____________________________________________________________________________
25438 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
25439         Log: Must not hide the protos, though.
25440      Branch: perl
25441            ! embed.pl proto.h
25442 ____________________________________________________________________________
25443 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
25444         Log: I hate embed*.  Tell me what you know.
25445      Branch: perl
25446            ! embed.fnc embed.h
25447 ____________________________________________________________________________
25448 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
25449         Log: Upgrade to Encode 1.91.
25450      Branch: perl
25451            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
25452            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
25453 ____________________________________________________________________________
25454 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
25455         Log: Export the symbols from #18863; do not prototype (but export)
25456              Nick Clark's experimental COW functions.
25457              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
25458              a mess of Herculean proportions.  Someone should redesign and
25459              clean up the stables.
25460      Branch: perl
25461            ! embed.fnc embed.pl global.sym proto.h
25462 ____________________________________________________________________________
25463 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
25464         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
25465      Branch: perl
25466            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
25467            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
25468            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
25469            ! ext/Encode/t/enc_module.t
25470 ____________________________________________________________________________
25471 [ 18866] By: jhi                                   on 2003/03/09  13:59:01
25472         Log: Integrate:
25473              [ 18851]
25474              regen_headers tiny tidying:
25475              - regen.pl renamed as regen_lib.pl
25476              - regen_headers.pl renamed as regen.pl
25477              - added make target 'regen' (kept target 'regen_headers'
25478              for porters' brains' backward compatibility)
25479              - regen.pl fancified a bit to display the names
25480              of the files that got changed by running the scripts
25481              
25482              [ 18852]
25483              Subject: [PATCH] long %ENV values for VMS
25484              From: "Craig A. Berry" <craigberry@mac.com>
25485              Date: Fri, 07 Mar 2003 13:49:50 -0600
25486              Message-ID: <3E68F7DE.8070603@mac.com>
25487              
25488              [ 18853]
25489              Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
25490              From: Richard Soderberg <perl@crystalflame.net>
25491              Date: Sat, 15 Feb 2003 01:27:17 -0500
25492              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
25493              
25494              [ 18854]
25495              Enache Adrian reads comments.
25496              
25497              [ 18855]
25498              Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
25499              From: Richard.Foley@ubsw.com
25500              Date: Fri, 21 Feb 2003 13:51:51 +0100
25501              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
25502              
25503              [ 18856]
25504              Add a B::COP::io() method, to return the cop_io field of COPs.
25505              Print it in B::Debug. Can be used later in B::Deparse to deparse
25506              the open pragma.
25507              
25508              [ 18857]
25509              From Inaba Hiroto: the UTF-8 length cache wasn't
25510              updated when fbm_compile() appended a "\n".
25511              
25512              [ 18858]
25513              From Inaba Hiroto: re_intuit_start set a value to
25514              PL_bostr before calling find_byclass when regexp has
25515              ROPT_UTF8 flag on. But right value for PL_bostr is set
25516              before re_intuit_start is called.  PL_regdata is always
25517              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
25518              can be deleted.                                 
25519              
25520              [ 18859]
25521              Adjust test count.
25522              
25523              [ 18860]
25524              Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
25525              From: Enache Adrian <enache@rdslink.ro>
25526              Date: Fri, 7 Mar 2003 00:12:03 +0200
25527              Message-ID: <20030306221203.GB13330@ratsnest.hole>
25528              
25529              [ 18861]
25530              Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
25531              From: Enache Adrian <enache@rdslink.ro>
25532              Date: Fri, 7 Mar 2003 23:28:37 +0200
25533              Message-ID: <20030307212837.GB765@ratsnest.hole>
25534              
25535              (and few more test cases from the thread)
25536              
25537              [ 18862]
25538              ... and add a test case for bug #20798
25539              
25540              [ 18863]
25541              At Sarathy's request restore the bin5005compat Perl_foo_sv()
25542              function stubs, should be helpful for really simple extensions.
25543              Undoes large parts of changes #16289 and #16290.
25544              
25545              [ 18864]
25546              Tru64: additional instructions for building a newer Berkeley DB.
25547              
25548              [ 18865]
25549              From Inaba Hiroto: DATA wasn't properly utf8ed
25550              under 'use encoding'.
25551      Branch: maint-5.8/perl
25552           +> ext/Encode/t/enc_data.t regen_lib.pl
25553            - regen_headers.pl
25554           !> (integrate 27 files)
25555 ____________________________________________________________________________
25556 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
25557         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
25558              under 'use encoding'.
25559      Branch: perl
25560            + ext/Encode/t/enc_data.t
25561            ! MANIFEST ext/Encode/MANIFEST toke.c
25562 ____________________________________________________________________________
25563 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
25564         Log: Tru64: additional instructions for building a newer Berkeley DB.
25565      Branch: perl
25566            ! README.tru64 hints/dec_osf.sh
25567 ____________________________________________________________________________
25568 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
25569         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
25570              function stubs, should be helpful for really simple extensions.
25571              Undoes large parts of changes #16289 and #16290.
25572      Branch: perl
25573            ! sv.c
25574 ____________________________________________________________________________
25575 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
25576         Log: ... and add a test case for bug #20798
25577      Branch: perl
25578            ! t/op/eval.t
25579 ____________________________________________________________________________
25580 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
25581         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
25582              From: Enache Adrian <enache@rdslink.ro>
25583              Date: Fri, 7 Mar 2003 23:28:37 +0200
25584              Message-ID: <20030307212837.GB765@ratsnest.hole>
25585              
25586              (and few more test cases from the thread)
25587      Branch: perl
25588            ! sv.c t/op/sprintf.t
25589 ____________________________________________________________________________
25590 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
25591         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
25592              From: Enache Adrian <enache@rdslink.ro>
25593              Date: Fri, 7 Mar 2003 00:12:03 +0200
25594              Message-ID: <20030306221203.GB13330@ratsnest.hole>
25595      Branch: perl
25596            ! op.c
25597 ____________________________________________________________________________
25598 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
25599         Log: Adjust test count.
25600      Branch: perl
25601            ! t/op/pat.t
25602 ____________________________________________________________________________
25603 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
25604         Log: From Inaba Hiroto: re_intuit_start set a value to
25605              PL_bostr before calling find_byclass when regexp has
25606              ROPT_UTF8 flag on. But right value for PL_bostr is set
25607              before re_intuit_start is called.  PL_regdata is always
25608              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
25609              can be deleted.                                 
25610      Branch: perl
25611            ! regexec.c t/op/pat.t
25612 ____________________________________________________________________________
25613 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
25614         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
25615              updated when fbm_compile() appended a "\n".
25616      Branch: perl
25617            ! t/op/pat.t util.c
25618 ____________________________________________________________________________
25619 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
25620         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
25621              Print it in B::Debug. Can be used later in B::Deparse to deparse
25622              the open pragma.
25623      Branch: perl
25624            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
25625 ____________________________________________________________________________
25626 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
25627         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
25628              From: Richard.Foley@ubsw.com
25629              Date: Fri, 21 Feb 2003 13:51:51 +0100
25630              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
25631      Branch: perl
25632            ! pod/perldebug.pod
25633 ____________________________________________________________________________
25634 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
25635         Log: Enache Adrian reads comments.
25636      Branch: perl
25637            ! perl.h
25638 ____________________________________________________________________________
25639 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
25640         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
25641              From: Richard Soderberg <perl@crystalflame.net>
25642              Date: Sat, 15 Feb 2003 01:27:17 -0500
25643              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
25644      Branch: perl
25645            ! ext/IO/lib/IO/Select.pm
25646 ____________________________________________________________________________
25647 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
25648         Log: Subject: [PATCH] long %ENV values for VMS
25649              From: "Craig A. Berry" <craigberry@mac.com>
25650              Date: Fri, 07 Mar 2003 13:49:50 -0600
25651              Message-ID: <3E68F7DE.8070603@mac.com>
25652      Branch: perl
25653            ! vms/vms.c
25654 ____________________________________________________________________________
25655 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
25656         Log: regen_headers tiny tidying:
25657              - regen.pl renamed as regen_lib.pl
25658              - regen_headers.pl renamed as regen.pl
25659              - added make target 'regen' (kept target 'regen_headers'
25660              for porters' brains' backward compatibility)
25661              - regen.pl fancified a bit to display the names
25662              of the files that got changed by running the scripts
25663      Branch: perl
25664            + regen_lib.pl
25665            - regen_headers.pl
25666            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
25667            ! keywords.pl opcode.pl regcomp.pl regen.pl
25668 ____________________________________________________________________________
25669 [ 18850] By: jhi                                   on 2003/03/07  20:38:51
25670         Log: Integrate (and regen Configure):
25671              [ 18825]
25672              Doc typos.
25673              
25674              [ 18826]
25675              Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
25676              The variant is from how List::Util Util.xs does it.
25677              
25678              [ 18830]
25679              Change #18829 makes this test workaround obsolete.
25680              
25681              [ 18831]
25682              Couple more _r possibilities (found in a RH 8.0 box), and
25683              the random() macros were all wrong.  (I don't know why
25684              metaconfig did so much reordering of config_h.SH.)
25685              
25686              [ 18833]
25687              Subject: [patch config_h.SH] redefining __attribute__
25688              From: Stas Bekman <stas@stason.org>
25689              Date: Thu, 06 Mar 2003 12:03:39 +1100
25690              Message-ID: <3E669E6B.1060606@stason.org>
25691              
25692              [ 18835]
25693              Add mani(fest) check(ing) utility.
25694              
25695              [ 18836]
25696              Handle also extra directories et alia.
25697              
25698              [ 18837]
25699              PERL_UNICODE explanation saga continues.
25700              
25701              [ 18838]
25702              Thinko fix.
25703              
25704              [ 18839]
25705              Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
25706              From: "Craig A. Berry" <craigberry@mac.com>
25707              Date: Thu, 06 Mar 2003 10:42:05 -0600
25708              Message-ID: <3E677A5D.10805@mac.com>
25709              
25710              [ 18840]
25711              Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
25712              From: Enache Adrian <enache@rdslink.ro>
25713              Date: Wed, 5 Mar 2003 12:06:20 +0200
25714              Message-ID: <20030305100620.GA909@ratsnest.hole>
25715              
25716              [ 18841]
25717              Subject: Re: [perl #20682] [fix] @- array not visible in s///
25718              From: Enache Adrian <enache@rdslink.ro>
25719              Date: Sun, 2 Mar 2003 06:05:22 +0200
25720              Message-ID: <20030302040522.GB4905@ratsnest.hole>
25721              
25722              [ 18842]
25723              Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
25724              From: "Jos I. Boumans" <kane@dwim.org>
25725              Date: Fri, 21 Feb 2003 20:33:53 +0100
25726              Message-ID: <3E567F21.6020006@dwim.org>
25727              (with some minor tweaks)
25728              
25729              [ 18844]
25730              Good observation from Philip Newton.
25731              
25732              [ 18845]
25733              Define the Perl_pp_i_modulo_1() only iff we have glibc.
25734              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
25735              in non-glibc case", from Craig Berry)
25736              
25737              [ 18846]
25738              Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
25739              From: Kay Roepke <kay@dolphin-services.de>
25740              Date: Thu, 06 Mar 2003 23:00:10 +0100
25741              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
25742              
25743              (plus change the d_gethostbyaddr_r_proto default to "0",
25744              that is what an undefined r_proto looks like)
25745              
25746              [ 18847]
25747              Extra character noticed by Tels.
25748              
25749              [ 18848]
25750              Give pointers to runtime Unicode changes.
25751      Branch: maint-5.8/perl
25752           +> Porting/manicheck
25753            ! Configure config_h.SH
25754           !> (integrate 28 files)
25755 ____________________________________________________________________________
25756 [ 18849] By: nick                                  on 2003/03/07  11:45:28
25757         Log: Integrate mainline
25758      Branch: perlio
25759           +> Porting/manicheck Porting/p4d2p ext/Encode/t/Mod_EUCJP.pm
25760           +> ext/Encode/t/enc_module.enc ext/Encode/t/enc_module.t
25761           +> lib/assertions.pm lib/assertions/activate.pm
25762           +> t/comp/assertions.t t/op/localref.t t/run/switchC.t
25763           +> t/run/switch_A.t t/uni/write.t
25764           !> (integrate 202 files)
25765 ____________________________________________________________________________
25766 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
25767         Log: Give pointers to runtime Unicode changes.
25768      Branch: perl
25769            ! pod/perlrun.pod pod/perlvar.pod
25770 ____________________________________________________________________________
25771 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
25772         Log: Extra character noticed by Tels.
25773      Branch: perl
25774            ! MANIFEST
25775 ____________________________________________________________________________
25776 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
25777         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
25778              From: Kay Roepke <kay@dolphin-services.de>
25779              Date: Thu, 06 Mar 2003 23:00:10 +0100
25780              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
25781              
25782              (plus change the d_gethostbyaddr_r_proto default to "0",
25783              that is what an undefined r_proto looks like)
25784      Branch: perl
25785            ! hints/freebsd.sh
25786 ____________________________________________________________________________
25787 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
25788         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
25789              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
25790              in non-glibc case", from Craig Berry)
25791      Branch: perl
25792            ! pp.c
25793 ____________________________________________________________________________
25794 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
25795         Log: Good observation from Philip Newton.
25796      Branch: perl
25797            ! pod/perlrun.pod
25798 ____________________________________________________________________________
25799 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
25800         Log: Make the -A switch work without an assertion name.
25801              by Salvador Fandiño.
25802      Branch: perl
25803            ! perl.c t/run/switch_A.t
25804 ____________________________________________________________________________
25805 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
25806         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
25807              From: "Jos I. Boumans" <kane@dwim.org>
25808              Date: Fri, 21 Feb 2003 20:33:53 +0100
25809              Message-ID: <3E567F21.6020006@dwim.org>
25810              (with some minor tweaks)
25811      Branch: perl
25812            ! pod/perlmodstyle.pod
25813 ____________________________________________________________________________
25814 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
25815         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
25816              From: Enache Adrian <enache@rdslink.ro>
25817              Date: Sun, 2 Mar 2003 06:05:22 +0200
25818              Message-ID: <20030302040522.GB4905@ratsnest.hole>
25819      Branch: perl
25820            ! t/op/subst.t
25821 ____________________________________________________________________________
25822 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
25823         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
25824              From: Enache Adrian <enache@rdslink.ro>
25825              Date: Wed, 5 Mar 2003 12:06:20 +0200
25826              Message-ID: <20030305100620.GA909@ratsnest.hole>
25827      Branch: perl
25828            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
25829            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
25830 ____________________________________________________________________________
25831 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
25832         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
25833              From: "Craig A. Berry" <craigberry@mac.com>
25834              Date: Thu, 06 Mar 2003 10:42:05 -0600
25835              Message-ID: <3E677A5D.10805@mac.com>
25836      Branch: perl
25837            ! mg.c
25838 ____________________________________________________________________________
25839 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
25840         Log: Thinko fix.
25841      Branch: perl
25842            ! Porting/findrfuncs
25843 ____________________________________________________________________________
25844 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
25845         Log: PERL_UNICODE explanation saga continues.
25846      Branch: perl
25847            ! pod/perlrun.pod
25848 ____________________________________________________________________________
25849 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
25850         Log: Handle also extra directories et alia.
25851      Branch: perl
25852            ! Porting/manicheck
25853 ____________________________________________________________________________
25854 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
25855         Log: Add mani(fest) check(ing) utility.
25856      Branch: perl
25857            + Porting/manicheck
25858            ! MANIFEST
25859 ____________________________________________________________________________
25860 [ 18834] By: jhi                                   on 2003/03/06  05:36:36
25861         Log: metaconfig unit change for #18833.
25862      Branch: metaconfig
25863            + U/modified/d_attribut.U
25864 ____________________________________________________________________________
25865 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
25866         Log: Subject: [patch config_h.SH] redefining __attribute__
25867              From: Stas Bekman <stas@stason.org>
25868              Date: Thu, 06 Mar 2003 12:03:39 +1100
25869              Message-ID: <3E669E6B.1060606@stason.org>
25870      Branch: perl
25871            ! Configure NetWare/config_H.wc Porting/config.sh
25872            ! Porting/config_H config_h.SH plan9/config.plan9
25873            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
25874            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
25875 ____________________________________________________________________________
25876 [ 18832] By: jhi                                   on 2003/03/05  19:57:44
25877         Log: Metaconfig unit changes for #18831 (most just Copyright
25878              bumpages, but get{host,net}byaddr and random_r units did
25879              get real updates.)
25880      Branch: metaconfig
25881            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
25882            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
25883            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
25884            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
25885            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
25886            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
25887            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
25888            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
25889            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
25890            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
25891            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
25892            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
25893            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
25894            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
25895            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
25896            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
25897            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
25898            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
25899            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
25900            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
25901            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
25902            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
25903            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
25904            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
25905 ____________________________________________________________________________
25906 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
25907         Log: Couple more _r possibilities (found in a RH 8.0 box), and
25908              the random() macros were all wrong.  (I don't know why
25909              metaconfig did so much reordering of config_h.SH.)
25910      Branch: perl
25911            ! Configure config_h.SH reentr.h reentr.pl
25912 ____________________________________________________________________________
25913 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
25914         Log: Change #18829 makes this test workaround obsolete.
25915      Branch: perl
25916            ! ext/B/t/deparse.t
25917 ____________________________________________________________________________
25918 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
25919         Log: Patch by Salvador Fandiño to read the warning mask
25920              returned by caller() and ${^WARNING_BITS} from
25921              $warnings::Bits{all} and not from the hardcoded core
25922              constant. (This mask could have been extended by
25923              warnings::register.) Plus tests.
25924      Branch: perl
25925            ! mg.c pp_ctl.c t/op/caller.t
25926 ____________________________________________________________________________
25927 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
25928         Log: Subject: [PATCH] assertions
25929              From: Salvador Fandiño <sfandino@yahoo.com>
25930              Date: Fri, 21 Feb 2003 17:26:16 +0000
25931              Message-ID: <3E566138.4090709@yahoo.com>
25932              and the complement : (with added comments)
25933              Subject: [PATCH] bug in ext/B/t/deparse.t
25934              Message-ID: <3E563E16.7060303@yahoo.com>
25935              plus perldiag.pod patch for the new warning
25936              (previous change was, once again, empty)
25937      Branch: perl
25938            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
25939            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
25940            ! pod/perldiag.pod warnings.h warnings.pl
25941 ____________________________________________________________________________
25942 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
25943         Log: Subject: [PATCH] assertions
25944              From: Salvador Fandiño <sfandino@yahoo.com>
25945              Date: Fri, 21 Feb 2003 17:26:16 +0000
25946              Message-ID: <3E566138.4090709@yahoo.com>
25947              and the complement : (with added comments)
25948              Subject: [PATCH] bug in ext/B/t/deparse.t
25949              Message-ID: <3E563E16.7060303@yahoo.com>
25950              plus perldiag.pod patch for the new warning
25951      Branch: perl
25952            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
25953            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
25954            ! pod/perldiag.pod warnings.h warnings.pl
25955 ____________________________________________________________________________
25956 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
25957         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
25958              The variant is from how List::Util Util.xs does it.
25959      Branch: perl
25960            ! ext/Devel/PPPort/PPPort.pm
25961 ____________________________________________________________________________
25962 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
25963         Log: Doc typos.
25964      Branch: perl
25965            ! lib/File/Find.pm
25966 ____________________________________________________________________________
25967 [ 18824] By: jhi                                   on 2003/03/04  05:39:18
25968         Log: Integrate:
25969              [ 18816]
25970              Upgrade to Encode 1.89.  The enc_module.t required
25971              a little tweak, sending that to Dan.
25972              
25973              [ 18817]
25974              Upgrade to Unicode::Normalize 0.20.
25975              
25976              [ 18818]
25977              Sync with libnet-1.13
25978              
25979              [ 18819]
25980              Further clarification on PERL_UNICODE's semantics.
25981              
25982              [ 18820]
25983              Fixes bug #15654 bizarre constant mangling in 5.8.0
25984              What happened was that a constant was freed, the pad released but
25985              the pad slot still held the SV, when pad slot was reallocated
25986              to be a target for a stringify, it did a sv_setpv on the target
25987              and the original SV was wiped out. When this SV was later on
25988              to new places using the constant, they got the wrong value.
25989              By replacing pad_free with pad_swipe for these cases, we
25990              won't have such a problem. (pad_swipe also removes the
25991              pointer to the original SV).
25992              
25993              [ 18821]
25994              Can't test this without PerlIO.
25995              
25996              [ 18822]
25997              Subject: Re: [perl #21395] rcatline doesn't grok utf8
25998              From: Enache Adrian <enache@rdslink.ro>
25999              Date: Sun, 2 Mar 2003 05:43:54 +0200
26000              Message-ID: <20030302034354.GA4905@ratsnest.hole>
26001              
26002              [ 18823]
26003              Try to give rcatline() a good jog on Unicode.
26004      Branch: maint-5.8/perl
26005           +> ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
26006           +> ext/Encode/t/enc_module.t
26007           !> (integrate 29 files)
26008 ____________________________________________________________________________
26009 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
26010         Log: Try to give rcatline() a good jog on Unicode.
26011      Branch: perl
26012            ! t/io/utf8.t
26013 ____________________________________________________________________________
26014 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
26015         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
26016              From: Enache Adrian <enache@rdslink.ro>
26017              Date: Sun, 2 Mar 2003 05:43:54 +0200
26018              Message-ID: <20030302034354.GA4905@ratsnest.hole>
26019      Branch: perl
26020            ! sv.c t/io/utf8.t
26021 ____________________________________________________________________________
26022 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
26023         Log: Can't test this without PerlIO.
26024      Branch: perl
26025            ! t/uni/write.t
26026 ____________________________________________________________________________
26027 [ 18820] By: sky                                   on 2003/03/04  01:01:07
26028         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
26029              What happened was that a constant was freed, the pad released but
26030              the pad slot still held the SV, when pad slot was reallocated
26031              to be a target for a stringify, it did a sv_setpv on the target
26032              and the original SV was wiped out. When this SV was later on
26033              to new places using the constant, they got the wrong value.
26034              By replacing pad_free with pad_swipe for these cases, we
26035              won't have such a problem. (pad_swipe also removes the
26036              pointer to the original SV).
26037      Branch: perl
26038            ! op.c
26039 ____________________________________________________________________________
26040 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
26041         Log: Further clarification on PERL_UNICODE's semantics.
26042      Branch: perl
26043            ! pod/perlrun.pod
26044 ____________________________________________________________________________
26045 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
26046         Log: Sync with libnet-1.13
26047      Branch: perl
26048            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
26049            ! lib/Net/POP3.pm lib/Net/SMTP.pm
26050 ____________________________________________________________________________
26051 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
26052         Log: Upgrade to Unicode::Normalize 0.20.
26053      Branch: perl
26054            ! ext/Unicode/Normalize/Changes
26055            ! ext/Unicode/Normalize/Normalize.pm
26056            ! ext/Unicode/Normalize/Normalize.xs
26057            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
26058            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
26059            ! ext/Unicode/Normalize/t/test.t
26060 ____________________________________________________________________________
26061 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
26062         Log: Upgrade to Encode 1.89.  The enc_module.t required
26063              a little tweak, sending that to Dan.
26064      Branch: perl
26065            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
26066            + ext/Encode/t/enc_module.t
26067            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
26068            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
26069            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
26070            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
26071            ! ext/Encode/ucm/viscii.ucm
26072 ____________________________________________________________________________
26073 [ 18815] By: jhi                                   on 2003/03/03  05:43:25
26074         Log: Integrate:
26075              [ 18813]
26076              Use a macro for abs() to avoid the possible truncation to an int;
26077              also make an explicit (double)cast for the arguments to fabs().
26078      Branch: maint-5.8/perl
26079           !> perl.h pp.c sv.c
26080 ____________________________________________________________________________
26081 [ 18814] By: jhi                                   on 2003/03/03  05:37:43
26082         Log: Integrate:
26083              [ 18749]
26084              Subject: [PATCH] Make adding notes to patchlevel.h easier
26085              From: andreas.koenig@anima.de (Andreas J. Koenig)
26086              Date: Tue, 18 Feb 2003 11:48:40 +0100
26087              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
26088              
26089              [ 18809]
26090              Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
26091              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
26092              Date: 15 Feb 2003 00:21:41 -0000
26093              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
26094              
26095              [ 18810]
26096              Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
26097              From: Richard Soderberg <perl@crystalflame.net>
26098              Date: Sat, 15 Feb 2003 01:27:21 -0500
26099              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
26100              
26101              [ 18811]
26102              Subject: [perl #21289] [Fwd: IPC::Msg bug report]
26103              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
26104              Date: 18 Feb 2003 21:05:15 -0000
26105              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
26106              
26107              [ 18812]
26108              Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
26109              From: andreas.koenig@anima.de (Andreas J. Koenig)
26110              Date: Wed, 19 Feb 2003 11:05:28 +0100
26111              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
26112      Branch: maint-5.8/perl
26113           !> ext/IPC/SysV/Msg.pm lib/File/Basename.pm lib/File/Find.pm
26114           !> patchlevel.h
26115 ____________________________________________________________________________
26116 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
26117         Log: Use a macro for abs() to avoid the possible truncation to an int;
26118              also make an explicit (double)cast for the arguments to fabs().
26119      Branch: perl
26120            ! perl.h pp.c sv.c util.c
26121 ____________________________________________________________________________
26122 [ 18812] By: hv                                    on 2003/03/02  22:36:05
26123         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
26124              From: andreas.koenig@anima.de (Andreas J. Koenig)
26125              Date: Wed, 19 Feb 2003 11:05:28 +0100
26126              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
26127      Branch: perl
26128            ! patchlevel.h
26129 ____________________________________________________________________________
26130 [ 18811] By: hv                                    on 2003/03/02  22:30:50
26131         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
26132              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
26133              Date: 18 Feb 2003 21:05:15 -0000
26134              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
26135      Branch: perl
26136            ! ext/IPC/SysV/Msg.pm
26137 ____________________________________________________________________________
26138 [ 18810] By: hv                                    on 2003/03/02  21:59:10
26139         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
26140              From: Richard Soderberg <perl@crystalflame.net>
26141              Date: Sat, 15 Feb 2003 01:27:21 -0500
26142              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
26143      Branch: perl
26144            ! lib/File/Basename.pm
26145 ____________________________________________________________________________
26146 [ 18809] By: hv                                    on 2003/03/02  21:54:53
26147         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
26148              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
26149              Date: 15 Feb 2003 00:21:41 -0000
26150              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
26151      Branch: perl
26152            ! lib/File/Find.pm
26153 ____________________________________________________________________________
26154 [ 18808] By: jhi                                   on 2003/03/02  21:29:38
26155         Log: Integrate:
26156              [ 18805]
26157              Subject: Re: [perl #21411] [fix] Postponed RE with split()
26158              From: Enache Adrian <enache@rdslink.ro>
26159              Date: Sun, 2 Mar 2003 10:11:27 +0200
26160              Message-ID: <20030302081127.GA10782@ratsnest.hole>
26161              
26162              [ 18807]
26163              Reverse copyright update (#18801) for files not changed in 2003.
26164      Branch: maint-5.8/perl
26165           !> (integrate 50 files)
26166 ____________________________________________________________________________
26167 [ 18807] By: hv                                    on 2003/03/02  21:22:56
26168         Log: Reverse copyright update (#18801) for files not changed in 2003.
26169      Branch: perl
26170            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
26171            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
26172            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
26173            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
26174            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
26175            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
26176            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
26177            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
26178 ____________________________________________________________________________
26179 [ 18806] By: jhi                                   on 2003/03/02  18:14:21
26180         Log: Subject: perl5db.pl patch against missing args destroying pre-post command setups
26181              From: Richard.Foley@ubsw.com
26182              Date: Wed, 19 Feb 2003 10:20:33 +0100
26183      Branch: maint-5.8/perl
26184            ! lib/perl5db.pl
26185 ____________________________________________________________________________
26186 [ 18805] By: hv                                    on 2003/03/02  16:29:28
26187         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
26188              From: Enache Adrian <enache@rdslink.ro>
26189              Date: Sun, 2 Mar 2003 10:11:27 +0200
26190              Message-ID: <20030302081127.GA10782@ratsnest.hole>
26191      Branch: perl
26192            ! pp.c t/op/pat.t
26193 ____________________________________________________________________________
26194 [ 18804] By: jhi                                   on 2003/03/02  16:22:35
26195         Log: Integrate:
26196              [ 18784]
26197              An already fixed bug from perl-unicode.
26198              
26199              [ 18785]
26200              Subject: Re: [PATCH] Re: format, PerlIO and utf8
26201              From: Inaba Hiroto <inaba@st.rim.or.jp>
26202              Date: Mon, 10 Feb 2003 00:04:51 +0900
26203              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
26204              
26205              [ 18794]
26206              Further Unicode formats patching from Inaba Hiroto.
26207              
26208              [ 18797]
26209              Patch for [perl #9402], known also as "glibc _moddi3 bug
26210              with negative quads", or also as RedHat bug #65612.
26211              
26212              [ 18798]
26213              Go with "right = -right" for greater portability, some platforms
26214              might require llabs() to get abs() of long longs.
26215              
26216              [ 18799]
26217              The -CI cannot be easily tested under UTF-8 locale with
26218              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
26219              Also other small tweaks in the -C neighbourhood.
26220              
26221              [ 18801]
26222              Update all copyrights to 2003, from Jarkko
26223              
26224              [ 18802]
26225              Narrow down the -C test skippage.
26226              
26227              [ 18803]
26228              Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
26229              From: "Anders Johnson" <ajohnson@wischip.com>
26230              Date: Mon, 10 Feb 2003 14:09:46 -0800
26231              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
26232      Branch: maint-5.8/perl
26233           +> t/uni/write.t
26234           !> (integrate 101 files)
26235 ____________________________________________________________________________
26236 [ 18803] By: hv                                    on 2003/03/02  16:12:34
26237         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
26238              From: "Anders Johnson" <ajohnson@wischip.com>
26239              Date: Mon, 10 Feb 2003 14:09:46 -0800
26240              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
26241      Branch: perl
26242            ! mg.c t/op/magic.t
26243 ____________________________________________________________________________
26244 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
26245         Log: Narrow down the -C test skippage.
26246      Branch: perl
26247            ! t/run/switchC.t
26248 ____________________________________________________________________________
26249 [ 18801] By: hv                                    on 2003/03/02  15:24:22
26250         Log: Update all copyrights to 2003, from Jarkko
26251      Branch: perl
26252            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
26253            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
26254            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
26255            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
26256            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
26257            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
26258            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
26259            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
26260            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
26261            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
26262            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
26263            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
26264            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
26265            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
26266            ! x2p/util.h x2p/walk.c xsutils.c
26267 ____________________________________________________________________________
26268 [ 18800] By: hv                                    on 2003/03/02  15:16:38
26269         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
26270              From: Richard.Foley@ubsw.com
26271              Date: Wed, 19 Feb 2003 13:24:38 +0100
26272              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
26273      Branch: perl
26274            ! lib/perl5db.pl
26275 ____________________________________________________________________________
26276 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
26277         Log: The -CI cannot be easily tested under UTF-8 locale with
26278              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
26279              Also other small tweaks in the -C neighbourhood.
26280      Branch: perl
26281            ! perl.c perl.h t/run/switchC.t util.c
26282 ____________________________________________________________________________
26283 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
26284         Log: Go with "right = -right" for greater portability, some platforms
26285              might require llabs() to get abs() of long longs.
26286      Branch: perl
26287            ! pp.c
26288 ____________________________________________________________________________
26289 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
26290         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
26291              with negative quads", or also as RedHat bug #65612.
26292      Branch: perl
26293            ! pp.c
26294 ____________________________________________________________________________
26295 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
26296         Log: Forgotten from change #18795.
26297      Branch: perl
26298            ! global.sym
26299 ____________________________________________________________________________
26300 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
26301         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
26302              From: Abe Timmerman <abe@ztreet.demon.nl>
26303              Date: Sun, 2 Mar 2003 02:03:16 +0100
26304              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
26305      Branch: perl
26306            ! embed.fnc embed.h makedef.pl
26307 ____________________________________________________________________________
26308 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
26309         Log: Further Unicode formats patching from Inaba Hiroto.
26310      Branch: perl
26311            + t/uni/write.t
26312            ! MANIFEST pp_ctl.c
26313 ____________________________________________________________________________
26314 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
26315         Log: Integrate change #18788 from maint.
26316      Branch: perl
26317           !> perl.h
26318 ____________________________________________________________________________
26319 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
26320         Log: Subject: [PATCH] Get MSWin32 back compiling
26321              From: Abe Timmerman <abe@ztreet.demon.nl>
26322              Date: Sat, 1 Mar 2003 04:31:19 +0100
26323              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
26324      Branch: perl
26325            ! embed.fnc embed.h global.sym makedef.pl
26326 ____________________________________________________________________________
26327 [ 18791] By: jhi                                   on 2003/02/28  20:05:43
26328         Log: More lexical patches merged by Dave Mitchell.
26329              
26330              18048   PL_curpad == AvARRAY(PL_comppad) always
26331              18142   Re: threads and Win2000 (ithread cloning prob fix)
26332              18220   allow evals to see the full lexical scope
26333              18307   lexical "my" variables not visible in debugger "x" command
26334              18528   [PATCH pp_ctl.c] silence warning
26335              18223   SvFAKE lexicals in scope for all of the sub
26336              18302   Proper fix for CvOUTSIDE weak refcounting
26337              18571   Re: difference between my and our before introduction
26338      Branch: maint-5.8/perl
26339            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
26340            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
26341            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/Devel/Peek/Peek.t
26342            ! ext/List/Util/Util.xs op.c pad.c pad.h perl.c pod/perlapi.pod
26343            ! pod/perlfunc.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
26344            ! scope.c scope.h sv.c sv.h t/comp/our.t t/op/closure.t
26345            ! t/op/eval.t toke.c
26346 ____________________________________________________________________________
26347 [ 18790] By: jhi                                   on 2003/02/28  06:34:27
26348         Log: The Great Pad Run of '02
26349              
26350              18577   move pad.c warnings to different test file
26351              18516   microperl update. (reapplied those bits which ref pad.[ch])
26352              18311   [jhi@iki.fi: enums are not nums]
26353              18277   VMS build update (reapplied those bits which ref pad.[ch])
26354              18012   #18005 was not enough
26355              18006   Re: closure failures (interm fix for pad_new using SAVECOMMPAD())
26356              18005   Building bleadperl (minperl) fails completely under VC7
26357              17975   'Non ANSI feature detection
26358              17953   [PATCH pad.c,h] move all pad-related code to its own src file
26359              
26360              Again, from Dave Mitchell.
26361      Branch: maint-5.8/perl
26362            + pad.c pad.h t/lib/warnings/pad
26363            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
26364            ! embed.fnc embed.h ext/B/B.xs ext/Devel/Peek/Peek.t op.c op.h
26365            ! perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
26366            ! proto.h scope.c sv.c t/lib/warnings/op toke.c
26367            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
26368 ____________________________________________________________________________
26369 [ 18789] By: jhi                                   on 2003/02/28  06:10:38
26370         Log: )
26371              
26372              17843   (fix for 17718) [PATCH deb.c] Re: HiRes failure is success?
26373              17723   (fix for 17718) deb.c compile time error
26374              17718   add verbose stack display option, -Dvs
26375              
26376              Combined patch from Dave Mitchell.
26377      Branch: maint-5.8/perl
26378            ! deb.c dump.c embed.fnc embed.h embedvar.h perl.c perl.h
26379            ! proto.h
26380 ____________________________________________________________________________
26381 [ 18788] By: jhi                                   on 2003/02/28  06:03:25
26382         Log: Subject: Re: MSWin32 seems lost again (18785)
26383              From: Enache Adrian <enache@rdslink.ro>
26384              Date: Fri, 28 Feb 2003 03:34:36 +0200
26385              Message-ID: <20030228013436.GA906@ratsnest.hole>
26386      Branch: maint-5.8/perl
26387            ! perl.h
26388 ____________________________________________________________________________
26389 [ 18787] By: jhi                                   on 2003/02/27  18:24:32
26390         Log: Wrong zero.
26391      Branch: maint-5.8/perl
26392            ! patchlevel.h
26393 ____________________________________________________________________________
26394 [ 18786] By: jhi                                   on 2003/02/27  15:36:40
26395         Log: I got bored by the uni/tr_utf8.t failing unnecessarily.
26396      Branch: maint-5.8/perl
26397            ! patchlevel.h
26398 ____________________________________________________________________________
26399 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
26400         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
26401              From: Inaba Hiroto <inaba@st.rim.or.jp>
26402              Date: Mon, 10 Feb 2003 00:04:51 +0900
26403              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
26404      Branch: perl
26405            ! pp_ctl.c toke.c
26406 ____________________________________________________________________________
26407 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
26408         Log: An already fixed bug from perl-unicode.
26409      Branch: perl
26410            ! t/op/pat.t
26411 ____________________________________________________________________________
26412 [ 18783] By: jhi                                   on 2003/02/26  19:39:59
26413         Log: Integrate:
26414              [ 18746]
26415              Subject: Re: -Os for Darwin why?
26416              From: schwern@pobox.com
26417              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
26418              Message-Id: <20030218113739.D25848@ttul.org>
26419              
26420              [ 18748]
26421              Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
26422              From: Dave Mitchell <davem@fdgroup.com>
26423              Date: Tue, 18 Feb 2003 21:45:45 +0000
26424              Message-ID: <20030218214545.C18547@fdgroup.com>
26425              
26426              and tests for the same:
26427              From: Dave Mitchell <davem@fdgroup.com>
26428              Date: Wed, 19 Feb 2003 00:42:01 +0000
26429              Message-ID: <20030219004201.F18547@fdgroup.com>
26430              
26431              [ 18753]
26432              Subject: Re: [perl #20716] scope error with brackets
26433              From: Enache Adrian <enache@rdslink.ro>
26434              Date: Thu, 13 Feb 2003 04:52:21 +0200
26435              Message-ID: <20030213025221.GA1215@ratsnest.hole>
26436              (better version of change #18687)
26437              
26438              [ 18754]
26439              Document clearly that "_" is always in package "main".
26440              
26441              [ 18755]
26442              Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
26443              From: Brendan O'Dea <bod@debian.org>
26444              Date: Sun, 16 Feb 2003 21:09:23 +1100
26445              Message-ID: <20030216100923.GA29761@londo.c47.org>
26446              
26447              [ 18756]
26448              Doc tweakage on -C.
26449              
26450              [ 18757]
26451              Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
26452              From: PPrymmer@factset.com
26453              Date: Wed, 19 Feb 2003 15:04:40 -0500
26454              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
26455              
26456              [ 18758]
26457              Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
26458              From: PPrymmer@factset.com
26459              Date: Thu, 20 Feb 2003 13:28:09 -0500
26460              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
26461              
26462              [ 18759]
26463              Change regex to be a bit more friendly against various
26464              outputs from ps -f, regex suggest by rgs
26465              
26466              [ 18760]
26467              API doc tweaks.
26468              
26469              [ 18761]
26470              Chip noticed that the intended optionality of the 'IV' was
26471              forgotten in the change #18758.
26472              
26473              [ 18762]
26474              Remove no-longer-true line from perlop
26475              
26476              [ 18763]
26477              Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
26478              
26479              [ 18764]
26480              Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
26481              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
26482              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
26483              
26484              [ 18766]
26485              PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
26486              
26487              [ 18767]
26488              In Porting scripts, use standard perl path of "/usr/bin/perl".
26489              
26490              [ 18768]
26491              Include p4d2p in Porting again, because p4genpatch doesn't work
26492              until a change has been submitted.
26493              
26494              [ 18770]
26495              A new try at #18765 (for [perl #20920]).
26496              
26497              [ 18771]
26498              Cleanup #18770 as suggested by Rafael.
26499              
26500              [ 18772]
26501              Subject: [perl@18752] warnings from CGI tests under cygwin
26502              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26503              Date: Wed, 19 Feb 2003 13:37:39 -0800
26504              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
26505              
26506              [ 18773]
26507              Subject: [Encode] 1.88 Released
26508              From: Dan Kogai <dankogai@dan.co.jp>
26509              Date: Thu, 20 Feb 2003 23:49:55 +0900
26510              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
26511              
26512              [ 18774]
26513              Subject: Re: [perl #21321] local ${"FOO"} does not work
26514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26515              Date: Sun, 23 Feb 2003 00:03:27 +0100
26516              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
26517              
26518              [ 18775]
26519              Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
26520              From: Enache Adrian <enache@rdslink.ro>
26521              Date: Fri, 21 Feb 2003 17:49:41 +0200
26522              Message-ID: <20030221154941.GA793@ratsnest.hole>
26523              
26524              [ 18776]
26525              Subject: [perl #20682] [fix] @- array not visible in s///
26526              From: Enache Adrian <enache@rdslink.ro>
26527              Date: Fri, 21 Feb 2003 17:50:14 +0200
26528              Message-ID: <20030221155014.GB793@ratsnest.hole>
26529              
26530              [ 18777]
26531              More variables for change #18776.
26532              
26533              [ 18778]
26534              Add missing file from change #18774.
26535              
26536              [ 18779]
26537              Add tests for the -C switch.  Depending on the
26538              CLIs some $^O dance may be needed.
26539              
26540              [ 18780]
26541              Two typos found by Philip Newton <pnewton@gmx.de>
26542              
26543              [ 18781]
26544              regen headers
26545              
26546              [ 18782]
26547              Subject: Re: [perl #20683] [fix] Better Patch
26548              From: Enache Adrian <enache@rdslink.ro>
26549              Date: Sun, 23 Feb 2003 20:16:39 +0200
26550              Message-ID: <20030223181639.GA18713@ratsnest.hole>
26551      Branch: maint-5.8/perl
26552           +> Porting/p4d2p t/op/localref.t t/run/switchC.t
26553           !> (integrate 61 files)
26554 ____________________________________________________________________________
26555 [ 18782] By: hv                                    on 2003/02/26  01:36:49
26556         Log: Subject: Re: [perl #20683] [fix] Better Patch
26557              From: Enache Adrian <enache@rdslink.ro>
26558              Date: Sun, 23 Feb 2003 20:16:39 +0200
26559              Message-ID: <20030223181639.GA18713@ratsnest.hole>
26560      Branch: perl
26561            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
26562            ! regexec.c sv.c t/op/pat.t
26563 ____________________________________________________________________________
26564 [ 18781] By: hv                                    on 2003/02/26  01:11:14
26565         Log: regen headers
26566      Branch: perl
26567            ! perlapi.h pod/perlapi.pod
26568 ____________________________________________________________________________
26569 [ 18780] By: hv                                    on 2003/02/26  00:25:32
26570         Log: Two typos found by Philip Newton <pnewton@gmx.de>
26571      Branch: perl
26572            ! configpm ext/DB_File/DB_File.pm
26573 ____________________________________________________________________________
26574 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
26575         Log: Add tests for the -C switch.  Depending on the
26576              CLIs some $^O dance may be needed.
26577      Branch: perl
26578            + t/run/switchC.t
26579            ! MANIFEST
26580 ____________________________________________________________________________
26581 [ 18778] By: hv                                    on 2003/02/25  15:24:17
26582         Log: Add missing file from change #18774.
26583      Branch: perl
26584            + t/op/localref.t
26585 ____________________________________________________________________________
26586 [ 18777] By: hv                                    on 2003/02/25  14:07:59
26587         Log: More variables for change #18776.
26588      Branch: perl
26589            ! op.c
26590 ____________________________________________________________________________
26591 [ 18776] By: hv                                    on 2003/02/25  14:04:03
26592         Log: Subject: [perl #20682] [fix] @- array not visible in s///
26593              From: Enache Adrian <enache@rdslink.ro>
26594              Date: Fri, 21 Feb 2003 17:50:14 +0200
26595              Message-ID: <20030221155014.GB793@ratsnest.hole>
26596      Branch: perl
26597            ! op.c t/op/subst.t
26598 ____________________________________________________________________________
26599 [ 18775] By: hv                                    on 2003/02/25  13:53:11
26600         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
26601              From: Enache Adrian <enache@rdslink.ro>
26602              Date: Fri, 21 Feb 2003 17:49:41 +0200
26603              Message-ID: <20030221154941.GA793@ratsnest.hole>
26604      Branch: perl
26605            ! pp_ctl.c t/op/subst.t
26606 ____________________________________________________________________________
26607 [ 18774] By: hv                                    on 2003/02/25  13:21:19
26608         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
26609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26610              Date: Sun, 23 Feb 2003 00:03:27 +0100
26611              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
26612      Branch: perl
26613            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
26614 ____________________________________________________________________________
26615 [ 18773] By: hv                                    on 2003/02/25  12:45:01
26616         Log: Subject: [Encode] 1.88 Released
26617              From: Dan Kogai <dankogai@dan.co.jp>
26618              Date: Thu, 20 Feb 2003 23:49:55 +0900
26619              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
26620      Branch: perl
26621            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
26622            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
26623            ! ext/Encode/lib/Encode/CJKConstants.pm
26624            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
26625            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
26626 ____________________________________________________________________________
26627 [ 18772] By: merijn                                on 2003/02/25  12:12:14
26628         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
26629              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26630              Date: Wed, 19 Feb 2003 13:37:39 -0800
26631              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
26632      Branch: perl
26633            ! lib/CGI.pm
26634 ____________________________________________________________________________
26635 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
26636         Log: Cleanup #18770 as suggested by Rafael.
26637      Branch: perl
26638            ! mg.c perl.h
26639 ____________________________________________________________________________
26640 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
26641         Log: A new try at #18765 (for [perl #20920]).
26642      Branch: perl
26643            ! mg.c
26644 ____________________________________________________________________________
26645 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
26646         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
26647      Branch: perl
26648            ! mg.c
26649 ____________________________________________________________________________
26650 [ 18768] By: chip                                  on 2003/02/24  21:42:57
26651         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
26652              until a change has been submitted.
26653      Branch: perl
26654            + Porting/p4d2p
26655            ! MANIFEST
26656 ____________________________________________________________________________
26657 [ 18767] By: chip                                  on 2003/02/24  21:35:56
26658         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
26659      Branch: perl
26660            ! Porting/check83.pl Porting/findvars Porting/fixCORE
26661            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
26662 ____________________________________________________________________________
26663 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
26664         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
26665      Branch: perl
26666            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
26667            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
26668 ____________________________________________________________________________
26669 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
26670         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
26671              From: Slaven Rezic <slaven@rezic.de>
26672              Date: 14 Feb 2003 09:11:15 +0100
26673              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
26674              
26675              (with slight tweaks)
26676      Branch: perl
26677            ! mg.c
26678 ____________________________________________________________________________
26679 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
26680         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
26681              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
26682              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
26683      Branch: perl
26684            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
26685 ____________________________________________________________________________
26686 [ 18763] By: chip                                  on 2003/02/24  14:54:36
26687         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
26688      Branch: perl
26689            ! op.c win32/perlhost.h
26690 ____________________________________________________________________________
26691 [ 18762] By: hv                                    on 2003/02/24  00:18:42
26692         Log: Remove no-longer-true line from perlop
26693      Branch: perl
26694            ! pod/perlop.pod
26695 ____________________________________________________________________________
26696 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
26697         Log: Chip noticed that the intended optionality of the 'IV' was
26698              forgotten in the change #18758.
26699      Branch: perl
26700            ! ext/Devel/Peek/Peek.t
26701 ____________________________________________________________________________
26702 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
26703         Log: API doc tweaks.
26704      Branch: perl
26705            ! utf8.c
26706 ____________________________________________________________________________
26707 [ 18759] By: sky                                   on 2003/02/21  09:08:30
26708         Log: Change regex to be a bit more friendly against various
26709              outputs from ps -f, regex suggest by rgs
26710      Branch: perl
26711            ! ext/threads/t/join.t
26712 ____________________________________________________________________________
26713 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
26714         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
26715              From: PPrymmer@factset.com
26716              Date: Thu, 20 Feb 2003 13:28:09 -0500
26717              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
26718      Branch: perl
26719            ! ext/Devel/Peek/Peek.t
26720 ____________________________________________________________________________
26721 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
26722         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
26723              From: PPrymmer@factset.com
26724              Date: Wed, 19 Feb 2003 15:04:40 -0500
26725              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
26726      Branch: perl
26727            ! README.vms configure.com
26728 ____________________________________________________________________________
26729 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
26730         Log: Doc tweakage on -C.
26731      Branch: perl
26732            ! pod/perlrun.pod
26733 ____________________________________________________________________________
26734 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
26735         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
26736              From: Brendan O'Dea <bod@debian.org>
26737              Date: Sun, 16 Feb 2003 21:09:23 +1100
26738              Message-ID: <20030216100923.GA29761@londo.c47.org>
26739      Branch: perl
26740            ! pod/perlcompile.pod
26741 ____________________________________________________________________________
26742 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
26743         Log: Document clearly that "_" is always in package "main".
26744      Branch: perl
26745            ! pod/perlvar.pod
26746 ____________________________________________________________________________
26747 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
26748         Log: Subject: Re: [perl #20716] scope error with brackets
26749              From: Enache Adrian <enache@rdslink.ro>
26750              Date: Thu, 13 Feb 2003 04:52:21 +0200
26751              Message-ID: <20030213025221.GA1215@ratsnest.hole>
26752              (better version of change #18687)
26753      Branch: perl
26754            ! t/comp/parser.t toke.c
26755 ____________________________________________________________________________
26756 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
26757         Log: 'A' is not 65 everywhere.
26758      Branch: perl
26759            ! t/op/pack.t
26760 ____________________________________________________________________________
26761 [ 18751] By: chip                                  on 2003/02/19  03:54:45
26762         Log: Support one-parameter unpack(), which unpacks $_.
26763      Branch: perl
26764            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
26765 ____________________________________________________________________________
26766 [ 18750] By: hv                                    on 2003/02/19  00:53:03
26767         Log: more complex assertions activation:
26768              Subject: Re: Did the assertion patch/feature submission get overlooked?
26769              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
26770              Date: Tue, 18 Feb 2003 19:24:13 +0000
26771              Message-ID: <3E52885D.5060903@yahoo.com>
26772      Branch: perl
26773            ! lib/assertions.pm lib/assertions/activate.pm
26774            ! t/comp/assertions.t
26775 ____________________________________________________________________________
26776 [ 18749] By: hv                                    on 2003/02/19  00:19:21
26777         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
26778              From: andreas.koenig@anima.de (Andreas J. Koenig)
26779              Date: Tue, 18 Feb 2003 11:48:40 +0100
26780              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
26781      Branch: perl
26782            ! patchlevel.h
26783 ____________________________________________________________________________
26784 [ 18748] By: hv                                    on 2003/02/19  00:00:41
26785         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
26786              From: Dave Mitchell <davem@fdgroup.com>
26787              Date: Tue, 18 Feb 2003 21:45:45 +0000
26788              Message-ID: <20030218214545.C18547@fdgroup.com>
26789              
26790              and tests for the same:
26791              From: Dave Mitchell <davem@fdgroup.com>
26792              Date: Wed, 19 Feb 2003 00:42:01 +0000
26793              Message-ID: <20030219004201.F18547@fdgroup.com>
26794      Branch: perl
26795            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
26796 ____________________________________________________________________________
26797 [ 18747] By: hv                                    on 2003/02/18  23:47:06
26798         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
26799              problems on case-insensitive file systems. Rename it back to
26800              t/run/switch_A.t
26801      Branch: perl
26802           +> t/run/switch_A.t
26803            - t/run/switchA.t
26804            ! MANIFEST
26805 ____________________________________________________________________________
26806 [ 18746] By: sky                                   on 2003/02/18  21:31:37
26807         Log: Subject: Re: -Os for Darwin why?
26808              From: schwern@pobox.com
26809              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
26810              Message-Id: <20030218113739.D25848@ttul.org>
26811      Branch: perl
26812            ! hints/darwin.sh
26813 ____________________________________________________________________________
26814 [ 18745] By: jhi                                   on 2003/02/18  18:37:21
26815         Log: No pad.[hc] in maint.
26816      Branch: maint-5.8/perl
26817            ! Makefile.micro
26818 ____________________________________________________________________________
26819 [ 18744] By: jhi                                   on 2003/02/18  14:46:18
26820         Log: Integrate:
26821              [ 18280]
26822              Integrate from the maint-5.8/ branch :
26823              changes 18219, 18236, 18242-3, 18247-8,
26824              18253-5, 18257, 18273-6
26825              
26826              [ 18740]
26827              Re: -Os for Darwin why?
26828              From: schwern@pobox.com
26829              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
26830              Message-Id: <20030217191403.A17553@ttul.org>
26831              
26832              [ 18737]
26833              Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
26834              From: Stephen McCamant <smcc@mit.edu>
26835              Date: Mon, 17 Feb 2003 19:34:36 -0500
26836              Date: Mon, 17 Feb 2003 19:34:36 -0500
26837              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
26838              
26839              [ 18723]
26840              Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
26841              From: Enache Adrian <enache@rdslink.ro>
26842              Date: Sun, 16 Feb 2003 00:05:10 +0200
26843              Message-ID: <20030215220510.GB893@ratsnest.hole>
26844              
26845              [ 18722]
26846              outdent else-if chain in scope()
26847              
26848              [ 18721]
26849              Subject: [PATCH] arcane tainting bug in vms.c
26850              From: "Craig A. Berry" <craigberry@mac.com>
26851              Date: Sat, 15 Feb 2003 12:29:03 -0600
26852              Message-ID: <3E4E86EF.8090609@mac.com>
26853              
26854              [ 18720]
26855              restrict PERL_PRESERVE_IVUV to things that should really give an
26856              integer, but extend to runtime. Based on:
26857              Subject: Re: [perl #20827] Unexpected scientific notation.
26858              From: hv@crypt.org
26859              Date: Wed, 12 Feb 2003 03:12:43 +0000
26860              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
26861              
26862              [ 18708]
26863              Subject: Re: [perl #20912] UTF8 related glitch + fix
26864              From: Enache Adrian <enache@rdslink.ro>
26865              Date: Sat, 15 Feb 2003 00:37:40 +0200
26866              Message-ID: <20030214223740.GA13575@ratsnest.hole>
26867              
26868              [ 18707]
26869              Subject: [doc patch] ext/threads/shared/shared.pm
26870              From: Stas Bekman <stas@stason.org>
26871              Date: Fri, 14 Feb 2003 11:12:39 +1100
26872              Message-ID: <3E4C3477.7030306@stason.org>
26873              
26874              [ 18706]
26875              Subject: Re: perlvar phrasing clarification for $^S
26876              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
26877              Date: Fri, 14 Feb 2003 10:12:00 +1100
26878              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
26879              
26880              [ 18705]
26881              Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
26882              From: Dave Mitchell <davem@fdgroup.com>
26883              Date: Fri, 14 Feb 2003 22:48:27 +0000
26884              Message-ID: <20030214224827.B6783@fdgroup.com>
26885              
26886              with tests:
26887              From: Slaven Rezic <slaven@rezic.de>
26888              Date: 14 Feb 2003 20:23:20 +0100
26889              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
26890              
26891              [ 18704]
26892              Subject: Re: overriding builtins quirk
26893              From: Jerrad Pierce <belg4mit@MIT.EDU>
26894              Date: Fri, 14 Feb 2003 09:28:13 -0500
26895              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
26896              
26897              [ 18703]
26898              Subject: Re: trying to fix #20154, #20357
26899              From: Enache Adrian <enache@rdslink.ro>
26900              Date: Sat, 8 Feb 2003 21:05:14 +0200
26901              Message-ID: <20030208190514.GA866@ratsnest.hole>
26902              (fixes #19061 as well)
26903      Branch: maint-5.8/perl
26904           !> ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
26905           !> ext/B/B/Terse.pm ext/B/t/terse.t ext/threads/shared/shared.pm
26906           !> hints/darwin.sh op.c pod/perlsub.pod pod/perlvar.pod pp.c
26907           !> pp_ctl.c t/op/goto.t t/op/lc.t t/op/split.t t/op/substr.t
26908           !> t/op/vec.t vms/vms.c
26909 ____________________________________________________________________________
26910 [ 18743] By: jhi                                   on 2003/02/18  14:12:11
26911         Log: Integrate:
26912              [ 18702]
26913              Update to Scalar-List-Utils 1.11
26914              
26915              [ 18709]
26916              Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
26917              (problem noticed by Graham with List::Util).
26918              
26919              [ 18710]
26920              Update the MD5 checksums.
26921              
26922              [ 18711]
26923              Update MD5 Changes; update checksums.
26924              
26925              [ 18712]
26926              Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
26927              even closer to each other.  The dec_osf.pl is irrelevant
26928              for the current core but adding it makes for one less exception
26929              when integrating.
26930              
26931              [ 18714]
26932              Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
26933              
26934              [ 18718]
26935              As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
26936              which will disable the short forms of the Perl_ API, good for
26937              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
26938              
26939              [ 18728]
26940              According to Sarathy it's better have the Ministry
26941              of Information to remove all memory of NO_EMBED.
26942              What NO_EMBED?
26943              
26944              [ 18729]
26945              NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
26946              
26947              [ 18734]
26948              Suppress empty #ifdef blocks in embed.pl
26949      Branch: maint-5.8/perl
26950           +> ext/Digest/MD5/hints/dec_osf.pl ext/List/Util/t/proto.t
26951           !> MANIFEST embed.h embed.pl ext/Data/Dumper/Dumper.xs
26952           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
26953           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
26954           !> ext/Digest/MD5/t/files.t ext/List/Util/ChangeLog
26955           !> ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
26956           !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
26957           !> ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
26958           !> pod/perlembed.pod
26959 ____________________________________________________________________________
26960 [ 18742] By: jhi                                   on 2003/02/18  14:05:05
26961         Log: Integrate:
26962              [ 18715]
26963              The new(er) way of controlling Unicode I/O (and other) features;
26964              -C (or PERL_UNICODE).  See perlrun/-C for more details.
26965              
26966              [ 18716]
26967              Forgotten from #18715.
26968              
26969              [ 18717]
26970              Clarify the -C syntax a bit.
26971              
26972              [ 18730]
26973              Make also the -CAL conditional on locale.
26974              
26975              [ 18731]
26976              Doc tweaks (and one code tweak) based on Philip Newton's comments.
26977              
26978              [ 18732]
26979              Philip Newton has eagle eyes :-)
26980              
26981              [ 18741]
26982              Format nit.
26983      Branch: maint-5.8/perl
26984           !> embed.fnc embed.h embedvar.h gv.c intrpvar.h locale.c mg.c
26985           !> perl.c perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
26986           !> pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
26987           !> proto.h util.c
26988 ____________________________________________________________________________
26989 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
26990         Log: Format nit.
26991      Branch: perl
26992            ! util.c
26993 ____________________________________________________________________________
26994 [ 18740] By: sky                                   on 2003/02/18  06:33:57
26995         Log: Re: -Os for Darwin why?
26996              From: schwern@pobox.com
26997              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
26998              Message-Id: <20030217191403.A17553@ttul.org>
26999      Branch: perl
27000            ! hints/darwin.sh
27001 ____________________________________________________________________________
27002 [ 18739] By: hv                                    on 2003/02/18  01:04:01
27003         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
27004              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
27005              Date: Mon, 17 Feb 2003 23:38:05 +0000
27006              Message-ID: <3E51725D.5060303@yahoo.com>
27007      Branch: perl
27008            + t/comp/assertions.t t/run/switchA.t
27009            ! MANIFEST
27010 ____________________________________________________________________________
27011 [ 18738] By: hv                                    on 2003/02/18  00:51:24
27012         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
27013              From: Nicholas Clark <nick@ccl4.org>
27014              Date: Mon, 17 Feb 2003 21:07:03 +0000
27015              Message-ID: <20030217210330.A8611@plum.flirble.org>
27016      Branch: perl
27017            ! sv.c
27018 ____________________________________________________________________________
27019 [ 18737] By: hv                                    on 2003/02/18  00:47:00
27020         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
27021              From: Stephen McCamant <smcc@mit.edu>
27022              Date: Mon, 17 Feb 2003 19:34:36 -0500
27023              Date: Mon, 17 Feb 2003 19:34:36 -0500
27024              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
27025      Branch: perl
27026            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
27027            ! ext/B/B/Terse.pm ext/B/t/terse.t
27028 ____________________________________________________________________________
27029 [ 18736] By: hv                                    on 2003/02/17  09:33:47
27030         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
27031              From: Nicholas Clark <nick@unfortu.net>
27032              Date: Sun, 16 Feb 2003 23:09:50 +0000
27033              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
27034      Branch: perl
27035            ! sv.c
27036 ____________________________________________________________________________
27037 [ 18735] By: hv                                    on 2003/02/17  09:13:02
27038         Log: Use the escape E<ntilde> in source files rather than the actual char.
27039      Branch: perl
27040            ! lib/assertions.pm lib/assertions/activate.pm
27041 ____________________________________________________________________________
27042 [ 18734] By: hv                                    on 2003/02/17  09:06:44
27043         Log: Suppress empty #ifdef blocks in embed.pl
27044      Branch: perl
27045            ! embed.h embed.pl
27046 ____________________________________________________________________________
27047 [ 18733] By: hv                                    on 2003/02/17  08:51:53
27048         Log: fix typo in sv.c and regenerate perlapi.pod
27049      Branch: perl
27050            ! pod/perlapi.pod sv.c
27051 ____________________________________________________________________________
27052 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
27053         Log: Philip Newton has eagle eyes :-)
27054      Branch: perl
27055            ! pod/perlrun.pod
27056 ____________________________________________________________________________
27057 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
27058         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
27059      Branch: perl
27060            ! locale.c pod/perlrun.pod pod/perlunicode.pod
27061            ! pod/perluniintro.pod pod/perlvar.pod util.c
27062 ____________________________________________________________________________
27063 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
27064         Log: Make also the -CAL conditional on locale.
27065      Branch: perl
27066            ! perl.c pod/perlrun.pod
27067 ____________________________________________________________________________
27068 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
27069         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
27070      Branch: perl
27071            ! embed.h embed.pl pod/perlembed.pod
27072 ____________________________________________________________________________
27073 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
27074         Log: According to Sarathy it's better have the Ministry
27075              of Information to remove all memory of NO_EMBED.
27076              What NO_EMBED?
27077      Branch: perl
27078            ! embed.h embed.pl
27079 ____________________________________________________________________________
27080 [ 18727] By: hv                                    on 2003/02/16  13:55:10
27081         Log: add support for assertions. Updated form of:
27082              Subject: Re: Did the assertion patch/feature submission get overlooked?
27083              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
27084              Date: Sat, 30 Nov 2002 17:24:09 +0000
27085              Message-ID: <3DE8F439.50402@yahoo.com>
27086      Branch: perl
27087            + lib/assertions.pm lib/assertions/activate.pm
27088            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
27089            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
27090            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
27091 ____________________________________________________________________________
27092 [ 18726] By: hv                                    on 2003/02/16  13:10:32
27093         Log: COW regexps:
27094              Subject: [PATCH] Copy on write for $& and $1...
27095              From: Nicholas Clark <nick@unfortu.net>
27096              Date: Sun, 9 Feb 2003 23:00:09 +0000
27097              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
27098      Branch: perl
27099            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
27100            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
27101 ____________________________________________________________________________
27102 [ 18725] By: hv                                    on 2003/02/16  13:08:52
27103         Log: inline SvREFCNT_dec:
27104              Subject: [PATCH] Copy on write for $& and $1...
27105              From: Nicholas Clark <nick@unfortu.net>
27106              Date: Sun, 9 Feb 2003 23:00:09 +0000
27107              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
27108      Branch: perl
27109            ! embed.fnc embed.h proto.h sv.c sv.h
27110 ____________________________________________________________________________
27111 [ 18723] By: hv                                    on 2003/02/16  11:12:58
27112         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
27113              From: Enache Adrian <enache@rdslink.ro>
27114              Date: Sun, 16 Feb 2003 00:05:10 +0200
27115              Message-ID: <20030215220510.GB893@ratsnest.hole>
27116      Branch: perl
27117            ! op.c
27118 ____________________________________________________________________________
27119 [ 18722] By: hv                                    on 2003/02/16  11:08:06
27120         Log: outdent else-if chain in scope()
27121      Branch: perl
27122            ! op.c
27123 ____________________________________________________________________________
27124 [ 18721] By: hv                                    on 2003/02/16  11:00:47
27125         Log: Subject: [PATCH] arcane tainting bug in vms.c
27126              From: "Craig A. Berry" <craigberry@mac.com>
27127              Date: Sat, 15 Feb 2003 12:29:03 -0600
27128              Message-ID: <3E4E86EF.8090609@mac.com>
27129      Branch: perl
27130            ! vms/vms.c
27131 ____________________________________________________________________________
27132 [ 18720] By: hv                                    on 2003/02/16  10:54:58
27133         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
27134              integer, but extend to runtime. Based on:
27135              Subject: Re: [perl #20827] Unexpected scientific notation.
27136              From: hv@crypt.org
27137              Date: Wed, 12 Feb 2003 03:12:43 +0000
27138              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
27139      Branch: perl
27140            ! op.c pp.c
27141 ____________________________________________________________________________
27142 [ 18719] By: nick                                  on 2003/02/16  10:40:30
27143         Log: Integrate mainline (Works again)
27144      Branch: perlio
27145           !> embed.fnc embed.h embedvar.h ext/Storable/Storable.xs gv.c
27146           !> intrpvar.h locale.c mg.c perl.c perl.h perlapi.h
27147           !> pod/perldiag.pod pod/perlrun.pod pod/perlunicode.pod
27148           !> pod/perluniintro.pod pod/perlvar.pod proto.h util.c
27149 ____________________________________________________________________________
27150 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
27151         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
27152              which will disable the short forms of the Perl_ API, good for
27153              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
27154      Branch: perl
27155            ! embed.h embed.pl pod/perlembed.pod
27156 ____________________________________________________________________________
27157 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
27158         Log: Clarify the -C syntax a bit.
27159      Branch: perl
27160            ! pod/perlrun.pod
27161 ____________________________________________________________________________
27162 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
27163         Log: Forgotten from #18715.
27164      Branch: perl
27165            ! embed.h proto.h
27166 ____________________________________________________________________________
27167 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
27168         Log: The new(er) way of controlling Unicode I/O (and other) features;
27169              -C (or PERL_UNICODE).  See perlrun/-C for more details.
27170      Branch: perl
27171            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
27172            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
27173            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
27174            ! util.c
27175 ____________________________________________________________________________
27176 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
27177         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
27178      Branch: perl
27179            ! ext/Storable/Storable.xs
27180 ____________________________________________________________________________
27181 [ 18713] By: nick                                  on 2003/02/15  12:05:01
27182         Log: Integrate mainline (storable is dead)
27183      Branch: perlio
27184           +> ext/Digest/MD5/hints/dec_osf.pl ext/List/Util/t/lln.t
27185           +> ext/List/Util/t/proto.t lib/CPAN/README
27186           +> lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
27187           +> plan9/config_h.sample plan9/config_sh.sample utils/cpan
27188           !> (integrate 113 files)
27189 ____________________________________________________________________________
27190 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
27191         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
27192              even closer to each other.  The dec_osf.pl is irrelevant
27193              for the current core but adding it makes for one less exception
27194              when integrating.
27195      Branch: perl
27196            + ext/Digest/MD5/hints/dec_osf.pl
27197            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
27198            ! ext/Digest/MD5/t/files.t
27199 ____________________________________________________________________________
27200 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
27201         Log: Update MD5 Changes; update checksums.
27202      Branch: perl
27203            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
27204 ____________________________________________________________________________
27205 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
27206         Log: Update the MD5 checksums.
27207      Branch: perl
27208            ! ext/Digest/MD5/t/files.t
27209 ____________________________________________________________________________
27210 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
27211         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
27212              (problem noticed by Graham with List::Util).
27213      Branch: perl
27214            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
27215            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
27216 ____________________________________________________________________________
27217 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
27218         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
27219              From: Enache Adrian <enache@rdslink.ro>
27220              Date: Sat, 15 Feb 2003 00:37:40 +0200
27221              Message-ID: <20030214223740.GA13575@ratsnest.hole>
27222      Branch: perl
27223            ! pp.c t/op/split.t
27224 ____________________________________________________________________________
27225 [ 18707] By: hv                                    on 2003/02/15  06:38:15
27226         Log: Subject: [doc patch] ext/threads/shared/shared.pm
27227              From: Stas Bekman <stas@stason.org>
27228              Date: Fri, 14 Feb 2003 11:12:39 +1100
27229              Message-ID: <3E4C3477.7030306@stason.org>
27230      Branch: perl
27231            ! ext/threads/shared/shared.pm
27232 ____________________________________________________________________________
27233 [ 18706] By: hv                                    on 2003/02/15  06:32:35
27234         Log: Subject: Re: perlvar phrasing clarification for $^S
27235              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
27236              Date: Fri, 14 Feb 2003 10:12:00 +1100
27237              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
27238      Branch: perl
27239            ! pod/perlvar.pod
27240 ____________________________________________________________________________
27241 [ 18705] By: hv                                    on 2003/02/15  06:27:07
27242         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
27243              From: Dave Mitchell <davem@fdgroup.com>
27244              Date: Fri, 14 Feb 2003 22:48:27 +0000
27245              Message-ID: <20030214224827.B6783@fdgroup.com>
27246              
27247              with tests:
27248              From: Slaven Rezic <slaven@rezic.de>
27249              Date: 14 Feb 2003 20:23:20 +0100
27250              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
27251      Branch: perl
27252            ! pp.c t/op/substr.t t/op/vec.t
27253 ____________________________________________________________________________
27254 [ 18704] By: hv                                    on 2003/02/15  06:17:06
27255         Log: Subject: Re: overriding builtins quirk
27256              From: Jerrad Pierce <belg4mit@MIT.EDU>
27257              Date: Fri, 14 Feb 2003 09:28:13 -0500
27258              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
27259      Branch: perl
27260            ! pod/perlsub.pod
27261 ____________________________________________________________________________
27262 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
27263         Log: Subject: Re: trying to fix #20154, #20357
27264              From: Enache Adrian <enache@rdslink.ro>
27265              Date: Sat, 8 Feb 2003 21:05:14 +0200
27266              Message-ID: <20030208190514.GA866@ratsnest.hole>
27267              (fixes #19061 as well)
27268      Branch: perl
27269            ! pp_ctl.c t/op/goto.t
27270 ____________________________________________________________________________
27271 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
27272         Log: Update to Scalar-List-Utils 1.11
27273      Branch: perl
27274            + ext/List/Util/t/proto.t
27275            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
27276            ! ext/List/Util/lib/List/Util.pm
27277            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
27278 ____________________________________________________________________________
27279 [ 18701] By: jhi                                   on 2003/02/14  08:05:43
27280         Log: Somehow oddly these integration changes didn't
27281              make it to the change #18700.
27282      Branch: maint-5.8/perl
27283           !> ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
27284 ____________________________________________________________________________
27285 [ 18700] By: jhi                                   on 2003/02/13  14:55:54
27286         Log: Integrate:
27287              [ 18674]
27288              Signedness nits.
27289              
27290              [ 18678]
27291              CPAN ChangeLog not needed, says Andreas.
27292              
27293              [ 18682]
27294              Subject: [PATCH] version objects final(?) patch
27295              From: John Peacock <jpeacock@rowman.com>
27296              Date: Sun, 05 Jan 2003 21:28:41 -0500
27297              Message-ID: <3E18E9D9.2040908@rowman.com>
27298              
27299              [ 18683]
27300              Subject: RE: perldebug.pod suggestion
27301              From: "Jay Hannah" <jhannah@omnihotels.com>
27302              Date: Fri, 24 Jan 2003 11:28:44 -0600
27303              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
27304              
27305              [ 18684]
27306              fix for C< use if qw/ 1 open :utf8 / > based on:
27307              Subject: [perl #20536] use if 1, open => ':utf8' fails
27308              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
27309              Date: 24 Jan 2003 22:39:06 -0000
27310              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
27311              
27312              [ 18685]
27313              No, we don't really want the utility scripts.
27314              
27315              [ 18686]
27316              Compile under threads and MacOSX. For some reason newSVpvf
27317              was not exapnded.
27318              
27319              [ 18687]
27320              Subject: Re: [perl #20716] [FIX] scope error with brackets
27321              From: Enache Adrian <enache@rdslink.ro>
27322              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
27323              Message-id: <20030210174858.GA872@ratsnest.hole>
27324              
27325              [ 18688]
27326              Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
27327              From: Enache Adrian <enache@rdslink.ro>
27328              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
27329              Message-Id: <20030209201025.GA1247@ratsnest.hole>
27330              
27331              [ 18689]
27332              Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
27333              Now allows but ignores the 'l' modifier on floating point formats
27334              and adds a couple of tests.
27335              
27336              [ 18690]
27337              fix comment in change #18689
27338              
27339              [ 18691]
27340              Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
27341              From: Mark Mielke <mark@mark.mielke.cc>
27342              Date: Mon, 20 Jan 2003 19:56:13 -0500
27343              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
27344              
27345              [ 18692]
27346              Dueling patches.
27347              
27348              [ 18694]
27349              Subject: [PATCH] More B::Concise fixes
27350              From: Stephen McCamant <smcc@mit.edu>
27351              Date: Sun, 9 Feb 2003 17:28:38 -0500
27352              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
27353              
27354              [ 18695]
27355              Subject: mini-[patch] perlrun "^$W" typo
27356              From: Iain Truskett <spoon@dellah.org>
27357              Date: Tue, 11 Feb 2003 08:38:52 +1100
27358              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
27359              
27360              [ 18696]
27361              Subject: [perl #20654] %*v02x considered invalid in printf
27362              From: Robin Barker (via RT) <perlbug-followup@perl.org>
27363              Date: 10 Feb 2003 16:43:23 -0000
27364              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
27365              
27366              [ 18698]
27367              Subject: perlbug (was: Re: [perl #20606] [no subject])
27368              From: Slaven Rezic <slaven@rezic.de>
27369              Date: 30 Jan 2003 19:03:41 +0100
27370              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
27371              
27372              [ 18697]
27373              Subject: [PATCH 5.9.0] to silence compiler warning
27374              From: Robin Barker <Robin.Barker@npl.co.uk>
27375              Date: Tue, 28 Jan 2003 13:27:17 -0000
27376              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
27377              
27378              [ 18699]
27379              gcc 3.2.1 does not have -Wall faith that tmp
27380              will not be used uninitialized.
27381              
27382              (ignored some universal.c and util.c changes that were irrelevant
27383              for the maint branch code)
27384      Branch: maint-5.8/perl
27385            - lib/CPAN/ChangeLog
27386           !> MANIFEST doio.c ext/B/B/Concise.pm ext/MIME/Base64/Makefile.PL
27387           !> ext/PerlIO/encoding/encoding.pm lib/if.pm lib/if.t
27388           !> pod/perldebug.pod pod/perlrun.pod pp_ctl.c sv.c
27389           !> t/comp/parser.t t/op/sprintf.t toke.c universal.c
27390           !> utils/perlbug.PL x2p/Makefile.SH
27391 ____________________________________________________________________________
27392 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
27393         Log: gcc 3.2.1 does not have -Wall faith that tmp
27394              will not be used uninitialized.
27395      Branch: perl
27396            ! toke.c
27397 ____________________________________________________________________________
27398 [ 18698] By: hv                                    on 2003/02/12  03:01:32
27399         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
27400              From: Slaven Rezic <slaven@rezic.de>
27401              Date: 30 Jan 2003 19:03:41 +0100
27402              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
27403      Branch: perl
27404            ! utils/perlbug.PL
27405 ____________________________________________________________________________
27406 [ 18697] By: hv                                    on 2003/02/12  02:20:39
27407         Log: Subject: [PATCH 5.9.0] to silence compiler warning
27408              From: Robin Barker <Robin.Barker@npl.co.uk>
27409              Date: Tue, 28 Jan 2003 13:27:17 -0000
27410              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
27411      Branch: perl
27412            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
27413            ! universal.c util.c
27414 ____________________________________________________________________________
27415 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
27416         Log: Subject: [perl #20654] %*v02x considered invalid in printf
27417              From: Robin Barker (via RT) <perlbug-followup@perl.org>
27418              Date: 10 Feb 2003 16:43:23 -0000
27419              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
27420      Branch: perl
27421            ! sv.c t/op/sprintf.t
27422 ____________________________________________________________________________
27423 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
27424         Log: Subject: mini-[patch] perlrun "^$W" typo
27425              From: Iain Truskett <spoon@dellah.org>
27426              Date: Tue, 11 Feb 2003 08:38:52 +1100
27427              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
27428      Branch: perl
27429            ! pod/perlrun.pod
27430 ____________________________________________________________________________
27431 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
27432         Log: Subject: [PATCH] More B::Concise fixes
27433              From: Stephen McCamant <smcc@mit.edu>
27434              Date: Sun, 9 Feb 2003 17:28:38 -0500
27435              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
27436      Branch: perl
27437            ! ext/B/B/Concise.pm
27438 ____________________________________________________________________________
27439 [ 18693] By: merijn                                on 2003/02/11  08:14:29
27440         Log: More code cleanup.
27441              
27442              Subject: Re: New SV Flag
27443              Date: Fri, 07 Feb 2003 09:57:43 +0100
27444              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27445              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
27446      Branch: perl
27447            ! sv.c sv.h
27448 ____________________________________________________________________________
27449 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
27450         Log: Dueling patches.
27451      Branch: perl
27452            - lib/CPAN/ChangeLog
27453            ! MANIFEST
27454 ____________________________________________________________________________
27455 [ 18691] By: hv                                    on 2003/02/11  00:27:56
27456         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
27457              From: Mark Mielke <mark@mark.mielke.cc>
27458              Date: Mon, 20 Jan 2003 19:56:13 -0500
27459              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
27460      Branch: perl
27461            ! sv.c
27462 ____________________________________________________________________________
27463 [ 18690] By: hv                                    on 2003/02/10  22:08:05
27464         Log: fix comment in change #18689
27465      Branch: perl
27466            ! sv.c
27467 ____________________________________________________________________________
27468 [ 18689] By: hv                                    on 2003/02/10  21:59:34
27469         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
27470              Now allows but ignores the 'l' modifier on floating point formats
27471              and adds a couple of tests.
27472      Branch: perl
27473            ! sv.c t/op/sprintf.t
27474 ____________________________________________________________________________
27475 [ 18688] By: sky                                   on 2003/02/10  19:54:13
27476         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
27477              From: Enache Adrian <enache@rdslink.ro>
27478              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
27479              Message-Id: <20030209201025.GA1247@ratsnest.hole>
27480      Branch: perl
27481            ! pp_ctl.c
27482 ____________________________________________________________________________
27483 [ 18687] By: sky                                   on 2003/02/10  18:13:29
27484         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
27485              From: Enache Adrian <enache@rdslink.ro>
27486              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
27487              Message-id: <20030210174858.GA872@ratsnest.hole>
27488      Branch: perl
27489            ! t/comp/parser.t toke.c
27490 ____________________________________________________________________________
27491 [ 18686] By: sky                                   on 2003/02/10  18:11:35
27492         Log: Compile under threads and MacOSX. For some reason newSVpvf
27493              was not exapnded.
27494      Branch: perl
27495            ! universal.c
27496 ____________________________________________________________________________
27497 [ 18685] By: ams                                   on 2003/02/10  03:44:07
27498         Log: No, we don't really want the utility scripts.
27499      Branch: perl
27500            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
27501            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
27502            ! MANIFEST ext/MIME/Base64/Makefile.PL
27503 ____________________________________________________________________________
27504 [ 18684] By: hv                                    on 2003/02/10  01:43:12
27505         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
27506              Subject: [perl #20536] use if 1, open => ':utf8' fails
27507              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
27508              Date: 24 Jan 2003 22:39:06 -0000
27509              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
27510      Branch: perl
27511            ! lib/if.pm lib/if.t
27512 ____________________________________________________________________________
27513 [ 18683] By: hv                                    on 2003/02/10  01:15:52
27514         Log: Subject: RE: perldebug.pod suggestion
27515              From: "Jay Hannah" <jhannah@omnihotels.com>
27516              Date: Fri, 24 Jan 2003 11:28:44 -0600
27517              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
27518      Branch: perl
27519            ! pod/perldebug.pod
27520 ____________________________________________________________________________
27521 [ 18682] By: hv                                    on 2003/02/10  00:26:50
27522         Log: Subject: [PATCH] version objects final(?) patch
27523              From: John Peacock <jpeacock@rowman.com>
27524              Date: Sun, 05 Jan 2003 21:28:41 -0500
27525              Message-ID: <3E18E9D9.2040908@rowman.com>
27526      Branch: perl
27527            ! lib/version.pm lib/version.t universal.c util.c
27528 ____________________________________________________________________________
27529 [ 18681] By: chip                                  on 2003/02/09  17:45:06
27530         Log: Remove _h2ph_pre.ph when h2ph.t is complete.
27531      Branch: maint-5.005/perl
27532            ! t/lib/h2ph.t
27533 ____________________________________________________________________________
27534 [ 18680] By: chip                                  on 2003/02/09  17:39:33
27535         Log: Add CPAN ChangeLog to MANIFEST.
27536      Branch: perl
27537            ! MANIFEST
27538 ____________________________________________________________________________
27539 [ 18679] By: chip                                  on 2003/02/09  17:32:12
27540         Log: Doc change explaining usemymalloc='n'.
27541      Branch: maint-5.005/perl
27542            ! hints/linux.sh
27543 ____________________________________________________________________________
27544 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
27545         Log: CPAN ChangeLog not needed, says Andreas.
27546      Branch: perl
27547            ! MANIFEST
27548 ____________________________________________________________________________
27549 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
27550         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
27551              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
27552              Date: 8 Feb 2003 11:54:11 -0000
27553              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
27554      Branch: perl
27555            ! ext/PerlIO/encoding/encoding.pm
27556 ____________________________________________________________________________
27557 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
27558         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
27559              From: Stas Bekman <stas@stason.org>
27560              Date: Sat, 08 Feb 2003 11:12:28 +1100
27561              Message-ID: <3E444B6C.5060407@stason.org>
27562      Branch: perl
27563            ! doio.c
27564 ____________________________________________________________________________
27565 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
27566         Log: Possible cruft removal.
27567      Branch: perl
27568            ! x2p/Makefile.SH
27569 ____________________________________________________________________________
27570 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
27571         Log: Signedness nits.
27572      Branch: perl
27573            ! toke.c
27574 ____________________________________________________________________________
27575 [ 18673] By: jhi                                   on 2003/02/08  17:38:33
27576         Log: Integrate:
27577              [ 18666]
27578              Patch from Richard Soderberg, cleanup the code a bit and comment
27579              why we are not using SvOOK_on.
27580              
27581              [ 18667]
27582              Integrate:
27583              [ 18468]
27584              Subject: [PATCH] VMS perly build tweak
27585              From: "Craig A. Berry" <craigberry@mac.com>
27586              Date: Thu, 9 Jan 2003 14:44:40 -0600
27587              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
27588              
27589              [ 18668]
27590              sv_cat_recode() proto was missing, noticed by Craig Berry.
27591              
27592              [ 18669]
27593              Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
27594              From: PPrymmer@factset.com
27595              Date: Wed, 5 Feb 2003 12:00:05 -0500
27596              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
27597              
27598              [ 18670]
27599              Subject: [PATCH] perluniintro nit
27600              From: Autrijus Tang <autrijus@autrijus.org>
27601              Date: Fri, 7 Feb 2003 00:02:49 +0800
27602              Message-ID: <20030206160249.GA12984@not.autrijus.org>
27603              
27604              [ 18671]
27605              Upgrade to Net::Ping 2.28, from Rob Brown.
27606              
27607              [ 18672]
27608              Upgrade to CPAN 1.64, from Andreas Koenig.
27609      Branch: maint-5.8/perl
27610           +> lib/CPAN/ChangeLog lib/CPAN/README lib/Net/Ping/t/190_alarm.t
27611           +> lib/Net/Ping/t/500_ping_icmp.t utils/cpan
27612           !> MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
27613           !> lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
27614           !> lib/Net/Ping.pm lib/Net/Ping/Changes lib/Net/Ping/README
27615           !> lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/400_ping_syn.t
27616           !> lib/Net/Ping/t/410_syn_host.t pod/perluniintro.pod proto.h
27617           !> sv.c t/pod/find.t utils.lst
27618 ____________________________________________________________________________
27619 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
27620         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
27621      Branch: perl
27622            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
27623            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
27624            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
27625            ! utils.lst
27626 ____________________________________________________________________________
27627 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
27628         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
27629      Branch: perl
27630            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
27631            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
27632            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
27633            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
27634 ____________________________________________________________________________
27635 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
27636         Log: Subject: [PATCH] perluniintro nit
27637              From: Autrijus Tang <autrijus@autrijus.org>
27638              Date: Fri, 7 Feb 2003 00:02:49 +0800
27639              Message-ID: <20030206160249.GA12984@not.autrijus.org>
27640      Branch: perl
27641            ! pod/perluniintro.pod
27642 ____________________________________________________________________________
27643 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
27644         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
27645              From: PPrymmer@factset.com
27646              Date: Wed, 5 Feb 2003 12:00:05 -0500
27647              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
27648      Branch: perl
27649            ! t/pod/find.t
27650 ____________________________________________________________________________
27651 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
27652         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
27653      Branch: perl
27654            ! proto.h
27655 ____________________________________________________________________________
27656 [ 18667] By: jhi                                   on 2003/02/06  19:58:41
27657         Log: Integrate:
27658              [ 18468]
27659              Subject: [PATCH] VMS perly build tweak
27660              From: "Craig A. Berry" <craigberry@mac.com>
27661              Date: Thu, 9 Jan 2003 14:44:40 -0600
27662              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
27663      Branch: maint-5.8/perl
27664           !> vms/descrip_mms.template
27665 ____________________________________________________________________________
27666 [ 18666] By: sky                                   on 2003/02/06  09:39:24
27667         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
27668              why we are not using SvOOK_on.
27669      Branch: perl
27670            ! sv.c
27671 ____________________________________________________________________________
27672 [ 18665] By: jhi                                   on 2003/02/06  09:34:12
27673         Log: Integrate:
27674              [ 18647]
27675              Subject: Re: [perl #20606] [PATCH} openbsd hints
27676              From: Abe Timmerman <abe@ztreet.demon.nl>
27677              Date: Sun, 2 Feb 2003 18:27:57 +0100
27678              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
27679              
27680              [ 18648]
27681              Fix bug #8760 : cop_line isn't properly restored
27682              when a module is loaded at runtime behind the scenes.
27683              
27684              [ 18649]
27685              Document the environment variable PERL_UTF8_LOCALE in perlrun.
27686              
27687              [ 18650]
27688              Force the C locale in makedepend, to prevent gcc from
27689              producing locale-dependent messages.
27690              
27691              [ 18651]
27692              Signedness issue.
27693              
27694              [ 18652]
27695              Comment tweak.
27696              
27697              [ 18653]
27698              Fix "[perl #20667] unicode regex vs non-unicode regex".
27699              The PL_regdata was not set up (S_cache_re()) before it
27700              was needed (S_reginclass()).  The test put in fresh_perl.t
27701              because we need a pristine state to start.
27702              
27703              [ 18654]
27704              Sync with 1.10
27705              
27706              [ 18655]
27707              Add the new test to MANIFEST.
27708              
27709              [ 18656]
27710              Better version of change #18648, by Enache Adrian
27711              Message-ID: <20030204101533.GA11817@ratsnest.hole>
27712              
27713              [ 18657]
27714              Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
27715              From: Stephen McCamant <smcc@mit.edu>
27716              Date: Mon, 3 Feb 2003 21:01:07 -0500
27717              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
27718              
27719              [ 18658]
27720              s/S_cache_re/cache_re/ for building with threads.
27721              
27722              [ 18659]
27723              Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
27724              From: PPrymmer@factset.com
27725              Date: Tue, 4 Feb 2003 12:03:17 -0500
27726              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
27727              
27728              [ 18660]
27729              Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
27730              From: Inaba HIroto <inaba@st.rim.or.jp>
27731              Date: Sat, 01 Feb 2003 21:58:20 +0900
27732              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
27733              
27734              [ 18661]
27735              [perl #19767] has become fixed too (by changes #18653
27736              and #18658, methinks), adding the test(s).
27737              
27738              [ 18662]
27739              Add the test of [perl #8760] (fixed by change #18656).
27740              
27741              [ 18663]
27742              Upgrade to Encode 1.87.
27743              
27744              [ 18664]
27745              Things forgotten from Encode 1.87.
27746      Branch: maint-5.8/perl
27747           +> ext/List/Util/t/lln.t
27748           !> (integrate 43 files)
27749 ____________________________________________________________________________
27750 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
27751         Log: Things forgotten from Encode 1.87.
27752      Branch: perl
27753            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
27754 ____________________________________________________________________________
27755 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
27756         Log: Upgrade to Encode 1.87.
27757      Branch: perl
27758            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
27759            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
27760            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
27761            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
27762            ! ext/Encode/lib/Encode/CJKConstants.pm
27763            ! ext/Encode/lib/Encode/Encoder.pm
27764            ! ext/Encode/lib/Encode/Encoding.pm
27765            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
27766            ! ext/Encode/t/enc_eucjp.t
27767 ____________________________________________________________________________
27768 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
27769         Log: Add the test of [perl #8760] (fixed by change #18656).
27770      Branch: perl
27771            ! t/run/fresh_perl.t
27772 ____________________________________________________________________________
27773 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
27774         Log: has become fixed too (by changes #18653
27775              and #18658, methinks), adding the test(s).
27776      Branch: perl
27777            ! t/op/pat.t
27778 ____________________________________________________________________________
27779 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
27780         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
27781              From: Inaba HIroto <inaba@st.rim.or.jp>
27782              Date: Sat, 01 Feb 2003 21:58:20 +0900
27783              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
27784      Branch: perl
27785            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
27786            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
27787            ! ext/Encode/lib/Encode/Encoding.pm
27788            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
27789            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
27790 ____________________________________________________________________________
27791 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
27792         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
27793              From: PPrymmer@factset.com
27794              Date: Tue, 4 Feb 2003 12:03:17 -0500
27795              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
27796      Branch: perl
27797            ! ext/PerlIO/via/via.xs
27798 ____________________________________________________________________________
27799 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
27800         Log: s/S_cache_re/cache_re/ for building with threads.
27801      Branch: perl
27802            ! regexec.c
27803 ____________________________________________________________________________
27804 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
27805         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
27806              From: Stephen McCamant <smcc@mit.edu>
27807              Date: Mon, 3 Feb 2003 21:01:07 -0500
27808              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
27809      Branch: perl
27810            ! ext/B/B/Concise.pm ext/B/t/concise.t
27811 ____________________________________________________________________________
27812 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
27813         Log: Better version of change #18648, by Enache Adrian
27814              Message-ID: <20030204101533.GA11817@ratsnest.hole>
27815      Branch: perl
27816            ! op.c
27817 ____________________________________________________________________________
27818 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
27819         Log: Add the new test to MANIFEST.
27820      Branch: perl
27821            ! MANIFEST
27822 ____________________________________________________________________________
27823 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
27824         Log: Sync with 1.10
27825      Branch: perl
27826            + ext/List/Util/t/lln.t
27827            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
27828            ! ext/List/Util/lib/List/Util.pm
27829            ! ext/List/Util/lib/Scalar/Util.pm
27830 ____________________________________________________________________________
27831 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
27832         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
27833              The PL_regdata was not set up (S_cache_re()) before it
27834              was needed (S_reginclass()).  The test put in fresh_perl.t
27835              because we need a pristine state to start.
27836      Branch: perl
27837            ! regexec.c t/run/fresh_perl.t
27838 ____________________________________________________________________________
27839 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
27840         Log: Comment tweak.
27841      Branch: perl
27842            ! t/op/pat.t
27843 ____________________________________________________________________________
27844 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
27845         Log: Signedness issue.
27846      Branch: perl
27847            ! ext/MIME/Base64/Base64.xs
27848 ____________________________________________________________________________
27849 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
27850         Log: Force the C locale in makedepend, to prevent gcc from
27851              producing locale-dependent messages.
27852      Branch: perl
27853            ! makedepend.SH
27854 ____________________________________________________________________________
27855 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
27856         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
27857      Branch: perl
27858            ! pod/perlrun.pod
27859 ____________________________________________________________________________
27860 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
27861         Log: Fix bug #8760 : cop_line isn't properly restored
27862              when a module is loaded at runtime behind the scenes.
27863      Branch: perl
27864            ! op.c t/lib/warnings/perlio
27865 ____________________________________________________________________________
27866 [ 18647] By: merijn                                on 2003/02/03  16:14:00
27867         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
27868              From: Abe Timmerman <abe@ztreet.demon.nl>
27869              Date: Sun, 2 Feb 2003 18:27:57 +0100
27870              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
27871      Branch: perl
27872            ! hints/openbsd.sh
27873 ____________________________________________________________________________
27874 [ 18646] By: jhi                                   on 2003/02/03  12:54:10
27875         Log: Integrate:
27876              [ 18640]
27877              Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
27878              threading issue. Should perhaps be a PVOP to save memory, but then
27879              we have nowhere to store the hash of the function!
27880              
27881              [ 18641]
27882              In any case, never copy this but use the same SV since
27883              if we copy we loose the hash we so badly need.
27884              For op_const we might still need to copy however.
27885              
27886              [ 18644]
27887              Duh, test -e ENOPORTABLE, I should've remembered that.
27888              (Made Solaris go boom.)
27889      Branch: maint-5.8/perl
27890           !> Configure dump.c op.c pp_hot.c
27891 ____________________________________________________________________________
27892 [ 18645] By: jhi                                   on 2003/02/03  12:42:15
27893         Log: metaconfig unit change for #18644.
27894      Branch: metaconfig
27895            ! U/modified/Head.U
27896 ____________________________________________________________________________
27897 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
27898         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
27899              (Made Solaris go boom.)
27900      Branch: perl
27901            ! Configure
27902 ____________________________________________________________________________
27903 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
27904         Log: Detypo.
27905      Branch: perl
27906            ! cop.h
27907 ____________________________________________________________________________
27908 [ 18642] By: ams                                   on 2003/02/03  08:26:36
27909         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
27910              utility scripts?)
27911      Branch: perl
27912            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
27913            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
27914            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27915            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27916            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
27917            ! ext/MIME/Base64/t/quoted-print.t
27918 ____________________________________________________________________________
27919 [ 18641] By: sky                                   on 2003/02/02  23:46:24
27920         Log: In any case, never copy this but use the same SV since
27921              if we copy we loose the hash we so badly need.
27922              For op_const we might still need to copy however.
27923      Branch: perl
27924            ! op.c
27925 ____________________________________________________________________________
27926 [ 18640] By: sky                                   on 2003/02/02  23:38:40
27927         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
27928              threading issue. Should perhaps be a PVOP to save memory, but then
27929              we have nowhere to store the hash of the function!
27930      Branch: perl
27931            ! dump.c op.c pp_hot.c
27932 ____________________________________________________________________________
27933 [ 18639] By: jhi                                   on 2003/02/02  20:59:37
27934         Log: Update Changes.
27935      Branch: maint-5.8/perl
27936            ! Changes patchlevel.h
27937 ____________________________________________________________________________
27938 [ 18638] By: jhi                                   on 2003/02/02  20:26:13
27939         Log: Integrate:
27940              [ 18621]
27941              Fix and test for [perl #15549 Empty \Q\E not permitted]
27942              (test.pl-ise quotemeta.t, too)
27943              
27944              [ 18622]
27945              minitest wasn't working.  (The $^X /miniperl/ test in
27946              io/crlf.t didn't work in Tru64, $^X was "./perl", used
27947              the same 'eval q/use .../' trick everywhere.)
27948              
27949              [ 18624]
27950              Plan 9: doesn't really do Configure (undo #18585/#18586)
27951              
27952              [ 18626]
27953              Plan 9: No Configure.
27954              
27955              [ 18627]
27956              Plan 9: Update the list of object files.
27957              
27958              [ 18628]
27959              Plan 9: Update config.plan9 based on Russ Cox' work.
27960              
27961              [ 18629]
27962              Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
27963              
27964              [ 18630]
27965              [perl #15397] seems to have been fixed; add its test.
27966              
27967              [ 18631]
27968              The [perl #7471] seems to have been fixed; add its test.
27969              
27970              [ 18632]
27971              Also [perl #3547] has been fixed; add its test case.
27972              
27973              [ 18633]
27974              Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
27975              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27976              Date: Wed, 22 Jan 2003 22:35:56 +0100
27977              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
27978              
27979              [ 18634]
27980              Subject: [PATCH] pod/perlfunc.pod
27981              From: abigail@abigail.nl
27982              Date: Sun, 2 Feb 2003 16:59:48 +0100
27983              Message-Id: <20030202155948.7971.qmail@abigail.nl>
27984              
27985              [ 18635]
27986              Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
27987              
27988              [ 18636]
27989              Subject: Re: typo in checkin 18616
27990              From: Nick Ing-Simmons <nick@ing-simmons.net>
27991              Date: Sun, 02 Feb 2003 17:23:08 +0000
27992              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
27993              
27994              [ 18637]
27995              Plan 9: Some time has passed.
27996      Branch: maint-5.8/perl
27997           +> plan9/config_h.sample plan9/config_sh.sample
27998           !> Configure MANIFEST XSUB.h mg.c plan9/buildinfo
27999           !> plan9/config.plan9 plan9/mkfile pod/perlfunc.pod pp.c pp_ctl.c
28000           !> pp_hot.c regexec.c regexp.h t/io/crlf.t t/op/pat.t
28001           !> t/op/quotemeta.t t/uni/tr_7jis.t t/uni/tr_eucjp.t
28002           !> t/uni/tr_sjis.t t/uni/tr_utf8.t toke.c
28003 ____________________________________________________________________________
28004 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
28005         Log: Plan 9: Some time has passed.
28006      Branch: perl
28007            ! plan9/buildinfo
28008 ____________________________________________________________________________
28009 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
28010         Log: Subject: Re: typo in checkin 18616
28011              From: Nick Ing-Simmons <nick@ing-simmons.net>
28012              Date: Sun, 02 Feb 2003 17:23:08 +0000
28013              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
28014      Branch: perl
28015            ! XSUB.h
28016 ____________________________________________________________________________
28017 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
28018         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
28019      Branch: perl
28020            + plan9/config_sh.sample
28021            ! MANIFEST
28022 ____________________________________________________________________________
28023 [ 18634] By: ams                                   on 2003/02/02  18:07:01
28024         Log: Subject: [PATCH] pod/perlfunc.pod
28025              From: abigail@abigail.nl
28026              Date: Sun, 2 Feb 2003 16:59:48 +0100
28027              Message-Id: <20030202155948.7971.qmail@abigail.nl>
28028      Branch: perl
28029            ! pod/perlfunc.pod
28030 ____________________________________________________________________________
28031 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
28032         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
28033              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28034              Date: Wed, 22 Jan 2003 22:35:56 +0100
28035              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
28036      Branch: perl
28037            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
28038 ____________________________________________________________________________
28039 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
28040         Log: Also [perl #3547] has been fixed; add its test case.
28041      Branch: perl
28042            ! t/op/pat.t
28043 ____________________________________________________________________________
28044 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
28045         Log: The [perl #7471] seems to have been fixed; add its test.
28046      Branch: perl
28047            ! t/op/pat.t
28048 ____________________________________________________________________________
28049 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
28050         Log: seems to have been fixed; add its test.
28051      Branch: perl
28052            ! t/op/pat.t
28053 ____________________________________________________________________________
28054 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
28055         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
28056      Branch: perl
28057            + plan9/config_h.sample
28058            ! MANIFEST
28059 ____________________________________________________________________________
28060 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
28061         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
28062      Branch: perl
28063            ! plan9/config.plan9
28064 ____________________________________________________________________________
28065 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
28066         Log: Plan 9: Update the list of object files.
28067      Branch: perl
28068            ! plan9/mkfile
28069 ____________________________________________________________________________
28070 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
28071         Log: Plan 9: No Configure.
28072      Branch: perl
28073            ! Configure
28074 ____________________________________________________________________________
28075 [ 18625] By: jhi                                   on 2003/02/02  14:02:50
28076         Log: Plan 9: No Configure.
28077      Branch: metaconfig
28078            ! U/modified/Head.U
28079 ____________________________________________________________________________
28080 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
28081         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
28082      Branch: perl
28083            ! Configure
28084 ____________________________________________________________________________
28085 [ 18623] By: jhi                                   on 2003/02/02  13:28:44
28086         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
28087      Branch: metaconfig
28088            ! U/modified/usenm.U
28089 ____________________________________________________________________________
28090 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
28091         Log: minitest wasn't working.  (The $^X /miniperl/ test in
28092              io/crlf.t didn't work in Tru64, $^X was "./perl", used
28093              the same 'eval q/use .../' trick everywhere.)
28094      Branch: perl
28095            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
28096            ! t/uni/tr_utf8.t
28097 ____________________________________________________________________________
28098 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
28099         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
28100              (test.pl-ise quotemeta.t, too)
28101      Branch: perl
28102            ! t/op/quotemeta.t toke.c
28103 ____________________________________________________________________________
28104 [ 18620] By: nick                                  on 2003/02/02  11:37:57
28105         Log: Integrate mainline
28106      Branch: perlio
28107           !> ext/threads/threads.xs
28108 ____________________________________________________________________________
28109 [ 18619] By: jhi                                   on 2003/02/01  21:13:47
28110         Log: Integrate:
28111              [ 18618]
28112              Fix bug #15837, temporary from storable call hadn't gotten
28113              freed yet and was cloned but without a real (AvREAL)
28114              reference to it. @_ doesn't refcount!
28115      Branch: maint-5.8/perl
28116           !> ext/threads/threads.xs
28117 ____________________________________________________________________________
28118 [ 18618] By: sky                                   on 2003/02/01  21:04:36
28119         Log: Fix bug #15837, temporary from storable call hadn't gotten
28120              freed yet and was cloned but without a real (AvREAL)
28121              reference to it. @_ doesn't refcount!
28122      Branch: perl
28123            ! ext/threads/threads.xs
28124 ____________________________________________________________________________
28125 [ 18617] By: jhi                                   on 2003/02/01  20:05:08
28126         Log: Integrate:
28127              [ 18616]
28128              Integrate from perlio:
28129              
28130              [ 18591]
28131              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
28132              correct XSUB.h 
28133              
28134              [ 18611]
28135              Michael Schroeder's fix for re-try if stdio ops after 
28136              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
28137              
28138              [ 18612]
28139              PerlIO friendly version of speed up of $/ = undef case.
28140              
28141              [ 18613]
28142              fflush() before invalidating stdio's fileno.
28143              
28144              [ 18615]
28145              Don't free thread before using it, breaks platforms that
28146              trust that I really want to free what I free, (like HPUX
28147              and AIX).
28148              
28149              [ 18614]
28150              Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
28151              From: Nick Ing-Simmons <nick@ing-simmons.net>
28152              Date: Sat, 01 Feb 2003 13:03:52 +0000
28153              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
28154              
28155              [ 18609]
28156              Go even further (back) than change #18608 and revert
28157              to the 5.8.0 code, since otherwise split.t #40 fails.
28158              The four new tests of pat.t should keep us more honest.
28159              
28160              [ 18608]
28161              Subject: [FIX] Re: UTF-8 failures (surprise!)
28162              From: Enache Adrian <enache@rdslink.ro>
28163              Date: Fri, 31 Jan 2003 09:20:59 +0200
28164              Message-ID: <20030131072059.GB6045@ratsnest.hole>
28165              
28166              [ 18607]
28167              Fix typo in version check ($[ to $]).
28168              
28169              [ 18606]
28170              Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
28171              From: Jose.auguste-etienne@cgss-guyane.fr
28172              Date: Thu, 30 Jan 2003 12:40:53 -0300
28173              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
28174              
28175              [ 18605]
28176              [perl #20616] code example in the FAQ that isn't strict-friendly.
28177              Subject: [perl #20616] Tie::IxHash doc error.
28178              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
28179              Date: 30 Jan 2003 11:43:17 -0000
28180              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
28181              
28182              [ 18604]
28183              FAQ sync.
28184              
28185              [ 18603]
28186              Subject: [FIX] Re: UTF-8 failures (surprise!)
28187              From: Enache Adrian <enache@rdslink.ro>
28188              Date: Thu, 30 Jan 2003 10:48:09 +0200
28189              Message-ID: <20030130084809.GA16902@ratsnest.hole>
28190              
28191              Fix for half of the failures, with an expanded test.
28192              
28193              [ 18602]
28194              Updates to the openbsd hints
28195              
28196              Subject: [perl #20606] [no subject]
28197              Date: 29 Jan 2003 18:38:37 -0000
28198              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
28199              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
28200              
28201              [ 18599]
28202              Fix a very small memory leak in op_free, by reserving the
28203              case op_seq == (U16)-1 for the compiler backend
28204              
28205              Subject: Re: Freeing code
28206              From: "Paul Johnson" <paul@pjcj.net>
28207              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
28208              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
28209              
28210              [ 18597]
28211              Subject: Re: [perl #20274] perlbug requires dynamic loading
28212              From: Slaven Rezic <slaven@rezic.de>
28213              Date: 14 Jan 2003 20:58:54 +0100
28214              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
28215              
28216              [ 18596]
28217              Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
28218              without the lval context tweak. Used in OP_DBSTATE.
28219              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
28220              From: Dave Mitchell <davem@fdgroup.com>
28221              Date: Sun, 26 Jan 2003 17:42:42 +0000
28222              Message-ID: <20030126174242.H16182@fdgroup.com>
28223              
28224              [ 18594]
28225              Update the pod list for Plan 9.
28226              
28227              [ 18593]
28228              When we copy things out of a hash and increment the 
28229              refcount of the shared scalar, we really must protect
28230              that refcount increase with a lock, or else it might not
28231              happen. Fixes segfault when objects would prematurely
28232              be killed.
28233              
28234              [ 18588]
28235              Lest people get worried about not having PerlIO.
28236      Branch: maint-5.8/perl
28237           !> XSUB.h cop.h ext/Storable/t/restrict.t
28238           !> ext/Sys/Hostname/Hostname.pm ext/threads/shared/shared.xs
28239           !> ext/threads/threads.xs hints/openbsd.sh lib/utf8.t op.c
28240           !> perlio.c plan9/mkfile pod/perlfaq.pod pod/perlfaq2.pod
28241           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
28242           !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlunicode.pod
28243           !> pod/perluniintro.pod pp_ctl.c regexec.c sv.c t/op/pat.t
28244 ____________________________________________________________________________
28245 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
28246         Log: Integrate from perlio:
28247              
28248              [ 18591]
28249              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
28250              correct XSUB.h 
28251              
28252              [ 18611]
28253              Michael Schroeder's fix for re-try if stdio ops after 
28254              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
28255              
28256              [ 18612]
28257              PerlIO friendly version of speed up of $/ = undef case.
28258              
28259              [ 18613]
28260              fflush() before invalidating stdio's fileno.
28261      Branch: perl
28262           !> XSUB.h perlio.c sv.c
28263 ____________________________________________________________________________
28264 [ 18615] By: sky                                   on 2003/02/01  12:01:01
28265         Log: Don't free thread before using it, breaks platforms that
28266              trust that I really want to free what I free, (like HPUX
28267              and AIX).
28268      Branch: perl
28269            ! ext/threads/threads.xs
28270 ____________________________________________________________________________
28271 [ 18614] By: ams                                   on 2003/02/01  12:00:29
28272         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
28273              From: Nick Ing-Simmons <nick@ing-simmons.net>
28274              Date: Sat, 01 Feb 2003 13:03:52 +0000
28275              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
28276      Branch: perl
28277            ! perlio.c
28278 ____________________________________________________________________________
28279 [ 18613] By: nick                                  on 2003/02/01  11:56:47
28280         Log: fflush() before invalidating stdio's fileno.
28281      Branch: perlio
28282            ! perlio.c
28283 ____________________________________________________________________________
28284 [ 18612] By: nick                                  on 2003/02/01  11:37:30
28285         Log: PerlIO friendly version of speed up of $/ = undef case.
28286      Branch: perlio
28287            ! sv.c
28288 ____________________________________________________________________________
28289 [ 18611] By: nick                                  on 2003/02/01  09:26:31
28290         Log: Michael Schroeder's fix for re-try if stdio ops after 
28291              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
28292      Branch: perlio
28293            ! perlio.c
28294 ____________________________________________________________________________
28295 [ 18610] By: nick                                  on 2003/02/01  09:19:20
28296         Log: Integrate mainline
28297      Branch: perlio
28298           +> t/lib/warnings/pad
28299           !> (integrate 43 files)
28300 ____________________________________________________________________________
28301 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
28302         Log: Go even further (back) than change #18608 and revert
28303              to the 5.8.0 code, since otherwise split.t #40 fails.
28304              The four new tests of pat.t should keep us more honest.
28305      Branch: perl
28306            ! regexec.c
28307 ____________________________________________________________________________
28308 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
28309         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
28310              From: Enache Adrian <enache@rdslink.ro>
28311              Date: Fri, 31 Jan 2003 09:20:59 +0200
28312              Message-ID: <20030131072059.GB6045@ratsnest.hole>
28313      Branch: perl
28314            ! regexec.c t/op/pat.t
28315 ____________________________________________________________________________
28316 [ 18607] By: ams                                   on 2003/01/31  02:29:56
28317         Log: Fix typo in version check ($[ to $]).
28318      Branch: perl
28319            ! ext/Storable/t/restrict.t
28320 ____________________________________________________________________________
28321 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
28322         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
28323              From: Jose.auguste-etienne@cgss-guyane.fr
28324              Date: Thu, 30 Jan 2003 12:40:53 -0300
28325              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
28326      Branch: perl
28327            ! pod/perlunicode.pod
28328 ____________________________________________________________________________
28329 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
28330         Log: code example in the FAQ that isn't strict-friendly.
28331              Subject: [perl #20616] Tie::IxHash doc error.
28332              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
28333              Date: 30 Jan 2003 11:43:17 -0000
28334              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
28335      Branch: perl
28336            ! pod/perlfaq4.pod
28337 ____________________________________________________________________________
28338 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
28339         Log: FAQ sync.
28340      Branch: perl
28341            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
28342            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
28343            ! pod/perlfaq8.pod
28344 ____________________________________________________________________________
28345 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
28346         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
28347              From: Enache Adrian <enache@rdslink.ro>
28348              Date: Thu, 30 Jan 2003 10:48:09 +0200
28349              Message-ID: <20030130084809.GA16902@ratsnest.hole>
28350              
28351              Fix for half of the failures, with an expanded test.
28352      Branch: perl
28353            ! lib/utf8.t sv.c
28354 ____________________________________________________________________________
28355 [ 18602] By: merijn                                on 2003/01/30  06:31:50
28356         Log: Updates to the openbsd hints
28357              
28358              Subject: [perl #20606] [no subject]
28359              Date: 29 Jan 2003 18:38:37 -0000
28360              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
28361              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
28362      Branch: perl
28363            ! hints/openbsd.sh
28364 ____________________________________________________________________________
28365 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
28366         Log: More of the #18600.
28367      Branch: perl
28368            ! pad.c
28369 ____________________________________________________________________________
28370 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
28371         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
28372              dumping (but now use SvPV_nolen).  (This change made an empty
28373              prototype to show up as "_" under -Uuseperlio.)
28374      Branch: perl
28375            ! dump.c
28376 ____________________________________________________________________________
28377 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
28378         Log: Fix a very small memory leak in op_free, by reserving the
28379              case op_seq == (U16)-1 for the compiler backend
28380              
28381              Subject: Re: Freeing code
28382              From: "Paul Johnson" <paul@pjcj.net>
28383              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
28384              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
28385      Branch: perl
28386            ! op.c
28387 ____________________________________________________________________________
28388 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
28389         Log: Integrate from maint-5.8:
28390              Change 18450 :
28391              Tiny output tweak.
28392              Change 18429 :
28393              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
28394              things like drand48_data are undefined).
28395              Change 18388 :
28396              List the PERL_MAGIC_utf8 ('w') flag.
28397      Branch: perl
28398           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
28399 ____________________________________________________________________________
28400 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
28401         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
28402              From: Slaven Rezic <slaven@rezic.de>
28403              Date: 14 Jan 2003 20:58:54 +0100
28404              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
28405      Branch: perl
28406            ! ext/Sys/Hostname/Hostname.pm
28407 ____________________________________________________________________________
28408 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
28409         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
28410              without the lval context tweak. Used in OP_DBSTATE.
28411              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
28412              From: Dave Mitchell <davem@fdgroup.com>
28413              Date: Sun, 26 Jan 2003 17:42:42 +0000
28414              Message-ID: <20030126174242.H16182@fdgroup.com>
28415      Branch: perl
28416            ! cop.h pp_ctl.c
28417 ____________________________________________________________________________
28418 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
28419         Log: Subject: [PATCH] make Copy On Write work once again
28420              From: Nicholas Clark <nick@unfortu.net>
28421              Date: Sat, 25 Jan 2003 00:25:50 +0000
28422              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
28423      Branch: perl
28424            ! sv.h
28425 ____________________________________________________________________________
28426 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
28427         Log: Update the pod list for Plan 9.
28428      Branch: perl
28429            ! plan9/mkfile
28430 ____________________________________________________________________________
28431 [ 18593] By: sky                                   on 2003/01/26  22:37:21
28432         Log: When we copy things out of a hash and increment the 
28433              refcount of the shared scalar, we really must protect
28434              that refcount increase with a lock, or else it might not
28435              happen. Fixes segfault when objects would prematurely
28436              be killed.
28437      Branch: perl
28438            ! ext/threads/shared/shared.xs
28439 ____________________________________________________________________________
28440 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
28441         Log: Missing (STRLEN)casts.
28442      Branch: perl
28443            ! sv.c
28444 ____________________________________________________________________________
28445 [ 18591] By: nick                                  on 2003/01/26  17:46:19
28446         Log: PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
28447              correct XSUB.h 
28448      Branch: perlio
28449            ! XSUB.h
28450 ____________________________________________________________________________
28451 [ 18590] By: jhi                                   on 2003/01/26  13:21:03
28452         Log: Integrate:
28453              [ 18589]
28454              OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
28455              
28456              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
28457              From: Dave Mitchell <davem@fdgroup.com>
28458              Date: Fri, 24 Jan 2003 18:44:19 +0000
28459              Message-ID: <20030124184419.F11179@fdgroup.com>
28460      Branch: maint-5.8/perl
28461           !> mg.c op.h pp_ctl.c
28462 ____________________________________________________________________________
28463 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
28464         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
28465              
28466              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
28467              From: Dave Mitchell <davem@fdgroup.com>
28468              Date: Fri, 24 Jan 2003 18:44:19 +0000
28469              Message-ID: <20030124184419.F11179@fdgroup.com>
28470      Branch: perl
28471            ! mg.c op.h pp_ctl.c
28472 ____________________________________________________________________________
28473 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
28474         Log: Lest people get worried about not having PerlIO.
28475      Branch: perl
28476            ! pod/perluniintro.pod
28477 ____________________________________________________________________________
28478 [ 18587] By: jhi                                   on 2003/01/26  09:29:52
28479         Log: Integrate:
28480              [ 18583]
28481              Plan 9 compiler can't return quads from the ?: (condop).
28482              (There may be more spots like this, so a Configure test
28483              maybe in order, but this works for now.)  From Russ Cox.
28484              
28485              [ 18584]
28486              Plan 9 doesn't really have the symlink API, from Russ Cox.
28487              
28488              [ 18586]
28489              Plan 9 doesn't do nm, from Russ Cox.
28490      Branch: maint-5.8/perl
28491           !> Configure ext/PerlIO/via/via.xs plan9/plan9ish.h
28492 ____________________________________________________________________________
28493 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
28494         Log: Plan 9 doesn't do nm, from Russ Cox.
28495      Branch: perl
28496            ! Configure
28497 ____________________________________________________________________________
28498 [ 18585] By: jhi                                   on 2003/01/26  09:18:29
28499         Log: Plan 9 doesn't do nm, from Russ Cox.  
28500      Branch: metaconfig
28501            ! U/modified/usenm.U
28502 ____________________________________________________________________________
28503 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
28504         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
28505      Branch: perl
28506            ! plan9/plan9ish.h
28507 ____________________________________________________________________________
28508 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
28509         Log: Plan 9 compiler can't return quads from the ?: (condop).
28510              (There may be more spots like this, so a Configure test
28511              maybe in order, but this works for now.)  From Russ Cox.
28512      Branch: perl
28513            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
28514 ____________________________________________________________________________
28515 [ 18582] By: jhi                                   on 2003/01/26  08:30:37
28516         Log: Integrate:
28517              [ 18579]
28518              Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
28519              From: Enache Adrian <enache@rdslink.ro>
28520              Date: Sun, 26 Jan 2003 04:55:48 +0200
28521              Message-Id: <20030126025548.GB812@ratsnest.hole>
28522              
28523              [ 18580]
28524              Subject: patch to speed up Perl's slurp mode
28525              From: Enache Adrian <enache@rdslink.ro>
28526              Date: Fri, 24 Jan 2003 06:23:54 +0200
28527              Message-Id: <20030124042354.GA30362@ratsnest.hole>
28528              
28529              [ 18581]
28530              Subject: Re: truncate using a globref
28531              From: Slaven Rezic <slaven@rezic.de>
28532              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
28533              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
28534      Branch: maint-5.8/perl
28535            ! sv.c
28536           !> ext/Storable/Storable.xs pp_ctl.c pp_sys.c t/io/fs.t
28537 ____________________________________________________________________________
28538 [ 18581] By: ams                                   on 2003/01/26  05:29:40
28539         Log: Subject: Re: truncate using a globref
28540              From: Slaven Rezic <slaven@rezic.de>
28541              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
28542              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
28543      Branch: perl
28544            ! pp_sys.c t/io/fs.t
28545 ____________________________________________________________________________
28546 [ 18580] By: ams                                   on 2003/01/26  04:57:47
28547         Log: Subject: patch to speed up Perl's slurp mode
28548              From: Enache Adrian <enache@rdslink.ro>
28549              Date: Fri, 24 Jan 2003 06:23:54 +0200
28550              Message-Id: <20030124042354.GA30362@ratsnest.hole>
28551      Branch: perl
28552            ! sv.c
28553 ____________________________________________________________________________
28554 [ 18579] By: ams                                   on 2003/01/26  02:50:44
28555         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
28556              From: Enache Adrian <enache@rdslink.ro>
28557              Date: Sun, 26 Jan 2003 04:55:48 +0200
28558              Message-Id: <20030126025548.GB812@ratsnest.hole>
28559      Branch: perl
28560            ! pp_ctl.c
28561 ____________________________________________________________________________
28562 [ 18578] By: ams                                   on 2003/01/26  02:40:20
28563         Log: Subject: [PATCH Storable 2.06] const declaration fixup
28564              From: "Craig A. Berry" <craigberry@mac.com>
28565              Date: Thu, 23 Jan 2003 16:24:46 -0600
28566              Message-Id: <3E306BAE.4030807@mac.com>
28567      Branch: perl
28568            ! ext/Storable/Storable.xs
28569 ____________________________________________________________________________
28570 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
28571         Log: Subject: [PATCH] move pad.c warnings to different test file
28572              From: Dave Mitchell <davem@fdgroup.com>
28573              Date: Thu, 23 Jan 2003 20:56:47 +0000
28574              Message-ID: <20030123205647.C8696@fdgroup.com>
28575      Branch: perl
28576            + t/lib/warnings/pad
28577            ! MANIFEST t/lib/warnings/op
28578 ____________________________________________________________________________
28579 [ 18576] By: jhi                                   on 2003/01/23  13:52:39
28580         Log: The perlio->maint changes had somehow gotten of sync.
28581      Branch: maint-5.8/perl
28582           !> perlio.c
28583 ____________________________________________________________________________
28584 [ 18575] By: jhi                                   on 2003/01/23  12:33:38
28585         Log: Integrate:
28586              [ 18569]
28587              Fix [perl #19860] by adding a POSIX::fsync() stub.
28588      Branch: maint-5.8/perl
28589           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
28590 ____________________________________________________________________________
28591 [ 18574] By: jhi                                   on 2003/01/23  12:28:19
28592         Log: Integrate:
28593              [ 18573]
28594              Fix Solaris 32-bit invalidate case.
28595      Branch: maint-5.8/perl
28596           !> perlio.c
28597 ____________________________________________________________________________
28598 [ 18573] By: nick                                  on 2003/01/23  07:26:43
28599         Log: Fix Solaris 32-bit invalidate case.
28600      Branch: perl
28601            ! perlio.c
28602 ____________________________________________________________________________
28603 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
28604         Log: Integrate change 18448 from maint-5.8 :
28605              
28606              Subject: Partial Data::Dumper patch
28607              From: Richard Clamp <richardc@unixbeard.net>
28608              Date: Sat, 4 Jan 2003 00:52:47 +0000
28609              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
28610              
28611              Subject: Re: Partial Data::Dumper patch
28612              From: Slaven Rezic <slaven@rezic.de>
28613              Date: 04 Jan 2003 02:48:08 +0100
28614              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
28615      Branch: perl
28616           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
28617 ____________________________________________________________________________
28618 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
28619         Log: Subject: [PATCH] Re: difference between my and our before introduction
28620              From: Dave Mitchell <davem@fdgroup.com>
28621              Date: Thu, 16 Jan 2003 17:12:37 +0000
28622              Message-ID: <20030116171237.C420@fdgroup.com>
28623              (with a small test tweak)
28624      Branch: perl
28625            ! pad.c t/comp/our.t toke.c
28626 ____________________________________________________________________________
28627 [ 18570] By: nick                                  on 2003/01/22  21:03:43
28628         Log: Integrate mainline
28629      Branch: perlio
28630           !> av.c dump.c embed.fnc embed.h ext/Encode/Changes
28631           !> ext/Encode/Encode.pm ext/Encode/MANIFEST
28632           !> ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
28633           !> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
28634           !> ext/List/Util/Makefile.PL global.sym lib/Term/Complete.pm
28635           !> perlio.c perlio.h sv.c sv.h t/op/array.t t/op/ref.t
28636 ____________________________________________________________________________
28637 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
28638         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
28639      Branch: perl
28640            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
28641 ____________________________________________________________________________
28642 [ 18568] By: jhi                                   on 2003/01/22  20:24:37
28643         Log: Add the POSIX::sigaction() trick by Slaven Rezic
28644              for [perl #17341].
28645      Branch: maint-5.8/perl
28646            ! pod/perlfunc.pod pod/perlipc.pod
28647 ____________________________________________________________________________
28648 [ 18567] By: jhi                                   on 2003/01/22  18:37:55
28649         Log: Integrate:
28650              [ 18545]
28651              Subject: [PATCH perl-current] AUTHORS correction
28652              From: Richard Soderberg <rs@crystalflame.net>
28653              Date: Wed, 22 Jan 2003 02:08:13 -0500
28654              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
28655              
28656              [ 18552]
28657              Subject: [PATCH] assert PV isn't RV
28658              From: Nicholas Clark <nick@unfortu.net>
28659              Date: Fri, 17 Jan 2003 19:40:45 +0000
28660              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
28661              
28662              [ 18553]
28663              Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
28664              From: Martti Rahkila <martti.rahkila@hut.fi>
28665              Date: Sat, 18 Jan 2003 00:25:39 +0200
28666              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
28667              
28668              (chose the 'even safer' version)
28669              
28670              [ 18554]
28671              Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
28672              From: Dave Mitchell <davem@fdgroup.com>
28673              Date: Sun, 19 Jan 2003 16:43:54 +0000
28674              Message-ID: <20030119164353.B24444@fdgroup.com>
28675              
28676              [ 18556]
28677              Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
28678              From: Robin Barker <Robin.Barker@npl.co.uk>
28679              Date: Mon, 20 Jan 2003 15:26:21 -0000
28680              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
28681              
28682              [ 18558]
28683              Subject: Re: slight tweak to -DR flag - display whether on tmps stack
28684              From: Dave Mitchell <davem@fdgroup.com>
28685              Date: Sun, 19 Jan 2003 17:22:05 +0000
28686              Message-ID: <20030119172204.D24444@fdgroup.com>
28687              
28688              [ 18559]
28689              Upgrade to Encode 1.86.
28690      Branch: maint-5.8/perl
28691           !> AUTHORS av.c dump.c ext/Encode/Changes ext/Encode/Encode.pm
28692           !> ext/Encode/MANIFEST ext/Encode/Unicode/Unicode.xs
28693           !> ext/Encode/encoding.pm ext/Encode/t/enc_eucjp.t
28694           !> ext/Encode/t/enc_utf8.t lib/Term/Complete.pm perlio.h sv.h
28695           !> t/op/array.t
28696 ____________________________________________________________________________
28697 [ 18566] By: jhi                                   on 2003/01/22  18:32:41
28698         Log: Regen Configure.
28699      Branch: maint-5.8/perl
28700            ! Configure config_h.SH
28701 ____________________________________________________________________________
28702 [ 18565] By: jhi                                   on 2003/01/22  18:15:06
28703         Log: Integrate from perlio:
28704              [ 18539]
28705              Try the invalidate_fileno() idea for non-leaky stdio sockets.
28706              
28707              [ 18540]
28708              stdio does NOT set errno==EBADF on invalidated fileno
28709              
28710              [ 18547]
28711              Tweak APItest for new semantics of printf.
28712              Now printf() is always real printf() and not #define'd to 
28713              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected 
28714              back to original file does not affect stdout unless we are 
28715              using :stdio as implementation. So things printf()ed XS side 
28716              are not written to file (and turn up at end of test).
28717              So add an XS function which does fflush(stdout), modify .pm
28718              file to export it and .t file to call it.
28719              
28720              [ 18548]
28721              Add defined(__osf__) case to invalidate_fileno (for Tru64).
28722              
28723              [ 18549]
28724              Report layer name (without arg) on fail, and attempt to 
28725              autoload layer name. (Fix for [perl #20460]).
28726              
28727              [ 18550]
28728              #if defined(__irix__) (for stdio invalidate) from Jarkko.
28729              
28730              [ 18560]
28731              Fixes for open.pm which attempts to load layers:
28732              1. C equivalent of local $SIG{__WARN__} = sub {} 
28733              while loading layers to supress warnings lib/open.t does
28734              not want.
28735              2. The loading scheme does not recurse now so look for 
28736              new symptom of bad layer which is that a good module 
28737              fails to load (as we cannot open any files).
28738              
28739              NOTE: In my opinion open.pm should probably die on bad layer
28740              spec rather than just (maybe) warning and then allowing opens
28741              to fail.
28742      Branch: maint-5.8/perl
28743           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
28744           !> ext/XS/APItest/t/printf.t lib/open.pm lib/open.t perlio.c
28745 ____________________________________________________________________________
28746 [ 18564] By: jhi                                   on 2003/01/22  18:07:19
28747         Log: Use the aTHX_-less form (cousin of change #18544).
28748      Branch: maint-5.8/perl
28749            ! sv.c
28750 ____________________________________________________________________________
28751 [ 18563] By: jhi                                   on 2003/01/22  18:03:40
28752         Log: Integrate:
28753              [ 18541]
28754              Try to make including patchlevel.h a bit more
28755              robust (use <> instead of "") and in case of
28756              failure (PERL_VERSION didn't get defined) try
28757              to fail (by trying to #include an "obviously"
28758              named file that should not exist) (didn't use
28759              #error since IIRC older cpps do not have it)
28760              (Tries to address [perl #20276].)
28761              
28762              [ 18543]
28763              Update the MD5 checksums.
28764      Branch: maint-5.8/perl
28765           !> ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
28766           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
28767           !> ext/List/Util/Util.xs ext/Storable/Storable.xs
28768 ____________________________________________________________________________
28769 [ 18562] By: jhi                                   on 2003/01/22  17:59:44
28770         Log: Integrate:
28771              [ 18536]
28772              Allow explicit -C enable/disable by -C:1/-C:0
28773              (suggested by Peter Haworth).
28774              
28775              (accept mainline's perlrun since somehow maint has gotten of sync)
28776      Branch: maint-5.8/perl
28777           !> perl.c pod/perlrun.pod
28778 ____________________________________________________________________________
28779 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
28780         Log: Integrate from perlio:
28781              [ 18560]
28782              Fixes for open.pm which attempts to load layers:
28783              1. C equivalent of local $SIG{__WARN__} = sub {} 
28784              while loading layers to supress warnings lib/open.t does
28785              not want.
28786              2. The loading scheme does not recurse now so look for 
28787              new symptom of bad layer which is that a good module 
28788              fails to load (as we cannot open any files).
28789              
28790              NOTE: In my opinion open.pm should probably die on bad layer
28791              spec rather than just (maybe) warning and then allowing opens
28792              to fail.
28793      Branch: perl
28794           !> lib/open.t perlio.c
28795 ____________________________________________________________________________
28796 [ 18560] By: nick                                  on 2003/01/22  17:19:41
28797         Log: Fixes for open.pm which attempts to load layers:
28798              1. C equivalent of local $SIG{__WARN__} = sub {} 
28799              while loading layers to supress warnings lib/open.t does
28800              not want.
28801              2. The loading scheme does not recurse now so look for 
28802              new symptom of bad layer which is that a good module 
28803              fails to load (as we cannot open any files).
28804              
28805              NOTE: In my opinion open.pm should probably die on bad layer
28806              spec rather than just (maybe) warning and then allowing opens
28807              to fail.
28808      Branch: perlio
28809            ! lib/open.t perlio.c
28810 ____________________________________________________________________________
28811 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
28812         Log: Upgrade to Encode 1.86.
28813      Branch: perl
28814            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
28815            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
28816            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
28817 ____________________________________________________________________________
28818 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
28819         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
28820              From: Dave Mitchell <davem@fdgroup.com>
28821              Date: Sun, 19 Jan 2003 17:22:05 +0000
28822              Message-ID: <20030119172204.D24444@fdgroup.com>
28823      Branch: perl
28824            ! dump.c
28825 ____________________________________________________________________________
28826 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
28827         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
28828              From: Nicholas Clark <nick@unfortu.net>
28829              Date: Tue, 21 Jan 2003 22:27:21 +0000
28830              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
28831      Branch: perl
28832            ! sv.c t/op/ref.t
28833 ____________________________________________________________________________
28834 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
28835         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
28836              From: Robin Barker <Robin.Barker@npl.co.uk>
28837              Date: Mon, 20 Jan 2003 15:26:21 -0000
28838              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
28839      Branch: perl
28840            ! perlio.h
28841 ____________________________________________________________________________
28842 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
28843         Log: Integrate from perlio:
28844              [ 18539]
28845              Try the invalidate_fileno() idea for non-leaky stdio sockets.
28846              
28847              [ 18540]
28848              stdio does NOT set errno==EBADF on invalidated fileno
28849              
28850              [ 18547]
28851              Tweak APItest for new semantics of printf.
28852              Now printf() is always real printf() and not #define'd to 
28853              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected 
28854              back to original file does not affect stdout unless we are 
28855              using :stdio as implementation. So things printf()ed XS side 
28856              are not written to file (and turn up at end of test).
28857              So add an XS function which does fflush(stdout), modify .pm
28858              file to export it and .t file to call it.
28859              
28860              [ 18548]
28861              Add defined(__osf__) case to invalidate_fileno (for Tru64).
28862              
28863              [ 18549]
28864              Report layer name (without arg) on fail, and attempt to 
28865              autoload layer name. (Fix for [perl #20460]).
28866              
28867              [ 18550]
28868              #if defined(__irix__) (for stdio invalidate) from Jarkko.
28869      Branch: perl
28870           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
28871           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
28872 ____________________________________________________________________________
28873 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
28874         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
28875              From: Dave Mitchell <davem@fdgroup.com>
28876              Date: Sun, 19 Jan 2003 16:43:54 +0000
28877              Message-ID: <20030119164353.B24444@fdgroup.com>
28878      Branch: perl
28879            ! av.c t/op/array.t
28880 ____________________________________________________________________________
28881 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
28882         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
28883              From: Martti Rahkila <martti.rahkila@hut.fi>
28884              Date: Sat, 18 Jan 2003 00:25:39 +0200
28885              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
28886              
28887              (chose the 'even safer' version)
28888      Branch: perl
28889            ! lib/Term/Complete.pm
28890 ____________________________________________________________________________
28891 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
28892         Log: Subject: [PATCH] assert PV isn't RV
28893              From: Nicholas Clark <nick@unfortu.net>
28894              Date: Fri, 17 Jan 2003 19:40:45 +0000
28895              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
28896      Branch: perl
28897            ! sv.h
28898 ____________________________________________________________________________
28899 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
28900         Log: Integrate from maint-5.8:
28901              [ 18375]
28902              Better version of change #18370; use the new 'E' flag
28903              so that cxinc is exposed (as cpp) only to List::Util
28904              (well, any extension) (well, anyone who does -DPERL_EXT),
28905              no need to export it globally.
28906      Branch: perl
28907           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
28908 ____________________________________________________________________________
28909 [ 18550] By: nick                                  on 2003/01/22  12:27:48
28910         Log: #if defined(__irix__) (for stdio invalidate) from Jarkko.
28911      Branch: perlio
28912            ! perlio.c
28913 ____________________________________________________________________________
28914 [ 18549] By: nick                                  on 2003/01/22  09:06:23
28915         Log: Report layer name (without arg) on fail, and attempt to 
28916              autoload layer name. (Fix for [perl #20460]).
28917      Branch: perlio
28918            ! lib/open.pm
28919 ____________________________________________________________________________
28920 [ 18548] By: nick                                  on 2003/01/22  08:47:24
28921         Log: Add defined(__osf__) case to invalidate_fileno (for Tru64).
28922      Branch: perlio
28923            ! perlio.c
28924 ____________________________________________________________________________
28925 [ 18547] By: nick                                  on 2003/01/22  08:32:59
28926         Log: Tweak APItest for new semantics of printf.
28927              Now printf() is always real printf() and not #define'd to 
28928              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected 
28929              back to original file does not affect stdout unless we are 
28930              using :stdio as implementation. So things printf()ed XS side 
28931              are not written to file (and turn up at end of test).
28932              So add an XS function which does fflush(stdout), modify .pm
28933              file to export it and .t file to call it.
28934      Branch: perlio
28935            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
28936            ! ext/XS/APItest/t/printf.t
28937 ____________________________________________________________________________
28938 [ 18546] By: nick                                  on 2003/01/22  08:26:14
28939         Log: Integrate mainline
28940      Branch: perlio
28941           !> (integrate 36 files)
28942 ____________________________________________________________________________
28943 [ 18545] By: ams                                   on 2003/01/22  06:06:26
28944         Log: Subject: [PATCH perl-current] AUTHORS correction
28945              From: Richard Soderberg <rs@crystalflame.net>
28946              Date: Wed, 22 Jan 2003 02:08:13 -0500
28947              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
28948      Branch: perl
28949            ! AUTHORS
28950 ____________________________________________________________________________
28951 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
28952         Log: Continuation of #18542.
28953      Branch: perl
28954            ! sv.c
28955 ____________________________________________________________________________
28956 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
28957         Log: Update the MD5 checksums.
28958      Branch: perl
28959            ! ext/Digest/MD5/t/files.t
28960 ____________________________________________________________________________
28961 [ 18542] By: hv                                    on 2003/01/22  01:37:52
28962         Log: #18530 misses a couple of pTHX definitions
28963      Branch: perl
28964            ! sv.c
28965 ____________________________________________________________________________
28966 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
28967         Log: Try to make including patchlevel.h a bit more
28968              robust (use <> instead of "") and in case of
28969              failure (PERL_VERSION didn't get defined) try
28970              to fail (by trying to #include an "obviously"
28971              named file that should not exist) (didn't use
28972              #error since IIRC older cpps do not have it)
28973              (Tries to address [perl #20276].)
28974      Branch: perl
28975            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
28976            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
28977            ! ext/Storable/Storable.xs
28978 ____________________________________________________________________________
28979 [ 18540] By: nick                                  on 2003/01/21  20:53:00
28980         Log: stdio does NOT set errno==EBADF on invalidated fileno
28981      Branch: perlio
28982            ! perlio.c
28983 ____________________________________________________________________________
28984 [ 18539] By: nick                                  on 2003/01/21  20:22:55
28985         Log: Try the invalidate_fileno() idea for non-leaky stdio sockets.
28986      Branch: perlio
28987            ! perlio.c
28988 ____________________________________________________________________________
28989 [ 18538] By: merijn                                on 2003/01/21  16:54:00
28990         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
28991              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28992              Date: Mon, 30 Dec 2002 18:01:16 -0800
28993              Message-ID: <spPE+gzkg+6F092yn@efn.org>
28994      Branch: perl
28995            ! Configure
28996 ____________________________________________________________________________
28997 [ 18537] By: merijn                                on 2003/01/21  16:49:45
28998         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
28999              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29000              Date: Mon, 30 Dec 2002 18:01:16 -0800
29001              Message-ID: <spPE+gzkg+6F092yn@efn.org>
29002      Branch: metaconfig
29003            + U/modified/i_malloc.U
29004 ____________________________________________________________________________
29005 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
29006         Log: Allow explicit -C enable/disable by -C:1/-C:0
29007              (suggested by Peter Haworth).
29008      Branch: perl
29009            ! perl.c pod/perlrun.pod
29010 ____________________________________________________________________________
29011 [ 18535] By: jhi                                   on 2003/01/21  02:49:55
29012         Log: Integrate:
29013              [ 18526]
29014              Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
29015              From: Blair Zajac <blair@orcaware.com>
29016              Date: Wed, 08 Jan 2003 12:28:35 -0800
29017              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
29018              
29019              [ 18527]
29020              Subject: perl version reporting
29021              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29022              Date: Wed, 18 Dec 2002 08:30:32 +0100
29023              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
29024              
29025              [ 18532]
29026              Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
29027              From: Martien Verbruggen <mgjv@tradingpost.com.au>
29028              Date: Tue, 31 Dec 2002 16:42:28 +1100
29029              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
29030              
29031              [ 18533]
29032              Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
29033              From: hv@crypt.org
29034              Date: Thu, 02 Jan 2003 14:33:49 +0000
29035              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
29036              
29037              [ 18534]
29038              Subject: PATCH: perldoc in MAINT branch (probably unstable too)
29039              From: Chip Turner <cturner@redhat.com>
29040              Date: 02 Jan 2003 11:35:57 -0500
29041              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
29042      Branch: maint-5.8/perl
29043           !> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
29044           !> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
29045           !> lib/Pod/Perldoc.pm perl.c pod/perlsyn.pod regexec.c
29046           !> t/op/subst.t
29047 ____________________________________________________________________________
29048 [ 18534] By: hv                                    on 2003/01/21  02:22:53
29049         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
29050              From: Chip Turner <cturner@redhat.com>
29051              Date: 02 Jan 2003 11:35:57 -0500
29052              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
29053      Branch: perl
29054            ! lib/Pod/Perldoc.pm
29055 ____________________________________________________________________________
29056 [ 18533] By: hv                                    on 2003/01/21  02:15:29
29057         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
29058              From: hv@crypt.org
29059              Date: Thu, 02 Jan 2003 14:33:49 +0000
29060              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
29061      Branch: perl
29062            ! regexec.c t/op/subst.t
29063 ____________________________________________________________________________
29064 [ 18532] By: hv                                    on 2003/01/21  01:56:31
29065         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
29066              From: Martien Verbruggen <mgjv@tradingpost.com.au>
29067              Date: Tue, 31 Dec 2002 16:42:28 +1100
29068              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
29069      Branch: perl
29070            ! pod/perlsyn.pod
29071 ____________________________________________________________________________
29072 [ 18531] By: hv                                    on 2003/01/21  01:52:49
29073         Log: integrate #18366-18370 from maint-5.8:
29074              Implement the CPP namespace protection from [perl #8610];
29075              unless a function has an 'A' flag, it's defined only if
29076              PERL_CORE.  (Why do we have so many many functions with an
29077              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
29078              could be cut down further by having a state variable and
29079              inserting #ifdefs and #endifs when the state flips.)
29080              
29081              Caught by change #18366; thanks to the re extension we have some
29082              functions that are file static but yet part of "the public API"...
29083              Maybe a new class of exportability (a new embed.fnc flag) is
29084              required for this case.
29085              
29086              Continue on change #18367; implement the said flag, 'E'.
29087              (Some nm output studying was needed to get the right set
29088              of re symbols defined.)
29089              
29090              In AIX (strict symbol exports) the cxinc is needed for List::Util. 
29091      Branch: perl
29092            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
29093 ____________________________________________________________________________
29094 [ 18530] By: hv                                    on 2003/01/21  01:37:03
29095         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
29096              Introduce a cache for UTF-8 data: length and byte<->char offset
29097              mapping are stored in a new type of magic.  Speeds up length(),
29098              substr(), index(), rindex(), pos(), and some parts of s///.
29099              
29100              The speedup varies a lot (on the usual suspects: what is the
29101              access pattern of the data, compiler, CPU), but should be at
29102              least one order of magnitude, and getting to the same magnitude
29103              as byte string speeds, and in some cases  (length on unchanged data)
29104              even reaching the byte string speed.  On the other hand, in some
29105              cases (index) the byte speed is still faster by a factor of five
29106              or so, but the bottleneck there does not seem to be any more
29107              the byte<->char offset mapping (instead, the fbm_instr() speed).
29108              
29109              There is one cache slot for the length, and only two for the 
29110              byte<->char offset mapping (the first one for the start->offset,
29111              and the second for the offset->offset+length, when talking
29112              in substr() terms).
29113              
29114              Code this hairy is bound to have hairy trolls hiding under it.
29115              [...]
29116              A small tweak on top of #18353: don't display mg_len bytes of
29117              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
29118      Branch: perl
29119            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
29120            ! sv.c util.c
29121 ____________________________________________________________________________
29122 [ 18529] By: hv                                    on 2003/01/21  00:44:20
29123         Log: integrate #18349 from maint-5.8:
29124              At least partially address [perl #10000] by speeding
29125              up both the ASCII case (by about 2-3%) and the UTF-8 case 
29126              (by about 45%).  The major trick is to avoid hitting the
29127              costly S_reginclass().  (Even before this patch the speedup
29128              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
29129              still about 30-60% slower than the ASCII case.  (Note that
29130              I'm unable to reproduce the 10-fold speed difference of the
29131              original bug report; I can see a factor of 2 or 3, but no more.)
29132      Branch: perl
29133           !> regexec.c
29134 ____________________________________________________________________________
29135 [ 18528] By: hv                                    on 2003/01/21  00:24:11
29136         Log: Subject: [PATCH pp_ctl.c] silence warning
29137              From: Dave Mitchell <davem@fdgroup.com>
29138              Date: Sun, 29 Dec 2002 15:09:31 +0000
29139              Message-ID: <20021229150931.C2325@fdgroup.com>
29140      Branch: perl
29141            ! pp_ctl.c
29142 ____________________________________________________________________________
29143 [ 18527] By: hv                                    on 2003/01/21  00:04:14
29144         Log: Subject: perl version reporting
29145              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29146              Date: Wed, 18 Dec 2002 08:30:32 +0100
29147              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
29148      Branch: perl
29149            ! perl.c
29150 ____________________________________________________________________________
29151 [ 18526] By: hv                                    on 2003/01/20  23:21:22
29152         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
29153              From: Blair Zajac <blair@orcaware.com>
29154              Date: Wed, 08 Jan 2003 12:28:35 -0800
29155              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
29156      Branch: perl
29157            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
29158            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
29159 ____________________________________________________________________________
29160 [ 18525] By: jhi                                   on 2003/01/20  17:54:12
29161         Log: Integrate:
29162              [ 18516]
29163              microperl update.
29164              
29165              [ 18519]
29166              Encode MANIFEST update.
29167              
29168              [ 18521]
29169              Retract #18154 (integrate of perlio #18507), not enough
29170              threadsafety.
29171              
29172              [ 18522]
29173              Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
29174              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
29175              Date: 20 Jan 2003 01:54:07 -0000
29176              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
29177              
29178              [ 18523]
29179              Upgrade to Digest 1.02.
29180              
29181              [ 18524]
29182              Integrate from perlio:
29183              [ 18520]
29184              Move #define printf out of perl.h into appropriate 
29185              PerlIO files.
29186      Branch: maint-5.8/perl
29187           !> Makefile.micro ext/Encode/MANIFEST fakesdio.h lib/Digest.pm
29188           !> lib/Digest.t nostdio.h perl.h perlio.c pp_hot.c uconfig.h
29189           !> uconfig.sh
29190 ____________________________________________________________________________
29191 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
29192         Log: Integrate from perlio:
29193              [ 18520]
29194              Move #define printf out of perl.h into appropriate 
29195              PerlIO files.
29196      Branch: perl
29197           !> fakesdio.h nostdio.h perl.h
29198 ____________________________________________________________________________
29199 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
29200         Log: Upgrade to Digest 1.02.
29201      Branch: perl
29202            ! lib/Digest.pm lib/Digest.t
29203 ____________________________________________________________________________
29204 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
29205         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
29206              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
29207              Date: 20 Jan 2003 01:54:07 -0000
29208              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
29209      Branch: perl
29210            ! pp_hot.c
29211 ____________________________________________________________________________
29212 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
29213         Log: Retract #18154 (integrate of perlio #18507), not enough
29214              threadsafety.
29215      Branch: perl
29216            ! perlio.c
29217 ____________________________________________________________________________
29218 [ 18520] By: nick                                  on 2003/01/20  15:09:08
29219         Log: Move #define printf out of perl.h into appropriate 
29220              PerlIO files.
29221      Branch: perlio
29222            ! fakesdio.h nostdio.h perl.h
29223 ____________________________________________________________________________
29224 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
29225         Log: Encode MANIFEST update.
29226      Branch: perl
29227            ! ext/Encode/MANIFEST
29228 ____________________________________________________________________________
29229 [ 18518] By: nick                                  on 2003/01/20  09:37:52
29230         Log: Integrate mainline
29231      Branch: perlio
29232           +> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
29233           +> ext/Time/HiRes/fallback/const-c.inc
29234           +> ext/Time/HiRes/fallback/const-xs.inc t/op/readline.t
29235           !> (integrate 75 files)
29236 ____________________________________________________________________________
29237 [ 18517] By: nick                                  on 2003/01/20  08:34:10
29238         Log: Integrate #18405 from maint-5.8 which fixes whitespac
29239              issues in open(FH,"&...") 
29240      Branch: perl
29241           !> doio.c
29242 ____________________________________________________________________________
29243 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
29244         Log: microperl update.
29245      Branch: perl
29246            ! Makefile.micro uconfig.h uconfig.sh
29247 ____________________________________________________________________________
29248 [ 18515] By: jhi                                   on 2003/01/18  18:43:52
29249         Log: Integrate:
29250              [ 18474]
29251              Integrate from perlio:
29252              [ 18470]
29253              Fix #16306 and #16880
29254              
29255              (#16306 Big Badda leak in Sockets)
29256              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
29257              
29258              [ 18475]
29259              Integrate from perlio:
29260              [ 18471]
29261              Fix #18711 and add test for it (and indeed tell on write
29262              handles at all !
29263              
29264              (#18711 Serious bug of tell() in perl)
29265              
29266              [ 18507]
29267              Thread-protection for dup/fclose/dup2 scheme of stdio leak
29268              avoidance.
29269              
29270              [ 18508]
29271              Subject: Re: 18457 on cygwin/20030113
29272              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
29273              Date: Fri, 17 Jan 2003 15:10:34 +0000
29274              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
29275              
29276              [ 18509]
29277              Upgrade to Digest::MD5 2.22.
29278              
29279              [ 18510]
29280              Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
29281              
29282              [ 18511]
29283              Upgrade to Digest 1.01.
29284              
29285              [ 18512]
29286              EPOC perl address updates.
29287              
29288              [ 18513]
29289              Slight pod reformatting based on [perl #20284].
29290              
29291              [ 18514]
29292              Integrate from perlio:
29293              [ 18507]
29294              Thread-protection for dup/fclose/dup2 scheme of stdio leak
29295              avoidance.
29296      Branch: maint-5.8/perl
29297           !> README.epoc README.mint ext/Data/Dumper/Dumper.pm
29298           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29299           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
29300           !> ext/Digest/MD5/t/files.t lib/Digest.pm perlio.c t/io/tell.t
29301           !> utils/libnetcfg.PL
29302 ____________________________________________________________________________
29303 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
29304         Log: Integrate from perlio:
29305              [ 18507]
29306              Thread-protection for dup/fclose/dup2 scheme of stdio leak
29307              avoidance.
29308      Branch: perl
29309           !> perlio.c t/io/tell.t
29310 ____________________________________________________________________________
29311 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
29312         Log: Slight pod reformatting based on [perl #20284].
29313      Branch: perl
29314            ! README.mint ext/Data/Dumper/Dumper.pm
29315 ____________________________________________________________________________
29316 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
29317         Log: EPOC perl address updates.
29318      Branch: perl
29319            ! README.epoc
29320 ____________________________________________________________________________
29321 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
29322         Log: Upgrade to Digest 1.01.
29323      Branch: perl
29324            ! lib/Digest.pm
29325 ____________________________________________________________________________
29326 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
29327         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
29328      Branch: perl
29329            ! utils/libnetcfg.PL
29330 ____________________________________________________________________________
29331 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
29332         Log: Upgrade to Digest::MD5 2.22.
29333      Branch: perl
29334            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29335            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
29336            ! ext/Digest/MD5/t/files.t
29337 ____________________________________________________________________________
29338 [ 18508] By: merijn                                on 2003/01/17  14:12:53
29339         Log: Subject: Re: 18457 on cygwin/20030113
29340              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
29341              Date: Fri, 17 Jan 2003 15:10:34 +0000
29342              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
29343      Branch: perl
29344            ! t/io/tell.t
29345 ____________________________________________________________________________
29346 [ 18507] By: nick                                  on 2003/01/17  14:05:27
29347         Log: Thread-protection for dup/fclose/dup2 scheme of stdio leak
29348              avoidance.
29349      Branch: perlio
29350            ! perlio.c
29351 ____________________________________________________________________________
29352 [ 18506] By: nick                                  on 2003/01/17  14:04:18
29353         Log: Correct typo (actually copy/paste of wrong thing).
29354      Branch: perlio
29355            ! t/io/tell.t
29356 ____________________________________________________________________________
29357 [ 18505] By: jhi                                   on 2003/01/17  13:36:55
29358         Log: Integrate:
29359              [ 18504]
29360              Integrate from perlio:
29361              [ 18476]
29362              Remove workaround for :stdio layer bug now fixed
29363              (Fixes #18975)
29364      Branch: maint-5.8/perl
29365           !> pp_sys.c
29366 ____________________________________________________________________________
29367 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
29368         Log: Integrate from perlio:
29369              [ 18476]
29370              Remove workaround for :stdio layer bug now fixed
29371              (Fixes #18975)
29372      Branch: perl
29373           !> pp_sys.c
29374 ____________________________________________________________________________
29375 [ 18503] By: jhi                                   on 2003/01/16  23:29:57
29376         Log: Integrate:
29377              [ 18478]
29378              Upgrade to Encode 1.84.
29379              
29380              [ 18479]
29381              Add a test for encoding 'utf8'.
29382              
29383              [ 18480]
29384              Encode 1.84 broke the subtest #7, further study required.
29385              
29386              [ 18481]
29387              Apparently some stdios have bugs (no! don't tell it is so!)
29388              or there is a corner of stdio that is substandardised.
29389              
29390              [ 18483]
29391              Detypo.
29392              
29393              [ 18484]
29394              Upgrade to Time::HiRes 1.42.
29395              
29396              [ 18486]
29397              isa() and can() didn't work on magic variables
29398              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
29399              plus a test case by B. Goldberg
29400              
29401              [ 18487]
29402              Add a test case for bug [perl #19545]
29403              
29404              [ 18488]
29405              Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
29406              From: Brendan O'Dea <bod@debian.org>
29407              Date: Sun, 12 Jan 2003 06:17:30 +1100
29408              Message-ID: <20030111191730.GA19420@londo.c47.org>
29409              
29410              [ 18489]
29411              Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
29412              From: Brendan O'Dea <bod@debian.org>
29413              Date: Sun, 12 Jan 2003 06:18:32 +1100
29414              Message-ID: <20030111191832.GA19441@londo.c47.org>
29415              
29416              [ 18490]
29417              Make the locale-induced UTF-8-ification of STD fhs
29418              and the default file open layer explicit (either -C
29419              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
29420              
29421              [ 18491]
29422              if (0) the PL_widesyscalls code for now: Sarathy
29423              should take another look to see whether it is really
29424              safe to remove the code, too.
29425              
29426              [ 18492]
29427              Subject: Update for ext/Digest/MD5/
29428              From: Gisle Aas <gisle@ActiveState.com>
29429              Date: 30 Dec 2002 07:38:16 -0800
29430              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
29431              
29432              [ 18493]
29433              Subject: Update for ext/MIME/Base64/
29434              From: Gisle Aas <gisle@ActiveState.com>
29435              Date: 30 Dec 2002 07:34:34 -0800
29436              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
29437              
29438              [ 18494]
29439              Upgrade to CGI.pm 2.89.
29440              
29441              [ 18495]
29442              It seems the binmode() is needed with UTF-8 locales enabled.
29443              
29444              [ 18496]
29445              Fix 'use encoding' I/O for code points 0x80..0xFF;
29446              code changes from Inaba Hiroto; test tweaks by jhi.
29447              
29448              [ 18501]
29449              Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
29450              From: "Jos I. Boumans" <kane@dwim.org>
29451              Date: Thu, 16 Jan 2003 14:04:48 +0100
29452              Message-ID: <3E26ADF0.6010605@dwim.org>
29453              (with test tweaks)
29454              
29455              [ 18502]
29456              Integrate from maint-5.6:
29457              [ 18477]
29458              search utility doesn't skip exe/lib/pdb files properly on windows
29459      Branch: maint-5.8/perl
29460           +> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
29461           !> (integrate 57 files)
29462 ____________________________________________________________________________
29463 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
29464         Log: Integrate from maint-5.6:
29465              [ 18477]
29466              search utility doesn't skip exe/lib/pdb files properly on windows
29467      Branch: perl
29468           !> win32/bin/search.pl
29469 ____________________________________________________________________________
29470 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
29471         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
29472              From: "Jos I. Boumans" <kane@dwim.org>
29473              Date: Thu, 16 Jan 2003 14:04:48 +0100
29474              Message-ID: <3E26ADF0.6010605@dwim.org>
29475              (with test tweaks)
29476      Branch: perl
29477            ! lib/File/Find.pm lib/File/Find/t/find.t
29478 ____________________________________________________________________________
29479 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
29480         Log: Integrate #18447 from maint-5.8 :
29481              test.pl-ise t/op/fh.t.
29482      Branch: perl
29483           !> t/op/fh.t
29484 ____________________________________________________________________________
29485 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
29486         Log: Integrate changes to Attribute::Handlers from maint-5.8
29487              (18404 and 18427).
29488              Subject: [PATCH] Re: Attribute::Handlers phase variance
29489              From: Richard Clamp <richardc@unixbeard.net>
29490              Date: Mon, 9 Dec 2002 11:10:24 +0000
29491              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
29492      Branch: perl
29493           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
29494 ____________________________________________________________________________
29495 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
29496         Log: Integrate changes #18422 and #18423 from maint-5.8.
29497              18422 :
29498              Third Degree found a read of uninit memory (after setting
29499              grent_size with sysconf(), pwent_size was read).  Also make
29500              the ERANGE/INVARG more consistent.
29501              18423 :
29502              spent_size was still off.  (As far as I can tell
29503              _SC_GETPW_R_SIZE_MAX is supposed to be used also
29504              for spents, not just pwents.)
29505      Branch: perl
29506           !> reentr.c reentr.h reentr.pl
29507 ____________________________________________________________________________
29508 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
29509         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
29510              From: Dave Mitchell <davem@fdgroup.com>
29511              Date: Wed, 1 Jan 2003 21:43:24 +0000
29512              Message-ID: <20030101214324.F12907@fdgroup.com>
29513              (integrated from change #18397 in maint-5.8)
29514      Branch: perl
29515           !> lib/Time/Local.pm lib/Time/Local.t
29516 ____________________________________________________________________________
29517 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
29518         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
29519              code changes from Inaba Hiroto; test tweaks by jhi.
29520      Branch: perl
29521            + ext/Encode/t/enc_eucjp.t
29522            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
29523            ! pp.c sv.c sv.h t/uni/tr_utf8.t
29524 ____________________________________________________________________________
29525 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
29526         Log: It seems the binmode() is needed with UTF-8 locales enabled.
29527      Branch: perl
29528            ! ext/Encode/t/CJKT.t
29529 ____________________________________________________________________________
29530 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
29531         Log: Upgrade to CGI.pm 2.89.
29532      Branch: perl
29533            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
29534            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
29535 ____________________________________________________________________________
29536 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
29537         Log: Subject: Update for ext/MIME/Base64/
29538              From: Gisle Aas <gisle@ActiveState.com>
29539              Date: 30 Dec 2002 07:34:34 -0800
29540              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
29541      Branch: perl
29542            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
29543            ! ext/MIME/Base64/QuotedPrint.pm
29544            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
29545 ____________________________________________________________________________
29546 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
29547         Log: Subject: Update for ext/Digest/MD5/
29548              From: Gisle Aas <gisle@ActiveState.com>
29549              Date: 30 Dec 2002 07:38:16 -0800
29550              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
29551      Branch: perl
29552            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
29553            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
29554            ! ext/Digest/MD5/t/files.t
29555 ____________________________________________________________________________
29556 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
29557         Log: if (0) the PL_widesyscalls code for now: Sarathy
29558              should take another look to see whether it is really
29559              safe to remove the code, too.
29560      Branch: perl
29561            ! win32/win32.h wince/win32.h
29562 ____________________________________________________________________________
29563 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
29564         Log: Make the locale-induced UTF-8-ification of STD fhs
29565              and the default file open layer explicit (either -C
29566              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
29567      Branch: perl
29568            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
29569            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
29570            ! pod/perlvar.pod
29571 ____________________________________________________________________________
29572 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
29573         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
29574              From: Brendan O'Dea <bod@debian.org>
29575              Date: Sun, 12 Jan 2003 06:18:32 +1100
29576              Message-ID: <20030111191832.GA19441@londo.c47.org>
29577      Branch: perl
29578            ! pod/perlrun.pod
29579 ____________________________________________________________________________
29580 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
29581         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
29582              From: Brendan O'Dea <bod@debian.org>
29583              Date: Sun, 12 Jan 2003 06:17:30 +1100
29584              Message-ID: <20030111191730.GA19420@londo.c47.org>
29585      Branch: perl
29586            ! lib/diagnostics.pm
29587 ____________________________________________________________________________
29588 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
29589         Log: Add a test case for bug [perl #19545]
29590      Branch: perl
29591            ! t/op/do.t
29592 ____________________________________________________________________________
29593 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
29594         Log: isa() and can() didn't work on magic variables
29595              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
29596              plus a test case by B. Goldberg
29597      Branch: perl
29598            ! t/op/universal.t universal.c
29599 ____________________________________________________________________________
29600 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
29601         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
29602              From: Stephen McCamant <smcc@mit.edu>
29603              Date: Thu, 2 Jan 2003 18:08:23 -0500
29604              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
29605              Plus a test by Jarkko
29606              Integrated from changes 18444 and 18446 from maint-5.8
29607      Branch: perl
29608           +> t/op/readline.t
29609           !> MANIFEST pp_hot.c
29610 ____________________________________________________________________________
29611 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
29612         Log: Upgrade to Time::HiRes 1.42.
29613      Branch: perl
29614            + ext/Time/HiRes/fallback/const-c.inc
29615            + ext/Time/HiRes/fallback/const-xs.inc
29616            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29617            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
29618 ____________________________________________________________________________
29619 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
29620         Log: Detypo.
29621      Branch: perl
29622            ! ext/Encode/Unicode/Unicode.xs
29623 ____________________________________________________________________________
29624 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
29625         Log: Integrate change #18365 from maint-5.8 :
29626              Doc tweak on the S_ macros.
29627      Branch: perl
29628           !> pod/perlfunc.pod
29629 ____________________________________________________________________________
29630 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
29631         Log: Apparently some stdios have bugs (no! don't tell it is so!)
29632              or there is a corner of stdio that is substandardised.
29633      Branch: perl
29634            ! t/io/tell.t
29635 ____________________________________________________________________________
29636 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
29637         Log: Encode 1.84 broke the subtest #7, further study required.
29638      Branch: perl
29639            ! t/uni/tr_utf8.t
29640 ____________________________________________________________________________
29641 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
29642         Log: Add a test for encoding 'utf8'.
29643      Branch: perl
29644            + ext/Encode/t/enc_utf8.t
29645            ! MANIFEST ext/Encode/MANIFEST
29646 ____________________________________________________________________________
29647 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
29648         Log: Upgrade to Encode 1.84.
29649      Branch: perl
29650            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
29651            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
29652 ____________________________________________________________________________
29653 [ 18477] By: gsar                                  on 2003/01/13  22:55:44
29654         Log: search utility doesn't skip exe/lib/pdb files properly on windows
29655      Branch: maint-5.6/perl
29656            ! win32/bin/search.pl
29657 ____________________________________________________________________________
29658 [ 18476] By: nick                                  on 2003/01/13  10:14:22
29659         Log: Remove workaround for :stdio layer bug now fixed
29660              (Fixes #18975)
29661      Branch: perlio
29662            ! pp_sys.c
29663 ____________________________________________________________________________
29664 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
29665         Log: Integrate from perlio:
29666              [ 18471]
29667              Fix #18711 and add test for it (and indeed tell on write
29668              handles at all !
29669              
29670              (#18711 Serious bug of tell() in perl)
29671      Branch: perl
29672           !> perlio.c t/io/tell.t
29673 ____________________________________________________________________________
29674 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
29675         Log: Integrate from perlio:
29676              [ 18470]
29677              Fix #16306 and #16880
29678              
29679              (#16306 Big Badda leak in Sockets)
29680              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
29681      Branch: perl
29682           !> perlio.c
29683 ____________________________________________________________________________
29684 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
29685         Log: Integrate perlio #18040 and #18043 (no real changes;
29686              some whitespace changes but ignored them so that Dan's
29687              version of Encode wins)
29688      Branch: perl
29689           !> ext/Encode/Encode.xs
29690 ____________________________________________________________________________
29691 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
29692         Log: Integrate perlio to mainline:
29693              [ 18240]
29694              Avoid eqtime() wiping the file (as suggested by 
29695              "Luis G. Uribe C." <GUribe@SoftHome.net>
29696      Branch: perl
29697           !> lib/ExtUtils/Command.pm
29698 ____________________________________________________________________________
29699 [ 18471] By: nick                                  on 2003/01/12  17:34:33
29700         Log: Fix #18711 and add test for it (and indeed tell on write
29701              handles at all !
29702      Branch: perlio
29703            ! perlio.c t/io/tell.t
29704 ____________________________________________________________________________
29705 [ 18470] By: nick                                  on 2003/01/12  14:06:15
29706         Log: Fix #16306 and #16880
29707      Branch: perlio
29708            ! perlio.c
29709 ____________________________________________________________________________
29710 [ 18469] By: nick                                  on 2003/01/12  09:54:42
29711         Log: Integrate Mainline
29712      Branch: perlio
29713           +> ext/threads/t/problems.t
29714           !> (integrate 64 files)
29715 ____________________________________________________________________________
29716 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
29717         Log: Subject: [PATCH] VMS perly build tweak
29718              From: "Craig A. Berry" <craigberry@mac.com>
29719              Date: Thu, 9 Jan 2003 14:44:40 -0600
29720              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
29721      Branch: perl
29722            ! vms/descrip_mms.template
29723 ____________________________________________________________________________
29724 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
29725         Log: Document that ${^TAINT} is read-only.
29726      Branch: perl
29727            ! pod/perlvar.pod
29728 ____________________________________________________________________________
29729 [ 18466] By: jhi                                   on 2003/01/09  14:07:25
29730         Log: Integrate:
29731              [ 18459]
29732              PerlFAQ sync.
29733              
29734              [ 18465]
29735              Fix the doc for splitpath() in the File::Spec modules :
29736              this function doesn't return undef in any case.
29737      Branch: maint-5.8/perl
29738           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29739           !> lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm pod/perlfaq.pod
29740           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
29741           !> pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
29742           !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
29743 ____________________________________________________________________________
29744 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
29745         Log: Fix the doc for splitpath() in the File::Spec modules :
29746              this function doesn't return undef in any case.
29747      Branch: perl
29748            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29749            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
29750 ____________________________________________________________________________
29751 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
29752         Log: Subject: [PATCH] label code in pp_ctl.c
29753              From: Nicholas Clark <nick@unfortu.net>
29754              Date: Thu, 26 Dec 2002 21:19:36 +0000
29755              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
29756              (Integrated from change #18400 from maint-5.8)
29757      Branch: perl
29758           !> pp_ctl.c
29759 ____________________________________________________________________________
29760 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
29761         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
29762              From: Nicholas Clark <nick@unfortu.net>
29763              Date: Wed, 1 Jan 2003 18:17:59 +0000
29764              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
29765              (Integrated from change #18399 from maint-5.8)
29766      Branch: perl
29767           !> hv.c
29768 ____________________________________________________________________________
29769 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
29770         Log: Integrate change #18391 from maint-5.8:
29771              Document the installprefix trick for compiling PASE Perl in AIX.
29772      Branch: perl
29773           !> README.os400
29774 ____________________________________________________________________________
29775 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
29776         Log: Integrate change #18362 from maint-5.8:
29777              Fix [perl #18666] (taking the more conservative approach).
29778      Branch: perl
29779           !> lib/File/Spec/Unix.pm
29780 ____________________________________________________________________________
29781 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
29782         Log: Integrate change #18361 from maint-5.8:
29783              Document that the socketpair tests are unhappy in old SCO,
29784              as per [perl #18537].
29785      Branch: perl
29786           !> pod/perl58delta.pod
29787 ____________________________________________________________________________
29788 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
29789         Log: PerlFAQ sync.
29790      Branch: perl
29791            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
29792            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29793            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
29794            ! pod/perlfaq9.pod
29795 ____________________________________________________________________________
29796 [ 18458] By: jhi                                   on 2003/01/08  19:43:26
29797         Log: Integrate:
29798              [ 18438]
29799              Subject: Re: [PATCH] Tiny nits in perlre.pod
29800              From: andreas.koenig@anima.de (Andreas J. Koenig)
29801              Date: Fri, 03 Jan 2003 00:57:15 +0100
29802              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
29803              
29804              [ 18439]
29805              Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
29806              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29807              Date: Fri, 13 Dec 2002 00:54:43 +0100
29808              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
29809              Same as change 18403 for maint-5.8 branch
29810              
29811              [ 18441]
29812              Subject: [DOCPATCH] File::Copy's synopsis
29813              From: Nicholas Clark <nick@unfortu.net>
29814              Date: Wed, 1 Jan 2003 21:09:30 +0000
29815              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
29816              
29817              [ 18451]
29818              Subject: [PATCH perl@18746] VMS test adjustments
29819              Date: Sat, 04 Jan 2003 11:26:00 -0600
29820              From: "Craig A. Berry" <craigberry@mac.com>
29821              Message-ID: <3E171928.1040100@mac.com>
29822              
29823              [ 18453]
29824              Change the value of ${^TAINT} : 0 without taint checks,
29825              1 with -T, and -1 with -t or -TU.
29826              
29827              [ 18454]
29828              Integrate podlators-1.25
29829              
29830              [ 18455]
29831              Subject: [PATCH] integrate more with report_evil_fh
29832              From: Nicholas Clark <nick@unfortu.net>
29833              Date: Thu, 26 Dec 2002 20:56:21 +0000
29834              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
29835      Branch: maint-5.8/perl
29836           !> ext/Devel/Peek/Peek.t ext/Filter/t/call.t
29837           !> lib/ExtUtils/t/Embed.t lib/File/Copy.pm lib/Pod/Man.pm
29838           !> lib/Pod/t/man.t lib/charnames.t mg.c pod/perlre.pod
29839           !> pod/perlvar.pod pp_sys.c t/op/taint.t t/run/runenv.t
29840           !> t/run/switchI.t t/run/switcht.t
29841 ____________________________________________________________________________
29842 [ 18457] By: jhi                                   on 2003/01/08  01:47:02
29843         Log: Upgrade to Time::HiRes 1.42.
29844      Branch: maint-5.8/perl
29845            + ext/Time/HiRes/fallback/const-c.inc
29846            + ext/Time/HiRes/fallback/const-xs.inc
29847            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29848            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
29849 ____________________________________________________________________________
29850 [ 18456] By: hv                                    on 2003/01/07  09:20:22
29851         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
29852              From: Nicholas Clark <nick@unfortu.net>
29853              Date: Thu, 26 Dec 2002 21:16:27 +0000
29854              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
29855      Branch: perl
29856            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
29857            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
29858            ! utf8.c
29859 ____________________________________________________________________________
29860 [ 18455] By: hv                                    on 2003/01/07  08:54:38
29861         Log: Subject: [PATCH] integrate more with report_evil_fh
29862              From: Nicholas Clark <nick@unfortu.net>
29863              Date: Thu, 26 Dec 2002 20:56:21 +0000
29864              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
29865      Branch: perl
29866            ! pp_sys.c
29867 ____________________________________________________________________________
29868 [ 18454] By: hv                                    on 2003/01/07  08:45:54
29869         Log: Integrate podlators-1.25
29870      Branch: perl
29871            ! lib/Pod/Man.pm lib/Pod/t/man.t
29872 ____________________________________________________________________________
29873 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
29874         Log: Change the value of ${^TAINT} : 0 without taint checks,
29875              1 with -T, and -1 with -t or -TU.
29876      Branch: perl
29877            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
29878            ! t/run/switcht.t
29879 ____________________________________________________________________________
29880 [ 18452] By: jhi                                   on 2003/01/06  13:47:59
29881         Log: Regen Configure.
29882      Branch: maint-5.8/perl
29883            ! Configure
29884 ____________________________________________________________________________
29885 [ 18451] By: merijn                                on 2003/01/06  06:43:11
29886         Log: Subject: [PATCH perl@18746] VMS test adjustments
29887              Date: Sat, 04 Jan 2003 11:26:00 -0600
29888              From: "Craig A. Berry" <craigberry@mac.com>
29889              Message-ID: <3E171928.1040100@mac.com>
29890      Branch: perl
29891            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
29892            ! t/run/switchI.t
29893 ____________________________________________________________________________
29894 [ 18450] By: jhi                                   on 2003/01/06  04:44:28
29895         Log: Tiny output tweak.
29896      Branch: maint-5.8/perl
29897            ! t/op/pat.t
29898 ____________________________________________________________________________
29899 [ 18449] By: jhi                                   on 2003/01/05  16:12:26
29900         Log: Update Changes.
29901      Branch: maint-5.8/perl
29902            ! Changes patchlevel.h
29903 ____________________________________________________________________________
29904 [ 18448] By: jhi                                   on 2003/01/05  15:29:54
29905         Log: Subject: Partial Data::Dumper patch
29906              From: Richard Clamp <richardc@unixbeard.net>
29907              Date: Sat, 4 Jan 2003 00:52:47 +0000
29908              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
29909              
29910              Subject: Re: Partial Data::Dumper patch
29911              From: Slaven Rezic <slaven@rezic.de>
29912              Date: 04 Jan 2003 02:48:08 +0100
29913              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
29914      Branch: maint-5.8/perl
29915            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
29916 ____________________________________________________________________________
29917 [ 18447] By: jhi                                   on 2003/01/05  14:58:52
29918         Log: test.pl-ise t/op/fh.t.
29919      Branch: maint-5.8/perl
29920            ! t/op/fh.t
29921 ____________________________________________________________________________
29922 [ 18446] By: jhi                                   on 2003/01/05  14:58:06
29923         Log: Add a test for change #18444 (and a new test file, since
29924              I couldn't find anything fitting)
29925      Branch: maint-5.8/perl
29926            + t/op/readline.t
29927            ! MANIFEST
29928 ____________________________________________________________________________
29929 [ 18445] By: jhi                                   on 2003/01/05  14:46:32
29930         Log: Backport change #18444 to maint.
29931      Branch: maint-5.8/perl
29932            ! pp_hot.c sv.c sv.h
29933 ____________________________________________________________________________
29934 [ 18444] By: jhi                                   on 2003/01/05  14:33:04
29935         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
29936              From: Stephen McCamant <smcc@mit.edu>
29937              Date: Thu, 2 Jan 2003 18:08:23 -0500
29938              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
29939      Branch: maint-5.8/perl
29940            ! pp_hot.c
29941 ____________________________________________________________________________
29942 [ 18443] By: jhi                                   on 2003/01/05  14:22:33
29943         Log: Subject: [PATCH perl@18746] VMS test adjustments
29944              From: "Craig A. Berry" <craigberry@mac.com>
29945              Date: Sat, 04 Jan 2003 11:26:00 -0600
29946              Message-ID: <3E171928.1040100@mac.com>
29947      Branch: maint-5.8/perl
29948            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
29949            ! t/run/switchI.t
29950 ____________________________________________________________________________
29951 [ 18442] By: jhi                                   on 2003/01/04  21:18:39
29952         Log: Spotted by rgs.
29953      Branch: maint-5.8/perl
29954            ! lib/File/Copy.pm
29955 ____________________________________________________________________________
29956 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
29957         Log: Subject: [DOCPATCH] File::Copy's synopsis
29958              From: Nicholas Clark <nick@unfortu.net>
29959              Date: Wed, 1 Jan 2003 21:09:30 +0000
29960              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
29961      Branch: perl
29962            ! lib/File/Copy.pm
29963 ____________________________________________________________________________
29964 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
29965         Log: Integrate change #18420 from maint-5.8:
29966              Mea culpa: the join() was the string join, not the
29967              ithreads join().
29968      Branch: perl
29969           !> ext/threads/t/join.t
29970 ____________________________________________________________________________
29971 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
29972         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
29973              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29974              Date: Fri, 13 Dec 2002 00:54:43 +0100
29975              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
29976              Same as change 18403 for maint-5.8 branch
29977      Branch: perl
29978            ! lib/ExtUtils/t/Embed.t
29979 ____________________________________________________________________________
29980 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
29981         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
29982              From: andreas.koenig@anima.de (Andreas J. Koenig)
29983              Date: Fri, 03 Jan 2003 00:57:15 +0100
29984              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
29985      Branch: perl
29986            ! pod/perlre.pod
29987 ____________________________________________________________________________
29988 [ 18437] By: jhi                                   on 2003/01/04  14:39:35
29989         Log: Integrate:
29990              [ 18434]
29991              Forgot to add problems.t with change #18419
29992      Branch: maint-5.8/perl
29993           +> ext/threads/t/problems.t
29994 ____________________________________________________________________________
29995 [ 18436] By: jhi                                   on 2003/01/04  14:37:33
29996         Log: Integrate:
29997              [ 18435]
29998              The problems.t is back.
29999      Branch: maint-5.8/perl
30000           !> MANIFEST
30001 ____________________________________________________________________________
30002 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
30003         Log: The problems.t is back.
30004      Branch: perl
30005            ! MANIFEST
30006 ____________________________________________________________________________
30007 [ 18434] By: sky                                   on 2003/01/04  07:43:50
30008         Log: Forgot to add problems.t with change #18419
30009      Branch: perl
30010            + ext/threads/t/problems.t
30011 ____________________________________________________________________________
30012 [ 18433] By: jhi                                   on 2003/01/04  04:49:38
30013         Log: Integrate:
30014              [ 18432]
30015              One more (or, rather, less) //.
30016      Branch: maint-5.8/perl
30017           !> ext/threads/threads.xs
30018 ____________________________________________________________________________
30019 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
30020         Log: One more (or, rather, less) //.
30021      Branch: perl
30022            ! ext/threads/threads.xs
30023 ____________________________________________________________________________
30024 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
30025         Log: Integrate from maintperl:
30026              [ 18430]
30027              // is still not portable C commentary.
30028      Branch: perl
30029           !> ext/threads/threads.xs
30030 ____________________________________________________________________________
30031 [ 18430] By: jhi                                   on 2003/01/04  04:35:40
30032         Log: // is still not portable C commentary.
30033      Branch: maint-5.8/perl
30034            ! ext/threads/threads.xs
30035 ____________________________________________________________________________
30036 [ 18429] By: jhi                                   on 2003/01/04  04:19:57
30037         Log: AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
30038              things like drand48_data are undefined).
30039      Branch: maint-5.8/perl
30040            ! hints/aix.sh
30041 ____________________________________________________________________________
30042 [ 18428] By: jhi                                   on 2003/01/04  03:58:22
30043         Log: Somehow I managed to get makefile.olds that didn't get cleaned away.
30044      Branch: maint-5.8/perl
30045            ! Makefile.SH x2p/Makefile.SH
30046 ____________________________________________________________________________
30047 [ 18427] By: jhi                                   on 2003/01/04  03:49:34
30048         Log: To go with change #18404.
30049      Branch: maint-5.8/perl
30050            ! lib/Attribute/Handlers/t/multi.t
30051 ____________________________________________________________________________
30052 [ 18426] By: jhi                                   on 2003/01/04  03:38:27
30053         Log: Integrate: [ 18425]  Until Arthur really adds the problems.t.
30054      Branch: maint-5.8/perl
30055           !> MANIFEST
30056 ____________________________________________________________________________
30057 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
30058         Log: Until Arthur really adds the problems.t.
30059      Branch: perl
30060            ! MANIFEST
30061 ____________________________________________________________________________
30062 [ 18424] By: jhi                                   on 2003/01/04  03:20:08
30063         Log: Integrate:
30064              [ 18417]
30065              Fake what context we are running in for CLONE and DESTROY so 
30066              threads->tid() returns the correct value.
30067              This is reported as bug #10046
30068              
30069              [ 18419]
30070              Fixes bug #15273, the return of the object caused
30071              the stash of the object to be cloned, cloning the entire syntax
30072              tree and all lexicals in there creating danglning copies to the
30073              object. (Pararell but unlinked STASH tree).
30074              This adds a new flag, when set it will use STASHES from the
30075              thread we are joining into avoiding the problem.
30076              
30077              [ 18421]
30078              Fix long standing memory leak with pop and shift!
30079      Branch: maint-5.8/perl
30080           !> MANIFEST ext/threads/shared/shared.xs ext/threads/t/basic.t
30081           !> ext/threads/threads.xs sv.c sv.h
30082 ____________________________________________________________________________
30083 [ 18423] By: jhi                                   on 2003/01/04  03:12:42
30084         Log: spent_size was still off.  (As far as I can tell
30085              _SC_GETPW_R_SIZE_MAX is supposed to be used also
30086              for spents, not just pwents.)
30087      Branch: maint-5.8/perl
30088            ! reentr.c reentr.pl
30089 ____________________________________________________________________________
30090 [ 18422] By: jhi                                   on 2003/01/04  03:04:29
30091         Log: Third Degree found a read of uninit memory (after setting
30092              grent_size with sysconf(), pwent_size was read).  Also make
30093              the ERANGE/INVARG more consistent.
30094      Branch: maint-5.8/perl
30095            ! reentr.c reentr.h reentr.pl
30096 ____________________________________________________________________________
30097 [ 18421] By: sky                                   on 2003/01/04  01:27:55
30098         Log: Fix long standing memory leak with pop and shift!
30099      Branch: perl
30100            ! ext/threads/shared/shared.xs
30101 ____________________________________________________________________________
30102 [ 18420] By: jhi                                   on 2003/01/04  00:04:33
30103         Log: Mea culpa: the join() was the string join, not the
30104              ithreads join().
30105      Branch: maint-5.8/perl
30106            ! ext/threads/t/join.t
30107 ____________________________________________________________________________
30108 [ 18419] By: sky                                   on 2003/01/03  23:45:34
30109         Log: Fixes bug #15273, the return of the object caused
30110              the stash of the object to be cloned, cloning the entire syntax
30111              tree and all lexicals in there creating danglning copies to the
30112              object. (Pararell but unlinked STASH tree).
30113              This adds a new flag, when set it will use STASHES from the
30114              thread we are joining into avoiding the problem.
30115      Branch: perl
30116            ! MANIFEST ext/threads/threads.xs sv.c sv.h
30117 ____________________________________________________________________________
30118 [ 18418] By: jhi                                   on 2003/01/03  19:41:57
30119         Log: Upgrade to Time::HiRes 1.41 (building with core perl had
30120              become broken at some point, even before 1.40).
30121      Branch: maint-5.8/perl
30122            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30123            ! ext/Time/HiRes/Makefile.PL
30124 ____________________________________________________________________________
30125 [ 18417] By: sky                                   on 2003/01/03  18:16:46
30126         Log: Fake what context we are running in for CLONE and DESTROY so 
30127              threads->tid() returns the correct value.
30128              This is reported as bug #10046
30129      Branch: perl
30130            ! ext/threads/t/basic.t ext/threads/threads.xs
30131 ____________________________________________________________________________
30132 [ 18416] By: jhi                                   on 2003/01/03  17:50:45
30133         Log: Upgrade to Time::HiRes 1.40.
30134      Branch: maint-5.8/perl
30135            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30136            ! ext/Time/HiRes/Makefile.PL
30137 ____________________________________________________________________________
30138 [ 18415] By: jhi                                   on 2003/01/03  16:45:03
30139         Log: regen headers.
30140      Branch: maint-5.8/perl
30141            ! pod/perlapi.pod
30142 ____________________________________________________________________________
30143 [ 18414] By: jhi                                   on 2003/01/03  16:39:33
30144         Log: Integrate:
30145              [ 18390]
30146              Use a more likely location for the perl binary
30147              
30148              [ 18406]
30149              Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
30150              libc_r functions.
30151              
30152              [ 18407]
30153              Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
30154              From: hv@crypt.org
30155              Date: Thu, 02 Jan 2003 17:16:04 +0000
30156              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
30157              
30158              [ 18408]
30159              Subject: win32_msgwait() problem
30160              From: Gurusamy Sarathy <gsar@ActiveState.com>
30161              Date: Fri, 13 Dec 2002 17:31:59 -0800
30162              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
30163              
30164              [ 18411]
30165              Subject: Re: [perl #19061] 'goto' confuses 'redo'
30166              From: Stephen McCamant <smcc@mit.edu>
30167              Date: Sun, 22 Dec 2002 22:09:51 -0500
30168              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
30169              
30170              [ 18413]
30171              Change pp_lock to take a reference instead of a
30172              scalar since it wouldn't fork for the HELEM/AELEM
30173              case. This was reported in bug #10045
30174      Branch: maint-5.8/perl
30175           !> Porting/genlog ext/threads/shared/t/hv_refs.t hints/darwin.sh
30176           !> opcode.h opcode.pl opnames.h pp_ctl.c sv.c win32/win32.c
30177 ____________________________________________________________________________
30178 [ 18413] By: sky                                   on 2003/01/03  15:15:14
30179         Log: Change pp_lock to take a reference instead of a
30180              scalar since it wouldn't fork for the HELEM/AELEM
30181              case. This was reported in bug #10045
30182      Branch: perl
30183            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
30184 ____________________________________________________________________________
30185 [ 18412] By: hv                                    on 2003/01/03  11:14:51
30186         Log: Integrate from maint-5.8 #18348:
30187              Make Math::Trig a little bit more better behaved module citizen.
30188      Branch: perl
30189           !> lib/Math/Trig.pm
30190 ____________________________________________________________________________
30191 [ 18411] By: hv                                    on 2003/01/03  11:11:09
30192         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
30193              From: Stephen McCamant <smcc@mit.edu>
30194              Date: Sun, 22 Dec 2002 22:09:51 -0500
30195              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
30196      Branch: perl
30197            ! pp_ctl.c
30198 ____________________________________________________________________________
30199 [ 18410] By: hv                                    on 2003/01/03  11:06:40
30200         Log: Subject: new flag SvPADSTALE
30201              From: Dave Mitchell <davem@fdgroup.com>
30202              Date: Thu, 19 Dec 2002 19:00:21 +0000
30203              Message-ID: <20021219190021.D9530@fdgroup.com>
30204      Branch: perl
30205            ! dump.c scope.c sv.h
30206 ____________________________________________________________________________
30207 [ 18409] By: hv                                    on 2003/01/03  11:05:09
30208         Log: Subject: remove flag SvPADBUSY
30209              From: Dave Mitchell <davem@fdgroup.com>
30210              Date: Thu, 19 Dec 2002 18:55:43 +0000
30211              Message-ID: <20021219185543.C9530@fdgroup.com>
30212      Branch: perl
30213            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
30214 ____________________________________________________________________________
30215 [ 18408] By: hv                                    on 2003/01/03  10:56:54
30216         Log: Subject: win32_msgwait() problem
30217              From: Gurusamy Sarathy <gsar@ActiveState.com>
30218              Date: Fri, 13 Dec 2002 17:31:59 -0800
30219              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
30220      Branch: perl
30221            ! win32/win32.c
30222 ____________________________________________________________________________
30223 [ 18407] By: hv                                    on 2003/01/03  10:30:05
30224         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
30225              From: hv@crypt.org
30226              Date: Thu, 02 Jan 2003 17:16:04 +0000
30227              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
30228      Branch: perl
30229            ! sv.c
30230 ____________________________________________________________________________
30231 [ 18406] By: sky                                   on 2003/01/03  08:23:16
30232         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
30233              libc_r functions.
30234      Branch: perl
30235            ! hints/darwin.sh
30236 ____________________________________________________________________________
30237 [ 18405] By: jhi                                   on 2003/01/03  03:06:40
30238         Log: Subject: [PATCH] Re: 5.8.0 dup strangety
30239              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30240              Date: Tue, 31 Dec 2002 10:56:42 +0100
30241              Message-Id: <20021231105642.6bc7a0f4.rgarciasuarez@free.fr>
30242      Branch: maint-5.8/perl
30243            ! doio.c
30244 ____________________________________________________________________________
30245 [ 18404] By: jhi                                   on 2003/01/03  02:54:46
30246         Log: Subject: [PATCH] Re: Attribute::Handlers phase variance
30247              From: Richard Clamp <richardc@unixbeard.net>
30248              Date: Mon, 9 Dec 2002 11:10:24 +0000
30249              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
30250      Branch: maint-5.8/perl
30251            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
30252 ____________________________________________________________________________
30253 [ 18403] By: jhi                                   on 2003/01/03  02:49:17
30254         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
30255              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30256              Date: Fri, 13 Dec 2002 00:54:43 +0100
30257              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
30258      Branch: maint-5.8/perl
30259            ! lib/ExtUtils/t/Embed.t
30260 ____________________________________________________________________________
30261 [ 18402] By: jhi                                   on 2003/01/03  02:47:18
30262         Log: Subject: [PATCH Pod::Checker] Decouple podchecker program and function
30263              From: Michael G Schwern <schwern@pobox.com>
30264              Date: Tue, 10 Dec 2002 15:25:02 -0800
30265              Message-ID: <20021210232502.GD25945@blackrider.schwern.org>
30266              
30267              Subject: Re: [PATCH Pod::Checker] Decouple podchecker program and function
30268              From: Michael G Schwern <schwern@pobox.com>
30269              Date: Tue, 10 Dec 2002 15:40:05 -0800
30270              Message-ID: <20021210234005.GF25945@blackrider.schwern.org>
30271      Branch: maint-5.8/perl
30272            ! lib/Pod/Checker.pm pod/podchecker.PL t/pod/poderrs.xr
30273 ____________________________________________________________________________
30274 [ 18401] By: jhi                                   on 2003/01/03  02:40:44
30275         Log: Subject: [PATCH] integrate more with report_evil_fh
30276              From: Nicholas Clark <nick@unfortu.net>
30277              Date: Thu, 26 Dec 2002 20:56:21 +0000
30278              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
30279      Branch: maint-5.8/perl
30280            ! pp_sys.c
30281 ____________________________________________________________________________
30282 [ 18400] By: jhi                                   on 2003/01/03  02:37:11
30283         Log: Subject: [PATCH] label code in pp_ctl.c
30284              From: Nicholas Clark <nick@unfortu.net>
30285              Date: Thu, 26 Dec 2002 21:19:36 +0000
30286              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
30287      Branch: maint-5.8/perl
30288            ! pp_ctl.c
30289 ____________________________________________________________________________
30290 [ 18399] By: jhi                                   on 2003/01/03  02:28:15
30291         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
30292              From: Nicholas Clark <nick@unfortu.net>
30293              Date: Wed, 1 Jan 2003 18:17:59 +0000
30294              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
30295      Branch: maint-5.8/perl
30296            ! hv.c
30297 ____________________________________________________________________________
30298 [ 18398] By: jhi                                   on 2003/01/03  02:26:44
30299         Log: Subject: [DOCPATCH] File::Copy's synopsis
30300              From: Nicholas Clark <nick@unfortu.net>
30301              Date: Wed, 1 Jan 2003 21:09:30 +0000
30302              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
30303      Branch: maint-5.8/perl
30304            ! lib/File/Copy.pm
30305 ____________________________________________________________________________
30306 [ 18397] By: jhi                                   on 2003/01/03  02:25:38
30307         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
30308              From: Dave Mitchell <davem@fdgroup.com>
30309              To: Ton Hospel <perl5-porters@ton.iguana.be>
30310              Date: Wed, 1 Jan 2003 21:43:24 +0000
30311              Message-ID: <20030101214324.F12907@fdgroup.com>
30312      Branch: maint-5.8/perl
30313            ! lib/Time/Local.pm lib/Time/Local.t
30314 ____________________________________________________________________________
30315 [ 18396] By: jhi                                   on 2003/01/03  02:23:28
30316         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
30317              From: andreas.koenig@anima.de (Andreas J. Koenig)
30318              Date: Fri, 03 Jan 2003 00:57:15 +0100
30319              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
30320      Branch: maint-5.8/perl
30321            ! pod/perlre.pod
30322 ____________________________________________________________________________
30323 [ 18395] By: jhi                                   on 2003/01/03  02:21:50
30324         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
30325              From: Chip Turner <cturner@redhat.com>
30326              Date: 02 Jan 2003 11:35:57 -0500
30327              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
30328      Branch: maint-5.8/perl
30329            ! lib/Pod/Perldoc.pm
30330 ____________________________________________________________________________
30331 [ 18394] By: jhi                                   on 2003/01/02  21:37:16
30332         Log: Document in more detail which tests will fail on FAT.
30333      Branch: maint-5.8/perl
30334            ! README.win32
30335 ____________________________________________________________________________
30336 [ 18393] By: merijn                                on 2003/01/02  19:41:29
30337         Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
30338              Date: Thu, 2 Jan 2003 19:02:21 +0100
30339              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
30340              From: abe@ztreet.demon.nl (Abe Timmerman)
30341      Branch: perl
30342            ! win32/makefile.mk
30343 ____________________________________________________________________________
30344 [ 18392] By: jhi                                   on 2003/01/02  17:57:09
30345         Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
30346              From: Abe Timmerman <abe@ztreet.demon.nl>
30347              Date: Thu, 2 Jan 2003 19:02:21 +0100
30348              Message-Id: <200301021902.22444.abe@ztreet.demon.nl>
30349      Branch: maint-5.8/perl
30350            ! win32/makefile.mk
30351 ____________________________________________________________________________
30352 [ 18391] By: jhi                                   on 2003/01/02  13:44:51
30353         Log: Document the installprefix trick for compiling PASE Perl in AIX.
30354      Branch: maint-5.8/perl
30355            ! README.os400
30356 ____________________________________________________________________________
30357 [ 18390] By: merijn                                on 2003/01/02  07:32:00
30358         Log: Use a more likely location for the perl binary
30359      Branch: perl
30360            ! Porting/genlog
30361 ____________________________________________________________________________
30362 [ 18389] By: jhi                                   on 2003/01/02  03:15:44
30363         Log: Subject: [PATCH maintperl@18383] more pad removal for VMS
30364              From: "Craig A. Berry" <craigberry@mac.com>
30365              Date: Wed, 01 Jan 2003 21:53:22 -0600
30366              Message-ID: <3E13B7B2.2070005@mac.com>
30367      Branch: maint-5.8/perl
30368            ! vms/descrip_mms.template
30369 ____________________________________________________________________________
30370 [ 18388] By: jhi                                   on 2003/01/02  01:41:55
30371         Log: List the PERL_MAGIC_utf8 ('w') flag.
30372      Branch: maint-5.8/perl
30373            ! pod/perlguts.pod
30374 ____________________________________________________________________________
30375 [ 18387] By: jhi                                   on 2003/01/02  01:39:31
30376         Log: The magic v-string patch from John Peacock for 5.8;
30377              permits the programmer to know when a given scalar was
30378              originally encoded as a v-string; Scalar::Util has already
30379              been enhanced to expose this at the Perl level.
30380      Branch: maint-5.8/perl
30381            ! dump.c perl.h pod/perlguts.pod sv.c sv.h t/op/ver.t util.c
30382 ____________________________________________________________________________
30383 [ 18386] By: jhi                                   on 2003/01/01  23:06:53
30384         Log: The change #18275 didn't translate the test case quite right.
30385      Branch: maint-5.8/perl
30386            ! t/op/split.t
30387 ____________________________________________________________________________
30388 [ 18385] By: gsar                                  on 2003/01/01  20:26:42
30389         Log: remove the CRs that snuck in via change#18382
30390      Branch: maint-5.8/perl
30391            ! win32/Makefile win32/makefile.mk
30392 ____________________________________________________________________________
30393 [ 18384] By: nick                                  on 2003/01/01  19:14:32
30394         Log: Integrate mainline
30395      Branch: perlio
30396           +> lib/Net/Ping/t/410_syn_host.t t/op/lc_user.t
30397           !> (integrate 166 files)
30398 ____________________________________________________________________________
30399 [ 18383] By: jhi                                   on 2003/01/01  17:02:29
30400         Log: Backport #18319 to 5.8, from Dave Mitchell.
30401      Branch: maint-5.8/perl
30402            ! op.c t/op/eval.t
30403 ____________________________________________________________________________
30404 [ 18382] By: jhi                                   on 2003/01/01  15:06:49
30405         Log: More tweaks from Autrijus: no pad.c, perl59->perl58 in
30406              installperl; and no pad.c in VMS, either.
30407      Branch: maint-5.8/perl
30408            ! installperl vms/descrip_mms.template win32/Makefile
30409            ! win32/makefile.mk
30410 ____________________________________________________________________________
30411 [ 18381] By: jhi                                   on 2003/01/01  15:02:04
30412         Log: Tweaks from Autrijus: threaded/win32 build, signedness.
30413      Branch: maint-5.8/perl
30414            ! sv.c
30415 ____________________________________________________________________________
30416 [ 18380] By: jhi                                   on 2002/12/31  16:34:22
30417         Log: Update Changes.
30418      Branch: maint-5.8/perl
30419            ! Changes patchlevel.h
30420 ____________________________________________________________________________
30421 [ 18379] By: jhi                                   on 2002/12/31  15:33:11
30422         Log: Integrate:
30423              [ 18371]
30424              Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
30425              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30426              Date: Fri, 27 Dec 2002 16:14:24 +0100
30427              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
30428              
30429              [ 18372]
30430              Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
30431              From: Michael G Schwern <schwern@pobox.com>
30432              Date: Sat, 21 Dec 2002 19:29:41 -0800
30433              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
30434              
30435              [ 18373]
30436              Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
30437              From: Dave Paris (via RT) <perlbug-followup@perl.org>
30438              Date: 22 Dec 2002 05:15:14 -0000
30439              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
30440              
30441              [ 18374]
30442              Remove duplicate entry
30443              
30444              [ 18378]
30445              integrate change#18377 from maint-5.6 branch
30446              
30447              change#17566 needs to be more defensive about win32_dup2()
30448              itself calling SetStdHandle() (at least MSVCRT does this)
30449      Branch: maint-5.8/perl
30450           !> MANIFEST lib/AutoSplit.pm mg.c pod/perlfunc.pod t/op/magic.t
30451           !> win32/win32.c
30452 ____________________________________________________________________________
30453 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
30454         Log: integrate change#18377 from maint-5.6 branch
30455              
30456              change#17566 needs to be more defensive about win32_dup2()
30457              itself calling SetStdHandle() (at least MSVCRT does this)
30458      Branch: perl
30459           !> win32/win32.c
30460 ____________________________________________________________________________
30461 [ 18377] By: gsar                                  on 2002/12/31  04:02:12
30462         Log: change#17566 needs to be more defensive about win32_dup2()
30463              itself calling SetStdHandle() (at least MSVCRT does this)
30464      Branch: maint-5.6/perl
30465            ! win32/win32.c
30466 ____________________________________________________________________________
30467 [ 18376] By: hv                                    on 2002/12/31  02:02:17
30468         Log: Update Changes
30469      Branch: perl
30470            ! Changes patchlevel.h
30471 ____________________________________________________________________________
30472 [ 18375] By: jhi                                   on 2002/12/30  21:28:31
30473         Log: Better version of change #18370; use the new 'E' flag
30474              so that cxinc is exposed (as cpp) only to List::Util
30475              (well, any extension) (well, anyone who does -DPERL_EXT),
30476              no need to export it globally.
30477      Branch: maint-5.8/perl
30478            ! embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
30479 ____________________________________________________________________________
30480 [ 18374] By: hv                                    on 2002/12/30  03:32:22
30481         Log: Remove duplicate entry
30482      Branch: perl
30483            ! MANIFEST
30484 ____________________________________________________________________________
30485 [ 18373] By: hv                                    on 2002/12/30  03:19:17
30486         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
30487              From: Dave Paris (via RT) <perlbug-followup@perl.org>
30488              Date: 22 Dec 2002 05:15:14 -0000
30489              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
30490      Branch: perl
30491            ! pod/perlfunc.pod
30492 ____________________________________________________________________________
30493 [ 18372] By: hv                                    on 2002/12/30  03:13:42
30494         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
30495              From: Michael G Schwern <schwern@pobox.com>
30496              Date: Sat, 21 Dec 2002 19:29:41 -0800
30497              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
30498      Branch: perl
30499            ! lib/AutoSplit.pm
30500 ____________________________________________________________________________
30501 [ 18371] By: hv                                    on 2002/12/30  03:08:12
30502         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
30503              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30504              Date: Fri, 27 Dec 2002 16:14:24 +0100
30505              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
30506      Branch: perl
30507            ! mg.c t/op/magic.t
30508 ____________________________________________________________________________
30509 [ 18370] By: jhi                                   on 2002/12/30  02:37:38
30510         Log: In AIX (strict symbol exports) the cxinc is needed for List::Util. 
30511      Branch: maint-5.8/perl
30512            ! embed.fnc embed.h global.sym
30513 ____________________________________________________________________________
30514 [ 18369] By: jhi                                   on 2002/12/30  01:38:38
30515         Log: Missed one.
30516      Branch: maint-5.8/perl
30517            ! embed.fnc embed.h
30518 ____________________________________________________________________________
30519 [ 18368] By: jhi                                   on 2002/12/29  23:33:56
30520         Log: Continue on change #18367; implement the said flag, 'E'.
30521              (Some nm output studying was needed to get the right set
30522              of re symbols defined.)
30523      Branch: maint-5.8/perl
30524            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL
30525 ____________________________________________________________________________
30526 [ 18367] By: jhi                                   on 2002/12/29  21:40:08
30527         Log: Caught by change #18366; thanks to the re extension we have some
30528              functions that are file static but yet part of "the public API"...
30529              Maybe a new class of exportability (a new embed.fnc flag) is
30530              required for this case.
30531      Branch: maint-5.8/perl
30532            ! embed.fnc embed.h
30533 ____________________________________________________________________________
30534 [ 18366] By: jhi                                   on 2002/12/29  21:28:27
30535         Log: Implement the CPP namespace protection from [perl #8610];
30536              unless a function has an 'A' flag, it's defined only if
30537              PERL_CORE.  (Why do we have so many many functions with an
30538              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
30539              could be cut down further by having a state variable and
30540              inserting #ifdefs and #endifs when the state flips.)
30541      Branch: maint-5.8/perl
30542            ! embed.h embed.pl
30543 ____________________________________________________________________________
30544 [ 18365] By: jhi                                   on 2002/12/29  15:01:08
30545         Log: Doc tweak on the S_ macros.
30546      Branch: maint-5.8/perl
30547            ! pod/perlfunc.pod
30548 ____________________________________________________________________________
30549 [ 18364] By: jhi                                   on 2002/12/29  14:54:43
30550         Log: Apply the doc patch from [perl #19343].
30551      Branch: maint-5.8/perl
30552            ! pod/perlfunc.pod
30553 ____________________________________________________________________________
30554 [ 18363] By: jhi                                   on 2002/12/29  14:49:14
30555         Log: Integrate:
30556              [ 18354]
30557              Subject: [PATCH] docpatch for cv.h
30558              From: Nicholas Clark <nick@unfortu.net>
30559              Date: Wed, 25 Dec 2002 21:01:04 +0000
30560              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
30561              
30562              [ 18356]
30563              fix signed/unsigned mismatch warning from change#18266
30564              
30565              [ 18358]
30566              save_re_context() was not saving many regexec.c state
30567              variables, resulting in various reentrancy problems when
30568              the swatches were autoloaded by perl in the midst of a
30569              match
30570      Branch: maint-5.8/perl
30571           !> cv.h regcomp.c
30572 ____________________________________________________________________________
30573 [ 18362] By: jhi                                   on 2002/12/29  00:51:29
30574         Log: Fix [perl #18666] (taking the more conservative approach).
30575      Branch: maint-5.8/perl
30576            ! lib/File/Spec/Unix.pm
30577 ____________________________________________________________________________
30578 [ 18361] By: jhi                                   on 2002/12/29  00:45:16
30579         Log: Document that the socketpair tests are unhappy in old SCO,
30580              as per [perl #18537].
30581      Branch: maint-5.8/perl
30582            ! pod/perl58delta.pod
30583 ____________________________________________________________________________
30584 [ 18360] By: jhi                                   on 2002/12/29  00:38:01
30585         Log: Fix from the bug report for [perl #19267].
30586      Branch: maint-5.8/perl
30587            ! lib/Pod/Man.pm
30588 ____________________________________________________________________________
30589 [ 18359] By: jhi                                   on 2002/12/28  22:33:16
30590         Log: A small tweak on top of #18353: don't display mg_len bytes of
30591              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
30592      Branch: maint-5.8/perl
30593            ! dump.c
30594 ____________________________________________________________________________
30595 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
30596         Log: save_re_context() was not saving many regexec.c state
30597              variables, resulting in various reentrancy problems when
30598              the swatches were autoloaded by perl in the midst of a
30599              match
30600      Branch: perl
30601            ! regcomp.c
30602 ____________________________________________________________________________
30603 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
30604         Log: silence another signed/unsigned mismatch warning
30605      Branch: perl
30606            ! op.c
30607 ____________________________________________________________________________
30608 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
30609         Log: fix signed/unsigned mismatch warning from change#18266
30610      Branch: perl
30611            ! regcomp.c
30612 ____________________________________________________________________________
30613 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
30614         Log: these variables are not in use anywhere since 5.8.0
30615      Branch: perl
30616            ! embedvar.h perlapi.h sv.c thrdvar.h
30617 ____________________________________________________________________________
30618 [ 18354] By: ams                                   on 2002/12/26  03:54:09
30619         Log: Subject: [PATCH] docpatch for cv.h
30620              From: Nicholas Clark <nick@unfortu.net>
30621              Date: Wed, 25 Dec 2002 21:01:04 +0000
30622              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
30623      Branch: perl
30624            ! cv.h
30625 ____________________________________________________________________________
30626 [ 18353] By: jhi                                   on 2002/12/26  02:07:06
30627         Log: Introduce a cache for UTF-8 data: length and byte<->char offset
30628              mapping are stored in a new type of magic.  Speeds up length(),
30629              substr(), index(), rindex(), pos(), and some parts of s///.
30630              
30631              The speedup varies a lot (on the usual suspects: what is the
30632              access pattern of the data, compiler, CPU), but should be at
30633              least one order of magnitude, and getting to the same magnitude
30634              as byte string speeds, and in some cases  (length on unchanged data)
30635              even reaching the byte string speed.  On the other hand, in some
30636              cases (index) the byte speed is still faster by a factor of five
30637              or so, but the bottleneck there does not seem to be any more
30638              the byte<->char offset mapping (instead, the fbm_instr() speed).
30639              
30640              There is one cache slot for the length, and only two for the 
30641              byte<->char offset mapping (the first one for the start->offset,
30642              and the second for the offset->offset+length, when talking
30643              in substr() terms).
30644              
30645              Code this hairy is bound to have hairy trolls hiding under it.
30646      Branch: maint-5.8/perl
30647            ! dump.c embed.fnc embed.h mg.c perl.h proto.h sv.c util.c
30648 ____________________________________________________________________________
30649 [ 18352] By: jhi                                   on 2002/12/25  13:42:10
30650         Log: Integrate:
30651              [ 18350]
30652              Removal of duplicate comment block
30653              
30654              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30655              Subject: Re: [perl #19306] Sys::Syslog issues.
30656              Date: Mon, 23 Dec 2002 15:25:51 -0800
30657              Message-ID: </t5B+gzkg6DR092yn@efn.org>
30658              
30659              [ 18351]
30660              #18345 was still broken; should be fixed now.
30661      Branch: maint-5.8/perl
30662           !> ext/Sys/Syslog/Syslog.pm sv.c
30663 ____________________________________________________________________________
30664 [ 18351] By: hv                                    on 2002/12/25  02:29:17
30665         Log: #18345 was still broken; should be fixed now.
30666      Branch: perl
30667            ! sv.c
30668 ____________________________________________________________________________
30669 [ 18350] By: merijn                                on 2002/12/24  05:26:40
30670         Log: Removal of duplicate comment block
30671              
30672              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30673              Subject: Re: [perl #19306] Sys::Syslog issues.
30674              Date: Mon, 23 Dec 2002 15:25:51 -0800
30675              Message-ID: </t5B+gzkg6DR092yn@efn.org>
30676      Branch: perl
30677            ! ext/Sys/Syslog/Syslog.pm
30678 ____________________________________________________________________________
30679 [ 18349] By: jhi                                   on 2002/12/24  02:42:31
30680         Log: At least partially address [perl #10000] by speeding
30681              up both the ASCII case (by about 2-3%) and the UTF-8 case 
30682              (by about 45%).  The major trick is to avoid hitting the
30683              costly S_reginclass().  (Even before this patch the speedup
30684              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
30685              still about 30-60% slower than the ASCII case.  (Note that
30686              I'm unable to reproduce the 10-fold speed difference of the
30687              original bug report; I can see a factor of 2 or 3, but no more.)
30688      Branch: maint-5.8/perl
30689            ! regexec.c
30690 ____________________________________________________________________________
30691 [ 18348] By: jhi                                   on 2002/12/23  06:42:29
30692         Log: Make Math::Trig a little bit more better behaved module citizen.
30693      Branch: maint-5.8/perl
30694            ! lib/Math/Trig.pm
30695 ____________________________________________________________________________
30696 [ 18347] By: jhi                                   on 2002/12/23  06:37:31
30697         Log: Integrate:
30698              [ 18300]
30699              Subject: [patch] typo in perlop
30700              From: andreas.koenig@anima.de (Andreas J. Koenig)
30701              Date: Wed, 11 Dec 2002 21:31:14 +0100
30702              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
30703              
30704              [ 18304]
30705              Redone #18011 from metaunits
30706              
30707              [ 18305]
30708              Enough changes to Configure and metaunits warrant an update.
30709              Several small changes and three additions
30710              
30711              [ 18306]
30712              More documentation of obscure flags is good, even if the
30713              documentation might be not so good. Atleast it's not false!
30714              Documents the flags one can give to perl_clone
30715              
30716              [ 18308]
30717              Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
30718              From: peter@PSDT.com (Peter Scott)
30719              Date: 12 Dec 2002 18:13:17 -0000
30720              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
30721              (fix bug [perl #19058])
30722              
30723              [ 18310]
30724              regen-headers to get new API docs from #18306
30725              
30726              [ 18312]
30727              Subject: [Fwd: Patch for perl utf8-related bug]
30728              From: Richard Hitt <rbh00@utsglobal.com>
30729              Date: Fri, 06 Dec 2002 16:47:42 -0800
30730              [perl #18932]
30731              
30732              [ 18313]
30733              Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
30734              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
30735              Date: Fri, 13 Dec 2002 14:08:00 -0800
30736              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
30737              
30738              [ 18314]
30739              Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
30740              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
30741              Date: Fri, 13 Dec 2002 14:00:48 -0800
30742              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
30743              
30744              [ 18315]
30745              Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
30746              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
30747              Date: Fri, 13 Dec 2002 13:47:08 -0800
30748              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
30749              
30750              [ 18316]
30751              Subject: [PATCH 5.8.1 @oldish-18156] build
30752              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
30753              Date: Fri, 13 Dec 2002 13:54:05 -0800
30754              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
30755              
30756              [ 18317]
30757              Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
30758              
30759              [ 18323]
30760              PerlSIO_stderr et al are not functions
30761              
30762              [ 18324]
30763              windows: avoid prompting under some shells during $(MAKE) distclean
30764              
30765              [ 18325]
30766              PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
30767              
30768              [ 18326]
30769              Win32.pod update
30770              
30771              [ 18327]
30772              windows: support for large files
30773              
30774              note that this change will break binary compatibility with the
30775              default 5.8.0 build options; nevertheless I think it is worth
30776              having in 5.8.1 (people who want the compatibility can disable
30777              the option in the makefile)
30778              
30779              [ 18328]
30780              fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
30781              
30782              [ 18330]
30783              remove CRs from a couple of files (these show up as CRCRLF
30784              on windows)
30785              
30786              [ 18332]
30787              $Config{prefixexp} was set incorrectly on windows
30788              
30789              [ 18334]
30790              AIX compiler version updates
30791              
30792              [ 18335]
30793              my_fflush_all() wasn't doing the right thing under useperlio
30794              on many platforms
30795              
30796              [ 18337]
30797              handy hint: getting a perforce change as a usable patch
30798              
30799              [ 18338]
30800              Subject: [PATCH] read permissions for h2ph-generated files
30801              From: Slaven Rezic <slaven.rezic@berlin.de>
30802              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
30803              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
30804              
30805              [ 18339]
30806              Integrate Time::HiRes v1.39 (for VMS build tweak)
30807              
30808              [ 18342]
30809              Subject: [perl #18544] Patch included to fix problem.
30810              From: Richard Kandarian <richard.kandarian@lanl.gov>
30811              Date: Thu, 21 Nov 2002 08:00:20 -0700
30812              (from RT)
30813              
30814              [ 18343]
30815              Subject: [perl #19153] Term::Complete (the argument of stty)
30816              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
30817              Date: 15 Dec 2002 13:45:23 -0000
30818              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
30819              
30820              [ 18344]
30821              more on #18312: sv.c:ss_dup()
30822              
30823              [ 18345]
30824              more on #18344.
30825      Branch: maint-5.8/perl
30826           +> lib/Net/Ping/t/410_syn_host.t
30827            ! Configure config_h.SH
30828           !> (integrate 56 files)
30829 ____________________________________________________________________________
30830 [ 18346] By: hv                                    on 2002/12/23  06:14:22
30831         Log: integrate maint-5.8 #18301
30832      Branch: perl
30833           !> lib/perl5db.pl
30834 ____________________________________________________________________________
30835 [ 18345] By: hv                                    on 2002/12/23  06:01:17
30836         Log: more on #18344.
30837      Branch: perl
30838            ! sv.c
30839 ____________________________________________________________________________
30840 [ 18344] By: hv                                    on 2002/12/23  05:56:43
30841         Log: more on #18312: sv.c:ss_dup()
30842      Branch: perl
30843            ! sv.c
30844 ____________________________________________________________________________
30845 [ 18343] By: hv                                    on 2002/12/23  05:47:17
30846         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
30847              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
30848              Date: 15 Dec 2002 13:45:23 -0000
30849              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
30850      Branch: perl
30851            ! lib/Term/Complete.pm
30852 ____________________________________________________________________________
30853 [ 18342] By: hv                                    on 2002/12/23  05:27:25
30854         Log: Subject: [perl #18544] Patch included to fix problem.
30855              From: Richard Kandarian <richard.kandarian@lanl.gov>
30856              Date: Thu, 21 Nov 2002 08:00:20 -0700
30857              (from RT)
30858      Branch: perl
30859            ! regexec.c
30860 ____________________________________________________________________________
30861 [ 18341] By: hv                                    on 2002/12/23  05:08:49
30862         Log: Subject: [PATCH] operation on `PL_na' may be undefined
30863              From: Nicholas Clark <nick@unfortu.net>
30864              Date: Tue, 10 Dec 2002 19:59:18 +0000
30865              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
30866      Branch: perl
30867            ! universal.c
30868 ____________________________________________________________________________
30869 [ 18340] By: hv                                    on 2002/12/23  05:04:29
30870         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
30871              From: Nicholas Clark <nick@unfortu.net>
30872              Date: Tue, 10 Dec 2002 18:55:28 +0000
30873              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
30874      Branch: perl
30875            ! pp_hot.c
30876 ____________________________________________________________________________
30877 [ 18339] By: hv                                    on 2002/12/23  04:39:48
30878         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
30879      Branch: perl
30880            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30881            ! ext/Time/HiRes/Makefile.PL
30882 ____________________________________________________________________________
30883 [ 18338] By: hv                                    on 2002/12/23  03:43:09
30884         Log: Subject: [PATCH] read permissions for h2ph-generated files
30885              From: Slaven Rezic <slaven.rezic@berlin.de>
30886              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
30887              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
30888      Branch: perl
30889            ! utils/h2ph.PL
30890 ____________________________________________________________________________
30891 [ 18337] By: hv                                    on 2002/12/23  03:38:59
30892         Log: handy hint: getting a perforce change as a usable patch
30893      Branch: perl
30894            ! Porting/repository.pod
30895 ____________________________________________________________________________
30896 [ 18336] By: hv                                    on 2002/12/23  03:36:26
30897         Log: Reverse #18285, for reasons given in:
30898              Subject: Re: Precedence of ? :
30899              From: hv@crypt.org
30900              Date: Fri, 20 Dec 2002 00:35:27 +0000
30901              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
30902      Branch: perl
30903            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
30904            ! vms/perly_c.vms
30905 ____________________________________________________________________________
30906 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
30907         Log: my_fflush_all() wasn't doing the right thing under useperlio
30908              on many platforms
30909      Branch: perl
30910            ! util.c
30911 ____________________________________________________________________________
30912 [ 18334] By: merijn                                on 2002/12/18  06:48:11
30913         Log: AIX compiler version updates
30914      Branch: perl
30915            ! README.aix
30916 ____________________________________________________________________________
30917 [ 18333] By: gsar                                  on 2002/12/18  03:21:42
30918         Log: integrate change#18332 from mainline
30919              
30920              $Config{prefixexp} was set incorrectly on windows
30921      Branch: maint-5.6/perl
30922           !> win32/config.bc win32/config.gc win32/config.vc
30923 ____________________________________________________________________________
30924 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
30925         Log: $Config{prefixexp} was set incorrectly on windows
30926      Branch: perl
30927            ! win32/config.bc win32/config.gc win32/config.vc
30928            ! win32/config.vc64
30929 ____________________________________________________________________________
30930 [ 18331] By: gsar                                  on 2002/12/18  02:38:13
30931         Log: integrate change#18326 from mainline
30932              
30933              Win32.pod update
30934      Branch: maint-5.6/perl
30935           !> lib/Win32.pod
30936 ____________________________________________________________________________
30937 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
30938         Log: remove CRs from a couple of files (these show up as CRCRLF
30939              on windows)
30940      Branch: perl
30941            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
30942 ____________________________________________________________________________
30943 [ 18329] By: gsar                                  on 2002/12/18  02:28:47
30944         Log: integrate change#18328 from mainline
30945              
30946              fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
30947      Branch: maint-5.6/perl
30948           !> win32/win32.c
30949 ____________________________________________________________________________
30950 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
30951         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
30952      Branch: perl
30953            ! win32/win32.c
30954 ____________________________________________________________________________
30955 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
30956         Log: windows: support for large files
30957              
30958              note that this change will break binary compatibility with the
30959              default 5.8.0 build options; nevertheless I think it is worth
30960              having in 5.8.1 (people who want the compatibility can disable
30961              the option in the makefile)
30962      Branch: perl
30963            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
30964            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
30965            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
30966            ! win32/config.vc win32/config.vc64 win32/config_H.bc
30967            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
30968            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
30969            ! win32/win32.c win32/win32iop.h
30970 ____________________________________________________________________________
30971 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
30972         Log: Win32.pod update
30973      Branch: perl
30974            ! lib/Win32.pod
30975 ____________________________________________________________________________
30976 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
30977         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
30978      Branch: perl
30979            ! XSUB.h
30980 ____________________________________________________________________________
30981 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
30982         Log: windows: avoid prompting under some shells during $(MAKE) distclean
30983      Branch: perl
30984            ! win32/Makefile win32/makefile.mk
30985 ____________________________________________________________________________
30986 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
30987         Log: PerlSIO_stderr et al are not functions
30988      Branch: perl
30989            ! XSUB.h
30990 ____________________________________________________________________________
30991 [ 18322] By: gsar                                  on 2002/12/17  22:58:09
30992         Log: integrate change#18321 from mainline
30993              
30994              C<require '\foo\bar.pm'> fails on windows if not running
30995              from the root directory; for a test case, see:
30996              
30997              http://bugs.activestate.com/show_bug.cgi?id=19317
30998              
30999              this was due to not recognizing \foo\bar.pm as an absolute
31000              path name
31001      Branch: maint-5.8/perl
31002           !> util.h
31003 ____________________________________________________________________________
31004 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
31005         Log: integrate change#18320 from maint-5.6 branch
31006              
31007              C<require '\foo\bar.pm'> fails on windows if not running
31008              from the root directory; for a test case, see:
31009              
31010              http://bugs.activestate.com/show_bug.cgi?id=19317
31011              
31012              this was due to not recognizing \foo\bar.pm as an absolute
31013              path name
31014      Branch: perl
31015           !> util.h
31016 ____________________________________________________________________________
31017 [ 18320] By: gsar                                  on 2002/12/17  22:41:50
31018         Log: C<require '\foo\bar.pm'> fails on windows if not running
31019              from the root directory; for a test case, see:
31020              
31021              http://bugs.activestate.com/show_bug.cgi?id=19317
31022              
31023              this was due to not recognizing \foo\bar.pm as an absolute
31024              path name
31025      Branch: maint-5.6/perl
31026            ! util.h
31027 ____________________________________________________________________________
31028 [ 18319] By: hv                                    on 2002/12/17  10:08:24
31029         Log: Whoops, these are the changes supposed to be in #18318.
31030      Branch: perl
31031            ! pad.c t/op/eval.t
31032 ____________________________________________________________________________
31033 [ 18318] By: hv                                    on 2002/12/17  03:12:18
31034         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
31035              From: Nicholas Clark <nick@unfortu.net>
31036              Date: Sat, 14 Dec 2002 23:13:37 +0000
31037              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
31038      Branch: perl
31039            ! pad.c t/op/eval.t
31040 ____________________________________________________________________________
31041 [ 18317] By: hv                                    on 2002/12/17  02:58:12
31042         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
31043      Branch: perl
31044            + lib/Net/Ping/t/410_syn_host.t
31045            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
31046            ! lib/Net/Ping/t/450_service.t
31047 ____________________________________________________________________________
31048 [ 18316] By: hv                                    on 2002/12/17  02:17:16
31049         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
31050              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31051              Date: Fri, 13 Dec 2002 13:54:05 -0800
31052              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
31053      Branch: perl
31054            ! os2/os2.c t/run/runenv.t
31055 ____________________________________________________________________________
31056 [ 18315] By: hv                                    on 2002/12/17  02:03:58
31057         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
31058              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31059              Date: Fri, 13 Dec 2002 13:47:08 -0800
31060              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
31061      Branch: perl
31062            ! lib/constant.t lib/fields.t
31063 ____________________________________________________________________________
31064 [ 18314] By: hv                                    on 2002/12/17  01:58:32
31065         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
31066              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31067              Date: Fri, 13 Dec 2002 14:00:48 -0800
31068              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
31069      Branch: perl
31070            ! os2/OS2/Process/t/os2_process.t os2/os2.c
31071 ____________________________________________________________________________
31072 [ 18313] By: hv                                    on 2002/12/17  01:54:19
31073         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
31074              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31075              Date: Fri, 13 Dec 2002 14:08:00 -0800
31076              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
31077      Branch: perl
31078            ! os2/OS2/REXX/REXX.xs
31079 ____________________________________________________________________________
31080 [ 18312] By: hv                                    on 2002/12/17  01:43:28
31081         Log: Subject: [Fwd: Patch for perl utf8-related bug]
31082              From: Richard Hitt <rbh00@utsglobal.com>
31083              Date: Fri, 06 Dec 2002 16:47:42 -0800
31084              [perl #18932]
31085      Branch: perl
31086            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
31087            ! scope.h
31088 ____________________________________________________________________________
31089 [ 18311] By: hv                                    on 2002/12/17  00:52:05
31090         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
31091              From: Dave Mitchell <davem@fdgroup.com>
31092              Date: Sat, 14 Dec 2002 19:16:49 +0000
31093              Message-ID: <20021214191649.B3992@fdgroup.com>
31094      Branch: perl
31095            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
31096 ____________________________________________________________________________
31097 [ 18310] By: hv                                    on 2002/12/17  00:51:46
31098         Log: regen-headers to get new API docs from #18306
31099      Branch: perl
31100            ! pod/perlapi.pod
31101 ____________________________________________________________________________
31102 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
31103         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
31104              From: peter@PSDT.com (Peter Scott)
31105              Date: 12 Dec 2002 18:13:17 -0000
31106              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
31107              (fix bug [perl #19058])
31108      Branch: perl
31109            ! lib/perl5db.pl
31110 ____________________________________________________________________________
31111 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
31112         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
31113              From: Dave Mitchell <davem@fdgroup.com>
31114              Date: Thu, 12 Dec 2002 23:42:35 +0000
31115              Message-ID: <20021212234235.A29245@fdgroup.com>
31116              and
31117              Date: Sat, 14 Dec 2002 19:16:38 +0000
31118              Message-ID: <20021214191638.A3992@fdgroup.com>
31119      Branch: perl
31120            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
31121            ! proto.h t/op/eval.t
31122 ____________________________________________________________________________
31123 [ 18306] By: sky                                   on 2002/12/16  21:41:40
31124         Log: More documentation of obscure flags is good, even if the
31125              documentation might be not so good. Atleast it's not false!
31126              Documents the flags one can give to perl_clone
31127      Branch: perl
31128            ! sv.c
31129 ____________________________________________________________________________
31130 [ 18305] By: merijn                                on 2002/12/16  10:53:19
31131         Log: Enough changes to Configure and metaunits warrant an update.
31132              Several small changes and three additions
31133      Branch: perl
31134            ! Porting/Glossary
31135 ____________________________________________________________________________
31136 [ 18304] By: merijn                                on 2002/12/16  10:44:57
31137         Log: Redone #18011 from metaunits
31138      Branch: perl
31139            ! Configure
31140 ____________________________________________________________________________
31141 [ 18303] By: merijn                                on 2002/12/16  10:38:20
31142         Log: backport change #18011
31143      Branch: metaconfig
31144            ! U/installdirs/installprefix.U
31145 ____________________________________________________________________________
31146 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
31147         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
31148              From: Dave Mitchell <davem@fdgroup.com>
31149              Date: Tue, 10 Dec 2002 01:26:44 +0000
31150              Message-ID: <20021210012644.A7843@fdgroup.com>
31151      Branch: perl
31152            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
31153            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
31154            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
31155 ____________________________________________________________________________
31156 [ 18301] By: jhi                                   on 2002/12/13  02:12:54
31157         Log: Bad location of '==>' under the debugger,
31158              apply the patch.
31159      Branch: maint-5.8/perl
31160            ! lib/perl5db.pl
31161 ____________________________________________________________________________
31162 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
31163         Log: Subject: [patch] typo in perlop
31164              From: andreas.koenig@anima.de (Andreas J. Koenig)
31165              Date: Wed, 11 Dec 2002 21:31:14 +0100
31166              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
31167      Branch: perl
31168            ! pod/perlop.pod
31169 ____________________________________________________________________________
31170 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
31171         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
31172      Branch: perl
31173           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
31174           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
31175           !> t/op/subst.t
31176 ____________________________________________________________________________
31177 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
31178         Log: Whitespace and indentation fix in the output of B::Debug.
31179      Branch: perl
31180            ! ext/B/B/Debug.pm
31181 ____________________________________________________________________________
31182 [ 18297] By: jhi                                   on 2002/12/12  19:19:56
31183         Log: Warn about the non-portabilities of strftime.
31184      Branch: maint-5.8/perl
31185            ! ext/POSIX/POSIX.pod
31186 ____________________________________________________________________________
31187 [ 18296] By: jhi                                   on 2002/12/12  18:21:12
31188         Log: Integrate:
31189              [ 18292]
31190              Update to Scalar-List-Utils 1.09
31191      Branch: maint-5.8/perl
31192           !> ext/List/Util/ChangeLog ext/List/Util/Util.xs
31193           !> ext/List/Util/lib/List/Util.pm
31194 ____________________________________________________________________________
31195 [ 18295] By: jhi                                   on 2002/12/12  18:06:57
31196         Log: Until proven otherwise I don't think any of the strftime
31197              formats %c, %z, and %Z can be tested portably.
31198      Branch: maint-5.8/perl
31199            ! ext/POSIX/t/posix.t
31200 ____________________________________________________________________________
31201 [ 18294] By: jhi                                   on 2002/12/12  14:34:58
31202         Log: Resolve Abe's failing is.t, diagnosed by Sarathy
31203              (setlocale(LC_ALL, 'C') was the key).  Document that
31204              locale settings may be hazardous to your isxxxx() health.
31205              (Surgeon General warning). 
31206      Branch: maint-5.8/perl
31207            ! ext/POSIX/POSIX.pod ext/POSIX/t/is.t
31208 ____________________________________________________________________________
31209 [ 18293] By: jhi                                   on 2002/12/12  13:57:56
31210         Log: Resolve [#perl 15774] by fiat: simply document that
31211              \C in lookbehind is unsupported.
31212      Branch: maint-5.8/perl
31213            ! pod/perlre.pod pod/perlretut.pod
31214 ____________________________________________________________________________
31215 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
31216         Log: Update to Scalar-List-Utils 1.09
31217      Branch: perl
31218            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
31219            ! ext/List/Util/lib/List/Util.pm
31220 ____________________________________________________________________________
31221 [ 18291] By: jhi                                   on 2002/12/11  20:13:30
31222         Log: has already been fixed; add its test.
31223      Branch: maint-5.8/perl
31224            ! t/op/subst.t
31225 ____________________________________________________________________________
31226 [ 18290] By: jhi                                   on 2002/12/11  18:56:01
31227         Log: Fix [perl #15763].
31228      Branch: maint-5.8/perl
31229            ! regexec.c t/op/pat.t
31230 ____________________________________________________________________________
31231 [ 18289] By: gsar                                  on 2002/12/11  18:55:36
31232         Log: integrate repository.pod change from mainline
31233      Branch: maint-5.8/perl
31234           !> Porting/repository.pod
31235 ____________________________________________________________________________
31236 [ 18288] By: gsar                                  on 2002/12/11  18:54:28
31237         Log: integrate repository.pod changes from mainline
31238      Branch: maint-5.6/perl
31239           !> Porting/repository.pod
31240 ____________________________________________________________________________
31241 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
31242         Log: this has been incorrect for a while now, and has changed
31243              again recently
31244      Branch: perl
31245            ! Porting/repository.pod
31246 ____________________________________________________________________________
31247 [ 18286] By: jhi                                   on 2002/12/11  14:43:36
31248         Log: Integrate:
31249              [ 18272]
31250              RT#15950
31251              
31252              Subject: [PATCH] Typo in Term::ANSIColor
31253              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
31254              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
31255              
31256              [ 18277]
31257              Subject: [PATCH perl@18251] VMS build update
31258              Message-ID: <3DF56BE2.9000300@mac.com>
31259              Date: Mon, 09 Dec 2002 22:21:54 -0600
31260              From: "Craig A. Berry" <craigberry@mac.com>
31261              
31262              [ 18278]
31263              Subject: Re: default lib dir should examine $Config{installstyle}
31264              Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST)
31265              From: Andy Dougherty <doughera@lafayette.edu>
31266              Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu>
31267              
31268              [ 18279]
31269              Subject: Re: ANSIColor 1.06 released
31270              Version bump only after typo fix to sync with CPAN
31271              
31272              [ 18282]
31273              Subject: Remove stale e-mail addresses
31274              From: Andy Dougherty <doughera@lafayette.edu>
31275              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
31276              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
31277              
31278              [ 18283]
31279              More email addresses for #18282
31280              
31281              [ 18284]
31282              One more email address for #18282
31283      Branch: maint-5.8/perl
31284           !> (integrate 31 files)
31285 ____________________________________________________________________________
31286 [ 18285] By: hv                                    on 2002/12/11  10:35:01
31287         Log: Subject: [PATCH] Re: Precedence of ? :
31288              From: Stephen McCamant <smcc@mit.edu>
31289              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
31290              Message-Id: <20021210055707.974F073CCC@syllepsis>
31291      Branch: perl
31292            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
31293            ! vms/perly_c.vms
31294 ____________________________________________________________________________
31295 [ 18284] By: hv                                    on 2002/12/11  10:21:12
31296         Log: One more email address for #18282
31297      Branch: perl
31298            ! lib/Pod/Perldoc.pm
31299 ____________________________________________________________________________
31300 [ 18283] By: hv                                    on 2002/12/11  10:18:07
31301         Log: More email addresses for #18282
31302      Branch: perl
31303            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
31304            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
31305            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
31306            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
31307            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
31308 ____________________________________________________________________________
31309 [ 18282] By: hv                                    on 2002/12/11  10:16:05
31310         Log: Subject: Remove stale e-mail addresses
31311              From: Andy Dougherty <doughera@lafayette.edu>
31312              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
31313              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
31314      Branch: perl
31315            ! Porting/pumpkin.pod configure.gnu
31316            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
31317            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
31318            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
31319 ____________________________________________________________________________
31320 [ 18281] By: hv                                    on 2002/12/11  09:59:31
31321         Log: Integrate from maint-5.8 #18156, #18218.
31322      Branch: perl
31323           !> lib/Unicode/UCD.t lib/unicore/Category.pl
31324           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
31325           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
31326           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
31327           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
31328           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
31329 ____________________________________________________________________________
31330 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
31331         Log: Integrate from the maint-5.8/ branch :
31332              changes 18219, 18236, 18242-3, 18247-8,
31333              18253-5, 18257, 18273-6
31334      Branch: perl
31335           +> t/op/lc_user.t
31336           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
31337           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
31338           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
31339           !> t/uni/tr_utf8.t
31340 ____________________________________________________________________________
31341 [ 18279] By: merijn                                on 2002/12/10  14:10:03
31342         Log: Subject: Re: ANSIColor 1.06 released
31343              Version bump only after typo fix to sync with CPAN
31344      Branch: perl
31345            ! lib/Term/ANSIColor.pm
31346 ____________________________________________________________________________
31347 [ 18278] By: merijn                                on 2002/12/10  14:05:25
31348         Log: Subject: Re: default lib dir should examine $Config{installstyle}
31349              Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST)
31350              From: Andy Dougherty <doughera@lafayette.edu>
31351              Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu>
31352      Branch: metaconfig
31353            ! U/installdirs/installstyle.U
31354 ____________________________________________________________________________
31355 [ 18277] By: merijn                                on 2002/12/10  08:46:05
31356         Log: Subject: [PATCH perl@18251] VMS build update
31357              Message-ID: <3DF56BE2.9000300@mac.com>
31358              Date: Mon, 09 Dec 2002 22:21:54 -0600
31359              From: "Craig A. Berry" <craigberry@mac.com>
31360      Branch: perl
31361            ! configure.com ext/Time/HiRes/Makefile.PL
31362            ! vms/descrip_mms.template
31363 ____________________________________________________________________________
31364 [ 18276] By: jhi                                   on 2002/12/09  23:49:14
31365         Log: Move the tests added to pat.t in #18248 to lc.t.
31366      Branch: maint-5.8/perl
31367            ! t/op/lc.t t/op/pat.t
31368 ____________________________________________________________________________
31369 [ 18275] By: jhi                                   on 2002/12/09  23:21:58
31370         Log: Add Nick Clark's test case for [perl #18915].
31371              (The bug was fixed by change #18266.)
31372      Branch: maint-5.8/perl
31373            ! t/op/split.t
31374 ____________________________________________________________________________
31375 [ 18274] By: jhi                                   on 2002/12/09  23:19:57
31376         Log: test.pl-ise t/op/split.t
31377      Branch: maint-5.8/perl
31378            ! t/op/split.t
31379 ____________________________________________________________________________
31380 [ 18273] By: jhi                                   on 2002/12/09  22:48:39
31381         Log: Add Nick Clark's test case for [perl #18931].
31382              (The bug was fixed by change #18266.)
31383      Branch: maint-5.8/perl
31384            ! t/op/lc.t
31385 ____________________________________________________________________________
31386 [ 18272] By: merijn                                on 2002/12/09  15:31:28
31387         Log: RT#15950
31388              
31389              Subject: [PATCH] Typo in Term::ANSIColor
31390              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
31391              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
31392      Branch: perl
31393            ! lib/Term/ANSIColor.pm
31394 ____________________________________________________________________________
31395 [ 18271] By: jhi                                   on 2002/12/09  02:41:11
31396         Log: Integrate:
31397              [ 18249]
31398              Suppress a compilation warning reported by Jarkko
31399              (variable initialization skipped by goto).
31400              
31401              [ 18250]
31402              Fix bug #18874, essentially by reverting change #11890.
31403              Add a regression test for it.
31404              
31405              [ 18251]
31406              Fix two cases of buffer overflow in the lexer.
31407              
31408              [ 18259]
31409              Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
31410              From: Nicholas Clark <nick@unfortu.net>
31411              Date: Mon, 2 Dec 2002 21:48:29 +0000
31412              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
31413              
31414              [ 18260]
31415              Document that $ENV{TERM} may produce taint failures.
31416              Subject: Re: [perl #18717] spurious failures in regression test
31417              From: Slaven Rezic <slaven.rezic@berlin.de>
31418              Date: 29 Nov 2002 22:11:46 +0100
31419              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
31420              
31421              [ 18261]
31422              Change the set of characters that are considered to be
31423              safe in $ENV{TERM} for taint checkings.
31424              
31425              [ 18262]
31426              getservbyport() should accept an empty string as its
31427              proto argument (as does getservbyname()).
31428              
31429              Subject: Re: Is this a bug or am I being stupid?
31430              From: Slaven Rezic <slaven.rezic@berlin.de>
31431              Date: 08 Dec 2002 01:54:37 +0100
31432              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
31433              
31434              [ 18263]
31435              Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
31436              From: Slaven Rezic <slaven.rezic@berlin.de>
31437              Date: 08 Dec 2002 01:31:45 +0100
31438              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
31439              
31440              [ 18264]
31441              Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
31442              From: Slaven Rezic <slaven.rezic@berlin.de>
31443              Date: 30 Nov 2002 00:07:05 +0100
31444              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
31445              
31446              [ 18265]
31447              Subject: Re: [perl #18927] barewords with no errors
31448              From: Abe Timmerman <abe@ztreet.demon.nl>
31449              Date: Sun, 8 Dec 2002 17:12:56 +0100
31450              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
31451              
31452              [ 18266]
31453              Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
31454              From: Abhijit Menon-Sen <ams@wiw.org>
31455              Date: Wed, 6 Nov 2002 19:38:11 +0530
31456              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
31457              
31458              [ 18267]
31459              Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
31460              From: Slaven Rezic <slaven.rezic@berlin.de>
31461              Date: 09 Nov 2002 23:21:16 +0100
31462              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
31463              
31464              [ 18268]
31465              fix #18266 sprintf format mismatch
31466              
31467              [ 18269]
31468              Subject: Re: Bug in Filter::Simple
31469              From: Slaven Rezic <slaven.rezic@berlin.de>
31470              Date: 07 Nov 2002 10:01:41 +0100
31471              Message-ID: <87of91u51m.fsf@vran.herceg.de>
31472              
31473              [ 18270]
31474              Subject: [perl #18256] xsubpp can make nested comments in C code
31475              From: Nicholas Clark (via RT) <perlbug@perl.org>
31476              Date: 7 Nov 2002 14:58:14 -0000
31477              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
31478              
31479              (plus regen Configure)
31480      Branch: maint-5.8/perl
31481            ! Configure config_h.SH
31482           !> ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
31483           !> ext/POSIX/t/posix.t hv.c lib/English.pm lib/English.t
31484           !> lib/Exporter/Heavy.pm lib/ExtUtils/xsubpp lib/Hash/Util.t
31485           !> pod/perldiag.pod pp_ctl.c pp_sys.c regcomp.c t/cmd/for.t
31486           !> t/comp/parser.t t/lib/strict/subs t/op/lc.t taint.c toke.c
31487           !> util.c
31488 ____________________________________________________________________________
31489 [ 18270] By: hv                                    on 2002/12/09  00:25:26
31490         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
31491              From: Nicholas Clark (via RT) <perlbug@perl.org>
31492              Date: 7 Nov 2002 14:58:14 -0000
31493              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
31494      Branch: perl
31495            ! lib/ExtUtils/xsubpp
31496 ____________________________________________________________________________
31497 [ 18269] By: hv                                    on 2002/12/09  00:19:33
31498         Log: Subject: Re: Bug in Filter::Simple
31499              From: Slaven Rezic <slaven.rezic@berlin.de>
31500              Date: 07 Nov 2002 10:01:41 +0100
31501              Message-ID: <87of91u51m.fsf@vran.herceg.de>
31502      Branch: perl
31503            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
31504 ____________________________________________________________________________
31505 [ 18268] By: hv                                    on 2002/12/09  00:14:58
31506         Log: fix #18266 sprintf format mismatch
31507      Branch: perl
31508            ! regcomp.c
31509 ____________________________________________________________________________
31510 [ 18267] By: hv                                    on 2002/12/09  00:10:09
31511         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
31512              From: Slaven Rezic <slaven.rezic@berlin.de>
31513              Date: 09 Nov 2002 23:21:16 +0100
31514              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
31515      Branch: perl
31516            ! config_h.SH ext/POSIX/t/posix.t util.c
31517 ____________________________________________________________________________
31518 [ 18266] By: hv                                    on 2002/12/09  00:02:57
31519         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
31520              From: Abhijit Menon-Sen <ams@wiw.org>
31521              Date: Wed, 6 Nov 2002 19:38:11 +0530
31522              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
31523      Branch: perl
31524            ! regcomp.c t/op/lc.t
31525 ____________________________________________________________________________
31526 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
31527         Log: Subject: Re: [perl #18927] barewords with no errors
31528              From: Abe Timmerman <abe@ztreet.demon.nl>
31529              Date: Sun, 8 Dec 2002 17:12:56 +0100
31530              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
31531      Branch: perl
31532            ! t/lib/strict/subs
31533 ____________________________________________________________________________
31534 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
31535         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
31536              From: Slaven Rezic <slaven.rezic@berlin.de>
31537              Date: 30 Nov 2002 00:07:05 +0100
31538              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
31539      Branch: perl
31540            ! pp_ctl.c t/cmd/for.t
31541 ____________________________________________________________________________
31542 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
31543         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
31544              From: Slaven Rezic <slaven.rezic@berlin.de>
31545              Date: 08 Dec 2002 01:31:45 +0100
31546              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
31547      Branch: perl
31548            ! lib/Exporter/Heavy.pm
31549 ____________________________________________________________________________
31550 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
31551         Log: getservbyport() should accept an empty string as its
31552              proto argument (as does getservbyname()).
31553              
31554              Subject: Re: Is this a bug or am I being stupid?
31555              From: Slaven Rezic <slaven.rezic@berlin.de>
31556              Date: 08 Dec 2002 01:54:37 +0100
31557              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
31558      Branch: perl
31559            ! pp_sys.c
31560 ____________________________________________________________________________
31561 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
31562         Log: Change the set of characters that are considered to be
31563              safe in $ENV{TERM} for taint checkings.
31564      Branch: perl
31565            ! taint.c
31566 ____________________________________________________________________________
31567 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
31568         Log: Document that $ENV{TERM} may produce taint failures.
31569              Subject: Re: [perl #18717] spurious failures in regression test
31570              From: Slaven Rezic <slaven.rezic@berlin.de>
31571              Date: 29 Nov 2002 22:11:46 +0100
31572              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
31573      Branch: perl
31574            ! pod/perldiag.pod
31575 ____________________________________________________________________________
31576 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
31577         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
31578              From: Nicholas Clark <nick@unfortu.net>
31579              Date: Mon, 2 Dec 2002 21:48:29 +0000
31580              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
31581      Branch: perl
31582            ! hv.c lib/Hash/Util.t
31583 ____________________________________________________________________________
31584 [ 18258] By: jhi                                   on 2002/12/08  15:24:00
31585         Log: Retract #18252 and #18256.
31586      Branch: maint-5.8/perl
31587            ! hv.c lib/Hash/Util.t regcomp.c t/op/lc.t
31588 ____________________________________________________________________________
31589 [ 18257] By: jhi                                   on 2002/12/07  22:38:49
31590         Log: Tiny doc tweak from Hugo for [perl #16783].
31591      Branch: maint-5.8/perl
31592            ! pod/perlsec.pod
31593 ____________________________________________________________________________
31594 [ 18256] By: jhi                                   on 2002/12/07  18:24:27
31595         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
31596              From: Nicholas Clark <nick@unfortu.net>
31597              Date: Mon, 2 Dec 2002 21:48:29 +0000
31598              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
31599              
31600              (the pp_sys.c and util.c were accidentally open,
31601              but luckily unmodified)
31602      Branch: maint-5.8/perl
31603            ! hv.c lib/Hash/Util.t pp_sys.c util.c
31604 ____________________________________________________________________________
31605 [ 18255] By: jhi                                   on 2002/12/07  16:57:32
31606         Log: The [perl #16843] has been fixed, add its test.
31607      Branch: maint-5.8/perl
31608            ! t/uni/tr_utf8.t
31609 ____________________________________________________________________________
31610 [ 18254] By: jhi                                   on 2002/12/07  16:26:27
31611         Log: Add user-definable To-mappings.     (So if you don't agree
31612              with the Unicode mappings, you can make your own.)
31613              Resolves [perl #3741].
31614      Branch: maint-5.8/perl
31615            + t/op/lc_user.t
31616            ! MANIFEST lib/utf8_heavy.pl pod/perldiag.pod
31617            ! pod/perlunicode.pod
31618 ____________________________________________________________________________
31619 [ 18253] By: jhi                                   on 2002/12/07  15:35:43
31620         Log: test.pl-ise t/op/lc.t.
31621      Branch: maint-5.8/perl
31622            ! t/op/lc.t
31623 ____________________________________________________________________________
31624 [ 18252] By: jhi                                   on 2002/12/06  22:19:15
31625         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
31626              From: Abhijit Menon-Sen <ams@wiw.org>
31627              To: perl5-porters@perl.org
31628              Date: Wed, 6 Nov 2002 19:38:11 +0530
31629              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
31630      Branch: maint-5.8/perl
31631            ! regcomp.c t/op/lc.t
31632 ____________________________________________________________________________
31633 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
31634         Log: Fix two cases of buffer overflow in the lexer.
31635      Branch: perl
31636            ! t/comp/parser.t toke.c
31637 ____________________________________________________________________________
31638 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
31639         Log: Fix bug #18874, essentially by reverting change #11890.
31640              Add a regression test for it.
31641      Branch: perl
31642            ! lib/English.pm lib/English.t
31643 ____________________________________________________________________________
31644 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
31645         Log: Suppress a compilation warning reported by Jarkko
31646              (variable initialization skipped by goto).
31647      Branch: perl
31648            ! toke.c
31649 ____________________________________________________________________________
31650 [ 18248] By: jhi                                   on 2002/12/06  13:58:05
31651         Log: A test for [perl #18857] (that was fixed by #18107) from Nick Clark.
31652      Branch: maint-5.8/perl
31653            ! t/op/pat.t
31654 ____________________________________________________________________________
31655 [ 18247] By: jhi                                   on 2002/12/06  13:40:10
31656         Log: More comments and robustness in pp_ucfirst() and pp_lcfirst().
31657      Branch: maint-5.8/perl
31658            ! pp.c
31659 ____________________________________________________________________________
31660 [ 18246] By: pudge                                 on 2002/12/04  12:51:38
31661         Log: Update Changes, Makefile.mk
31662      Branch: maint-5.6/macperl
31663            ! macos/Changes macos/Makefile.mk
31664 ____________________________________________________________________________
31665 [ 18245] By: nick                                  on 2002/12/04  10:33:38
31666         Log: Integrate mainline
31667      Branch: perlio
31668           +> ext/POSIX/t/is.t lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
31669           +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
31670           +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
31671           +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
31672           +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
31673           +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
31674           +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
31675           +> lib/Pod/PlainText.pm pod/perldoc.pod regen.pl regen_headers.pl
31676           +> t/comp/parser.t
31677           !> (integrate 138 files)
31678 ____________________________________________________________________________
31679 [ 18244] By: gsar                                  on 2002/12/04  08:20:20
31680         Log: integrate macperl-5.6 branch change (DynaLoader fix)
31681      Branch: maint-5.6/perl
31682           !> ext/DynaLoader/DynaLoader_pm.PL
31683 ____________________________________________________________________________
31684 [ 18243] By: jhi                                   on 2002/12/03  23:39:28
31685         Log: UTF8_IS_INVARIANT() is better then UTF8_IS_CONTINUED().
31686              (The latter matches also post-initial bytes of a multibyte.)
31687      Branch: maint-5.8/perl
31688            ! pod/perlguts.pod
31689 ____________________________________________________________________________
31690 [ 18242] By: jhi                                   on 2002/12/03  15:04:07
31691         Log: Slight tweaks on the XS-and-Unicode docs, inspired by [perl #17852].
31692      Branch: maint-5.8/perl
31693            ! pod/perlguts.pod pod/perlunicode.pod
31694 ____________________________________________________________________________
31695 [ 18241] By: jhi                                   on 2002/12/03  14:02:58
31696         Log: Integrate:
31697              [ 18239]
31698              Fix up #18229.
31699      Branch: maint-5.8/perl
31700           !> embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
31701           !> pod/perlintern.pod
31702 ____________________________________________________________________________
31703 [ 18240] By: nick                                  on 2002/12/03  12:51:02
31704         Log: Avoid eqtime() wiping the file (as suggested by 
31705              "Luis G. Uribe C." <GUribe@SoftHome.net>
31706      Branch: perlio
31707            ! lib/ExtUtils/Command.pm
31708 ____________________________________________________________________________
31709 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
31710         Log: Fix up #18229.
31711      Branch: perl
31712            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
31713            ! pod/perlintern.pod
31714 ____________________________________________________________________________
31715 [ 18238] By: pudge                                 on 2002/12/03  03:32:47
31716         Log: Provide workaround for MacPerl bug #494368,
31717              a stack overflow problem in Text::ParseWords with
31718              very long lines.  Better to have the old version
31719              of the module available just in case.
31720      Branch: maint-5.6/macperl
31721            + macos/lib/Text/ParseWords/Old.pm
31722 ____________________________________________________________________________
31723 [ 18237] By: pudge                                 on 2002/12/03  03:31:20
31724         Log: Fix (already in 5.8) for not modifying @INC
31725      Branch: maint-5.6/macperl
31726            ! ext/DynaLoader/DynaLoader_pm.PL
31727 ____________________________________________________________________________
31728 [ 18236] By: jhi                                   on 2002/12/03  01:25:45
31729         Log: According to Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
31730              gcc on IRIX (6.2) does not need and does indeed much better
31731              without -D_POSIX_C_SOURCE [perl #15128] (the inclusion of
31732              _POSIX_C_SOURCE in CFLAGS disables the definition of _SGIAPI
31733              and <sys/dirent.h> doesn't define struct dirent64,
31734              which causes reentr.c not to compile)
31735      Branch: maint-5.8/perl
31736            ! hints/irix_6.sh
31737 ____________________________________________________________________________
31738 [ 18235] By: jhi                                   on 2002/12/02  23:15:05
31739         Log: Update Changes.
31740      Branch: maint-5.8/perl
31741            ! Changes patchlevel.h
31742 ____________________________________________________________________________
31743 [ 18234] By: jhi                                   on 2002/12/02  22:30:41
31744         Log: Integrate:
31745              [ 17815]
31746              formatting cleanup and:
31747              Subject: Re: perl-5.8.0 on HP porting center
31748              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31749              Date: Thu, 29 Aug 2002 12:23:31 +0200
31750              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
31751              
31752              [ 18170]
31753              Move some tests from t/run/fresh_perl.t
31754              to the new t/comp/parser.t. The goal being to
31755              get rid of fresh_perl.t at some point.
31756              
31757              [ 18228]
31758              integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
31759              with a module-driven version, and separates out its docs.
31760              
31761              [ 18229]
31762              $0 mofifying part I
31763              
31764              Date: Sat, 30 Nov 2002 20:16:51 +0200
31765              From: Jarkko Hietaniemi <jhi@iki.fi>
31766              Subject: [PATCH] $0 modifying
31767              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
31768              
31769              [ 18230]
31770              $0 modifying part II (HP-UX only)
31771              
31772              Date: Sat, 30 Nov 2002 20:16:51 +0200
31773              From: Jarkko Hietaniemi <jhi@iki.fi>
31774              Subject: [PATCH] $0 modifying
31775              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
31776              
31777              [ 18231]
31778              Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
31779              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
31780              From: Andy Dougherty <doughera@lafayette.edu>
31781              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
31782              
31783              [ 18232]
31784              Skip test #17 of lib/open.t when useperlio is not defined.
31785              
31786              [ 18233]
31787              Fix bug #18573 : in a double-quoted string, a \c not followed
31788              by any character may corrupt memory due to reading past the
31789              end of the input buffer. Add a new error message corresponding
31790              to this case.
31791      Branch: maint-5.8/perl
31792           +> lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
31793           +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
31794           +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
31795           +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
31796           +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
31797           +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
31798           +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
31799           +> pod/perldoc.pod
31800           !> MANIFEST README.hpux ext/threads/t/join.t installperl
31801           !> lib/open.t makedef.pl mg.c perl.c pod/perldiag.pod
31802           !> pod/perlvar.pod sv.c t/comp/parser.t t/op/magic.t thread.h
31803           !> toke.c utils/perldoc.PL
31804 ____________________________________________________________________________
31805 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
31806         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
31807              by any character may corrupt memory due to reading past the
31808              end of the input buffer. Add a new error message corresponding
31809              to this case.
31810      Branch: perl
31811            ! pod/perldiag.pod t/comp/parser.t toke.c
31812 ____________________________________________________________________________
31813 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
31814         Log: Skip test #17 of lib/open.t when useperlio is not defined.
31815      Branch: perl
31816            ! lib/open.t
31817 ____________________________________________________________________________
31818 [ 18231] By: merijn                                on 2002/12/02  16:00:12
31819         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
31820              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
31821              From: Andy Dougherty <doughera@lafayette.edu>
31822              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
31823      Branch: perl
31824            ! README.hpux
31825 ____________________________________________________________________________
31826 [ 18230] By: merijn                                on 2002/12/02  15:45:31
31827         Log: $0 modifying part II (HP-UX only)
31828              
31829              Date: Sat, 30 Nov 2002 20:16:51 +0200
31830              From: Jarkko Hietaniemi <jhi@iki.fi>
31831              Subject: [PATCH] $0 modifying
31832              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
31833      Branch: perl
31834            ! mg.c
31835 ____________________________________________________________________________
31836 [ 18229] By: merijn                                on 2002/12/02  15:43:16
31837         Log: $0 mofifying part I
31838              
31839              Date: Sat, 30 Nov 2002 20:16:51 +0200
31840              From: Jarkko Hietaniemi <jhi@iki.fi>
31841              Subject: [PATCH] $0 modifying
31842              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
31843      Branch: perl
31844            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
31845            ! sv.c t/op/magic.t thread.h
31846 ____________________________________________________________________________
31847 [ 18228] By: hv                                    on 2002/12/02  13:37:59
31848         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
31849              with a module-driven version, and separates out its docs.
31850      Branch: perl
31851            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
31852            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
31853            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
31854            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
31855            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
31856            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
31857            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
31858            + pod/perldoc.pod
31859            ! MANIFEST utils/perldoc.PL
31860 ____________________________________________________________________________
31861 [ 18227] By: jhi                                   on 2002/12/02  13:23:48
31862         Log: Integrate:
31863              [ 18216]
31864              64bit Peek failure on HP-UX 11.00
31865              
31866              Subject: Re: Smoke 18188
31867              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31868              From: Slaven Rezic <slaven.rezic@berlin.de>
31869              Date: 28 Nov 2002 19:25:25 +0100
31870              Message-ID: <877kexsga2.fsf@vran.herceg.de>
31871              
31872              [ 18217]
31873              Document the hint constants and where they're used.
31874              
31875              [ 18224]
31876              Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
31877              and lib/Pod/t/utils.t to cater for simpler output text.
31878              
31879              [ 18226]
31880              missed the new file from #18224
31881      Branch: maint-5.8/perl
31882           +> lib/Pod/PlainText.pm
31883           !> (integrate 37 files)
31884 ____________________________________________________________________________
31885 [ 18226] By: hv                                    on 2002/12/02  12:44:35
31886         Log: missed the new file from #18224
31887      Branch: perl
31888            + lib/Pod/PlainText.pm
31889            ! MANIFEST
31890 ____________________________________________________________________________
31891 [ 18225] By: hv                                    on 2002/12/02  03:09:42
31892         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
31893      Branch: perl
31894            ! util.c
31895 ____________________________________________________________________________
31896 [ 18224] By: hv                                    on 2002/12/02  02:59:02
31897         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
31898              and lib/Pod/t/utils.t to cater for simpler output text.
31899      Branch: perl
31900            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
31901            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
31902            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
31903            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
31904            ! t/pod/multiline_items.t t/pod/multiline_items.xr
31905            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
31906            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
31907            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
31908            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
31909 ____________________________________________________________________________
31910 [ 18223] By: hv                                    on 2002/12/02  02:46:17
31911         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
31912              From: Dave Mitchell <davem@fdgroup.com>
31913              Date: Mon, 25 Nov 2002 21:25:33 +0000
31914              Message-ID: <20021125212533.B29157@fdgroup.com>
31915      Branch: perl
31916            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
31917 ____________________________________________________________________________
31918 [ 18222] By: hv                                    on 2002/12/02  02:23:28
31919         Log: #18221 broke t/op/eval.t
31920      Branch: perl
31921            ! t/op/eval.t
31922 ____________________________________________________________________________
31923 [ 18221] By: hv                                    on 2002/12/02  02:18:19
31924         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
31925      Branch: perl
31926           +> ext/POSIX/t/is.t
31927           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
31928           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
31929           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
31930           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
31931 ____________________________________________________________________________
31932 [ 18220] By: hv                                    on 2002/12/02  00:58:54
31933         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
31934              From: Dave Mitchell <davem@fdgroup.com>
31935              Date: Sun, 24 Nov 2002 22:19:06 +0000
31936              Message-ID: <20021124221906.A25386@fdgroup.com>
31937      Branch: perl
31938            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
31939            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
31940            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
31941            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
31942 ____________________________________________________________________________
31943 [ 18219] By: jhi                                   on 2002/11/30  16:55:14
31944         Log: Integrate maint-5.6/macperl #17852.
31945      Branch: maint-5.8/perl
31946           !> lib/File/Copy.pm
31947 ____________________________________________________________________________
31948 [ 18218] By: jhi                                   on 2002/11/29  18:23:39
31949         Log: Add test from [perl #8026]
31950      Branch: maint-5.8/perl
31951            ! t/op/pack.t
31952 ____________________________________________________________________________
31953 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
31954         Log: Document the hint constants and where they're used.
31955      Branch: perl
31956            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
31957            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
31958            ! perl.h
31959 ____________________________________________________________________________
31960 [ 18216] By: merijn                                on 2002/11/29  10:00:54
31961         Log: 64bit Peek failure on HP-UX 11.00
31962              
31963              Subject: Re: Smoke 18188
31964              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31965              From: Slaven Rezic <slaven.rezic@berlin.de>
31966              Date: 28 Nov 2002 19:25:25 +0100
31967              Message-ID: <877kexsga2.fsf@vran.herceg.de>
31968      Branch: perl
31969            ! ext/Devel/Peek/Peek.t
31970 ____________________________________________________________________________
31971 [ 18215] By: jhi                                   on 2002/11/29  00:32:10
31972         Log: perl #7887: Bad URL in README.os2
31973      Branch: maint-5.8/perl
31974            ! README.os2
31975 ____________________________________________________________________________
31976 [ 18214] By: jhi                                   on 2002/11/28  23:41:54
31977         Log: Two tests from perl #7806.
31978      Branch: maint-5.8/perl
31979            ! t/op/subst.t
31980 ____________________________________________________________________________
31981 [ 18213] By: jhi                                   on 2002/11/28  22:26:23
31982         Log: Unintended integratee from #18210.
31983      Branch: maint-5.8/perl
31984            - macos/config.h
31985 ____________________________________________________________________________
31986 [ 18212] By: gsar                                  on 2002/11/28  22:04:07
31987         Log: integrate macperl-5.6 changes
31988      Branch: maint-5.6/perl
31989           !> lib/File/Copy.pm util.c
31990 ____________________________________________________________________________
31991 [ 18211] By: jhi                                   on 2002/11/28  21:50:05
31992         Log: More pseudohashery.
31993      Branch: maint-5.8/perl
31994            ! lib/fields.t
31995 ____________________________________________________________________________
31996 [ 18210] By: jhi                                   on 2002/11/28  21:24:10
31997         Log: Integrate:
31998              [ 18200]
31999              Yet another approach to signal handling (Matthias)
32000              
32001              (from maint-5.8/macperl)
32002      Branch: maint-5.8/perl
32003           +> macos/config.h
32004           !> util.c
32005 ____________________________________________________________________________
32006 [ 18209] By: jhi                                   on 2002/11/28  19:07:20
32007         Log: Add the test case from perl #9728.
32008      Branch: maint-5.8/perl
32009            ! t/op/eval.t
32010 ____________________________________________________________________________
32011 [ 18208] By: jhi                                   on 2002/11/28  16:57:01
32012         Log: Retry the #17920.
32013      Branch: maint-5.8/perl
32014            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
32015            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
32016 ____________________________________________________________________________
32017 [ 18207] By: jhi                                   on 2002/11/28  16:49:00
32018         Log: Urque.  Retract #18206 since it got two patches interleaved
32019              (the #17920, and an unfinished experimental patch).
32020      Branch: maint-5.8/perl
32021            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs
32022            ! ext/threads/t/join.t global.sym handy.h intrpvar.h makedef.pl
32023            ! mg.c perl.c perl.h pod/perlrun.pod pod/perlvar.pod sv.c
32024            ! t/op/magic.t thread.h util.c
32025 ____________________________________________________________________________
32026 [ 18206] By: jhi                                   on 2002/11/28  16:45:11
32027         Log: Integrate:
32028              [ 17920]
32029              LEAKTEST is dead, RIP
32030              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
32031              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32032              Date: Mon, 23 Sep 2002 18:33:12 +0200
32033              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
32034              
32035              (since LEAKTEST seems to be fundamentally obsolete,
32036              even maint-5.8 shouldn't keep flogging a dead feature)
32037      Branch: maint-5.8/perl
32038            ! ext/threads/t/join.t intrpvar.h makedef.pl mg.c perl.c
32039            ! pod/perlvar.pod sv.c t/op/magic.t thread.h
32040           !> av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
32041           !> handy.h perl.h pod/perlrun.pod util.c
32042 ____________________________________________________________________________
32043 [ 18205] By: jhi                                   on 2002/11/28  15:25:35
32044         Log: Another pseudohash usage.
32045      Branch: maint-5.8/perl
32046            ! lib/constant.t
32047 ____________________________________________________________________________
32048 [ 18204] By: jhi                                   on 2002/11/28  14:55:34
32049         Log: Integrate:
32050              [ 18203]
32051              Slight beauty tweak. 
32052      Branch: maint-5.8/perl
32053           !> intrpvar.h
32054 ____________________________________________________________________________
32055 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
32056         Log: Slight beauty tweak. 
32057      Branch: perl
32058            ! intrpvar.h
32059 ____________________________________________________________________________
32060 [ 18202] By: jhi                                   on 2002/11/28  14:49:11
32061         Log: Add test for bug #18153.
32062      Branch: maint-5.8/perl
32063            ! t/op/grep.t
32064 ____________________________________________________________________________
32065 [ 18201] By: pudge                                 on 2002/11/28  06:01:31
32066         Log: Bump version, update Changes/resources
32067      Branch: maint-5.6/macperl
32068            ! macos/Changes macos/MPVersion.r macos/macperl/MacPerl.rsrc
32069 ____________________________________________________________________________
32070 [ 18200] By: pudge                                 on 2002/11/28  05:29:12
32071         Log: Yet another approach to signal handling (Matthias)
32072      Branch: macperl
32073            ! macos/config.h util.c
32074      Branch: maint-5.6/macperl
32075            ! macos/config.h util.c
32076      Branch: maint-5.8/macperl
32077            ! macos/config.h util.c
32078 ____________________________________________________________________________
32079 [ 18199] By: pudge                                 on 2002/11/28  05:20:16
32080         Log: Integrate maint-5.8/macperl/ from maint-5.8/perl/
32081      Branch: maint-5.8/macperl
32082           +> (branch 46 files)
32083           !> (integrate 448 files)
32084 ____________________________________________________________________________
32085 [ 18198] By: pudge                                 on 2002/11/28  04:31:03
32086         Log: Integrate macperl/ from perl/
32087      Branch: macperl
32088           +> (branch 48 files)
32089            - ext/Thread/thr5005.t vos/Makefile vos/build.cm
32090            - vos/compile_perl.cm vos/config.alpha.def vos/config.alpha.h
32091            - vos/config.ga.def vos/config.ga.h vos/config.pl
32092            - vos/configure_perl.cm vos/install_perl.cm vos/perl.bind
32093            - vos/test_vos_dummies.c vos/vos_dummies.c
32094           !> (integrate 501 files)
32095 ____________________________________________________________________________
32096 [ 18197] By: jhi                                   on 2002/11/28  04:14:27
32097         Log: Integrate:
32098              [ 18175]
32099              Subject: [Encode] 1.83 + bleedperl patch released
32100              From: Dan Kogai <dankogai@dan.co.jp>
32101              Date: Tue, 19 Nov 2002 03:18:44 +0900
32102              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
32103              
32104              [ 18176]
32105              Subject: Re: [perl #18479] Error when no strict refs in effect
32106              From: Slaven Rezic <slaven.rezic@berlin.de>
32107              Date: 18 Nov 2002 22:50:04 +0100
32108              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
32109              
32110              [ 18177]
32111              add support for STASH and MAGIC information for REFs to sv_dump().
32112              Subject: [PATCH]
32113              From: Slaven Rezic <slaven.rezic@berlin.de>
32114              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
32115              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
32116              
32117              [ 18178]
32118              Subject: Re: Storable bug #1698
32119              From: Slaven Rezic <slaven.rezic@berlin.de>
32120              Date: 18 Nov 2002 10:41:36 +0100
32121              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
32122              
32123              [ 18179]
32124              Subject: [PATCH] UTF8 regexp {n} bug
32125              From: Inaba Hiroto <inaba@st.rim.or.jp>
32126              Date: Sat, 16 Nov 2002 19:23:00 +0900
32127              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
32128              
32129              [ 18182]
32130              Subject: #17171: ld flag for shrplib on OpenBSD
32131              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
32132              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
32133              
32134              [ 18183]
32135              Subject: Re: [perl #18626] bug in perlipc man page
32136              From: Slaven Rezic <slaven.rezic@berlin.de>
32137              Date: 23 Nov 2002 21:23:20 +0100
32138              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
32139              
32140              [ 18184]
32141              Subject: [PATCH] 2 Pod errors in perlop.pod
32142              From: andreas.koenig@anima.de (Andreas J. Koenig)
32143              Date: Mon, 25 Nov 2002 10:21:08 +0100
32144              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
32145              
32146              Plus a few similar POD fixes
32147              
32148              [ 18185]
32149              PerlFAQ sync.
32150              
32151              [ 18186]
32152              Subject: DESTROY called in scalar context ?
32153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32154              Date: Tue, 29 Oct 2002 22:04:23 +0100
32155              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
32156              
32157              [ 18188]
32158              Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
32159              From: Slaven Rezic <slaven.rezic@berlin.de>
32160              Date: 03 Nov 2002 10:59:43 +0100
32161              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
32162      Branch: maint-5.8/perl
32163            ! Configure config_h.SH
32164           !> (integrate 41 files)
32165 ____________________________________________________________________________
32166 [ 18196] By: pudge                                 on 2002/11/28  03:39:14
32167         Log: Make installme more robust
32168      Branch: maint-5.6/macperl
32169            ! macos/macperl/Droplets/installme.plx
32170 ____________________________________________________________________________
32171 [ 18195] By: pudge                                 on 2002/11/28  03:38:25
32172         Log: Work around weird startup Apple events (Matthias, MacPerl Bug #543491)
32173      Branch: maint-5.6/macperl
32174            ! macos/macperl/MPAppleEvents.c macos/macperl/MPAppleEvents.h
32175            ! macos/macperl/MPMain.c
32176 ____________________________________________________________________________
32177 [ 18194] By: pudge                                 on 2002/11/28  03:35:41
32178         Log: Implement InitCursorCtl wrappers (Matthias, MacPerl Bug #526707)
32179      Branch: maint-5.6/macperl
32180            ! macos/SubLaunch.c macos/macish.c macos/macish.h
32181 ____________________________________________________________________________
32182 [ 18193] By: pudge                                 on 2002/11/28  03:20:15
32183         Log: Add first phase of Carbon support to macperl/ext/.
32184              Covers Components, Files, Gestalt, Memory, MoreFiles, Notification,
32185              Processes, Resources, Sound, Speech, Types, and the MacPerl module.
32186              Support functions and docs in Carbon/.  Added MoreFiles source.
32187              Moved around and began to rewrite some test files.
32188      Branch: maint-5.6/macperl
32189            + macos/ext/Mac/Carbon/Carbon.h macos/ext/Mac/Carbon/Carbon.pm
32190            + macos/ext/Mac/Carbon/MANIFEST
32191            + macos/ext/Mac/Carbon/MANIFEST.SKIP
32192            + macos/ext/Mac/Carbon/Makefile.PL macos/ext/Mac/Carbon/README
32193            + macos/ext/Mac/Carbon/t/Carbon.t macos/ext/Mac/Carbon/typemap
32194            + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.6.1
32195            + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.8.0
32196            + macos/ext/Mac/Components/eg/ListComponents.plx
32197            + macos/ext/Mac/Components/t/Components.t
32198            + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.c
32199            + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.h
32200            + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.c
32201            + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.h
32202            + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.c
32203            + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.h
32204            + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.c
32205            + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.h
32206            + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.c
32207            + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.h
32208            + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.c
32209            + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.h
32210            + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.c
32211            + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.h
32212            + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.c
32213            + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.h
32214            + macos/ext/Mac/MoreFiles/MoreFilesSrc/Optimization.h
32215            + macos/ext/Mac/MoreFiles/MoreFilesSrc/OptimizationEnd.h
32216            + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.c
32217            + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.h
32218            + macos/ext/Mac/MoreFiles/eg/Application.plx
32219            + macos/ext/Mac/MoreFiles/eg/Iterate.plx
32220            + macos/ext/Mac/MoreFiles/t/MoreFiles.t
32221            + macos/ext/Mac/Processes/eg/Processes.plx
32222            + macos/ext/Mac/Sound/t/Scream.rsrc
32223            + macos/ext/Mac/Sound/t/Sound.t
32224            + macos/ext/Mac/Speech/eg/Cellist.plx
32225            + macos/ext/Mac/Speech/eg/DumpVoices.plx
32226            + macos/ext/Mac/Speech/eg/JukeBox.plx
32227            + macos/ext/Mac/Speech/eg/Phonemes.plx
32228            + macos/ext/Mac/Speech/t/Speech.t macos/ext/MacPerl/t/MacPerl.t
32229            - macos/ext/Mac/Components/t/ListComponents.t
32230            - macos/ext/Mac/MoreFiles/t/Application.t
32231            - macos/ext/Mac/MoreFiles/t/Iterate.t
32232            - macos/ext/Mac/Sound/t/Scream.t
32233            - macos/ext/Mac/Speech/t/Cellist.t
32234            - macos/ext/Mac/Speech/t/DumpVoices.t
32235            - macos/ext/Mac/Speech/t/JukeBox.t
32236            - macos/ext/Mac/Speech/t/Phonemes.t
32237            ! macos/ext/Mac/Components/Components.pm
32238            ! macos/ext/Mac/Components/Components.xs
32239            ! macos/ext/Mac/Components/Makefile.PL
32240            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Files/Files.xs
32241            ! macos/ext/Mac/Files/Makefile.PL macos/ext/Mac/Files/t/Files.t
32242            ! macos/ext/Mac/Gestalt/Gestalt.pm
32243            ! macos/ext/Mac/Gestalt/Gestalt.xs
32244            ! macos/ext/Mac/Gestalt/Makefile.PL
32245            ! macos/ext/Mac/Gestalt/t/Gestalt.t
32246            ! macos/ext/Mac/Memory/Makefile.PL
32247            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
32248            ! macos/ext/Mac/Memory/t/Memory.t macos/ext/Mac/MoreFiles/MF.xs
32249            ! macos/ext/Mac/MoreFiles/Makefile.PL
32250            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
32251            ! macos/ext/Mac/Notification/Makefile.PL
32252            ! macos/ext/Mac/Notification/Notification.pm
32253            ! macos/ext/Mac/Notification/Notification.xs
32254            ! macos/ext/Mac/Notification/t/Notification.t
32255            ! macos/ext/Mac/Processes/Makefile.PL
32256            ! macos/ext/Mac/Processes/Processes.pm
32257            ! macos/ext/Mac/Processes/Processes.xs
32258            ! macos/ext/Mac/Processes/t/Processes.t
32259            ! macos/ext/Mac/Resources/Makefile.PL
32260            ! macos/ext/Mac/Resources/Resources.pm
32261            ! macos/ext/Mac/Resources/Resources.xs
32262            ! macos/ext/Mac/Resources/t/Resources.t
32263            ! macos/ext/Mac/Sound/Makefile.PL macos/ext/Mac/Sound/Sound.pm
32264            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Makefile.PL
32265            ! macos/ext/Mac/Speech/Speech.pm macos/ext/Mac/Speech/Speech.xs
32266            ! macos/ext/Mac/Types/Makefile.PL macos/ext/Mac/Types/Types.pm
32267            ! macos/ext/Mac/Types/Types.xs macos/ext/Mac/Types/t/Types.t
32268            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/MacPerl.xs
32269            ! macos/ext/MacPerl/Makefile.PL macos/ext/MacPerl/OSA.xs
32270 ____________________________________________________________________________
32271 [ 18192] By: jhi                                   on 2002/11/27  03:14:22
32272         Log: Doc tweak for perl #9731.
32273      Branch: maint-5.8/perl
32274            ! pod/perldiag.pod
32275 ____________________________________________________________________________
32276 [ 18191] By: jhi                                   on 2002/11/27  02:56:52
32277         Log: A bit of additional information regarding BIND's harmful
32278              effects (perl #9465).
32279      Branch: maint-5.8/perl
32280            ! INSTALL
32281 ____________________________________________________________________________
32282 [ 18190] By: jhi                                   on 2002/11/27  02:28:34
32283         Log: Fix perl #18519: GDBM_SYNC and GDBM_SYNCMODE were unsupported.
32284      Branch: maint-5.8/perl
32285            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
32286 ____________________________________________________________________________
32287 [ 18189] By: jhi                                   on 2002/11/27  01:51:45
32288         Log: Add the new POSIX isxxx() test by Ed Santiago <esm@pobox.com>
32289              (perl #16799).
32290      Branch: maint-5.8/perl
32291            + ext/POSIX/t/is.t
32292            ! MANIFEST
32293 ____________________________________________________________________________
32294 [ 18188] By: hv                                    on 2002/11/27  01:32:52
32295         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
32296              From: Slaven Rezic <slaven.rezic@berlin.de>
32297              Date: 03 Nov 2002 10:59:43 +0100
32298              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
32299      Branch: perl
32300            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
32301 ____________________________________________________________________________
32302 [ 18187] By: jhi                                   on 2002/11/27  01:26:02
32303         Log: Follow-up on change #18122 (perl #18065) as noted by Philip Newton.
32304      Branch: maint-5.8/perl
32305            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
32306 ____________________________________________________________________________
32307 [ 18186] By: hv                                    on 2002/11/27  00:57:18
32308         Log: Subject: DESTROY called in scalar context ?
32309              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32310              Date: Tue, 29 Oct 2002 22:04:23 +0100
32311              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
32312      Branch: perl
32313            ! sv.c
32314 ____________________________________________________________________________
32315 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
32316         Log: PerlFAQ sync.
32317      Branch: perl
32318            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
32319            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
32320            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
32321            ! pod/perlfaq9.pod
32322 ____________________________________________________________________________
32323 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
32324         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
32325              From: andreas.koenig@anima.de (Andreas J. Koenig)
32326              Date: Mon, 25 Nov 2002 10:21:08 +0100
32327              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
32328              
32329              Plus a few similar POD fixes
32330      Branch: perl
32331            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
32332            ! pod/perltie.pod
32333 ____________________________________________________________________________
32334 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
32335         Log: Subject: Re: [perl #18626] bug in perlipc man page
32336              From: Slaven Rezic <slaven.rezic@berlin.de>
32337              Date: 23 Nov 2002 21:23:20 +0100
32338              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
32339      Branch: perl
32340            ! pod/perlipc.pod
32341 ____________________________________________________________________________
32342 [ 18182] By: merijn                                on 2002/11/26  08:44:39
32343         Log: Subject: #17171: ld flag for shrplib on OpenBSD
32344              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
32345              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
32346      Branch: perl
32347            ! Configure
32348 ____________________________________________________________________________
32349 [ 18181] By: merijn                                on 2002/11/26  08:40:39
32350         Log: Subject: #17171: ld flag for shrplib on OpenBSD
32351              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
32352              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
32353      Branch: metaconfig/U/perl
32354            ! libperl.U
32355 ____________________________________________________________________________
32356 [ 18180] By: hv                                    on 2002/11/25  03:10:03
32357         Log: integrate #18144 updates to pod/perlport.pod
32358      Branch: perl
32359            ! pod/perlport.pod
32360 ____________________________________________________________________________
32361 [ 18179] By: hv                                    on 2002/11/25  03:06:44
32362         Log: Subject: [PATCH] UTF8 regexp {n} bug
32363              From: Inaba Hiroto <inaba@st.rim.or.jp>
32364              Date: Sat, 16 Nov 2002 19:23:00 +0900
32365              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
32366      Branch: perl
32367            ! regcomp.c t/op/pat.t
32368 ____________________________________________________________________________
32369 [ 18178] By: hv                                    on 2002/11/25  02:43:40
32370         Log: Subject: Re: Storable bug #1698
32371              From: Slaven Rezic <slaven.rezic@berlin.de>
32372              Date: 18 Nov 2002 10:41:36 +0100
32373              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
32374      Branch: perl
32375            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
32376            ! ext/Storable/t/forgive.t
32377 ____________________________________________________________________________
32378 [ 18177] By: hv                                    on 2002/11/25  02:37:07
32379         Log: add support for STASH and MAGIC information for REFs to sv_dump().
32380              Subject: [PATCH]
32381              From: Slaven Rezic <slaven.rezic@berlin.de>
32382              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
32383              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
32384      Branch: perl
32385            ! dump.c ext/Devel/Peek/Peek.t
32386 ____________________________________________________________________________
32387 [ 18176] By: hv                                    on 2002/11/25  02:31:10
32388         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
32389              From: Slaven Rezic <slaven.rezic@berlin.de>
32390              Date: 18 Nov 2002 22:50:04 +0100
32391              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
32392      Branch: perl
32393            ! pp_ctl.c
32394 ____________________________________________________________________________
32395 [ 18175] By: hv                                    on 2002/11/25  02:20:48
32396         Log: Subject: [Encode] 1.83 + bleedperl patch released
32397              From: Dan Kogai <dankogai@dan.co.jp>
32398              Date: Tue, 19 Nov 2002 03:18:44 +0900
32399              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
32400      Branch: perl
32401            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
32402            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
32403            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
32404            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
32405 ____________________________________________________________________________
32406 [ 18174] By: jhi                                   on 2002/11/24  22:35:23
32407         Log: Fix perl #7305: UnicodeCD::compexcl is weird
32408      Branch: maint-5.8/perl
32409            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
32410 ____________________________________________________________________________
32411 [ 18173] By: jhi                                   on 2002/11/23  02:02:33
32412         Log: Integrate:
32413              [ 18135]
32414              Subject: [PATCH] perlopentut and PerlIO documentation
32415              From: Slaven Rezic <slaven.rezic@berlin.de>
32416              Date: 08 Nov 2002 22:22:19 +0100
32417              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
32418              
32419              [ 18136]
32420              Subject: t/run/runenv.t bug
32421              From: Salvador "Fandiño" <sfandino@yahoo.com>
32422              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
32423              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
32424              
32425              [ 18137]
32426              Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
32427              From: Slaven Rezic <slaven.rezic@berlin.de>
32428              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
32429              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
32430              
32431              [ 18139]
32432              Date: Tue, 12 Nov 2002 16:49:22 +0200
32433              From: Jarkko Hietaniemi <jhi@iki.fi>
32434              Subject: [PATCH] Tru64 osvers
32435              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
32436              
32437              [ 18141]
32438              repair 18139 (missing awk command)
32439              
32440              [ 18147]
32441              Subject: [PATCH] Typo in perl58delta
32442              From: andreas.koenig@anima.de (Andreas J. Koenig)
32443              Date: Sat, 16 Nov 2002 16:29:14 +0100
32444              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
32445              
32446              [ 18148]
32447              New B::Lint option, bare-subs, that checks for implicitely
32448              quoted barewords that are also subroutines, from
32449              Ian Phillipps <ip@tarragon-et.co.uk>.
32450              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
32451              With a few tweaks to the implementation and tests.
32452              
32453              [ 18149]
32454              New B::Lint option, bare-subs, that checks for implicitely
32455              quoted barewords that are also subroutines, from
32456              Ian Phillipps <ip@tarragon-et.co.uk>.
32457              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
32458              With a few tweaks to the implementation and tests.
32459              (previous change was empty)
32460              
32461              [ 18150]
32462              Subject: [PATCH] optional code for debugging leaking scalars
32463              From: Dave Mitchell <davem@fdgroup.com>
32464              Date: Thu, 14 Nov 2002 23:03:00 +0000
32465              Message-ID: <20021114230300.B18614@fdgroup.com>
32466              
32467              [ 18151]
32468              Document PRIVSHIFT.
32469              Subject: [PATCH] two small doc patches
32470              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32471              Date: Thu, 14 Nov 2002 15:07:35 -0800
32472              Message-ID: <3yC19gzkguTO092yn@efn.org>
32473              
32474              [ 18152]
32475              Subject: Re: [PATCH] optional code for debugging leaking scalars
32476              From: Dave Mitchell <davem@fdgroup.com>
32477              Date: Sat, 16 Nov 2002 22:18:23 +0000
32478              Message-ID: <20021116221823.A23614@fdgroup.com>
32479              Documentation for change #18150.
32480              
32481              [ 18154]
32482              Correction to change #18152, by Dave Mitchell.
32483              
32484              [ 18158]
32485              Remove duplicate my() declaration giving warnings from change #18105.
32486              
32487              [ 18159]
32488              Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
32489              From: Gurusamy Sarathy <gsar@ActiveState.com>
32490              Date: Wed, 30 Oct 2002 20:58:15 -0800
32491              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
32492              Date: Wed, 30 Oct 2002 21:56:22 -0800
32493              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
32494              Date: Wed, 30 Oct 2002 22:55:30 -0800
32495              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
32496              
32497              [ 18160]
32498              Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
32499              From: Nicholas Clark <nick@unfortu.net>
32500              Date: Tue, 29 Oct 2002 23:00:05 +0000
32501              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
32502              
32503              [ 18161]
32504              Subject: [PATCH Win32] Document wperl.exe
32505              From: "Brent Dax" <brentdax@cpan.org>
32506              Date: Fri, 15 Nov 2002 23:02:01 -0800
32507              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
32508              
32509              [ 18162]
32510              Subject: [PATCH ext/threads/threads.xs] trivial typo
32511              From: Dave Mitchell <davem@fdgroup.com>
32512              Date: Thu, 14 Nov 2002 22:55:39 +0000
32513              Message-ID: <20021114225539.A18614@fdgroup.com>
32514              
32515              [ 18163]
32516              Subject: Re: [PATCH] AutoLoader gives wrong message
32517              From: Peter Scott <Peter@PSDT.com>
32518              Date: Thu, 07 Nov 2002 19:04:27 -0800
32519              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
32520              
32521              With a tweak to the END cleanup block to fully remove the
32522              temporary test directory
32523              
32524              [ 18164]
32525              t/io/crlf.t failed with miniperl.
32526              
32527              [ 18165]
32528              Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
32529              From: Jarkko Hietaniemi <jhi@iki.fi>
32530              Date: Sun, 3 Nov 2002 17:50:08 +0200
32531              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
32532              
32533              [ 18166]
32534              Fix perl bug #17920 : a case of parser coredump.
32535              The fix is to disable Perl_block_start and Perl_block_end
32536              when the yacc parser has encountered errors. This prevents
32537              corruption of the internal stack, at the expense of correctness,
32538              but this doesn't matter as the code is unparseable anyway.
32539              
32540              [ 18168]
32541              Subject: [PATCH] hires sleeping wants libs
32542              Date: Wed, 20 Nov 2002 17:18:31 +0200
32543              From: Jarkko Hietaniemi <jhi@iki.fi>
32544              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
32545              
32546              [ 18169]
32547              Add a test for bug #17920, and a new test file for it.
32548              
32549              [ 18170]
32550              Move some tests from t/run/fresh_perl.t
32551              to the new t/comp/parser.t. The goal being to
32552              get rid of fresh_perl.t at some point.
32553              
32554              [ 18171]
32555              A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
32556              Fix the existing tests that didn't checked the difference
32557              between 0 and undef.
32558              
32559              [ 18172]
32560              Subject: [PATCH] Historic version labels
32561              From: andreas.koenig@anima.de (Andreas J. Koenig)
32562              Date: Fri, 22 Nov 2002 14:39:41 +0100
32563              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
32564              
32565              (and regen Configure, regen_headers)
32566      Branch: maint-5.8/perl
32567           +> regen.pl regen_headers.pl t/comp/parser.t
32568            ! Configure README.ce config_h.SH ext/B/B.pm ext/B/t/concise.t
32569           !> (integrate 35 files)
32570 ____________________________________________________________________________
32571 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
32572         Log: Subject: [PATCH] Historic version labels
32573              From: andreas.koenig@anima.de (Andreas J. Koenig)
32574              Date: Fri, 22 Nov 2002 14:39:41 +0100
32575              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
32576      Branch: perl
32577            ! Changes5.005 Changes5.6
32578 ____________________________________________________________________________
32579 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
32580         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
32581              Fix the existing tests that didn't checked the difference
32582              between 0 and undef.
32583      Branch: perl
32584            ! t/op/magic.t
32585 ____________________________________________________________________________
32586 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
32587         Log: Move some tests from t/run/fresh_perl.t
32588              to the new t/comp/parser.t. The goal being to
32589              get rid of fresh_perl.t at some point.
32590      Branch: perl
32591            ! t/comp/parser.t t/run/fresh_perl.t
32592 ____________________________________________________________________________
32593 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
32594         Log: Add a test for bug #17920, and a new test file for it.
32595      Branch: perl
32596            + t/comp/parser.t
32597            ! MANIFEST
32598 ____________________________________________________________________________
32599 [ 18168] By: merijn                                on 2002/11/21  13:59:12
32600         Log: Subject: [PATCH] hires sleeping wants libs
32601              Date: Wed, 20 Nov 2002 17:18:31 +0200
32602              From: Jarkko Hietaniemi <jhi@iki.fi>
32603              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
32604      Branch: perl
32605            ! Configure hints/irix_6.sh
32606 ____________________________________________________________________________
32607 [ 18167] By: merijn                                on 2002/11/21  13:49:58
32608         Log: Subject: [PATCH] hires sleeping wants libs
32609              Date: Wed, 20 Nov 2002 17:18:31 +0200
32610              From: Jarkko Hietaniemi <jhi@iki.fi>
32611              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
32612      Branch: metaconfig
32613            ! U/modified/Myinit.U
32614 ____________________________________________________________________________
32615 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
32616         Log: Fix perl bug #17920 : a case of parser coredump.
32617              The fix is to disable Perl_block_start and Perl_block_end
32618              when the yacc parser has encountered errors. This prevents
32619              corruption of the internal stack, at the expense of correctness,
32620              but this doesn't matter as the code is unparseable anyway.
32621      Branch: perl
32622            ! op.c
32623 ____________________________________________________________________________
32624 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
32625         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
32626              From: Jarkko Hietaniemi <jhi@iki.fi>
32627              Date: Sun, 3 Nov 2002 17:50:08 +0200
32628              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
32629      Branch: perl
32630            ! lib/open.pm locale.c pod/perl58delta.pod
32631 ____________________________________________________________________________
32632 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
32633         Log: t/io/crlf.t failed with miniperl.
32634      Branch: perl
32635            ! t/io/crlf.t
32636 ____________________________________________________________________________
32637 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
32638         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
32639              From: Peter Scott <Peter@PSDT.com>
32640              Date: Thu, 07 Nov 2002 19:04:27 -0800
32641              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
32642              
32643              With a tweak to the END cleanup block to fully remove the
32644              temporary test directory
32645      Branch: perl
32646            ! lib/AutoLoader.t
32647 ____________________________________________________________________________
32648 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
32649         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
32650              From: Dave Mitchell <davem@fdgroup.com>
32651              Date: Thu, 14 Nov 2002 22:55:39 +0000
32652              Message-ID: <20021114225539.A18614@fdgroup.com>
32653      Branch: perl
32654            ! ext/threads/threads.xs
32655 ____________________________________________________________________________
32656 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
32657         Log: Subject: [PATCH Win32] Document wperl.exe
32658              From: "Brent Dax" <brentdax@cpan.org>
32659              Date: Fri, 15 Nov 2002 23:02:01 -0800
32660              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
32661      Branch: perl
32662            ! README.win32
32663 ____________________________________________________________________________
32664 [ 18160] By: hv                                    on 2002/11/19  12:07:25
32665         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
32666              From: Nicholas Clark <nick@unfortu.net>
32667              Date: Tue, 29 Oct 2002 23:00:05 +0000
32668              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
32669      Branch: perl
32670            + regen.pl regen_headers.pl
32671            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
32672            ! keywords.pl opcode.pl regcomp.pl
32673 ____________________________________________________________________________
32674 [ 18159] By: hv                                    on 2002/11/19  11:48:30
32675         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
32676              From: Gurusamy Sarathy <gsar@ActiveState.com>
32677              Date: Wed, 30 Oct 2002 20:58:15 -0800
32678              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
32679              Date: Wed, 30 Oct 2002 21:56:22 -0800
32680              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
32681              Date: Wed, 30 Oct 2002 22:55:30 -0800
32682              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
32683      Branch: perl
32684            ! gv.c pp_hot.c t/op/method.t
32685 ____________________________________________________________________________
32686 [ 18158] By: hv                                    on 2002/11/19  11:35:16
32687         Log: Remove duplicate my() declaration giving warnings from change #18105.
32688      Branch: perl
32689            ! lib/Class/Struct.t
32690 ____________________________________________________________________________
32691 [ 18157] By: nick                                  on 2002/11/19  10:16:27
32692         Log: Integrate mainline
32693      Branch: perlio
32694           +> ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
32695           +> t/run/switchI.t t/uni/tr_7jis.t t/uni/tr_eucjp.t
32696           +> t/uni/tr_sjis.t t/uni/tr_utf8.t
32697            ! ext/Encode/Encode.xs
32698           !> (integrate 77 files)
32699 ____________________________________________________________________________
32700 [ 18156] By: jhi                                   on 2002/11/18  23:06:22
32701         Log: Unicode 3.2 Errata from
32702              http://www.unicode.org/unicode/uni2errata/UnicodeErrata.html
32703              (errata 2002 October 31 and 2002 October 30)
32704              (If/when 3.2.1 or 4.0 happens, just replace SpecialCasing
32705              and UnicodeData, don't bother with diffs, and rerun
32706              perl ./mktables)
32707      Branch: maint-5.8/perl
32708            ! lib/Unicode/UCD.t lib/unicore/Category.pl
32709            ! lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
32710            ! lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
32711            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
32712            ! lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
32713            ! lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl
32714 ____________________________________________________________________________
32715 [ 18155] By: jhi                                   on 2002/11/16  22:34:07
32716         Log: make regen_headers
32717      Branch: maint-5.8/perl
32718            ! pod/perlapi.pod proto.h
32719 ____________________________________________________________________________
32720 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
32721         Log: Correction to change #18152, by Dave Mitchell.
32722      Branch: perl
32723            ! pod/perlhack.pod
32724 ____________________________________________________________________________
32725 [ 18153] By: jhi                                   on 2002/11/16  21:24:13
32726         Log: Tripped by the pseudo-hash warning.
32727      Branch: maint-5.8/perl
32728            ! t/op/hashwarn.t
32729 ____________________________________________________________________________
32730 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
32731         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
32732              From: Dave Mitchell <davem@fdgroup.com>
32733              Date: Sat, 16 Nov 2002 22:18:23 +0000
32734              Message-ID: <20021116221823.A23614@fdgroup.com>
32735              Documentation for change #18150.
32736      Branch: perl
32737            ! pod/perlhack.pod
32738 ____________________________________________________________________________
32739 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
32740         Log: Document PRIVSHIFT.
32741              Subject: [PATCH] two small doc patches
32742              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32743              Date: Thu, 14 Nov 2002 15:07:35 -0800
32744              Message-ID: <3yC19gzkguTO092yn@efn.org>
32745      Branch: perl
32746            ! sv.h
32747 ____________________________________________________________________________
32748 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
32749         Log: Subject: [PATCH] optional code for debugging leaking scalars
32750              From: Dave Mitchell <davem@fdgroup.com>
32751              Date: Thu, 14 Nov 2002 23:03:00 +0000
32752              Message-ID: <20021114230300.B18614@fdgroup.com>
32753      Branch: perl
32754            ! perl.c sv.c
32755 ____________________________________________________________________________
32756 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
32757         Log: New B::Lint option, bare-subs, that checks for implicitely
32758              quoted barewords that are also subroutines, from
32759              Ian Phillipps <ip@tarragon-et.co.uk>.
32760              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
32761              With a few tweaks to the implementation and tests.
32762              (previous change was empty)
32763      Branch: perl
32764            ! ext/B/B/Lint.pm ext/B/t/lint.t
32765 ____________________________________________________________________________
32766 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
32767         Log: New B::Lint option, bare-subs, that checks for implicitely
32768              quoted barewords that are also subroutines, from
32769              Ian Phillipps <ip@tarragon-et.co.uk>.
32770              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
32771              With a few tweaks to the implementation and tests.
32772      Branch: perl
32773            ! ext/B/B/Lint.pm ext/B/t/lint.t
32774 ____________________________________________________________________________
32775 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
32776         Log: Subject: [PATCH] Typo in perl58delta
32777              From: andreas.koenig@anima.de (Andreas J. Koenig)
32778              Date: Sat, 16 Nov 2002 16:29:14 +0100
32779              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
32780      Branch: perl
32781            ! pod/perl58delta.pod
32782 ____________________________________________________________________________
32783 [ 18146] By: jhi                                   on 2002/11/16  15:09:26
32784         Log: Typo noticed by Philip Newton.
32785      Branch: maint-5.8/perl
32786            ! pod/perldiag.pod
32787 ____________________________________________________________________________
32788 [ 18145] By: jhi                                   on 2002/11/16  02:53:59
32789         Log: Add 5.005-style thread deprecation warning (at each
32790              thread create).
32791      Branch: maint-5.8/perl
32792            ! ext/Thread/Thread.xs pod/perldelta.pod pod/perldiag.pod
32793 ____________________________________________________________________________
32794 [ 18144] By: jhi                                   on 2002/11/15  22:30:36
32795         Log: perlport tweaks:
32796              - timezone
32797              - $!, Errno
32798              - metainformation changing
32799              - perlunicode
32800      Branch: maint-5.8/perl
32801            ! pod/perlport.pod
32802 ____________________________________________________________________________
32803 [ 18143] By: jhi                                   on 2002/11/15  04:37:24
32804         Log: Add pseudo-hashes deprecation warning (at each pseudo-hash access).
32805      Branch: maint-5.8/perl
32806            ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av
32807 ____________________________________________________________________________
32808 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
32809         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
32810              From: Dave Mitchell <davem@fdgroup.com>
32811              Date: Thu, 7 Nov 2002 16:38:02 +0000
32812              Message-ID: <20021107163802.C25337@fdgroup.com>
32813      Branch: perl
32814            ! pad.h
32815 ____________________________________________________________________________
32816 [ 18141] By: merijn                                on 2002/11/12  16:15:30
32817         Log: repair 18139 (missing awk command)
32818      Branch: perl
32819            ! Configure
32820 ____________________________________________________________________________
32821 [ 18140] By: merijn                                on 2002/11/12  16:12:14
32822         Log: added missing awk. <blush>
32823      Branch: metaconfig
32824            ! U/modified/Oldconfig.U
32825 ____________________________________________________________________________
32826 [ 18139] By: merijn                                on 2002/11/12  14:20:36
32827         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
32828              From: Jarkko Hietaniemi <jhi@iki.fi>
32829              Subject: [PATCH] Tru64 osvers
32830              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
32831      Branch: perl
32832            ! Configure
32833 ____________________________________________________________________________
32834 [ 18138] By: merijn                                on 2002/11/12  14:08:50
32835         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
32836              From: Jarkko Hietaniemi <jhi@iki.fi>
32837              Subject: [PATCH] Tru64 osvers
32838              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
32839      Branch: metaconfig
32840            ! U/modified/Oldconfig.U
32841 ____________________________________________________________________________
32842 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
32843         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
32844              From: Slaven Rezic <slaven.rezic@berlin.de>
32845              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
32846              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
32847      Branch: perl
32848            ! lib/Term/ReadLine.pm
32849 ____________________________________________________________________________
32850 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
32851         Log: Subject: t/run/runenv.t bug
32852              From: Salvador "Fandiño" <sfandino@yahoo.com>
32853              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
32854              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
32855      Branch: perl
32856            ! t/run/runenv.t
32857 ____________________________________________________________________________
32858 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
32859         Log: Subject: [PATCH] perlopentut and PerlIO documentation
32860              From: Slaven Rezic <slaven.rezic@berlin.de>
32861              Date: 08 Nov 2002 22:22:19 +0100
32862              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
32863      Branch: perl
32864            ! lib/PerlIO.pm pod/perlopentut.pod
32865 ____________________________________________________________________________
32866 [ 18134] By: jhi                                   on 2002/11/09  22:10:52
32867         Log: Update Changes.
32868      Branch: maint-5.8/perl
32869            ! Changes patchlevel.h
32870 ____________________________________________________________________________
32871 [ 18133] By: jhi                                   on 2002/11/09  21:56:38
32872         Log: Integrate
32873              
32874              [ 18122]
32875              Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
32876              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
32877              Date: 23 Oct 2002 18:42:51 -0000
32878              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
32879              
32880              [ 18123]
32881              Subject: PATCH x2p/find2perl.PL
32882              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
32883              Date: Thu, 24 Oct 2002 10:05:19 +0200
32884              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
32885              
32886              [ 18124]
32887              Subject: [PATCH] File::Temp documentation fix
32888              From: Slaven Rezic <slaven.rezic@berlin.de>
32889              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
32890              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
32891              
32892              [ 18125]
32893              Subject: Re: The Inaba patch for tr/// vs. use encoding
32894              From: Dan Kogai <dankogai@dan.co.jp>
32895              Date: Fri, 25 Oct 2002 13:04:00 +0900
32896              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
32897      Branch: maint-5.8/perl
32898           +> t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
32899           +> t/uni/tr_utf8.t
32900           !> MANIFEST ext/Fcntl/t/syslfs.t lib/File/Temp.pm t/op/lfs.t
32901           !> x2p/find2perl.PL
32902 ____________________________________________________________________________
32903 [ 18132] By: jhi                                   on 2002/11/09  21:50:30
32904         Log: Integrate
32905              
32906              [ 18121]
32907              Subject: Re: [perl #18038] DESTROY change in 5.8.0?
32908              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32909              Date: Sun, 03 Nov 2002 15:48:18 -0800
32910              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
32911      Branch: maint-5.8/perl
32912           !> sv.c t/op/tie.t
32913 ____________________________________________________________________________
32914 [ 18131] By: jhi                                   on 2002/11/09  21:28:07
32915         Log: Integrate
32916              
32917              [ 18119]
32918              Subject: [perl #18154] Problem found in calculating offsets in regex
32919              From: Mark Pease (via RT) <perlbug@perl.org>
32920              Date: 29 Oct 2002 20:23:54 -0000
32921              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
32922              
32923              [ 18120]
32924              Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
32925              From: Gurusamy Sarathy <gsar@ActiveState.com>
32926              Date: Sat, 19 Oct 2002 12:11:43 -0700
32927              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
32928      Branch: maint-5.8/perl
32929           !> doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c regcomp.c
32930           !> win32/win32.h
32931 ____________________________________________________________________________
32932 [ 18130] By: jhi                                   on 2002/11/09  21:25:39
32933         Log: Integrate
32934              
32935              [ 18118]
32936              Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
32937              From: hv@crypt.org
32938              Date: Sun, 03 Nov 2002 16:41:24 +0000
32939              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
32940              
32941              (closure.t required manual edit since blead had a new test)
32942      Branch: maint-5.8/perl
32943           !> ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
32944           !> t/op/sub_lval.t
32945 ____________________________________________________________________________
32946 [ 18129] By: jhi                                   on 2002/11/09  21:20:02
32947         Log: Integrate
32948              
32949              [ 18115]
32950              Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
32951              From: Slaven Rezic <slaven.rezic@berlin.de>
32952              Date: 24 Oct 2002 00:44:35 +0200
32953              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
32954              
32955              [ 18117]
32956              "make distclean" should remove the generated file lib/Config.pod.
32957      Branch: maint-5.8/perl
32958           !> Makefile.SH pod/perldiag.pod pod/perlfunc.pod pp_sys.c
32959           !> t/io/binmode.t t/io/print.t t/io/read.t t/lib/warnings/pp_sys
32960 ____________________________________________________________________________
32961 [ 18128] By: jhi                                   on 2002/11/09  21:15:09
32962         Log: Integrate
32963              
32964              [ 18116]
32965              The new test introduced in #18114 failed with threads
32966              
32967              (edit //= to be ||=)
32968      Branch: maint-5.8/perl
32969           !> ext/B/t/concise.t
32970 ____________________________________________________________________________
32971 [ 18127] By: jhi                                   on 2002/11/09  21:07:43
32972         Log: Integrate
32973              
32974              [ 18114]
32975              Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
32976              From: Stephen McCamant <smcc@mit.edu>
32977              Date: Thu, 31 Oct 2002 01:35:29 -0500
32978              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
32979              
32980              plus a test case in ext/B/t/concise.t
32981              plus a (less intrusive, but less future-proof) fix for a
32982              similar problem in B::walkoptree_exec().
32983              
32984              (edit away dor and dorassign)
32985      Branch: maint-5.8/perl
32986           !> ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
32987 ____________________________________________________________________________
32988 [ 18126] By: jhi                                   on 2002/11/09  19:00:47
32989         Log: Integrate
32990              
32991              [ 18102]
32992              Subject: Re: [perl #18066] Bug in -I when path has double colons?
32993              From: Slaven Rezic <slaven.rezic@berlin.de>
32994              Date: 30 Oct 2002 11:18:47 +0100
32995              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
32996              
32997              With the corresponding change to embed.fnc
32998              
32999              [ 18105]
33000              Subject: Re: Class::Struct, simple patch, tests
33001              From: Marty Pauley <marty+p5p@kasei.com>
33002              Date: Fri, 18 Oct 2002 22:26:38 +0100
33003              Message-ID: <20021018212638.GB3764@soto.kasei.com>
33004              
33005              [ 18106]
33006              new test based on:
33007              Subject: [TEST] for [PATCH] bug in utf8.c(?)
33008              From: Marty Pauley <marty+p5p@kasei.com>
33009              Date: Fri, 18 Oct 2002 21:02:38 +0100
33010              Message-ID: <20021018200238.GY3764@soto.kasei.com>
33011              
33012              [ 18107]
33013              1. Update pp_ucfirst to enter the UTF-8 branch only if the first
33014              character is UTF-8. (Copied from pp_lcfirst.)
33015              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
33016              
33017              [ 18108]
33018              Put back the DO NOT EDIT headers in proto.h and global.sym
33019              
33020              Subject: Re: [perl #18066] Bug in -I when path has double colons?
33021              From: Slaven Rezic <slaven.rezic@berlin.de>
33022              Date: 03 Nov 2002 10:25:10 +0100
33023              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
33024              
33025              [ 18109]
33026              Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
33027              From: hv@crypt.org
33028              Date: Tue, 05 Nov 2002 13:30:00 +0000
33029              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
33030              
33031              This is half of the fix for #18107. The swash_init() problems
33032              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
33033              but can now be seen only with UTF-8 test cases.
33034              
33035              [ 18113]
33036              make regen_headers.
33037              Backport change #18078 to warnings.pl.
33038              
33039              plus make regen_headers
33040      Branch: maint-5.8/perl
33041           +> t/run/switchI.t
33042            ! pod/perlapi.pod
33043           !> MANIFEST dump.c embed.fnc embed.h embedvar.h global.sym
33044           !> lib/Class/Struct.pm lib/Class/Struct.t lib/utf8.t perl.c
33045           !> perlapi.c perlapi.h pp.c proto.h t/run/runenv.t warnings.pl
33046 ____________________________________________________________________________
33047 [ 18125] By: hv                                    on 2002/11/07  14:01:57
33048         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
33049              From: Dan Kogai <dankogai@dan.co.jp>
33050              Date: Fri, 25 Oct 2002 13:04:00 +0900
33051              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
33052      Branch: perl
33053            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
33054            + t/uni/tr_utf8.t
33055            ! MANIFEST
33056 ____________________________________________________________________________
33057 [ 18124] By: hv                                    on 2002/11/07  13:51:39
33058         Log: Subject: [PATCH] File::Temp documentation fix
33059              From: Slaven Rezic <slaven.rezic@berlin.de>
33060              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
33061              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
33062      Branch: perl
33063            ! lib/File/Temp.pm
33064 ____________________________________________________________________________
33065 [ 18123] By: hv                                    on 2002/11/07  13:46:59
33066         Log: Subject: PATCH x2p/find2perl.PL
33067              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
33068              Date: Thu, 24 Oct 2002 10:05:19 +0200
33069              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
33070      Branch: perl
33071            ! x2p/find2perl.PL
33072 ____________________________________________________________________________
33073 [ 18122] By: hv                                    on 2002/11/07  13:40:25
33074         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
33075              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
33076              Date: 23 Oct 2002 18:42:51 -0000
33077              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
33078      Branch: perl
33079            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
33080 ____________________________________________________________________________
33081 [ 18121] By: hv                                    on 2002/11/07  13:21:15
33082         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
33083              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33084              Date: Sun, 03 Nov 2002 15:48:18 -0800
33085              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
33086      Branch: perl
33087            ! sv.c t/op/tie.t
33088 ____________________________________________________________________________
33089 [ 18120] By: hv                                    on 2002/11/07  13:14:21
33090         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
33091              From: Gurusamy Sarathy <gsar@ActiveState.com>
33092              Date: Sat, 19 Oct 2002 12:11:43 -0700
33093              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
33094      Branch: perl
33095            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
33096 ____________________________________________________________________________
33097 [ 18119] By: hv                                    on 2002/11/07  12:13:28
33098         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
33099              From: Mark Pease (via RT) <perlbug@perl.org>
33100              Date: 29 Oct 2002 20:23:54 -0000
33101              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
33102      Branch: perl
33103            ! regcomp.c
33104 ____________________________________________________________________________
33105 [ 18118] By: hv                                    on 2002/11/07  11:33:38
33106         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
33107              From: hv@crypt.org
33108              Date: Sun, 03 Nov 2002 16:41:24 +0000
33109              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
33110      Branch: perl
33111            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
33112            ! t/op/sub_lval.t
33113 ____________________________________________________________________________
33114 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
33115         Log: "make distclean" should remove the generated file lib/Config.pod.
33116      Branch: perl
33117            ! Makefile.SH
33118 ____________________________________________________________________________
33119 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
33120         Log: The new test introduced in #18114 failed with threads
33121      Branch: perl
33122            ! ext/B/t/concise.t
33123 ____________________________________________________________________________
33124 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
33125         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
33126              From: Slaven Rezic <slaven.rezic@berlin.de>
33127              Date: 24 Oct 2002 00:44:35 +0200
33128              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
33129      Branch: perl
33130            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
33131            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
33132 ____________________________________________________________________________
33133 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
33134         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
33135              From: Stephen McCamant <smcc@mit.edu>
33136              Date: Thu, 31 Oct 2002 01:35:29 -0500
33137              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
33138              
33139              plus a test case in ext/B/t/concise.t
33140              plus a (less intrusive, but less future-proof) fix for a
33141              similar problem in B::walkoptree_exec().
33142      Branch: perl
33143            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
33144 ____________________________________________________________________________
33145 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
33146         Log: make regen_headers.
33147              Backport change #18078 to warnings.pl.
33148      Branch: perl
33149            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
33150 ____________________________________________________________________________
33151 [ 18112] By: jhi                                   on 2002/11/05  13:26:28
33152         Log: perl embed.pl
33153      Branch: maint-5.8/perl
33154            ! embed.h embedvar.h global.sym perlapi.c perlapi.h proto.h
33155 ____________________________________________________________________________
33156 [ 18111] By: jhi                                   on 2002/11/05  13:24:59
33157         Log: Integrate
33158              
33159              [ 18067]
33160              [PATCH] embed.pl doc. (embed.pl reorganization for doc headers)
33161              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
33162              With some additional modifications
33163              
33164              [ 18068]
33165              Repair broken previous patch. I don't like it, but not repairing it
33166              breaks each and every build. Will teach me to test on the same
33167              machine where I patched it. Sorry.
33168              
33169              [ 18108]
33170              Put back the DO NOT EDIT headers in proto.h and global.sym
33171              
33172              Subject: Re: [perl #18066] Bug in -I when path has double colons?
33173              From: Slaven Rezic <slaven.rezic@berlin.de>
33174              Date: 03 Nov 2002 10:25:10 +0100
33175              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
33176      Branch: maint-5.8/perl
33177           !> embed.pl
33178 ____________________________________________________________________________
33179 [ 18110] By: jhi                                   on 2002/11/05  13:12:12
33180         Log: Integrate
33181              
33182              [ 17951]
33183              MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
33184              Thu, 25 Jul 2002, Andy Dougherty
33185              
33186              (had to regen Configure)
33187      Branch: maint-5.8/perl
33188            ! Configure config_h.SH
33189           !> Policy_sh.SH
33190 ____________________________________________________________________________
33191 [ 18109] By: ams                                   on 2002/11/05  13:03:34
33192         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
33193              From: hv@crypt.org
33194              Date: Tue, 05 Nov 2002 13:30:00 +0000
33195              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
33196              
33197              This is half of the fix for #18107. The swash_init() problems
33198              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
33199              but can now be seen only with UTF-8 test cases.
33200      Branch: perl
33201            ! pp.c
33202 ____________________________________________________________________________
33203 [ 18108] By: merijn                                on 2002/11/05  07:52:08
33204         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
33205              
33206              Subject: Re: [perl #18066] Bug in -I when path has double colons?
33207              From: Slaven Rezic <slaven.rezic@berlin.de>
33208              Date: 03 Nov 2002 10:25:10 +0100
33209              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
33210      Branch: perl
33211            ! embed.pl
33212 ____________________________________________________________________________
33213 [ 18107] By: ams                                   on 2002/11/05  03:43:46
33214         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
33215              character is UTF-8. (Copied from pp_lcfirst.)
33216              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
33217      Branch: perl
33218            ! dump.c pp.c
33219 ____________________________________________________________________________
33220 [ 18106] By: hv                                    on 2002/11/05  01:43:27
33221         Log: new test based on:
33222              Subject: [TEST] for [PATCH] bug in utf8.c(?)
33223              From: Marty Pauley <marty+p5p@kasei.com>
33224              Date: Fri, 18 Oct 2002 21:02:38 +0100
33225              Message-ID: <20021018200238.GY3764@soto.kasei.com>
33226      Branch: perl
33227            ! lib/utf8.t
33228 ____________________________________________________________________________
33229 [ 18105] By: hv                                    on 2002/11/05  00:59:30
33230         Log: Subject: Re: Class::Struct, simple patch, tests
33231              From: Marty Pauley <marty+p5p@kasei.com>
33232              Date: Fri, 18 Oct 2002 22:26:38 +0100
33233              Message-ID: <20021018212638.GB3764@soto.kasei.com>
33234      Branch: perl
33235            ! lib/Class/Struct.pm lib/Class/Struct.t
33236 ____________________________________________________________________________
33237 [ 18104] By: jhi                                   on 2002/11/04  22:23:54
33238         Log: Integrate
33239              [ 17946]
33240              nanosleep on VMS not present
33241      Branch: maint-5.8/perl
33242           !> configure.com
33243 ____________________________________________________________________________
33244 [ 18103] By: jhi                                   on 2002/11/04  22:11:33
33245         Log: Integrate
33246              [ 17944]
33247              nanosleep probes as per Jarkko's request
33248              
33249              (and regen Configure)
33250      Branch: maint-5.8/perl
33251            ! Configure config_h.SH
33252           !> NetWare/config_H.wc Porting/config.sh Porting/config_H
33253           !> epoc/config.sh perl.h win32/config.bc win32/config.gc
33254           !> win32/config.vc win32/config.vc64 win32/config_H.bc
33255           !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64
33256           !> wince/config.ce wince/config_H.ce
33257 ____________________________________________________________________________
33258 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
33259         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
33260              From: Slaven Rezic <slaven.rezic@berlin.de>
33261              Date: 30 Oct 2002 11:18:47 +0100
33262              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
33263              
33264              With the corresponding change to embed.fnc
33265      Branch: perl
33266            + t/run/switchI.t
33267            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
33268            ! proto.h t/run/runenv.t
33269 ____________________________________________________________________________
33270 [ 18101] By: jhi                                   on 2002/11/04  21:29:57
33271         Log: Integrate
33272              
33273              [ 17731]
33274              Subject: [PATCH] Configure missing d_modflproto=''
33275              From: "Gerrit P. Haase" <gp@familiehaase.de>
33276              Date: Tue, 13 Aug 2002 15:11:05 +0200
33277              Message-id: <11417599086.20020813151105@familiehaase.de>
33278              
33279              [ 17739]
33280              Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
33281              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33282              Date: Tue, 23 Jul 2002 09:21:10 +0200
33283              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
33284              
33285              [ 17902]
33286              [PATCH perl@17882] configure.com needs d_modflproto
33287              Thu 12 Sep 2002 23:19, "Craig A. Berry"
33288              
33289              [ 17919]
33290              Subject: [PATCH] AIX hints missinga  >&4
33291              From: Jarkko Hietaniemi <jhi@iki.fi>
33292              Date: Fri, 13 Sep 2002 16:48:42 +0300
33293              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
33294      Branch: maint-5.8/perl
33295           !> Configure configure.com hints/aix.sh
33296 ____________________________________________________________________________
33297 [ 18100] By: jhi                                   on 2002/11/04  21:21:09
33298         Log: Integrate (two changes that are followups for changes already in)
33299              
33300              [ 17745]
33301              perldelta for #17727
33302              
33303              [ 17831]
33304              #17827 misses some win32 tweaks
33305      Branch: maint-5.8/perl
33306           !> pod/perldelta.pod win32/Makefile win32/makefile.mk
33307 ____________________________________________________________________________
33308 [ 18099] By: jhi                                   on 2002/11/04  21:17:25
33309         Log: Integrate (automerge didn't work, required manual copying from
33310              a post-17815 snapshot and editing a '59' to '58')
33311              
33312              [ 17815]
33313              formatting cleanup and:
33314              Subject: Re: perl-5.8.0 on HP porting center
33315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33316              Date: Thu, 29 Aug 2002 12:23:31 +0200
33317              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
33318      Branch: maint-5.8/perl
33319            ! installperl
33320 ____________________________________________________________________________
33321 [ 18098] By: jhi                                   on 2002/11/04  18:53:22
33322         Log: Kick patchlevel.
33323      Branch: maint-5.8/perl
33324            ! patchlevel.h
33325 ____________________________________________________________________________
33326 [ 18097] By: jhi                                   on 2002/11/04  18:52:23
33327         Log: Update Changes.
33328      Branch: maint-5.8/perl
33329            ! Changes patchlevel.h
33330 ____________________________________________________________________________
33331 [ 18096] By: jhi                                   on 2002/11/04  18:46:09
33332         Log: Integrate
33333              
33334              [ 18090]
33335              extend #13786 to cover the other four identical chunks of code
33336              to avoid looping under overload.
33337              
33338              [ 18091]
33339              How pre-5.9.0 Perl can be fooled by a defined-or.
33340              
33341              [ 18093]
33342              s/Perlf/Perl/ (thanks rgs)
33343      Branch: maint-5.8/perl
33344           !> pod/perldiag.pod sv.c
33345 ____________________________________________________________________________
33346 [ 18095] By: jhi                                   on 2002/11/04  17:45:47
33347         Log: Integrate (now tests 100% in Tru64 5.1A):
33348              
33349              [ 18083]
33350              [PATCH] Typo configpm
33351              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33352              
33353              [ 18084]
33354              Tru64, gcc -O3, datasize
33355              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
33356              
33357              [ 18085]
33358              Subject: Re: [perl #17064] illegal legal unicode character
33359              From: hv@crypt.org
33360              Date: Mon, 04 Nov 2002 13:23:49 +0000
33361              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
33362              
33363              [ 18086]
33364              integrate from perlio: changes #17709, #17795, #17796, #18032
33365              
33366              [ 18088]
33367              Charnames take 4
33368              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
33369      Branch: maint-5.8/perl
33370           !> Porting/apply README.tru64 configpm ext/PerlIO/t/encoding.t
33371           !> ext/PerlIO/t/via.t ext/PerlIO/via/via.xs hints/dec_osf.sh
33372           !> lib/charnames.pm lib/charnames.t perlio.c regexec.c
33373           !> t/io/crlf.t t/op/split.t
33374 ____________________________________________________________________________
33375 [ 18094] By: merijn                                on 2002/11/04  16:08:22
33376         Log: Changed the warning detection pattern because of:
33377              
33378              Subject: ccache gcc3.2 doesn't work
33379              From: Nicholas Clark <nick@ccl4.org>
33380              Date: Tue, 29 Oct 2002 15:01:39
33381              Message-ID: <20021029150139.J82080@plum.flirble.org>
33382      Branch: perl
33383            ! Configure
33384 ____________________________________________________________________________
33385 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
33386         Log: s/Perlf/Perl/ (thanks rgs)
33387      Branch: perl
33388            ! pod/perldiag.pod
33389 ____________________________________________________________________________
33390 [ 18092] By: merijn                                on 2002/11/04  15:57:58
33391         Log: Using ccache will change the warning that we want to catch
33392              Mon, 04 Nov 2002; H.Merijn Brand, Nicholas Clark
33393      Branch: metaconfig/U/perl
33394            ! gccvers.U
33395 ____________________________________________________________________________
33396 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
33397         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
33398      Branch: perl
33399            ! pod/perldiag.pod
33400 ____________________________________________________________________________
33401 [ 18090] By: hv                                    on 2002/11/04  15:49:29
33402         Log: extend #13786 to cover the other four identical chunks of code
33403              to avoid looping under overload.
33404      Branch: perl
33405            ! sv.c
33406 ____________________________________________________________________________
33407 [ 18089] By: jhi                                   on 2002/11/04  15:44:28
33408         Log: The //= meme seems to be catching on.
33409      Branch: maint-5.8/perl
33410            ! t/op/anonsub.t
33411 ____________________________________________________________________________
33412 [ 18088] By: merijn                                on 2002/11/04  15:37:06
33413         Log: Charnames take 4
33414              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
33415      Branch: perl
33416            ! lib/charnames.pm lib/charnames.t
33417 ____________________________________________________________________________
33418 [ 18087] By: jhi                                   on 2002/11/04  15:28:23
33419         Log: Integrate:
33420              
33421              [ 17677]
33422              Main branch no longer needs op/taint.t version check.
33423      Branch: maint-5.8/perl
33424           !> t/op/taint.t
33425 ____________________________________________________________________________
33426 [ 18086] By: hv                                    on 2002/11/04  15:16:34
33427         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
33428      Branch: perl
33429           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
33430           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
33431 ____________________________________________________________________________
33432 [ 18085] By: hv                                    on 2002/11/04  12:17:12
33433         Log: Subject: Re: [perl #17064] illegal legal unicode character
33434              From: hv@crypt.org
33435              Date: Mon, 04 Nov 2002 13:23:49 +0000
33436              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
33437      Branch: perl
33438            ! regexec.c t/op/split.t
33439 ____________________________________________________________________________
33440 [ 18084] By: merijn                                on 2002/11/04  11:04:45
33441         Log: Tru64, gcc -O3, datasize
33442              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
33443      Branch: perl
33444            ! README.tru64 hints/dec_osf.sh
33445 ____________________________________________________________________________
33446 [ 18083] By: merijn                                on 2002/11/04  10:58:52
33447         Log: Typo configpm
33448              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33449      Branch: perl
33450            ! configpm
33451 ____________________________________________________________________________
33452 [ 18082] By: jhi                                   on 2002/11/04  05:38:52
33453         Log: Integrate: the same caveat as for #18080.
33454              
33455              [ 17779]
33456              upgrade bignum to v0.13: fix test failures and update docs
33457              
33458              [ 17780]
33459              fix bignum test failures
33460              
33461              [ 17784]
33462              #17780 relies on unixy paths to locate own directory for bignum tests.
33463              
33464              [ 17785]
33465              fix non-ANSI C++-style comment
33466              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
33467              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33468              Date: Mon, 26 Aug 2002 09:15:18 +0200
33469              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
33470              
33471              [ 17841]
33472              Subject: [PATCH] op/getpid.t failure
33473              From: Michael G Schwern <schwern@pobox.com>
33474              Date: Tue, 3 Sep 2002 17:48:24 -0700
33475              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
33476              
33477              [ 17872]
33478              temporarily skip failing Storable tests caused by #17869
33479              
33480              [ 17901]
33481              Subject: [PATCH] more PASE wisdom
33482              From: Jarkko Hietaniemi <jhi@iki.fi>
33483              Date: Fri, 13 Sep 2002 00:17:39 +0300
33484              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
33485              
33486              [ 17912]
33487              Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
33488              From: Jarkko Hietaniemi <jhi@iki.fi>
33489              Date: Thu, 19 Sep 2002 18:59:48 +0300
33490              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
33491              
33492              Subject: [PATCH] more PASE tweakage
33493              From: Jarkko Hietaniemi <jhi@iki.fi>
33494              Date: Thu, 19 Sep 2002 18:01:44 +0300
33495              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
33496              
33497              [ 17963]
33498              Subject: Re: [perl #17376] Bug Report - our(%)
33499              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33500              Date: Tue, 01 Oct 2002 09:54:30 -0700
33501              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
33502              
33503              [ 17969]
33504              Subject: [PATCH] Storable and code serialization: documentation
33505              From: Slaven Rezic <slaven.rezic@berlin.de>
33506              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
33507              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
33508              
33509              [ 17970]
33510              Add a line about 2.05.
33511              
33512              [ 17971]
33513              Subject: Re: Not OK 17969
33514              From: Slaven Rezic <slaven.rezic@berlin.de>
33515              Date: 03 Oct 2002 13:12:58 +0200
33516              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
33517              
33518              [ 17974]
33519              Fix a precedence problem.
33520              
33521              [ 17977]
33522              Complement to change #17976 :
33523              there was a similar bug on rdo().
33524              Increment $Safe::VERSION.
33525              
33526              [ 17980]
33527              Upgrade Safe.pm to 2.09 after CPAN backport.
33528              Fix testcases to run properly outside perl core build enviroment.
33529              
33530              [ 17986]
33531              Remove use of caller() in strict.pm, and tighten Safe compartment
33532              for Storable tests to match.
33533              
33534              [ 18000]
33535              Subject: [PATCH] perl573delta delinting
33536              From: Jarkko Hietaniemi <jhi@iki.fi>
33537              Date: Fri, 4 Oct 2002 16:19:31 +0300
33538              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
33539              
33540              [ 18008]
33541              Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
33542              From: Nicholas Clark <nick@unfortu.net>
33543              Date: Mon, 7 Oct 2002 23:35:34 +0100
33544              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
33545              
33546              [ 18014]
33547              Subject: Re: [PATCH] perl573delta delinting
33548              From: Philip Newton <Philip.Newton@gmx.net>
33549              Date: Sat, 12 Oct 2002 21:25:49 +0200
33550              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
33551              
33552              [ 18019]
33553              Subject: Japanese translation of Storable
33554              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
33555              Date: Tue, 15 Oct 2002 06:31:01 +0900
33556              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
33557              
33558              [ 18024]
33559              Subject: Re: [perl #17061] no strict 'garbage'
33560              From: Slaven Rezic <slaven.rezic@berlin.de>
33561              Date: 10 Oct 2002 16:23:22 +0200
33562              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
33563              
33564              [ 18061]
33565              Subject: [PATCH lib/IO.t] Add tests for IO.pm
33566              From: chromatic <chromatic@wgz.org>
33567              Date: Mon, 21 Oct 2002 20:27:43 -0700
33568              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
33569              
33570              [ 18063]
33571              change #18038 gives too many problems on t/450_service.t; disable
33572              it for now
33573      Branch: maint-5.8/perl
33574           !> (integrate 32 files)
33575 ____________________________________________________________________________
33576 [ 18081] By: jhi                                   on 2002/11/04  05:26:36
33577         Log: Integrate:
33578              
33579              [ 17741]
33580              Subject: Re: [PATCH] Storable and CODE references
33581              From: Slaven Rezic <slaven.rezic@berlin.de>
33582              Date: 17 Aug 2002 21:58:03 +0200
33583              Message-id: <87bs812r78.fsf@vran.herceg.de>
33584      Branch: maint-5.8/perl
33585           +> ext/Storable/t/code.t
33586           !> MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
33587           !> ext/Storable/t/malice.t
33588 ____________________________________________________________________________
33589 [ 18080] By: jhi                                   on 2002/11/04  05:23:04
33590         Log: The first big import towards 5.8.1, @18078.  Please do NOT
33591              expect all to work yet, some tests will fail.  This is just
33592              a reasonably optimal/maximal push in the general direction.
33593              
33594              [ 17655]
33595              Upgrade to Unicode::Collate 0.20.
33596              
33597              [ 17656]
33598              Subject: [PATCH] Typo in regcomp.c
33599              From: Chris Ball <chris@cpan.org>
33600              Date: 26 Jul 2002 17:49:35 +0100
33601              Message-Id: <868z3yzb6o.fsf@void.printf.net>
33602              (With additional tweak to s_reginclasslen.)
33603              
33604              [ 17672]
33605              Subject: Re: mention of "use sort" botched in perlfunc?
33606              From: Michael G Schwern <schwern@pobox.com>
33607              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
33608              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
33609              
33610              [ 17673]
33611              Subject: [PATCH] AUTHORS
33612              From: Walt Mankowski <waltman@pobox.com>
33613              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
33614              Message-id: <20020721025612.GB15958@pobox.com>
33615              
33616              [ 17674]
33617              Subject: [PATCH] AUTHORS
33618              From: Colin Watson <colinw@zeus.com>
33619              Date: Thu, 25 Jul 2002 15:54:37 +0100
33620              Message-id: <20020725145437.GC4921@zeus.com>
33621              
33622              [ 17675]
33623              Fix email address for Kragen Sitaker <kragen@pobox.com>.
33624              
33625              [ 17676]
33626              Subject: Re: [PATCH] Re: taint news
33627              From: Rick Delaney <rick.delaney@rogers.com>
33628              Date: 04 Aug 2002 00:28:58 EDT
33629              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
33630              Ref: 20020208.005
33631              
33632              [ 17678]
33633              Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
33634              From: hv@crypt.org
33635              Date: Sun, 04 Aug 2002 17:40:30 +0100
33636              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
33637              
33638              [ 17679]
33639              [ID 20020704.001] again: #17678 caused test failures in pod2html,
33640              in which $1 could leak from previous regexp
33641              
33642              [ 17680]
33643              warn that keywords.h is generated
33644              
33645              [ 17681]
33646              typo
33647              
33648              [ 17683]
33649              Integrate from maint-5.6/macperl via macperl
33650              Changes 17660, 17661, 17662, 17663, 17664
33651              
33652              [ 17684]
33653              Integrate from perlio: change #17653 fixes bug RT15283
33654              
33655              [ 17685]
33656              Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
33657              From: "John P. Linderman" <jpl@research.att.com>
33658              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
33659              Message-id: <200207211613.MAA69505@raptor.research.att.com>
33660              
33661              [ 17686]
33662              More regression tests for $^H and %^H.
33663              Add a TODO test for eval "" preserving %^H.
33664              
33665              [ 17687]
33666              PerlIO::scalar wasn't able to read from non-string
33667              scalar ; now stringifies its argument.
33668              
33669              [ 17688]
33670              Subject: [PATCH] XS build fix for VMS
33671              From: "Craig A. Berry" <craigberry@mac.com>
33672              Date: Sun, 4 Aug 2002 12:13:06 -0500
33673              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
33674              
33675              [ 17689]
33676              Subject: Re: no warnings 'io';
33677              From: Nicholas Clark <nick@unfortu.net>
33678              Date: Sat, 27 Jul 2002 21:49:55 +0100
33679              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
33680              
33681              Plus a little bit of regression tests.
33682              
33683              [ 17690]
33684              Doc fix : the symbol for COPs wasn't documented.
33685              
33686              [ 17691]
33687              Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
33688              From: Henrik Tougaard (via RT) <perlbug@perl.org>
33689              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
33690              Message-id: <rt-15398-31095.6.30466042998663@perl>
33691              
33692              [ 17692]
33693              Subject: [PATCH] README.jp and README.cn
33694              From: Autrijus Tang <autrijus@autrijus.org>
33695              Date: Thu, 25 Jul 2002 07:05:11 +0800
33696              Message-id: <20020724230511.GA1327@not.autrijus.org>
33697              
33698              [ 17693]
33699              Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
33700              From: Abigail <abigail@foad.org>
33701              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
33702              Message-id: <20020725085252.A2703@ucan.foad.org>
33703              
33704              [ 17694]
33705              Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
33706              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33707              Date: Wed, 31 Jul 2002 16:04:02 +0200
33708              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
33709              
33710              [ 17695]
33711              Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
33712              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33713              Date: Fri, 2 Aug 2002 00:13:10 +0200
33714              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
33715              
33716              [ 17696]
33717              Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
33718              From: Slaven Rezic <slaven.rezic@berlin.de>
33719              Date: 31 Jul 2002 09:50:06 +0200
33720              Message-id: <87ado85ob5.fsf@vran.herceg.de>
33721              
33722              [ 17697]
33723              Subject: Doc patch for Class::Struct under 5.8.0
33724              From: Damian Conway <damian@conway.org>
33725              Date: Tue, 30 Jul 2002 23:03:14 +1000
33726              Message-id: <3D471FCF.1C7C6E6B@conway.org>
33727              
33728              [ 17698]
33729              Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
33730              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
33731              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
33732              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
33733              
33734              [ 17699]
33735              Subject: [PATCH] Re: [perl #15898] coredump with variable our
33736              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33737              Date: Fri, 2 Aug 2002 23:44:21 +0200
33738              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
33739              
33740              [ 17700]
33741              Subject: [DOC PATCH] perlipc.pod
33742              From: Arjen Laarhoven <arjen@nl.demon.net>
33743              Date: Tue, 6 Aug 2002 14:16:01 +0200
33744              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
33745              
33746              [ 17701]
33747              Subject: [PATCH] Re: pp_sys.c compile failed..
33748              From: Andy Dougherty <doughera@lafayette.edu>
33749              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
33750              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
33751              
33752              [ 17702]
33753              Subject: Re: README.aix
33754              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33755              Date: Tue, 30 Jul 2002 13:30:29 +0200
33756              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
33757              
33758              [ 17704]
33759              Fix bug #16080 : an attribute list should end at '}'
33760              
33761              [ 17705]
33762              More tests for the attribute syntax, from the
33763              attributes manpage.
33764              
33765              [ 17706]
33766              Subject: Re: missing lower range in {} regex 
33767              From: "John P. Linderman" <jpl@research.att.com>
33768              Date: Fri, 09 Aug 2002 12:48:55 -0400
33769              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
33770              
33771              [ 17707]
33772              Subject: New HP-UX itanium servers
33773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33774              Date: Wed, 07 Aug 2002 13:25:57 +0200
33775              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
33776              
33777              [ 17710]
33778              Subject: [PATCH] pod/perlfaq4.pod
33779              From: Abigail <abigail@foad.org>
33780              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
33781              Message-id: <20020730095202.A6462@ucan.foad.org>
33782              Add references to Regexp::Common.
33783              
33784              [ 17711]
33785              Subject: [PATCH s2p] Small typo correction
33786              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
33787              Date: Wed, 7 Aug 2002 11:50:51 +0200
33788              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
33789              
33790              [ 17712]
33791              Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
33792              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33793              Date: Mon, 12 Aug 2002 10:25:20 +0200
33794              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
33795              gcc bug test needs -lm
33796              
33797              [ 17713]
33798              Subject: [PATCH] gv_fullname3 as call to gv_fullname4
33799              From: Nicholas Clark <nick@unfortu.net>
33800              Date: Sun, 11 Aug 2002 16:59:16 +0100
33801              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
33802              
33803              [ 17714]
33804              Subject: [PATCH] perltodo.pod
33805              From: Richard.Foley@t-online.de
33806              Date: Sun, 11 Aug 2002 18:26:10 +0200
33807              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
33808              perlbug credits
33809              
33810              [ 17716]
33811              Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
33812              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
33813              Date: Sat, 13 Jul 2002 17:44:02 +0100
33814              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
33815              
33816              [ 17717]
33817              Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
33818              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33819              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
33820              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
33821              
33822              [ 17719]
33823              Subject: [perl #15987] Tests fail when sources are under CVS control
33824              From: Warren Jones (via RT) <perlbug@perl.org>
33825              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
33826              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
33827              
33828              [ 17720]
33829              Subject: Re: [PATCH] Re: taint news
33830              From: Rick Delaney <rick.delaney@rogers.com>
33831              Date: 04 Aug 2002 00:28:58 EDT
33832              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
33833              missed patch fragment from Change #17676
33834              
33835              [ 17721]
33836              #17717 needed tests fixing up
33837              
33838              [ 17722]
33839              Subject: Minor perlrun.pod patch
33840              From: Iain Truskett <spoon@cpan.org>
33841              Date: Fri, 16 Aug 2002 16:20:27 +1000
33842              Message-Id: <20020816162027.D17196@eh.org>
33843              
33844              [ 17724]
33845              ext/B/defsubs.h also depends on the program that builds it
33846              
33847              [ 17727]
33848              Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
33849              From: Mark-Jason Dominus <mjd@plover.com>
33850              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
33851              Message-id: <20020415033855.6343.qmail@plover.com>
33852              
33853              [ 17729]
33854              Subject: [PATCH] Safe.pm documentation
33855              From: Slaven Rezic <slaven.rezic@berlin.de>
33856              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
33857              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
33858              
33859              [ 17733]
33860              Subject: Server rename revisited
33861              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33862              Date: Tue, 13 Aug 2002 19:19:03 +0200
33863              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
33864              
33865              [ 17734]
33866              Subject: [PATCH] Re: Pod::Functions tpyo
33867              From: Abe Timmerman <abe@ztreet.demon.nl>
33868              Date: Tue, 13 Aug 2002 23:47:00 +0200
33869              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
33870              
33871              [ 17735]
33872              Subject: Re: [perl #16198] pod tpyo in hostent.pm
33873              From: Mark-Jason Dominus <mjd@plover.com>
33874              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
33875              Message-id: <20020814011909.22744.qmail@plover.com>
33876              
33877              [ 17736]
33878              Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
33879              From: Dave Mitchell <davem@fdgroup.com>
33880              Date: Fri, 16 Aug 2002 23:31:07 +0100
33881              Message-id: <20020816233107.E9388@fdgroup.com>
33882              
33883              [ 17737]
33884              Effect a speedy recovery from POD affected by (ahem, Australian)
33885              negligence.
33886              
33887              [ 17743]
33888              Subject: Re: [PATCH] fix typos in perlpacktut
33889              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
33890              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
33891              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
33892              
33893              [ 17744]
33894              Subject: typo in perfunc.pod
33895              From: "John P. Linderman" <jpl@research.att.com>
33896              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
33897              Message-id: <200208191245.IAA20072@raptor.research.att.com>
33898              
33899              [ 17748]
33900              todo test for linux $0 modification
33901              Subject: Re: [perl #16206] $0 in 5.8
33902              From: Slaven Rezic <slaven.rezic@berlin.de>
33903              Date: 17 Aug 2002 21:32:37 +0200
33904              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
33905              
33906              [ 17749]
33907              avoid use of %caller::EXPORT
33908              Subject: [PATCH] Re: question about Exporter::import
33909              From: Nicholas Clark <nick@unfortu.net>
33910              Date: Wed, 14 Aug 2002 21:33:12 +0100
33911              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
33912              
33913              [ 17750]
33914              Subject: [PATCH] Fix DBM filters
33915              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
33916              Date: Wed, 21 Aug 2002 11:40:49 +0100
33917              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
33918              
33919              [ 17752]
33920              Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
33921              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33922              Date: Fri, 26 Jul 2002 02:59:12 +0900
33923              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
33924              
33925              [ 17753]
33926              Subject: podlators 1.24 released
33927              From: Russ Allbery <rra@stanford.edu>
33928              Date: Sat, 03 Aug 2002 20:56:42 -0700
33929              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
33930              
33931              [ 17754]
33932              Subject: ANNOUNCE: Math-BigInt v1.62
33933              From: Tels <perl_dummy@bloodgate.com>
33934              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
33935              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
33936              
33937              [ 17755]
33938              new files from #17754
33939              
33940              [ 17756]
33941              Subject: ANNOUCNE: Math::BigRat v0.09
33942              From: Tels <perl_dummy@bloodgate.com>
33943              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
33944              Message-Id: <200208141812.g7EICrV23771@crypt.org>
33945              
33946              [ 17757]
33947              new file for #17756
33948              
33949              [ 17758]
33950              bignum-0.12 updates from:
33951              Subject: [ANNOUCNE] Big Math::Big* update
33952              From: Tels <perl_dummy@bloodgate.com>
33953              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
33954              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
33955              
33956              [ 17759]
33957              Subject: [PATCH] x2p/str.c signedness nits
33958              From: Jarkko Hietaniemi <jhi@iki.fi>
33959              Date: Fri, 23 Aug 2002 02:43:30 +0300
33960              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
33961              
33962              [ 17760]
33963              Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
33964              From: Jarkko Hietaniemi <jhi@iki.fi>
33965              Date: Fri, 23 Aug 2002 05:29:09 +0300
33966              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
33967              
33968              [ 17761]
33969              Incorporate fix from JHI at:
33970              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
33971              
33972              [ 17764]
33973              a2p wasn't installed with -Dversiononly
33974              
33975              [ 17765]
33976              Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
33977              From: Nicholas Clark <nick@unfortu.net>
33978              Date: Sat, 24 Aug 2002 17:01:08 +0100
33979              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
33980              (plus a typo fix)
33981              
33982              [ 17766]
33983              Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut  
33984              From: Peter BARABAS (via RT) <perlbug@perl.org>
33985              Date: 24 Aug 2002 08:16:19 -0000
33986              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> 
33987              
33988              [ 17767]
33989              Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
33990              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
33991              Date: 18 Aug 2002 13:27:12 -0000
33992              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
33993              
33994              [ 17768]
33995              Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
33996              From: Anton Berezin <tobez@tobez.org>
33997              Date: Tue, 20 Aug 2002 23:44:25 +0200
33998              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
33999              
34000              [ 17769]
34001              Subject: bit more for WinCE
34002              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
34003              Date: Wed, 21 Aug 2002 01:31:52 +0400
34004              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
34005              
34006              [ 17770]
34007              Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
34008              From: "Jos I. Boumans" <kane@cpan.org>
34009              Date: Wed, 21 Aug 2002 14:55:51 +0200
34010              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
34011              
34012              [ 17771]
34013              Subject: Newdated info for HP-UX
34014              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34015              Date: Wed, 21 Aug 2002 20:20:17 +0200
34016              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
34017              
34018              [ 17772]
34019              Subject: Re: p5p patches
34020              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34021              Date: Fri, 23 Aug 2002 15:27:48 +0200
34022              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
34023              
34024              [ 17773]
34025              Subject: Re: a bugfix for Pod::Html (in diff -u format)
34026              From: DH <crazyinsomniac@yahoo.com>
34027              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
34028              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
34029              
34030              [ 17774]
34031              Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
34032              From: Abigail <abigail@foad.org>
34033              Date: Thu, 22 Aug 2002 04:10:39 -0700
34034              Message-ID: <20020822041039.A2089@ucan.foad.org>
34035              
34036              [ 17775]
34037              Subject: [perl #16729] crypt() doesn't work in multithreaded perl
34038              From: "mls@suse.de (via RT)" <perlbug@perl.org>
34039              Date: 23 Aug 2002 15:24:39 -0000
34040              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
34041              
34042              [ 17776]
34043              Subject: [PATCH] ExtUtils::Constant 0.13
34044              From: Nicholas Clark <nick@unfortu.net>
34045              Date: Fri, 23 Aug 2002 19:21:12 +0100
34046              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
34047              
34048              [ 17778]
34049              Subject: Encode 1.76 Released
34050              From: Dan Kogai <dankogai@dan.co.jp>
34051              Date: su elo 25, 2002  11:27:07 US/Eastern
34052              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
34053              
34054              [ 17781]
34055              #17775 changed reentr.c instead of reentr.pl, which generates it
34056              
34057              [ 17782]
34058              new test for change #17773
34059              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
34060              From: DH <crazyinsomniac@yahoo.com>
34061              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
34062              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
34063              
34064              [ 17783]
34065              Subject: [ANNOUNCE] Test::Simple 0.47
34066              From: Michael G Schwern <schwern@pobox.com>
34067              Date: Mon, 26 Aug 2002 04:13:03 -0700
34068              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
34069              
34070              [ 17786]
34071              Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
34072              From: "Sean M. Burke" <sburke@cpan.org>
34073              Date: Mon, 26 Aug 2002 04:38:19 -0600
34074              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
34075              
34076              [ 17787]
34077              fix for:
34078              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
34079              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
34080              Date: 26 Aug 2002 15:01:36 -0000
34081              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
34082              
34083              [ 17789]
34084              Subject: Patch perlvar.pod
34085              From: mjd@plover.com
34086              Date: 27 Aug 2002 03:03:01 -0000
34087              Message-Id: <20020827030301.32481.qmail@plover.com>
34088              
34089              [ 17790]
34090              #17783 introduced an outdated test module, causing failure in
34091              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
34092              ExtUtils::MakeMaker.
34093              
34094              [ 17791]
34095              Missing MANIFEST files for #17783.
34096              
34097              [ 17797]
34098              Subject: Re: [perl #16677] B::SV::FLAGS dumps core
34099              From: Mark-Jason Dominus <mjd@plover.com>
34100              Date: Sun, 25 Aug 2002 22:31:54 -0400
34101              Message-ID: <20020826023154.22986.qmail@plover.com>
34102              
34103              [ 17798]
34104              Subject: [PATCH] posixify getppid on linux-multithread
34105              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34106              Date: Tue, 6 Aug 2002 21:56:46 +0200
34107              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
34108              
34109              [ 17799]
34110              Subject: Re: if.pm bug.
34111              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
34112              Date: Sun, 25 Aug 2002 00:27:59 +0200
34113              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
34114              
34115              [ 17800]
34116              Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
34117              From: Mark-Jason Dominus <mjd@plover.com>
34118              Date: Sun, 25 Aug 2002 12:09:53 -0400
34119              Message-ID: <20020825160953.15987.qmail@plover.com>
34120              
34121              [ 17801]
34122              Subject: [PATCH] ExtUtils::Constant 0.14
34123              From: Nicholas Clark <nick@unfortu.net>
34124              Date: Sun, 25 Aug 2002 18:06:00 +0100
34125              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
34126              
34127              [ 17802]
34128              Subject: [perl #16769] Documention bug
34129              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
34130              Date: 26 Aug 2002 10:01:04 -0000
34131              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
34132              
34133              [ 17803]
34134              Subject: [PATCH] AIX compiler setup sanity checking
34135              From: Jarkko Hietaniemi <jhi@iki.fi>
34136              Date: Thu, 29 Aug 2002 16:43:51 +0300
34137              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
34138              
34139              [ 17804]
34140              Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
34141              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34142              Date: Tue, 27 Aug 2002 23:36:53 +0200
34143              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
34144              
34145              [ 17805]
34146              Fix based on:
34147              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
34148              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
34149              Date: 27 Aug 2002 22:10:16 -0000
34150              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
34151              
34152              [ 17806]
34153              #17449 failed to apply the actual patch. This is it.
34154              
34155              [ 17807]
34156              Subject: [PATCH] IRIX + INSTALL
34157              From: Jarkko Hietaniemi <jhi@iki.fi>
34158              Date: Fri, 30 Aug 2002 06:31:48 +0300
34159              Message-Id: <20020830033148.GA874@lyta.hut.fi>
34160              
34161              [ 17808]
34162              Subject: [PATCH] Tru64 vs Berkeley DB
34163              From: Jarkko Hietaniemi <jhi@iki.fi>
34164              Date: Fri, 30 Aug 2002 06:56:38 +0300
34165              Message-Id: <20020830035638.GB874@lyta.hut.fi>
34166              
34167              [ 17810]
34168              Subject: [PATCH] Fixes to threads::shared when disabled
34169              From: Michael G Schwern <schwern@pobox.com>
34170              Date: Wed, 28 Aug 2002 06:04:18 -0700
34171              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
34172              
34173              [ 17811]
34174              Subject: Re: Recent changes on the HP porting center
34175              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34176              Date: Wed, 28 Aug 2002 17:39:27 +0200
34177              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
34178              
34179              [ 17812]
34180              Subject: [PATCH] typos in Hash::Util documentation
34181              From: Slaven Rezic <slaven.rezic@berlin.de>
34182              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
34183              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
34184              
34185              [ 17813]
34186              Subject: [PATCH] Re: glob names and Regexp type introspection
34187              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34188              Date: Thu, 29 Aug 2002 17:31:31 -0700
34189              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
34190              
34191              [ 17814]
34192              Subject: [PATCH] perlmod.pod nit
34193              From: Autrijus Tang <autrijus@autrijus.org>
34194              Date: Thu, 29 Aug 2002 03:49:34 +0800
34195              Message-ID: <20020828194934.GA12244@not.autrijus.org>
34196              
34197              [ 17816]
34198              Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
34199              From: "Brendan O'Dea" <bod@debian.org>
34200              Date: Thu, 29 Aug 2002 22:46:47 +1000
34201              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
34202              
34203              [ 17817]
34204              Subject: [PATCH] AUTHORS
34205              From: "Brendan O'Dea" <bod@debian.org>
34206              Date: Thu, 29 Aug 2002 22:49:34 +1000
34207              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
34208              
34209              [ 17818]
34210              add test related to change #17799:
34211              Subject: Re: if.pm bug.
34212              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
34213              Date: Thu, 29 Aug 2002 19:39:58 +0200
34214              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
34215              
34216              [ 17821]
34217              Advertise Linux::Pid.
34218              
34219              [ 17822]
34220              Some simple tests for the POSIX::isXXX() functions.
34221              
34222              [ 17823]
34223              Fix bug #16828.
34224              Add a few tests to ext/B/t/b.t, make it use Test::More.
34225              
34226              [ 17824]
34227              Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
34228              From: Richard Soderberg (via RT) <perlbug@perl.org>
34229              Date: 3 Sep 2002 18:48:54 -0000
34230              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
34231              
34232              Subject: [PATCH] A variety of README nitpicks.
34233              From: Richard Soderberg <rs@crystalflame.net>
34234              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
34235              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
34236              
34237              [ 17825]
34238              Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
34239              From: "John P. Linderman" <jpl@research.att.com>
34240              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
34241              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
34242              
34243              [ 17826]
34244              Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
34245              From: "Brendan O'Dea" <bod@debian.org>
34246              Date: Thu, 29 Aug 2002 22:42:39 +1000
34247              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
34248              
34249              [ 17827]
34250              Subject: [PATCH] OS/400 PASE port
34251              From: Jarkko Hietaniemi <jhi@iki.fi>
34252              Date: Thu, 29 Aug 2002 22:22:51 +0300
34253              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
34254              
34255              [ 17828]
34256              Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
34257              From: Michael G Schwern <schwern@pobox.com>
34258              Date: Fri, 30 Aug 2002 03:40:45 -0700
34259              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
34260              
34261              [ 17829]
34262              Subject: Correction for AUTHORS.html
34263              From: Sean Davis <dive@ender.com>
34264              Date: Fri, 30 Aug 2002 03:51:16 -0700
34265              Message-ID: <20020830035116.A18739@endersgame.net>
34266              
34267              [ 17830]
34268              update email address for Paul Marquess
34269              
34270              [ 17833]
34271              Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
34272              From: Jarkko Hietaniemi <jhi@iki.fi>
34273              Date: Sun, 1 Sep 2002 19:23:55 +0300
34274              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
34275              
34276              [ 17834]
34277              perldoc: allow arguments for pager
34278              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
34279              From: Chip Turner <cturner@redhat.com>
34280              Date: 02 Sep 2002 01:17:23 -0400
34281              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
34282              
34283              [ 17835]
34284              fix coredump after 64k-deep recursion
34285              Subject: Re: debugging coredump with -DD
34286              From: hv@crypt.org
34287              Date: Tue, 03 Sep 2002 14:34:20 +0100
34288              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
34289              
34290              [ 17836]
34291              Subject: [PATCH] DB_File 1.805
34292              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
34293              Date: Mon, 2 Sep 2002 23:56:40 +0100
34294              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
34295              
34296              [ 17837]
34297              Subject: [PATCH lib/Config.t] test grandfathered Config variables
34298              From: Michael G Schwern <schwern@pobox.com>
34299              Date: Mon, 2 Sep 2002 22:29:07 -0700
34300              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
34301              
34302              [ 17838]
34303              Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
34304              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
34305              Date: Tue, 3 Sep 2002 13:46:18 +0200
34306              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
34307              
34308              [ 17839]
34309              Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
34310              From: "Brendan O'Dea" <bod@debian.org>
34311              Date: Wed, 4 Sep 2002 02:36:10 +1000
34312              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
34313              
34314              [ 17840]
34315              Subject: [PATCH] File::Basename doesn't lazy load Carp right.
34316              and Subject: [PATCH] More modules that don't lazy load Carp right.
34317              From: Michael G Schwern <schwern@pobox.com>
34318              Date: Tue, 3 Sep 2002 17:21:57 -0700
34319              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
34320              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
34321              
34322              [ 17844]
34323              #17836 (DB_File-1.805) misses a couple of dTHX declarations
34324              
34325              [ 17845]
34326              Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
34327              
34328              [ 17846]
34329              Subject: Re: [PATCH] A variety of README nitpicks.
34330              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34331              Date: Wed, 04 Sep 2002 09:10:05 +0200
34332              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
34333              
34334              [ 17848]
34335              AUTHORS: preferred address for Allen Smith
34336              
34337              [ 17849]
34338              document setting the email address
34339              
34340              [ 17850]
34341              Subject: [PATCH] (mostly (Unicode)) pod nits
34342              From: Jarkko Hietaniemi <jhi@iki.fi>
34343              Date: Fri, 6 Sep 2002 06:01:57 +0300
34344              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
34345              
34346              [ 17859]
34347              Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
34348              From: Nicholas Clark <nick@unfortu.net>
34349              Date: Mon, 2 Sep 2002 23:22:32 +0100
34350              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
34351              
34352              [ 17860]
34353              #17859 misuses s/// return values
34354              
34355              [ 17861]
34356              Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
34357              From: Michael G Schwern <schwern@pobox.com>
34358              Date: Fri, 6 Sep 2002 14:03:16 -0700
34359              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
34360              
34361              [ 17862]
34362              Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
34363              From: Michael G Schwern <schwern@pobox.com>
34364              Date: Wed, 4 Sep 2002 11:38:01 -0700
34365              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
34366              
34367              [ 17863]
34368              setting PERL_CORE as in #17861 violates assumptions made by taint tests
34369              
34370              [ 17864]
34371              Subject: sv_2pv_flags and ROK and UTF8 flags
34372              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34373              Date: Wed, 04 Sep 2002 21:09:01 -0700
34374              Message-ID: <djtd9gzkgyLd092yn@efn.org>
34375              Date: Fri, 06 Sep 2002 09:23:03 -0700
34376              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
34377              
34378              [ 17865]
34379              Subject: Unicode::Collate 0.23 Released
34380              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34381              Date: Thu, 05 Sep 2002 23:28:32 +0900
34382              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
34383              
34384              [ 17866]
34385              Subject: [PATCH] OS/400 PASE symbol scan tweak
34386              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
34387              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
34388              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
34389              
34390              [ 17867]
34391              Subject: [PATCH] allow using hires time() in Benchmark
34392              From: Jarkko Hietaniemi <jhi@iki.fi>
34393              Date: Fri, 6 Sep 2002 00:38:11 +0300
34394              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
34395              
34396              [ 17868]
34397              small fix to perl58delta for MIME::QuotedPrint, from Jarkko
34398              
34399              [ 17869]
34400              Subject: [perl #17061] no strict 'garbage'
34401              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
34402              Date: 6 Sep 2002 19:31:02 -0000
34403              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
34404              Date: Sat, 07 Sep 2002 13:40:22 +0200
34405              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
34406              
34407              [ 17870]
34408              regularise whitespace and formatting in util.c
34409              
34410              [ 17871]
34411              Subject: [PATCH] tiddly tidy up for util.c
34412              From: Nicholas Clark <nick@unfortu.net>
34413              Date: Fri, 6 Sep 2002 23:00:14 +0100
34414              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
34415              
34416              [ 17874]
34417              Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
34418              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
34419              Date: Sat, 7 Sep 2002 05:25:45 -0400
34420              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
34421              
34422              [ 17875]
34423              Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
34424              From: Nicholas Clark <nick@unfortu.net>
34425              Date: Sun, 8 Sep 2002 15:46:44 +0100
34426              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
34427              
34428              Plus two other similar tweaks
34429              
34430              [ 17876]
34431              Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
34432              From: Abe Timmerman <abe@ztreet.demon.nl>
34433              Date: Mon, 9 Sep 2002 01:32:19 +0200
34434              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
34435              
34436              [ 17877]
34437              Subject: [PATCH] configpm
34438              From: Abe Timmerman <abe@ztreet.demon.nl>
34439              Date: Sun, 8 Sep 2002 17:21:19 +0200
34440              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
34441              
34442              [ 17878]
34443              small grammar fix in Benchmark docs
34444              
34445              [ 17879]
34446              Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
34447              From: Jarkko Hietaniemi <jhi@iki.fi>
34448              Date: Mon, 9 Sep 2002 00:07:46 +0300
34449              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
34450              
34451              [ 17880]
34452              integrate Math::BigInt-1.63
34453              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
34454              From: Tels <perl_dummy@bloodgate.com>
34455              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
34456              Message-Id: <200209082022.g88KMGY20194@crypt.org>
34457              
34458              [ 17881]
34459              Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
34460              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
34461              Date: Mon, 9 Sep 2002 01:48:08 -0400
34462              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
34463              
34464              [ 17883]
34465              Subject: [PATCH] Quieten warnings in Deparse.pm
34466              From: Paul Johnson <paul@pjcj.net>
34467              Date: Sun, 8 Sep 2002 23:50:11 +0200
34468              Message-ID: <20020908215011.GA879@pjcj.net>
34469              
34470              [ 17884]
34471              Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
34472              From: Nicholas Clark <nick@unfortu.net>
34473              Date: Sun, 8 Sep 2002 19:45:52 +0100
34474              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
34475              
34476              [ 17885]
34477              Subject: [PATCH] strict.pm pod at __END__
34478              From: Nicholas Clark <nick@unfortu.net>
34479              Date: Sun, 8 Sep 2002 22:36:09 +0100
34480              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
34481              
34482              [ 17886]
34483              Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
34484              From: Nicholas Clark <nick@unfortu.net>
34485              Date: Sun, 8 Sep 2002 23:05:54 +0100
34486              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
34487              
34488              [ 17887]
34489              Subject: Re: [PATCH] Quieten warnings in Deparse.pm
34490              From: Paul Johnson <paul@pjcj.net>
34491              Date: Mon, 9 Sep 2002 23:37:33 +0200
34492              Message-ID: <20020909213733.GD879@pjcj.net>
34493              
34494              [ 17888]
34495              New low-price HP servers
34496              
34497              [ 17892]
34498              Callback behaviour in hints
34499              Mon, 9 Sep 2002, Allen Smith
34500              
34501              [ 17897]
34502              Subject: [perl #17119] typo in utils/dprofpp.PL
34503              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
34504              Date: 10 Sep 2002 18:49:56 -0000
34505              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
34506              
34507              [ 17898]
34508              Fix bug #17006 : remove spurious do{} in the deparsing
34509              of s/.../.../e.
34510              
34511              [ 17899]
34512              Re: [perl #17170] NetBSD and useshrplib config option
34513              Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
34514              
34515              [ 17906]
34516              Fix pod/perlmodlib.PL (it wasn't generating a complete list
34517              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
34518              not all modules listed in perlmodlib are necessarily installed.
34519              Plus some corrections by Vincent Lefevre.
34520              
34521              [ 17907]
34522              Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
34523              From: Jarkko Hietaniemi <jhi@iki.fi>
34524              Date: Sun, 15 Sep 2002 18:02:17 +0300
34525              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
34526              
34527              [ 17908]
34528              Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
34529              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
34530              Date: 15 Sep 2002 19:06:56 -0000
34531              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
34532              
34533              [ 17909]
34534              Pod formatting nit, found by Merijn and Jos Boumans.
34535              
34536              [ 17910]
34537              Fix #17375 (rcatline didn't work on a formerly-defined undef) by
34538              checking for SvOK in do_readline().
34539              
34540              [ 17911]
34541              Typo fix.
34542              
34543              [ 17913]
34544              Subject: [PATCH perl@17882] file spec tweaks for VMS
34545              From: "Craig A. Berry" <craigberry@mac.com>
34546              Date: Wed, 18 Sep 2002 16:57:02 -0500
34547              Message-ID: <3D88F6AE.3020708@mac.com>
34548              
34549              [ 17914]
34550              Subject: [PATCH] PASE saga continues
34551              From: Jarkko Hietaniemi <jhi@iki.fi>
34552              Date: Thu, 19 Sep 2002 23:30:20 +0300
34553              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
34554              
34555              [ 17915]
34556              Patch #17914 was empty ; this should have been applied instead.
34557              
34558              [ 17916]
34559              Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
34560              From: "Brendan O'Dea" <bod@debian.org>
34561              Date: Tue, 10 Sep 2002 09:19:05 +1000
34562              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
34563              
34564              [ 17917]
34565              Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
34566              From: Slaven Rezic <slaven.rezic@berlin.de>
34567              Date: 11 Sep 2002 19:37:09 +0200
34568              Message-ID: <871y80a0my.fsf@vran.herceg.de>
34569              
34570              [ 17918]
34571              Subject: [PATCH] perldoc -f stat (perlfunc.pod)
34572              From: "Brendan O'Dea" <bod@debian.org>
34573              Date: Mon, 23 Sep 2002 22:45:40 +1000
34574              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
34575              
34576              [ 17921]
34577              add TODO tests for slow our() declaration
34578              Subject: Re: [perl #17376] Bug Report - our(%)
34579              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34580              Date: Thu, 19 Sep 2002 22:34:01 -0700
34581              Message-ID: <JNri9gzkgSBB092yn@efn.org>
34582              
34583              [ 17922]
34584              Subject: Re: [PATCH] spurious t/auto directory appears
34585              From: Michael G Schwern <schwern@pobox.com>
34586              Date: Fri, 13 Sep 2002 23:56:05 -0400
34587              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
34588              
34589              [ 17923]
34590              Subject: [PATCH] Re: Advice on coredump
34591              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34592              Date: Wed, 18 Sep 2002 22:14:57 +0200
34593              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
34594              
34595              [ 17925]
34596              Subject: [PATCH v2] enable -ansi -pedantic
34597              From: Jarkko Hietaniemi <jhi@iki.fi>
34598              Date: Wed, 18 Sep 2002 01:19:25 +0300
34599              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
34600              
34601              [ 17926]
34602              Subject: [PATCH] defuse installusrbinperl
34603              From: Jarkko Hietaniemi <jhi@iki.fi>
34604              Date: Thu, 19 Sep 2002 18:01:03 +0300
34605              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
34606              
34607              [ 17927]
34608              Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
34609              From: Marty Pauley <marty+p5p@kasei.com>
34610              Date: Fri, 20 Sep 2002 09:52:16 +0100
34611              Message-Id: 20020920085216.GC10512@soto.kasei.com
34612              
34613              [ 17928]
34614              Subject: [PATCH] bug in utf8.c(?)
34615              From: Marty Pauley <marty+p5p@kasei.com>
34616              Date: Fri, 20 Sep 2002 10:55:33 +0100
34617              Subject: [PATCH] bug in utf8.c(?)
34618              
34619              [ 17930]
34620              Subject: [perl #17445] Class::Struct patch: version number, examples
34621              From: Ken Neighbors (via RT) <perlbug@perl.org>
34622              Date: 19 Sep 2002 18:48:22 -0000 
34623              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
34624              
34625              [ 17931]
34626              Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
34627              From: Kay_Röpke <kay@dolphin-services.de>
34628              Date: Fri, 20 Sep 2002 16:09:08 +0200
34629              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
34630              
34631              [ 17932]
34632              #17931 checked for wrong constant
34633              
34634              [ 17933]
34635              Subject: [PATCH] perl #17453
34636              From: Jarkko Hietaniemi <jhi@iki.fi>
34637              Date: Fri, 20 Sep 2002 17:22:45 +0300
34638              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
34639              
34640              [ 17934]
34641              missing '.' in test from #17932
34642              
34643              [ 17935]
34644              Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
34645              From: Andy Lester <andy@petdance.com>
34646              Date: Fri, 20 Sep 2002 12:23:41 -0500
34647              Message-ID: <20020920172341.GA15672@petdance.com>
34648              
34649              [ 17936]
34650              Subject: [PATCH] configure.com -- don't exclude threads::shared
34651              From: "Craig A. Berry" <craigberry@mac.com>
34652              Date: Wed, 25 Sep 2002 17:14:33 -0500
34653              Message-ID: <3D923549.6050809@mac.com>
34654              
34655              [ 17938]
34656              Email address change for Stéphane Payrard
34657              
34658              [ 17939]
34659              Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
34660              From: Allen Smith (via RT) <perlbug@perl.org>
34661              Date: 13 Sep 2002 03:01:30 -0000
34662              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
34663              
34664              [ 17940]
34665              Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
34666              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34667              Date: Fri, 27 Sep 2002 13:52:18 +0200
34668              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
34669              
34670              [ 17941]
34671              Subject: [perl #16796] Configure script buglet
34672              From: "Amick, Eric" (via RT) <perlbug@perl.org>
34673              Date: 27 Aug 2002 20:09:29 -0000 
34674              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
34675              
34676              [ 17945]
34677              -Dgccansipedantic only for gcc 3+
34678              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
34679              
34680              [ 17947]
34681              Subject: Re: sv_2pv_flags and ROK and UTF8 flags
34682              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34683              Date: Wed, 11 Sep 2002 22:22:45 -0700
34684              Message-ID: <lSCg9gzkgymX092yn@efn.org>
34685              
34686              [ 17948]
34687              Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
34688              From: chromatic <chromatic@wgz.org>
34689              Date: Fri, 13 Sep 2002 14:26:08 -0700
34690              Message-Id: <200209131426.08116.chromatic@wgz.org>
34691              
34692              [ 17949]
34693              patch based on:
34694              Subject: Re: [perl #17376] Bug Report - our(%)
34695              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34696              Date: Mon, 30 Sep 2002 15:22:18 -0700
34697              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
34698              
34699              [ 17950]
34700              Add silly bandaid to stop segfaults on subsequent accesses to
34701              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
34702              (<$fred>).
34703              
34704              [ 17952]
34705              better handling of whitespace in autodoc declarations; fragment from:
34706              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
34707              From: Dave Mitchell <davem@fdgroup.com>
34708              Date: Wed, 25 Sep 2002 23:40:23 +0100
34709              Message-ID: <20020925234023.A20044@fdgroup.com>
34710              
34711              [ 17954]
34712              Subject: [PATCH] Re: perlio bug?
34713              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34714              Date: Wed, 25 Sep 2002 21:58:12 +0200
34715              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
34716              
34717              [ 17955]
34718              add precedence warning for bitwise docs
34719              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
34720              From: Mike Guy <mjtg@cam.ac.uk>
34721              Date: Thu, 26 Sep 2002 13:20:45 +0100
34722              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
34723              
34724              [ 17956]
34725              Devel::Peek tests from:
34726              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
34727              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34728              Date: Thu, 26 Sep 2002 22:16:39 -0700
34729              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
34730              
34731              [ 17957]
34732              document how to set APPLLIB_EXP
34733              Subject: Re: [perl #15957] error installing perl 5.8.0
34734              From: Andy Dougherty <doughera@lafayette.edu>
34735              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
34736              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
34737              
34738              [ 17958]
34739              missing quote from #17957
34740              
34741              [ 17959]
34742              Subject: [DOCPATCH] Unicode porting advice
34743              From: andreas.koenig@anima.de (Andreas J. Koenig)
34744              Date: Fri, 27 Sep 2002 15:30:16 +0200
34745              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
34746              
34747              [ 17961]
34748              Subject: Re: Hash::Util::lock_keys inhibits bless
34749              From: andreas.koenig@anima.de (Andreas J. Koenig)
34750              Date: Mon, 30 Sep 2002 17:24:06 +0200
34751              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
34752              
34753              [ 17962]
34754              Subject: [PATCH] no [] in tr///
34755              From: Jarkko Hietaniemi <jhi@iki.fi>
34756              Date: Wed, 2 Oct 2002 17:09:11 +0300
34757              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
34758              
34759              [ 17964]
34760              Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
34761              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34762              Date: Tue, 1 Oct 2002 23:34:35 +0200
34763              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
34764              
34765              [ 17965]
34766              op/tr.t test is affected by #17962
34767              
34768              [ 17966]
34769              Subject: [PATCH] retropatch
34770              From: Jarkko Hietaniemi <jhi@iki.fi>
34771              Date: Fri, 27 Sep 2002 03:51:34 +0300
34772              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
34773              
34774              [ 17967]
34775              Subject: [PATCH] reentrant buffers
34776              From: Jarkko Hietaniemi <jhi@iki.fi>
34777              Date: Fri, 27 Sep 2002 01:08:56 +0300
34778              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
34779              
34780              [ 17968]
34781              Subject: [PATCH] Re: speed of my
34782              From: Stephen McCamant <smcc@mit.edu>
34783              Date: Wed, 2 Oct 2002 21:48:59 -0400
34784              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
34785              
34786              [ 17972]
34787              Add a new warning, "Possible precedence problem on bitwise
34788              %c operator", triggerred when a bitwise op has a numeric
34789              comparison op as child.
34790              
34791              [ 17973]
34792              Change the warning message "%s trapped by operation mask"
34793              to include '' around the op name. Document it in perldiag.
34794              
34795              [ 17976]
34796              Fix bug #17744, suggested by Andreas Jurenda,
34797              tweaked by rgs (security hole in Safe).
34798              
34799              [ 17978]
34800              Upgrade to Attribute::Handlers 0.78
34801              
34802              [ 17979]
34803              Subject: [PATCH] fix typo in Tie::Array
34804              From: "Jos I. Boumans" <kane@cpan.org>
34805              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
34806              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
34807              
34808              [ 17981]
34809              Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
34810              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
34811              
34812              [ 17982]
34813              Correct mailing list archive URL
34814              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
34815              
34816              [ 17983]
34817              Tru64 and gcc and threads
34818              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
34819              
34820              [ 17984]
34821              Fix bug #17823 : non-modifying tr/// stringifies references
34822              
34823              [ 17985]
34824              Subject: Re: README.cygwin draft update
34825              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34826              Date: Mon, 07 Oct 2002 17:15:09 -0700
34827              Message-ID: <NOio9gzkg6oR092yn@efn.org>
34828              
34829              [ 17987]
34830              Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
34831              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
34832              Date: Mon, 9 Sep 2002 17:36:55 -0400
34833              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
34834              
34835              [ 17988]
34836              Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
34837              From: Nicholas Clark <nick@unfortu.net>
34838              Date: Sat, 28 Sep 2002 18:52:00 +0100
34839              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
34840              
34841              [ 17989]
34842              Subject: PATCH: lib/ExtUtils/typemap
34843              From: Brian Ingerson <ingy@ttul.org>
34844              Date: Sat, 28 Sep 2002 13:03:24 -0700
34845              Message-ID: <20020928130324.A16900@ttul.org>
34846              
34847              [ 17992]
34848              Subject: Re: Hash::Util::lock_keys inhibits bless
34849              From: andreas.koenig@anima.de (Andreas J. Koenig)
34850              Date: Fri, 04 Oct 2002 06:38:57 +0200
34851              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
34852              
34853              [ 17993]
34854              croak() is better written Perl_croak() in C code.
34855              
34856              [ 17994]
34857              Fix bug #17776 : memory corruption in qr/##/x
34858              
34859              [ 17995]
34860              Subject: [perl #17819] Typo in perltooc?
34861              From: Bob Wilkinson (via RT) <perlbug@perl.org>
34862              Date: 9 Oct 2002 09:50:40 -0000
34863              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
34864              
34865              Subject: [perl #17821] Typo in perltooc
34866              From: Bob Wilkinson (via RT) <perlbug@perl.org>
34867              Date: 9 Oct 2002 10:12:51 -0000
34868              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
34869              
34870              [ 17996]
34871              Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
34872              From: chromatic <chromatic@wgz.org>
34873              Date: Thu, 03 Oct 2002 22:56:54 -0700
34874              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
34875              
34876              [ 17997]
34877              Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
34878              From: Information Service <info@lingo.kiev.ua>
34879              Date: Wed, 09 Oct 2002 07:17:00 +0400
34880              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
34881              
34882              [ 17998]
34883              Fix bug #17771 : segfault with the 'for' statement modifier
34884              used inside a map or a grep.
34885              
34886              [ 17999]
34887              Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
34888              From: Jarkko Hietaniemi <jhi@iki.fi>
34889              Date: Fri, 4 Oct 2002 16:11:57 +0300
34890              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
34891              
34892              [ 18001]
34893              Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
34894              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34895              Date: Thu, 10 Oct 2002 14:28:55 -0700
34896              Message-ID: <XEfp9gzkgquV092yn@efn.org>
34897              
34898              [ 18002]
34899              Subject: [Encode] 1.77 Released
34900              From: Dan Kogai <dankogai@dan.co.jp>
34901              Date: Sun, 6 Oct 2002 12:52:52 +0900
34902              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
34903              
34904              [ 18003]
34905              Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
34906              and #18001.
34907              
34908              [ 18004]
34909              updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
34910              
34911              [ 18005]
34912              Subject: Re: Building bleadperl (minperl) fails completely under VC7
34913              From: Abe Timmerman <abeltje@cpan.org>
34914              Date: Tue, 8 Oct 2002 14:16:56 +0200
34915              Message-Id: <200210081416.56942.abeltje@cpan.org>
34916              
34917              [ 18007]
34918              Subject: [perl #17773] errors in c2ph(1) man page
34919              From: Eric Melville (via RT) <perlbug@perl.org>
34920              Date: 7 Oct 2002 02:58:34 -0000
34921              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
34922              
34923              [ 18009]
34924              Subject: [PATCH perldoc] For screaming hell's sake
34925              From: Simon Cozens <simon@netthink.co.uk>
34926              Date: Tue, 8 Oct 2002 11:13:07 +0100
34927              Message-ID: <20021008101307.GA8175@netthink.co.uk>
34928              
34929              [ 18010]
34930              Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
34931              From: Nicholas Clark <nick@unfortu.net>
34932              Date: Tue, 8 Oct 2002 21:52:53 +0100
34933              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
34934              
34935              [ 18011]
34936              Subject: [perl #17805] BUG: Grammar bug during Configure
34937              From: Richard Hitt (via RT) <perlbug@perl.org>
34938              Date: 8 Oct 2002 21:04:30 -0000
34939              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
34940              
34941              [ 18012]
34942              #18005 was not enough
34943              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
34944              From: Abe Timmerman <abeltje@cpan.org>
34945              Date: Sat, 12 Oct 2002 17:56:39 +0200
34946              Message-Id: <200210121756.39803.abeltje@cpan.org>
34947              
34948              [ 18013]
34949              Subject: [PATCH] for -Dm
34950              From: Slaven Rezic <slaven.rezic@berlin.de>
34951              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
34952              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
34953              
34954              [ 18015]
34955              The -0 command-line switch wasn't setting $/ at compile-time.
34956              Move the initialization of $/ just after switch parsing
34957              (it was done after yyparse().)
34958              
34959              [ 18016]
34960              Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
34961              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34962              Date: Sun, 13 Oct 2002 09:02:36 +0900
34963              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
34964              
34965              [ 18017]
34966              Subject: [PATCH] perlipc.pod
34967              From: Slaven Rezic <slaven.rezic@berlin.de>
34968              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
34969              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
34970              
34971              [ 18018]
34972              Subject: Re: [PATCH] cv.h: Comment update
34973              From: Paul Johnson <paul@pjcj.net>
34974              Date: Mon, 14 Oct 2002 20:00:50 +0200
34975              Message-ID: <20021014180050.GC7333@pjcj.net>
34976              
34977              [ 18020]
34978              prototype() didn't warn when used in void context.
34979              
34980              [ 18021]
34981              Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
34982              From: Slaven Rezic <slaven.rezic@berlin.de>
34983              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
34984              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
34985              
34986              [ 18022]
34987              Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
34988              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34989              Date: Tue, 15 Oct 2002 17:01:43 -0700
34990              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
34991              
34992              [ 18023]
34993              Subject: Re: [perl #17830] open FH, "<&", $fd
34994              From: Steve Grazzini <grazz@nyc.rr.com>
34995              Date: 11 Oct 2002 22:28:58 -0000
34996              Message-ID: <20021011222858.452.qmail@onion.perl.org>
34997              
34998              [ 18025]
34999              definition of MAXPATHLEN
35000              Subject: [PATCH] standard lawyerism
35001              From: Jarkko Hietaniemi <jhi@iki.fi>
35002              Date: Fri, 11 Oct 2002 02:48:26 +0300
35003              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
35004              
35005              [ 18028]
35006              Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
35007              From: Abe Timmerman <abe@ztreet.demon.nl>
35008              Date: Thu, 17 Oct 2002 23:38:34 +0200
35009              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
35010              
35011              [ 18029]
35012              minor tweaks in Porting/pumpkin.pod
35013              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
35014              
35015              [ 18033]
35016              Upgrade to Test.pm v1.23
35017              
35018              [ 18034]
35019              Update to Time::HiRes v1.38
35020              
35021              [ 18035]
35022              Subject: Re: [perl #17951] Strange UTF error
35023              From: Jarkko Hietaniemi <jhi@iki.fi>
35024              Date: Wed, 16 Oct 2002 18:50:51 +0300
35025              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
35026              
35027              [ 18036]
35028              Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
35029              From: Slaven Rezic <slaven.rezic@berlin.de>
35030              Date: 14 Oct 2002 09:37:18 +0200
35031              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
35032              
35033              [ 18037]
35034              Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
35035              From: Jarkko Hietaniemi <jhi@iki.fi>
35036              Date: Mon, 14 Oct 2002 14:49:54 +0300
35037              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
35038              
35039              [ 18038]
35040              Update to Net::Ping v2.23
35041              
35042              [ 18039]
35043              Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
35044              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
35045              Date: Tue, 15 Oct 2002 02:17:03 +0200
35046              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
35047              
35048              [ 18041]
35049              Subject: Re: [perl #18019] regex overoptimization
35050              From: hv@crypt.org
35051              Date: Mon, 21 Oct 2002 03:21:54 +0100
35052              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
35053              
35054              [ 18042]
35055              Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
35056              From: hv@crypt.org
35057              Date: Mon, 21 Oct 2002 11:27:40 +0100
35058              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
35059              
35060              [ 18044]
35061              Subject: [PATCH] Shell.pm object methods broken
35062              From: Dan Brook <dbrook@easyspace.com>
35063              Date: Thu, 17 Oct 2002 16:05:04 +0100
35064              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
35065              
35066              [ 18045]
35067              improve 'atomicity' wording
35068              
35069              [ 18046]
35070              Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
35071              From: Alain Barbet <alian@alianwebserver.com>
35072              Date: Fri, 18 Oct 2002 15:29:29 +0200
35073              Message-ID: <3DB00CB9.70708@alianwebserver.com>
35074              
35075              [ 18047]
35076              Subject: [PATCH] AutoLoader gives wrong message
35077              From: Peter Scott <peter@psdt.com>
35078              Date: Thu, 17 Oct 2002 19:54:56 -0700
35079              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
35080              
35081              [ 18049]
35082              Subject: [PATCH] perluniintro
35083              From: Jarkko Hietaniemi <jhi@iki.fi>
35084              Date: Sun, 20 Oct 2002 15:48:09 +0300
35085              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
35086              
35087              [ 18050]
35088              perlmodlib.pod nit suggested by David Dyck (bug #18055)
35089              Regenerate perlmodlib.pod
35090              
35091              [ 18051]
35092              Further tweaks to perluniintro.pod
35093              
35094              [ 18052]
35095              Further tweaks to perlmodlib.pod.
35096              Add a note about perllocal.pod, which wasn't documented.
35097              
35098              [ 18053]
35099              charnames pragma extended with :alias for customized
35100              unicode naming aliases
35101              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
35102              
35103              [ 18055]
35104              Reverse change #8066 and sense of test, to satisfy [perl #17763]
35105              
35106              [ 18056]
35107              Subject: [PATCH] B/C.pm: make $0 to argv[0] again
35108              From: Autrijus Tang <autrijus@autrijus.org>
35109              Date: Sat, 19 Oct 2002 17:51:57 +0800
35110              Message-ID: <20021019095157.GA430@not.autrijus.org>
35111              
35112              [ 18057]
35113              Subject: [Encode] 1.80 released
35114              From: Dan Kogai <dankogai@dan.co.jp>
35115              Date: Tue, 22 Oct 2002 05:47:16 +0900
35116              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
35117              
35118              [ 18058]
35119              Subject: The Inaba patch for tr/// vs. use encoding
35120              From: Dan Kogai <dankogai@dan.co.jp>
35121              Date: Mon, 21 Oct 2002 17:36:02 +0900
35122              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
35123              
35124              [ 18059]
35125              Subject: [perl #18036] perldoc refuses to run on BeOS
35126              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
35127              Date: 21 Oct 2002 10:18:50 -0000
35128              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
35129              
35130              [ 18060]
35131              2 lines of change #18039 had several problems
35132              
35133              [ 18062]
35134              Subject: [PATCH] DB_File 1.806
35135              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35136              Date: Tue, 22 Oct 2002 11:16:21 +0100
35137              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
35138              
35139              [ 18069]
35140              Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
35141              From: Nicholas Clark <nick@unfortu.net>
35142              Date: Sun, 27 Oct 2002 22:31:08 +0000
35143              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
35144              
35145              [ 18071]
35146              Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
35147              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35148              Date: Mon, 28 Oct 2002 12:53:52 -0000
35149              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
35150              
35151              [ 18072]
35152              Partial fix of bug [perl #17589] : prevent the parser to
35153              segfault when encountering the erroneous construct "sub;".
35154              
35155              [ 18073]
35156              Subject: [perl #18165] "0" fails as right-hand argument to ..
35157              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
35158              Date: 30 Oct 2002 17:27:53 -0000
35159              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
35160              
35161              (Fixed by making an exception for .."0" in pp_flop.)
35162              
35163              [ 18074]
35164              Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
35165              but "-4\n".."-0\n" is!
35166              From: Slaven Rezic <slaven.rezic@berlin.de>
35167              Date: 30 Oct 2002 16:22:36 +0100
35168              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
35169              
35170              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
35171              is not DWIM but "-4\n".."-0\n" is!
35172              From: "Orton, Yves" <yves.orton@mciworldcom.de>
35173              Date: Wed, 30 Oct 2002 11:59:31 -0000
35174              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
35175              
35176              (Applied over previous fix.)
35177              
35178              [ 18075]
35179              Adjust the number of tests in t/op/range.t
35180              
35181              [ 18076]
35182              Update to Scalar-List-Utils 1.08
35183              
35184              [ 18077]
35185              Subject: [PATCH lib/Config.*] Document and test Config::config_re().
35186              (with tweaks)
35187              From: Michael G Schwern <schwern@pobox.com>
35188              Date: Wed, 4 Sep 2002 12:06:08 -0700
35189              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
35190              
35191              [ 18078]
35192              avoid reliance on croak() prototype
35193      Branch: maint-5.8/perl
35194           +> (branch 34 files)
35195           !> (integrate 343 files)
35196 ____________________________________________________________________________
35197 [ 18079] By: jhi                                   on 2002/11/04  02:06:17
35198         Log: Integrate:
35199              
35200              [ 17639]
35201              It's all yours, Hugo.
35202              (Flip Changes as Changes5.8, start new Changes)
35203              
35204              [ 17644]
35205              Copy perldelta as perl58delta, purge the perldelta.
35206              
35207              The 17639 required editing to talk about 5.8.1 instead of
35208              5.9.X; the 17644 required manual resolving since perldelta
35209              was a bit confused between three Perl versions.
35210      Branch: maint-5.8/perl
35211           +> Changes5.8 pod/perl58delta.pod
35212           !> Changes MANIFEST pod/perldelta.pod
35213 ____________________________________________________________________________
35214 [ 18078] By: hv                                    on 2002/11/03  13:20:50
35215         Log: avoid reliance on croak() prototype
35216      Branch: perl
35217            ! lib/warnings.pm
35218 ____________________________________________________________________________
35219 [ 18077] By: hv                                    on 2002/11/03  13:18:17
35220         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
35221              (with tweaks)
35222              From: Michael G Schwern <schwern@pobox.com>
35223              Date: Wed, 4 Sep 2002 12:06:08 -0700
35224              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
35225      Branch: perl
35226            ! configpm lib/Config.t
35227 ____________________________________________________________________________
35228 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
35229         Log: Update to Scalar-List-Utils 1.08
35230      Branch: perl
35231            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
35232            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
35233            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
35234            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
35235            ! ext/List/Util/t/reduce.t
35236 ____________________________________________________________________________
35237 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
35238         Log: Adjust the number of tests in t/op/range.t
35239      Branch: perl
35240            ! t/op/range.t
35241 ____________________________________________________________________________
35242 [ 18074] By: ams                                   on 2002/10/30  22:30:32
35243         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
35244              but "-4\n".."-0\n" is!
35245              From: Slaven Rezic <slaven.rezic@berlin.de>
35246              Date: 30 Oct 2002 16:22:36 +0100
35247              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
35248              
35249              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
35250              is not DWIM but "-4\n".."-0\n" is!
35251              From: "Orton, Yves" <yves.orton@mciworldcom.de>
35252              Date: Wed, 30 Oct 2002 11:59:31 -0000
35253              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
35254              
35255              (Applied over previous fix.)
35256      Branch: perl
35257            ! pp_ctl.c t/op/range.t
35258 ____________________________________________________________________________
35259 [ 18073] By: ams                                   on 2002/10/30  19:47:12
35260         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
35261              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
35262              Date: 30 Oct 2002 17:27:53 -0000
35263              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
35264              
35265              (Fixed by making an exception for .."0" in pp_flop.)
35266      Branch: perl
35267            ! pp_ctl.c t/op/range.t
35268 ____________________________________________________________________________
35269 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
35270         Log: Partial fix of bug [perl #17589] : prevent the parser to
35271              segfault when encountering the erroneous construct "sub;".
35272      Branch: perl
35273            ! pod/perldiag.pod t/op/anonsub.t toke.c
35274 ____________________________________________________________________________
35275 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
35276         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
35277              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35278              Date: Mon, 28 Oct 2002 12:53:52 -0000
35279              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
35280      Branch: perl
35281            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
35282 ____________________________________________________________________________
35283 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
35284         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
35285              From: Nicholas Clark <nick@unfortu.net>
35286              Date: Sun, 27 Oct 2002 18:39:03 +0000
35287              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
35288      Branch: perl
35289            ! util.c
35290 ____________________________________________________________________________
35291 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
35292         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
35293              From: Nicholas Clark <nick@unfortu.net>
35294              Date: Sun, 27 Oct 2002 22:31:08 +0000
35295              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
35296      Branch: perl
35297            ! t/op/pack.t
35298 ____________________________________________________________________________
35299 [ 18068] By: merijn                                on 2002/10/27  17:57:15
35300         Log: Repair broken previous patch. I don't like it, but not repairing it
35301              breaks each and every build. Will teach me to test on the same
35302              machine where I patched it. Sorry.
35303      Branch: perl
35304            ! embed.pl
35305 ____________________________________________________________________________
35306 [ 18067] By: merijn                                on 2002/10/27  06:02:21
35307         Log: embed.pl doc. (embed.pl reorganization for doc headers)
35308              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
35309              With some additional modifications
35310      Branch: perl
35311            ! embed.pl
35312 ____________________________________________________________________________
35313 [ 18066] By: nick                                  on 2002/10/25  18:21:59
35314         Log: More mainline integrate (so I can diff)
35315      Branch: perlio
35316           !> README.irix README.tru64 lib/Net/Ping/t/450_service.t
35317 ____________________________________________________________________________
35318 [ 18065] By: nick                                  on 2002/10/25  18:20:42
35319         Log: Integrate mainline
35320      Branch: perlio
35321           +> ext/Encode/bin/ucmsort ext/Encode/t/rt.pl ext/IO/lib/IO/t/IO.t
35322           +> ext/Time/HiRes/typemap lib/Net/Ping/t/150_syn_inst.t
35323           +> lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/450_service.t
35324            - ext/Thread/thr5005.t
35325           !> (integrate 71 files)
35326 ____________________________________________________________________________
35327 [ 18064] By: merijn                                on 2002/10/25  11:47:07
35328         Log: The 5005thread todo list; 2 down 25 to go
35329      Branch: perl
35330            ! README.irix README.tru64
35331 ____________________________________________________________________________
35332 [ 18063] By: hv                                    on 2002/10/25  00:28:48
35333         Log: change #18038 gives too many problems on t/450_service.t; disable
35334              it for now
35335      Branch: perl
35336            ! lib/Net/Ping/t/450_service.t
35337 ____________________________________________________________________________
35338 [ 18062] By: hv                                    on 2002/10/25  00:21:17
35339         Log: Subject: [PATCH] DB_File 1.806
35340              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
35341              Date: Tue, 22 Oct 2002 11:16:21 +0100
35342              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
35343      Branch: perl
35344            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35345            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
35346            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
35347 ____________________________________________________________________________
35348 [ 18061] By: hv                                    on 2002/10/25  00:13:07
35349         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
35350              From: chromatic <chromatic@wgz.org>
35351              Date: Mon, 21 Oct 2002 20:27:43 -0700
35352              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
35353      Branch: perl
35354            + ext/IO/lib/IO/t/IO.t
35355            ! MANIFEST lib/Net/Ping/t/450_service.t
35356 ____________________________________________________________________________
35357 [ 18060] By: hv                                    on 2002/10/24  23:54:50
35358         Log: 2 lines of change #18039 had several problems
35359      Branch: perl
35360            ! ext/IO/IO.pm
35361 ____________________________________________________________________________
35362 [ 18059] By: hv                                    on 2002/10/24  23:46:29
35363         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
35364              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
35365              Date: 21 Oct 2002 10:18:50 -0000
35366              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
35367      Branch: perl
35368            ! utils/perldoc.PL
35369 ____________________________________________________________________________
35370 [ 18058] By: hv                                    on 2002/10/24  23:36:48
35371         Log: Subject: The Inaba patch for tr/// vs. use encoding
35372              From: Dan Kogai <dankogai@dan.co.jp>
35373              Date: Mon, 21 Oct 2002 17:36:02 +0900
35374              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
35375      Branch: perl
35376            ! mg.c regcomp.c sv.c toke.c
35377 ____________________________________________________________________________
35378 [ 18057] By: hv                                    on 2002/10/24  23:16:15
35379         Log: Subject: [Encode] 1.80 released
35380              From: Dan Kogai <dankogai@dan.co.jp>
35381              Date: Tue, 22 Oct 2002 05:47:16 +0900
35382              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
35383      Branch: perl
35384            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
35385            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
35386            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35387            ! ext/Encode/lib/Encode/MIME/Header.pm
35388            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
35389            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
35390            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
35391            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
35392 ____________________________________________________________________________
35393 [ 18056] By: hv                                    on 2002/10/24  22:48:06
35394         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
35395              From: Autrijus Tang <autrijus@autrijus.org>
35396              Date: Sat, 19 Oct 2002 17:51:57 +0800
35397              Message-ID: <20021019095157.GA430@not.autrijus.org>
35398      Branch: perl
35399            ! ext/B/B/C.pm
35400 ____________________________________________________________________________
35401 [ 18055] By: hv                                    on 2002/10/24  22:34:10
35402         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
35403      Branch: perl
35404            ! pp_sys.c t/run/fresh_perl.t
35405 ____________________________________________________________________________
35406 [ 18054] By: hv                                    on 2002/10/24  22:17:40
35407         Log: change #18030 needs the removal of ext/Thread/thr5005.t
35408      Branch: perl
35409            - ext/Thread/thr5005.t
35410 ____________________________________________________________________________
35411 [ 18053] By: merijn                                on 2002/10/24  08:20:09
35412         Log: charnames pragma extended with :alias for customized
35413              unicode naming aliases
35414              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
35415      Branch: perl
35416            ! lib/charnames.pm lib/charnames.t
35417 ____________________________________________________________________________
35418 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
35419         Log: Further tweaks to perlmodlib.pod.
35420              Add a note about perllocal.pod, which wasn't documented.
35421      Branch: perl
35422            ! pod/perlmodlib.PL pod/perlmodlib.pod
35423 ____________________________________________________________________________
35424 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
35425         Log: Further tweaks to perluniintro.pod
35426      Branch: perl
35427            ! pod/perluniintro.pod
35428 ____________________________________________________________________________
35429 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
35430         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
35431              Regenerate perlmodlib.pod
35432      Branch: perl
35433            ! pod/perlmodlib.PL pod/perlmodlib.pod
35434 ____________________________________________________________________________
35435 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
35436         Log: Subject: [PATCH] perluniintro
35437              From: Jarkko Hietaniemi <jhi@iki.fi>
35438              Date: Sun, 20 Oct 2002 15:48:09 +0300
35439              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
35440      Branch: perl
35441            ! pod/perluniintro.pod
35442 ____________________________________________________________________________
35443 [ 18048] By: hv                                    on 2002/10/22  17:04:26
35444         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
35445              From: Dave Mitchell <davem@fdgroup.com>
35446              Date: Fri, 18 Oct 2002 13:36:40 +0100
35447              Message-ID: <20021018133640.A19172@fdgroup.com>
35448      Branch: perl
35449            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
35450            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
35451            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
35452 ____________________________________________________________________________
35453 [ 18047] By: hv                                    on 2002/10/22  16:20:18
35454         Log: Subject: [PATCH] AutoLoader gives wrong message
35455              From: Peter Scott <peter@psdt.com>
35456              Date: Thu, 17 Oct 2002 19:54:56 -0700
35457              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
35458      Branch: perl
35459            ! lib/AutoLoader.pm
35460 ____________________________________________________________________________
35461 [ 18046] By: hv                                    on 2002/10/22  15:52:40
35462         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
35463              From: Alain Barbet <alian@alianwebserver.com>
35464              Date: Fri, 18 Oct 2002 15:29:29 +0200
35465              Message-ID: <3DB00CB9.70708@alianwebserver.com>
35466      Branch: perl
35467            ! README.win32 win32/makefile.mk win32/win32.c
35468 ____________________________________________________________________________
35469 [ 18045] By: hv                                    on 2002/10/22  15:47:21
35470         Log: improve 'atomicity' wording
35471      Branch: perl
35472            ! lib/filetest.pm
35473 ____________________________________________________________________________
35474 [ 18044] By: hv                                    on 2002/10/22  15:43:55
35475         Log: Subject: [PATCH] Shell.pm object methods broken
35476              From: Dan Brook <dbrook@easyspace.com>
35477              Date: Thu, 17 Oct 2002 16:05:04 +0100
35478              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
35479      Branch: perl
35480            ! lib/Shell.pm lib/Shell.t
35481 ____________________________________________________________________________
35482 [ 18043] By: nick                                  on 2002/10/21  17:50:44
35483         Log: Test UTF-8 encoded input to Encode::XS::decode and fix it.
35484      Branch: perlio
35485            ! ext/Encode/Encode.xs ext/Encode/t/mime-header.t
35486 ____________________________________________________________________________
35487 [ 18042] By: hv                                    on 2002/10/21  09:20:54
35488         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
35489              From: hv@crypt.org
35490              Date: Mon, 21 Oct 2002 11:27:40 +0100
35491              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
35492      Branch: perl
35493            ! t/lib/warnings/toke toke.c
35494 ____________________________________________________________________________
35495 [ 18041] By: hv                                    on 2002/10/21  01:14:48
35496         Log: Subject: Re: [perl #18019] regex overoptimization
35497              From: hv@crypt.org
35498              Date: Mon, 21 Oct 2002 03:21:54 +0100
35499              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
35500      Branch: perl
35501            ! regcomp.c t/op/re_tests
35502 ____________________________________________________________________________
35503 [ 18040] By: nick                                  on 2002/10/20  16:20:37
35504         Log: Handle case where octets are UTF-8 encoded
35505      Branch: perlio
35506            ! ext/Encode/Encode.xs
35507 ____________________________________________________________________________
35508 [ 18039] By: hv                                    on 2002/10/20  14:33:16
35509         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
35510              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
35511              Date: Tue, 15 Oct 2002 02:17:03 +0200
35512              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
35513      Branch: perl
35514            ! ext/IO/IO.pm
35515 ____________________________________________________________________________
35516 [ 18038] By: hv                                    on 2002/10/20  14:23:06
35517         Log: Update to Net::Ping v2.23
35518      Branch: perl
35519            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
35520            + lib/Net/Ping/t/450_service.t
35521            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
35522            ! lib/Net/Ping/t/200_ping_tcp.t
35523 ____________________________________________________________________________
35524 [ 18037] By: hv                                    on 2002/10/20  13:57:06
35525         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
35526              From: Jarkko Hietaniemi <jhi@iki.fi>
35527              Date: Mon, 14 Oct 2002 14:49:54 +0300
35528              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
35529      Branch: perl
35530            ! t/op/pack.t
35531 ____________________________________________________________________________
35532 [ 18036] By: hv                                    on 2002/10/20  13:43:56
35533         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
35534              From: Slaven Rezic <slaven.rezic@berlin.de>
35535              Date: 14 Oct 2002 09:37:18 +0200
35536              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
35537      Branch: perl
35538            ! pp_sys.c t/op/mkdir.t
35539 ____________________________________________________________________________
35540 [ 18035] By: hv                                    on 2002/10/20  13:39:09
35541         Log: Subject: Re: [perl #17951] Strange UTF error
35542              From: Jarkko Hietaniemi <jhi@iki.fi>
35543              Date: Wed, 16 Oct 2002 18:50:51 +0300
35544              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
35545      Branch: perl
35546            ! lib/utf8_heavy.pl t/run/fresh_perl.t
35547 ____________________________________________________________________________
35548 [ 18034] By: hv                                    on 2002/10/20  13:23:16
35549         Log: Update to Time::HiRes v1.38
35550      Branch: perl
35551            + ext/Time/HiRes/typemap
35552            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35553            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
35554            ! ext/Time/HiRes/Makefile.PL
35555 ____________________________________________________________________________
35556 [ 18033] By: hv                                    on 2002/10/20  13:12:25
35557         Log: Upgrade to Test.pm v1.23
35558      Branch: perl
35559            ! lib/Test.pm
35560 ____________________________________________________________________________
35561 [ 18032] By: nick                                  on 2002/10/20  12:36:16
35562         Log: Encode::utf8 encode/decode methods as XS that obeys
35563              same protocol as Encode::XS - allows :encoding(UTF-8)
35564              to cope with partial chars at end of buffer.
35565      Branch: perlio
35566            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35567            ! ext/PerlIO/t/encoding.t
35568 ____________________________________________________________________________
35569 [ 18031] By: nick                                  on 2002/10/20  09:06:00
35570         Log: Integrate mainline
35571      Branch: perlio
35572           +> ext/Safe/safe3.t lib/version.pm lib/version.t pad.c pad.h
35573           +> pod/perl573delta.pod t/comp/our.t
35574           !> (integrate 211 files)
35575 ____________________________________________________________________________
35576 [ 18030] By: merijn                                on 2002/10/19  14:10:21
35577         Log: Happy chainsaw stories; The removal of the 5005 threads
35578              Still imcomplete. Configure will follow
35579      Branch: perl
35580            ! MANIFEST NetWare/Makefile NetWare/config.wc
35581            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
35582            ! Porting/Glossary Porting/config.sh Porting/config_H
35583            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
35584            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
35585            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
35586            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
35587            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
35588            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
35589            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
35590            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
35591            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
35592            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
35593            ! win32/config.bc win32/config.gc win32/config.vc
35594            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
35595            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
35596            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
35597            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
35598            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
35599            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
35600            ! wince/win32thread.h wince/wincesck.c
35601 ____________________________________________________________________________
35602 [ 18029] By: merijn                                on 2002/10/18  07:28:21
35603         Log: minor tweaks in Porting/pumpkin.pod
35604              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
35605      Branch: perl
35606            ! Porting/pumpkin.pod
35607 ____________________________________________________________________________
35608 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
35609         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
35610              From: Abe Timmerman <abe@ztreet.demon.nl>
35611              Date: Thu, 17 Oct 2002 23:38:34 +0200
35612              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
35613      Branch: perl
35614            ! t/run/switches.t
35615 ____________________________________________________________________________
35616 [ 18027] By: hv                                    on 2002/10/17  14:39:27
35617         Log: Subject: Re: versions too accurate
35618              From: John Peacock <jpeacock@rowman.com>
35619              Date: Mon, 14 Oct 2002 22:36:48 -0400
35620              Message-ID: <3DAB7F40.1050200@rowman.com>
35621      Branch: perl
35622            ! lib/version.pm util.c
35623 ____________________________________________________________________________
35624 [ 18026] By: hv                                    on 2002/10/17  14:29:41
35625         Log: Subject: Re: [PATCH] Version object combined patch
35626              From: John Peacock <jpeacock@rowman.com>
35627              Date: Thu, 10 Oct 2002 21:23:01 -0400
35628              Message-ID: <3DA627F5.5050907@rowman.com>
35629      Branch: perl
35630            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
35631 ____________________________________________________________________________
35632 [ 18025] By: hv                                    on 2002/10/17  13:37:04
35633         Log: definition of MAXPATHLEN
35634              Subject: [PATCH] standard lawyerism
35635              From: Jarkko Hietaniemi <jhi@iki.fi>
35636              Date: Fri, 11 Oct 2002 02:48:26 +0300
35637              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
35638      Branch: perl
35639            ! perl.h
35640 ____________________________________________________________________________
35641 [ 18024] By: hv                                    on 2002/10/17  13:34:01
35642         Log: Subject: Re: [perl #17061] no strict 'garbage'
35643              From: Slaven Rezic <slaven.rezic@berlin.de>
35644              Date: 10 Oct 2002 16:23:22 +0200
35645              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
35646      Branch: perl
35647            ! ext/Storable/Storable.pm
35648 ____________________________________________________________________________
35649 [ 18023] By: hv                                    on 2002/10/17  12:56:28
35650         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
35651              From: Steve Grazzini <grazz@nyc.rr.com>
35652              Date: 11 Oct 2002 22:28:58 -0000
35653              Message-ID: <20021011222858.452.qmail@onion.perl.org>
35654      Branch: perl
35655            ! doio.c t/io/open.t
35656 ____________________________________________________________________________
35657 [ 18022] By: hv                                    on 2002/10/17  12:24:42
35658         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
35659              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35660              Date: Tue, 15 Oct 2002 17:01:43 -0700
35661              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
35662      Branch: perl
35663            ! t/op/assignwarn.t
35664 ____________________________________________________________________________
35665 [ 18021] By: hv                                    on 2002/10/17  11:28:38
35666         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
35667              From: Slaven Rezic <slaven.rezic@berlin.de>
35668              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
35669              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
35670      Branch: perl
35671            ! Porting/pumpkin.pod
35672 ____________________________________________________________________________
35673 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
35674         Log: prototype() didn't warn when used in void context.
35675      Branch: perl
35676            ! op.c t/lib/warnings/op
35677 ____________________________________________________________________________
35678 [ 18019] By: ams                                   on 2002/10/15  20:54:53
35679         Log: Subject: Japanese translation of Storable
35680              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
35681              Date: Tue, 15 Oct 2002 06:31:01 +0900
35682              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
35683      Branch: perl
35684            ! ext/Storable/README
35685 ____________________________________________________________________________
35686 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
35687         Log: Subject: Re: [PATCH] cv.h: Comment update
35688              From: Paul Johnson <paul@pjcj.net>
35689              Date: Mon, 14 Oct 2002 20:00:50 +0200
35690              Message-ID: <20021014180050.GC7333@pjcj.net>
35691      Branch: perl
35692            ! cv.h
35693 ____________________________________________________________________________
35694 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
35695         Log: Subject: [PATCH] perlipc.pod
35696              From: Slaven Rezic <slaven.rezic@berlin.de>
35697              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
35698              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
35699      Branch: perl
35700            ! pod/perlipc.pod
35701 ____________________________________________________________________________
35702 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
35703         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
35704              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35705              Date: Sun, 13 Oct 2002 09:02:36 +0900
35706              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
35707      Branch: perl
35708            ! pod/perlunicode.pod
35709 ____________________________________________________________________________
35710 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
35711         Log: The -0 command-line switch wasn't setting $/ at compile-time.
35712              Move the initialization of $/ just after switch parsing
35713              (it was done after yyparse().)
35714      Branch: perl
35715            ! perl.c t/run/switches.t
35716 ____________________________________________________________________________
35717 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
35718         Log: Subject: Re: [PATCH] perl573delta delinting
35719              From: Philip Newton <Philip.Newton@gmx.net>
35720              Date: Sat, 12 Oct 2002 21:25:49 +0200
35721              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
35722      Branch: perl
35723            ! pod/perl573delta.pod
35724 ____________________________________________________________________________
35725 [ 18013] By: hv                                    on 2002/10/12  15:41:50
35726         Log: Subject: [PATCH] for -Dm
35727              From: Slaven Rezic <slaven.rezic@berlin.de>
35728              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
35729              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
35730      Branch: perl
35731            ! malloc.c
35732 ____________________________________________________________________________
35733 [ 18012] By: hv                                    on 2002/10/12  15:39:49
35734         Log: #18005 was not enough
35735              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
35736              From: Abe Timmerman <abeltje@cpan.org>
35737              Date: Sat, 12 Oct 2002 17:56:39 +0200
35738              Message-Id: <200210121756.39803.abeltje@cpan.org>
35739      Branch: perl
35740            ! win32/makefile.mk
35741 ____________________________________________________________________________
35742 [ 18011] By: hv                                    on 2002/10/12  15:36:43
35743         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
35744              From: Richard Hitt (via RT) <perlbug@perl.org>
35745              Date: 8 Oct 2002 21:04:30 -0000
35746              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
35747      Branch: perl
35748            ! Configure
35749 ____________________________________________________________________________
35750 [ 18010] By: hv                                    on 2002/10/12  15:31:06
35751         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
35752              From: Nicholas Clark <nick@unfortu.net>
35753              Date: Tue, 8 Oct 2002 21:52:53 +0100
35754              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
35755      Branch: perl
35756            ! pod/perldiag.pod pp_pack.c t/op/pack.t
35757 ____________________________________________________________________________
35758 [ 18009] By: hv                                    on 2002/10/12  15:12:18
35759         Log: Subject: [PATCH perldoc] For screaming hell's sake
35760              From: Simon Cozens <simon@netthink.co.uk>
35761              Date: Tue, 8 Oct 2002 11:13:07 +0100
35762              Message-ID: <20021008101307.GA8175@netthink.co.uk>
35763      Branch: perl
35764            ! utils/perldoc.PL
35765 ____________________________________________________________________________
35766 [ 18008] By: hv                                    on 2002/10/12  14:38:19
35767         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
35768              From: Nicholas Clark <nick@unfortu.net>
35769              Date: Mon, 7 Oct 2002 23:35:34 +0100
35770              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
35771      Branch: perl
35772            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
35773            ! ext/Storable/README ext/Storable/Storable.pm
35774            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
35775            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
35776            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
35777 ____________________________________________________________________________
35778 [ 18007] By: hv                                    on 2002/10/12  14:22:36
35779         Log: Subject: [perl #17773] errors in c2ph(1) man page
35780              From: Eric Melville (via RT) <perlbug@perl.org>
35781              Date: 7 Oct 2002 02:58:34 -0000
35782              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
35783      Branch: perl
35784            ! utils/c2ph.PL
35785 ____________________________________________________________________________
35786 [ 18006] By: hv                                    on 2002/10/12  14:19:55
35787         Log: Subject: [PATCH pad.c] Re: closure failures
35788              From: Dave Mitchell <davem@fdgroup.com>
35789              Date: Mon, 7 Oct 2002 02:42:13 +0100
35790              Message-ID: <20021007024213.B29760@fdgroup.com>
35791      Branch: perl
35792            ! pad.c
35793 ____________________________________________________________________________
35794 [ 18005] By: hv                                    on 2002/10/12  14:17:07
35795         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
35796              From: Abe Timmerman <abeltje@cpan.org>
35797              Date: Tue, 8 Oct 2002 14:16:56 +0200
35798              Message-Id: <200210081416.56942.abeltje@cpan.org>
35799      Branch: perl
35800            ! win32/Makefile
35801 ____________________________________________________________________________
35802 [ 18004] By: hv                                    on 2002/10/12  14:06:59
35803         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
35804      Branch: perl
35805            ! hints/darwin.sh
35806 ____________________________________________________________________________
35807 [ 18003] By: hv                                    on 2002/10/12  13:48:34
35808         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
35809              and #18001.
35810      Branch: perl
35811            ! ext/Devel/Peek/Peek.t
35812 ____________________________________________________________________________
35813 [ 18002] By: hv                                    on 2002/10/11  23:22:56
35814         Log: Subject: [Encode] 1.77 Released
35815              From: Dan Kogai <dankogai@dan.co.jp>
35816              Date: Sun, 6 Oct 2002 12:52:52 +0900
35817              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
35818      Branch: perl
35819            ! ext/Encode/Changes ext/Encode/Encode.pm
35820            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
35821            ! ext/Encode/lib/Encode/Alias.pm
35822            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
35823            ! ext/Encode/ucm/big5-eten.ucm
35824 ____________________________________________________________________________
35825 [ 18001] By: hv                                    on 2002/10/11  22:52:43
35826         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
35827              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35828              Date: Thu, 10 Oct 2002 14:28:55 -0700
35829              Message-ID: <XEfp9gzkgquV092yn@efn.org>
35830      Branch: perl
35831            ! ext/Devel/Peek/Peek.t
35832 ____________________________________________________________________________
35833 [ 18000] By: hv                                    on 2002/10/11  22:30:36
35834         Log: Subject: [PATCH] perl573delta delinting
35835              From: Jarkko Hietaniemi <jhi@iki.fi>
35836              Date: Fri, 4 Oct 2002 16:19:31 +0300
35837              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
35838      Branch: perl
35839            ! pod/perl573delta.pod
35840 ____________________________________________________________________________
35841 [ 17999] By: hv                                    on 2002/10/11  22:28:36
35842         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
35843              From: Jarkko Hietaniemi <jhi@iki.fi>
35844              Date: Fri, 4 Oct 2002 16:11:57 +0300
35845              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
35846      Branch: perl
35847            ! pod/perldiag.pod reentr.c reentr.pl
35848 ____________________________________________________________________________
35849 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
35850         Log: Fix bug #17771 : segfault with the 'for' statement modifier
35851              used inside a map or a grep.
35852      Branch: perl
35853            ! pp_ctl.c t/op/grep.t
35854 ____________________________________________________________________________
35855 [ 17997] By: hv                                    on 2002/10/11  12:10:39
35856         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
35857              From: Information Service <info@lingo.kiev.ua>
35858              Date: Wed, 09 Oct 2002 07:17:00 +0400
35859              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
35860      Branch: perl
35861            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
35862 ____________________________________________________________________________
35863 [ 17996] By: hv                                    on 2002/10/11  11:55:53
35864         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
35865              From: chromatic <chromatic@wgz.org>
35866              Date: Thu, 03 Oct 2002 22:56:54 -0700
35867              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
35868      Branch: perl
35869            ! lib/AutoLoader.pm lib/AutoLoader.t
35870 ____________________________________________________________________________
35871 [ 17995] By: ams                                   on 2002/10/11  05:24:20
35872         Log: Subject: [perl #17819] Typo in perltooc?
35873              From: Bob Wilkinson (via RT) <perlbug@perl.org>
35874              Date: 9 Oct 2002 09:50:40 -0000
35875              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
35876              
35877              Subject: [perl #17821] Typo in perltooc
35878              From: Bob Wilkinson (via RT) <perlbug@perl.org>
35879              Date: 9 Oct 2002 10:12:51 -0000
35880              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
35881      Branch: perl
35882            ! pod/perltooc.pod
35883 ____________________________________________________________________________
35884 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
35885         Log: Fix bug #17776 : memory corruption in qr/##/x
35886      Branch: perl
35887            ! sv.c t/op/pat.t
35888 ____________________________________________________________________________
35889 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
35890         Log: croak() is better written Perl_croak() in C code.
35891      Branch: perl
35892            ! util.c
35893 ____________________________________________________________________________
35894 [ 17992] By: hv                                    on 2002/10/10  11:29:12
35895         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
35896              From: andreas.koenig@anima.de (Andreas J. Koenig)
35897              Date: Fri, 04 Oct 2002 06:38:57 +0200
35898              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
35899      Branch: perl
35900            ! lib/Hash/Util.pm
35901 ____________________________________________________________________________
35902 [ 17991] By: hv                                    on 2002/10/10  11:20:41
35903         Log: new files lib/version.pm and lib/version.t for change #17990.
35904      Branch: perl
35905            + lib/version.pm lib/version.t
35906 ____________________________________________________________________________
35907 [ 17990] By: hv                                    on 2002/10/10  11:19:57
35908         Log: Subject: [PATCH] Version object combined patch
35909              From: John Peacock <jpeacock@rowman.com>
35910              Date: Fri, 04 Oct 2002 23:15:10 -0400
35911              Message-ID: <3D9E593E.1060605@rowman.com>
35912      Branch: perl
35913            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
35914            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
35915 ____________________________________________________________________________
35916 [ 17989] By: hv                                    on 2002/10/10  10:48:42
35917         Log: Subject: PATCH: lib/ExtUtils/typemap
35918              From: Brian Ingerson <ingy@ttul.org>
35919              Date: Sat, 28 Sep 2002 13:03:24 -0700
35920              Message-ID: <20020928130324.A16900@ttul.org>
35921      Branch: perl
35922            ! lib/ExtUtils/typemap
35923 ____________________________________________________________________________
35924 [ 17988] By: hv                                    on 2002/10/10  10:45:19
35925         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
35926              From: Nicholas Clark <nick@unfortu.net>
35927              Date: Sat, 28 Sep 2002 18:52:00 +0100
35928              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
35929      Branch: perl
35930            ! lib/Exporter.t lib/Exporter/Heavy.pm
35931 ____________________________________________________________________________
35932 [ 17987] By: hv                                    on 2002/10/10  10:27:40
35933         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
35934              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
35935              Date: Mon, 9 Sep 2002 17:36:55 -0400
35936              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
35937      Branch: perl
35938            ! pod/perlfunc.pod
35939 ____________________________________________________________________________
35940 [ 17986] By: hv                                    on 2002/10/10  09:51:24
35941         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
35942              for Storable tests to match.
35943      Branch: perl
35944            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
35945 ____________________________________________________________________________
35946 [ 17985] By: hv                                    on 2002/10/10  09:27:00
35947         Log: Subject: Re: README.cygwin draft update
35948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35949              Date: Mon, 07 Oct 2002 17:15:09 -0700
35950              Message-ID: <NOio9gzkg6oR092yn@efn.org>
35951      Branch: perl
35952            ! README.cygwin pod/perl58delta.pod
35953 ____________________________________________________________________________
35954 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
35955         Log: Fix bug #17823 : non-modifying tr/// stringifies references
35956      Branch: perl
35957            ! doop.c t/op/tr.t
35958 ____________________________________________________________________________
35959 [ 17983] By: merijn                                on 2002/10/09  12:22:26
35960         Log: Tru64 and gcc and threads
35961              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
35962      Branch: perl
35963            ! thread.h
35964 ____________________________________________________________________________
35965 [ 17982] By: merijn                                on 2002/10/09  10:34:40
35966         Log: Correct mailing list archive URL
35967              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
35968      Branch: perl
35969            ! Porting/pumpkin.pod
35970 ____________________________________________________________________________
35971 [ 17981] By: merijn                                on 2002/10/09  04:49:06
35972         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
35973              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
35974      Branch: perl
35975            ! Porting/pumpkin.pod
35976 ____________________________________________________________________________
35977 [ 17980] By: sky                                   on 2002/10/06  15:40:56
35978         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
35979              Fix testcases to run properly outside perl core build enviroment.
35980      Branch: perl
35981            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
35982            ! ext/Safe/safe3.t
35983 ____________________________________________________________________________
35984 [ 17979] By: sky                                   on 2002/10/06  07:03:19
35985         Log: Subject: [PATCH] fix typo in Tie::Array
35986              From: "Jos I. Boumans" <kane@cpan.org>
35987              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
35988              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
35989      Branch: perl
35990            ! lib/Tie/Array.pm
35991 ____________________________________________________________________________
35992 [ 17978] By: sky                                   on 2002/10/05  04:44:10
35993         Log: Upgrade to Attribute::Handlers 0.78
35994      Branch: perl
35995            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
35996            ! lib/Attribute/Handlers/README
35997 ____________________________________________________________________________
35998 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
35999         Log: Complement to change #17976 :
36000              there was a similar bug on rdo().
36001              Increment $Safe::VERSION.
36002      Branch: perl
36003            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
36004 ____________________________________________________________________________
36005 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
36006         Log: Fix bug #17744, suggested by Andreas Jurenda,
36007              tweaked by rgs (security hole in Safe).
36008      Branch: perl
36009            + ext/Safe/safe3.t
36010            ! MANIFEST ext/Opcode/Safe.pm
36011 ____________________________________________________________________________
36012 [ 17975] By: merijn                                on 2002/10/04  13:30:17
36013         Log: Non ANSI feature detection in enum
36014      Branch: perl
36015            ! pad.h
36016 ____________________________________________________________________________
36017 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
36018         Log: Fix a precedence problem.
36019      Branch: perl
36020            ! ext/Storable/t/integer.t
36021 ____________________________________________________________________________
36022 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
36023         Log: Change the warning message "%s trapped by operation mask"
36024              to include '' around the op name. Document it in perldiag.
36025      Branch: perl
36026            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
36027            ! pod/perldiag.pod
36028 ____________________________________________________________________________
36029 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
36030         Log: Add a new warning, "Possible precedence problem on bitwise
36031              %c operator", triggerred when a bitwise op has a numeric
36032              comparison op as child.
36033      Branch: perl
36034            ! op.c pod/perldiag.pod t/lib/warnings/op
36035 ____________________________________________________________________________
36036 [ 17971] By: ams                                   on 2002/10/03  11:03:41
36037         Log: Subject: Re: Not OK 17969
36038              From: Slaven Rezic <slaven.rezic@berlin.de>
36039              Date: 03 Oct 2002 13:12:58 +0200
36040              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
36041      Branch: perl
36042            ! ext/Storable/Storable.pm ext/Storable/t/code.t
36043            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
36044            ! ext/Storable/t/malice.t
36045 ____________________________________________________________________________
36046 [ 17970] By: ams                                   on 2002/10/03  02:21:15
36047         Log: Add a line about 2.05.
36048      Branch: perl
36049            ! ext/Storable/ChangeLog
36050 ____________________________________________________________________________
36051 [ 17969] By: ams                                   on 2002/10/03  02:12:27
36052         Log: Subject: [PATCH] Storable and code serialization: documentation
36053              From: Slaven Rezic <slaven.rezic@berlin.de>
36054              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
36055              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
36056      Branch: perl
36057            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
36058            ! ext/Storable/t/code.t
36059 ____________________________________________________________________________
36060 [ 17968] By: ams                                   on 2002/10/03  01:40:51
36061         Log: Subject: [PATCH] Re: speed of my
36062              From: Stephen McCamant <smcc@mit.edu>
36063              Date: Wed, 2 Oct 2002 21:48:59 -0400
36064              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
36065      Branch: perl
36066            ! pp.c
36067 ____________________________________________________________________________
36068 [ 17967] By: hv                                    on 2002/10/02  15:04:57
36069         Log: Subject: [PATCH] reentrant buffers
36070              From: Jarkko Hietaniemi <jhi@iki.fi>
36071              Date: Fri, 27 Sep 2002 01:08:56 +0300
36072              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
36073      Branch: perl
36074            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
36075 ____________________________________________________________________________
36076 [ 17966] By: hv                                    on 2002/10/02  14:46:52
36077         Log: Subject: [PATCH] retropatch
36078              From: Jarkko Hietaniemi <jhi@iki.fi>
36079              Date: Fri, 27 Sep 2002 03:51:34 +0300
36080              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
36081      Branch: perl
36082            + pod/perl573delta.pod
36083            ! MANIFEST pod/buildtoc.PL pod/perl.pod
36084 ____________________________________________________________________________
36085 [ 17965] By: hv                                    on 2002/10/02  14:42:21
36086         Log: op/tr.t test is affected by #17962
36087      Branch: perl
36088            ! t/op/tr.t
36089 ____________________________________________________________________________
36090 [ 17964] By: hv                                    on 2002/10/02  14:38:59
36091         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
36092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36093              Date: Tue, 1 Oct 2002 23:34:35 +0200
36094              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
36095      Branch: perl
36096            ! t/op/override.t toke.c
36097 ____________________________________________________________________________
36098 [ 17963] By: hv                                    on 2002/10/02  14:15:22
36099         Log: Subject: Re: [perl #17376] Bug Report - our(%)
36100              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36101              Date: Tue, 01 Oct 2002 09:54:30 -0700
36102              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
36103      Branch: perl
36104            ! op.c pp_hot.c t/comp/our.t
36105 ____________________________________________________________________________
36106 [ 17962] By: ams                                   on 2002/10/02  14:10:07
36107         Log: Subject: [PATCH] no [] in tr///
36108              From: Jarkko Hietaniemi <jhi@iki.fi>
36109              Date: Wed, 2 Oct 2002 17:09:11 +0300
36110              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
36111      Branch: perl
36112            ! pod/perldiag.pod toke.c
36113 ____________________________________________________________________________
36114 [ 17961] By: hv                                    on 2002/10/02  14:09:11
36115         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
36116              From: andreas.koenig@anima.de (Andreas J. Koenig)
36117              Date: Mon, 30 Sep 2002 17:24:06 +0200
36118              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
36119      Branch: perl
36120            ! lib/Hash/Util.pm
36121 ____________________________________________________________________________
36122 [ 17959] By: hv                                    on 2002/10/02  14:06:29
36123         Log: Subject: [DOCPATCH] Unicode porting advice
36124              From: andreas.koenig@anima.de (Andreas J. Koenig)
36125              Date: Fri, 27 Sep 2002 15:30:16 +0200
36126              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
36127      Branch: perl
36128            ! pod/perlunicode.pod
36129 ____________________________________________________________________________
36130 [ 17958] By: hv                                    on 2002/10/02  13:57:06
36131         Log: missing quote from #17957
36132      Branch: perl
36133            ! Porting/pumpkin.pod
36134 ____________________________________________________________________________
36135 [ 17957] By: hv                                    on 2002/10/02  13:55:56
36136         Log: document how to set APPLLIB_EXP
36137              Subject: Re: [perl #15957] error installing perl 5.8.0
36138              From: Andy Dougherty <doughera@lafayette.edu>
36139              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
36140              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
36141      Branch: perl
36142            ! Porting/pumpkin.pod
36143 ____________________________________________________________________________
36144 [ 17956] By: hv                                    on 2002/10/02  13:51:12
36145         Log: Devel::Peek tests from:
36146              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
36147              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36148              Date: Thu, 26 Sep 2002 22:16:39 -0700
36149              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
36150      Branch: perl
36151            ! ext/Devel/Peek/Peek.t
36152 ____________________________________________________________________________
36153 [ 17955] By: hv                                    on 2002/10/02  13:43:26
36154         Log: add precedence warning for bitwise docs
36155              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
36156              From: Mike Guy <mjtg@cam.ac.uk>
36157              Date: Thu, 26 Sep 2002 13:20:45 +0100
36158              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
36159      Branch: perl
36160            ! pod/perlop.pod
36161 ____________________________________________________________________________
36162 [ 17954] By: hv                                    on 2002/10/02  13:18:01
36163         Log: Subject: [PATCH] Re: perlio bug?
36164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36165              Date: Wed, 25 Sep 2002 21:58:12 +0200
36166              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
36167      Branch: perl
36168            ! doio.c pod/perldiag.pod t/lib/warnings/doio
36169 ____________________________________________________________________________
36170 [ 17953] By: hv                                    on 2002/10/02  12:55:29
36171         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
36172              From: Dave Mitchell <davem@fdgroup.com>
36173              Date: Wed, 25 Sep 2002 23:40:23 +0100
36174              Message-ID: <20020925234023.A20044@fdgroup.com>
36175      Branch: perl
36176            + pad.c pad.h
36177            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
36178            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
36179            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
36180            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
36181            ! proto.h scope.c sv.c toke.c
36182 ____________________________________________________________________________
36183 [ 17952] By: hv                                    on 2002/10/02  11:23:38
36184         Log: better handling of whitespace in autodoc declarations; fragment from:
36185              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
36186              From: Dave Mitchell <davem@fdgroup.com>
36187              Date: Wed, 25 Sep 2002 23:40:23 +0100
36188              Message-ID: <20020925234023.A20044@fdgroup.com>
36189      Branch: perl
36190            ! autodoc.pl
36191 ____________________________________________________________________________
36192 [ 17951] By: merijn                                on 2002/10/02  09:15:18
36193         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
36194              Thu, 25 Jul 2002, Andy Dougherty
36195      Branch: perl
36196            ! Configure Policy_sh.SH
36197 ____________________________________________________________________________
36198 [ 17950] By: ams                                   on 2002/10/02  03:43:41
36199         Log: Add silly bandaid to stop segfaults on subsequent accesses to
36200              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
36201              (<$fred>).
36202      Branch: perl
36203            ! op.c
36204 ____________________________________________________________________________
36205 [ 17949] By: hv                                    on 2002/10/01  08:49:02
36206         Log: patch based on:
36207              Subject: Re: [perl #17376] Bug Report - our(%)
36208              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36209              Date: Mon, 30 Sep 2002 15:22:18 -0700
36210              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
36211      Branch: perl
36212            ! op.c
36213 ____________________________________________________________________________
36214 [ 17948] By: hv                                    on 2002/10/01  08:26:44
36215         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
36216              From: chromatic <chromatic@wgz.org>
36217              Date: Fri, 13 Sep 2002 14:26:08 -0700
36218              Message-Id: <200209131426.08116.chromatic@wgz.org>
36219      Branch: perl
36220            ! lib/AutoLoader.pm
36221 ____________________________________________________________________________
36222 [ 17947] By: hv                                    on 2002/10/01  08:10:21
36223         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
36224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36225              Date: Wed, 11 Sep 2002 22:22:45 -0700
36226              Message-ID: <lSCg9gzkgymX092yn@efn.org>
36227      Branch: perl
36228            ! dump.c mg.h regexec.c sv.c t/op/pat.t
36229 ____________________________________________________________________________
36230 [ 17946] By: merijn                                on 2002/09/30  15:19:36
36231         Log: nanosleep on VMS not present
36232      Branch: perl
36233            ! configure.com
36234 ____________________________________________________________________________
36235 [ 17945] By: merijn                                on 2002/09/30  09:51:40
36236         Log: -Dgccansipedantic only for gcc 3+
36237              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
36238      Branch: perl
36239            ! Porting/pumpkin.pod cflags.SH
36240 ____________________________________________________________________________
36241 [ 17944] By: merijn                                on 2002/09/30  08:29:33
36242         Log: nanosleep probes as per Jarkko's request
36243      Branch: perl
36244            ! Configure NetWare/config_H.wc Porting/config.sh
36245            ! Porting/config_H config_h.SH epoc/config.sh perl.h
36246            ! win32/config.bc win32/config.gc win32/config.vc
36247            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
36248            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
36249            ! wince/config_H.ce
36250 ____________________________________________________________________________
36251 [ 17943] By: merijn                                on 2002/09/30  05:56:58
36252         Log: Backport 17941 ([perl #16796] Configure script buglet)
36253              27 Aug 2002 20:09:29, "Amick, Eric" (via RT) <perlbug@perl.org>
36254      Branch: metaconfig
36255            ! U/modified/Loc.U
36256 ____________________________________________________________________________
36257 [ 17942] By: ams                                   on 2002/09/29  22:26:37
36258         Log: Remove package; (Heh heh.)
36259      Branch: perl
36260            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
36261            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
36262            ! vms/perly_c.vms vms/perly_h.vms
36263 ____________________________________________________________________________
36264 [ 17941] By: hv                                    on 2002/09/29  12:11:06
36265         Log: Subject: [perl #16796] Configure script buglet
36266              From: "Amick, Eric" (via RT) <perlbug@perl.org>
36267              Date: 27 Aug 2002 20:09:29 -0000 
36268              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
36269      Branch: perl
36270            ! Configure
36271 ____________________________________________________________________________
36272 [ 17940] By: hv                                    on 2002/09/29  11:59:28
36273         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
36274              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36275              Date: Fri, 27 Sep 2002 13:52:18 +0200
36276              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
36277      Branch: perl
36278            ! lib/Attribute/Handlers.pm
36279 ____________________________________________________________________________
36280 [ 17939] By: hv                                    on 2002/09/29  11:55:17
36281         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
36282              From: Allen Smith (via RT) <perlbug@perl.org>
36283              Date: 13 Sep 2002 03:01:30 -0000
36284              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
36285      Branch: perl
36286            ! t/lib/h2ph.pht utils/h2ph.PL
36287 ____________________________________________________________________________
36288 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
36289         Log: Email address change for Stéphane Payrard
36290      Branch: perl
36291            ! AUTHORS
36292 ____________________________________________________________________________
36293 [ 17937] By: hv                                    on 2002/09/27  10:05:42
36294         Log: Subject: Re: [REVISED PATCH] Magic v-strings
36295              From: John Peacock <jpeacock@rowman.com>
36296              Date: Thu, 19 Sep 2002 22:30:58 -0400
36297              Message-ID: <3D8A8862.3000602@rowman.com>
36298      Branch: perl
36299            ! sv.c util.c
36300 ____________________________________________________________________________
36301 [ 17936] By: hv                                    on 2002/09/27  10:00:42
36302         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
36303              From: "Craig A. Berry" <craigberry@mac.com>
36304              Date: Wed, 25 Sep 2002 17:14:33 -0500
36305              Message-ID: <3D923549.6050809@mac.com>
36306      Branch: perl
36307            ! configure.com
36308 ____________________________________________________________________________
36309 [ 17935] By: hv                                    on 2002/09/27  09:48:19
36310         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
36311              From: Andy Lester <andy@petdance.com>
36312              Date: Fri, 20 Sep 2002 12:23:41 -0500
36313              Message-ID: <20020920172341.GA15672@petdance.com>
36314      Branch: perl
36315            ! pod/perlopentut.pod
36316 ____________________________________________________________________________
36317 [ 17934] By: hv                                    on 2002/09/26  18:50:02
36318         Log: missing '.' in test from #17932
36319      Branch: perl
36320            ! t/lib/strict/subs
36321 ____________________________________________________________________________
36322 [ 17933] By: hv                                    on 2002/09/26  17:01:11
36323         Log: Subject: [PATCH] perl #17453
36324              From: Jarkko Hietaniemi <jhi@iki.fi>
36325              Date: Fri, 20 Sep 2002 17:22:45 +0300
36326              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
36327      Branch: perl
36328            ! lib/utf8_heavy.pl t/op/pat.t
36329 ____________________________________________________________________________
36330 [ 17932] By: hv                                    on 2002/09/26  16:47:32
36331         Log: #17931 checked for wrong constant
36332      Branch: perl
36333            ! op.c
36334 ____________________________________________________________________________
36335 [ 17931] By: hv                                    on 2002/09/26  16:29:26
36336         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
36337              From: Kay_Röpke <kay@dolphin-services.de>
36338              Date: Fri, 20 Sep 2002 16:09:08 +0200
36339              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
36340      Branch: perl
36341            ! op.c t/lib/strict/subs
36342 ____________________________________________________________________________
36343 [ 17930] By: hv                                    on 2002/09/26  15:56:07
36344         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
36345              From: Ken Neighbors (via RT) <perlbug@perl.org>
36346              Date: 19 Sep 2002 18:48:22 -0000 
36347              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
36348      Branch: perl
36349            ! lib/Class/Struct.pm
36350 ____________________________________________________________________________
36351 [ 17929] By: merijn                                on 2002/09/26  12:15:04
36352         Log: Backport 17925 and 17926
36353              enable -ansi -pedantic; Jarkko Hietaniemi <jhi@iki.fi>; Wed, 18 Sep 2002
36354              defuse installusrbinperl; Jarkko Hietaniemi <jhi@iki.fi>; Thu, 19 Sep 2002
36355      Branch: metaconfig
36356            ! U/installdirs/instubperl.U
36357      Branch: metaconfig/U/perl
36358            ! gccvers.U
36359 ____________________________________________________________________________
36360 [ 17928] By: hv                                    on 2002/09/26  09:54:05
36361         Log: Subject: [PATCH] bug in utf8.c(?)
36362              From: Marty Pauley <marty+p5p@kasei.com>
36363              Date: Fri, 20 Sep 2002 10:55:33 +0100
36364              Subject: [PATCH] bug in utf8.c(?)
36365      Branch: perl
36366            ! utf8.c
36367 ____________________________________________________________________________
36368 [ 17927] By: hv                                    on 2002/09/26  09:37:19
36369         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
36370              From: Marty Pauley <marty+p5p@kasei.com>
36371              Date: Fri, 20 Sep 2002 09:52:16 +0100
36372              Message-Id: 20020920085216.GC10512@soto.kasei.com
36373      Branch: perl
36374            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
36375 ____________________________________________________________________________
36376 [ 17926] By: hv                                    on 2002/09/26  09:28:06
36377         Log: Subject: [PATCH] defuse installusrbinperl
36378              From: Jarkko Hietaniemi <jhi@iki.fi>
36379              Date: Thu, 19 Sep 2002 18:01:03 +0300
36380              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
36381      Branch: perl
36382            ! Configure
36383 ____________________________________________________________________________
36384 [ 17925] By: hv                                    on 2002/09/26  09:15:55
36385         Log: Subject: [PATCH v2] enable -ansi -pedantic
36386              From: Jarkko Hietaniemi <jhi@iki.fi>
36387              Date: Wed, 18 Sep 2002 01:19:25 +0300
36388              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
36389      Branch: perl
36390            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
36391            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
36392 ____________________________________________________________________________
36393 [ 17924] By: hv                                    on 2002/09/26  08:44:16
36394         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
36395              From: Nicholas Clark <nick@unfortu.net>
36396              Date: Sat, 14 Sep 2002 18:49:10 +0100
36397              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
36398      Branch: perl
36399            ! sv.c
36400 ____________________________________________________________________________
36401 [ 17923] By: hv                                    on 2002/09/26  08:33:54
36402         Log: Subject: [PATCH] Re: Advice on coredump
36403              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36404              Date: Wed, 18 Sep 2002 22:14:57 +0200
36405              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
36406      Branch: perl
36407            ! op.c t/op/closure.t
36408 ____________________________________________________________________________
36409 [ 17922] By: hv                                    on 2002/09/26  08:25:28
36410         Log: Subject: Re: [PATCH] spurious t/auto directory appears
36411              From: Michael G Schwern <schwern@pobox.com>
36412              Date: Fri, 13 Sep 2002 23:56:05 -0400
36413              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
36414      Branch: perl
36415            ! lib/ExtUtils/t/Installed.t
36416 ____________________________________________________________________________
36417 [ 17921] By: hv                                    on 2002/09/26  08:21:59
36418         Log: add TODO tests for slow our() declaration
36419              Subject: Re: [perl #17376] Bug Report - our(%)
36420              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36421              Date: Thu, 19 Sep 2002 22:34:01 -0700
36422              Message-ID: <JNri9gzkgSBB092yn@efn.org>
36423      Branch: perl
36424            + t/comp/our.t
36425            ! MANIFEST
36426 ____________________________________________________________________________
36427 [ 17920] By: hv                                    on 2002/09/26  08:16:43
36428         Log: LEAKTEST is dead, RIP
36429              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
36430              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36431              Date: Mon, 23 Sep 2002 18:33:12 +0200
36432              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
36433      Branch: perl
36434            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
36435            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
36436 ____________________________________________________________________________
36437 [ 17919] By: hv                                    on 2002/09/26  07:59:42
36438         Log: Subject: [PATCH] AIX hints missinga  >&4
36439              From: Jarkko Hietaniemi <jhi@iki.fi>
36440              Date: Fri, 13 Sep 2002 16:48:42 +0300
36441              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
36442      Branch: perl
36443            ! hints/aix.sh
36444 ____________________________________________________________________________
36445 [ 17918] By: hv                                    on 2002/09/26  07:51:10
36446         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
36447              From: "Brendan O'Dea" <bod@debian.org>
36448              Date: Mon, 23 Sep 2002 22:45:40 +1000
36449              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
36450      Branch: perl
36451            ! pod/perlfunc.pod
36452 ____________________________________________________________________________
36453 [ 17917] By: hv                                    on 2002/09/26  07:46:43
36454         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
36455              From: Slaven Rezic <slaven.rezic@berlin.de>
36456              Date: 11 Sep 2002 19:37:09 +0200
36457              Message-ID: <871y80a0my.fsf@vran.herceg.de>
36458      Branch: perl
36459            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
36460 ____________________________________________________________________________
36461 [ 17916] By: hv                                    on 2002/09/26  07:31:42
36462         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
36463              From: "Brendan O'Dea" <bod@debian.org>
36464              Date: Tue, 10 Sep 2002 09:19:05 +1000
36465              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
36466      Branch: perl
36467            ! pod/perlembed.pod
36468 ____________________________________________________________________________
36469 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
36470         Log: Patch #17914 was empty ; this should have been applied instead.
36471      Branch: perl
36472            ! hints/aix.sh
36473 ____________________________________________________________________________
36474 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
36475         Log: Subject: [PATCH] PASE saga continues
36476              From: Jarkko Hietaniemi <jhi@iki.fi>
36477              Date: Thu, 19 Sep 2002 23:30:20 +0300
36478              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
36479      Branch: perl
36480            ! hints/aix.sh
36481 ____________________________________________________________________________
36482 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
36483         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
36484              From: "Craig A. Berry" <craigberry@mac.com>
36485              Date: Wed, 18 Sep 2002 16:57:02 -0500
36486              Message-ID: <3D88F6AE.3020708@mac.com>
36487      Branch: perl
36488            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
36489 ____________________________________________________________________________
36490 [ 17912] By: ams                                   on 2002/09/19  17:21:24
36491         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
36492              From: Jarkko Hietaniemi <jhi@iki.fi>
36493              Date: Thu, 19 Sep 2002 18:59:48 +0300
36494              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
36495              
36496              Subject: [PATCH] more PASE tweakage
36497              From: Jarkko Hietaniemi <jhi@iki.fi>
36498              Date: Thu, 19 Sep 2002 18:01:44 +0300
36499              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
36500      Branch: perl
36501            ! README.os400 hints/aix.sh
36502 ____________________________________________________________________________
36503 [ 17911] By: ams                                   on 2002/09/17  19:29:53
36504         Log: Typo fix.
36505      Branch: perl
36506            ! ext/POSIX/POSIX.pod
36507 ____________________________________________________________________________
36508 [ 17910] By: ams                                   on 2002/09/17  18:09:32
36509         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
36510              checking for SvOK in do_readline().
36511      Branch: perl
36512            ! pp_hot.c t/op/gv.t
36513 ____________________________________________________________________________
36514 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
36515         Log: Pod formatting nit, found by Merijn and Jos Boumans.
36516      Branch: perl
36517            ! pod/perlunicode.pod
36518 ____________________________________________________________________________
36519 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
36520         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
36521              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
36522              Date: 15 Sep 2002 19:06:56 -0000
36523              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
36524      Branch: perl
36525            ! lib/Locale/Country.pm lib/Locale/Currency.pm
36526            ! lib/Locale/Language.pm lib/Locale/Script.pm
36527 ____________________________________________________________________________
36528 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
36529         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
36530              From: Jarkko Hietaniemi <jhi@iki.fi>
36531              Date: Sun, 15 Sep 2002 18:02:17 +0300
36532              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
36533      Branch: perl
36534            ! hints/netbsd.sh
36535 ____________________________________________________________________________
36536 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
36537         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
36538              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
36539              not all modules listed in perlmodlib are necessarily installed.
36540              Plus some corrections by Vincent Lefevre.
36541      Branch: perl
36542            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
36543 ____________________________________________________________________________
36544 [ 17905] By: nick                                  on 2002/09/15  10:55:51
36545         Log: Integrate mainline
36546      Branch: perlio
36547           +> lib/Unicode/Collate/t/index.t
36548           !> (integrate 54 files)
36549 ____________________________________________________________________________
36550 [ 17904] By: merijn                                on 2002/09/13  14:02:18
36551         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
36552              in building DProf
36553      Branch: perl
36554            ! Configure
36555 ____________________________________________________________________________
36556 [ 17903] By: merijn                                on 2002/09/13  14:00:35
36557         Log: Fix tab/space issue that entered in 17893. AIX.
36558      Branch: metaconfig
36559            ! U/modified/libc.U
36560 ____________________________________________________________________________
36561 [ 17902] By: merijn                                on 2002/09/13  07:47:29
36562         Log: configure.com needs d_modflproto
36563              Thu 12 Sep 2002 23:19, "Craig A. Berry"
36564      Branch: perl
36565            ! configure.com
36566 ____________________________________________________________________________
36567 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
36568         Log: Subject: [PATCH] more PASE wisdom
36569              From: Jarkko Hietaniemi <jhi@iki.fi>
36570              Date: Fri, 13 Sep 2002 00:17:39 +0300
36571              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
36572      Branch: perl
36573            ! README.os400
36574 ____________________________________________________________________________
36575 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
36576         Log: Fix a syntax incompatibility introduced by the // operator.
36577              (Note that C<print $fh //> is still a syntax error, it
36578              wasn't with perl 5.8.0.)
36579      Branch: perl
36580            ! t/op/dor.t toke.c
36581 ____________________________________________________________________________
36582 [ 17899] By: merijn                                on 2002/09/12  15:22:06
36583         Log: Re: [perl #17170] NetBSD and useshrplib config option
36584              Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
36585      Branch: metaconfig/U/perl
36586            ! libperl.U
36587      Branch: perl
36588            ! Porting/Glossary
36589 ____________________________________________________________________________
36590 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
36591         Log: Fix bug #17006 : remove spurious do{} in the deparsing
36592              of s/.../.../e.
36593      Branch: perl
36594            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
36595 ____________________________________________________________________________
36596 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
36597         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
36598              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
36599              Date: 10 Sep 2002 18:49:56 -0000
36600              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
36601      Branch: perl
36602            ! utils/dprofpp.PL
36603 ____________________________________________________________________________
36604 [ 17896] By: merijn                                on 2002/09/11  08:31:45
36605         Log: re-synced Configure to backported metaunits
36606      Branch: perl
36607            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36608            ! config_h.SH
36609 ____________________________________________________________________________
36610 [ 17895] By: merijn                                on 2002/09/11  08:21:54
36611         Log: Cleaning up from metalint; reverting wrong voidflags fix from 17893;
36612              fix obvious typo from 17827
36613      Branch: metaconfig
36614            ! U/modified/libc.U U/modified/usenm.U U/modified/voidflags.U
36615      Branch: metaconfig/U/perl
36616            ! d_modfl.U gccvers.U
36617 ____________________________________________________________________________
36618 [ 17894] By: merijn                                on 2002/09/10  17:48:15
36619         Log: Postchecking config_h.SH helps to catch typo's
36620              Also took the comments from the original patch
36621      Branch: metaconfig/U/perl
36622            ! d_modfl.U
36623 ____________________________________________________________________________
36624 [ 17893] By: merijn                                on 2002/09/10  17:31:36
36625         Log: Backport all Configure patches 17671 .. 17881
36626              to the metaunits
36627      Branch: metaconfig
36628            ! U/installdirs/prefix.U U/modified/libc.U U/modified/usenm.U
36629            ! U/modified/voidflags.U
36630      Branch: metaconfig/U/perl
36631            ! Extensions.U d_modfl.U gccvers.U
36632 ____________________________________________________________________________
36633 [ 17892] By: merijn                                on 2002/09/10  15:43:53
36634         Log: Callback behaviour in hints
36635              Mon, 9 Sep 2002, Allen Smith
36636      Branch: perl
36637            ! hints/README.hints
36638 ____________________________________________________________________________
36639 [ 17891] By: jhi                                   on 2002/09/10  13:16:40
36640         Log: metaconfig tweakage.
36641      Branch: metaconfig
36642            + U/newer
36643            ! README U/mksample
36644 ____________________________________________________________________________
36645 [ 17890] By: merijn                                on 2002/09/10  12:17:49
36646         Log: Metaconfig documentation update (part 2)
36647              Fri 06 Sep 2002 20:26, Andy Dougherty
36648      Branch: metaconfig
36649            ! README U.check/MANIFEST U/README U/mksample
36650            ! dist-3.0at70b/mcon/U/abortsig.U
36651            ! dist-3.0at70b/mcon/U/alignbytes.U
36652            ! dist-3.0at70b/mcon/U/bitpbyte.U
36653            ! dist-3.0at70b/mcon/U/byteorder.U
36654            ! dist-3.0at70b/mcon/U/ccflags.U
36655            ! dist-3.0at70b/mcon/U/charorder.U
36656            ! dist-3.0at70b/mcon/U/charsize.U
36657            ! dist-3.0at70b/mcon/U/d_NOFILE.U
36658            ! dist-3.0at70b/mcon/U/d_PORTAR.U
36659            ! dist-3.0at70b/mcon/U/d_SHM_MAC.U
36660            ! dist-3.0at70b/mcon/U/d_access.U
36661            ! dist-3.0at70b/mcon/U/d_bsdjmp.U
36662            ! dist-3.0at70b/mcon/U/d_casti32.U
36663            ! dist-3.0at70b/mcon/U/d_castneg.U
36664            ! dist-3.0at70b/mcon/U/d_charsprf.U
36665            ! dist-3.0at70b/mcon/U/d_ckeypad.U
36666            ! dist-3.0at70b/mcon/U/d_const.U
36667            ! dist-3.0at70b/mcon/U/d_eofpipe.U
36668            ! dist-3.0at70b/mcon/U/d_fd_set.U
36669            ! dist-3.0at70b/mcon/U/d_getpagsz.U
36670            ! dist-3.0at70b/mcon/U/d_getpgrp.U
36671            ! dist-3.0at70b/mcon/U/d_isascii.U
36672            ! dist-3.0at70b/mcon/U/d_keepsig.U
36673            ! dist-3.0at70b/mcon/U/d_nolnbuf.U
36674            ! dist-3.0at70b/mcon/U/d_open3.U
36675            ! dist-3.0at70b/mcon/U/d_pidcheck.U
36676            ! dist-3.0at70b/mcon/U/d_safebcpy.U
36677            ! dist-3.0at70b/mcon/U/d_safemcpy.U
36678            ! dist-3.0at70b/mcon/U/d_sanemcmp.U
36679            ! dist-3.0at70b/mcon/U/d_scannl.U
36680            ! dist-3.0at70b/mcon/U/d_setpgrp.U
36681            ! dist-3.0at70b/mcon/U/d_sgndchr.U
36682            ! dist-3.0at70b/mcon/U/d_sigaction.U
36683            ! dist-3.0at70b/mcon/U/d_sigsetjmp.U
36684            ! dist-3.0at70b/mcon/U/d_stdstdio.U
36685            ! dist-3.0at70b/mcon/U/d_strctcpy.U
36686            ! dist-3.0at70b/mcon/U/d_volatile.U
36687            ! dist-3.0at70b/mcon/U/d_vprintf.U
36688            ! dist-3.0at70b/mcon/U/d_wifstat.U
36689            ! dist-3.0at70b/mcon/U/doublesize.U
36690            ! dist-3.0at70b/mcon/U/errnolist.U
36691            ! dist-3.0at70b/mcon/U/floatsize.U dist-3.0at70b/mcon/U/i_db.U
36692            ! dist-3.0at70b/mcon/U/i_sysioctl.U
36693            ! dist-3.0at70b/mcon/U/i_time.U dist-3.0at70b/mcon/U/install.U
36694            ! dist-3.0at70b/mcon/U/intsize.U dist-3.0at70b/mcon/U/models.U
36695            ! dist-3.0at70b/mcon/U/nblock_io.U
36696            ! dist-3.0at70b/mcon/U/nlist_pfx.U
36697            ! dist-3.0at70b/mcon/U/orderlib.U
36698            ! dist-3.0at70b/mcon/U/prototype.U
36699            ! dist-3.0at70b/mcon/U/ptrsize.U dist-3.0at70b/mcon/U/randbits.U
36700            ! dist-3.0at70b/mcon/U/randfunc.U
36701            ! dist-3.0at70b/mcon/U/sbrksmart.U
36702            ! dist-3.0at70b/mcon/U/selecttype.U
36703            ! dist-3.0at70b/mcon/U/sockopt.U
36704            ! dist-3.0at70b/mcon/U/ssizetype.U
36705            ! dist-3.0at70b/mcon/U/sunscanf.U
36706            ! dist-3.0at70b/mcon/U/voidflags.U
36707 ____________________________________________________________________________
36708 [ 17889] By: merijn                                on 2002/09/10  09:58:06
36709         Log: Metaconfig documentation update (part 1)
36710              Fri 06 Sep 2002 20:26, Andy Dougherty
36711              plus some tweaks
36712      Branch: metaconfig
36713            ! README
36714 ____________________________________________________________________________
36715 [ 17888] By: merijn                                on 2002/09/10  09:20:52
36716         Log: New low-price HP servers
36717      Branch: perl
36718            ! README.hpux
36719 ____________________________________________________________________________
36720 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
36721         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
36722              From: Paul Johnson <paul@pjcj.net>
36723              Date: Mon, 9 Sep 2002 23:37:33 +0200
36724              Message-ID: <20020909213733.GD879@pjcj.net>
36725      Branch: perl
36726            ! ext/B/B/Deparse.pm
36727 ____________________________________________________________________________
36728 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
36729         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
36730              From: Nicholas Clark <nick@unfortu.net>
36731              Date: Sun, 8 Sep 2002 23:05:54 +0100
36732              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
36733      Branch: perl
36734            ! configpm
36735 ____________________________________________________________________________
36736 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
36737         Log: Subject: [PATCH] strict.pm pod at __END__
36738              From: Nicholas Clark <nick@unfortu.net>
36739              Date: Sun, 8 Sep 2002 22:36:09 +0100
36740              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
36741      Branch: perl
36742            ! lib/strict.pm
36743 ____________________________________________________________________________
36744 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
36745         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
36746              From: Nicholas Clark <nick@unfortu.net>
36747              Date: Sun, 8 Sep 2002 19:45:52 +0100
36748              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
36749      Branch: perl
36750            ! lib/File/Find/t/find.t
36751 ____________________________________________________________________________
36752 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
36753         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
36754              From: Paul Johnson <paul@pjcj.net>
36755              Date: Sun, 8 Sep 2002 23:50:11 +0200
36756              Message-ID: <20020908215011.GA879@pjcj.net>
36757      Branch: perl
36758            ! ext/B/B/Deparse.pm
36759 ____________________________________________________________________________
36760 [ 17882] By: hv                                    on 2002/09/09  10:33:58
36761         Log: Update Changes
36762      Branch: perl
36763            ! Changes patchlevel.h
36764 ____________________________________________________________________________
36765 [ 17881] By: hv                                    on 2002/09/09  09:54:55
36766         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
36767              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
36768              Date: Mon, 9 Sep 2002 01:48:08 -0400
36769              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
36770      Branch: perl
36771            ! perl.h sv.c
36772 ____________________________________________________________________________
36773 [ 17880] By: hv                                    on 2002/09/09  09:33:55
36774         Log: integrate Math::BigInt-1.63
36775              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
36776              From: Tels <perl_dummy@bloodgate.com>
36777              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
36778              Message-Id: <200209082022.g88KMGY20194@crypt.org>
36779      Branch: perl
36780            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36781            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
36782            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
36783            ! lib/Math/BigInt/t/sub_mif.t
36784 ____________________________________________________________________________
36785 [ 17879] By: hv                                    on 2002/09/09  09:23:53
36786         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
36787              From: Jarkko Hietaniemi <jhi@iki.fi>
36788              Date: Mon, 9 Sep 2002 00:07:46 +0300
36789              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
36790      Branch: perl
36791            ! Configure
36792 ____________________________________________________________________________
36793 [ 17878] By: hv                                    on 2002/09/09  09:11:57
36794         Log: small grammar fix in Benchmark docs
36795      Branch: perl
36796            ! lib/Benchmark.pm
36797 ____________________________________________________________________________
36798 [ 17877] By: hv                                    on 2002/09/09  09:09:30
36799         Log: Subject: [PATCH] configpm
36800              From: Abe Timmerman <abe@ztreet.demon.nl>
36801              Date: Sun, 8 Sep 2002 17:21:19 +0200
36802              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
36803      Branch: perl
36804            ! configpm
36805 ____________________________________________________________________________
36806 [ 17876] By: hv                                    on 2002/09/09  08:48:35
36807         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
36808              From: Abe Timmerman <abe@ztreet.demon.nl>
36809              Date: Mon, 9 Sep 2002 01:32:19 +0200
36810              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
36811      Branch: perl
36812            ! makedef.pl
36813 ____________________________________________________________________________
36814 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
36815         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
36816              From: Nicholas Clark <nick@unfortu.net>
36817              Date: Sun, 8 Sep 2002 15:46:44 +0100
36818              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
36819              
36820              Plus two other similar tweaks
36821      Branch: perl
36822            ! ext/SDBM_File/sdbm.t
36823 ____________________________________________________________________________
36824 [ 17874] By: hv                                    on 2002/09/08  17:10:38
36825         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
36826              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
36827              Date: Sat, 7 Sep 2002 05:25:45 -0400
36828              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
36829      Branch: perl
36830            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
36831            ! t/op/sprintf.t
36832 ____________________________________________________________________________
36833 [ 17873] By: hv                                    on 2002/09/08  16:48:54
36834         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
36835              From: Nicholas Clark <nick@unfortu.net>
36836              Date: Sat, 7 Sep 2002 00:20:53 +0100
36837              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
36838      Branch: perl
36839            ! op.c sv.c
36840 ____________________________________________________________________________
36841 [ 17872] By: hv                                    on 2002/09/08  16:35:46
36842         Log: temporarily skip failing Storable tests caused by #17869
36843      Branch: perl
36844            ! ext/Storable/t/code.t
36845 ____________________________________________________________________________
36846 [ 17871] By: hv                                    on 2002/09/08  16:23:49
36847         Log: Subject: [PATCH] tiddly tidy up for util.c
36848              From: Nicholas Clark <nick@unfortu.net>
36849              Date: Fri, 6 Sep 2002 23:00:14 +0100
36850              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
36851      Branch: perl
36852            ! util.c
36853 ____________________________________________________________________________
36854 [ 17870] By: hv                                    on 2002/09/08  16:21:23
36855         Log: regularise whitespace and formatting in util.c
36856      Branch: perl
36857            ! util.c
36858 ____________________________________________________________________________
36859 [ 17869] By: hv                                    on 2002/09/08  15:46:08
36860         Log: Subject: [perl #17061] no strict 'garbage'
36861              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
36862              Date: 6 Sep 2002 19:31:02 -0000
36863              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
36864              Date: Sat, 07 Sep 2002 13:40:22 +0200
36865              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
36866      Branch: perl
36867            ! lib/strict.pm lib/strict.t
36868 ____________________________________________________________________________
36869 [ 17868] By: hv                                    on 2002/09/08  15:24:08
36870         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
36871      Branch: perl
36872            ! pod/perl58delta.pod
36873 ____________________________________________________________________________
36874 [ 17867] By: hv                                    on 2002/09/08  15:10:46
36875         Log: Subject: [PATCH] allow using hires time() in Benchmark
36876              From: Jarkko Hietaniemi <jhi@iki.fi>
36877              Date: Fri, 6 Sep 2002 00:38:11 +0300
36878              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
36879      Branch: perl
36880            ! lib/Benchmark.pm
36881 ____________________________________________________________________________
36882 [ 17866] By: hv                                    on 2002/09/08  15:06:05
36883         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
36884              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
36885              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
36886              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
36887      Branch: perl
36888            ! Configure
36889 ____________________________________________________________________________
36890 [ 17865] By: hv                                    on 2002/09/08  15:03:23
36891         Log: Subject: Unicode::Collate 0.23 Released
36892              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
36893              Date: Thu, 05 Sep 2002 23:28:32 +0900
36894              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
36895      Branch: perl
36896            + lib/Unicode/Collate/t/index.t
36897            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
36898            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
36899 ____________________________________________________________________________
36900 [ 17864] By: hv                                    on 2002/09/08  14:55:31
36901         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
36902              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36903              Date: Wed, 04 Sep 2002 21:09:01 -0700
36904              Message-ID: <djtd9gzkgyLd092yn@efn.org>
36905              Date: Fri, 06 Sep 2002 09:23:03 -0700
36906              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
36907      Branch: perl
36908            ! lib/overload.t sv.c sv.h t/op/pat.t
36909 ____________________________________________________________________________
36910 [ 17863] By: hv                                    on 2002/09/08  14:11:54
36911         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
36912      Branch: perl
36913            ! t/op/taint.t
36914 ____________________________________________________________________________
36915 [ 17862] By: hv                                    on 2002/09/08  14:01:07
36916         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
36917              From: Michael G Schwern <schwern@pobox.com>
36918              Date: Wed, 4 Sep 2002 11:38:01 -0700
36919              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
36920      Branch: perl
36921            ! t/TestInit.pm
36922 ____________________________________________________________________________
36923 [ 17861] By: hv                                    on 2002/09/08  13:58:10
36924         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
36925              From: Michael G Schwern <schwern@pobox.com>
36926              Date: Fri, 6 Sep 2002 14:03:16 -0700
36927              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
36928      Branch: perl
36929            ! t/test.pl
36930 ____________________________________________________________________________
36931 [ 17860] By: hv                                    on 2002/09/08  13:48:49
36932         Log: #17859 misuses s/// return values
36933      Branch: perl
36934            ! configpm
36935 ____________________________________________________________________________
36936 [ 17859] By: hv                                    on 2002/09/08  13:17:46
36937         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
36938              From: Nicholas Clark <nick@unfortu.net>
36939              Date: Mon, 2 Sep 2002 23:22:32 +0100
36940              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
36941      Branch: perl
36942            ! configpm
36943 ____________________________________________________________________________
36944 [ 17858] By: pudge                                 on 2002/09/08  04:47:02
36945         Log: Save script context in compiled script
36946              From Bart Lateur
36947      Branch: maint-5.6/macperl
36948            ! macos/lib/Mac/OSA/Simple.pm
36949 ____________________________________________________________________________
36950 [ 17857] By: pudge                                 on 2002/09/08  04:46:31
36951         Log: Add Mac OS X Note
36952      Branch: maint-5.6/macperl
36953            ! macos/lib/Mac/Glue.pm
36954 ____________________________________________________________________________
36955 [ 17856] By: pudge                                 on 2002/09/08  04:46:03
36956         Log: Remove workaround for fixed GUSI bug #553817
36957      Branch: maint-5.6/macperl
36958            ! macos/MacPerlTests.cmd
36959 ____________________________________________________________________________
36960 [ 17855] By: pudge                                 on 2002/09/08  04:36:08
36961         Log: Add ChooseFSObject/GetFolder
36962              From Thomas Wegner
36963      Branch: maint-5.6/macperl
36964            + macos/ext/Mac/StandardFile/ChooseFSObject.c
36965            + macos/ext/Mac/StandardFile/ChooseFSObject.h
36966            + macos/ext/Mac/StandardFile/t/ChooseFSObject.t
36967            ! macos/Perl.r macos/ext/Mac/StandardFile/Makefile.PL
36968            ! macos/ext/Mac/StandardFile/StandardFile.pm
36969            ! macos/ext/Mac/StandardFile/StandardFile.xs
36970            ! macos/macperl/MacPerl.r
36971 ____________________________________________________________________________
36972 [ 17854] By: pudge                                 on 2002/09/08  04:35:08
36973         Log: Fix URL encoding for MacPerl Help/Shuck
36974              Bug exposed in Mac OS X 10.2; MacPerl Bug #598449
36975      Branch: maint-5.6/macperl
36976            ! macos/macperl/MPHelp.c
36977 ____________________________________________________________________________
36978 [ 17853] By: pudge                                 on 2002/09/08  04:33:43
36979         Log: TextEdit example show text extraction
36980      Branch: maint-5.6/macperl
36981            ! macos/ext/Mac/TextEdit/t/SimpleText.t
36982 ____________________________________________________________________________
36983 [ 17852] By: pudge                                 on 2002/09/08  04:32:53
36984         Log: File::Copy should only warn if there's something to warn about
36985      Branch: maint-5.6/macperl
36986            ! lib/File/Copy.pm
36987 ____________________________________________________________________________
36988 [ 17851] By: nick                                  on 2002/09/07  10:18:20
36989         Log: Integrate mainline
36990      Branch: perlio
36991           +> README.os400 ext/threads/shared/t/disabled.t hints/os400.sh
36992           !> (integrate 69 files)
36993 ____________________________________________________________________________
36994 [ 17850] By: ams                                   on 2002/09/06  03:31:32
36995         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
36996              From: Jarkko Hietaniemi <jhi@iki.fi>
36997              Date: Fri, 6 Sep 2002 06:01:57 +0300
36998              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
36999      Branch: perl
37000            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
37001 ____________________________________________________________________________
37002 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
37003         Log: document setting the email address
37004      Branch: perl
37005            ! Porting/repository.pod
37006 ____________________________________________________________________________
37007 [ 17848] By: hv                                    on 2002/09/04  23:12:15
37008         Log: AUTHORS: preferred address for Allen Smith
37009      Branch: perl
37010            ! AUTHORS
37011 ____________________________________________________________________________
37012 [ 17847] By: hv                                    on 2002/09/04  23:10:37
37013         Log: copy on write: fixes and debugging
37014              Subject: what copies scalars in ithreads?
37015              From: Nicholas Clark <nick@unfortu.net>
37016              Date: Wed, 4 Sep 2002 21:52:47 +0100
37017              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
37018      Branch: perl
37019            ! sv.c
37020 ____________________________________________________________________________
37021 [ 17846] By: hv                                    on 2002/09/04  23:02:43
37022         Log: Subject: Re: [PATCH] A variety of README nitpicks.
37023              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37024              Date: Wed, 04 Sep 2002 09:10:05 +0200
37025              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
37026      Branch: perl
37027            ! README.hpux
37028 ____________________________________________________________________________
37029 [ 17845] By: hv                                    on 2002/09/04  15:06:33
37030         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
37031      Branch: perl
37032            ! lib/Math/BigInt/t/constant.t
37033 ____________________________________________________________________________
37034 [ 17844] By: hv                                    on 2002/09/04  14:32:19
37035         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
37036      Branch: perl
37037            ! ext/DB_File/DB_File.xs
37038 ____________________________________________________________________________
37039 [ 17843] By: hv                                    on 2002/09/04  14:09:13
37040         Log: #17842 was only half the story
37041              Subject: [PATCH deb.c] Re: HiRes failure is success?
37042              From: Dave Mitchell <davem@fdgroup.com>
37043              Date: Wed, 4 Sep 2002 16:11:15 +0100
37044              Message-ID: <20020904161115.E27603@fdgroup.com>
37045      Branch: perl
37046            ! deb.c
37047 ____________________________________________________________________________
37048 [ 17842] By: hv                                    on 2002/09/04  14:04:40
37049         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
37050      Branch: perl
37051            ! deb.c
37052 ____________________________________________________________________________
37053 [ 17841] By: hv                                    on 2002/09/04  13:57:27
37054         Log: Subject: [PATCH] op/getpid.t failure
37055              From: Michael G Schwern <schwern@pobox.com>
37056              Date: Tue, 3 Sep 2002 17:48:24 -0700
37057              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
37058      Branch: perl
37059            ! t/op/getpid.t
37060 ____________________________________________________________________________
37061 [ 17840] By: hv                                    on 2002/09/04  13:55:20
37062         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
37063              and Subject: [PATCH] More modules that don't lazy load Carp right.
37064              From: Michael G Schwern <schwern@pobox.com>
37065              Date: Tue, 3 Sep 2002 17:21:57 -0700
37066              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
37067              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
37068      Branch: perl
37069            ! ext/Encode/Unicode/Unicode.pm
37070            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
37071            ! lib/File/Basename.pm
37072 ____________________________________________________________________________
37073 [ 17839] By: hv                                    on 2002/09/04  13:47:12
37074         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
37075              From: "Brendan O'Dea" <bod@debian.org>
37076              Date: Wed, 4 Sep 2002 02:36:10 +1000
37077              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
37078      Branch: perl
37079            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
37080 ____________________________________________________________________________
37081 [ 17838] By: hv                                    on 2002/09/04  13:41:27
37082         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
37083              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
37084              Date: Tue, 3 Sep 2002 13:46:18 +0200
37085              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
37086      Branch: perl
37087            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
37088 ____________________________________________________________________________
37089 [ 17837] By: hv                                    on 2002/09/04  13:38:27
37090         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
37091              From: Michael G Schwern <schwern@pobox.com>
37092              Date: Mon, 2 Sep 2002 22:29:07 -0700
37093              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
37094      Branch: perl
37095            ! lib/Config.t
37096 ____________________________________________________________________________
37097 [ 17836] By: hv                                    on 2002/09/04  13:35:36
37098         Log: Subject: [PATCH] DB_File 1.805
37099              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37100              Date: Mon, 2 Sep 2002 23:56:40 +0100
37101              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
37102      Branch: perl
37103            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37104            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
37105            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
37106            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
37107 ____________________________________________________________________________
37108 [ 17835] By: hv                                    on 2002/09/04  13:23:17
37109         Log: fix coredump after 64k-deep recursion
37110              Subject: Re: debugging coredump with -DD
37111              From: hv@crypt.org
37112              Date: Tue, 03 Sep 2002 14:34:20 +0100
37113              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
37114      Branch: perl
37115            ! cop.h t/op/recurse.t
37116 ____________________________________________________________________________
37117 [ 17834] By: hv                                    on 2002/09/04  13:08:36
37118         Log: perldoc: allow arguments for pager
37119              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
37120              From: Chip Turner <cturner@redhat.com>
37121              Date: 02 Sep 2002 01:17:23 -0400
37122              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
37123      Branch: perl
37124            ! utils/perldoc.PL
37125 ____________________________________________________________________________
37126 [ 17833] By: hv                                    on 2002/09/04  12:55:54
37127         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
37128              From: Jarkko Hietaniemi <jhi@iki.fi>
37129              Date: Sun, 1 Sep 2002 19:23:55 +0300
37130              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
37131      Branch: perl
37132            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
37133 ____________________________________________________________________________
37134 [ 17832] By: hv                                    on 2002/09/04  12:39:42
37135         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
37136              From: John Peacock <jpeacock@rowman.com>
37137              Date: Sun, 01 Sep 2002 15:00:12 -0400
37138              Message-ID: <3D7263BC.9020608@rowman.com>
37139      Branch: perl
37140            ! lib/ExtUtils/xsubpp pod/perlxs.pod
37141 ____________________________________________________________________________
37142 [ 17831] By: hv                                    on 2002/09/04  11:47:10
37143         Log: #17827 misses some win32 tweaks
37144      Branch: perl
37145            ! win32/Makefile win32/makefile.mk
37146 ____________________________________________________________________________
37147 [ 17830] By: hv                                    on 2002/09/04  11:41:22
37148         Log: update email address for Paul Marquess
37149      Branch: perl
37150            ! AUTHORS
37151 ____________________________________________________________________________
37152 [ 17829] By: hv                                    on 2002/09/04  11:38:39
37153         Log: Subject: Correction for AUTHORS.html
37154              From: Sean Davis <dive@ender.com>
37155              Date: Fri, 30 Aug 2002 03:51:16 -0700
37156              Message-ID: <20020830035116.A18739@endersgame.net>
37157      Branch: perl
37158            ! AUTHORS
37159 ____________________________________________________________________________
37160 [ 17828] By: hv                                    on 2002/09/04  11:31:42
37161         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
37162              From: Michael G Schwern <schwern@pobox.com>
37163              Date: Fri, 30 Aug 2002 03:40:45 -0700
37164              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
37165      Branch: perl
37166            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
37167            ! lib/File/Spec/t/Spec.t
37168 ____________________________________________________________________________
37169 [ 17827] By: hv                                    on 2002/09/04  11:21:57
37170         Log: Subject: [PATCH] OS/400 PASE port
37171              From: Jarkko Hietaniemi <jhi@iki.fi>
37172              Date: Thu, 29 Aug 2002 22:22:51 +0300
37173              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
37174      Branch: perl
37175            + README.os400 hints/os400.sh
37176            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
37177            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
37178 ____________________________________________________________________________
37179 [ 17826] By: hv                                    on 2002/09/04  11:10:54
37180         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
37181              From: "Brendan O'Dea" <bod@debian.org>
37182              Date: Thu, 29 Aug 2002 22:42:39 +1000
37183              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
37184      Branch: perl
37185            ! ext/Sys/Syslog/syslog.t
37186 ____________________________________________________________________________
37187 [ 17825] By: hv                                    on 2002/09/04  10:53:59
37188         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
37189              From: "John P. Linderman" <jpl@research.att.com>
37190              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
37191              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
37192      Branch: perl
37193            ! ext/IPC/SysV/Semaphore.pm
37194 ____________________________________________________________________________
37195 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
37196         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
37197              From: Richard Soderberg (via RT) <perlbug@perl.org>
37198              Date: 3 Sep 2002 18:48:54 -0000
37199              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
37200              
37201              Subject: [PATCH] A variety of README nitpicks.
37202              From: Richard Soderberg <rs@crystalflame.net>
37203              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
37204              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
37205      Branch: perl
37206            ! README.amiga README.dgux README.dos README.epoc README.hpux
37207            ! README.mint README.netware README.vmesa
37208 ____________________________________________________________________________
37209 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
37210         Log: Fix bug #16828.
37211              Add a few tests to ext/B/t/b.t, make it use Test::More.
37212      Branch: perl
37213            ! ext/B/B.xs ext/B/t/b.t
37214 ____________________________________________________________________________
37215 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
37216         Log: Some simple tests for the POSIX::isXXX() functions.
37217      Branch: perl
37218            ! ext/POSIX/t/posix.t
37219 ____________________________________________________________________________
37220 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
37221         Log: Advertise Linux::Pid.
37222      Branch: perl
37223            ! pod/perlfunc.pod pod/perlvar.pod
37224 ____________________________________________________________________________
37225 [ 17820] By: gsar                                  on 2002/08/30  19:55:21
37226         Log: integrate macperl changes#17657,17658,17663,17664
37227              
37228              Neglected to include old bugfix from main branch
37229              
37230              Count line numbers properly in MacPerl app
37231              
37232              Portability fixes for blib
37233              (already in 5.8/5.9)
37234              
37235              Minor test fixes
37236      Branch: maint-5.6/perl
37237           !> lib/blib.pm perl.c t/lib/filespec.t t/op/magic.t
37238 ____________________________________________________________________________
37239 [ 17819] By: hv                                    on 2002/08/30  13:42:02
37240         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
37241              From: John Peacock <jpeacock@rowman.com>
37242              Date: Wed, 28 Aug 2002 22:13:48 -0400
37243              Message-ID: <3D6D835C.50809@rowman.com>
37244      Branch: perl
37245            ! universal.c util.c
37246 ____________________________________________________________________________
37247 [ 17818] By: hv                                    on 2002/08/30  13:16:05
37248         Log: add test related to change #17799:
37249              Subject: Re: if.pm bug.
37250              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
37251              Date: Thu, 29 Aug 2002 19:39:58 +0200
37252              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
37253      Branch: perl
37254            ! lib/if.t
37255 ____________________________________________________________________________
37256 [ 17817] By: hv                                    on 2002/08/30  13:12:20
37257         Log: Subject: [PATCH] AUTHORS
37258              From: "Brendan O'Dea" <bod@debian.org>
37259              Date: Thu, 29 Aug 2002 22:49:34 +1000
37260              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
37261      Branch: perl
37262            ! AUTHORS
37263 ____________________________________________________________________________
37264 [ 17816] By: hv                                    on 2002/08/30  13:10:45
37265         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
37266              From: "Brendan O'Dea" <bod@debian.org>
37267              Date: Thu, 29 Aug 2002 22:46:47 +1000
37268              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
37269      Branch: perl
37270            ! lib/Term/Cap.pm
37271 ____________________________________________________________________________
37272 [ 17815] By: hv                                    on 2002/08/30  13:02:41
37273         Log: formatting cleanup and:
37274              Subject: Re: perl-5.8.0 on HP porting center
37275              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37276              Date: Thu, 29 Aug 2002 12:23:31 +0200
37277              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
37278      Branch: perl
37279            ! installperl
37280 ____________________________________________________________________________
37281 [ 17814] By: hv                                    on 2002/08/30  12:23:33
37282         Log: Subject: [PATCH] perlmod.pod nit
37283              From: Autrijus Tang <autrijus@autrijus.org>
37284              Date: Thu, 29 Aug 2002 03:49:34 +0800
37285              Message-ID: <20020828194934.GA12244@not.autrijus.org>
37286      Branch: perl
37287            ! pod/perlmod.pod
37288 ____________________________________________________________________________
37289 [ 17813] By: hv                                    on 2002/08/30  12:19:15
37290         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
37291              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37292              Date: Thu, 29 Aug 2002 17:31:31 -0700
37293              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
37294      Branch: perl
37295            ! sv.c t/op/pat.t
37296 ____________________________________________________________________________
37297 [ 17812] By: hv                                    on 2002/08/30  12:06:20
37298         Log: Subject: [PATCH] typos in Hash::Util documentation
37299              From: Slaven Rezic <slaven.rezic@berlin.de>
37300              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
37301              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
37302      Branch: perl
37303            ! lib/Hash/Util.pm
37304 ____________________________________________________________________________
37305 [ 17811] By: hv                                    on 2002/08/30  12:02:59
37306         Log: Subject: Re: Recent changes on the HP porting center
37307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37308              Date: Wed, 28 Aug 2002 17:39:27 +0200
37309              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
37310      Branch: perl
37311            ! README.hpux
37312 ____________________________________________________________________________
37313 [ 17810] By: hv                                    on 2002/08/30  11:58:18
37314         Log: Subject: [PATCH] Fixes to threads::shared when disabled
37315              From: Michael G Schwern <schwern@pobox.com>
37316              Date: Wed, 28 Aug 2002 06:04:18 -0700
37317              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
37318      Branch: perl
37319            + ext/threads/shared/t/disabled.t
37320            ! MANIFEST ext/threads/shared/shared.pm
37321            ! ext/threads/shared/t/hv_refs.t
37322 ____________________________________________________________________________
37323 [ 17809] By: nick                                  on 2002/08/30  08:06:56
37324         Log: Integrate mainline
37325      Branch: perlio
37326           +> t/op/getpid.t
37327           !> (integrate 28 files)
37328 ____________________________________________________________________________
37329 [ 17808] By: ams                                   on 2002/08/30  02:59:31
37330         Log: Subject: [PATCH] Tru64 vs Berkeley DB
37331              From: Jarkko Hietaniemi <jhi@iki.fi>
37332              Date: Fri, 30 Aug 2002 06:56:38 +0300
37333              Message-Id: <20020830035638.GB874@lyta.hut.fi>
37334      Branch: perl
37335            ! README.tru64 hints/dec_osf.sh
37336 ____________________________________________________________________________
37337 [ 17807] By: ams                                   on 2002/08/30  02:32:30
37338         Log: Subject: [PATCH] IRIX + INSTALL
37339              From: Jarkko Hietaniemi <jhi@iki.fi>
37340              Date: Fri, 30 Aug 2002 06:31:48 +0300
37341              Message-Id: <20020830033148.GA874@lyta.hut.fi>
37342      Branch: perl
37343            ! INSTALL hints/irix_6.sh
37344 ____________________________________________________________________________
37345 [ 17806] By: hv                                    on 2002/08/29  22:56:45
37346         Log: #17449 failed to apply the actual patch. This is it.
37347      Branch: perl
37348            ! lib/Exporter.pm lib/Exporter/Heavy.pm
37349 ____________________________________________________________________________
37350 [ 17805] By: hv                                    on 2002/08/29  13:49:04
37351         Log: Fix based on:
37352              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
37353              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
37354              Date: 27 Aug 2002 22:10:16 -0000
37355              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
37356      Branch: perl
37357            ! ext/POSIX/POSIX.xs
37358 ____________________________________________________________________________
37359 [ 17804] By: hv                                    on 2002/08/29  13:29:43
37360         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
37361              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37362              Date: Tue, 27 Aug 2002 23:36:53 +0200
37363              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
37364      Branch: perl
37365            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
37366            ! perl.c perlapi.h sv.c
37367 ____________________________________________________________________________
37368 [ 17803] By: ams                                   on 2002/08/29  13:09:47
37369         Log: Subject: [PATCH] AIX compiler setup sanity checking
37370              From: Jarkko Hietaniemi <jhi@iki.fi>
37371              Date: Thu, 29 Aug 2002 16:43:51 +0300
37372              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
37373      Branch: perl
37374            ! hints/aix.sh
37375 ____________________________________________________________________________
37376 [ 17802] By: hv                                    on 2002/08/29  12:32:51
37377         Log: Subject: [perl #16769] Documention bug
37378              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
37379              Date: 26 Aug 2002 10:01:04 -0000
37380              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
37381      Branch: perl
37382            ! pod/perl58delta.pod
37383 ____________________________________________________________________________
37384 [ 17801] By: hv                                    on 2002/08/29  12:19:30
37385         Log: Subject: [PATCH] ExtUtils::Constant 0.14
37386              From: Nicholas Clark <nick@unfortu.net>
37387              Date: Sun, 25 Aug 2002 18:06:00 +0100
37388              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
37389      Branch: perl
37390            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
37391 ____________________________________________________________________________
37392 [ 17800] By: hv                                    on 2002/08/29  12:08:59
37393         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
37394              From: Mark-Jason Dominus <mjd@plover.com>
37395              Date: Sun, 25 Aug 2002 12:09:53 -0400
37396              Message-ID: <20020825160953.15987.qmail@plover.com>
37397      Branch: perl
37398            ! pod/perlfaq5.pod
37399 ____________________________________________________________________________
37400 [ 17799] By: hv                                    on 2002/08/29  11:48:39
37401         Log: Subject: Re: if.pm bug.
37402              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
37403              Date: Sun, 25 Aug 2002 00:27:59 +0200
37404              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
37405      Branch: perl
37406            ! lib/if.pm
37407 ____________________________________________________________________________
37408 [ 17798] By: hv                                    on 2002/08/29  11:44:00
37409         Log: Subject: [PATCH] posixify getppid on linux-multithread
37410              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37411              Date: Tue, 6 Aug 2002 21:56:46 +0200
37412              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
37413      Branch: perl
37414            + t/op/getpid.t
37415            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
37416            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
37417 ____________________________________________________________________________
37418 [ 17797] By: hv                                    on 2002/08/29  10:55:41
37419         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
37420              From: Mark-Jason Dominus <mjd@plover.com>
37421              Date: Sun, 25 Aug 2002 22:31:54 -0400
37422              Message-ID: <20020826023154.22986.qmail@plover.com>
37423      Branch: perl
37424            ! ext/B/B.pm
37425 ____________________________________________________________________________
37426 [ 17796] By: nick                                  on 2002/08/27  18:46:22
37427         Log: Twiddle with my mail -> Change script
37428      Branch: perlio
37429            ! Porting/apply
37430 ____________________________________________________________________________
37431 [ 17795] By: nick                                  on 2002/08/27  18:42:41
37432         Log: Subject:  Re: PerlIO::via silent failure
37433              From:  Richard Clamp <richardc@unixbeard.net>
37434              Date:  Sun, 11 Aug 2002 15:52:24 +0100
37435              Message-Id:  <20020811145224.GA23897@mirth.demon.co.uk>
37436      Branch: perlio
37437            ! ext/PerlIO/t/via.t ext/PerlIO/via/via.xs
37438 ____________________________________________________________________________
37439 [ 17792] By: nick                                  on 2002/08/27  18:09:29
37440         Log: Integrate mainline
37441      Branch: perlio
37442           +> ext/Storable/t/code.t lib/Math/BigInt/Scalar.pm
37443           +> lib/Math/BigInt/t/bigints.t lib/Math/BigRat/t/big_ap.t
37444           +> lib/Pod/t/text-options.t lib/Test/Simple/t/details.t
37445           +> lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
37446           +> lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/ok_obj.t
37447           +> lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
37448           +> lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
37449           +> lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
37450           +> t/lib/Test/Simple/sample_tests/pre_plan_death.plx
37451           !> (integrate 135 files)
37452 ____________________________________________________________________________
37453 [ 17791] By: hv                                    on 2002/08/27  11:28:32
37454         Log: Missing MANIFEST files for #17783.
37455      Branch: perl
37456            ! MANIFEST
37457 ____________________________________________________________________________
37458 [ 17790] By: hv                                    on 2002/08/27  11:22:36
37459         Log: #17783 introduced an outdated test module, causing failure in
37460              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
37461              ExtUtils::MakeMaker.
37462      Branch: perl
37463            ! t/lib/TieOut.pm
37464 ____________________________________________________________________________
37465 [ 17789] By: ams                                   on 2002/08/27  04:04:48
37466         Log: Subject: Patch perlvar.pod
37467              From: mjd@plover.com
37468              Date: 27 Aug 2002 03:03:01 -0000
37469              Message-Id: <20020827030301.32481.qmail@plover.com>
37470      Branch: perl
37471            ! pod/perlvar.pod
37472 ____________________________________________________________________________
37473 [ 17788] By: hv                                    on 2002/08/26  23:59:47
37474         Log: Update Changes
37475      Branch: perl
37476            ! Changes patchlevel.h
37477 ____________________________________________________________________________
37478 [ 17787] By: hv                                    on 2002/08/26  19:22:27
37479         Log: fix for:
37480              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
37481              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
37482              Date: 26 Aug 2002 15:01:36 -0000
37483              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
37484      Branch: perl
37485            ! regexec.c t/op/re_tests
37486 ____________________________________________________________________________
37487 [ 17786] By: hv                                    on 2002/08/26  15:34:25
37488         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
37489              From: "Sean M. Burke" <sburke@cpan.org>
37490              Date: Mon, 26 Aug 2002 04:38:19 -0600
37491              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
37492      Branch: perl
37493            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
37494            ! lib/Test/t/todo.t
37495 ____________________________________________________________________________
37496 [ 17785] By: hv                                    on 2002/08/26  15:18:41
37497         Log: fix non-ANSI C++-style comment
37498              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
37499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37500              Date: Mon, 26 Aug 2002 09:15:18 +0200
37501              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
37502      Branch: perl
37503            ! ext/Storable/Storable.xs
37504 ____________________________________________________________________________
37505 [ 17784] By: hv                                    on 2002/08/26  15:15:19
37506         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
37507      Branch: perl
37508            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
37509            ! lib/bignum/t/brinfnan.t
37510 ____________________________________________________________________________
37511 [ 17783] By: hv                                    on 2002/08/26  15:07:21
37512         Log: Subject: [ANNOUNCE] Test::Simple 0.47
37513              From: Michael G Schwern <schwern@pobox.com>
37514              Date: Mon, 26 Aug 2002 04:13:03 -0700
37515              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
37516      Branch: perl
37517            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
37518            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
37519            + lib/Test/Simple/t/ok_obj.t
37520            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
37521            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
37522            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
37523            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
37524            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
37525 ____________________________________________________________________________
37526 [ 17782] By: hv                                    on 2002/08/26  15:00:55
37527         Log: new test for change #17773
37528              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
37529              From: DH <crazyinsomniac@yahoo.com>
37530              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
37531              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
37532      Branch: perl
37533            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
37534 ____________________________________________________________________________
37535 [ 17781] By: hv                                    on 2002/08/26  14:48:35
37536         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
37537      Branch: perl
37538            ! reentr.pl
37539 ____________________________________________________________________________
37540 [ 17780] By: hv                                    on 2002/08/25  19:03:50
37541         Log: fix bignum test failures
37542      Branch: perl
37543            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
37544            ! lib/bignum/t/brinfnan.t
37545 ____________________________________________________________________________
37546 [ 17779] By: hv                                    on 2002/08/25  18:56:29
37547         Log: upgrade bignum to v0.13: fix test failures and update docs
37548      Branch: perl
37549            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
37550 ____________________________________________________________________________
37551 [ 17778] By: hv                                    on 2002/08/25  18:43:06
37552         Log: Subject: Encode 1.76 Released
37553              From: Dan Kogai <dankogai@dan.co.jp>
37554              Date: su elo 25, 2002  11:27:07 US/Eastern
37555              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
37556      Branch: perl
37557            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
37558            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
37559            ! ext/Encode/lib/Encode/MIME/Header.pm
37560            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
37561 ____________________________________________________________________________
37562 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
37563         Log: Fix parsing problems with the // operator.
37564              Make // able to follow various unary operators used without
37565              arguments or parens (shift, pop, getc, pos, readline,
37566              readlink, undef, umask, and the filetest operators), as
37567              well as the <FH> operator.
37568      Branch: perl
37569            ! perl.h t/op/dor.t toke.c
37570 ____________________________________________________________________________
37571 [ 17776] By: hv                                    on 2002/08/25  15:56:37
37572         Log: Subject: [PATCH] ExtUtils::Constant 0.13
37573              From: Nicholas Clark <nick@unfortu.net>
37574              Date: Fri, 23 Aug 2002 19:21:12 +0100
37575              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
37576      Branch: perl
37577            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
37578 ____________________________________________________________________________
37579 [ 17775] By: hv                                    on 2002/08/25  15:46:28
37580         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
37581              From: "mls@suse.de (via RT)" <perlbug@perl.org>
37582              Date: 23 Aug 2002 15:24:39 -0000
37583              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
37584      Branch: perl
37585            ! reentr.c
37586 ____________________________________________________________________________
37587 [ 17774] By: hv                                    on 2002/08/25  15:29:42
37588         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
37589              From: Abigail <abigail@foad.org>
37590              Date: Thu, 22 Aug 2002 04:10:39 -0700
37591              Message-ID: <20020822041039.A2089@ucan.foad.org>
37592      Branch: perl
37593            ! lib/Benchmark.pm lib/Benchmark.t
37594 ____________________________________________________________________________
37595 [ 17773] By: hv                                    on 2002/08/25  15:17:16
37596         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
37597              From: DH <crazyinsomniac@yahoo.com>
37598              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
37599              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
37600      Branch: perl
37601            ! lib/Pod/Html.pm
37602 ____________________________________________________________________________
37603 [ 17772] By: hv                                    on 2002/08/25  14:49:37
37604         Log: Subject: Re: p5p patches
37605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37606              Date: Fri, 23 Aug 2002 15:27:48 +0200
37607              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
37608      Branch: perl
37609            ! Porting/patching.pod
37610 ____________________________________________________________________________
37611 [ 17771] By: hv                                    on 2002/08/25  14:45:46
37612         Log: Subject: Newdated info for HP-UX
37613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37614              Date: Wed, 21 Aug 2002 20:20:17 +0200
37615              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
37616      Branch: perl
37617            ! README.hpux
37618 ____________________________________________________________________________
37619 [ 17770] By: hv                                    on 2002/08/25  14:26:36
37620         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
37621              From: "Jos I. Boumans" <kane@cpan.org>
37622              Date: Wed, 21 Aug 2002 14:55:51 +0200
37623              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
37624      Branch: perl
37625            ! pod/perlfaq1.pod
37626 ____________________________________________________________________________
37627 [ 17769] By: hv                                    on 2002/08/25  14:16:50
37628         Log: Subject: bit more for WinCE
37629              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
37630              Date: Wed, 21 Aug 2002 01:31:52 +0400
37631              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
37632      Branch: perl
37633            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
37634            ! wince/wince.c
37635 ____________________________________________________________________________
37636 [ 17768] By: hv                                    on 2002/08/25  14:02:47
37637         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
37638              From: Anton Berezin <tobez@tobez.org>
37639              Date: Tue, 20 Aug 2002 23:44:25 +0200
37640              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
37641      Branch: perl
37642            ! lib/lib.t lib/lib_pm.PL
37643 ____________________________________________________________________________
37644 [ 17767] By: hv                                    on 2002/08/25  13:52:08
37645         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
37646              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
37647              Date: 18 Aug 2002 13:27:12 -0000
37648              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
37649      Branch: perl
37650            ! utils/perldoc.PL
37651 ____________________________________________________________________________
37652 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
37653         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut  
37654              From: Peter BARABAS (via RT) <perlbug@perl.org>
37655              Date: 24 Aug 2002 08:16:19 -0000
37656              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> 
37657      Branch: perl
37658            ! pod/perlxstut.pod
37659 ____________________________________________________________________________
37660 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
37661         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
37662              From: Nicholas Clark <nick@unfortu.net>
37663              Date: Sat, 24 Aug 2002 17:01:08 +0100
37664              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
37665              (plus a typo fix)
37666      Branch: perl
37667            ! lib/Net/t/hostname.t
37668 ____________________________________________________________________________
37669 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
37670         Log: a2p wasn't installed with -Dversiononly
37671      Branch: perl
37672            ! installperl
37673 ____________________________________________________________________________
37674 [ 17763] By: hv                                    on 2002/08/23  12:23:31
37675         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
37676              with a NULL subaddr. Fix that, and stop it happening again.
37677      Branch: perl
37678            ! op.c universal.c
37679 ____________________________________________________________________________
37680 [ 17762] By: hv                                    on 2002/08/23  11:02:35
37681         Log: fixup threaded build for vstring changes
37682      Branch: perl
37683            ! universal.c util.c
37684 ____________________________________________________________________________
37685 [ 17761] By: ams                                   on 2002/08/23  02:54:09
37686         Log: Incorporate fix from JHI at:
37687              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
37688      Branch: perl
37689            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
37690 ____________________________________________________________________________
37691 [ 17760] By: ams                                   on 2002/08/23  01:30:46
37692         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
37693              From: Jarkko Hietaniemi <jhi@iki.fi>
37694              Date: Fri, 23 Aug 2002 05:29:09 +0300
37695              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
37696      Branch: perl
37697            ! ext/Devel/PPPort/PPPort.pm
37698 ____________________________________________________________________________
37699 [ 17759] By: ams                                   on 2002/08/23  01:27:23
37700         Log: Subject: [PATCH] x2p/str.c signedness nits
37701              From: Jarkko Hietaniemi <jhi@iki.fi>
37702              Date: Fri, 23 Aug 2002 02:43:30 +0300
37703              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
37704      Branch: perl
37705            ! x2p/str.c
37706 ____________________________________________________________________________
37707 [ 17758] By: hv                                    on 2002/08/22  22:29:45
37708         Log: bignum-0.12 updates from:
37709              Subject: [ANNOUCNE] Big Math::Big* update
37710              From: Tels <perl_dummy@bloodgate.com>
37711              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
37712              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
37713      Branch: perl
37714            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
37715            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
37716            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
37717            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
37718            ! lib/bigrat.pm
37719 ____________________________________________________________________________
37720 [ 17757] By: hv                                    on 2002/08/22  22:19:42
37721         Log: new file for #17756
37722      Branch: perl
37723            ! MANIFEST
37724 ____________________________________________________________________________
37725 [ 17756] By: hv                                    on 2002/08/22  22:16:41
37726         Log: Subject: ANNOUCNE: Math::BigRat v0.09
37727              From: Tels <perl_dummy@bloodgate.com>
37728              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
37729              Message-Id: <200208141812.g7EICrV23771@crypt.org>
37730      Branch: perl
37731            + lib/Math/BigRat/t/big_ap.t
37732            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
37733            ! lib/Math/BigRat/t/bigratpm.inc
37734 ____________________________________________________________________________
37735 [ 17755] By: hv                                    on 2002/08/22  19:44:03
37736         Log: new files from #17754
37737      Branch: perl
37738            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
37739 ____________________________________________________________________________
37740 [ 17754] By: hv                                    on 2002/08/22  19:42:58
37741         Log: Subject: ANNOUNCE: Math-BigInt v1.62
37742              From: Tels <perl_dummy@bloodgate.com>
37743              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
37744              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
37745      Branch: perl
37746            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
37747            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
37748            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
37749            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
37750            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
37751            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
37752            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
37753            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
37754            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
37755            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
37756            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
37757 ____________________________________________________________________________
37758 [ 17753] By: hv                                    on 2002/08/22  12:05:57
37759         Log: Subject: podlators 1.24 released
37760              From: Russ Allbery <rra@stanford.edu>
37761              Date: Sat, 03 Aug 2002 20:56:42 -0700
37762              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
37763      Branch: perl
37764            + lib/Pod/t/text-options.t
37765            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
37766            ! lib/Pod/t/basic.t pod/pod2text.PL
37767 ____________________________________________________________________________
37768 [ 17752] By: hv                                    on 2002/08/22  11:13:17
37769         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
37770              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37771              Date: Fri, 26 Jul 2002 02:59:12 +0900
37772              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
37773      Branch: perl
37774            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
37775            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
37776            ! lib/Unicode/Collate/t/test.t
37777 ____________________________________________________________________________
37778 [ 17751] By: hv                                    on 2002/08/22  11:08:35
37779         Log: fix test failure from #17747
37780      Branch: perl
37781            ! ext/B/t/stash.t
37782 ____________________________________________________________________________
37783 [ 17750] By: hv                                    on 2002/08/22  10:46:19
37784         Log: Subject: [PATCH] Fix DBM filters
37785              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37786              Date: Wed, 21 Aug 2002 11:40:49 +0100
37787              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
37788      Branch: perl
37789            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
37790            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
37791            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
37792            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
37793            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
37794            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
37795            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
37796 ____________________________________________________________________________
37797 [ 17749] By: hv                                    on 2002/08/22  01:04:32
37798         Log: avoid use of %caller::EXPORT
37799              Subject: [PATCH] Re: question about Exporter::import
37800              From: Nicholas Clark <nick@unfortu.net>
37801              Date: Wed, 14 Aug 2002 21:33:12 +0100
37802              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
37803      Branch: perl
37804            ! lib/Exporter.pm lib/Exporter/Heavy.pm
37805 ____________________________________________________________________________
37806 [ 17748] By: hv                                    on 2002/08/22  00:54:03
37807         Log: todo test for linux $0 modification
37808              Subject: Re: [perl #16206] $0 in 5.8
37809              From: Slaven Rezic <slaven.rezic@berlin.de>
37810              Date: 17 Aug 2002 21:32:37 +0200
37811              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
37812      Branch: perl
37813            ! t/op/magic.t
37814 ____________________________________________________________________________
37815 [ 17747] By: hv                                    on 2002/08/22  00:11:34
37816         Log: Subject: Re: [PATCH] Version object patch #1
37817              From: John Peacock <jpeacock@rowman.com>
37818              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
37819              Message-id: <3D630042.6020407@rowman.com>
37820              
37821              Subject: Re: [REVISED PATCH] Magic v-strings
37822              From: John Peacock <jpeacock@rowman.com>
37823              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
37824              Message-id: <3D63E532.7020305@rowman.com>
37825      Branch: perl
37826            ! sv.c t/op/ver.t universal.c util.c
37827 ____________________________________________________________________________
37828 [ 17746] By: hv                                    on 2002/08/20  16:48:05
37829         Log: Subject: [PATCH] Version object patch #1
37830              From: John Peacock <jpeacock@rowman.com>
37831              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
37832              Message-id: <3D5BB55D.6090603@rowman.com>
37833              and Message-id: <3D627D1A.4050607@rowman.com>
37834              and t/lib/warnings/universal tweak to skip
37835      Branch: perl
37836            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
37837            ! t/lib/warnings/universal toke.c util.c
37838 ____________________________________________________________________________
37839 [ 17745] By: hv                                    on 2002/08/20  16:27:01
37840         Log: perldelta for #17727
37841      Branch: perl
37842            ! pod/perldelta.pod
37843 ____________________________________________________________________________
37844 [ 17744] By: hv                                    on 2002/08/20  15:34:36
37845         Log: Subject: typo in perfunc.pod
37846              From: "John P. Linderman" <jpl@research.att.com>
37847              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
37848              Message-id: <200208191245.IAA20072@raptor.research.att.com>
37849      Branch: perl
37850            ! pod/perlfunc.pod
37851 ____________________________________________________________________________
37852 [ 17743] By: hv                                    on 2002/08/20  15:31:40
37853         Log: Subject: Re: [PATCH] fix typos in perlpacktut
37854              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
37855              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
37856              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
37857      Branch: perl
37858            ! pod/perlpacktut.pod
37859 ____________________________________________________________________________
37860 [ 17742] By: hv                                    on 2002/08/20  14:51:16
37861         Log: Subject: [REVISED PATCH] Magic v-strings
37862              From: John Peacock <jpeacock@rowman.com>
37863              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
37864              Message-id: <3D556FE6.6000404@rowman.com>
37865              plus a bit of cleanup
37866      Branch: perl
37867            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
37868 ____________________________________________________________________________
37869 [ 17741] By: hv                                    on 2002/08/20  14:20:16
37870         Log: Subject: Re: [PATCH] Storable and CODE references
37871              From: Slaven Rezic <slaven.rezic@berlin.de>
37872              Date: 17 Aug 2002 21:58:03 +0200
37873              Message-id: <87bs812r78.fsf@vran.herceg.de>
37874      Branch: perl
37875            + ext/Storable/t/code.t
37876            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
37877            ! ext/Storable/t/malice.t
37878 ____________________________________________________________________________
37879 [ 17740] By: hv                                    on 2002/08/20  14:07:56
37880         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
37881              Handle CoW in hashes:
37882              Subject: Re: why would tr/// be performing hash copies?
37883              From: Nicholas Clark <nick@unfortu.net>
37884              Date: Sun, 18 Aug 2002 23:17:01 +0100
37885              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
37886      Branch: perl
37887            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
37888 ____________________________________________________________________________
37889 [ 17739] By: hv                                    on 2002/08/20  13:52:18
37890         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
37891              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37892              Date: Tue, 23 Jul 2002 09:21:10 +0200
37893              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
37894      Branch: perl
37895            ! Configure
37896 ____________________________________________________________________________
37897 [ 17738] By: nick                                  on 2002/08/20  07:13:52
37898         Log: Integrate mainline
37899      Branch: perlio
37900            - vos/Makefile vos/build.cm vos/compile_perl.cm
37901            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37902            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
37903            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
37904            - vos/vos_dummies.c
37905           !> (integrate 57 files)
37906 ____________________________________________________________________________
37907 [ 17737] By: ams                                   on 2002/08/19  07:48:39
37908         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
37909              negligence.
37910      Branch: perl
37911            ! pod/perlrun.pod
37912 ____________________________________________________________________________
37913 [ 17736] By: hv                                    on 2002/08/18  18:27:28
37914         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
37915              From: Dave Mitchell <davem@fdgroup.com>
37916              Date: Fri, 16 Aug 2002 23:31:07 +0100
37917              Message-id: <20020816233107.E9388@fdgroup.com>
37918      Branch: perl
37919            ! numeric.c t/base/num.t
37920 ____________________________________________________________________________
37921 [ 17735] By: hv                                    on 2002/08/18  02:22:21
37922         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
37923              From: Mark-Jason Dominus <mjd@plover.com>
37924              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
37925              Message-id: <20020814011909.22744.qmail@plover.com>
37926      Branch: perl
37927            ! lib/Net/hostent.pm
37928 ____________________________________________________________________________
37929 [ 17734] By: hv                                    on 2002/08/18  02:20:05
37930         Log: Subject: [PATCH] Re: Pod::Functions tpyo
37931              From: Abe Timmerman <abe@ztreet.demon.nl>
37932              Date: Tue, 13 Aug 2002 23:47:00 +0200
37933              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
37934      Branch: perl
37935            ! lib/Pod/Functions.pm
37936 ____________________________________________________________________________
37937 [ 17733] By: hv                                    on 2002/08/18  02:17:18
37938         Log: Subject: Server rename revisited
37939              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37940              Date: Tue, 13 Aug 2002 19:19:03 +0200
37941              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
37942      Branch: perl
37943            ! README.hpux
37944 ____________________________________________________________________________
37945 [ 17732] By: hv                                    on 2002/08/18  02:11:49
37946         Log: Subject: [PATCH] Remove old VOS build methods
37947              From: Paul_GreenVOS@vos.stratus.com
37948              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
37949              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
37950      Branch: perl
37951            - vos/Makefile vos/build.cm vos/compile_perl.cm
37952            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37953            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
37954            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
37955            - vos/vos_dummies.c
37956            ! MANIFEST README.vos pod/perlport.pod vos/Changes
37957 ____________________________________________________________________________
37958 [ 17731] By: hv                                    on 2002/08/18  01:57:12
37959         Log: Subject: [PATCH] Configure missing d_modflproto=''
37960              From: "Gerrit P. Haase" <gp@familiehaase.de>
37961              Date: Tue, 13 Aug 2002 15:11:05 +0200
37962              Message-id: <11417599086.20020813151105@familiehaase.de>
37963      Branch: perl
37964            ! Configure
37965 ____________________________________________________________________________
37966 [ 17730] By: hv                                    on 2002/08/18  01:41:33
37967         Log: missing chunk from #17725 causes lib/constant.t test failures
37968      Branch: perl
37969            ! lib/constant.t
37970 ____________________________________________________________________________
37971 [ 17729] By: hv                                    on 2002/08/17  02:33:15
37972         Log: Subject: [PATCH] Safe.pm documentation
37973              From: Slaven Rezic <slaven.rezic@berlin.de>
37974              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
37975              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
37976      Branch: perl
37977            ! ext/Opcode/Safe.pm pod/perlre.pod
37978 ____________________________________________________________________________
37979 [ 17728] By: hv                                    on 2002/08/17  02:07:24
37980         Log: Subject: Copy On Write
37981              From: Nicholas Clark <nick@ccl4.org>
37982              Date: Thu, 15 Aug 2002 00:10:35 +0100
37983              Message-id: <20020815001035.A69079@plum.flirble.org>
37984              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
37985      Branch: perl
37986            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
37987            ! pp_hot.c proto.h sv.c sv.h
37988 ____________________________________________________________________________
37989 [ 17727] By: hv                                    on 2002/08/17  01:20:05
37990         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
37991              From: Mark-Jason Dominus <mjd@plover.com>
37992              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
37993              Message-id: <20020415033855.6343.qmail@plover.com>
37994      Branch: perl
37995            ! av.c av.h pod/perltie.pod t/op/tiearray.t
37996 ____________________________________________________________________________
37997 [ 17726] By: hv                                    on 2002/08/17  01:17:09
37998         Log: pp.c warns that sv may be used uninitialised in pp_delete()
37999      Branch: perl
38000            ! pp.c
38001 ____________________________________________________________________________
38002 [ 17725] By: hv                                    on 2002/08/17  00:51:19
38003         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
38004              From: Michael G Schwern <schwern@pobox.com>
38005              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
38006              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
38007      Branch: perl
38008            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
38009            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
38010            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
38011            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
38012 ____________________________________________________________________________
38013 [ 17724] By: hv                                    on 2002/08/17  00:27:33
38014         Log: ext/B/defsubs.h also depends on the program that builds it
38015      Branch: perl
38016            ! ext/B/Makefile.PL
38017 ____________________________________________________________________________
38018 [ 17723] By: hv                                    on 2002/08/17  00:10:24
38019         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
38020              From: Dave Mitchell <davem@fdgroup.com>
38021              Date: Tue, 13 Aug 2002 14:42:15 +0100
38022              Message-ID: <20020813144215.G11939@fdgroup.com>
38023      Branch: perl
38024            ! embed.fnc embed.h global.sym proto.h
38025 ____________________________________________________________________________
38026 [ 17722] By: ams                                   on 2002/08/16  05:20:22
38027         Log: Subject: Minor perlrun.pod patch
38028              From: Iain Truskett <spoon@cpan.org>
38029              Date: Fri, 16 Aug 2002 16:20:27 +1000
38030              Message-Id: <20020816162027.D17196@eh.org>
38031      Branch: perl
38032            ! pod/perlrun.pod
38033 ____________________________________________________________________________
38034 [ 17721] By: hv                                    on 2002/08/12  12:17:19
38035         Log: #17717 needed tests fixing up
38036      Branch: perl
38037            ! t/op/chop.t
38038 ____________________________________________________________________________
38039 [ 17720] By: hv                                    on 2002/08/12  12:10:07
38040         Log: Subject: Re: [PATCH] Re: taint news
38041              From: Rick Delaney <rick.delaney@rogers.com>
38042              Date: 04 Aug 2002 00:28:58 EDT
38043              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
38044              missed patch fragment from Change #17676
38045      Branch: perl
38046            ! pod/perlsec.pod
38047 ____________________________________________________________________________
38048 [ 17719] By: hv                                    on 2002/08/12  12:03:53
38049         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
38050              From: Warren Jones (via RT) <perlbug@perl.org>
38051              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
38052              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
38053      Branch: perl
38054            ! lib/strict.t lib/warnings.t
38055 ____________________________________________________________________________
38056 [ 17718] By: hv                                    on 2002/08/12  11:57:17
38057         Log: Subject: [PATCH] add verbose stack display option, -Dvs
38058              From: Dave Mitchell <davem@fdgroup.com>
38059              Date: Mon, 5 Aug 2002 00:55:33 +0100
38060              Message-id: <20020805005533.B26111@fdgroup.com>
38061      Branch: perl
38062            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
38063            ! pod/perlrun.pod proto.h
38064 ____________________________________________________________________________
38065 [ 17717] By: hv                                    on 2002/08/12  11:44:06
38066         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
38067              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38068              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
38069              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
38070      Branch: perl
38071            ! op.c t/op/chop.t t/op/ref.t
38072 ____________________________________________________________________________
38073 [ 17716] By: hv                                    on 2002/08/12  11:29:53
38074         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
38075              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38076              Date: Sat, 13 Jul 2002 17:44:02 +0100
38077              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
38078      Branch: perl
38079            ! pp_hot.c t/op/tiehandle.t
38080 ____________________________________________________________________________
38081 [ 17715] By: hv                                    on 2002/08/12  11:28:26
38082         Log: Subject: [PATCH] better modfl detection
38083              From: Nicholas Clark <nick@unfortu.net>
38084              Date: Sun, 11 Aug 2002 20:05:49 +0100
38085              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
38086      Branch: perl
38087            ! Configure config_h.SH perl.h
38088 ____________________________________________________________________________
38089 [ 17714] By: hv                                    on 2002/08/12  11:26:23
38090         Log: Subject: [PATCH] perltodo.pod
38091              From: Richard.Foley@t-online.de
38092              Date: Sun, 11 Aug 2002 18:26:10 +0200
38093              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
38094              perlbug credits
38095      Branch: perl
38096            ! pod/perltodo.pod
38097 ____________________________________________________________________________
38098 [ 17713] By: hv                                    on 2002/08/12  11:24:44
38099         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
38100              From: Nicholas Clark <nick@unfortu.net>
38101              Date: Sun, 11 Aug 2002 16:59:16 +0100
38102              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
38103      Branch: perl
38104            ! gv.c
38105 ____________________________________________________________________________
38106 [ 17712] By: hv                                    on 2002/08/12  11:23:06
38107         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
38108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38109              Date: Mon, 12 Aug 2002 10:25:20 +0200
38110              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
38111              gcc bug test needs -lm
38112      Branch: perl
38113            ! hints/hpux.sh
38114 ____________________________________________________________________________
38115 [ 17711] By: hv                                    on 2002/08/12  11:20:49
38116         Log: Subject: [PATCH s2p] Small typo correction
38117              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
38118              Date: Wed, 7 Aug 2002 11:50:51 +0200
38119              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
38120      Branch: perl
38121            ! x2p/s2p.PL
38122 ____________________________________________________________________________
38123 [ 17710] By: hv                                    on 2002/08/12  11:17:21
38124         Log: Subject: [PATCH] pod/perlfaq4.pod
38125              From: Abigail <abigail@foad.org>
38126              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
38127              Message-id: <20020730095202.A6462@ucan.foad.org>
38128              Add references to Regexp::Common.
38129      Branch: perl
38130            ! pod/perlfaq4.pod
38131 ____________________________________________________________________________
38132 [ 17709] By: nick                                  on 2002/08/11  10:25:15
38133         Log: Fix for [perl #15986] tell/seek misbehave for :crlf
38134              Test from "Vadim Konovalov" <vkonovalov@peterstar.ru>
38135              fix by Nick I-S based on study of problem based
38136              on Vadim's analysis.
38137      Branch: perlio
38138            ! perlio.c t/io/crlf.t
38139 ____________________________________________________________________________
38140 [ 17708] By: nick                                  on 2002/08/11  10:22:36
38141         Log: Integrate mainline.
38142      Branch: perlio
38143           +> pod/perl58delta.pod t/op/dor.t t/op/stash.t
38144           !> (integrate 73 files)
38145 ____________________________________________________________________________
38146 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
38147         Log: Subject: New HP-UX itanium servers
38148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38149              Date: Wed, 07 Aug 2002 13:25:57 +0200
38150              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
38151      Branch: perl
38152            ! README.hpux
38153 ____________________________________________________________________________
38154 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
38155         Log: Subject: Re: missing lower range in {} regex 
38156              From: "John P. Linderman" <jpl@research.att.com>
38157              Date: Fri, 09 Aug 2002 12:48:55 -0400
38158              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
38159      Branch: perl
38160            ! pod/perlre.pod
38161 ____________________________________________________________________________
38162 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
38163         Log: More tests for the attribute syntax, from the
38164              attributes manpage.
38165      Branch: perl
38166            ! t/op/attrs.t
38167 ____________________________________________________________________________
38168 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
38169         Log: Fix bug #16080 : an attribute list should end at '}'
38170      Branch: perl
38171            ! t/op/attrs.t toke.c
38172 ____________________________________________________________________________
38173 [ 17703] By: hv                                    on 2002/08/08  15:30:12
38174         Log: Update Changes
38175      Branch: perl
38176            ! Changes patchlevel.h
38177 ____________________________________________________________________________
38178 [ 17702] By: hv                                    on 2002/08/08  15:08:57
38179         Log: Subject: Re: README.aix
38180              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38181              Date: Tue, 30 Jul 2002 13:30:29 +0200
38182              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
38183      Branch: perl
38184            ! README.aix
38185 ____________________________________________________________________________
38186 [ 17701] By: hv                                    on 2002/08/08  15:06:01
38187         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
38188              From: Andy Dougherty <doughera@lafayette.edu>
38189              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
38190              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
38191      Branch: perl
38192            ! hints/aix.sh
38193 ____________________________________________________________________________
38194 [ 17700] By: hv                                    on 2002/08/08  15:02:57
38195         Log: Subject: [DOC PATCH] perlipc.pod
38196              From: Arjen Laarhoven <arjen@nl.demon.net>
38197              Date: Tue, 6 Aug 2002 14:16:01 +0200
38198              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
38199      Branch: perl
38200            ! pod/perlipc.pod
38201 ____________________________________________________________________________
38202 [ 17699] By: hv                                    on 2002/08/08  14:56:56
38203         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
38204              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38205              Date: Fri, 2 Aug 2002 23:44:21 +0200
38206              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
38207      Branch: perl
38208            ! op.c t/op/attrs.t
38209 ____________________________________________________________________________
38210 [ 17698] By: hv                                    on 2002/08/08  14:52:45
38211         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
38212              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
38213              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
38214              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
38215      Branch: perl
38216            ! Configure
38217 ____________________________________________________________________________
38218 [ 17697] By: hv                                    on 2002/08/08  14:49:00
38219         Log: Subject: Doc patch for Class::Struct under 5.8.0
38220              From: Damian Conway <damian@conway.org>
38221              Date: Tue, 30 Jul 2002 23:03:14 +1000
38222              Message-id: <3D471FCF.1C7C6E6B@conway.org>
38223      Branch: perl
38224            ! lib/Class/Struct.pm
38225 ____________________________________________________________________________
38226 [ 17696] By: hv                                    on 2002/08/08  14:44:21
38227         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
38228              From: Slaven Rezic <slaven.rezic@berlin.de>
38229              Date: 31 Jul 2002 09:50:06 +0200
38230              Message-id: <87ado85ob5.fsf@vran.herceg.de>
38231      Branch: perl
38232            ! pp.c
38233 ____________________________________________________________________________
38234 [ 17695] By: hv                                    on 2002/08/08  14:40:41
38235         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
38236              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38237              Date: Fri, 2 Aug 2002 00:13:10 +0200
38238              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
38239      Branch: perl
38240            + t/op/stash.t
38241            ! MANIFEST perl.h
38242 ____________________________________________________________________________
38243 [ 17694] By: hv                                    on 2002/08/08  14:31:55
38244         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
38245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38246              Date: Wed, 31 Jul 2002 16:04:02 +0200
38247              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
38248      Branch: perl
38249            ! hints/hpux.sh
38250 ____________________________________________________________________________
38251 [ 17693] By: hv                                    on 2002/08/08  14:25:16
38252         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
38253              From: Abigail <abigail@foad.org>
38254              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
38255              Message-id: <20020725085252.A2703@ucan.foad.org>
38256      Branch: perl
38257            ! lib/ExtUtils/MM_Unix.pm
38258 ____________________________________________________________________________
38259 [ 17692] By: hv                                    on 2002/08/08  14:20:05
38260         Log: Subject: [PATCH] README.jp and README.cn
38261              From: Autrijus Tang <autrijus@autrijus.org>
38262              Date: Thu, 25 Jul 2002 07:05:11 +0800
38263              Message-id: <20020724230511.GA1327@not.autrijus.org>
38264      Branch: perl
38265            ! README.cn README.jp
38266 ____________________________________________________________________________
38267 [ 17691] By: hv                                    on 2002/08/08  14:01:50
38268         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
38269              From: Henrik Tougaard (via RT) <perlbug@perl.org>
38270              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
38271              Message-id: <rt-15398-31095.6.30466042998663@perl>
38272      Branch: perl
38273            ! lib/Pod/Usage.pm
38274 ____________________________________________________________________________
38275 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
38276         Log: Doc fix : the symbol for COPs wasn't documented.
38277      Branch: perl
38278            ! opcode.pl
38279 ____________________________________________________________________________
38280 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
38281         Log: Subject: Re: no warnings 'io';
38282              From: Nicholas Clark <nick@unfortu.net>
38283              Date: Sat, 27 Jul 2002 21:49:55 +0100
38284              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
38285              
38286              Plus a little bit of regression tests.
38287      Branch: perl
38288            ! t/lib/warnings/pp_hot util.c
38289 ____________________________________________________________________________
38290 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
38291         Log: Subject: [PATCH] XS build fix for VMS
38292              From: "Craig A. Berry" <craigberry@mac.com>
38293              Date: Sun, 4 Aug 2002 12:13:06 -0500
38294              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
38295      Branch: perl
38296            ! vms/descrip_mms.template
38297 ____________________________________________________________________________
38298 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
38299         Log: PerlIO::scalar wasn't able to read from non-string
38300              scalar ; now stringifies its argument.
38301      Branch: perl
38302            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
38303 ____________________________________________________________________________
38304 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
38305         Log: More regression tests for $^H and %^H.
38306              Add a TODO test for eval "" preserving %^H.
38307      Branch: perl
38308            ! t/comp/hints.t
38309 ____________________________________________________________________________
38310 [ 17685] By: hv                                    on 2002/08/05  22:42:09
38311         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
38312              From: "John P. Linderman" <jpl@research.att.com>
38313              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
38314              Message-id: <200207211613.MAA69505@raptor.research.att.com>
38315      Branch: perl
38316            ! lib/sort.pm lib/sort.t
38317 ____________________________________________________________________________
38318 [ 17684] By: hv                                    on 2002/08/05  22:35:22
38319         Log: Integrate from perlio: change #17653 fixes bug RT15283
38320      Branch: perl
38321           !> ext/PerlIO/via/via.xs
38322 ____________________________________________________________________________
38323 [ 17683] By: hv                                    on 2002/08/05  22:26:45
38324         Log: Integrate from maint-5.6/macperl via macperl
38325              Changes 17660, 17661, 17662, 17663, 17664
38326      Branch: perl
38327           !> perl.c
38328 ____________________________________________________________________________
38329 [ 17682] By: hv                                    on 2002/08/05  15:04:54
38330         Log: Subject: Defined-or patch (cleaned up)
38331              From: "Brent Dax" <brentdax@cpan.org>
38332              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
38333              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
38334      Branch: perl
38335            + t/op/dor.t
38336            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
38337            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
38338            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
38339            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
38340            ! vms/perly_h.vms
38341 ____________________________________________________________________________
38342 [ 17681] By: hv                                    on 2002/08/05  14:41:23
38343         Log: typo
38344      Branch: perl
38345            ! keywords.h keywords.pl
38346 ____________________________________________________________________________
38347 [ 17680] By: hv                                    on 2002/08/05  14:33:39
38348         Log: warn that keywords.h is generated
38349      Branch: perl
38350            ! keywords.h keywords.pl
38351 ____________________________________________________________________________
38352 [ 17679] By: hv                                    on 2002/08/04  23:40:22
38353         Log: again: #17678 caused test failures in pod2html,
38354              in which $1 could leak from previous regexp
38355      Branch: perl
38356            ! mg.c
38357 ____________________________________________________________________________
38358 [ 17678] By: hv                                    on 2002/08/04  15:34:19
38359         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
38360              From: hv@crypt.org
38361              Date: Sun, 04 Aug 2002 17:40:30 +0100
38362              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
38363      Branch: perl
38364            ! mg.c t/op/taint.t
38365 ____________________________________________________________________________
38366 [ 17677] By: hv                                    on 2002/08/04  15:25:25
38367         Log: Main branch no longer needs op/taint.t version check.
38368      Branch: perl
38369            ! t/op/taint.t
38370 ____________________________________________________________________________
38371 [ 17676] By: hv                                    on 2002/08/04  15:14:09
38372         Log: Subject: Re: [PATCH] Re: taint news
38373              From: Rick Delaney <rick.delaney@rogers.com>
38374              Date: 04 Aug 2002 00:28:58 EDT
38375              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
38376              Ref: 20020208.005
38377      Branch: perl
38378            ! pp_sys.c
38379 ____________________________________________________________________________
38380 [ 17675] By: hv                                    on 2002/08/04  01:48:36
38381         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
38382      Branch: perl
38383            ! AUTHORS
38384 ____________________________________________________________________________
38385 [ 17674] By: hv                                    on 2002/08/04  01:30:11
38386         Log: Subject: [PATCH] AUTHORS
38387              From: Colin Watson <colinw@zeus.com>
38388              Date: Thu, 25 Jul 2002 15:54:37 +0100
38389              Message-id: <20020725145437.GC4921@zeus.com>
38390      Branch: perl
38391            ! AUTHORS
38392 ____________________________________________________________________________
38393 [ 17673] By: hv                                    on 2002/08/04  01:27:36
38394         Log: Subject: [PATCH] AUTHORS
38395              From: Walt Mankowski <waltman@pobox.com>
38396              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
38397              Message-id: <20020721025612.GB15958@pobox.com>
38398      Branch: perl
38399            ! AUTHORS
38400 ____________________________________________________________________________
38401 [ 17672] By: hv                                    on 2002/08/04  01:25:14
38402         Log: Subject: Re: mention of "use sort" botched in perlfunc?
38403              From: Michael G Schwern <schwern@pobox.com>
38404              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
38405              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
38406      Branch: perl
38407            ! pod/perlfunc.pod
38408 ____________________________________________________________________________
38409 [ 17671] By: hv                                    on 2002/08/04  01:11:32
38410         Log: Change version from 5.8.0 to 5.9.0.
38411      Branch: perl
38412            ! Configure NetWare/Makefile NetWare/config_H.wc
38413            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
38414            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
38415            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
38416            ! patchlevel.h win32/Makefile win32/makefile.mk
38417            ! wince/Makefile.ce
38418 ____________________________________________________________________________
38419 [ 17670] By: pudge                                 on 2002/07/30  03:19:03
38420         Log: Silent warnings in MM_MacOS
38421      Branch: maint-5.8/macperl
38422            ! lib/ExtUtils/MM_MacOS.pm
38423 ____________________________________________________________________________
38424 [ 17669] By: pudge                                 on 2002/07/30  03:18:47
38425         Log: Silent warnings in MM_MacOS
38426      Branch: macperl
38427            ! lib/ExtUtils/MM_MacOS.pm
38428 ____________________________________________________________________________
38429 [ 17668] By: pudge                                 on 2002/07/30  03:16:52
38430         Log: Help fixes from Thomas Wegner
38431      Branch: macperl
38432            ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
38433      Branch: maint-5.6/macperl
38434            ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
38435      Branch: maint-5.8/macperl
38436            ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
38437 ____________________________________________________________________________
38438 [ 17667] By: pudge                                 on 2002/07/29  20:42:43
38439         Log: Integrate perl
38440      Branch: macperl
38441           +> Changes5.8 pod/perl58delta.pod
38442           !> (integrate 36 files)
38443 ____________________________________________________________________________
38444 [ 17666] By: pudge                                 on 2002/07/29  20:04:54
38445         Log: Integrate from maint-5.6/macperl
38446              
38447              Changes 17660, 17661, 17662, 17663, 17664
38448      Branch: macperl
38449            ! macos/ext/Mac/Dialogs/Dialogs.pm macos/lib/Mac/AETE/App.pm
38450            ! macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/OSA/Simple.pm
38451            ! macos/macperl/Droplets/gluemac.plx perl.c
38452 ____________________________________________________________________________
38453 [ 17665] By: pudge                                 on 2002/07/29  19:39:58
38454         Log: Integrate from maint-5.6/macperl
38455              
38456              Changes 17660, 17661, 17662, 17663, 17664
38457      Branch: maint-5.8/macperl
38458            ! macos/ext/Mac/Dialogs/Dialogs.pm macos/lib/Mac/AETE/App.pm
38459            ! macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/OSA/Simple.pm
38460            ! macos/macperl/Droplets/gluemac.plx perl.c
38461 ____________________________________________________________________________
38462 [ 17664] By: pudge                                 on 2002/07/29  19:20:51
38463         Log: Neglected to include old bugfix from main branch
38464      Branch: maint-5.6/macperl
38465            ! perl.c
38466 ____________________________________________________________________________
38467 [ 17663] By: pudge                                 on 2002/07/29  18:25:57
38468         Log: Count line numbers properly in MacPerl app
38469      Branch: maint-5.6/macperl
38470            ! perl.c
38471 ____________________________________________________________________________
38472 [ 17662] By: pudge                                 on 2002/07/29  18:21:16
38473         Log: Make Mac::Glue work to glue Mac OS X apps under Classic
38474      Branch: maint-5.6/macperl
38475            ! macos/lib/Mac/AETE/App.pm macos/lib/Mac/AETE/Format/Glue.pm
38476 ____________________________________________________________________________
38477 [ 17661] By: pudge                                 on 2002/07/29  18:20:46
38478         Log: gluemac failed with some paths
38479      Branch: maint-5.6/macperl
38480            ! macos/macperl/Droplets/gluemac.plx
38481 ____________________________________________________________________________
38482 [ 17660] By: pudge                                 on 2002/07/29  18:20:12
38483         Log: Fix long-standing bug with popup menus not working in dialogs
38484      Branch: maint-5.6/macperl
38485            ! macos/ext/Mac/Dialogs/Dialogs.pm
38486 ____________________________________________________________________________
38487 [ 17659] By: pudge                                 on 2002/07/29  18:19:00
38488         Log: Update test script
38489      Branch: maint-5.6/macperl
38490            ! macos/MacPerlTests.cmd
38491 ____________________________________________________________________________
38492 [ 17658] By: pudge                                 on 2002/07/29  18:18:35
38493         Log: Portability fixes for blib
38494              (already in 5.8/5.9)
38495      Branch: maint-5.6/macperl
38496            ! lib/blib.pm
38497 ____________________________________________________________________________
38498 [ 17657] By: pudge                                 on 2002/07/29  18:17:54
38499         Log: Minor test fixes
38500      Branch: maint-5.6/macperl
38501            ! t/lib/filespec.t t/op/magic.t
38502 ____________________________________________________________________________
38503 [ 17656] By: ams                                   on 2002/07/28  06:12:33
38504         Log: Subject: [PATCH] Typo in regcomp.c
38505              From: Chris Ball <chris@cpan.org>
38506              Date: 26 Jul 2002 17:49:35 +0100
38507              Message-Id: <868z3yzb6o.fsf@void.printf.net>
38508              (With additional tweak to s_reginclasslen.)
38509      Branch: perl
38510            ! regcomp.c
38511 ____________________________________________________________________________
38512 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
38513         Log: Upgrade to Unicode::Collate 0.20.
38514      Branch: perl
38515            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
38516            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
38517 ____________________________________________________________________________
38518 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
38519         Log: Commas, schcommas.
38520      Branch: perl
38521            ! patchlevel.h
38522 ____________________________________________________________________________
38523 [ 17653] By: nick                                  on 2002/07/23  07:56:25
38524         Log: Fix #15283 - binmode() was not passing mode
38525              to PUSHED method called from PerlIO::via.
38526      Branch: perlio
38527            ! ext/PerlIO/via/via.xs
38528 ____________________________________________________________________________
38529 [ 17652] By: nick                                  on 2002/07/23  07:55:03
38530         Log: Integrate mainline to just past perl5.8.0
38531      Branch: perlio
38532           +> Changes5.8
38533           !> Changes MANIFEST
38534 ____________________________________________________________________________
38535 [ 17651] By: pudge                                 on 2002/07/23  03:24:35
38536         Log: Integrate maint-5.6/perl
38537      Branch: maint-5.6/macperl
38538           +> t/win32/longpath.t
38539           !> (integrate 35 files)
38540 ____________________________________________________________________________
38541 [ 17650] By: gsar                                  on 2002/07/22  15:27:48
38542         Log: create macperl-5.8 branch
38543      Branch: maint-5.8/macperl
38544           +> (branch 3480 files)
38545 ____________________________________________________________________________
38546 [ 17649] By: jhi                                   on 2002/07/21  08:44:34
38547         Log: Because of #17429.
38548      Branch: maint-5.8/perl
38549            ! pod/perldelta.pod
38550 ____________________________________________________________________________
38551 [ 17648] By: chip                                  on 2002/07/19  22:51:19
38552         Log: Update Changes.  (Including incorrect change #.)
38553      Branch: maint-5.005/perl
38554            ! Changes
38555 ____________________________________________________________________________
38556 [ 17647] By: chip                                  on 2002/07/19  22:47:57
38557         Log: ensure that hashes never attempt to malloc with a negative size
38558              From: Hugo <hv@crypt.compulink.co.uk>
38559              Subject: Re: [ID 20000421.002] Math::BigInt out of memory?
38560      Branch: maint-5.005/perl
38561            ! hv.c
38562 ____________________________________________________________________________
38563 [ 17646] By: chip                                  on 2002/07/19  20:15:23
38564         Log: Update Changes in preparation for 5.005_04.
38565      Branch: maint-5.005/perl
38566            ! Changes
38567 ____________________________________________________________________________
38568 [ 17645] By: gsar                                  on 2002/07/19  19:29:57
38569         Log: create maint-5.8 branch from perl/...@17638
38570      Branch: maint-5.8/perl
38571           +> (branch 2829 files)
38572 ____________________________________________________________________________
38573 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
38574         Log: Copy perldelta as perl58delta, purge the perldelta.
38575      Branch: perl
38576            + pod/perl58delta.pod
38577            ! MANIFEST pod/perldelta.pod
38578 ____________________________________________________________________________
38579 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
38580         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
38581      Branch: perl
38582            ! Changes patchlevel.h
38583 ____________________________________________________________________________
38584 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
38585         Log: Integrate perlio (no changes, but that's fine).
38586      Branch: perl
38587           !> embed.fnc perl.h
38588 ____________________________________________________________________________
38589 [ 17640] By: nick                                  on 2002/07/19  07:09:37
38590         Log: Integrate mainline@17638, apply couple
38591              of whitespace edits so matches perl5.8.0 exactly.
38592      Branch: perlio
38593            ! embed.fnc perl.h
38594           !> AUTHORS Changes Configure INSTALL NetWare/Makefile
38595           !> NetWare/t/NWScripts.pl Porting/config.sh Porting/config_H
38596           !> lib/File/stat.pm patchlevel.h pod/perldelta.pod
38597           !> pod/perlfunc.pod pod/perlhist.pod pod/perlthrtut.pod
38598           !> pod/perltoc.pod pod/perlvar.pod util.c
38599 ____________________________________________________________________________
38600 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
38601         Log: It's all yours, Hugo.
38602      Branch: perl
38603            + Changes5.8
38604            ! Changes MANIFEST