This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More symbol scan logic from Alan Burlison.
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
21a64cc4 6pod/perlhack.pod for the details.
99b32ad1 7
21a64cc4 8For information on what's new in this release, see pod/perldelta.pod.
99b32ad1 9
5850c7a4 10[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 11
99b32ad1
JH
12NOTE: Each change entry shows the change number; who checked it into the
13repository; when; description of the change; which branch the change
14happened in; and the affected files. The file lists have a short symbolic
15indicator:
16
17 ! modified
18 + added
19 - deleted
20 +> branched (from elsewhere)
21 !> merged changes (from elsewhere)
22
dd6de302
JH
23The Message-Ids in the change entries refer to the email messages sent
24to the perl5-porters mailing list. You can retrieve the messages for
25example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1
JH
26
27--------------
6b490b4c 28Version v5.9.X Development release working toward v5.10
99b32ad1 29--------------
9d1d2f03
AMS
30
31____________________________________________________________________________
32[ 19409] By: ams on 2003/05/05 03:21:41
33 Log: Subject: Re: Bug in Storable???
34 From: Slaven Rezic <slaven@rezic.de>
35 Date: 04 May 2003 18:00:40 +0200
36 Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
37 Branch: perl
38 ! ext/Storable/Storable.xs ext/Storable/t/integer.t
39____________________________________________________________________________
40[ 19408] By: jhi on 2003/05/04 19:57:14
41 Log: For some reason a fragment of change #19314 had not been merged.
42 Branch: maint-5.8/perl
43 ! uconfig.h uconfig.sh
44____________________________________________________________________________
45[ 19407] By: jhi on 2003/05/04 19:39:01
46 Log: This way reads a bit better with pod2man.
47 Branch: perl
48 ! pod/perlartistic.pod pod/perlgpl.pod
49____________________________________________________________________________
50[ 19406] By: jhi on 2003/05/04 12:01:00
51 Log: Integrate from maint:
52 [ 18568]
53 Add the POSIX::sigaction() trick by Slaven Rezic
54 for [perl #17341].
55 Branch: perl
56 !> pod/perlfunc.pod pod/perlipc.pod
57____________________________________________________________________________
58[ 19405] By: jhi on 2003/05/04 11:51:42
59 Log: Cosmic rays? Whatever it was, now it is gone and the test works
60 also in maint.
61 Branch: maint-5.8/perl
62 ! t/run/switchd.t
63____________________________________________________________________________
64[ 19404] By: jhi on 2003/05/04 11:15:59
65 Log: It seems as if this issue wouldn't be fixed in maint yet?
66 Branch: maint-5.8/perl
67 ! t/run/switchd.t
68____________________________________________________________________________
69[ 19403] By: jhi on 2003/05/04 11:14:49
70 Log: Integrate:
71 [ 19401]
72 Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
73 regen perltoc, perlmodlib. The GPL added as verbatim as possible,
74 the perlartistic is a straightforward podification.
75 Branch: maint-5.8/perl
76 +> pod/perlartistic.pod pod/perlgpl.pod
77 !> MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
78 !> pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
79____________________________________________________________________________
80[ 19402] By: jhi on 2003/05/04 11:10:26
81 Log: Integrate:
82 [ 19381]
83 Forgot to check in the -d: file.
84 Branch: maint-5.8/perl
85 !> t/run/switchd.t
86____________________________________________________________________________
87[ 19401] By: jhi on 2003/05/04 09:25:48
88 Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
89 regen perltoc, perlmodlib. The GPL added as verbatim as possible,
90 the perlartistic is a straightforward podification.
91 Branch: perl
92 + pod/perlartistic.pod pod/perlgpl.pod
93 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
94 ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
95____________________________________________________________________________
96[ 19400] By: jhi on 2003/05/04 08:29:43
97 Log: Integrate:
98 [ 19242]
99 Fix up Larry's copyright statements to my best knowledge.
100 (Lots of Perl 5 source code archaeology was involved.)
101 Larry didn't make strangled noises when I showed him
102 the patch, either :-)
103 Branch: maint-5.8/perl
104 !> (integrate 98 files)
105____________________________________________________________________________
106[ 19399] By: jhi on 2003/05/04 08:25:06
107 Log: Integrate:
108 [ 19398]
109 Doesn't make any difference for the test but is more logical.
110 Branch: maint-5.8/perl
111 !> t/lib/Devel/switchd.pm
112____________________________________________________________________________
113[ 19398] By: jhi on 2003/05/04 08:19:14
114 Log: Doesn't make any difference for the test but is more logical.
115 Branch: perl
116 ! t/lib/Devel/switchd.pm
117____________________________________________________________________________
118[ 19397] By: jhi on 2003/05/04 08:16:21
119 Log: Integrate:
120 [ 19378]
121 The [perl #21890] (Devel::Coverage breakage) has been fixed
122 by change #18589 (it was broken by change #9754); add test case.
123
124 [ 19380]
125 Solaris: make -Duse64bitall'ed to have an archname of
126 sun4-solaris-64, from Alan Burlison. (The default is to not
127 to suffix anything with -Duse64bitall if longs are 64 bit.
128 This may lead into confusion and much sorrow if 32-bit binaries
129 and 64-bit binaries are installed under the same directories.
130 Why is "-64" or something like that the default? Well, there
131 are platforms where 64 bits really is the default default.
132 There adding a "-64" would be kind of odd. Better to let
133 each 64-bit capable platform to choose their archnames.)
134
135 [ 19381]
136 Forgot to check in the -d: file.
137
138 [ 19382]
139 Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
140 From: Michael G Schwern <schwern@pobox.com>
141 Date: Wed, 30 Apr 2003 18:19:32 -0700
142 Message-ID: <20030501011932.GM701@windhund.schwern.org>
143
144 [ 19383]
145 Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
146 From: Abe Timmerman <abe@ztreet.demon.nl>
147 Date: Thu, 1 May 2003 18:34:35 +0200
148 Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
149
150 [ 19384]
151 Subject: [PATCH win32/win32.c] silence compiler warnings
152 From: Abe Timmerman <abe@ztreet.demon.nl>
153 Date: Fri, 2 May 2003 00:51:42 +0200
154 Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
155
156 [ 19385]
157 Subject: [PATCH] OpenUNIX 8 support
158 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
159 Date: Fri, 2 May 2003 12:12:08 +0200
160 Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
161
162 [ 19386]
163 Subject: [PATCH] Re: maintperl on OpenUNIX 8
164 From: Andy Dougherty <doughera@lafayette.edu>
165 Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
166 Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
167
168 [ 19387]
169 Regen Configure (no changes but that's fine).
170
171 [ 19390]
172 Tru64: PerlIO_tell() was returning about one _megabyte_ for
173 the fp offset, which was quite a big larger than the input file,
174 which meant that the SvGROW tried to grow the file to about
175 2**64-2**20, which made safesysrealloc() to understandably
176 croak (in argv.t).
177
178 [ 19391]
179 Upgrade to Unicode 4.0.0. (Well, upgrade at least
180 the Unicode character database to 4.0.0.)
181
182 [ 19392]
183 Salvage 'use filetest "access"' from compiletime to runtime.
184
185 [ 19393]
186 Extra tweakage from Rafael for #19392.
187
188 [ 19394]
189 Subject: Re: Does filetest work at all?
190 From: Slaven Rezic <slaven@rezic.de>
191 Date: 03 May 2003 18:26:49 +0200
192 Message-ID: <87ade4q9me.fsf@vran.herceg.de>
193
194 [ 19395]
195 Must skip more.
196
197 [ 19396]
198 Plagued by thinkos tonight.
199 Branch: maint-5.8/perl
200 +> (branch 29 files)
201 ! Configure config_h.SH
202 !> (integrate 143 files)
203____________________________________________________________________________
204[ 19396] By: jhi on 2003/05/03 15:42:54
205 Log: Plagued by thinkos tonight.
206 Branch: perl
207 ! lib/filetest.t
208____________________________________________________________________________
209[ 19395] By: jhi on 2003/05/03 15:37:35
210 Log: Must skip more.
211 Branch: perl
212 ! lib/filetest.t
213____________________________________________________________________________
214[ 19394] By: jhi on 2003/05/03 15:30:45
215 Log: Subject: Re: Does filetest work at all?
216 From: Slaven Rezic <slaven@rezic.de>
217 Date: 03 May 2003 18:26:49 +0200
218 Message-ID: <87ade4q9me.fsf@vran.herceg.de>
219 Branch: perl
220 ! lib/filetest.t pp_sys.c
221____________________________________________________________________________
222[ 19393] By: jhi on 2003/05/03 05:34:21
223 Log: Extra tweakage from Rafael for #19392.
224 Branch: perl
225 ! ext/B/B/Concise.pm lib/filetest.pm
226____________________________________________________________________________
227[ 19392] By: jhi on 2003/05/03 05:33:04
228 Log: Salvage 'use filetest "access"' from compiletime to runtime.
229 Branch: perl
230 ! dump.c op.c op.h pp_sys.c
231____________________________________________________________________________
232[ 19391] By: jhi on 2003/05/03 05:19:23
233 Log: Upgrade to Unicode 4.0.0. (Well, upgrade at least
234 the Unicode character database to 4.0.0.)
235 Branch: perl
236 + lib/unicore/HangulSyllableType.txt
237 + lib/unicore/NormalizationCorrections.txt
238 + lib/unicore/StandardizedVariants.txt
239 + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
240 + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
241 + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
242 + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
243 + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
244 + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
245 + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
246 + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
247 + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
248 + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
249 + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
250 + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
251 ! (edit 129 files)
252____________________________________________________________________________
253[ 19390] By: jhi on 2003/05/03 04:52:09
254 Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
255 the fp offset, which was quite a big larger than the input file,
256 which meant that the SvGROW tried to grow the file to about
257 2**64-2**20, which made safesysrealloc() to understandably
258 croak (in argv.t).
259 Branch: perl
260 ! sv.c
261____________________________________________________________________________
262[ 19389] By: jhi on 2003/05/02 19:39:12
263 Log: Better comment from Rafael.
264 Branch: metaconfig
265 ! U/modified/Oldconfig.U
266____________________________________________________________________________
267[ 19388] By: jhi on 2003/05/02 19:18:58
268 Log: metaconfig unit change for change #19387.
269 Branch: metaconfig
270 ! U/modified/Oldconfig.U
271____________________________________________________________________________
272[ 19387] By: jhi on 2003/05/02 19:18:35
273 Log: Regen Configure (no changes but that's fine).
274 Branch: perl
275 ! Configure
276____________________________________________________________________________
277[ 19386] By: jhi on 2003/05/02 19:06:39
278 Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
279 From: Andy Dougherty <doughera@lafayette.edu>
280 Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
281 Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
282 Branch: perl
283 ! Configure
284____________________________________________________________________________
285[ 19385] By: jhi on 2003/05/02 19:01:04
286 Log: Subject: [PATCH] OpenUNIX 8 support
287 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
288 Date: Fri, 2 May 2003 12:12:08 +0200
289 Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
290 Branch: perl
291 ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
292____________________________________________________________________________
293[ 19384] By: jhi on 2003/05/02 18:58:32
294 Log: Subject: [PATCH win32/win32.c] silence compiler warnings
295 From: Abe Timmerman <abe@ztreet.demon.nl>
296 Date: Fri, 2 May 2003 00:51:42 +0200
297 Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
298 Branch: perl
299 ! win32/win32.c
300____________________________________________________________________________
301[ 19383] By: jhi on 2003/05/02 18:55:37
302 Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
303 From: Abe Timmerman <abe@ztreet.demon.nl>
304 Date: Thu, 1 May 2003 18:34:35 +0200
305 Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
306 Branch: perl
307 ! win32/win32.h
308____________________________________________________________________________
309[ 19382] By: jhi on 2003/05/02 18:50:25
310 Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
311 From: Michael G Schwern <schwern@pobox.com>
312 Date: Wed, 30 Apr 2003 18:19:32 -0700
313 Message-ID: <20030501011932.GM701@windhund.schwern.org>
314 Branch: perl
315 ! ext/POSIX/POSIX.pod
316____________________________________________________________________________
317[ 19381] By: jhi on 2003/05/02 15:12:47
318 Log: Forgot to check in the -d: file.
319 Branch: perl
320 + t/lib/Devel/switchd.pm
321 ! MANIFEST t/run/switchd.t
322____________________________________________________________________________
323[ 19380] By: jhi on 2003/05/02 15:02:04
324 Log: Solaris: make -Duse64bitall'ed to have an archname of
325 sun4-solaris-64, from Alan Burlison. (The default is to not
326 to suffix anything with -Duse64bitall if longs are 64 bit.
327 This may lead into confusion and much sorrow if 32-bit binaries
328 and 64-bit binaries are installed under the same directories.
329 Why is "-64" or something like that the default? Well, there
330 are platforms where 64 bits really is the default default.
331 There adding a "-64" would be kind of odd. Better to let
332 each 64-bit capable platform to choose their archnames.)
333 Branch: perl
334 ! hints/solaris_2.sh
335____________________________________________________________________________
336[ 19379] By: nick on 2003/05/02 13:37:08
337 Log: Integrate mainline (run/switchd.t fails).
338 Branch: perlio
339 +> t/run/switchd.t
340 !> (integrate 35 files)
341____________________________________________________________________________
342[ 19378] By: jhi on 2003/05/02 08:41:40
343 Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
344 by change #18589 (it was broken by change #9754); add test case.
345 Branch: perl
346 + t/run/switchd.t
347 ! MANIFEST
348____________________________________________________________________________
349[ 19377] By: jhi on 2003/05/02 07:52:13
350 Log: Integrate:
351 [ 19371]
352 The solution in change #19363 was too unportable.
353
354 [ 19372]
355 miniperl cannot handle layers.t.
356
357 [ 19373]
358 Subject: [PATCH] RE: perl@19333
359 From: Robin Barker <Robin.Barker@npl.co.uk>
360 Date: Tue, 29 Apr 2003 17:30:23 +0100
361 Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
362
363 [ 19374]
364 OS X test tweak.
365
366 [ 19375]
367 OS X: could not -Doptimize=-g.
368
369 [ 19376]
370 great_circle_direction() was broken,
371 reported by Alexander Becher.
372 Branch: maint-5.8/perl
373 !> embed.pl ext/Cwd/t/cwd.t hints/darwin.sh lib/Math/Trig.pm
374 !> lib/Math/Trig.t pp_hot.c pp_pack.c proto.h t/io/layers.t
375 !> t/io/openpid.t
376____________________________________________________________________________
377[ 19376] By: jhi on 2003/05/02 05:31:52
378 Log: great_circle_direction() was broken,
379 reported by Alexander Becher.
380 Branch: perl
381 ! lib/Math/Trig.pm lib/Math/Trig.t
382____________________________________________________________________________
383[ 19375] By: jhi on 2003/05/01 18:18:06
384 Log: OS X: could not -Doptimize=-g.
385 Branch: perl
386 ! hints/darwin.sh
387____________________________________________________________________________
388[ 19374] By: jhi on 2003/05/01 12:33:44
389 Log: OS X test tweak.
390 Branch: perl
391 ! ext/Cwd/t/cwd.t
392____________________________________________________________________________
393[ 19373] By: jhi on 2003/05/01 11:09:42
394 Log: Subject: [PATCH] RE: perl@19333
395 From: Robin Barker <Robin.Barker@npl.co.uk>
396 Date: Tue, 29 Apr 2003 17:30:23 +0100
397 Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
398 Branch: perl
399 ! embed.pl pp_hot.c pp_pack.c proto.h
400____________________________________________________________________________
401[ 19372] By: jhi on 2003/05/01 09:52:52
402 Log: miniperl cannot handle layers.t.
403 Branch: perl
404 ! t/io/layers.t
405____________________________________________________________________________
406[ 19371] By: jhi on 2003/05/01 08:26:06
407 Log: The solution in change #19363 was too unportable.
408 Branch: perl
409 ! t/io/openpid.t
410____________________________________________________________________________
411[ 19370] By: jhi on 2003/05/01 07:57:19
412 Log: Integrate:
413 [ 19364]
414 Subject: [PATCH] [patch #7514] Bug in perlop regex explination
415 From: Casey West <casey@geeknest.com>
416 Date: m\8cn apr 28, 2003 19:22:06 Europe/Stockholm
417 Message-Id: <20030428172206.GK62281@geeknest.com>
418
419 [ 19365]
420 Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
421 From: Casey West <casey@geeknest.com>
422 Date: m\8cn apr 28, 2003 16:00:05 Europe/Stockholm
423 Message-Id: <20030428140005.GC62281@geeknest.com>
424
425 [ 19366]
426 If it's S_, it should be STATIC.
427
428 [ 19367]
429 Subject: [PATCH] buglet: sub a(;&) { } doesn't work
430 From: Enache Adrian <enache@rdslink.ro>
431 Date: Sat, 19 Apr 2003 01:41:07 +0300
432 Message-ID: <20030418224107.GA2751@ratsnest.hole>
433
434 [ 19368]
435 z/OS: More threaded build tweaks from Brian De Pradine--
436 apparently now it works!
437
438 [ 19369]
439 perlreftut updates from mjd.
440 Branch: maint-5.8/perl
441 !> embed.fnc embed.h ext/threads/threads.xs handy.h
442 !> hints/os390.sh numeric.c pod/perlop.pod pod/perlreftut.pod
443 !> proto.h t/comp/parser.t thread.h toke.c
444____________________________________________________________________________
445[ 19369] By: jhi on 2003/05/01 07:48:06
446 Log: perlreftut updates from mjd.
447 Branch: perl
448 ! pod/perlreftut.pod
449____________________________________________________________________________
450[ 19368] By: jhi on 2003/05/01 07:45:06
451 Log: z/OS: More threaded build tweaks from Brian De Pradine--
452 apparently now it works!
453 Branch: perl
454 ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
455____________________________________________________________________________
456[ 19367] By: rgs on 2003/04/29 20:31:07
457 Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
458 From: Enache Adrian <enache@rdslink.ro>
459 Date: Sat, 19 Apr 2003 01:41:07 +0300
460 Message-ID: <20030418224107.GA2751@ratsnest.hole>
461 Branch: perl
462 ! t/comp/parser.t toke.c
463____________________________________________________________________________
464[ 19366] By: jhi on 2003/04/29 08:55:12
465 Log: If it's S_, it should be STATIC.
466 Branch: perl
467 ! embed.fnc embed.h numeric.c proto.h
468____________________________________________________________________________
469[ 19365] By: sky on 2003/04/28 16:30:03
470 Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
471 From: Casey West <casey@geeknest.com>
472 Date: m\8cn apr 28, 2003 16:00:05 Europe/Stockholm
473 Message-Id: <20030428140005.GC62281@geeknest.com>
474 Branch: perl
475 ! pod/perlop.pod
476____________________________________________________________________________
477[ 19364] By: sky on 2003/04/28 16:20:43
478 Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
479 From: Casey West <casey@geeknest.com>
480 Date: m\8cn apr 28, 2003 19:22:06 Europe/Stockholm
481 Message-Id: <20030428172206.GK62281@geeknest.com>
482 Branch: perl
483 ! pod/perlop.pod
484____________________________________________________________________________
485[ 19363] By: sky on 2003/04/28 15:32:35
486 Log: Fix bug 2681, change the test not to use the shell and use 3+arg
487 open.
488 Branch: perl
489 ! t/io/openpid.t
490____________________________________________________________________________
491[ 19362] By: jhi on 2003/04/28 14:33:35
492 Log: It helps to count right.
493 Branch: maint-5.8/perl
494 ! lib/fields.t
495____________________________________________________________________________
496[ 19361] By: jhi on 2003/04/28 09:16:12
497 Log: The fields test required a little bit of backporting.
498 Branch: maint-5.8/perl
499 ! lib/fields.t
500____________________________________________________________________________
501[ 19360] By: jhi on 2003/04/28 09:10:08
502 Log: Integrate:
503 [ 19348]
504 Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
505 From: Casey West <casey@geeknest.com>
506 Date: Thu, 24 Apr 2003 08:18:42 -0400
507 Message-ID: <20030424121842.GW34510@geeknest.com>
508
509 [ 19349]
510 Subject: [PATCH] VMS::Stdio test tweak
511 From: "Craig A. Berry" <craigberry@mac.com>
512 Date: Sat, 26 Apr 2003 15:53:07 -0500
513 Message-ID: <3EAAF1B3.7020708@mac.com>
514
515 [ 19350]
516 Add Dave Mitchell's test case for fields.
517
518 [ 19351]
519 Add a test case for [perl #15288] (already solved).
520
521 [ 19353]
522 utime() doc clarifications
523 based on :
524 Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
525 From: Casey West <casey@geeknest.com>
526 Date: Fri, 25 Apr 2003 08:00:54 -0400
527 Message-ID: <20030425120054.GQ34510@geeknest.com>
528
529 [ 19354]
530 $[ clarifications.
531
532 [ 19355]
533 Document a faint compilation noise.
534
535 [ 19356]
536 Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
537 Check errno to see if the call to nice(2) succeeded.
538 Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
539 From: Enache Adrian <enache@rdslink.ro>
540 Date: Wed, 23 Apr 2003 22:48:20 +0300
541 Message-ID: <20030423194820.GA874@ratsnest.hole>
542
543 [ 19357]
544 Detecting errors of reentrant APIs: getgrgid_r and the like
545 when returning an int can either return the error in the return
546 value or in the errno. We need a new per-interp variable to store
547 the return value instead of clobbering the errno with it. The new
548 variable, PL_reentrant_retint, is only used within the reentrancy
549 framework, and immediately after it's set, so there should not be
550 similar visibility issues as for the errno. Spotted by Edward Moy.
551
552 [ 19358]
553 SysV msg queues can be something hanging (witnessed in IRIX),
554 so let's use IPC_NOWAIT.
555
556 [ 19359]
557 Feel-good cleanup.
558 Branch: maint-5.8/perl
559 !> README.aix embedvar.h ext/IPC/SysV/t/msg.t ext/POSIX/POSIX.xs
560 !> intrpvar.h lib/UNIVERSAL.pm lib/fields.t perlapi.h
561 !> pod/perlfunc.pod pod/perlvar.pod reentr.c reentr.h reentr.pl
562 !> sv.c t/op/pack.t t/op/taint.t vms/ext/Stdio/test.pl
563____________________________________________________________________________
564[ 19359] By: jhi on 2003/04/28 08:43:23
565 Log: Feel-good cleanup.
566 Branch: perl
567 ! intrpvar.h sv.c
568____________________________________________________________________________
569[ 19358] By: jhi on 2003/04/28 08:27:15
570 Log: SysV msg queues can be something hanging (witnessed in IRIX),
571 so let's use IPC_NOWAIT.
572 Branch: perl
573 ! ext/IPC/SysV/t/msg.t t/op/taint.t
574____________________________________________________________________________
575[ 19357] By: jhi on 2003/04/28 06:32:47
576 Log: Detecting errors of reentrant APIs: getgrgid_r and the like
577 when returning an int can either return the error in the return
578 value or in the errno. We need a new per-interp variable to store
579 the return value instead of clobbering the errno with it. The new
580 variable, PL_reentrant_retint, is only used within the reentrancy
581 framework, and immediately after it's set, so there should not be
582 similar visibility issues as for the errno. Spotted by Edward Moy.
583 Branch: perl
584 ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
585____________________________________________________________________________
586[ 19356] By: rgs on 2003/04/27 20:09:01
587 Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
588 Check errno to see if the call to nice(2) succeeded.
589 Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
590 From: Enache Adrian <enache@rdslink.ro>
591 Date: Wed, 23 Apr 2003 22:48:20 +0300
592 Message-ID: <20030423194820.GA874@ratsnest.hole>
593 Branch: perl
594 ! ext/POSIX/POSIX.xs
595____________________________________________________________________________
596[ 19355] By: jhi on 2003/04/27 19:56:09
597 Log: Document a faint compilation noise.
598 Branch: perl
599 ! README.aix
600____________________________________________________________________________
601[ 19354] By: rgs on 2003/04/27 19:35:11
602 Log: $[ clarifications.
603 Branch: perl
604 ! pod/perlvar.pod
605____________________________________________________________________________
606[ 19353] By: rgs on 2003/04/27 18:51:37
607 Log: utime() doc clarifications
608 based on :
609 Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
610 From: Casey West <casey@geeknest.com>
611 Date: Fri, 25 Apr 2003 08:00:54 -0400
612 Message-ID: <20030425120054.GQ34510@geeknest.com>
613 Branch: perl
614 ! pod/perlfunc.pod
615____________________________________________________________________________
616[ 19352] By: nick on 2003/04/27 18:49:03
617 Log: Integrate mainline.
618 Branch: perlio
619 +> Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
620 +> Cross/config.sh-arm-linux Cross/generate_config_sh
621 +> Cross/installperl.patch Cross/warp
622 !> (integrate 113 files)
623____________________________________________________________________________
624[ 19351] By: jhi on 2003/04/27 08:13:34
625 Log: Add a test case for [perl #15288] (already solved).
626 Branch: perl
627 ! t/op/pack.t
628____________________________________________________________________________
629[ 19350] By: jhi on 2003/04/27 07:38:17
630 Log: Add Dave Mitchell's test case for fields.
631 Branch: perl
632 ! lib/fields.t
633____________________________________________________________________________
634[ 19349] By: jhi on 2003/04/27 06:50:09
635 Log: Subject: [PATCH] VMS::Stdio test tweak
636 From: "Craig A. Berry" <craigberry@mac.com>
637 Date: Sat, 26 Apr 2003 15:53:07 -0500
638 Message-ID: <3EAAF1B3.7020708@mac.com>
639 Branch: perl
640 ! vms/ext/Stdio/test.pl
641____________________________________________________________________________
642[ 19348] By: jhi on 2003/04/27 06:46:16
643 Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
644 From: Casey West <casey@geeknest.com>
645 Date: Thu, 24 Apr 2003 08:18:42 -0400
646 Message-ID: <20030424121842.GW34510@geeknest.com>
647 Branch: perl
648 ! lib/UNIVERSAL.pm
649____________________________________________________________________________
650[ 19347] By: jhi on 2003/04/27 06:11:14
651 Log: Integrate:
652 [ 19342]
653 Fix bug #15161 by increasing the refcount on the RE and making
654 sure to restore it correctly. Deals with both s//e and s///g.
655
656 [ 19343]
657 Document that splice() doesn't extend arrays
658 Subject: Re: slice autoextending ? still another revised doc patch; COW
659 From: david nicol <whatever@davidnicol.com>
660 Date: 22 Apr 2003 22:05:02 -0500
661 Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
662
663 [ 19344]
664 Some doc patches by Casey West :
665
666 Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
667 From: Casey West <casey@geeknest.com>
668 Date: Fri, 25 Apr 2003 10:46:39 -0400
669 Message-ID: <20030425144639.GY34510@geeknest.com>
670
671 Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
672 From: Casey West <casey@geeknest.com>
673 Date: Fri, 25 Apr 2003 07:52:13 -0400
674 Message-ID: <20030425115213.GP34510@geeknest.com>
675
676 Subject: Re: [perl #7213] [PATCH] Updating example in perldata
677 From: Casey West <casey@geeknest.com>
678 Date: Thu, 24 Apr 2003 21:27:22 -0400
679 Message-ID: <20030425012722.GN34510@geeknest.com>
680
681 [ 19345]
682 Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
683 From: Dave Mitchell <davem@fdgroup.com>
684 Date: Sat, 26 Apr 2003 18:45:28 +0100
685 Message-ID: <20030426174528.GA9588@fdgroup.com>
686
687 [ 19346]
688 Document that restricted hashes are not atomic
689 (from Dave Mitchell).
690 Branch: maint-5.8/perl
691 !> hv.c lib/Hash/Util.pm lib/Hash/Util.t pod/perldata.pod
692 !> pod/perldiag.pod pod/perlfunc.pod pod/perlsyn.pod pp_ctl.c
693 !> pp_hot.c
694____________________________________________________________________________
695[ 19346] By: jhi on 2003/04/27 06:03:48
696 Log: Document that restricted hashes are not atomic
697 (from Dave Mitchell).
698 Branch: perl
699 ! lib/Hash/Util.pm
700____________________________________________________________________________
701[ 19345] By: jhi on 2003/04/27 05:59:39
702 Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
703 From: Dave Mitchell <davem@fdgroup.com>
704 Date: Sat, 26 Apr 2003 18:45:28 +0100
705 Message-ID: <20030426174528.GA9588@fdgroup.com>
706 Branch: perl
707 ! hv.c lib/Hash/Util.t pod/perldiag.pod
708____________________________________________________________________________
709[ 19344] By: rgs on 2003/04/26 22:48:32
710 Log: Some doc patches by Casey West :
711
712 Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
713 From: Casey West <casey@geeknest.com>
714 Date: Fri, 25 Apr 2003 10:46:39 -0400
715 Message-ID: <20030425144639.GY34510@geeknest.com>
716
717 Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
718 From: Casey West <casey@geeknest.com>
719 Date: Fri, 25 Apr 2003 07:52:13 -0400
720 Message-ID: <20030425115213.GP34510@geeknest.com>
721
722 Subject: Re: [perl #7213] [PATCH] Updating example in perldata
723 From: Casey West <casey@geeknest.com>
724 Date: Thu, 24 Apr 2003 21:27:22 -0400
725 Message-ID: <20030425012722.GN34510@geeknest.com>
726 Branch: perl
727 ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
728____________________________________________________________________________
729[ 19343] By: rgs on 2003/04/26 22:30:07
730 Log: Document that splice() doesn't extend arrays
731 Subject: Re: slice autoextending ? still another revised doc patch; COW
732 From: david nicol <whatever@davidnicol.com>
733 Date: 22 Apr 2003 22:05:02 -0500
734 Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
735 Branch: perl
736 ! pod/perlfunc.pod
737____________________________________________________________________________
738[ 19342] By: sky on 2003/04/26 21:43:32
739 Log: Fix bug #15161 by increasing the refcount on the RE and making
740 sure to restore it correctly. Deals with both s//e and s///g.
741 Branch: perl
742 ! pp_ctl.c pp_hot.c
743____________________________________________________________________________
744[ 19341] By: jhi on 2003/04/26 04:36:03
745 Log: Integrate:
746 [ 19340]
747 Caught by Mark Lutz in UNICOS: A declaration cannot appear
748 after an executable statement in a block.
749 Branch: perl
750 !> pp_pack.c
751____________________________________________________________________________
752[ 19340] By: jhi on 2003/04/26 04:22:24
753 Log: Caught by Mark Lutz in UNICOS: A declaration cannot appear
754 after an executable statement in a block.
755 Branch: maint-5.8/perl
756 ! pp_pack.c
757____________________________________________________________________________
758[ 19339] By: jhi on 2003/04/25 20:22:48
759 Log: metaconfig unit change for #19337 and #19338.
760 Branch: metaconfig/U/perl
761 ! Extensions.U
762____________________________________________________________________________
763[ 19338] By: jhi on 2003/04/25 20:22:09
764 Log: Fix -Dnoextensions and -Donlyextensions.
765 Branch: maint-5.8/perl
766 ! Configure
767____________________________________________________________________________
768[ 19337] By: jhi on 2003/04/25 20:19:36
769 Log: Now the -Dnoextensions and -Dnoextensions have the
770 chance of actually doing something.
771 Branch: perl
772 ! Configure
773____________________________________________________________________________
774[ 19336] By: jhi on 2003/04/25 19:50:54
775 Log: metaconfig unit change for #19334 and #19335.
776 Branch: metaconfig/U/perl
777 ! Extensions.U
778____________________________________________________________________________
779[ 19335] By: jhi on 2003/04/25 19:50:33
780 Log: Subject: [PATCH] Configure's extension sanity check is too strict
781 From: Andy Dougherty <doughera@lafayette.edu>
782 Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
783 Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
784 Branch: maint-5.8/perl
785 ! Configure
786____________________________________________________________________________
787[ 19334] By: jhi on 2003/04/25 19:48:31
788 Log: Subject: [PATCH] Configure's extension sanity check is too strict
789 From: Andy Dougherty <doughera@lafayette.edu>
790 Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
791 Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
792 Branch: perl
793 ! Configure
794____________________________________________________________________________
795[ 19333] By: jhi on 2003/04/25 16:14:13
796 Log: Update Changes.
797 Branch: maint-5.8/perl
798 ! Changes patchlevel.h
799____________________________________________________________________________
800[ 19332] By: jhi on 2003/04/25 15:35:49
801 Log: Integrate:
802 [ 19197]
803 Continue hunting for the cause of the Tru64 failed threaded smokes
804 most probably introduced by the change #19157. The tweak suggested
805 by Stephen McCamant trades a possible dangling pointer (CopFILE()
806 is tricky like that with threads) to a memory leak. (This means
807 that this tweak shouldn't be left in as-is, but if this helps,
808 we at least know that the failure was caused by the #19157.)
809
810 Firstly, because we nothing better has come up, and secondly
811 because otherwise the subtest #18 of deparse.t is acting up
812 in Tru64 (a sub B::NULL::as_string() { '' } appears).
813 Branch: maint-5.8/perl
814 !> op.c
815____________________________________________________________________________
816[ 19331] By: jhi on 2003/04/25 14:51:16
817 Log: Integrate:
818 [ 19195]
819 Upgrade to Test::Harness 2.27_04.
820
821 [ 19325]
822 Upgrade to Encode 1.93.
823
824 [ 19326]
825 Upgrade to Test::Harness 2.28.
826
827 [ 19327]
828 Clarify(?) the perlio default layers table.
829
830 [ 19328]
831 Subject: typo in Time::HiRes docs
832 From: mjd@plover.com
833 Date: 19 Apr 2003 15:13:44 -0000
834 Message-ID: <20030419151344.28237.qmail@plover.com>
835
836 [ 19329]
837 Upgrade to Time::HiRes 1.46.
838
839 [ 19330]
840 Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
841 From: "Craig A. Berry" <craigberry@mac.com>
842 Date: Thu, 24 Apr 2003 20:09:48 -0500
843 Message-ID: <3EA88ADC.3000300@mac.com>
844 Branch: maint-5.8/perl
845 +> lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
846 !> (integrate 26 files)
847____________________________________________________________________________
848[ 19330] By: jhi on 2003/04/25 14:11:33
849 Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
850 From: "Craig A. Berry" <craigberry@mac.com>
851 Date: Thu, 24 Apr 2003 20:09:48 -0500
852 Message-ID: <3EA88ADC.3000300@mac.com>
853 Branch: perl
854 ! ext/Encode/t/enc_module.t
855____________________________________________________________________________
856[ 19329] By: jhi on 2003/04/25 07:06:49
857 Log: Upgrade to Time::HiRes 1.46.
858 Branch: perl
859 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
860 ! ext/Time/HiRes/Makefile.PL
861____________________________________________________________________________
862[ 19328] By: jhi on 2003/04/25 06:57:10
863 Log: Subject: typo in Time::HiRes docs
864 From: mjd@plover.com
865 Date: 19 Apr 2003 15:13:44 -0000
866 Message-ID: <20030419151344.28237.qmail@plover.com>
867 Branch: perl
868 ! ext/Time/HiRes/HiRes.pm
869____________________________________________________________________________
870[ 19327] By: jhi on 2003/04/25 04:45:05
871 Log: Clarify(?) the perlio default layers table.
872 Branch: perl
873 ! lib/PerlIO.pm t/io/layers.t
874____________________________________________________________________________
875[ 19326] By: jhi on 2003/04/25 04:22:49
876 Log: Upgrade to Test::Harness 2.28.
877 Branch: perl
878 ! lib/Test/Harness.pm lib/Test/Harness/Changes
879 ! lib/Test/Harness/t/pod.t
880____________________________________________________________________________
881[ 19325] By: jhi on 2003/04/24 19:06:29
882 Log: Upgrade to Encode 1.93.
883 Branch: perl
884 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
885 ! ext/Encode/lib/Encode/CJKConstants.pm
886 ! ext/Encode/lib/Encode/CN/HZ.pm
887 ! ext/Encode/lib/Encode/Encoding.pm
888 ! ext/Encode/lib/Encode/Guess.pm
889 ! ext/Encode/lib/Encode/KR/2022_KR.pm
890 ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
891 ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
892 ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
893 ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
894____________________________________________________________________________
895[ 19324] By: jhi on 2003/04/24 17:07:28
896 Log: Integrate:
897 [ 19323]
898 VMS patch for faststdio from Craig Berry.
899 Branch: maint-5.8/perl
900 !> configure.com
901____________________________________________________________________________
902[ 19323] By: jhi on 2003/04/24 16:57:13
903 Log: VMS patch for faststdio from Craig Berry.
904 Branch: perl
905 ! configure.com
906____________________________________________________________________________
907[ 19322] By: jhi on 2003/04/24 12:52:16
908 Log: Regen perlmodlib and perltoc.
909 Branch: maint-5.8/perl
910 ! pod/perlmodlib.pod pod/perltoc.pod
911____________________________________________________________________________
912[ 19321] By: jhi on 2003/04/24 05:10:36
913 Log: Integrate:
914 [ 19316]
915 A new fatal error :
916 Subject: [PATCH] Perl_croak("Use of freed value in iteration")
917 From: Dave Mitchell <davem@fdgroup.com>
918 Date: Mon, 21 Apr 2003 13:19:50 +0100
919 Message-ID: <20030421121950.GB18189@fdgroup.com>
920 Message-ID: <20030421125433.GC18189@fdgroup.com>
921
922 [ 19319]
923 Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
924 From: Chris Pepper (via RT) <perlbug-followup@perl.org>
925 Date: 22 Apr 2003 04:31:17 -0000
926 Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
927 (with minor further corrections)
928
929 [ 19320]
930 Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
931 From: Casey West <casey@geeknest.com>
932 Date: Wed, 23 Apr 2003 14:03:20 -0400
933 Message-ID: <20030423180320.GZ15574@geeknest.com>
934
935 plus regen some docs.
936 Branch: maint-5.8/perl
937 ! pod/perldiag.pod pod/perlintern.pod pod/perlmod.pod
938 ! pod/perlmodlib.PL pod/perlmodlib.pod
939 !> pp_hot.c t/cmd/for.t
940____________________________________________________________________________
941[ 19320] By: rgs on 2003/04/23 20:20:58
942 Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
943 From: Casey West <casey@geeknest.com>
944 Date: Wed, 23 Apr 2003 14:03:20 -0400
945 Message-ID: <20030423180320.GZ15574@geeknest.com>
946 Branch: perl
947 ! pod/perlmodlib.PL pod/perlmodlib.pod
948____________________________________________________________________________
949[ 19319] By: rgs on 2003/04/23 19:54:31
950 Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
951 From: Chris Pepper (via RT) <perlbug-followup@perl.org>
952 Date: 22 Apr 2003 04:31:17 -0000
953 Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
954 (with minor further corrections)
955 Branch: perl
956 ! pod/perlmod.pod
957____________________________________________________________________________
958[ 19318] By: jhi on 2003/04/23 19:24:49
959 Log: config.h fixing.
960 Branch: maint-5.8/perl
961 ! NetWare/config_H.wc plan9/config.plan9 plan9/config_h.sample
962 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
963 ! win32/config_H.vc64 wince/config_H.ce
964____________________________________________________________________________
965[ 19317] By: jhi on 2003/04/23 19:12:05
966 Log: Integrate:
967 [ 19314]
968 Introduce 'fast stdio' symbols to non-Configure lands.
969
970 plus edit the usefaststdio as defined plus regen vosish.
971 Branch: maint-5.8/perl
972 ! NetWare/config.wc NetWare/config_H.wc configure.com
973 ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
974 ! plan9/config_sh.sample uconfig.h uconfig.sh vos/config.alpha.h
975 ! vos/config.ga.h win32/config.bc win32/config.gc
976 ! win32/config.vc win32/config.vc64 win32/config_H.bc
977 ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
978 ! wince/config.ce wince/config_H.ce
979____________________________________________________________________________
980[ 19316] By: rgs on 2003/04/23 19:11:01
981 Log: A new fatal error :
982 Subject: [PATCH] Perl_croak("Use of freed value in iteration")
983 From: Dave Mitchell <davem@fdgroup.com>
984 Date: Mon, 21 Apr 2003 13:19:50 +0100
985 Message-ID: <20030421121950.GB18189@fdgroup.com>
986 Message-ID: <20030421125433.GC18189@fdgroup.com>
987 Branch: perl
988 ! pod/perldiag.pod pp_hot.c t/cmd/for.t
989____________________________________________________________________________
990[ 19315] By: jhi on 2003/04/23 19:03:10
991 Log: Regen Configure, Glossary, et alia.
992 Branch: maint-5.8/perl
993 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
994 ! config_h.SH
995____________________________________________________________________________
996[ 19314] By: jhi on 2003/04/23 18:53:46
997 Log: Introduce 'fast stdio' symbols to non-Configure lands.
998 Branch: perl
999 ! NetWare/config.wc NetWare/config_H.wc configure.com
1000 ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
1001 ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
1002 ! win32/config.gc win32/config.vc win32/config.vc64
1003 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1004 ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
1005____________________________________________________________________________
1006[ 19313] By: jhi on 2003/04/23 18:22:02
1007 Log: metaconfig unit change for #19312.
1008 Branch: metaconfig/U/perl
1009 ! usefaststdio.U
1010____________________________________________________________________________
1011[ 19312] By: jhi on 2003/04/23 18:21:47
1012 Log: Regen Configure, Glossary, et alia.
1013 Branch: perl
1014 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1015 ! config_h.SH
1016____________________________________________________________________________
1017[ 19311] By: jhi on 2003/04/23 08:35:52
1018 Log: Integrate:
1019 [ 19310]
1020 Handle the combination of dosish and non-faststdio.
1021 Branch: maint-5.8/perl
1022 !> t/io/layers.t
1023____________________________________________________________________________
1024[ 19310] By: jhi on 2003/04/23 08:34:33
1025 Log: Handle the combination of dosish and non-faststdio.
1026 Branch: perl
1027 ! t/io/layers.t
1028____________________________________________________________________________
1029[ 19309] By: jhi on 2003/04/23 05:35:38
1030 Log: Integrate:
1031 [ 19304]
1032 Re-merge Encode 1.92.
1033
1034 [ 19305]
1035 Enache's turn.
1036
1037 [ 19306]
1038 z/OS: changes for building threaded from "Brian De Pradine"
1039 <PRADINE@uk.ibm.com>.
1040
1041 [ 19307]
1042 Subject: [PATCH] Doc pointers in perlbot.
1043 From: Casey West <casey@geeknest.com>
1044 Date: Tue, 22 Apr 2003 11:19:09 -0400
1045 Message-Id: <20030422151909.GC11119@geeknest.com>
1046 (Applied by hand.)
1047
1048 [ 19308]
1049 Subject: 5.8.0: two problems
1050 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1051 Date: Tue, 22 Apr 2003 11:43:17 -0700
1052 Message-ID: <20030422184316.GA8602@math.berkeley.edu>
1053 Branch: maint-5.8/perl
1054 !> Makefile.SH XSUB.h ext/Encode/Makefile.PL
1055 !> ext/Encode/t/enc_module.t hints/os390.sh pod/perlbot.pod
1056 !> thread.h util.c
1057____________________________________________________________________________
1058[ 19308] By: rgs on 2003/04/22 20:53:20
1059 Log: Subject: 5.8.0: two problems
1060 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
1061 Date: Tue, 22 Apr 2003 11:43:17 -0700
1062 Message-ID: <20030422184316.GA8602@math.berkeley.edu>
1063 Branch: perl
1064 ! XSUB.h
1065____________________________________________________________________________
1066[ 19307] By: ams on 2003/04/22 16:39:51
1067 Log: Subject: [PATCH] Doc pointers in perlbot.
1068 From: Casey West <casey@geeknest.com>
1069 Date: Tue, 22 Apr 2003 11:19:09 -0400
1070 Message-Id: <20030422151909.GC11119@geeknest.com>
1071 (Applied by hand.)
1072 Branch: perl
1073 ! pod/perlbot.pod
1074____________________________________________________________________________
1075[ 19306] By: jhi on 2003/04/22 13:09:21
1076 Log: z/OS: changes for building threaded from "Brian De Pradine"
1077 <PRADINE@uk.ibm.com>.
1078 Branch: perl
1079 ! Makefile.SH hints/os390.sh thread.h util.c
1080____________________________________________________________________________
1081[ 19305] By: jhi on 2003/04/22 11:42:35
1082 Log: Enache's turn.
1083 Branch: perl
1084 ! ext/Encode/t/enc_module.t
1085____________________________________________________________________________
1086[ 19304] By: jhi on 2003/04/22 10:48:47
1087 Log: Re-merge Encode 1.92.
1088 Branch: perl
1089 ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
1090____________________________________________________________________________
1091[ 19303] By: jhi on 2003/04/22 05:30:15
1092 Log: Integrate:
1093 [ 19299]
1094 Croak on non ref to shared methods instead of segfault.
1095 This can really only happen for &share("string").
1096
1097 [ 19301]
1098 Fix bug 17964 by properly refcounting the gv top.
1099 Seems like the entries in rsfp are way different than
1100 normal PVIO objects.
1101
1102 [ 19302]
1103 Argh, cut-and-pasto.
1104 Branch: maint-5.8/perl
1105 !> ext/threads/shared/shared.xs perlio.c sv.c
1106____________________________________________________________________________
1107[ 19302] By: jhi on 2003/04/22 05:26:21
1108 Log: Argh, cut-and-pasto.
1109 Branch: perl
1110 ! perlio.c
1111____________________________________________________________________________
1112[ 19301] By: sky on 2003/04/21 21:33:14
1113 Log: Fix bug 17964 by properly refcounting the gv top.
1114 Seems like the entries in rsfp are way different than
1115 normal PVIO objects.
1116 Branch: perl
1117 ! sv.c
1118____________________________________________________________________________
1119[ 19300] By: rgs on 2003/04/21 19:42:04
1120 Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
1121
1122 Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
1123 From: Enache Adrian <enache@rdslink.ro>
1124 Date: Sun, 20 Apr 2003 02:45:48 +0300
1125 Message-ID: <20030419234548.GA849@ratsnest.hole>
1126 and
1127 Date: Wed, 2 Apr 2003 07:52:28 +0300
1128 Message-ID: <20030402045227.GA1023@ratsnest.hole>
1129 Branch: perl
1130 ! pp_sys.c t/op/ref.t util.c
1131____________________________________________________________________________
1132[ 19299] By: sky on 2003/04/21 17:05:31
1133 Log: Croak on non ref to shared methods instead of segfault.
1134 This can really only happen for &share("string").
1135 Branch: perl
1136 ! ext/threads/shared/shared.xs
1137____________________________________________________________________________
1138[ 19298] By: jhi on 2003/04/21 16:26:33
1139 Log: Integrate:
1140 [ 19297]
1141 Add OpenZaurus cross-compilation patches.
1142 Branch: maint-5.8/perl
1143 +> Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
1144 +> Cross/config.sh-arm-linux Cross/generate_config_sh
1145 +> Cross/installperl.patch Cross/warp
1146 !> Cross/README INSTALL MANIFEST
1147____________________________________________________________________________
1148[ 19297] By: jhi on 2003/04/21 16:24:36
1149 Log: Add OpenZaurus cross-compilation patches.
1150 Branch: perl
1151 + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
1152 + Cross/config.sh-arm-linux Cross/generate_config_sh
1153 + Cross/installperl.patch Cross/warp
1154 ! Cross/README INSTALL MANIFEST
1155____________________________________________________________________________
1156[ 19296] By: jhi on 2003/04/21 15:54:28
1157 Log: Update vosish headers.
1158 Branch: maint-5.8/perl
1159 ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1160 ! vos/config.ga.h vos/config.pl
1161____________________________________________________________________________
1162[ 19295] By: jhi on 2003/04/21 15:45:24
1163 Log: Integrate:
1164 [ 19286]
1165 Introduce two new Configure symbols:
1166 [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval &&
1167 (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
1168 [2] usefaststdio = do we use fast stdio if we have it?
1169 For 5.[68], we do. For anything else, we don't.
1170 (At least, unless otherwise instructed by -Dusefaststdio.)
1171 This means that for bleadperl we no more use stdio, but instead
1172 default to perlio: the effect of PERLIO=perlio, in other words.
1173 (PERLIO=stdio will still switch to using stdio.)
1174 This change may endanger extensions using FILE*-- but if we are
1175 to migrate fully to perlio, better start swallowing the poison now.
1176 For maintperl, the usefaststdio still defaults to yes.
1177
1178 and regen Configure.
1179 Branch: maint-5.8/perl
1180 ! Configure config_h.SH
1181 !> perlio.c t/io/layers.t
1182____________________________________________________________________________
1183[ 19294] By: jhi on 2003/04/21 15:36:02
1184 Log: Integrate:
1185 [ 19276]
1186 Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
1187 From: Dave Mitchell <davem@fdgroup.com>
1188 Date: Sat, 19 Apr 2003 20:06:51 +0100
1189 Message-ID: <20030419190651.GD13333@fdgroup.com>
1190
1191 [ 19280]
1192 Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
1193 Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
1194 From: Steve Hay <steve.hay@uk.radan.com>
1195 Date: Wed, 16 Apr 2003 11:12:22 +0100
1196 Message-ID: <3E9D2C86.8040104@uk.radan.com>
1197
1198 [ 19281]
1199 Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
1200 From: Enache Adrian <enache@rdslink.ro>
1201 Date: Sat, 19 Apr 2003 20:12:18 +0300
1202 Message-ID: <20030419171218.GA974@ratsnest.hole>
1203
1204 [ 19282]
1205 Remove, in the main Makefile, the $(LDLIBPTH) variable from
1206 the commands that invoke $(CC).
1207 Subject: Re: Smoke failure
1208 From: Enache Adrian <enache@rdslink.ro>
1209 Date: Fri, 18 Apr 2003 19:06:07 +0300
1210 Message-ID: <20030418160606.GA797@ratsnest.hole>
1211
1212 [ 19283]
1213 Subject: [PATCH] goto &sub doesn't empty @_
1214 From: Dave Mitchell <davem@fdgroup.com>
1215 Date: Sun, 20 Apr 2003 21:46:51 +0100
1216 Message-ID: <20030420204651.GE15591@fdgroup.com>
1217
1218 [ 19284]
1219 Upgrade to Test 1.24.
1220
1221 [ 19285]
1222 Upgrade to Locale::Maketext 1.05.
1223 Branch: maint-5.8/perl
1224 !> INSTALL Makefile.SH lib/Locale/Maketext.pm
1225 !> lib/Locale/Maketext/ChangeLog lib/Test.pm pp_ctl.c sv.c
1226 !> t/comp/parser.t toke.c win32/Makefile
1227____________________________________________________________________________
1228[ 19293] By: jhi on 2003/04/21 15:28:59
1229 Log: Integrate:
1230 [ 19269]
1231 Bump the test count.
1232 Branch: maint-5.8/perl
1233 !> ext/Storable/t/tied.t
1234____________________________________________________________________________
1235[ 19292] By: jhi on 2003/04/21 15:27:36
1236 Log: Integrate:
1237 [ 19263]
1238 Unused variables.
1239
1240 [ 19264]
1241 UTF8 regexp patch from Inaba Hiroto.
1242
1243 [ 19266]
1244 Subject: [PATCH] Re: any takers for this Storable bug?
1245 From: Enache Adrian <enache@rdslink.ro>
1246 Date: Wed, 16 Apr 2003 21:11:11 +0300
1247 Message-ID: <20030416181111.GA6687@ratsnest.hole>
1248
1249 ams had already fixed the bug by #19227, but take the
1250 test case.
1251
1252 [ 19268]
1253 Subject: [PATCH] allow recursive FETCHes
1254 From: Dave Mitchell <davem@fdgroup.com>
1255 Date: Mon, 7 Apr 2003 10:00:41 +0100
1256 Message-ID: <20030407100041.A1617@fdgroup.com>
1257
1258 [ 19275]
1259 Restore the two variables retired by the change #19268
1260 (for binary backward compatibility)
1261 Branch: maint-5.8/perl
1262 !> av.c dump.c embed.fnc embed.h embedvar.h
1263 !> ext/Storable/t/st-dump.pl ext/Storable/t/tied.t hv.c perl.c
1264 !> perlapi.h perlio.c proto.h regcomp.c sv.c sv.h t/op/pat.t
1265 !> t/op/tie.t thrdvar.h universal.c
1266____________________________________________________________________________
1267[ 19291] By: jhi on 2003/04/21 15:20:58
1268 Log: Integrate:
1269 [ 19262]
1270 Another needle in the voodoo doll.
1271 Now I think it should work with the shared
1272 strings.
1273
1274 [ 19265]
1275 Don't use the stack to allocate a SV that we hand out to another
1276 function, only badness can ensure.
1277 Message-Id: <20030418180131.GD10086@fdgroup.com>
1278 Thanks go to Dave Mitchell for help in tracking down the bug!
1279
1280 [ 19289]
1281 Fixes bug #17043, resets PL_srand_called before the cloning.
1282 Allows people to override the resetting by using srand() in CLONE.
1283 Branch: maint-5.8/perl
1284 !> ext/threads/t/thread.t ext/threads/threads.xs sv.c
1285____________________________________________________________________________
1286[ 19290] By: jhi on 2003/04/21 15:14:17
1287 Log: Integrate:
1288 [ 19196]
1289 Upgrade to Net::Ping 2.29.
1290
1291 [ 19270]
1292 Upgrade to Net::Ping 2.30.
1293 Branch: maint-5.8/perl
1294 +> lib/Net/Ping/t/510_ping_udp.t
1295 - lib/Net/Ping/README
1296 !> MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
1297 !> lib/Net/Ping/t/450_service.t
1298____________________________________________________________________________
1299[ 19289] By: sky on 2003/04/21 13:24:40
1300 Log: Fixes bug #17043, resets PL_srand_called before the cloning.
1301 Allows people to override the resetting by using srand() in CLONE.
1302 Branch: perl
1303 ! ext/threads/t/thread.t ext/threads/threads.xs
1304____________________________________________________________________________
1305[ 19288] By: jhi on 2003/04/21 06:53:46
1306 Log: Move the new *.U files into a subdirectory.
1307 Branch: metaconfig
1308 - U/d_faststdio.U U/usefaststdio.U
1309 Branch: metaconfig/U/perl
1310 + d_faststdio.U usefaststdio.U
1311____________________________________________________________________________
1312[ 19287] By: jhi on 2003/04/21 06:52:10
1313 Log: metaconfig units for #19286.
1314 Branch: metaconfig
1315 + U/d_faststdio.U U/usefaststdio.U
1316____________________________________________________________________________
1317[ 19286] By: jhi on 2003/04/21 06:50:42
1318 Log: Introduce two new Configure symbols:
1319 [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval &&
1320 (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
1321 [2] usefaststdio = do we use fast stdio if we have it?
1322 For 5.[68], we do. For anything else, we don't.
1323 (At least, unless otherwise instructed by -Dusefaststdio.)
1324 This means that for bleadperl we no more use stdio, but instead
1325 default to perlio: the effect of PERLIO=perlio, in other words.
1326 (PERLIO=stdio will still switch to using stdio.)
1327 This change may endanger extensions using FILE*-- but if we are
1328 to migrate fully to perlio, better start swallowing the poison now.
1329 For maintperl, the usefaststdio still defaults to yes.
1330 Branch: perl
1331 ! Configure config_h.SH perlio.c t/io/layers.t
1332____________________________________________________________________________
1333[ 19285] By: jhi on 2003/04/21 05:43:55
1334 Log: Upgrade to Locale::Maketext 1.05.
1335 Branch: perl
1336 ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
1337____________________________________________________________________________
1338[ 19284] By: jhi on 2003/04/21 05:40:34
1339 Log: Upgrade to Test 1.24.
1340 Branch: perl
1341 ! lib/Test.pm
1342____________________________________________________________________________
1343[ 19283] By: rgs on 2003/04/20 22:01:28
1344 Log: Subject: [PATCH] goto &sub doesn't empty @_
1345 From: Dave Mitchell <davem@fdgroup.com>
1346 Date: Sun, 20 Apr 2003 21:46:51 +0100
1347 Message-ID: <20030420204651.GE15591@fdgroup.com>
1348 Branch: perl
1349 ! pp_ctl.c
1350____________________________________________________________________________
1351[ 19282] By: rgs on 2003/04/20 21:22:29
1352 Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
1353 the commands that invoke $(CC).
1354 Subject: Re: Smoke failure
1355 From: Enache Adrian <enache@rdslink.ro>
1356 Date: Fri, 18 Apr 2003 19:06:07 +0300
1357 Message-ID: <20030418160606.GA797@ratsnest.hole>
1358 Branch: perl
1359 ! Makefile.SH
1360____________________________________________________________________________
1361[ 19281] By: rgs on 2003/04/20 19:53:53
1362 Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
1363 From: Enache Adrian <enache@rdslink.ro>
1364 Date: Sat, 19 Apr 2003 20:12:18 +0300
1365 Message-ID: <20030419171218.GA974@ratsnest.hole>
1366 Branch: perl
1367 ! sv.c
1368____________________________________________________________________________
1369[ 19280] By: rgs on 2003/04/20 18:55:40
1370 Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
1371 Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
1372 From: Steve Hay <steve.hay@uk.radan.com>
1373 Date: Wed, 16 Apr 2003 11:12:22 +0100
1374 Message-ID: <3E9D2C86.8040104@uk.radan.com>
1375 Branch: perl
1376 ! INSTALL win32/Makefile
1377____________________________________________________________________________
1378[ 19279] By: jhi on 2003/04/20 07:42:33
1379 Log: metaconfig unit changes for #19278.
1380 Branch: metaconfig
1381 ! U/compline/ptrsize.U
1382 Branch: metaconfig/U/perl
1383 ! use64bits.U
1384____________________________________________________________________________
1385[ 19278] By: jhi on 2003/04/20 07:42:17
1386 Log: Give more information of what to do when -Dusexxx fail.
1387 Branch: perl
1388 ! Configure
1389____________________________________________________________________________
1390[ 19277] By: rgs on 2003/04/19 19:40:22
1391 Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
1392 by adding a dummy destructor method Regexp::DESTROY.
1393 This prevents infinite recursion, since Regexp::DESTROY
1394 is no more autoloaded.
1395
1396 Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
1397 From: Enache Adrian <enache@rdslink.ro>
1398 Date: Wed, 2 Apr 2003 05:02:42 +0300
1399 Message-ID: <20030402020242.GA2966@ratsnest.hole>
1400 Branch: perl
1401 ! ext/B/t/stash.t t/op/ref.t universal.c
1402____________________________________________________________________________
1403[ 19276] By: rgs on 2003/04/19 19:32:25
1404 Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
1405 From: Dave Mitchell <davem@fdgroup.com>
1406 Date: Sat, 19 Apr 2003 20:06:51 +0100
1407 Message-ID: <20030419190651.GD13333@fdgroup.com>
1408 Branch: perl
1409 ! t/comp/parser.t toke.c
1410____________________________________________________________________________
1411[ 19275] By: jhi on 2003/04/19 18:52:24
1412 Log: Restore the two variables retired by the change #19268
1413 (for binary backward compatibility)
1414 Branch: perl
1415 ! embedvar.h perlapi.h thrdvar.h
1416____________________________________________________________________________
1417[ 19274] By: jhi on 2003/04/19 17:39:58
1418 Log: metaconfig unit changes for #19273.
1419 Branch: metaconfig
1420 ! U/compline/ptrsize.U
1421 Branch: metaconfig/U/perl
1422 ! d_modfl.U use64bits.U
1423____________________________________________________________________________
1424[ 19273] By: jhi on 2003/04/19 17:36:33
1425 Log: Fail if the specified -Duse64xxx cannot be fulfilled.
1426 (And undo a doublesize probe glitch from change #19272.)
1427 Branch: perl
1428 ! Configure
1429____________________________________________________________________________
1430[ 19272] By: jhi on 2003/04/19 16:38:12
1431 Log: If long doubles fail, we really cannot sensibly
1432 drop back to doubles anymore, therefore abort.
1433 Pointed out by Slaven Rezic. (I tried to fix this
1434 via metaconfig but ended up with a vicious cyclic
1435 dependency.)
1436 Branch: perl
1437 ! Configure
1438____________________________________________________________________________
1439[ 19271] By: jhi on 2003/04/19 12:27:44
1440 Log: metalint nit.
1441 Branch: metaconfig/U/perl
1442 ! Extensions.U
1443____________________________________________________________________________
1444[ 19270] By: jhi on 2003/04/19 12:09:21
1445 Log: Upgrade to Net::Ping 2.30.
1446 Branch: perl
1447 ! lib/Net/Ping.pm lib/Net/Ping/Changes
1448 ! lib/Net/Ping/t/450_service.t
1449____________________________________________________________________________
1450[ 19269] By: jhi on 2003/04/19 07:10:57
1451 Log: Bump the test count.
1452 Branch: perl
1453 ! ext/Storable/t/tied.t
1454____________________________________________________________________________
1455[ 19268] By: jhi on 2003/04/19 07:06:13
1456 Log: Subject: [PATCH] allow recursive FETCHes
1457 From: Dave Mitchell <davem@fdgroup.com>
1458 Date: Mon, 7 Apr 2003 10:00:41 +0100
1459 Message-ID: <20030407100041.A1617@fdgroup.com>
1460 Branch: perl
1461 ! av.c dump.c embed.fnc embed.h embedvar.h
1462 ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
1463 ! sv.h t/op/tie.t thrdvar.h
1464____________________________________________________________________________
1465[ 19267] By: jhi on 2003/04/19 06:54:34
1466 Log: Subject: [PATCH] readline.t tweak for VMS
1467 From: "Craig A. Berry" <craigberry@mac.com>
1468 Date: Thu, 17 Apr 2003 17:18:19 -0500
1469 Message-ID: <3E9F282B.6090603@mac.com>
1470 Branch: perl
1471 ! t/op/readline.t
1472____________________________________________________________________________
1473[ 19266] By: jhi on 2003/04/19 06:46:48
1474 Log: Subject: [PATCH] Re: any takers for this Storable bug?
1475 From: Enache Adrian <enache@rdslink.ro>
1476 Date: Wed, 16 Apr 2003 21:11:11 +0300
1477 Message-ID: <20030416181111.GA6687@ratsnest.hole>
1478
1479 ams had already fixed the bug by #19227, but take the
1480 test case.
1481 Branch: perl
1482 ! ext/Storable/t/tied.t
1483____________________________________________________________________________
1484[ 19265] By: sky on 2003/04/19 00:40:42
1485 Log: Don't use the stack to allocate a SV that we hand out to another
1486 function, only badness can ensure.
1487 Message-Id: <20030418180131.GD10086@fdgroup.com>
1488 Thanks go to Dave Mitchell for help in tracking down the bug!
1489 Branch: perl
1490 ! sv.c
1491____________________________________________________________________________
1492[ 19264] By: jhi on 2003/04/18 19:28:04
1493 Log: UTF8 regexp patch from Inaba Hiroto.
1494 Branch: perl
1495 ! regcomp.c t/op/pat.t
1496____________________________________________________________________________
1497[ 19263] By: jhi on 2003/04/18 19:16:43
1498 Log: Unused variables.
1499 Branch: perl
1500 ! perlio.c universal.c
1501____________________________________________________________________________
1502[ 19262] By: sky on 2003/04/17 20:02:33
1503 Log: Another needle in the voodoo doll.
1504 Now I think it should work with the shared
1505 strings.
1506 Branch: perl
1507 ! sv.c
1508____________________________________________________________________________
1509[ 19261] By: jhi on 2003/04/17 18:59:54
1510 Log: Integrate the below, regen Configure. No regen Glossary,
1511 though, that is somehow broken with maint, must investigate more.
1512 Branch: maint-5.8/perl
1513 ! Configure config_h.SH
1514 !> INSTALL NetWare/config.wc NetWare/config_H.wc configure.com
1515 !> djgpp/configure.bat epoc/config.sh hints/solaris_2.sh
1516 !> numeric.c perl.h plan9/config.plan9 plan9/config_h.sample
1517 !> plan9/config_sh.sample pp.c win32/config.bc win32/config.gc
1518 !> win32/config.vc win32/config.vc64 win32/config_H.bc
1519 !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64
1520 !> wince/config.ce wince/config_H.ce
1521____________________________________________________________________________
1522[ 19260] By: jhi on 2003/04/17 18:43:31
1523 Log: Integrate:
1524 [ 19204]
1525 Bump up the version and admonish against aspiring (ab)use.
1526
1527 [ 19205]
1528 Build get_layers() also under -Uuseperlio.
1529
1530 [ 19208]
1531 Skip as early as possible if no perlio since the
1532 use open would be compile-time.
1533
1534 [ 19209]
1535 PERLIO=perlio requires extra steps.
1536
1537 [ 19217]
1538 Don't skip the whole test for PERLIO=perlio.
1539
1540 [ 19223]
1541 Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
1542
1543 [ 19234]
1544 PerlIO::get_layers() usage tip.
1545
1546 [ 19235]
1547 Use the right prototype and a glob is fine (from Rafael).
1548
1549 [ 19237]
1550 What does an empty PERLIO= mean, anyway?
1551
1552 [ 19239]
1553 Try to get the layers.t working also for dosish platforms.
1554
1555 [ 19241]
1556 Handle PERLIO= and document a bit.
1557
1558 [ 19243]
1559 Detect the 'fast stdio' case.
1560 Branch: maint-5.8/perl
1561 !> lib/PerlIO.pm pod/perlrun.pod t/io/layers.t universal.c
1562____________________________________________________________________________
1563[ 19259] By: jhi on 2003/04/17 18:41:23
1564 Log: Integrate:
1565 [ 19203]
1566 Introduce PerlIO::get_layers() to allow people to peek
1567 at the PerlIO layer stack.
1568 Branch: maint-5.8/perl
1569 +> t/io/layers.t
1570 !> MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
1571 !> universal.c
1572____________________________________________________________________________
1573[ 19258] By: jhi on 2003/04/17 18:38:58
1574 Log: Integrate:
1575 [ 19232]
1576 Redundant test.
1577
1578 [ 19233]
1579 Syntax terror.
1580 Branch: maint-5.8/perl
1581 !> lib/unicore/mktables
1582____________________________________________________________________________
1583[ 19257] By: jhi on 2003/04/17 18:33:40
1584 Log: Integrate:
1585 [ 19231]
1586 Synchronize the specifications of the POSIX character
1587 classes alnum, graph, and print closer to the planned
1588 Unicode proposal.
1589
1590 [ 19244]
1591 More maneuvering closer to proposed POSIX classes
1592 mapping to Unicode: (1) The definitions of "graph" and
1593 "print" are still in flux: move closer back to how Perl
1594 5.8.0 defined it (though drop Co, that did not make sense)
1595 (2) Add U+0085 (NEL) to "space".
1596 Branch: maint-5.8/perl
1597 !> lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
1598 !> lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
1599 !> lib/unicore/mktables utf8.c
1600____________________________________________________________________________
1601[ 19256] By: jhi on 2003/04/17 18:26:24
1602 Log: Integrate:
1603 [ 19194]
1604 Darwin/Rhapsody hints files updates by Wilfredo Sánchez
1605
1606 [ 19198]
1607 The lib/ipc_sysv.t test has a new name.
1608
1609 [ 19199]
1610 Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
1611 ../../lib for the lc() at line 66 (UTF-8 data possible
1612 if using UTF-8 locales).
1613
1614 [ 19200]
1615 Fix bug #15893 by creating shared scalars with a refcount of 1
1616 instead of 2 and make push and pop increase the refcount.
1617
1618 [ 19201]
1619 Fix bug #16253, use all the CPU that we can :-)
1620
1621 [ 19202]
1622 Subject: [PATCH] vms/vms.c waitpid tweak
1623 From: "Craig A. Berry" <craigberry@mac.com>
1624 Date: Mon, 14 Apr 2003 00:43:00 -0500
1625 Message-ID: <3E9A4A64.6030205@mac.com>
1626
1627 [ 19206]
1628 More docs about running tests and the test suite.
1629 Update perlhack.pod in various places.
1630 Add 'test_harness' as a .PHONY dependency in the Makefile.
1631
1632 [ 19207]
1633 Document and test autovivified dirhandles.
1634 Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
1635 From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
1636 Date: 12 Apr 2003 12:40:45 -0000
1637 Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
1638
1639 [ 19210]
1640 Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
1641 From: Inaba Hiroto <inaba@st.rim.or.jp>
1642 Date: Fri, 21 Mar 2003 17:35:21 +0900
1643 Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
1644 Date: Sat, 22 Mar 2003 11:28:05 +0900
1645 Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
1646
1647 [ 19211]
1648 Mention that "make test_harness" lets messages sent through
1649 standard error out. Complements change #19206.
1650
1651 [ 19212]
1652 Fixes to bugs introduced by PL_stashcache
1653 A) Follow suggestion by Benjamin Goldberg to use hv_delete
1654 instead of hv_delete_ent to avoid creating a temporary SV
1655 B) Don't increment the refcount, sneak it into an IV instead
1656 C) When a GP is a deleted that contains a stash, remove the
1657 corresponding entry since hv might be in use in other places.
1658 D) Note that no test cases test the deletion of packages to catch
1659 this bug.
1660
1661 [ 19213]
1662 Ook, run tests on correct build-dir next time.
1663 We must check if the hv is a stash, otherwise we try to delete
1664 something that is a HvNAME of null..... tests pass better now
1665
1666 [ 19214]
1667 [perl #21845] "proto.h": 'id' is a reserved word in Objective-C.
1668
1669 [ 19215]
1670 Add a test for [perl #17753].
1671
1672 [ 19226]
1673 Upgrade to Pod::LaTeX 0.55.
1674
1675 [ 19227]
1676 [#17040] Storable now handles self-tied scalars with NULL mg_obj.
1677
1678 [ 19236]
1679 Document the effect of thread creation context.
1680
1681 [ 19238]
1682 A -C parsed from the #! line can still have line endings in it.
1683
1684 [ 19240]
1685 Fix double join problem for those places where free
1686 actually means free (solaris for example :)
1687 Fixes bug #16681
1688
1689 [ 19245]
1690 Document that the open pragma does not affect
1691 the three-headed hydra, ummm, open.
1692
1693 [ 19247]
1694 Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
1695 From: Enache Adrian <enache@rdslink.ro>
1696 Date: Thu, 17 Apr 2003 14:35:36 +0300
1697 Message-Id: <20030417113536.GA898@ratsnest.hole>
1698
1699 [ 19252]
1700 [#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
1701 Anything that's broken by this change should be fixed.
1702
1703 [ 19254]
1704 Extreme Voodoo programming, by not pinching the SV if it is a
1705 PADTMP it happily keeps it's value later on!
1706 Branch: maint-5.8/perl
1707 +> lib/Pod/t/pod2latex.t
1708 - lib/Pod/t/latex.t
1709 ! embedvar.h
1710 !> (integrate 32 files)
1711____________________________________________________________________________
1712[ 19255] By: jhi on 2003/04/17 17:44:24
1713 Log: metaconfig unit change for #19253.
1714 Branch: metaconfig/U/perl
1715 ! Extensions.U
1716____________________________________________________________________________
1717[ 19254] By: sky on 2003/04/17 17:31:52
1718 Log: Extreme Voodoo programming, by not pinching the SV if it is a
1719 PADTMP it happily keeps it's value later on!
1720 Branch: perl
1721 ! sv.c
1722____________________________________________________________________________
1723[ 19253] By: jhi on 2003/04/17 17:09:16
1724 Log: Implement -Dnoextensions=... and -Donlyextensions=...
1725 Branch: perl
1726 ! Configure INSTALL
1727____________________________________________________________________________
1728[ 19252] By: ams on 2003/04/17 16:19:31
1729 Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
1730 Anything that's broken by this change should be fixed.
1731 Branch: perl
1732 ! gv.c
1733____________________________________________________________________________
1734[ 19251] By: jhi on 2003/04/17 15:39:56
1735 Log: Introduce the new *l APIs, undefined, to non-Configure lands.
1736 Branch: perl
1737 ! NetWare/config.wc NetWare/config_H.wc configure.com
1738 ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
1739 ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
1740 ! win32/config.gc win32/config.vc win32/config.vc64
1741 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1742 ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
1743____________________________________________________________________________
1744[ 19250] By: jhi on 2003/04/17 15:07:08
1745 Log: Regen Glossary et alia.
1746 Branch: perl
1747 ! Porting/Glossary Porting/config.sh Porting/config_H
1748____________________________________________________________________________
1749[ 19249] By: jhi on 2003/04/17 14:54:01
1750 Log: metaconfig unit change for #19248.
1751 Branch: metaconfig/U/perl
1752 ! selectminbits.U
1753____________________________________________________________________________
1754[ 19248] By: jhi on 2003/04/17 14:53:41
1755 Log: Small tidying up of the selectminbits code, but most
1756 importantly allocate the buffer from the heap using
1757 malloc, not from the stack: using stack causes unaligned
1758 access in LP64 Solaris since stack data is not guaranteed
1759 to be 64-bit aligned, while a fd_set is (it has 1024 longs).
1760 (via Alan Burlison)
1761 Branch: perl
1762 ! Configure
1763____________________________________________________________________________
1764[ 19247] By: ams on 2003/04/17 12:24:57
1765 Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
1766 From: Enache Adrian <enache@rdslink.ro>
1767 Date: Thu, 17 Apr 2003 14:35:36 +0300
1768 Message-Id: <20030417113536.GA898@ratsnest.hole>
1769 Branch: perl
1770 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
1771____________________________________________________________________________
1772[ 19246] By: nick on 2003/04/17 10:44:49
1773 Log: Integrate mainline
1774 Branch: perlio
1775 +> lib/ExtUtils/t/MM_Any.t lib/Locale/Maketext/t/00about.t
1776 +> lib/Locale/Maketext/t/01make.t lib/Locale/Maketext/t/02get.t
1777 +> lib/Locale/Maketext/t/03http.t lib/Net/Ping/t/510_ping_udp.t
1778 +> lib/Pod/t/pod2latex.t lib/Test/Harness/t/pod.t t/io/layers.t
1779 +> t/lib/sample-tests/switches
1780 - lib/Locale/Maketext/test.pl lib/Net/Ping/README
1781 - lib/Pod/t/latex.t
1782 !> (integrate 258 files)
1783____________________________________________________________________________
1784[ 19245] By: jhi on 2003/04/17 09:20:27
1785 Log: Document that the open pragma does not affect
1786 the three-headed hydra, ummm, open.
1787 Branch: perl
1788 ! lib/open.pm
1789____________________________________________________________________________
1790[ 19244] By: jhi on 2003/04/17 06:45:26
1791 Log: More maneuvering closer to proposed POSIX classes
1792 mapping to Unicode: (1) The definitions of "graph" and
1793 "print" are still in flux: move closer back to how Perl
1794 5.8.0 defined it (though drop Co, that did not make sense)
1795 (2) Add U+0085 (NEL) to "space".
1796 Branch: perl
1797 ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
1798 ! lib/unicore/lib/Space.pl lib/unicore/mktables
1799____________________________________________________________________________
1800[ 19243] By: jhi on 2003/04/17 05:29:24
1801 Log: Detect the 'fast stdio' case.
1802 Branch: perl
1803 ! lib/PerlIO.pm t/io/layers.t
1804____________________________________________________________________________
1805[ 19242] By: jhi on 2003/04/16 20:14:01
1806 Log: Fix up Larry's copyright statements to my best knowledge.
1807 (Lots of Perl 5 source code archaeology was involved.)
1808 Larry didn't make strangled noises when I showed him
1809 the patch, either :-)
1810 Branch: perl
1811 ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
1812 ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
1813 ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
1814 ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
1815 ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
1816 ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
1817 ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
1818 ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
1819 ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
1820 ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
1821 ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
1822 ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
1823 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1824 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
1825 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
1826____________________________________________________________________________
1827[ 19241] By: jhi on 2003/04/16 17:24:24
1828 Log: Handle PERLIO= and document a bit.
1829 Branch: perl
1830 ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
1831____________________________________________________________________________
1832[ 19240] By: sky on 2003/04/16 16:27:43
1833 Log: Fix double join problem for those places where free
1834 actually means free (solaris for example :)
1835 Fixes bug #16681
1836 Branch: perl
1837 ! ext/threads/t/join.t ext/threads/threads.xs
1838____________________________________________________________________________
1839[ 19239] By: jhi on 2003/04/16 14:57:47
1840 Log: Try to get the layers.t working also for dosish platforms.
1841 Branch: perl
1842 ! lib/PerlIO.pm t/io/layers.t
1843____________________________________________________________________________
1844[ 19238] By: jhi on 2003/04/16 13:27:24
1845 Log: A -C parsed from the #! line can still have line endings in it.
1846 Branch: perl
1847 ! util.c
1848____________________________________________________________________________
1849[ 19237] By: jhi on 2003/04/16 13:23:37
1850 Log: What does an empty PERLIO= mean, anyway?
1851 Branch: perl
1852 ! t/io/layers.t
1853____________________________________________________________________________
1854[ 19236] By: jhi on 2003/04/16 13:09:42
1855 Log: Document the effect of thread creation context.
1856 Branch: perl
1857 ! ext/threads/threads.pm
1858____________________________________________________________________________
1859[ 19235] By: jhi on 2003/04/16 12:13:07
1860 Log: Use the right prototype and a glob is fine (from Rafael).
1861 Branch: perl
1862 ! lib/PerlIO.pm universal.c
1863____________________________________________________________________________
1864[ 19234] By: jhi on 2003/04/16 10:20:46
1865 Log: PerlIO::get_layers() usage tip.
1866 Branch: perl
1867 ! lib/PerlIO.pm
1868____________________________________________________________________________
1869[ 19233] By: jhi on 2003/04/16 10:07:48
1870 Log: Syntax terror.
1871 Branch: perl
1872 ! lib/unicore/mktables
1873____________________________________________________________________________
1874[ 19232] By: jhi on 2003/04/16 09:45:51
1875 Log: Redundant test.
1876 Branch: perl
1877 ! lib/unicore/mktables
1878____________________________________________________________________________
1879[ 19231] By: jhi on 2003/04/16 09:21:25
1880 Log: Synchronize the specifications of the POSIX character
1881 classes alnum, graph, and print closer to the planned
1882 Unicode proposal.
1883 Branch: perl
1884 ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
1885 ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
1886____________________________________________________________________________
1887[ 19230] By: jhi on 2003/04/16 08:57:01
1888 Log: Patch from Merijn.
1889 Branch: perl
1890 ! perl.h
1891____________________________________________________________________________
1892[ 19229] By: jhi on 2003/04/16 08:27:53
1893 Log: metaconfig unit change for #19228.
1894 Branch: metaconfig/U/perl
1895 ! d_modfl.U
1896____________________________________________________________________________
1897[ 19228] By: jhi on 2003/04/16 08:27:26
1898 Log: Thinko in modfl detection.
1899 Branch: perl
1900 ! Configure
1901____________________________________________________________________________
1902[ 19227] By: ams on 2003/04/16 02:32:11
1903 Log: Storable now handles self-tied scalars with NULL mg_obj.
1904 Branch: perl
1905 ! ext/Storable/Storable.xs
1906____________________________________________________________________________
1907[ 19226] By: jhi on 2003/04/15 18:00:21
1908 Log: Upgrade to Pod::LaTeX 0.55.
1909 Branch: perl
1910 + lib/Pod/t/pod2latex.t
1911 - lib/Pod/t/latex.t
1912 ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
1913____________________________________________________________________________
1914[ 19225] By: jhi on 2003/04/15 17:01:40
1915 Log: metaconfig unit change for #19224.
1916 Branch: metaconfig
1917 ! U/threads/archname.U
1918 Branch: metaconfig/U/perl
1919 - sanelongdbl.U
1920 ! d_modfl.U
1921____________________________________________________________________________
1922[ 19224] By: jhi on 2003/04/15 17:01:27
1923 Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
1924 Branch: perl
1925 ! Configure
1926____________________________________________________________________________
1927[ 19223] By: jhi on 2003/04/15 16:36:32
1928 Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
1929 Branch: perl
1930 ! t/io/layers.t
1931____________________________________________________________________________
1932[ 19222] By: jhi on 2003/04/15 16:28:54
1933 Log: metaconfig unit change for #19221.
1934 Branch: metaconfig
1935 ! U/modified/libs.U
1936____________________________________________________________________________
1937[ 19221] By: jhi on 2003/04/15 16:27:49
1938 Log: False alarm: no cyclic dependency.
1939 Branch: perl
1940 ! Configure config_h.SH
1941____________________________________________________________________________
1942[ 19220] By: jhi on 2003/04/15 16:09:17
1943 Log: metaconfig unit changes for #19219.
1944 Branch: metaconfig
1945 ! U/compline/byteorder.U U/compline/ccflags.U
1946 ! U/compline/d_fd_set.U U/compline/d_isascii.U
1947 ! U/compline/d_open3.U U/compline/d_stdstdio.U
1948 ! U/compline/d_vprintf.U U/compline/i_time.U
1949 ! U/compline/nblock_io.U U/compline/orderlib.U
1950 ! U/modified/Signal.U U/modified/d_access.U
1951 ! U/modified/d_getpgrp.U U/modified/d_setpgrp.U
1952 ! U/modified/prototype.U U/threads/archname.U
1953 Branch: metaconfig/U/perl
1954 + d_aintl.U d_copysignl.U d_ilogbl.U d_scalbnl.U sanelongdbl.U
1955 ! d_dirfd.U d_dlsymun.U d_fcntl_can_lock.U d_sqrtl.U dlsrc.U
1956 ! fflushall.U fpossize.U i_db.U perlxv.U uselfs.U uselongdbl.U
1957____________________________________________________________________________
1958[ 19219] By: jhi on 2003/04/15 16:08:11
1959 Log: Backport of _most_ of the changes in #19218: not one big
1960 cyclic dependency, though, it must be broken up somehow.
1961 Branch: perl
1962 ! Configure config_h.SH
1963____________________________________________________________________________
1964[ 19218] By: jhi on 2003/04/15 14:09:31
1965 Log: Big patch from Alan Burlison to make Solaris long doubles work.
1966 (Also spreads more <stdlib.h> joy.)
1967 Needs backporting to metaconfig units and introducing the new
1968 symbols to non-Configure lands.
1969 Branch: perl
1970 ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
1971____________________________________________________________________________
1972[ 19217] By: jhi on 2003/04/15 14:01:03
1973 Log: Don't skip the whole test for PERLIO=perlio.
1974 Branch: perl
1975 ! t/io/layers.t
1976____________________________________________________________________________
1977[ 19216] By: jhi on 2003/04/15 13:47:16
1978 Log: Revert #19031 now that #19210 fixed the bug (#17757).
1979 Branch: maint-5.8/perl
1980 ! regexec.c t/op/subst.t
1981____________________________________________________________________________
1982[ 19215] By: jhi on 2003/04/15 05:54:17
1983 Log: Add a test for [perl #17753].
1984 Branch: perl
1985 ! t/op/undef.t
1986____________________________________________________________________________
1987[ 19214] By: jhi on 2003/04/15 05:40:52
1988 Log: "proto.h": 'id' is a reserved word in Objective-C.
1989 Branch: perl
1990 ! embed.fnc op.c proto.h
1991____________________________________________________________________________
1992[ 19213] By: sky on 2003/04/14 21:42:10
1993 Log: Ook, run tests on correct build-dir next time.
1994 We must check if the hv is a stash, otherwise we try to delete
1995 something that is a HvNAME of null..... tests pass better now
1996 Branch: perl
1997 ! gv.c
1998____________________________________________________________________________
1999[ 19212] By: sky on 2003/04/14 21:15:00
2000 Log: Fixes to bugs introduced by PL_stashcache
2001 A) Follow suggestion by Benjamin Goldberg to use hv_delete
2002 instead of hv_delete_ent to avoid creating a temporary SV
2003 B) Don't increment the refcount, sneak it into an IV instead
2004 C) When a GP is a deleted that contains a stash, remove the
2005 corresponding entry since hv might be in use in other places.
2006 D) Note that no test cases test the deletion of packages to catch
2007 this bug.
2008 Branch: perl
2009 ! gv.c hv.c pp_hot.c
2010____________________________________________________________________________
2011[ 19211] By: rgs on 2003/04/14 21:11:11
2012 Log: Mention that "make test_harness" lets messages sent through
2013 standard error out. Complements change #19206.
2014 Branch: perl
2015 ! pod/perlhack.pod
2016____________________________________________________________________________
2017[ 19210] By: rgs on 2003/04/14 20:48:02
2018 Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
2019 From: Inaba Hiroto <inaba@st.rim.or.jp>
2020 Date: Fri, 21 Mar 2003 17:35:21 +0900
2021 Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
2022 Date: Sat, 22 Mar 2003 11:28:05 +0900
2023 Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
2024 Branch: perl
2025 ! regexec.c t/op/pat.t
2026____________________________________________________________________________
2027[ 19209] By: jhi on 2003/04/14 20:36:55
2028 Log: PERLIO=perlio requires extra steps.
2029 Branch: perl
2030 ! lib/PerlIO.pm t/io/layers.t
2031____________________________________________________________________________
2032[ 19208] By: jhi on 2003/04/14 20:02:04
2033 Log: Skip as early as possible if no perlio since the
2034 use open would be compile-time.
2035 Branch: perl
2036 ! t/io/layers.t
2037____________________________________________________________________________
2038[ 19207] By: rgs on 2003/04/14 19:34:42
2039 Log: Document and test autovivified dirhandles.
2040 Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
2041 From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
2042 Date: 12 Apr 2003 12:40:45 -0000
2043 Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
2044 Branch: perl
2045 ! pod/perlfunc.pod t/op/readdir.t
2046____________________________________________________________________________
2047[ 19206] By: rgs on 2003/04/14 19:13:26
2048 Log: More docs about running tests and the test suite.
2049 Update perlhack.pod in various places.
2050 Add 'test_harness' as a .PHONY dependency in the Makefile.
2051 Branch: perl
2052 ! Makefile.SH pod/perlhack.pod t/README
2053____________________________________________________________________________
2054[ 19205] By: jhi on 2003/04/14 18:58:01
2055 Log: Build get_layers() also under -Uuseperlio.
2056 Branch: perl
2057 ! universal.c
2058____________________________________________________________________________
2059[ 19204] By: jhi on 2003/04/14 18:48:04
2060 Log: Bump up the version and admonish against aspiring (ab)use.
2061 Branch: perl
2062 ! lib/PerlIO.pm
2063____________________________________________________________________________
2064[ 19203] By: jhi on 2003/04/14 17:35:51
2065 Log: Introduce PerlIO::get_layers() to allow people to peek
2066 at the PerlIO layer stack.
2067 Branch: perl
2068 + t/io/layers.t
2069 ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
2070 ! universal.c
2071____________________________________________________________________________
2072[ 19202] By: merijn on 2003/04/14 05:42:18
2073 Log: Subject: [PATCH] vms/vms.c waitpid tweak
2074 From: "Craig A. Berry" <craigberry@mac.com>
2075 Date: Mon, 14 Apr 2003 00:43:00 -0500
2076 Message-ID: <3E9A4A64.6030205@mac.com>
2077 Branch: perl
2078 ! vms/vms.c
2079____________________________________________________________________________
2080[ 19201] By: sky on 2003/04/13 19:26:46
2081 Log: Fix bug #16253, use all the CPU that we can :-)
2082 Branch: perl
2083 ! ext/threads/threads.xs
2084____________________________________________________________________________
2085[ 19200] By: sky on 2003/04/13 18:38:58
2086 Log: Fix bug #15893 by creating shared scalars with a refcount of 1
2087 instead of 2 and make push and pop increase the refcount.
2088 Branch: perl
2089 ! ext/threads/shared/shared.xs
2090____________________________________________________________________________
2091[ 19199] By: jhi on 2003/04/13 11:45:42
2092 Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
2093 ../../lib for the lc() at line 66 (UTF-8 data possible
2094 if using UTF-8 locales).
2095 Branch: perl
2096 ! lib/ExtUtils/t/Install.t
2097____________________________________________________________________________
2098[ 19198] By: jhi on 2003/04/13 09:43:09
2099 Log: The lib/ipc_sysv.t test has a new name.
2100 Branch: perl
2101 ! INSTALL
2102____________________________________________________________________________
2103[ 19197] By: jhi on 2003/04/13 09:32:05
2104 Log: Continue hunting for the cause of the Tru64 failed threaded smokes
2105 most probably introduced by the change #19157. The tweak suggested
2106 by Stephen McCamant trades a possible dangling pointer (CopFILE()
2107 is tricky like that with threads) to a memory leak. (This means
2108 that this tweak shouldn't be left in as-is, but if this helps,
2109 we at least know that the failure was caused by the #19157.)
2110 Branch: perl
2111 ! op.c
2112____________________________________________________________________________
2113[ 19196] By: jhi on 2003/04/13 09:20:02
2114 Log: Upgrade to Net::Ping 2.29.
2115 Branch: perl
2116 + lib/Net/Ping/t/510_ping_udp.t
2117 - lib/Net/Ping/README
2118 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
2119____________________________________________________________________________
2120[ 19195] By: jhi on 2003/04/13 09:02:05
2121 Log: Upgrade to Test::Harness 2.27_04.
2122 Branch: perl
2123 + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
2124 ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
2125 ! lib/Test/Harness/t/test-harness.t
2126____________________________________________________________________________
2127[ 19194] By: rgs on 2003/04/12 21:21:04
2128 Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
2129 Branch: perl
2130 ! hints/darwin.sh hints/rhapsody.sh
2131____________________________________________________________________________
2132[ 19193] By: jhi on 2003/04/12 18:46:31
2133 Log: Integrate:
2134 [ 19166]
2135 Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days?
2136 From: Robin Barker <Robin.Barker@npl.co.uk>
2137 Date: Tue, 8 Apr 2003 14:23:04 +0100
2138 Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
2139
2140 [ 19167]
2141 Typos fixes by Stas Bekman.
2142
2143 [ 19168]
2144 Document that perl recognizes 2>&1 on the command-line on VMS.
2145
2146 [ 19171]
2147 Implement support for --help and --version in Getopt::Std
2148 Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
2149 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
2150 Date: Mon, 7 Apr 2003 17:07:15 -0700
2151 Message-ID: <20030408000714.GA953@math.berkeley.edu>
2152
2153 [ 19172]
2154 Try to be more descriptive than just __ANONIO__ which is what
2155 you get when you autovivify filehandles into array/hash elements.
2156
2157 [ 19173]
2158 open(my $fh, ">&", STDOUT) should not warn under strict.
2159
2160 [ 19174]
2161 Even more promotion for -lc128 (long doubles on AIX)
2162 More obvious detection of C compiler
2163 cc_type should not promote to config.sh
2164
2165 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2166 Date: Wed, 09 Apr 2003 14:31:48 +0200
2167 Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
2168
2169 [ 19175]
2170 In case someone is using UTF-8 locales.
2171
2172 [ 19176]
2173 Also locale names can contain illegal UTF-8.
2174
2175 [ 19177]
2176 perlport information about portably embedding string data.
2177
2178 [ 19179]
2179 I assume the idea was to use the *cwd variables for testing.
2180
2181 [ 19180]
2182 With AFS the cwds have little chance of agreeing.
2183
2184 [ 19181]
2185 Unless Inuits are involved...
2186
2187 [ 19183]
2188 The test doesn't work that well when -Uusedl.
2189 Some of the tests could be salvaged even then I guess.
2190
2191 [ 19184]
2192 Add an option for the grok_xxx() to silently ignore bad digits.
2193
2194 [ 19185]
2195 Noted by Nat: -0 didn't work that well with Unicode.
2196
2197 [ 19186]
2198 Be more descriptive.
2199
2200 [ 19188]
2201 PerlFAQ sync.
2202
2203 [ 19189]
2204 Peter Scott suggests that the docs for base.pm should
2205 state explicitely that base.pm doesn't call import()
2206 on base classes. Plus a few typos.
2207
2208 [ 19190]
2209 Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
2210 From: Michael G Schwern <schwern@pobox.com>
2211 Date: Fri, 11 Apr 2003 00:32:02 -0700
2212 Message-ID: <20030411073202.GC5916@windhund.schwern.org>
2213
2214 [ 19191]
2215 Benchmark nit from Nick Clark (in OpenBSD the result could
2216 be a negative zero, -0).
2217 Branch: maint-5.8/perl
2218 !> (integrate 38 files)
2219____________________________________________________________________________
2220[ 19192] By: jhi on 2003/04/12 18:23:40
2221 Log: The debugging aid #19182 didn't.
2222 Branch: perl
2223 ! ext/B/t/deparse.t
2224____________________________________________________________________________
2225[ 19191] By: jhi on 2003/04/12 16:51:12
2226 Log: Benchmark nit from Nick Clark (in OpenBSD the result could
2227 be a negative zero, -0).
2228 Branch: perl
2229 ! lib/Benchmark.t
2230____________________________________________________________________________
2231[ 19190] By: rgs on 2003/04/12 13:41:25
2232 Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
2233 From: Michael G Schwern <schwern@pobox.com>
2234 Date: Fri, 11 Apr 2003 00:32:02 -0700
2235 Message-ID: <20030411073202.GC5916@windhund.schwern.org>
2236 Branch: perl
2237 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
2238 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2239 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
2240 ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
2241 ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
2242 ! lib/ExtUtils/t/zz_cleanup_dummy.t
2243____________________________________________________________________________
2244[ 19189] By: rgs on 2003/04/10 20:40:14
2245 Log: Peter Scott suggests that the docs for base.pm should
2246 state explicitely that base.pm doesn't call import()
2247 on base classes. Plus a few typos.
2248 Branch: perl
2249 ! lib/base.pm
2250____________________________________________________________________________
2251[ 19188] By: rgs on 2003/04/10 19:45:08
2252 Log: PerlFAQ sync.
2253 Branch: perl
2254 ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
2255 ! pod/perlfaq7.pod pod/perlfaq9.pod
2256____________________________________________________________________________
2257[ 19187] By: rgs on 2003/04/10 19:25:18
2258 Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
2259 There used to be a nullstash (%{"<none>::"}) to hold illegal
2260 variables under strict 'vars'. It has been removed by change #17942.
2261 This can lead to segfaults during the parsing, because some illegal
2262 variables might have been discarded before the compilation of the
2263 current statement had completed.
2264 Bug analysis and test case by Enache Adrian.
2265 Branch: perl
2266 ! gv.c t/lib/strict/vars
2267____________________________________________________________________________
2268[ 19186] By: jhi on 2003/04/10 19:13:40
2269 Log: Be more descriptive.
2270 Branch: perl
2271 ! MANIFEST
2272____________________________________________________________________________
2273[ 19185] By: jhi on 2003/04/10 19:06:02
2274 Log: Noted by Nat: -0 didn't work that well with Unicode.
2275 Branch: perl
2276 ! perl.c pod/perlrun.pod
2277____________________________________________________________________________
2278[ 19184] By: jhi on 2003/04/10 17:26:43
2279 Log: Add an option for the grok_xxx() to silently ignore bad digits.
2280 Branch: perl
2281 ! numeric.c perl.h
2282____________________________________________________________________________
2283[ 19183] By: jhi on 2003/04/10 10:56:25
2284 Log: The test doesn't work that well when -Uusedl.
2285 Some of the tests could be salvaged even then I guess.
2286 Branch: perl
2287 ! lib/ExtUtils/t/Constant.t
2288____________________________________________________________________________
2289[ 19182] By: jhi on 2003/04/10 09:40:24
2290 Log: A temporary debugging aid for Tru64 threaded builds.
2291 Branch: perl
2292 ! ext/B/t/deparse.t
2293____________________________________________________________________________
2294[ 19181] By: jhi on 2003/04/10 08:02:10
2295 Log: Unless Inuits are involved...
2296 Branch: perl
2297 ! pod/perlrun.pod
2298____________________________________________________________________________
2299[ 19180] By: jhi on 2003/04/10 07:02:44
2300 Log: With AFS the cwds have little chance of agreeing.
2301 Branch: perl
2302 ! ext/Cwd/t/cwd.t
2303____________________________________________________________________________
2304[ 19179] By: jhi on 2003/04/10 06:46:50
2305 Log: I assume the idea was to use the *cwd variables for testing.
2306 Branch: perl
2307 ! ext/Cwd/t/cwd.t
2308____________________________________________________________________________
2309[ 19178] By: jhi on 2003/04/10 04:59:18
2310 Log: Integrate:
2311 [ 18601]
2312 More of the #18600.
2313 Branch: maint-5.8/perl
2314 !> pad.c
2315____________________________________________________________________________
2316[ 19177] By: jhi on 2003/04/10 04:34:48
2317 Log: perlport information about portably embedding string data.
2318 Branch: perl
2319 ! pod/perlport.pod
2320____________________________________________________________________________
2321[ 19176] By: jhi on 2003/04/10 04:18:45
2322 Log: Also locale names can contain illegal UTF-8.
2323 Branch: perl
2324 ! lib/locale.t
2325____________________________________________________________________________
2326[ 19175] By: jhi on 2003/04/10 04:03:48
2327 Log: In case someone is using UTF-8 locales.
2328 Branch: perl
2329 ! lib/ExtUtils/MM_MacOS.pm
2330____________________________________________________________________________
2331[ 19174] By: merijn on 2003/04/09 14:33:12
2332 Log: Even more promotion for -lc128 (long doubles on AIX)
2333 More obvious detection of C compiler
2334 cc_type should not promote to config.sh
2335
2336 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2337 Date: Wed, 09 Apr 2003 14:31:48 +0200
2338 Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
2339 Branch: perl
2340 ! hints/aix.sh
2341____________________________________________________________________________
2342[ 19173] By: jhi on 2003/04/09 12:39:35
2343 Log: open(my $fh, ">&", STDOUT) should not warn under strict.
2344 Branch: perl
2345 ! op.c t/io/open.t
2346____________________________________________________________________________
2347[ 19172] By: jhi on 2003/04/09 10:40:31
2348 Log: Try to be more descriptive than just __ANONIO__ which is what
2349 you get when you autovivify filehandles into array/hash elements.
2350 Branch: perl
2351 ! doio.c op.c t/io/open.t
2352____________________________________________________________________________
2353[ 19171] By: rgs on 2003/04/08 20:44:20
2354 Log: Implement support for --help and --version in Getopt::Std
2355 Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
2356 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
2357 Date: Mon, 7 Apr 2003 17:07:15 -0700
2358 Message-ID: <20030408000714.GA953@math.berkeley.edu>
2359 Branch: perl
2360 ! lib/Getopt/Std.pm
2361____________________________________________________________________________
2362[ 19170] By: rgs on 2003/04/08 19:47:05
2363 Log: Subject: [PATCH] Re: Error: Unknown error
2364 From: Enache Adrian <enache@rdslink.ro>
2365 Date: Tue, 8 Apr 2003 07:12:13 +0300
2366 Message-ID: <20030408041213.GA13553@ratsnest.hole>
2367 Branch: perl
2368 ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
2369____________________________________________________________________________
2370[ 19169] By: rgs on 2003/04/08 19:19:34
2371 Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
2372 From: Dave Mitchell <davem@fdgroup.com>
2373 Date: Mon, 7 Apr 2003 21:43:17 +0100
2374 Message-ID: <20030407204317.GA8796@fdgroup.com>
2375
2376 The new XTERMORDORDOR lexer expectation must also be named
2377 in debugging perls, to be used in the output of -DT.
2378 Branch: perl
2379 ! perl.h toke.c
2380____________________________________________________________________________
2381[ 19168] By: rgs on 2003/04/08 19:05:22
2382 Log: Document that perl recognizes 2>&1 on the command-line on VMS.
2383 Branch: perl
2384 ! vms/perlvms.pod
2385____________________________________________________________________________
2386[ 19167] By: rgs on 2003/04/08 18:47:18
2387 Log: Typos fixes by Stas Bekman.
2388 Branch: perl
2389 ! cv.h lib/attributes.pm sv.h
2390____________________________________________________________________________
2391[ 19166] By: rgs on 2003/04/08 18:43:22
2392 Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days?
2393 From: Robin Barker <Robin.Barker@npl.co.uk>
2394 Date: Tue, 8 Apr 2003 14:23:04 +0100
2395 Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
2396 Branch: perl
2397 ! pod/perlpod.pod
2398____________________________________________________________________________
2399[ 19165] By: jhi on 2003/04/08 17:43:04
2400 Log: Integrate:
2401 [ 19162]
2402 Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
2403 From: Michael G Schwern <schwern@pobox.com>
2404 Date: Mon, 7 Apr 2003 02:09:17 -0700
2405 Message-ID: <20030407090917.GA9221@windhund.schwern.org>
2406
2407 [ 19163]
2408 The SvGROW() might move the PV.
2409
2410 [ 19164]
2411 Few more words about safe/unsafe signals.
2412 Branch: maint-5.8/perl
2413 +> lib/ExtUtils/t/MM_Any.t
2414 !> (integrate 33 files)
2415____________________________________________________________________________
2416[ 19164] By: jhi on 2003/04/08 04:42:05
2417 Log: Few more words about safe/unsafe signals.
2418 Branch: perl
2419 ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
2420____________________________________________________________________________
2421[ 19163] By: jhi on 2003/04/07 19:25:39
2422 Log: The SvGROW() might move the PV.
2423 Branch: perl
2424 ! pp.c
2425____________________________________________________________________________
2426[ 19162] By: jhi on 2003/04/07 18:23:29
2427 Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
2428 From: Michael G Schwern <schwern@pobox.com>
2429 Date: Mon, 7 Apr 2003 02:09:17 -0700
2430 Message-ID: <20030407090917.GA9221@windhund.schwern.org>
2431 Branch: perl
2432 + lib/ExtUtils/t/MM_Any.t
2433 ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
2434 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2435 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
2436 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
2437 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
2438 ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
2439 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
2440 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2441 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
2442 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
2443 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
2444 ! lib/ExtUtils/README lib/ExtUtils/TODO
2445 ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
2446 ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
2447____________________________________________________________________________
2448[ 19161] By: jhi on 2003/04/07 04:20:20
2449 Log: Integrate:
2450 [ 19126]
2451 Fix bug #21742. require should be always invoked in
2452 scalar context. This wasn't the case when called from
2453 an eval(""), because the void context doesn't propagate
2454 through the leaveeval op. Instead of making scalarvoid()
2455 handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
2456 a workaround in doeval().
2457
2458 [ 19127]
2459 Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
2460 From: Enache Adrian <enache@rdslink.ro>
2461 Date: Sat, 29 Mar 2003 19:45:41 +0200
2462 Message-ID: <20030329174541.GA8138@ratsnest.hole>
2463
2464 [ 19128]
2465 Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
2466 From: Steve Hay <steve.hay@uk.radan.com>
2467 Date: Thu, 20 Mar 2003 12:34:15 +0000
2468 Message-ID: <3E79B547.6030201@uk.radan.com>
2469 (with a few minor tweaks)
2470
2471 [ 19129]
2472 MM_VMS tweak from Craig Berry:
2473 http://nntp.x.perl.org/group/perl.makemaker/1002
2474
2475 [ 19130]
2476 Cannot portably compare files if one of them is still open
2477 (from Craig Berry).
2478
2479 [ 19131]
2480 Spread IlyaZ's PERL_CORE detection trick.
2481
2482 [ 19132]
2483 #19122 should have been tested on non-glibc system (like AIX)
2484
2485 [ 19133]
2486 Add packname->stash cache before the check if a packname is a
2487 filehandle or a package, it works because only packnames
2488 that have been resolved to stashes are added to the cache,
2489 and when a newIO is created we clean the cache.
2490 Results in roughly 1.8 speed increase for class->method()
2491 calls.
2492
2493 [ 19134]
2494 Fix some small nits, thanks to Rafael.
2495
2496 [ 19135]
2497 Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
2498 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2499 Date: Tue, 01 Apr 2003 16:32:46 -0800
2500 Message-ID: <u+ii+gzkgqkV092yn@efn.org>
2501
2502 [ 19136]
2503 Fixes for "installhtml --splithead", based on :
2504 Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
2505 From: Steve Hay <steve.hay@uk.radan.com>
2506 Date: Wed, 02 Apr 2003 11:33:41 +0100
2507 Message-ID: <3E8ABC85.5060807@uk.radan.com>
2508
2509 This also includes a small patch to Pod::Html : when generating
2510 anchor names, play on the safe side and turn every non-alphanumeric
2511 character into an '_'. Moreover, Pod::Html::anchorify() is now
2512 optionally exported.
2513
2514 [ 19137]
2515 Adjust test for the recent change (#19136) to Pod::Html
2516
2517 [ 19138]
2518 Make at least the thread count make sense.
2519
2520 [ 19139]
2521 Make perldiag agree with #19138.
2522
2523 [ 19140]
2524 Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
2525 From: Steve Hay <steve.hay@uk.radan.com>
2526 Date: Thu, 20 Mar 2003 11:55:01 +0000
2527 Message-ID: <3E79AC15.80307@uk.radan.com>
2528
2529 [ 19141]
2530 Don't recurse from threads to threads/shared (since
2531 threads/shared is built separately, temp solution from
2532 Schwern while MM is being fixed.)
2533
2534 [ 19142]
2535 Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
2536 From: andreas.koenig@anima.de (Andreas J. Koenig)
2537 Date: Thu, 03 Apr 2003 08:28:52 +0200
2538 Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
2539
2540 [ 19143]
2541 Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
2542 From: "Craig A. Berry" <craigberry@mac.com>
2543 Date: Wed, 02 Apr 2003 18:09:03 -0600
2544 Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
2545
2546 [ 19144]
2547 Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
2548 by SADAHIRO Tomoyuki.
2549
2550 [ 19145]
2551 The manpages don't have to be built by MakeMaker for the
2552 core modules in ext/. Disable this in Devel::PPPort (not
2553 up-to-date on CPAN), Unicode::Normalize (the CPAN version
2554 uses a different Makefile.PL anyway) and XS::APItest
2555 (not CPANized.)
2556
2557 [ 19146]
2558 Heredocs and use encoding didn't work for SJIS;
2559 patch from Inaba Hiroto.
2560
2561 [ 19147]
2562 Subject: [PATCH 5.8.1 @19053] Embedding
2563 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
2564 Date: Mon, 31 Mar 2003 12:39:24 -0800
2565 Message-ID: <20030331203924.GA3602@math.berkeley.edu>
2566
2567 Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
2568 to be used in a C program's main function.
2569
2570 [ 19148]
2571 [perl #21839] perluniintro.pod: nice_string() doesn't escape
2572 literal escape chars -- use Sadahiro-san's fix(es).
2573
2574 [ 19149]
2575 Upgrade to Locale::Maketext 1.04.
2576
2577 [ 19150]
2578 Subject: LD_PRELOAD hack, still badly flawed / a solution
2579 From: Enache Adrian <enache@rdslink.ro>
2580 Date: Thu, 3 Apr 2003 15:50:48 +0300
2581 Message-ID: <20030403125048.GA6107@ratsnest.hole>
2582
2583 On linux, when building a shared library, generate
2584 a small shell wrapper, "preload", that preloads libperl.so
2585 only if it exists. Useful when the 'make' process stops
2586 before the link phase.
2587
2588 [ 19151]
2589 Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
2590 From: Joost van Baal <J.E.vanBaal@uvt.nl>
2591 Date: Mon, 25 Nov 2002 17:35:37 +0100
2592 Message-ID: <20021125163537.GC4745@banach.uvt.nl>
2593
2594 (The .pm patch modified a bit, and removed the false
2595 claim that _PATH_INFO would be coming from syslog.ph)
2596
2597 [ 19152]
2598 Remove unportable ">|" shell syntax
2599 Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
2600 From: Enache Adrian <enache@rdslink.ro>
2601 Date: Sun, 6 Apr 2003 21:13:27 +0300
2602 Message-ID: <20030406181326.GA873@ratsnest.hole>
2603
2604 [ 19153]
2605 Subject: [DOC PATCH] README.solaris and -Dcc=gcc
2606 From: Robert Spier <rspier@pobox.com>
2607 Date: Sat, 05 Apr 2003 21:12:20 -0800
2608 Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
2609
2610 [ 19154]
2611 An unconditional carp is not nice.
2612
2613 [ 19156]
2614 Subject: [PATCH] B::Deparse: sv_no != 0
2615 From: Stephen McCamant <smcc@mit.edu>
2616 Date: Sun, 6 Apr 2003 17:00:48 -0400
2617 Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
2618
2619 [ 19157]
2620 Subject: CvFILE for constant subs
2621 From: Stephen McCamant <smcc@mit.edu>
2622 Date: Sun, 6 Apr 2003 16:39:13 -0400
2623 Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
2624
2625 [ 19158]
2626 More WinCE tweaking for Vadim Konovalov.
2627
2628 [ 19159]
2629 Future binary compat wishful thinking:
2630 maint will use the stashcache, but not the dbassertion.
2631
2632 [ 19160]
2633 Time::HiRes: Do not create files in blib directories under core
2634 (from Rafael)
2635 Branch: maint-5.8/perl
2636 +> lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
2637 +> lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
2638 - lib/Locale/Maketext/test.pl
2639 !> (integrate 63 files)
2640____________________________________________________________________________
2641[ 19160] By: jhi on 2003/04/07 04:17:38
2642 Log: Time::HiRes: Do not create files in blib directories under core
2643 (from Rafael)
2644 Branch: perl
2645 ! ext/Time/HiRes/Makefile.PL
2646____________________________________________________________________________
2647[ 19159] By: jhi on 2003/04/07 03:53:01
2648 Log: Future binary compat wishful thinking:
2649 maint will use the stashcache, but not the dbassertion.
2650 Branch: perl
2651 ! intrpvar.h
2652____________________________________________________________________________
2653[ 19158] By: jhi on 2003/04/07 03:41:17
2654 Log: More WinCE tweaking for Vadim Konovalov.
2655 Branch: perl
2656 ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
2657 ! wince/makedist.pl
2658____________________________________________________________________________
2659[ 19157] By: rgs on 2003/04/06 20:53:29
2660 Log: Subject: CvFILE for constant subs
2661 From: Stephen McCamant <smcc@mit.edu>
2662 Date: Sun, 6 Apr 2003 16:39:13 -0400
2663 Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
2664 Branch: perl
2665 ! op.c
2666____________________________________________________________________________
2667[ 19156] By: rgs on 2003/04/06 20:44:09
2668 Log: Subject: [PATCH] B::Deparse: sv_no != 0
2669 From: Stephen McCamant <smcc@mit.edu>
2670 Date: Sun, 6 Apr 2003 17:00:48 -0400
2671 Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
2672 Branch: perl
2673 ! ext/B/B/Deparse.pm
2674____________________________________________________________________________
2675[ 19155] By: jhi on 2003/04/06 19:56:30
2676 Log: Integrate:
2677 [ 18900]
2678 Integrate (by hand) change #18386 from maint-5.8
2679 Branch: maint-5.8/perl
2680 !> t/op/split.t
2681____________________________________________________________________________
2682[ 19154] By: jhi on 2003/04/06 19:46:35
2683 Log: An unconditional carp is not nice.
2684 Branch: perl
2685 ! ext/Sys/Syslog/Syslog.pm
2686____________________________________________________________________________
2687[ 19153] By: rgs on 2003/04/06 18:37:58
2688 Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
2689 From: Robert Spier <rspier@pobox.com>
2690 Date: Sat, 05 Apr 2003 21:12:20 -0800
2691 Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
2692 Branch: perl
2693 ! README.solaris
2694____________________________________________________________________________
2695[ 19152] By: rgs on 2003/04/06 18:24:38
2696 Log: Remove unportable ">|" shell syntax
2697 Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
2698 From: Enache Adrian <enache@rdslink.ro>
2699 Date: Sun, 6 Apr 2003 21:13:27 +0300
2700 Message-ID: <20030406181326.GA873@ratsnest.hole>
2701 Branch: perl
2702 ! Makefile.SH
2703____________________________________________________________________________
2704[ 19151] By: jhi on 2003/04/06 18:14:44
2705 Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
2706 From: Joost van Baal <J.E.vanBaal@uvt.nl>
2707 Date: Mon, 25 Nov 2002 17:35:37 +0100
2708 Message-ID: <20021125163537.GC4745@banach.uvt.nl>
2709
2710 (The .pm patch modified a bit, and removed the false
2711 claim that _PATH_INFO would be coming from syslog.ph)
2712 Branch: perl
2713 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2714 ! ext/Sys/Syslog/syslog.t
2715____________________________________________________________________________
2716[ 19150] By: rgs on 2003/04/05 21:10:00
2717 Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
2718 From: Enache Adrian <enache@rdslink.ro>
2719 Date: Thu, 3 Apr 2003 15:50:48 +0300
2720 Message-ID: <20030403125048.GA6107@ratsnest.hole>
2721
2722 On linux, when building a shared library, generate
2723 a small shell wrapper, "preload", that preloads libperl.so
2724 only if it exists. Useful when the 'make' process stops
2725 before the link phase.
2726 Branch: perl
2727 ! Makefile.SH
2728____________________________________________________________________________
2729[ 19149] By: jhi on 2003/04/05 20:44:25
2730 Log: Upgrade to Locale::Maketext 1.04.
2731 Branch: perl
2732 + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
2733 + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
2734 - lib/Locale/Maketext/test.pl
2735 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2736 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
2737____________________________________________________________________________
2738[ 19148] By: jhi on 2003/04/05 20:38:30
2739 Log: perluniintro.pod: nice_string() doesn't escape
2740 literal escape chars -- use Sadahiro-san's fix(es).
2741 Branch: perl
2742 ! pod/perluniintro.pod
2743____________________________________________________________________________
2744[ 19147] By: rgs on 2003/04/05 19:12:30
2745 Log: Subject: [PATCH 5.8.1 @19053] Embedding
2746 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
2747 Date: Mon, 31 Mar 2003 12:39:24 -0800
2748 Message-ID: <20030331203924.GA3602@math.berkeley.edu>
2749
2750 Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
2751 to be used in a C program's main function.
2752 Branch: perl
2753 ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
2754____________________________________________________________________________
2755[ 19146] By: jhi on 2003/04/05 19:08:37
2756 Log: Heredocs and use encoding didn't work for SJIS;
2757 patch from Inaba Hiroto.
2758 Branch: perl
2759 ! toke.c
2760____________________________________________________________________________
2761[ 19145] By: rgs on 2003/04/05 11:45:36
2762 Log: The manpages don't have to be built by MakeMaker for the
2763 core modules in ext/. Disable this in Devel::PPPort (not
2764 up-to-date on CPAN), Unicode::Normalize (the CPAN version
2765 uses a different Makefile.PL anyway) and XS::APItest
2766 (not CPANized.)
2767 Branch: perl
2768 ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
2769 ! ext/XS/APItest/Makefile.PL
2770____________________________________________________________________________
2771[ 19144] By: rgs on 2003/04/05 11:28:22
2772 Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
2773 by SADAHIRO Tomoyuki.
2774 Branch: perl
2775 ! ext/Unicode/Normalize/Changes
2776 ! ext/Unicode/Normalize/Normalize.pm
2777 ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
2778 ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
2779 ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
2780 ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2781 ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
2782____________________________________________________________________________
2783[ 19143] By: merijn on 2003/04/03 08:55:33
2784 Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
2785 From: "Craig A. Berry" <craigberry@mac.com>
2786 Date: Wed, 02 Apr 2003 18:09:03 -0600
2787 Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
2788 Branch: perl
2789 ! vms/vms.c vms/vmsish.h
2790____________________________________________________________________________
2791[ 19142] By: merijn on 2003/04/03 08:50:55
2792 Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
2793 From: andreas.koenig@anima.de (Andreas J. Koenig)
2794 Date: Thu, 03 Apr 2003 08:28:52 +0200
2795 Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
2796 Branch: perl
2797 ! lib/Pod/t/Functions.t
2798____________________________________________________________________________
2799[ 19141] By: jhi on 2003/04/03 05:00:36
2800 Log: Don't recurse from threads to threads/shared (since
2801 threads/shared is built separately, temp solution from
2802 Schwern while MM is being fixed.)
2803 Branch: perl
2804 ! ext/threads/Makefile.PL
2805____________________________________________________________________________
2806[ 19140] By: rgs on 2003/04/02 20:41:46
2807 Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
2808 From: Steve Hay <steve.hay@uk.radan.com>
2809 Date: Thu, 20 Mar 2003 11:55:01 +0000
2810 Message-ID: <3E79AC15.80307@uk.radan.com>
2811 Branch: perl
2812 ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
2813____________________________________________________________________________
2814[ 19139] By: jhi on 2003/04/02 19:44:07
2815 Log: Make perldiag agree with #19138.
2816 Branch: perl
2817 ! pod/perldiag.pod
2818____________________________________________________________________________
2819[ 19138] By: jhi on 2003/04/02 19:37:59
2820 Log: Make at least the thread count make sense.
2821 Branch: perl
2822 ! ext/threads/threads.xs
2823____________________________________________________________________________
2824[ 19137] By: rgs on 2003/04/02 19:24:47
2825 Log: Adjust test for the recent change (#19136) to Pod::Html
2826 Branch: perl
2827 ! lib/Pod/t/htmlview.t
2828____________________________________________________________________________
2829[ 19136] By: rgs on 2003/04/02 18:46:31
2830 Log: Fixes for "installhtml --splithead", based on :
2831 Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
2832 From: Steve Hay <steve.hay@uk.radan.com>
2833 Date: Wed, 02 Apr 2003 11:33:41 +0100
2834 Message-ID: <3E8ABC85.5060807@uk.radan.com>
2835
2836 This also includes a small patch to Pod::Html : when generating
2837 anchor names, play on the safe side and turn every non-alphanumeric
2838 character into an '_'. Moreover, Pod::Html::anchorify() is now
2839 optionally exported.
2840 Branch: perl
2841 ! installhtml lib/Pod/Html.pm
2842____________________________________________________________________________
2843[ 19135] By: rgs on 2003/04/02 18:42:50
2844 Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
2845 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2846 Date: Tue, 01 Apr 2003 16:32:46 -0800
2847 Message-ID: <u+ii+gzkgqkV092yn@efn.org>
2848 Branch: perl
2849 ! pp.c t/op/split.t
2850____________________________________________________________________________
2851[ 19134] By: sky on 2003/04/02 18:01:40
2852 Log: Fix some small nits, thanks to Rafael.
2853 Branch: perl
2854 ! pp_hot.c
2855____________________________________________________________________________
2856[ 19133] By: sky on 2003/04/02 13:41:14
2857 Log: Add packname->stash cache before the check if a packname is a
2858 filehandle or a package, it works because only packnames
2859 that have been resolved to stashes are added to the cache,
2860 and when a newIO is created we clean the cache.
2861 Results in roughly 1.8 speed increase for class->method()
2862 calls.
2863 Branch: perl
2864 ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
2865____________________________________________________________________________
2866[ 19132] By: merijn on 2003/04/02 11:28:02
2867 Log: #19122 should have been tested on non-glibc system (like AIX)
2868 Branch: perl
2869 ! pp.c
2870____________________________________________________________________________
2871[ 19131] By: jhi on 2003/04/02 05:25:19
2872 Log: Spread IlyaZ's PERL_CORE detection trick.
2873 Branch: perl
2874 ! ext/Encode/Makefile.PL
2875____________________________________________________________________________
2876[ 19130] By: jhi on 2003/04/02 04:42:40
2877 Log: Cannot portably compare files if one of them is still open
2878 (from Craig Berry).
2879 Branch: perl
2880 ! ext/Encode/t/enc_module.t
2881____________________________________________________________________________
2882[ 19129] By: jhi on 2003/04/02 04:30:45
2883 Log: MM_VMS tweak from Craig Berry:
2884 http://nntp.x.perl.org/group/perl.makemaker/1002
2885 Branch: perl
2886 ! lib/ExtUtils/MM_VMS.pm
2887____________________________________________________________________________
2888[ 19128] By: rgs on 2003/04/01 21:30:12
2889 Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
2890 From: Steve Hay <steve.hay@uk.radan.com>
2891 Date: Thu, 20 Mar 2003 12:34:15 +0000
2892 Message-ID: <3E79B547.6030201@uk.radan.com>
2893 (with a few minor tweaks)
2894 Branch: perl
2895 ! installhtml
2896____________________________________________________________________________
2897[ 19127] By: rgs on 2003/04/01 19:01:20
2898 Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
2899 From: Enache Adrian <enache@rdslink.ro>
2900 Date: Sat, 29 Mar 2003 19:45:41 +0200
2901 Message-ID: <20030329174541.GA8138@ratsnest.hole>
2902 Branch: perl
2903 ! ext/B/B/Deparse.pm
2904____________________________________________________________________________
2905[ 19126] By: rgs on 2003/04/01 18:39:43
2906 Log: Fix bug #21742. require should be always invoked in
2907 scalar context. This wasn't the case when called from
2908 an eval(""), because the void context doesn't propagate
2909 through the leaveeval op. Instead of making scalarvoid()
2910 handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
2911 a workaround in doeval().
2912 Branch: perl
2913 ! pp_ctl.c t/comp/require.t
2914____________________________________________________________________________
2915[ 19125] By: jhi on 2003/04/01 17:08:47
2916 Log: Integrate:
2917 [ 19124]
2918 Subject: [patch] fix HiRes.t failures on Stratus VOS
2919 From: "Green, Paul" <Paul.Green@stratus.com>
2920 Date: Tue, 1 Apr 2003 12:37:38 -0500
2921 Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
2922 Branch: maint-5.8/perl
2923 !> hints/vos.sh
2924____________________________________________________________________________
2925[ 19124] By: jhi on 2003/04/01 16:52:28
2926 Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
2927 From: "Green, Paul" <Paul.Green@stratus.com>
2928 Date: Tue, 1 Apr 2003 12:37:38 -0500
2929 Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
2930 Branch: perl
2931 ! hints/vos.sh
2932____________________________________________________________________________
2933[ 19123] By: jhi on 2003/04/01 16:38:55
2934 Log: Integrate:
2935 [ 19113]
2936 Implemented AIX longdouble support in hints/aix.sh, which now
2937 actually work. Thanks to John L. Allen for the hint.
2938
2939 Subject: Re: AIX longdoubles
2940 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2941 Date: Tue, 01 Apr 2003 17:18:57 +0200
2942 Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
2943
2944 [ 19114]
2945 Subject: [PATCH] Text::Abbrev warnings safe
2946 From: Peter Scott <Peter@PSDT.com>
2947 Date: Fri, 28 Mar 2003 16:34:47 -0800
2948 Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
2949
2950 [ 19115]
2951 Subject: [PATCH] overdue perlhack.pod corrections for RT
2952 From: Richard.Foley@ubsw.com
2953 Date: Mon, 31 Mar 2003 16:27:14 +0200
2954 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
2955
2956 [ 19116]
2957 Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
2958 From: Michael G Schwern <schwern@pobox.com>
2959 Date: Mon, 31 Mar 2003 15:16:57 -0800
2960 Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
2961
2962 [ 19117]
2963 Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
2964 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2965 Date: Tue, 1 Apr 2003 11:02:35 +0200
2966 Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
2967
2968 [ 19118]
2969 Document the _exit() issue with threads in Linux [perl #17057].
2970 Branch: maint-5.8/perl
2971 !> ext/POSIX/POSIX.pod ext/SDBM_File/sdbm/Makefile.PL
2972 !> hints/aix.sh lib/Text/Abbrev.pm lib/Text/Abbrev.t
2973 !> pod/perlhack.pod t/op/getpid.t
2974____________________________________________________________________________
2975[ 19122] By: jhi on 2003/04/01 16:36:52
2976 Log: Integrate:
2977 [ 19119]
2978 Address "5.8.1@19053: crypt_r() takes 128K per thread".
2979 Branch: perl
2980 !> pp.c reentr.c reentr.h reentr.pl
2981____________________________________________________________________________
2982[ 19121] By: jhi on 2003/04/01 16:36:02
2983 Log: Integrate:
2984 [ 19109]
2985 Subject: [PATCH 5.8.1 @19053] Time::HiRes
2986 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
2987 Date: Mon, 31 Mar 2003 12:53:01 -0800
2988 Message-ID: <20030331205301.GA3687@math.berkeley.edu>
2989
2990 [ 19111]
2991 A cleaner way to detect PERL_CORE, from IlyaZ.
2992 Branch: perl
2993 !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
2994____________________________________________________________________________
2995[ 19120] By: jhi on 2003/04/01 16:32:03
2996 Log: Integrate:
2997 [ 19106]
2998 Subject: [PATCH 5.8.1 @19053] OS/2-related patches
2999 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
3000 Date: Mon, 31 Mar 2003 12:43:37 -0800
3001 Message-ID: <20030331204337.GA3634@math.berkeley.edu>
3002
3003 and regen Configure.
3004 Branch: perl
3005 ! Configure config_h.SH embedvar.h
3006 !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
3007 !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
3008 !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
3009 !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
3010 !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
3011 !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
3012 !> reentr.h reentr.pl sv.c
3013____________________________________________________________________________
3014[ 19119] By: jhi on 2003/04/01 16:21:37
3015 Log: Address "5.8.1@19053: crypt_r() takes 128K per thread".
3016 Branch: maint-5.8/perl
3017 ! pp.c reentr.c reentr.h reentr.pl
3018____________________________________________________________________________
3019[ 19118] By: jhi on 2003/04/01 16:17:04
3020 Log: Document the _exit() issue with threads in Linux [perl #17057].
3021 Branch: perl
3022 ! ext/POSIX/POSIX.pod
3023____________________________________________________________________________
3024[ 19117] By: jhi on 2003/04/01 16:07:59
3025 Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
3026 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3027 Date: Tue, 1 Apr 2003 11:02:35 +0200
3028 Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
3029 Branch: perl
3030 ! t/op/getpid.t
3031____________________________________________________________________________
3032[ 19116] By: jhi on 2003/04/01 16:06:12
3033 Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
3034 From: Michael G Schwern <schwern@pobox.com>
3035 Date: Mon, 31 Mar 2003 15:16:57 -0800
3036 Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
3037 Branch: perl
3038 ! ext/SDBM_File/sdbm/Makefile.PL
3039____________________________________________________________________________
3040[ 19115] By: jhi on 2003/04/01 15:58:45
3041 Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
3042 From: Richard.Foley@ubsw.com
3043 Date: Mon, 31 Mar 2003 16:27:14 +0200
3044 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
3045 Branch: perl
3046 ! pod/perlhack.pod
3047____________________________________________________________________________
3048[ 19114] By: jhi on 2003/04/01 15:56:27
3049 Log: Subject: [PATCH] Text::Abbrev warnings safe
3050 From: Peter Scott <Peter@PSDT.com>
3051 Date: Fri, 28 Mar 2003 16:34:47 -0800
3052 Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
3053 Branch: perl
3054 ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
3055____________________________________________________________________________
3056[ 19113] By: merijn on 2003/04/01 14:12:33
3057 Log: Implemented AIX longdouble support in hints/aix.sh, which now
3058 actually work. Thanks to John L. Allen for the hint.
3059
3060 Subject: Re: AIX longdoubles
3061 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3062 Date: Tue, 01 Apr 2003 17:18:57 +0200
3063 Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
3064 Branch: perl
3065 ! hints/aix.sh
3066____________________________________________________________________________
3067[ 19112] By: nick on 2003/04/01 08:48:50
3068 Log: Integrate mainline
3069 Branch: perlio
3070 +> ext/Time/HiRes/hints/irix.pl lib/CPAN/bin/cpan
3071 +> lib/ExtUtils/MakeMaker/FAQ.pod
3072 +> lib/ExtUtils/MakeMaker/Tutorial.pod
3073 +> lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
3074 +> lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
3075 +> lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
3076 +> lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
3077 +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
3078 +> t/lib/TieIn.pm t/lib/sample-tests/no_output
3079 +> t/lib/sample-tests/segfault t/lib/sample-tests/too_many
3080 +> utils/cpan.PL wince/compile-all.bat wince/makedist.pl
3081 - utils/cpan wince/include/sys/stat.h wince/xbuildall.ksh
3082 - wince/xdistclean.ksh wince/xmakediffs.ksh
3083 !> (integrate 110 files)
3084____________________________________________________________________________
3085[ 19111] By: jhi on 2003/04/01 07:17:01
3086 Log: A cleaner way to detect PERL_CORE, from IlyaZ.
3087 Branch: maint-5.8/perl
3088 ! ext/Time/HiRes/Makefile.PL
3089____________________________________________________________________________
3090[ 19110] By: jhi on 2003/04/01 05:33:03
3091 Log: Integrate:
3092 [ 19042]
3093 Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
3094 From: "Craig A. Berry" <craigberry@mac.com>
3095 Date: Thu, 20 Mar 2003 23:03:36 -0600
3096 Message-ID: <3E7A9D28.1040706@mac.com>
3097 Branch: maint-5.8/perl
3098 !> configure.com vms/vms.c vms/vmsish.h
3099____________________________________________________________________________
3100[ 19109] By: jhi on 2003/04/01 05:25:39
3101 Log: Subject: [PATCH 5.8.1 @19053] Time::HiRes
3102 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
3103 Date: Mon, 31 Mar 2003 12:53:01 -0800
3104 Message-ID: <20030331205301.GA3687@math.berkeley.edu>
3105 Branch: maint-5.8/perl
3106 ! ext/Time/HiRes/HiRes.t
3107____________________________________________________________________________
3108[ 19108] By: jhi on 2003/04/01 05:23:25
3109 Log: metaconfig unit changes for #19107.
3110 Branch: metaconfig
3111 ! U/modified/Findhdr.U U/modified/Head.U U/modified/Init.U
3112 ! U/modified/Oldconfig.U
3113____________________________________________________________________________
3114[ 19107] By: jhi on 2003/04/01 05:23:03
3115 Log: Regen Configure.
3116 Branch: maint-5.8/perl
3117 ! Configure
3118____________________________________________________________________________
3119[ 19106] By: jhi on 2003/04/01 05:11:53
3120 Log: Subject: [PATCH 5.8.1 @19053] OS/2-related patches
3121 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
3122 Date: Mon, 31 Mar 2003 12:43:37 -0800
3123 Message-ID: <20030331204337.GA3634@math.berkeley.edu>
3124 Branch: maint-5.8/perl
3125 ! Configure Makefile.SH embed.fnc embed.h embed.pl embedvar.h
3126 ! ext/threads/threads.xs intrpvar.h makedef.pl os2/Makefile.SHs
3127 ! os2/OS2/ExtAttr/Changes os2/OS2/ExtAttr/ExtAttr.pm
3128 ! os2/OS2/PrfDB/Changes os2/OS2/PrfDB/PrfDB.pm
3129 ! os2/OS2/REXX/DLL/DLL.pm os2/OS2/REXX/REXX.pm os2/dl_os2.c
3130 ! os2/os2.c os2/os2ish.h os2/os2thread.h perlapi.h perlio.c
3131 ! perlvars.h reentr.c reentr.h reentr.pl sv.c
3132____________________________________________________________________________
3133[ 19105] By: jhi on 2003/03/31 10:54:05
3134 Log: Integrate:
3135 [ 19104]
3136 Tabify; strictly speaking unnecessary but anyway...
3137 Branch: maint-5.8/perl
3138 !> MANIFEST
3139____________________________________________________________________________
3140[ 19104] By: jhi on 2003/03/31 10:51:36
3141 Log: Tabify; strictly speaking unnecessary but anyway...
3142 Branch: perl
3143 ! MANIFEST
3144____________________________________________________________________________
3145[ 19103] By: jhi on 2003/03/31 10:41:09
3146 Log: Integrate:
3147 [ 19094]
3148 Upgrade to Time::HiRes 1.44.
3149
3150 [ 19095]
3151 Dave Mitchell noticed that one patch entry was missing
3152 from the Changes.
3153
3154 [ 19096]
3155 switch_A.t is not in maint (noticed by AndreasK).
3156
3157 [ 19097]
3158 Some low-hanging fruit for EBCDIC portability
3159 (or for marking as EBCDIC todos)
3160
3161 [ 19098]
3162 Subject: [PATCH dump.c] stray n_a
3163 From: Michael G Schwern <schwern@pobox.com>
3164 Date: Mon, 31 Mar 2003 00:55:49 -0800
3165 Message-ID: <20030331085549.GB1300@windhund.schwern.org>
3166
3167 [ 19099]
3168 Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
3169 From: Michael G Schwern <schwern@pobox.com>
3170 Date: Mon, 31 Mar 2003 02:42:58 -0800
3171 Message-ID: <20030331104257.GB15327@windhund.schwern.org>
3172
3173 [ 19100]
3174 Upgrade to Encode 1.92.
3175
3176 [ 19101]
3177 Upgrade to podlators 1.26.
3178
3179 [ 19102]
3180 Upgrade to Test::Harness 2.27_02.
3181 Branch: maint-5.8/perl
3182 +> lib/ExtUtils/MakeMaker/FAQ.pod
3183 +> lib/ExtUtils/MakeMaker/Tutorial.pod
3184 +> lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
3185 +> lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
3186 +> lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
3187 +> lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
3188 +> lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
3189 +> t/lib/TieIn.pm t/lib/sample-tests/no_output
3190 +> t/lib/sample-tests/segfault t/lib/sample-tests/too_many
3191 !> (integrate 64 files)
3192____________________________________________________________________________
3193[ 19102] By: jhi on 2003/03/31 10:36:48
3194 Log: Upgrade to Test::Harness 2.27_02.
3195 Branch: perl
3196 + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
3197 + t/lib/sample-tests/too_many
3198 ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
3199 ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3200 ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
3201____________________________________________________________________________
3202[ 19101] By: jhi on 2003/03/31 10:07:35
3203 Log: Upgrade to podlators 1.26.
3204 Branch: perl
3205 ! lib/Pod/Man.pm
3206____________________________________________________________________________
3207[ 19100] By: jhi on 2003/03/31 10:03:50
3208 Log: Upgrade to Encode 1.92.
3209 Branch: perl
3210 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3211 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
3212 ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
3213 ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
3214 ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
3215 ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
3216____________________________________________________________________________
3217[ 19099] By: jhi on 2003/03/31 09:54:52
3218 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
3219 From: Michael G Schwern <schwern@pobox.com>
3220 Date: Mon, 31 Mar 2003 02:42:58 -0800
3221 Message-ID: <20030331104257.GB15327@windhund.schwern.org>
3222 Branch: perl
3223 + lib/ExtUtils/MakeMaker/FAQ.pod
3224 + lib/ExtUtils/MakeMaker/Tutorial.pod
3225 + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
3226 + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
3227 + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
3228 + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
3229 + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
3230 + t/lib/TieIn.pm
3231 ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
3232 ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
3233 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
3234 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
3235 ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
3236 ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
3237 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
3238 ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
3239 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3240 ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
3241 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
3242 ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
3243 ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
3244 ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
3245 ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
3246 ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
3247 ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
3248 ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
3249____________________________________________________________________________
3250[ 19098] By: jhi on 2003/03/31 09:36:11
3251 Log: Subject: [PATCH dump.c] stray n_a
3252 From: Michael G Schwern <schwern@pobox.com>
3253 Date: Mon, 31 Mar 2003 00:55:49 -0800
3254 Message-ID: <20030331085549.GB1300@windhund.schwern.org>
3255 Branch: perl
3256 ! dump.c
3257____________________________________________________________________________
3258[ 19097] By: jhi on 2003/03/31 05:00:07
3259 Log: Some low-hanging fruit for EBCDIC portability
3260 (or for marking as EBCDIC todos)
3261 Branch: perl
3262 ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
3263 ! t/uni/write.t
3264____________________________________________________________________________
3265[ 19096] By: jhi on 2003/03/30 19:43:07
3266 Log: switch_A.t is not in maint (noticed by AndreasK).
3267 Branch: maint-5.8/perl
3268 ! MANIFEST
3269____________________________________________________________________________
3270[ 19095] By: jhi on 2003/03/30 18:58:49
3271 Log: Dave Mitchell noticed that one patch entry was missing
3272 from the Changes.
3273 Branch: maint-5.8/perl
3274 ! Changes
3275____________________________________________________________________________
3276[ 19094] By: jhi on 2003/03/30 15:54:35
3277 Log: Upgrade to Time::HiRes 1.44.
3278 Branch: perl
3279 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3280____________________________________________________________________________
3281[ 19093] By: jhi on 2003/03/30 15:16:16
3282 Log: Integrate:
3283 [ 19074]
3284 Missing final \n.
3285
3286 [ 19076]
3287 Craig Berry: remove extra (.
3288
3289 [ 19077]
3290 Feeding illegal QP (like \x80) to this
3291 ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
3292 caused a coredump in av_length() <- nextargv() because
3293 the av was NULL. I don't know that returning Nullfp is
3294 the best thing to do, but it dodges the segfault and
3295 introduces no test failures.
3296
3297 [ 19078]
3298 It seems that in Tru64 V5 gcc cannot be used to
3299 compile a threaded Perl because <pthread.h> explicitly
3300 checks for supported compilers (gcc not being one of them).
3301 This is not so bad since the system C compiler is always there.
3302
3303 [ 19079]
3304 Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
3305 From: Nicholas Clark <nick@unfortu.net>
3306 Date: Thu, 27 Mar 2003 22:37:35 +0000
3307 Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
3308
3309 [ 19080]
3310 Minor rephrasing in perlopentut,
3311 noticed by Bob Wilkinson (RT [perl #21725])
3312
3313 [ 19081]
3314 Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
3315 From: Nicholas Clark <nick@unfortu.net>
3316 Date: Sat, 29 Mar 2003 18:58:09 +0000
3317 Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
3318
3319 [ 19082]
3320 IRIX 5.3 can have PF_LINK defined to be AF_LINK but
3321 not defined AF_LINK.
3322
3323 [ 19084]
3324 gethostbyname('localhost') is not that portable.
3325 inet_aton('localhost') in IRIX 5.3 returned an undef,
3326 which in turn made pack_sockaddr_in to barf on zero
3327 length in_addr.
3328
3329 [ 19085]
3330 In IRIX 5.3 being too POSIXly hides the struct timespec.
3331
3332 [ 19086]
3333 In IRIX 5.3 the cc is awfully confused about the prototype
3334 of select().
3335
3336 [ 19087]
3337 In IRIX 5.3 turn off some of the warnings that cannot
3338 really be helped (e.g. warnings coming from system headers,
3339 or linker warnings during Configure).
3340
3341 [ 19088]
3342 Another victim of IRIX 5.3's inability to resolve 'localhost'
3343 as the test expects.
3344
3345 [ 19089]
3346 Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
3347
3348 [ 19090]
3349 Ending strings is customary (typo from #19084).
3350
3351 [ 19091]
3352 Not all compilers like #ifdefs within cpp macros
3353 (follow-up on #19086)
3354
3355 [ 19092]
3356 IRIX 5.3 update.
3357 Branch: maint-5.8/perl
3358 +> ext/Time/HiRes/hints/irix.pl
3359 !> MANIFEST README.irix README.tru64 doio.c dump.c
3360 !> ext/Socket/Socket.t ext/Socket/Socket.xs hints/dec_osf.sh
3361 !> hints/irix_5.sh lib/Attribute/Handlers/Changes
3362 !> lib/Net/hostent.t pod/perlapi.pod pod/perlfunc.pod
3363 !> pod/perlopentut.pod pod/perlport.pod pp_sys.c sv.h
3364____________________________________________________________________________
3365[ 19092] By: jhi on 2003/03/30 15:09:02
3366 Log: IRIX 5.3 update.
3367 Branch: perl
3368 ! README.irix
3369____________________________________________________________________________
3370[ 19091] By: jhi on 2003/03/30 10:26:32
3371 Log: Not all compilers like #ifdefs within cpp macros
3372 (follow-up on #19086)
3373 Branch: perl
3374 ! pp_sys.c
3375____________________________________________________________________________
3376[ 19090] By: jhi on 2003/03/30 09:50:33
3377 Log: Ending strings is customary (typo from #19084).
3378 Branch: perl
3379 ! ext/Socket/Socket.t
3380____________________________________________________________________________
3381[ 19089] By: jhi on 2003/03/30 09:24:08
3382 Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
3383 Branch: perl
3384 ! MANIFEST
3385____________________________________________________________________________
3386[ 19088] By: jhi on 2003/03/30 09:09:42
3387 Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
3388 as the test expects.
3389 Branch: perl
3390 ! lib/Net/hostent.t
3391____________________________________________________________________________
3392[ 19087] By: jhi on 2003/03/30 09:08:07
3393 Log: In IRIX 5.3 turn off some of the warnings that cannot
3394 really be helped (e.g. warnings coming from system headers,
3395 or linker warnings during Configure).
3396 Branch: perl
3397 ! hints/irix_5.sh
3398____________________________________________________________________________
3399[ 19086] By: jhi on 2003/03/30 08:59:24
3400 Log: In IRIX 5.3 the cc is awfully confused about the prototype
3401 of select().
3402 Branch: perl
3403 ! hints/irix_5.sh pp_sys.c
3404____________________________________________________________________________
3405[ 19085] By: jhi on 2003/03/30 08:43:53
3406 Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
3407 Branch: perl
3408 + ext/Time/HiRes/hints/irix.pl
3409 ! MANIFEST
3410____________________________________________________________________________
3411[ 19084] By: jhi on 2003/03/30 08:31:53
3412 Log: gethostbyname('localhost') is not that portable.
3413 inet_aton('localhost') in IRIX 5.3 returned an undef,
3414 which in turn made pack_sockaddr_in to barf on zero
3415 length in_addr.
3416 Branch: perl
3417 ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
3418____________________________________________________________________________
3419[ 19083] By: jhi on 2003/03/30 07:49:46
3420 Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
3421 From: Nicholas Clark <nick@unfortu.net>
3422 Date: Sun, 30 Mar 2003 00:35:48 +0000
3423 Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
3424 Branch: perl
3425 ! sv.c
3426____________________________________________________________________________
3427[ 19082] By: jhi on 2003/03/29 21:18:32
3428 Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
3429 not defined AF_LINK.
3430 Branch: perl
3431 ! ext/Socket/Socket.xs
3432____________________________________________________________________________
3433[ 19081] By: jhi on 2003/03/29 20:41:56
3434 Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
3435 From: Nicholas Clark <nick@unfortu.net>
3436 Date: Sat, 29 Mar 2003 18:58:09 +0000
3437 Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
3438 Branch: perl
3439 ! dump.c
3440____________________________________________________________________________
3441[ 19080] By: rgs on 2003/03/29 20:39:34
3442 Log: Minor rephrasing in perlopentut,
3443 noticed by Bob Wilkinson (RT [perl #21725])
3444 Branch: perl
3445 ! pod/perlopentut.pod
3446____________________________________________________________________________
3447[ 19079] By: rgs on 2003/03/29 20:21:11
3448 Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
3449 From: Nicholas Clark <nick@unfortu.net>
3450 Date: Thu, 27 Mar 2003 22:37:35 +0000
3451 Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
3452 Branch: perl
3453 ! pod/perlapi.pod sv.h
3454____________________________________________________________________________
3455[ 19078] By: jhi on 2003/03/29 07:23:00
3456 Log: It seems that in Tru64 V5 gcc cannot be used to
3457 compile a threaded Perl because <pthread.h> explicitly
3458 checks for supported compilers (gcc not being one of them).
3459 This is not so bad since the system C compiler is always there.
3460 Branch: perl
3461 ! README.tru64 hints/dec_osf.sh
3462____________________________________________________________________________
3463[ 19077] By: jhi on 2003/03/28 06:03:16
3464 Log: Feeding illegal QP (like \x80) to this
3465 ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
3466 caused a coredump in av_length() <- nextargv() because
3467 the av was NULL. I don't know that returning Nullfp is
3468 the best thing to do, but it dodges the segfault and
3469 introduces no test failures.
3470 Branch: perl
3471 ! doio.c
3472____________________________________________________________________________
3473[ 19076] By: jhi on 2003/03/27 18:49:53
3474 Log: Craig Berry: remove extra (.
3475 Branch: maint-5.8/perl
3476 ! vms/vms.c
3477____________________________________________________________________________
3478[ 19075] By: jhi on 2003/03/27 18:47:50
3479 Log: Have to get this thing started.
3480 Branch: maint-5.8/perl
3481 ! pod/perldelta.pod
3482____________________________________________________________________________
3483[ 19074] By: jhi on 2003/03/27 18:17:20
3484 Log: Missing final \n.
3485 Branch: perl
3486 ! lib/Attribute/Handlers/Changes
3487____________________________________________________________________________
3488[ 19073] By: jhi on 2003/03/27 04:25:46
3489 Log: Integrate:
3490 [ 19062]
3491 Subject: [PATCH README.qnx] for QNX 6.2
3492 From: Norton Allen <allen@huarp.harvard.edu>
3493 Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
3494 Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
3495
3496 [ 19063]
3497 Subject: [perl #21648] Doc typo in Net::servent
3498 From: Andy Lester (via RT) <perlbug-followup@perl.org>
3499 Date: 22 Mar 2003 05:02:31 -0000
3500 Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
3501
3502 [ 19064]
3503 Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
3504 From: Dave Mitchell <davem@fdgroup.com>
3505 Date: Thu, 20 Mar 2003 01:26:19 +0000
3506 Message-ID: <20030320012619.C19869@fdgroup.com>
3507
3508 Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
3509 From: Dave Mitchell <davem@fdgroup.com>
3510 Date: Mon, 24 Mar 2003 16:06:51 +0000
3511 Message-ID: <20030324160651.D1798@fdgroup.com>
3512
3513 [ 19065]
3514 Add a file utils/cpan.PL to generate the "cpan" utility,
3515 also separately maintained on CPAN, and now moved as
3516 lib/CPAN/bin/cpan. Tweak installperl to avoid installing
3517 this last file.
3518
3519 [ 19066]
3520 Upgrade to Term::ANSIColor 1.07.
3521
3522 [ 19067]
3523 VMS counterpart of change #19065
3524
3525 [ 19068]
3526 Win32 counterpart of change #19065
3527
3528 [ 19070]
3529 Subject: [patch] for Stratus VOS
3530 From: "Green, Paul" <Paul.Green@stratus.com>
3531 Date: Wed, 26 Mar 2003 17:24:38 -0500
3532 Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
3533 (plus a small tweak to the test script)
3534
3535 [ 19072]
3536 Subject: [perl #21672] IO::New and undefined filename behaviour
3537 From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
3538 Date: 24 Mar 2003 16:29:08 -0000
3539 Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
3540 plus a regression test
3541 Branch: maint-5.8/perl
3542 +> lib/CPAN/bin/cpan utils/cpan.PL
3543 - utils/cpan
3544 !> MANIFEST README.qnx README.vos ext/IO/lib/IO/File.pm
3545 !> installperl lib/FileHandle.t lib/Net/servent.pm
3546 !> lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
3547 !> lib/Term/ANSIColor/README pp_ctl.c pp_hot.c scope.c
3548 !> t/op/args.t t/op/pack.t utils/Makefile
3549 !> vms/descrip_mms.template win32/Makefile win32/makefile.mk
3550____________________________________________________________________________
3551[ 19072] By: rgs on 2003/03/26 22:30:09
3552 Log: Subject: [perl #21672] IO::New and undefined filename behaviour
3553 From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
3554 Date: 24 Mar 2003 16:29:08 -0000
3555 Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
3556 plus a regression test
3557 Branch: perl
3558 ! ext/IO/lib/IO/File.pm lib/FileHandle.t
3559____________________________________________________________________________
3560[ 19071] By: rgs on 2003/03/26 22:08:16
3561 Log: Better version of change #19069
3562 Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
3563 From: Nicholas Clark <nick@unfortu.net>
3564 Date: Wed, 26 Mar 2003 23:01:46 +0000
3565 Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
3566 Branch: perl
3567 ! pp_hot.c sv.c t/op/readline.t
3568____________________________________________________________________________
3569[ 19070] By: rgs on 2003/03/26 21:31:55
3570 Log: Subject: [patch] for Stratus VOS
3571 From: "Green, Paul" <Paul.Green@stratus.com>
3572 Date: Wed, 26 Mar 2003 17:24:38 -0500
3573 Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
3574 (plus a small tweak to the test script)
3575 Branch: perl
3576 ! README.vos t/op/pack.t
3577____________________________________________________________________________
3578[ 19069] By: rgs on 2003/03/26 21:14:33
3579 Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
3580 From: Nicholas Clark <nick@unfortu.net>
3581 Date: Tue, 25 Mar 2003 22:59:17 +0000
3582 Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
3583 Branch: perl
3584 ! sv.c t/op/readline.t
3585____________________________________________________________________________
3586[ 19068] By: rgs on 2003/03/26 20:53:18
3587 Log: Win32 counterpart of change #19065
3588 Branch: perl
3589 ! win32/Makefile win32/makefile.mk
3590____________________________________________________________________________
3591[ 19067] By: rgs on 2003/03/26 20:34:32
3592 Log: VMS counterpart of change #19065
3593 Branch: perl
3594 ! vms/descrip_mms.template
3595____________________________________________________________________________
3596[ 19066] By: jhi on 2003/03/26 20:05:40
3597 Log: Upgrade to Term::ANSIColor 1.07.
3598 Branch: perl
3599 ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
3600 ! lib/Term/ANSIColor/README
3601____________________________________________________________________________
3602[ 19065] By: rgs on 2003/03/26 19:55:20
3603 Log: Add a file utils/cpan.PL to generate the "cpan" utility,
3604 also separately maintained on CPAN, and now moved as
3605 lib/CPAN/bin/cpan. Tweak installperl to avoid installing
3606 this last file.
3607 Branch: perl
3608 + utils/cpan.PL
3609 +> lib/CPAN/bin/cpan
3610 - utils/cpan
3611 ! MANIFEST installperl utils/Makefile
3612____________________________________________________________________________
3613[ 19064] By: jhi on 2003/03/26 19:48:32
3614 Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
3615 From: Dave Mitchell <davem@fdgroup.com>
3616 Date: Thu, 20 Mar 2003 01:26:19 +0000
3617 Message-ID: <20030320012619.C19869@fdgroup.com>
3618
3619 Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
3620 From: Dave Mitchell <davem@fdgroup.com>
3621 Date: Mon, 24 Mar 2003 16:06:51 +0000
3622 Message-ID: <20030324160651.D1798@fdgroup.com>
3623 Branch: perl
3624 ! pp_ctl.c pp_hot.c scope.c t/op/args.t
3625____________________________________________________________________________
3626[ 19063] By: jhi on 2003/03/26 19:33:09
3627 Log: Subject: [perl #21648] Doc typo in Net::servent
3628 From: Andy Lester (via RT) <perlbug-followup@perl.org>
3629 Date: 22 Mar 2003 05:02:31 -0000
3630 Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
3631 Branch: perl
3632 ! lib/Net/servent.pm
3633____________________________________________________________________________
3634[ 19062] By: jhi on 2003/03/26 19:29:39
3635 Log: Subject: [PATCH README.qnx] for QNX 6.2
3636 From: Norton Allen <allen@huarp.harvard.edu>
3637 Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
3638 Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
3639 Branch: perl
3640 ! README.qnx
3641____________________________________________________________________________
3642[ 19061] By: jhi on 2003/03/26 19:23:37
3643 Log: Integrate:
3644 [ 19055]
3645 Subject: no more 'make install && make test' with shared libperl.so on Linux
3646 From: Enache Adrian <enache@rdslink.ro>
3647 Date: Sat, 22 Mar 2003 22:49:49 +0200
3648 Message-ID: <20030322204949.GB794@ratsnest.hole>
3649
3650 This is a slightly more defensive patch than Chip's patch that
3651 fell through the cracks, but does the same
3652 Subject: Shared libperl.so and build issues
3653 From: Chip Turner <cturner@redhat.com>
3654 Date: Tue 31 Dec 2002 17:21
3655
3656 [ 19056]
3657 Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
3658 From: Enache Adrian <enache@rdslink.ro>
3659 Date: Mon, 24 Mar 2003 23:56:25 +0200
3660 Message-ID: <20030324215625.GB853@ratsnest.hole>
3661
3662 [ 19057]
3663 Typo, spotted by Doru Petrescu
3664 Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
3665
3666 [ 19058]
3667 Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
3668 From: Michael G Schwern <schwern@pobox.com>
3669 Date: Mon, 24 Mar 2003 00:50:39 -0800
3670 Message-ID: <20030324085039.GA19981@windhund.schwern.org>
3671
3672 [ 19059]
3673 Change 19056 wasn't good enough.
3674 ldlibpth should be changed later, to avoid spaces to be quoted.
3675
3676 [ 19060]
3677 Subject: [PATCH] lib/vmsish.t GMT bug fix
3678 From: "Craig A. Berry" <craigberry@mac.com>
3679 Date: Tue, 25 Mar 2003 22:52:58 -0600
3680 Message-ID: <3E81322A.3040508@mac.com>
3681 Branch: maint-5.8/perl
3682 !> Makefile.SH ext/Data/Dumper/Dumper.pm lib/vmsish.t
3683 !> pod/perlhist.pod
3684____________________________________________________________________________
3685[ 19060] By: merijn on 2003/03/26 13:13:23
3686 Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
3687 From: "Craig A. Berry" <craigberry@mac.com>
3688 Date: Tue, 25 Mar 2003 22:52:58 -0600
3689 Message-ID: <3E81322A.3040508@mac.com>
3690 Branch: perl
3691 ! lib/vmsish.t
3692____________________________________________________________________________
3693[ 19059] By: rgs on 2003/03/24 21:43:03
3694 Log: Change 19056 wasn't good enough.
3695 ldlibpth should be changed later, to avoid spaces to be quoted.
3696 Branch: perl
3697 ! Makefile.SH
3698____________________________________________________________________________
3699[ 19058] By: rgs on 2003/03/24 21:37:59
3700 Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
3701 From: Michael G Schwern <schwern@pobox.com>
3702 Date: Mon, 24 Mar 2003 00:50:39 -0800
3703 Message-ID: <20030324085039.GA19981@windhund.schwern.org>
3704 Branch: perl
3705 ! pod/perlhist.pod
3706____________________________________________________________________________
3707[ 19057] By: rgs on 2003/03/24 21:33:43
3708 Log: Typo, spotted by Doru Petrescu
3709 Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
3710 Branch: perl
3711 ! ext/Data/Dumper/Dumper.pm
3712____________________________________________________________________________
3713[ 19056] By: rgs on 2003/03/24 21:05:48
3714 Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
3715 From: Enache Adrian <enache@rdslink.ro>
3716 Date: Mon, 24 Mar 2003 23:56:25 +0200
3717 Message-ID: <20030324215625.GB853@ratsnest.hole>
3718 Branch: perl
3719 ! Makefile.SH
3720____________________________________________________________________________
3721[ 19055] By: merijn on 2003/03/24 07:05:39
3722 Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
3723 From: Enache Adrian <enache@rdslink.ro>
3724 Date: Sat, 22 Mar 2003 22:49:49 +0200
3725 Message-ID: <20030322204949.GB794@ratsnest.hole>
3726
3727 This is a slightly more defensive patch than Chip's patch that
3728 fell through the cracks, but does the same
3729 Subject: Shared libperl.so and build issues
3730 From: Chip Turner <cturner@redhat.com>
3731 Date: Tue 31 Dec 2002 17:21
3732 Branch: perl
3733 ! Makefile.SH
3734____________________________________________________________________________
3735[ 19054] By: merijn on 2003/03/24 06:54:23
3736 Log: Subject: [PATCH bleadperl] vms.c thread clean-up
3737 From: "Craig A. Berry" <craigberry@mac.com>
3738 Date: Sun, 23 Mar 2003 15:32:58 -0600
3739 Message-ID: <3E7E280A.5000304@mac.com>
3740 Branch: perl
3741 ! vms/vms.c
3742____________________________________________________________________________
3743[ 19053] By: jhi on 2003/03/24 04:44:50
3744 Log: Integrate:
3745 [ 19051]
3746 WinCE update from Vadim Konovalov.
3747
3748 [ 19052]
3749 For change #19051: a new .bat to CRLF.
3750 Branch: maint-5.8/perl
3751 +> wince/compile-all.bat wince/makedist.pl
3752 - wince/include/sys/stat.h wince/xbuildall.ksh
3753 - wince/xdistclean.ksh wince/xmakediffs.ksh
3754 !> MANIFEST Porting/makerel README.ce dosish.h wince/Makefile.ce
3755 !> wince/compile.bat wince/config.ce
3756____________________________________________________________________________
3757[ 19052] By: jhi on 2003/03/24 04:28:13
3758 Log: For change #19051: a new .bat to CRLF.
3759 Branch: perl
3760 ! Porting/makerel
3761____________________________________________________________________________
3762[ 19051] By: jhi on 2003/03/24 04:27:55
3763 Log: WinCE update from Vadim Konovalov.
3764 Branch: perl
3765 + wince/compile-all.bat wince/makedist.pl
3766 - wince/include/sys/stat.h wince/xbuildall.ksh
3767 - wince/xdistclean.ksh wince/xmakediffs.ksh
3768 ! MANIFEST README.ce dosish.h wince/Makefile.ce
3769 ! wince/compile.bat wince/config.ce
3770____________________________________________________________________________
3771[ 19050] By: jhi on 2003/03/24 04:25:15
3772 Log: Oops (change #19013 missed changing the Perl version number).
3773 Branch: perl
3774 ! cygwin/perlld.in
3775____________________________________________________________________________
3776[ 19049] By: jhi on 2003/03/24 04:10:00
3777 Log: Subject: [PATCH maintperl] vms.c threads tweak
3778 From: "Craig A. Berry" <craigberry@mac.com>
3779 Date: Sun, 23 Mar 2003 14:57:56 -0600
3780 Message-ID: <3E7E1FD4.3000704@mac.com>
3781 Branch: maint-5.8/perl
3782 ! vms/vms.c
3783____________________________________________________________________________
3784[ 19048] By: jhi on 2003/03/23 17:56:22
3785 Log: Integrate:
3786 [ 19043]
3787 Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
3788 From: Martien Verbruggen <mgjv@tradingpost.com.au>
3789 Date: Sat, 15 Mar 2003 12:31:47 +1100
3790 Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
3791
3792 [ 19044]
3793 Subject: [PATCH] p4genpatch
3794 From: andreas.koenig@anima.de (Andreas J. Koenig)
3795 Date: Sat, 15 Mar 2003 12:04:18 +0100
3796 Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
3797 Branch: maint-5.8/perl
3798 !> Porting/p4genpatch pod/perlsub.pod pod/perlsyn.pod
3799____________________________________________________________________________
3800[ 19047] By: jhi on 2003/03/23 17:54:33
3801 Log: Integrate from maint-5.8:
3802 [ 19045]
3803 If no IVSIZE == 8, no need for modulo_1.
3804 Branch: perl
3805 !> pp.c
3806____________________________________________________________________________
3807[ 19046] By: nick on 2003/03/22 16:19:37
3808 Log: Integrate mainline
3809 Branch: perlio
3810 +> ext/Data/Dumper/t/pair.t ext/Encode/t/enc_data.t regen_lib.pl
3811 - regen_headers.pl
3812 !> (integrate 179 files)
3813____________________________________________________________________________
3814[ 19045] By: jhi on 2003/03/22 09:32:52
3815 Log: If no IVSIZE == 8, no need for modulo_1.
3816 Branch: maint-5.8/perl
3817 ! pp.c
3818____________________________________________________________________________
3819[ 19044] By: rgs on 2003/03/21 21:09:15
3820 Log: Subject: [PATCH] p4genpatch
3821 From: andreas.koenig@anima.de (Andreas J. Koenig)
3822 Date: Sat, 15 Mar 2003 12:04:18 +0100
3823 Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
3824 Branch: perl
3825 ! Porting/p4genpatch
3826____________________________________________________________________________
3827[ 19043] By: rgs on 2003/03/21 20:43:55
3828 Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
3829 From: Martien Verbruggen <mgjv@tradingpost.com.au>
3830 Date: Sat, 15 Mar 2003 12:31:47 +1100
3831 Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
3832 Branch: perl
3833 ! pod/perlsub.pod pod/perlsyn.pod
3834____________________________________________________________________________
3835[ 19042] By: merijn on 2003/03/21 07:45:54
3836 Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
3837 From: "Craig A. Berry" <craigberry@mac.com>
3838 Date: Thu, 20 Mar 2003 23:03:36 -0600
3839 Message-ID: <3E7A9D28.1040706@mac.com>
3840 Branch: perl
3841 ! configure.com vms/vms.c vms/vmsish.h
3842____________________________________________________________________________
3843[ 19041] By: jhi on 2003/03/21 05:24:28
3844 Log: Update Changes.
3845 Branch: maint-5.8/perl
3846 ! Changes patchlevel.h
3847____________________________________________________________________________
3848[ 19040] By: jhi on 2003/03/21 05:00:59
3849 Log: Integrate:
3850 [ 19021]
3851 The description of SIG_SIZE was off.
3852
3853 [ 19037]
3854 Subject: [DOC-PATCH] for README.cygwin, bleadperl version
3855 From: "Gerrit P. Haase" <gp@familiehaase.de>
3856 Date: Thu, 20 Mar 2003 21:23:28 +0100
3857 Message-ID: <941032389637.20030320212328@familiehaase.de>
3858
3859 [ 19038]
3860 Subject: Re: Bytecode? Back into service.
3861 From: Enache Adrian <enache@rdslink.ro>
3862 Date: Thu, 20 Mar 2003 07:38:39 +0200
3863 Message-ID: <20030320053839.GA4044@ratsnest.hole>
3864
3865 [ 19039]
3866 Subject: Re: [patch] [perl #21628] rcatline issue
3867 From: Enache Adrian <enache@rdslink.ro>
3868 Date: Thu, 20 Mar 2003 22:39:06 +0200
3869 Message-ID: <20030320203906.GA31199@ratsnest.hole>
3870 Branch: maint-5.8/perl
3871 !> Configure MANIFEST NetWare/config_H.wc Porting/Glossary
3872 !> Porting/config.sh Porting/config_H README.cygwin bytecode.pl
3873 !> config_h.SH ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3874 !> ext/ByteLoader/byterun.h op.c plan9/config.plan9
3875 !> plan9/config_h.sample pp_hot.c t/op/readline.t
3876 !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3877 !> win32/config_H.vc64 wince/config_H.ce
3878____________________________________________________________________________
3879[ 19039] By: rgs on 2003/03/20 22:40:38
3880 Log: Subject: Re: [patch] [perl #21628] rcatline issue
3881 From: Enache Adrian <enache@rdslink.ro>
3882 Date: Thu, 20 Mar 2003 22:39:06 +0200
3883 Message-ID: <20030320203906.GA31199@ratsnest.hole>
3884 Branch: perl
3885 ! MANIFEST pp_hot.c t/op/readline.t
3886____________________________________________________________________________
3887[ 19038] By: rgs on 2003/03/20 22:07:50
3888 Log: Subject: Re: Bytecode? Back into service.
3889 From: Enache Adrian <enache@rdslink.ro>
3890 Date: Thu, 20 Mar 2003 07:38:39 +0200
3891 Message-ID: <20030320053839.GA4044@ratsnest.hole>
3892 Branch: perl
3893 ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3894 ! ext/ByteLoader/byterun.h op.c
3895____________________________________________________________________________
3896[ 19037] By: rgs on 2003/03/20 20:16:43
3897 Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
3898 From: "Gerrit P. Haase" <gp@familiehaase.de>
3899 Date: Thu, 20 Mar 2003 21:23:28 +0100
3900 Message-ID: <941032389637.20030320212328@familiehaase.de>
3901 Branch: perl
3902 ! README.cygwin
3903____________________________________________________________________________
3904[ 19036] By: jhi on 2003/03/20 05:23:15
3905 Log: Integrate:
3906 [ 19033]
3907 file test operators weren't doing the right thing if the SV
3908 passed to them wasn't NUL-terminated
3909
3910 [ 19034]
3911 ensure SVs returned by Win32::Get{Short,Full}PathName() are
3912 NUL-terminated
3913 Branch: perl
3914 !> doio.c win32/win32.c
3915____________________________________________________________________________
3916[ 19035] By: jhi on 2003/03/20 05:22:27
3917 Log: Integrate:
3918 [ 19033]
3919 file test operators weren't doing the right thing if the SV
3920 passed to them wasn't NUL-terminated
3921
3922 [ 19034]
3923 ensure SVs returned by Win32::Get{Short,Full}PathName() are
3924 NUL-terminated
3925 Branch: maint-5.8/perl
3926 !> doio.c win32/win32.c
3927____________________________________________________________________________
3928[ 19034] By: gsar on 2003/03/20 01:31:39
3929 Log: ensure SVs returned by Win32::Get{Short,Full}PathName() are
3930 NUL-terminated
3931 Branch: maint-5.6/perl
3932 ! win32/win32.c
3933____________________________________________________________________________
3934[ 19033] By: gsar on 2003/03/20 01:30:46
3935 Log: file test operators weren't doing the right thing if the SV
3936 passed to them wasn't NUL-terminated
3937 Branch: maint-5.6/perl
3938 ! doio.c
3939____________________________________________________________________________
3940[ 19032] By: gsar on 2003/03/19 23:22:56
3941 Log: regenerate win32/config_H.*
3942 Branch: maint-5.8/perl
3943 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3944 ! win32/config_H.vc64
3945____________________________________________________________________________
3946[ 19031] By: jhi on 2003/03/19 19:56:15
3947 Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
3948 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3949 Date: Wed, 19 Mar 2003 11:32:25 +0100
3950 Message-Id: <20030319113225.3aadf2fc.rgarciasuarez@free.fr>
3951
3952 Retract #18533 for now.
3953 Branch: maint-5.8/perl
3954 ! regexec.c t/op/subst.t
3955____________________________________________________________________________
3956[ 19030] By: jhi on 2003/03/19 15:57:49
3957 Log: Integrate:
3958 [ 19020]
3959 Minor updates of Wolfgang's pack patch
3960
3961 Subject: Re: pack changes and related fixes
3962 From: Philip Newton <Philip.Newton@gmx.net>
3963 Date: Tue, 18 Mar 2003 06:19:30 +0100
3964 Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
3965
3966 [ 19023]
3967 Subject: [PATCH] poll() help for VMS
3968 From: "Craig A. Berry" <craigberry@mac.com>
3969 Date: Tue, 18 Mar 2003 01:10:10 -0600
3970 Message-ID: <3E76C652.30205@mac.com>
3971
3972 [ 19024]
3973 Subject: [PATCH] VMS pod install tweaks
3974 From: "Craig A. Berry" <craigberry@mac.com>
3975 Date: Sat, 15 Mar 2003 16:06:07 -0600
3976 Message-ID: <3E73A3CF.3060502@mac.com>
3977
3978 [ 19025]
3979 Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
3980 From: Dave Mitchell <davem@fdgroup.com>
3981 Date: Tue, 18 Mar 2003 21:55:05 +0000
3982 Message-ID: <20030318215505.A16787@fdgroup.com>
3983
3984 [ 19026]
3985 Update the DB_File instructions in Tru64.
3986
3987 [ 19028]
3988 Better wording as requested by Rafael, and
3989 the module is BerkeleyDB, not BerkeleyFile.
3990 Branch: maint-5.8/perl
3991 !> README.tru64 configure.com embed.fnc ext/IO/poll.h
3992 !> pod/perldiag.pod pp_ctl.c t/op/goto.t vms/descrip_mms.template
3993____________________________________________________________________________
3994[ 19029] By: jhi on 2003/03/19 15:42:44
3995 Log: Integrate:
3996 [ 19014]
3997 clarify behaviour of $a++
3998
3999 [ 19015]
4000 add comment at undef postinc special case
4001
4002 [ 19016]
4003 add tests for existing behaviour of undef postinc/dec
4004
4005 [ 19017]
4006 according to the new Porting/Glossary, sig_num doesn't have an
4007 extra '0' at the end
4008
4009 [ 19018]
4010 there is no trailing NULL in sig_name or sig_num, so don't
4011 talk about it
4012 Branch: maint-5.8/perl
4013 !> Porting/Glossary pod/perlop.pod pp.c t/op/inc.t
4014 !> win32/config.bc win32/config.gc win32/config.vc
4015 !> win32/config.vc64
4016____________________________________________________________________________
4017[ 19028] By: jhi on 2003/03/19 09:46:27
4018 Log: Better wording as requested by Rafael, and
4019 the module is BerkeleyDB, not BerkeleyFile.
4020 Branch: perl
4021 ! README.tru64
4022____________________________________________________________________________
4023[ 19027] By: jhi on 2003/03/19 09:38:54
4024 Log: Synchronize t/op/pack.t:s between blead and maint with
4025 a fake success for maint (test for a blead feature not
4026 merged into maint) so that the test numberings don't drift
4027 unnecessarily. Not necessarily a long-term thing to do
4028 (if blead gets even more new features), but works for now.
4029 Branch: maint-5.8/perl
4030 ! t/op/pack.t
4031____________________________________________________________________________
4032[ 19026] By: jhi on 2003/03/19 09:11:43
4033 Log: Update the DB_File instructions in Tru64.
4034 Branch: perl
4035 ! README.tru64
4036____________________________________________________________________________
4037[ 19025] By: rgs on 2003/03/18 21:59:33
4038 Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
4039 From: Dave Mitchell <davem@fdgroup.com>
4040 Date: Tue, 18 Mar 2003 21:55:05 +0000
4041 Message-ID: <20030318215505.A16787@fdgroup.com>
4042 Branch: perl
4043 ! pp_ctl.c t/op/goto.t
4044____________________________________________________________________________
4045[ 19024] By: rgs on 2003/03/18 21:24:27
4046 Log: Subject: [PATCH] VMS pod install tweaks
4047 From: "Craig A. Berry" <craigberry@mac.com>
4048 Date: Sat, 15 Mar 2003 16:06:07 -0600
4049 Message-ID: <3E73A3CF.3060502@mac.com>
4050 Branch: perl
4051 ! vms/descrip_mms.template
4052____________________________________________________________________________
4053[ 19023] By: rgs on 2003/03/18 21:22:03
4054 Log: Subject: [PATCH] poll() help for VMS
4055 From: "Craig A. Berry" <craigberry@mac.com>
4056 Date: Tue, 18 Mar 2003 01:10:10 -0600
4057 Message-ID: <3E76C652.30205@mac.com>
4058 Branch: perl
4059 ! configure.com ext/IO/poll.h
4060____________________________________________________________________________
4061[ 19022] By: jhi on 2003/03/18 06:56:45
4062 Log: metaconfig unit change for #19021.
4063 Branch: metaconfig
4064 ! U/modified/sig_name.U
4065____________________________________________________________________________
4066[ 19021] By: jhi on 2003/03/18 06:56:26
4067 Log: The description of SIG_SIZE was off.
4068 Branch: perl
4069 ! Configure NetWare/config_H.wc Porting/Glossary
4070 ! Porting/config.sh Porting/config_H config_h.SH
4071 ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
4072 ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
4073 ! wince/config_H.ce
4074____________________________________________________________________________
4075[ 19020] By: merijn on 2003/03/18 05:45:50
4076 Log: Minor updates of Wolfgang's pack patch
4077
4078 Subject: Re: pack changes and related fixes
4079 From: Philip Newton <Philip.Newton@gmx.net>
4080 Date: Tue, 18 Mar 2003 06:19:30 +0100
4081 Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
4082 Branch: perl
4083 ! embed.fnc pod/perldiag.pod
4084____________________________________________________________________________
4085[ 19019] By: gsar on 2003/03/18 05:06:07
4086 Log: regenerate win32/config_H.*
4087 Branch: perl
4088 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4089 ! win32/config_H.vc64
4090____________________________________________________________________________
4091[ 19018] By: gsar on 2003/03/18 03:02:38
4092 Log: there is no trailing NULL in sig_name or sig_num, so don't
4093 talk about it
4094 Branch: perl
4095 ! Porting/Glossary
4096____________________________________________________________________________
4097[ 19017] By: gsar on 2003/03/18 03:01:02
4098 Log: according to the new Porting/Glossary, sig_num doesn't have an
4099 extra '0' at the end
4100 Branch: perl
4101 ! win32/config.bc win32/config.gc win32/config.vc
4102 ! win32/config.vc64
4103____________________________________________________________________________
4104[ 19016] By: hv on 2003/03/18 00:52:09
4105 Log: add tests for existing behaviour of undef postinc/dec
4106 Branch: perl
4107 ! t/op/inc.t
4108____________________________________________________________________________
4109[ 19015] By: hv on 2003/03/18 00:46:18
4110 Log: add comment at undef postinc special case
4111 Branch: perl
4112 ! pp.c
4113____________________________________________________________________________
4114[ 19014] By: hv on 2003/03/18 00:27:19
4115 Log: clarify behaviour of $a++
4116 Branch: perl
4117 ! pod/perlop.pod
4118____________________________________________________________________________
4119[ 19013] By: jhi on 2003/03/17 19:52:06
4120 Log: Integrate:
4121 [ 19012]
4122 We don't have the new Perl at this stage.
4123 Branch: perl
4124 !> cygwin/perlld.in
4125____________________________________________________________________________
4126[ 19012] By: jhi on 2003/03/17 19:50:06
4127 Log: We don't have the new Perl at this stage.
4128 Branch: maint-5.8/perl
4129 ! cygwin/perlld.in
4130____________________________________________________________________________
4131[ 19011] By: jhi on 2003/03/17 19:15:23
4132 Log: Integrate:
4133 [ 19010]
4134 Subject: pack changes and related fixes
4135 From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
4136 Date: Mon, 17 Mar 2003 13:55:37 +0100
4137 Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
4138 Branch: maint-5.8/perl
4139 !> embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
4140 !> pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
4141 !> t/lib/warnings/pp_pack t/op/pack.t
4142____________________________________________________________________________
4143[ 19010] By: jhi on 2003/03/17 17:16:44
4144 Log: Subject: pack changes and related fixes
4145 From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
4146 Date: Mon, 17 Mar 2003 13:55:37 +0100
4147 Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
4148 Branch: perl
4149 ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
4150 ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
4151 ! t/lib/warnings/pp_pack t/op/pack.t
4152____________________________________________________________________________
4153[ 19009] By: jhi on 2003/03/17 11:08:20
4154 Log: Pseudohashes die hard -- go with Rick Delaney's idea
4155 of blessing the href at $phash->[0] as 'pseudohash',
4156 so the avhv_index() can then check for that. Now:
4157 (1) thingies got via fields::new() do not warn
4158 (2) blessed manually constructed phashes warn
4159 (3) unblessed manually constructed phashes warn
4160 While the idea of using the Hash::Util lock_hash/unlock_hash
4161 on the href was enticing, it didn't quite work transparently
4162 since it changed the error message from "No such pseudo-hash
4163 field ..." to "Attempt to access disallowed key ...".
4164 Branch: maint-5.8/perl
4165 ! av.c lib/fields.pm t/lib/warnings/av
4166____________________________________________________________________________
4167[ 19008] By: jhi on 2003/03/17 04:59:15
4168 Log: Integrate:
4169 [ 18994]
4170 Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
4171 Should work both for PERL_UNICODE/-C and use encoding 'foo';
4172
4173 [ 18995]
4174 Signedness nits.
4175
4176 [ 18996]
4177 Turn on UTF-8 flag only if the $str is valid utf8
4178 (pointed out by Dan Kogai).
4179
4180 [ 18997]
4181 IRIX ls -l marks sockets with 'S'.
4182
4183 [ 18998]
4184 This seems to fix (well, dodge) the problems in FreeBSD for
4185 Enache Adrian; in _theory_ this patch could be good for NetBSD,
4186 too, but Alian gets a core dump already at subtest #9 (anyone
4187 with a real NetBSD, Alian's is a VMware one, which has in the
4188 past caused similar odd crashes). OpenBSD threaded build result
4189 still unknown.
4190
4191 [ 18999]
4192 Stay within know facts: what platforms the skippage helps,
4193 and in which it is not needed.
4194
4195 [ 19000]
4196 Subject: [Patch] Maintperl versioning for Cygwin
4197 From: "Gerrit P. Haase" <gp@familiehaase.de>
4198 Date: Sun, 16 Mar 2003 22:24:19 +0100
4199 Message-ID: <152690440450.20030316222419@familiehaase.de>
4200
4201 [ 19001]
4202 getservbyname_r() kaputt in OpenBSD (might get fixed
4203 for 3.3, but only might)
4204
4205 [ 19002]
4206 Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
4207 From: Adam Spiers (via RT) <perlbug-followup@perl.org>
4208 Date: 10 Jan 2003 10:59:44 -0000
4209 Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
4210
4211 [ 19003]
4212 Subject: [perl #20724] Patch for dprofpp
4213 From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
4214 Date: 5 Feb 2003 08:41:17 -0000
4215 Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
4216
4217 [ 19004]
4218 Subject: [patch] utils/h2xs.PL (get rid of \t and '')
4219 From: Stas Bekman <stas@stason.org>
4220 Date: Fri, 14 Feb 2003 11:59:53 +1100
4221 Message-ID: <3E4C3F89.6050005@stason.org>
4222
4223 [ 19005]
4224 Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
4225 From: chocolateboy <chocolateboy@chocolatey.com>
4226 Date: Sat, 22 Feb 2003 12:17:28 +0000
4227 Message-ID: <3E576A58.8010901@chocolatey.com>
4228 Branch: maint-5.8/perl
4229 +> ext/Data/Dumper/t/pair.t
4230 !> MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
4231 !> ext/POSIX/t/posix.t hints/openbsd.sh lib/IPC/Open3.pm
4232 !> lib/Term/ReadLine.pm regcomp.c t/op/stat.t utils/dprofpp.PL
4233 !> utils/h2xs.PL
4234____________________________________________________________________________
4235[ 19007] By: jhi on 2003/03/17 04:45:40
4236 Log: Integrate:
4237 [ 19006]
4238 Subject: Re: [Patch] Maintperl versioning for Cygwin
4239 From: Slaven Rezic <slaven@rezic.de>
4240 Date: 17 Mar 2003 00:42:43 +0100
4241 Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
4242 Branch: perl
4243 !> cygwin/perlld.in
4244____________________________________________________________________________
4245[ 19006] By: jhi on 2003/03/17 04:44:03
4246 Log: Subject: Re: [Patch] Maintperl versioning for Cygwin
4247 From: Slaven Rezic <slaven@rezic.de>
4248 Date: 17 Mar 2003 00:42:43 +0100
4249 Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
4250 Branch: maint-5.8/perl
4251 ! cygwin/perlld.in
4252____________________________________________________________________________
4253[ 19005] By: hv on 2003/03/17 02:06:20
4254 Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
4255 From: chocolateboy <chocolateboy@chocolatey.com>
4256 Date: Sat, 22 Feb 2003 12:17:28 +0000
4257 Message-ID: <3E576A58.8010901@chocolatey.com>
4258 Branch: perl
4259 + ext/Data/Dumper/t/pair.t
4260 ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
4261____________________________________________________________________________
4262[ 19004] By: hv on 2003/03/17 01:38:23
4263 Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
4264 From: Stas Bekman <stas@stason.org>
4265 Date: Fri, 14 Feb 2003 11:59:53 +1100
4266 Message-ID: <3E4C3F89.6050005@stason.org>
4267 Branch: perl
4268 ! utils/h2xs.PL
4269____________________________________________________________________________
4270[ 19003] By: hv on 2003/03/17 01:23:02
4271 Log: Subject: [perl #20724] Patch for dprofpp
4272 From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
4273 Date: 5 Feb 2003 08:41:17 -0000
4274 Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
4275 Branch: perl
4276 ! utils/dprofpp.PL
4277____________________________________________________________________________
4278[ 19002] By: hv on 2003/03/16 23:36:57
4279 Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
4280 From: Adam Spiers (via RT) <perlbug-followup@perl.org>
4281 Date: 10 Jan 2003 10:59:44 -0000
4282 Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
4283 Branch: perl
4284 ! lib/IPC/Open3.pm
4285____________________________________________________________________________
4286[ 19001] By: jhi on 2003/03/16 21:50:24
4287 Log: getservbyname_r() kaputt in OpenBSD (might get fixed
4288 for 3.3, but only might)
4289 Branch: perl
4290 ! hints/openbsd.sh
4291____________________________________________________________________________
4292[ 19000] By: jhi on 2003/03/16 21:38:39
4293 Log: Subject: [Patch] Maintperl versioning for Cygwin
4294 From: "Gerrit P. Haase" <gp@familiehaase.de>
4295 Date: Sun, 16 Mar 2003 22:24:19 +0100
4296 Message-ID: <152690440450.20030316222419@familiehaase.de>
4297 Branch: maint-5.8/perl
4298 ! cygwin/perlld.in
4299____________________________________________________________________________
4300[ 18999] By: jhi on 2003/03/16 21:33:49
4301 Log: Stay within know facts: what platforms the skippage helps,
4302 and in which it is not needed.
4303 Branch: perl
4304 ! ext/POSIX/t/posix.t
4305____________________________________________________________________________
4306[ 18998] By: jhi on 2003/03/16 18:15:42
4307 Log: This seems to fix (well, dodge) the problems in FreeBSD for
4308 Enache Adrian; in _theory_ this patch could be good for NetBSD,
4309 too, but Alian gets a core dump already at subtest #9 (anyone
4310 with a real NetBSD, Alian's is a VMware one, which has in the
4311 past caused similar odd crashes). OpenBSD threaded build result
4312 still unknown.
4313 Branch: perl
4314 ! ext/POSIX/t/posix.t
4315____________________________________________________________________________
4316[ 18997] By: jhi on 2003/03/16 18:07:30
4317 Log: IRIX ls -l marks sockets with 'S'.
4318 Branch: perl
4319 ! t/op/stat.t
4320____________________________________________________________________________
4321[ 18996] By: jhi on 2003/03/16 17:41:42
4322 Log: Turn on UTF-8 flag only if the $str is valid utf8
4323 (pointed out by Dan Kogai).
4324 Branch: perl
4325 ! lib/Term/ReadLine.pm
4326____________________________________________________________________________
4327[ 18995] By: jhi on 2003/03/16 16:40:06
4328 Log: Signedness nits.
4329 Branch: perl
4330 ! regcomp.c
4331____________________________________________________________________________
4332[ 18994] By: jhi on 2003/03/16 15:41:44
4333 Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
4334 Should work both for PERL_UNICODE/-C and use encoding 'foo';
4335 Branch: perl
4336 ! lib/Term/ReadLine.pm
4337____________________________________________________________________________
4338[ 18993] By: jhi on 2003/03/16 15:20:38
4339 Log: Integrate:
4340 [ 18984]
4341 Subject: [patch ext/B/typemap] STRLEN T_UV
4342 From: Stas Bekman <stas@stason.org>
4343 Date: Fri, 14 Mar 2003 17:45:09 +1100
4344 Message-ID: <3E717A75.2060300@stason.org>
4345
4346 [ 18985]
4347 Time::HiRes is a core module
4348
4349 [ 18986]
4350 Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
4351 From: Enache Adrian <enache@rdslink.ro>
4352 Date: Fri, 14 Mar 2003 23:02:42 +0200
4353 Message-ID: <20030314210242.GA1159@ratsnest.hole>
4354 (with an added test)
4355
4356 [ 18988]
4357 Needs PerlIO for :bytes.
4358
4359 [ 18989]
4360 Make the :bytes conditional on PerlIO.
4361
4362 [ 18990]
4363 Further potential pitfalls for the utf8 len/pos cache
4364 found by Inaba Hiroto. No test cases, yet.
4365
4366 [ 18991]
4367 Pod fix from Philip Newton.
4368
4369 [ 18992]
4370 Better wording from Philip Newton.
4371 Branch: maint-5.8/perl
4372 !> ext/B/typemap ext/Encode/t/CJKT.t pod/perlfunc.pod regcomp.c
4373 !> t/comp/parser.t toke.c
4374____________________________________________________________________________
4375[ 18992] By: jhi on 2003/03/16 15:15:16
4376 Log: Better wording from Philip Newton.
4377 Branch: maint-5.8/perl
4378 ! pod/perldelta.pod
4379____________________________________________________________________________
4380[ 18991] By: jhi on 2003/03/16 15:14:31
4381 Log: Pod fix from Philip Newton.
4382 Branch: perl
4383 ! pod/perlfunc.pod
4384____________________________________________________________________________
4385[ 18990] By: jhi on 2003/03/16 15:12:00
4386 Log: Further potential pitfalls for the utf8 len/pos cache
4387 found by Inaba Hiroto. No test cases, yet.
4388 Branch: perl
4389 ! regcomp.c
4390____________________________________________________________________________
4391[ 18989] By: jhi on 2003/03/16 08:02:31
4392 Log: Make the :bytes conditional on PerlIO.
4393 Branch: perl
4394 ! ext/Encode/t/CJKT.t
4395____________________________________________________________________________
4396[ 18988] By: jhi on 2003/03/15 18:27:36
4397 Log: Needs PerlIO for :bytes.
4398 Branch: perl
4399 ! ext/Encode/t/CJKT.t
4400____________________________________________________________________________
4401[ 18987] By: jhi on 2003/03/14 21:16:34
4402 Log: Warn only on unblessed pseudohashes.
4403 Branch: maint-5.8/perl
4404 ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av
4405____________________________________________________________________________
4406[ 18986] By: rgs on 2003/03/14 20:28:20
4407 Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
4408 From: Enache Adrian <enache@rdslink.ro>
4409 Date: Fri, 14 Mar 2003 23:02:42 +0200
4410 Message-ID: <20030314210242.GA1159@ratsnest.hole>
4411 (with an added test)
4412 Branch: perl
4413 ! t/comp/parser.t toke.c
4414____________________________________________________________________________
4415[ 18985] By: rgs on 2003/03/14 19:45:18
4416 Log: Time::HiRes is a core module
4417 Branch: perl
4418 ! pod/perlfunc.pod
4419____________________________________________________________________________
4420[ 18984] By: rgs on 2003/03/14 19:38:57
4421 Log: Subject: [patch ext/B/typemap] STRLEN T_UV
4422 From: Stas Bekman <stas@stason.org>
4423 Date: Fri, 14 Mar 2003 17:45:09 +1100
4424 Message-ID: <3E717A75.2060300@stason.org>
4425 Branch: perl
4426 ! ext/B/typemap
4427____________________________________________________________________________
4428[ 18983] By: jhi on 2003/03/14 15:17:22
4429 Log: Integrate:
4430 [ 18982]
4431 Better pass in the $self for a method.
4432 Branch: maint-5.8/perl
4433 !> lib/File/Spec/Unix.pm
4434____________________________________________________________________________
4435[ 18982] By: jhi on 2003/03/14 15:16:18
4436 Log: Better pass in the $self for a method.
4437 Branch: perl
4438 ! lib/File/Spec/Unix.pm
4439____________________________________________________________________________
4440[ 18981] By: jhi on 2003/03/14 13:45:24
4441 Log: Integrate:
4442 [ 18979]
4443 whichsig() really does return -1 for unknown signals.
4444
4445 [ 18980]
4446 Cleanup the File::Spec tmpdir() implementations:
4447 now all the platforms specific modules call _tmpdir()
4448 (inherited from Unix.pm) with the list of platform
4449 specific list of temporary directories, and _tmpdir()
4450 then does the appropriate suitability checking.
4451 Branch: maint-5.8/perl
4452 !> lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
4453 !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
4454 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
4455 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm mg.c
4456____________________________________________________________________________
4457[ 18980] By: jhi on 2003/03/14 13:42:32
4458 Log: Cleanup the File::Spec tmpdir() implementations:
4459 now all the platforms specific modules call _tmpdir()
4460 (inherited from Unix.pm) with the list of platform
4461 specific list of temporary directories, and _tmpdir()
4462 then does the appropriate suitability checking.
4463 Branch: perl
4464 ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
4465 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
4466 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
4467 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
4468____________________________________________________________________________
4469[ 18979] By: jhi on 2003/03/14 12:48:09
4470 Log: whichsig() really does return -1 for unknown signals.
4471 Branch: perl
4472 ! mg.c
4473____________________________________________________________________________
4474[ 18978] By: jhi on 2003/03/14 10:52:06
4475 Log: Integrate; regen Configure et alia.
4476 [ 18962]
4477 Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
4478 From: "Craig A. Berry" <craigberry@mac.com>
4479 Date: Tue, 11 Mar 2003 21:29:31 -0600
4480 Message-ID: <3E6EA99B.9060902@mac.com>
4481 Patch by Scott Lepage (scott.lepage@hp.com)
4482
4483 [ 18963]
4484 Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
4485 From: Kurt Starsinic <kstar@cpan.org>
4486 Date: Mon, 10 Mar 2003 00:54:49 -0500
4487 Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
4488
4489 [ 18964]
4490 Skip the last test of Config.t on HP-UX.
4491 (This test should be skipped for every system that
4492 actually defines a negative signal number. Maybe that
4493 test should be removed, to be future-proof.)
4494
4495 [ 18965]
4496 fix CJKT.t failures on windows due to incorrect binmode()
4497
4498 [ 18966]
4499 another fix for failing test on windows ("use encoding" puts
4500 STDIN in :raw mode, so chomp() wasn't stripping the CR)
4501
4502 [ 18967]
4503 Config.t wasn't getting the sig_num and sig_size relationship
4504 right, and therefore failed test#35 on windows
4505
4506 note that config_h.SH documents that $sig_size does NOT include
4507 the final NULL in $sig_num!
4508
4509 [ 18968]
4510 fix for switchC.t test#6 failure on windows
4511
4512 [ 18969]
4513 Subject: [PATCH] Perldoc.pm tweak for VMS
4514 From: "Craig A. Berry" <craigberry@mac.com>
4515 Date: Thu, 13 Mar 2003 13:44:55 -0600
4516 Message-ID: <3E70DFB7.8070405@mac.com>
4517
4518 [ 18970]
4519 Hopefully this works also in Win32.
4520
4521 [ 18971]
4522 Signal issues.
4523 (1) Filter out negative signals.
4524 (2) Correct sig_num* and sig_name* descriptions.
4525
4526 [ 18973]
4527 Since Configure does the signal name/number probe with awk
4528 based on the cpp results (not by really running code), testing
4529 for the signum value is not really helpful if we have runtime
4530 function calls (some signal numbers are dynamic, for example)
4531 (or other extra stuff where the signum value is expected).
4532 (Runtimeness also means that Configure cannot get these right,
4533 anyway.) Better filter in just the constant non-negative numbers.
4534
4535 [ 18975]
4536 Make whichsig() to work also if some system defines
4537 zero signals (now -1 is the "not found"). Note that
4538 in couple of mg.c spots only whichsig() > 0 branches
4539 are taken because signal handlers et al don't make
4540 much sense for the zero signal.
4541
4542 [ 18976]
4543 Subject: [PATCH] configure.com: sig_num, etc.
4544 From: "Craig A. Berry" <craigberry@mac.com>
4545 Date: Thu, 13 Mar 2003 21:38:19 -0600
4546 Message-ID: <3E714EAB.6030001@mac.com>
4547
4548 [ 18977]
4549 Rework the @Config{/sig.*/} tests.
4550 Branch: maint-5.8/perl
4551 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4552 ! config_h.SH
4553 !> configure.com doio.c ext/Encode/t/CJKT.t
4554 !> ext/Encode/t/enc_module.t hv.c lib/Config.t lib/Pod/Perldoc.pm
4555 !> mg.c perl.c t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
4556____________________________________________________________________________
4557[ 18977] By: jhi on 2003/03/14 10:42:33
4558 Log: Rework the @Config{/sig.*/} tests.
4559 Branch: perl
4560 ! lib/Config.t
4561____________________________________________________________________________
4562[ 18976] By: jhi on 2003/03/14 10:31:50
4563 Log: Subject: [PATCH] configure.com: sig_num, etc.
4564 From: "Craig A. Berry" <craigberry@mac.com>
4565 Date: Thu, 13 Mar 2003 21:38:19 -0600
4566 Message-ID: <3E714EAB.6030001@mac.com>
4567 Branch: perl
4568 ! configure.com
4569____________________________________________________________________________
4570[ 18975] By: jhi on 2003/03/14 10:30:53
4571 Log: Make whichsig() to work also if some system defines
4572 zero signals (now -1 is the "not found"). Note that
4573 in couple of mg.c spots only whichsig() > 0 branches
4574 are taken because signal handlers et al don't make
4575 much sense for the zero signal.
4576 Branch: perl
4577 ! doio.c mg.c
4578____________________________________________________________________________
4579[ 18974] By: jhi on 2003/03/14 10:28:27
4580 Log: metaconfig unit changes for #18973.
4581 Branch: metaconfig
4582 ! U/modified/Signal.U
4583____________________________________________________________________________
4584[ 18973] By: jhi on 2003/03/14 10:27:46
4585 Log: Since Configure does the signal name/number probe with awk
4586 based on the cpp results (not by really running code), testing
4587 for the signum value is not really helpful if we have runtime
4588 function calls (some signal numbers are dynamic, for example)
4589 (or other extra stuff where the signum value is expected).
4590 (Runtimeness also means that Configure cannot get these right,
4591 anyway.) Better filter in just the constant non-negative numbers.
4592 Branch: perl
4593 ! Configure
4594____________________________________________________________________________
4595[ 18972] By: jhi on 2003/03/14 09:30:38
4596 Log: metaconfig unit changes for #18971; regen Glossary.patch.
4597 Branch: metaconfig
4598 ! U/Glossary.patch U/modified/Signal.U U/modified/sig_name.U
4599____________________________________________________________________________
4600[ 18971] By: jhi on 2003/03/14 09:30:18
4601 Log: Signal issues.
4602 (1) Filter out negative signals.
4603 (2) Correct sig_num* and sig_name* descriptions.
4604 Branch: perl
4605 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4606 ! config_h.SH
4607____________________________________________________________________________
4608[ 18970] By: jhi on 2003/03/14 06:21:48
4609 Log: Hopefully this works also in Win32.
4610 Branch: perl
4611 ! ext/Encode/t/CJKT.t
4612____________________________________________________________________________
4613[ 18969] By: jhi on 2003/03/14 05:43:34
4614 Log: Subject: [PATCH] Perldoc.pm tweak for VMS
4615 From: "Craig A. Berry" <craigberry@mac.com>
4616 Date: Thu, 13 Mar 2003 13:44:55 -0600
4617 Message-ID: <3E70DFB7.8070405@mac.com>
4618 Branch: perl
4619 ! lib/Pod/Perldoc.pm
4620____________________________________________________________________________
4621[ 18968] By: gsar on 2003/03/14 04:41:25
4622 Log: fix for switchC.t test#6 failure on windows
4623 Branch: perl
4624 ! perl.c
4625____________________________________________________________________________
4626[ 18967] By: gsar on 2003/03/14 04:29:10
4627 Log: Config.t wasn't getting the sig_num and sig_size relationship
4628 right, and therefore failed test#35 on windows
4629
4630 note that config_h.SH documents that $sig_size does NOT include
4631 the final NULL in $sig_num!
4632 Branch: perl
4633 ! lib/Config.t
4634____________________________________________________________________________
4635[ 18966] By: gsar on 2003/03/14 04:20:51
4636 Log: another fix for failing test on windows ("use encoding" puts
4637 STDIN in :raw mode, so chomp() wasn't stripping the CR)
4638 Branch: perl
4639 ! ext/Encode/t/enc_module.t
4640____________________________________________________________________________
4641[ 18965] By: gsar on 2003/03/14 04:06:31
4642 Log: fix CJKT.t failures on windows due to incorrect binmode()
4643 Branch: perl
4644 ! ext/Encode/t/CJKT.t
4645____________________________________________________________________________
4646[ 18964] By: rgs on 2003/03/13 21:47:52
4647 Log: Skip the last test of Config.t on HP-UX.
4648 (This test should be skipped for every system that
4649 actually defines a negative signal number. Maybe that
4650 test should be removed, to be future-proof.)
4651 Branch: perl
4652 ! lib/Config.t
4653____________________________________________________________________________
4654[ 18963] By: rgs on 2003/03/13 20:57:32
4655 Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
4656 From: Kurt Starsinic <kstar@cpan.org>
4657 Date: Mon, 10 Mar 2003 00:54:49 -0500
4658 Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
4659 Branch: perl
4660 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
4661____________________________________________________________________________
4662[ 18962] By: rgs on 2003/03/13 20:46:53
4663 Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
4664 From: "Craig A. Berry" <craigberry@mac.com>
4665 Date: Tue, 11 Mar 2003 21:29:31 -0600
4666 Message-ID: <3E6EA99B.9060902@mac.com>
4667 Patch by Scott Lepage (scott.lepage@hp.com)
4668 Branch: perl
4669 ! hv.c
4670____________________________________________________________________________
4671[ 18961] By: jhi on 2003/03/13 20:09:22
4672 Log: Integrate:
4673 [ 18954]
4674 Another finding by IRIX cc: non-void function
4675 sv_cat_decode() should return a value.
4676
4677 [ 18955]
4678 File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
4679 was unset (the tests attempted to create files at the /)
4680
4681 [ 18956]
4682 File::Spec: Do not fall back to '', use curdir instead.
4683 Note: Mac used to use cwd(), now curdir, slight change
4684 (relative vs. absolute).
4685
4686 [ 18957]
4687 VOS nit from Paul Green.
4688
4689 [ 18958]
4690 Trims slashes from the argument to rmdir(), likewise
4691 to what happens with rmdir(). Factorize the code in a
4692 local macro, TRIMSLASHES.
4693
4694 [ 18959]
4695 Some more stdlib.h inclusions and change the gccversion
4696 test to use return (could have used that for all, sigh).
4697 Branch: maint-5.8/perl
4698 !> Configure lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
4699 !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
4700 !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pp_sys.c sv.c
4701 !> vos/configure_full_perl.sh
4702____________________________________________________________________________
4703[ 18960] By: jhi on 2003/03/13 20:06:39
4704 Log: metaconfig unit changes for #18959.
4705 Branch: metaconfig
4706 ! U/compline/d_sigaction.U
4707 Branch: metaconfig/U/perl
4708 ! gccvers.U uselfs.U
4709____________________________________________________________________________
4710[ 18959] By: jhi on 2003/03/13 20:05:50
4711 Log: Some more stdlib.h inclusions and change the gccversion
4712 test to use return (could have used that for all, sigh).
4713 Branch: perl
4714 ! Configure
4715____________________________________________________________________________
4716[ 18958] By: rgs on 2003/03/12 20:46:58
4717 Log: Trims slashes from the argument to rmdir(), likewise
4718 to what happens with rmdir(). Factorize the code in a
4719 local macro, TRIMSLASHES.
4720 Branch: perl
4721 ! pp_sys.c
4722____________________________________________________________________________
4723[ 18957] By: jhi on 2003/03/12 14:23:02
4724 Log: VOS nit from Paul Green.
4725 Branch: perl
4726 ! vos/configure_full_perl.sh
4727____________________________________________________________________________
4728[ 18956] By: jhi on 2003/03/12 13:58:26
4729 Log: File::Spec: Do not fall back to '', use curdir instead.
4730 Note: Mac used to use cwd(), now curdir, slight change
4731 (relative vs. absolute).
4732 Branch: perl
4733 ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
4734 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
4735 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
4736____________________________________________________________________________
4737[ 18955] By: jhi on 2003/03/12 13:49:15
4738 Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
4739 was unset (the tests attempted to create files at the /)
4740 Branch: perl
4741 ! lib/File/Spec/Cygwin.pm
4742____________________________________________________________________________
4743[ 18954] By: jhi on 2003/03/12 10:59:03
4744 Log: Another finding by IRIX cc: non-void function
4745 sv_cat_decode() should return a value.
4746 Branch: perl
4747 ! sv.c
4748____________________________________________________________________________
4749[ 18953] By: jhi on 2003/03/12 10:55:38
4750 Log: Integrate:
4751 [ 18950]
4752 Cygwin doesn't like initing the $0 mutex in perl_construct()
4753 (Too early? If inited there the pthread_mutex_init() returns
4754 an integer much too large be an errno), but initing the mutex
4755 later, in perl_alloc(), seems to be okay with Cygwin, and also
4756 with Linux.
4757 Branch: maint-5.8/perl
4758 !> perl.c
4759____________________________________________________________________________
4760[ 18952] By: jhi on 2003/03/12 10:53:02
4761 Log: Integrate:
4762 [ 18949]
4763 pudge> never integrate anything from macos/
4764 Branch: perl
4765 - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
4766 - macos/macperl.sym
4767 !> MANIFEST
4768____________________________________________________________________________
4769[ 18951] By: jhi on 2003/03/12 10:52:17
4770 Log: Integrate:
4771 [ 18946]
4772 Integrate from maint-5.8/macperl:
4773 [ 18937]
4774 Various MacOS portability fixes for tests
4775
4776 [ 18938]
4777 File::Spec::Unix method should be called on $self
4778
4779 [ 18939]
4780 lib.pm:_get_dirs() should use $_[0], not $_
4781
4782 [ 18940]
4783 Update MacOS for new configpm
4784
4785 [ 18941]
4786 Update MacOS build
4787 Update Makefile for new source files,
4788 update test script, add additional symbol for APItest
4789 Branch: perl
4790 +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
4791 +> macos/macperl.sym
4792 !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
4793 !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
4794 !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
4795 !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
4796 !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
4797 !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
4798____________________________________________________________________________
4799[ 18950] By: jhi on 2003/03/12 10:49:27
4800 Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
4801 (Too early? If inited there the pthread_mutex_init() returns
4802 an integer much too large be an errno), but initing the mutex
4803 later, in perl_alloc(), seems to be okay with Cygwin, and also
4804 with Linux.
4805 Branch: perl
4806 ! perl.c
4807____________________________________________________________________________
4808[ 18949] By: jhi on 2003/03/12 10:39:39
4809 Log: pudge> never integrate anything from macos/
4810 Branch: maint-5.8/perl
4811 - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
4812 - macos/macperl.sym
4813 ! MANIFEST
4814____________________________________________________________________________
4815[ 18948] By: jhi on 2003/03/12 06:21:16
4816 Log: Integrate:
4817 [ 18935]
4818 WinCE tweaks from Vadim Konovalov.
4819
4820 [ 18943]
4821 Tell how to possibly dodge 'Out of memory' errors.
4822
4823 [ 18944]
4824 Ouch. Missed one more, the void flags check (and exit() is void).
4825 Branch: maint-5.8/perl
4826 !> Configure perl.c perlio.c pod/perldiag.pod wince/Makefile.ce
4827____________________________________________________________________________
4828[ 18947] By: jhi on 2003/03/12 06:17:43
4829 Log: New files from #18946.
4830 Branch: maint-5.8/perl
4831 ! MANIFEST
4832____________________________________________________________________________
4833[ 18946] By: jhi on 2003/03/12 06:13:00
4834 Log: Integrate from maint-5.8/macperl:
4835 [ 18937]
4836 Various MacOS portability fixes for tests
4837
4838 [ 18938]
4839 File::Spec::Unix method should be called on $self
4840
4841 [ 18939]
4842 lib.pm:_get_dirs() should use $_[0], not $_
4843
4844 [ 18940]
4845 Update MacOS for new configpm
4846
4847 [ 18941]
4848 Update MacOS build
4849 Update Makefile for new source files,
4850 update test script, add additional symbol for APItest
4851 Branch: maint-5.8/perl
4852 +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
4853 +> macos/macperl.sym
4854 !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
4855 !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
4856 !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
4857 !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
4858 !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
4859 !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
4860____________________________________________________________________________
4861[ 18945] By: jhi on 2003/03/12 06:01:15
4862 Log: metaconfig unit changes for #18944.
4863 Branch: metaconfig
4864 ! U/compline/d_sigsetjmp.U U/modified/voidflags.U
4865 Branch: metaconfig/U/perl
4866 ! gccvers.U
4867____________________________________________________________________________
4868[ 18944] By: jhi on 2003/03/12 06:00:48
4869 Log: Ouch. Missed one more, the void flags check (and exit() is void).
4870 Branch: perl
4871 ! Configure
4872____________________________________________________________________________
4873[ 18943] By: jhi on 2003/03/12 05:51:21
4874 Log: Tell how to possibly dodge 'Out of memory' errors.
4875 Branch: perl
4876 ! pod/perldiag.pod
4877____________________________________________________________________________
4878[ 18942] By: pudge on 2003/03/12 03:31:48
4879 Log: Integrate from maint-5.8/perl
4880 Branch: maint-5.8/macperl
4881 !> (integrate 50 files)
4882____________________________________________________________________________
4883[ 18941] By: pudge on 2003/03/12 03:19:52
4884 Log: Update MacOS build
4885 Update Makefile for new source files,
4886 update test script, add additional symbol for APItest
4887 Branch: maint-5.8/macperl
4888 ! macos/MacPerlTests.cmd macos/Makefile.mk macos/macperl.sym
4889____________________________________________________________________________
4890[ 18940] By: pudge on 2003/03/12 03:18:38
4891 Log: Update MacOS for new configpm
4892 Branch: maint-5.8/macperl
4893 ! macos/configpm
4894____________________________________________________________________________
4895[ 18939] By: pudge on 2003/03/12 03:17:22
4896 Log: lib.pm:_get_dirs() should use $_[0], not $_
4897 Branch: maint-5.8/macperl
4898 ! lib/lib_pm.PL
4899____________________________________________________________________________
4900[ 18938] By: pudge on 2003/03/12 03:15:26
4901 Log: File::Spec::Unix method should be called on $self
4902 Branch: maint-5.8/macperl
4903 ! lib/File/Spec/Unix.pm
4904____________________________________________________________________________
4905[ 18937] By: pudge on 2003/03/12 03:14:23
4906 Log: Various MacOS portability fixes for tests
4907 Branch: maint-5.8/macperl
4908 ! ext/Digest/MD5/t/files.t ext/Filter/t/call.t
4909 ! ext/POSIX/t/taint.t lib/Unicode/Collate/t/index.t
4910 ! lib/Unicode/Collate/t/test.t lib/charnames.t t/io/crlf.t
4911 ! t/op/method.t t/op/mkdir.t t/op/recurse.t t/op/sprintf.t
4912 ! t/op/stat.t t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
4913____________________________________________________________________________
4914[ 18936] By: pudge on 2003/03/12 03:02:22
4915 Log: Integrate from maint-5.8/perl
4916 Branch: maint-5.8/macperl
4917 !> t/op/recurse.t t/op/sprintf.t
4918____________________________________________________________________________
4919[ 18935] By: jhi on 2003/03/11 22:00:54
4920 Log: WinCE tweaks from Vadim Konovalov.
4921 Branch: perl
4922 ! perl.c perlio.c wince/Makefile.ce
4923____________________________________________________________________________
4924[ 18934] By: jhi on 2003/03/11 20:24:49
4925 Log: Integrate:
4926 [ 18932]
4927 Missed one.
4928 Branch: maint-5.8/perl
4929 !> Configure
4930____________________________________________________________________________
4931[ 18933] By: jhi on 2003/03/11 20:23:17
4932 Log: metaconfig unit change for #18932.
4933 Branch: metaconfig
4934 ! U/a_dvisory/intsize.U
4935____________________________________________________________________________
4936[ 18932] By: jhi on 2003/03/11 20:22:07
4937 Log: Missed one.
4938 Branch: perl
4939 ! Configure
4940____________________________________________________________________________
4941[ 18931] By: jhi on 2003/03/11 20:18:23
4942 Log: Integrate:
4943 [ 18929]
4944 Single vs doublequoted context is important...
4945 Branch: maint-5.8/perl
4946 !> Configure
4947____________________________________________________________________________
4948[ 18930] By: jhi on 2003/03/11 20:16:12
4949 Log: metaconfig unit changes for #18929.
4950 Branch: metaconfig
4951 ! U/compline/charsize.U U/compline/doublesize.U
4952 ! U/compline/ptrsize.U
4953____________________________________________________________________________
4954[ 18929] By: jhi on 2003/03/11 20:15:51
4955 Log: Single vs doublequoted context is important...
4956 Branch: perl
4957 ! Configure
4958____________________________________________________________________________
4959[ 18928] By: jhi on 2003/03/11 20:09:47
4960 Log: Integrate:
4961 [ 18923]
4962 Solaris cc wants prototype for exit(), so <stdlib.h> needed.
4963
4964 [ 18925]
4965 Better setmode() prototype for cygwin.
4966
4967 [ 18926]
4968 Questionable construct.
4969
4970 [ 18927]
4971 """glob.*""" patch for VMS, from Peter Prymmer.
4972 Branch: maint-5.8/perl
4973 !> Configure perl.h pod/perltooc.pod vms/perlvms.pod vms/vms.c
4974____________________________________________________________________________
4975[ 18927] By: jhi on 2003/03/11 20:04:33
4976 Log: """glob.*""" patch for VMS, from Peter Prymmer.
4977 Branch: perl
4978 ! vms/perlvms.pod vms/vms.c
4979____________________________________________________________________________
4980[ 18926] By: rgs on 2003/03/11 19:44:54
4981 Log: Questionable construct.
4982 Branch: perl
4983 ! pod/perltooc.pod
4984____________________________________________________________________________
4985[ 18925] By: jhi on 2003/03/11 19:15:15
4986 Log: Better setmode() prototype for cygwin.
4987 Branch: perl
4988 ! perl.h
4989____________________________________________________________________________
4990[ 18924] By: jhi on 2003/03/11 19:12:51
4991 Log: metaconfig unit changes for #18923. The gccvers unit
4992 cannot have <stdlib.h>, though, because that would
4993 introduce a nasty dependency loop.
4994 Branch: metaconfig
4995 ! U/a_dvisory/intsize.U U/compline/charsize.U
4996 ! U/compline/d_casti32.U U/compline/d_castneg.U
4997 ! U/compline/d_sigsetjmp.U U/compline/doublesize.U
4998 ! U/compline/ptrsize.U U/compline/ssizetype.U
4999 ! U/modified/voidflags.U U/typedefs/gidsize.U
5000 ! U/typedefs/sizesize.U U/typedefs/uidsize.U
5001 Branch: metaconfig/U/perl
5002 ! d_u32align.U fpossize.U gccvers.U selectminbits.U
5003____________________________________________________________________________
5004[ 18923] By: jhi on 2003/03/11 19:11:39
5005 Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
5006 Branch: perl
5007 ! Configure
5008____________________________________________________________________________
5009[ 18922] By: jhi on 2003/03/11 18:20:53
5010 Log: Integrate:
5011 [ 18914]
5012 Try to handle hitting the heap/data limit in small systems.
5013 (One can simulate this with e.g. 32MB or 64MB datasize,
5014 use your shell's ulimit/limit/limits command.)
5015
5016 [ 18915]
5017 Be more lax about the out of memory error message.
5018
5019 [ 18916]
5020 Upgrade to Time-HiRes 1.43.
5021
5022 [ 18917]
5023 Get rid of one Cygwin warning by introducing a prototype
5024 for the init_os_extras(). Since there is no header file
5025 in Perl specific to cygwin, use perl.h.
5026
5027 [ 18918]
5028 Subject: [PATCH] io_sock.t
5029 From: Norton Allen <allen@huarp.harvard.edu>
5030 Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
5031 Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
5032
5033 [ 18919]
5034 Uid_t and Gid_t can easily be shorts and one cannot
5035 pull shorts off the va_args, int is the shortest (ahem).
5036
5037 [ 18920]
5038 No assertions in maint.
5039
5040 [ 18921]
5041 The 0, in the assert_not_ROK() makes IRIX cc to worry
5042 (cc-1171 cc: WARNING ... The indicated expression has no effect.)
5043 So make the macro to include the , and the non-gcc case empty.
5044 Branch: maint-5.8/perl
5045 !> README.qnx ext/IO/lib/IO/t/io_sock.t ext/Time/HiRes/Changes
5046 !> ext/Time/HiRes/HiRes.pm ext/Time/HiRes/Makefile.PL perl.h
5047 !> reentr.c reentr.pl sv.h t/op/recurse.t
5048____________________________________________________________________________
5049[ 18921] By: jhi on 2003/03/11 18:15:45
5050 Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
5051 (cc-1171 cc: WARNING ... The indicated expression has no effect.)
5052 So make the macro to include the , and the non-gcc case empty.
5053 Branch: perl
5054 ! sv.h
5055____________________________________________________________________________
5056[ 18920] By: jhi on 2003/03/11 17:52:57
5057 Log: No assertions in maint.
5058 Branch: maint-5.8/perl
5059 ! intrpvar.h
5060____________________________________________________________________________
5061[ 18919] By: jhi on 2003/03/11 17:43:10
5062 Log: Uid_t and Gid_t can easily be shorts and one cannot
5063 pull shorts off the va_args, int is the shortest (ahem).
5064 Branch: perl
5065 ! reentr.c reentr.pl
5066____________________________________________________________________________
5067[ 18918] By: jhi on 2003/03/11 17:32:23
5068 Log: Subject: [PATCH] io_sock.t
5069 From: Norton Allen <allen@huarp.harvard.edu>
5070 Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
5071 Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
5072 Branch: perl
5073 ! README.qnx ext/IO/lib/IO/t/io_sock.t
5074____________________________________________________________________________
5075[ 18917] By: jhi on 2003/03/11 17:30:43
5076 Log: Get rid of one Cygwin warning by introducing a prototype
5077 for the init_os_extras(). Since there is no header file
5078 in Perl specific to cygwin, use perl.h.
5079 Branch: perl
5080 ! perl.h
5081____________________________________________________________________________
5082[ 18916] By: jhi on 2003/03/11 11:40:38
5083 Log: Upgrade to Time-HiRes 1.43.
5084 Branch: perl
5085 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5086 ! ext/Time/HiRes/Makefile.PL
5087____________________________________________________________________________
5088[ 18915] By: jhi on 2003/03/11 09:19:54
5089 Log: Be more lax about the out of memory error message.
5090 Branch: perl
5091 ! t/op/recurse.t
5092____________________________________________________________________________
5093[ 18914] By: jhi on 2003/03/11 09:18:25
5094 Log: Try to handle hitting the heap/data limit in small systems.
5095 (One can simulate this with e.g. 32MB or 64MB datasize,
5096 use your shell's ulimit/limit/limits command.)
5097 Branch: perl
5098 ! t/op/recurse.t
5099____________________________________________________________________________
5100[ 18913] By: jhi on 2003/03/11 08:02:22
5101 Log: Integrate:
5102 [ 18912]
5103 typo for utf8locale in #18907
5104 Branch: maint-5.8/perl
5105 !> sv.c
5106____________________________________________________________________________
5107[ 18912] By: hv on 2003/03/11 07:36:00
5108 Log: typo for utf8locale in #18907
5109 Branch: perl
5110 ! sv.c
5111____________________________________________________________________________
5112[ 18911] By: jhi on 2003/03/11 07:02:41
5113 Log: Integrate:
5114 [ 18888]
5115 Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
5116 From: Nicholas Clark <nick@unfortu.net>
5117 Date: Sun, 9 Mar 2003 21:24:46 +0000
5118 Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
5119
5120 [ 18889]
5121 Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
5122 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5123 Date: Fri, 07 Mar 2003 13:12:49 -0800
5124 Message-ID: <RtQa+gzkg2kF092yn@efn.org>
5125
5126 [ 18891]
5127 A new test, to check that signal numbers are actually positive,
5128 and that there is a consistent number of signals available.
5129
5130 [ 18899]
5131 VMS has an extra \n at the end, and I assume Windows has \r\n.
5132
5133 [ 18902]
5134 Patch from Craig Berry to resolve test failures in VMS.
5135 Will poke the Net::Ping author.
5136
5137 [ 18903]
5138 A rejected hunk of #18902 reapplied.
5139
5140 [ 18904]
5141 Subject: [PATCH] typos and other minor things
5142 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5143 Date: Mon, 10 Mar 2003 21:00:55 -0700
5144 Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
5145
5146 [ 18905]
5147 Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
5148 From: Stas Bekman <stas@stason.org>
5149 Date: Tue, 11 Mar 2003 17:09:02 +1100
5150 Message-ID: <3E6D7D7E.5000704@stason.org>
5151
5152 [ 18906]
5153 Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
5154
5155 [ 18907]
5156 Add missing intrpvar clonings to perl_clone.
5157 Also move the IDBassertion to the end since there's
5158 no particular reason to break bincompat for that.
5159
5160 [ 18908]
5161 Missed some, cryptically.
5162
5163 [ 18909]
5164 Upgrade to cperl-mode 5.0, from IlyaZ.
5165
5166 [ 18910]
5167 Subject: [PATCH] clear PL_exitlist in perl_destruct
5168 From: "Craig A. Berry" <craigberry@mac.com>
5169 Date: Tue, 11 Mar 2003 00:34:39 -0600
5170 Message-ID: <3E6D837F.7000506@mac.com>
5171 Branch: maint-5.8/perl
5172 !> (integrate 39 files)
5173____________________________________________________________________________
5174[ 18910] By: jhi on 2003/03/11 06:55:29
5175 Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
5176 From: "Craig A. Berry" <craigberry@mac.com>
5177 Date: Tue, 11 Mar 2003 00:34:39 -0600
5178 Message-ID: <3E6D837F.7000506@mac.com>
5179 Branch: perl
5180 ! perl.c
5181____________________________________________________________________________
5182[ 18909] By: jhi on 2003/03/11 06:29:35
5183 Log: Upgrade to cperl-mode 5.0, from IlyaZ.
5184 Branch: perl
5185 ! emacs/cperl-mode.el
5186____________________________________________________________________________
5187[ 18908] By: jhi on 2003/03/11 06:09:05
5188 Log: Missed some, cryptically.
5189 Branch: perl
5190 ! pod/perlfunc.pod
5191____________________________________________________________________________
5192[ 18907] By: jhi on 2003/03/11 06:01:28
5193 Log: Add missing intrpvar clonings to perl_clone.
5194 Also move the IDBassertion to the end since there's
5195 no particular reason to break bincompat for that.
5196 Branch: perl
5197 ! intrpvar.h sv.c
5198____________________________________________________________________________
5199[ 18906] By: jhi on 2003/03/11 05:43:30
5200 Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
5201 Branch: perl
5202 ! intrpvar.h
5203____________________________________________________________________________
5204[ 18905] By: jhi on 2003/03/11 05:38:10
5205 Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
5206 From: Stas Bekman <stas@stason.org>
5207 Date: Tue, 11 Mar 2003 17:09:02 +1100
5208 Message-ID: <3E6D7D7E.5000704@stason.org>
5209 Branch: perl
5210 ! sv.c
5211____________________________________________________________________________
5212[ 18904] By: jhi on 2003/03/11 05:33:10
5213 Log: Subject: [PATCH] typos and other minor things
5214 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5215 Date: Mon, 10 Mar 2003 21:00:55 -0700
5216 Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
5217 Branch: perl
5218 ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
5219 ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
5220 ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
5221 ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
5222 ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
5223 ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
5224 ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
5225 ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
5226 ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
5227____________________________________________________________________________
5228[ 18903] By: jhi on 2003/03/11 05:29:12
5229 Log: A rejected hunk of #18902 reapplied.
5230 Branch: perl
5231 ! t/io/utf8.t
5232____________________________________________________________________________
5233[ 18902] By: jhi on 2003/03/11 05:19:15
5234 Log: Patch from Craig Berry to resolve test failures in VMS.
5235 Will poke the Net::Ping author.
5236 Branch: perl
5237 ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
5238 ! t/io/utf8.t t/op/magic.t
5239____________________________________________________________________________
5240[ 18901] By: pudge on 2003/03/11 04:00:40
5241 Log: Integrate from maint-5.8/perl
5242 Branch: maint-5.8/macperl
5243 +> (branch 46 files)
5244 - macos/config.h regen_headers.pl
5245 ! macos/MacPerlTests.cmd
5246 !> (integrate 479 files)
5247____________________________________________________________________________
5248[ 18900] By: rgs on 2003/03/10 22:12:37
5249 Log: Integrate (by hand) change #18386 from maint-5.8
5250 Branch: perl
5251 ! t/op/split.t
5252____________________________________________________________________________
5253[ 18899] By: jhi on 2003/03/10 21:44:12
5254 Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
5255 Branch: perl
5256 ! t/run/switchC.t
5257____________________________________________________________________________
5258[ 18898] By: jhi on 2003/03/10 21:12:28
5259 Log: An old hunk mistakenly introduced by #18896.
5260 Branch: maint-5.8/perl
5261 ! perl.c
5262____________________________________________________________________________
5263[ 18897] By: jhi on 2003/03/10 21:11:03
5264 Log: A missing line.
5265 Branch: maint-5.8/perl
5266 ! t/pod/poderrs.xr
5267____________________________________________________________________________
5268[ 18896] By: jhi on 2003/03/10 21:01:14
5269 Log: Integrate:
5270 [ 18229]
5271 $0 mofifying part I
5272
5273 Date: Sat, 30 Nov 2002 20:16:51 +0200
5274 From: Jarkko Hietaniemi <jhi@iki.fi>
5275 Subject: [PATCH] $0 modifying
5276 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
5277 Branch: maint-5.8/perl
5278 !> ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
5279 !> sv.c t/op/magic.t thread.h
5280____________________________________________________________________________
5281[ 18895] By: jhi on 2003/03/10 20:48:37
5282 Log: Avaunt!
5283 Branch: maint-5.8/perl
5284 ! MANIFEST
5285____________________________________________________________________________
5286[ 18894] By: jhi on 2003/03/10 20:41:02
5287 Log: Missing hunk from change #18830.
5288 Branch: maint-5.8/perl
5289 ! ext/B/t/deparse.t
5290____________________________________________________________________________
5291[ 18893] By: jhi on 2003/03/10 20:38:33
5292 Log: Integrate:
5293 [ 18298]
5294 Whitespace and indentation fix in the output of B::Debug.
5295 Branch: maint-5.8/perl
5296 !> ext/B/B/Debug.pm
5297____________________________________________________________________________
5298[ 18892] By: jhi on 2003/03/10 20:26:04
5299 Log: Missing hunk from change #18224.
5300 Branch: maint-5.8/perl
5301 ! lib/Pod/Checker.pm
5302____________________________________________________________________________
5303[ 18891] By: rgs on 2003/03/10 20:22:39
5304 Log: A new test, to check that signal numbers are actually positive,
5305 and that there is a consistent number of signals available.
5306 Branch: perl
5307 ! lib/Config.t
5308____________________________________________________________________________
5309[ 18890] By: jhi on 2003/03/10 20:18:55
5310 Log: Integrate:
5311 [ 18224]
5312 Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
5313 and lib/Pod/t/utils.t to cater for simpler output text.
5314 Branch: maint-5.8/perl
5315 !> (integrate 27 files)
5316____________________________________________________________________________
5317[ 18889] By: rgs on 2003/03/10 19:55:06
5318 Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
5319 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5320 Date: Fri, 07 Mar 2003 13:12:49 -0800
5321 Message-ID: <RtQa+gzkg2kF092yn@efn.org>
5322 Branch: perl
5323 ! mg.c pod/perldiag.pod t/op/tie.t
5324____________________________________________________________________________
5325[ 18888] By: rgs on 2003/03/10 19:37:40
5326 Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
5327 From: Nicholas Clark <nick@unfortu.net>
5328 Date: Sun, 9 Mar 2003 21:24:46 +0000
5329 Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
5330 Branch: perl
5331 ! lib/Config.t
5332____________________________________________________________________________
5333[ 18887] By: jhi on 2003/03/10 19:32:10
5334 Log: Something is really wonky in the ext/MIME/Base64 between
5335 maint and blead... but this seems to bridge the remaining gap.
5336 Branch: maint-5.8/perl
5337 ! ext/MIME/Base64/Makefile.PL
5338____________________________________________________________________________
5339[ 18886] By: jhi on 2003/03/10 19:13:17
5340 Log: Fake reintegrate of #18651 (otherwise perforce didn't like me).
5341 Branch: maint-5.8/perl
5342 !> ext/MIME/Base64/Base64.xs
5343____________________________________________________________________________
5344[ 18885] By: jhi on 2003/03/10 19:04:15
5345 Log: Integrate:
5346 [ 18685]
5347 No, we don't really want the utility scripts.
5348 Branch: maint-5.8/perl
5349 - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
5350 - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
5351____________________________________________________________________________
5352[ 18883] By: jhi on 2003/03/10 18:54:19
5353 Log: Integrate:
5354 [ 18642]
5355 Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
5356 utility scripts?)
5357 Branch: maint-5.8/perl
5358 +> ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
5359 +> ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
5360 !> MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
5361 !> ext/MIME/Base64/Makefile.PL ext/MIME/Base64/QuotedPrint.pm
5362 !> ext/MIME/Base64/t/base64.t ext/MIME/Base64/t/quoted-print.t
5363____________________________________________________________________________
5364[ 18882] By: jhi on 2003/03/10 17:35:27
5365 Log: Integrate:
5366 [ 17832]
5367 Subject: Re: [PATCH] Correct/completes Overloading in XS mods
5368 From: John Peacock <jpeacock@rowman.com>
5369 Date: Sun, 01 Sep 2002 15:00:12 -0400
5370 Message-ID: <3D7263BC.9020608@rowman.com>
5371
5372 [ 18472]
5373 Integrate perlio to mainline:
5374 [ 18240]
5375 Avoid eqtime() wiping the file (as suggested by
5376 "Luis G. Uribe C." <GUribe@SoftHome.net>
5377
5378 [ 18600]
5379 Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
5380 dumping (but now use SvPV_nolen). (This change made an empty
5381 prototype to show up as "_" under -Uuseperlio.)
5382 Branch: maint-5.8/perl
5383 !> dump.c lib/ExtUtils/Command.pm lib/ExtUtils/xsubpp
5384 !> pod/perlxs.pod
5385____________________________________________________________________________
5386[ 18881] By: jhi on 2003/03/10 16:58:22
5387 Log: Integrate:
5388 [ 17842]
5389 printf argument mismatch in Perl_deb_stack_all() from change #17718
5390
5391 [ 18456]
5392 Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
5393 From: Nicholas Clark <nick@unfortu.net>
5394 Date: Thu, 26 Dec 2002 21:16:27 +0000
5395 Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
5396
5397 [ 18643]
5398 Detypo.
5399 Branch: maint-5.8/perl
5400 !> cop.h deb.c doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c
5401 !> pad.c perl.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c
5402 !> universal.c utf8.c
5403____________________________________________________________________________
5404[ 18880] By: jhi on 2003/03/10 16:17:50
5405 Log: Integrate from maint:
5406 [ 18428]
5407 Somehow I managed to get makefile.olds that didn't get cleaned away.
5408 Branch: perl
5409 !> Makefile.SH x2p/Makefile.SH
5410____________________________________________________________________________
5411[ 18879] By: jhi on 2003/03/10 11:51:01
5412 Log: Integrate:
5413 [ 18876]
5414 Comment fix.
5415 Branch: maint-5.8/perl
5416 !> t/io/utf8.t
5417____________________________________________________________________________
5418[ 18878] By: jhi on 2003/03/10 07:28:26
5419 Log: Integrate:
5420 [ 18836]
5421 Handle also extra directories et alia.
5422 Branch: maint-5.8/perl
5423 !> Porting/manicheck
5424____________________________________________________________________________
5425[ 18877] By: jhi on 2003/03/10 07:20:13
5426 Log: Integrate:
5427 [ 18873]
5428 Bunch of doc patches from Stas; plus regen.
5429
5430 Subject: [doc patch] perl.c's pod api entry
5431 From: Stas Bekman <stas@stason.org>
5432 Date: Mon, 10 Mar 2003 12:35:52 +1100
5433 Message-ID: <3E6BEBF8.80402@stason.org>
5434
5435 Subject: Re: [patch] perlguts.pod
5436 From: Stas Bekman <stas@stason.org>
5437 Date: Mon, 10 Mar 2003 12:38:57 +1100
5438 Message-ID: <3E6BECB1.7050009@stason.org>
5439
5440 Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
5441 From: Stas Bekman <stas@stason.org>
5442 Date: Mon, 10 Mar 2003 12:41:46 +1100
5443 Message-ID: <3E6BED5A.801@stason.org>
5444
5445 Subject: Re: [patch] perlapi.pod fix
5446 From: Stas Bekman <stas@stason.org>
5447 Date: Mon, 10 Mar 2003 12:43:33 +1100
5448 Message-ID: <3E6BEDC5.6010405@stason.org>
5449
5450 Subject: Re: [docs patch] replace gets() with fgets() in example
5451 From: Stas Bekman <stas@stason.org>
5452 Date: Mon, 10 Mar 2003 12:45:41 +1100
5453 Message-ID: <3E6BEE45.9030901@stason.org>
5454
5455 Subject: [doc patch] perlrun.pod
5456 From: Stas Bekman <stas@stason.org>
5457 Date: Mon, 10 Mar 2003 14:49:59 +1100
5458 Message-ID: <3E6C0B67.4050606@stason.org>
5459
5460 [ 18874]
5461 Subject: Re: Shared libperl.so and build issues
5462 From: Chip Turner <cturner@redhat.com>
5463 Date: 05 Jan 2003 10:35:40 -0500
5464 Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
5465
5466 [ 18875]
5467 Remove the foo-old files.
5468
5469 [ 18876]
5470 Comment fix.
5471 Branch: maint-5.8/perl
5472 !> INSTALL ext/DynaLoader/DynaLoader_pm.PL handy.h opcode.pl
5473 !> perl.c pod/perlapi.pod pod/perlembed.pod pod/perlguts.pod
5474 !> pod/perlrun.pod
5475____________________________________________________________________________
5476[ 18876] By: jhi on 2003/03/10 06:35:20
5477 Log: Comment fix.
5478 Branch: perl
5479 ! t/io/utf8.t
5480____________________________________________________________________________
5481[ 18875] By: jhi on 2003/03/10 05:31:00
5482 Log: Remove the foo-old files.
5483 Branch: perl
5484 ! opcode.pl
5485____________________________________________________________________________
5486[ 18874] By: jhi on 2003/03/10 05:23:32
5487 Log: Subject: Re: Shared libperl.so and build issues
5488 From: Chip Turner <cturner@redhat.com>
5489 Date: 05 Jan 2003 10:35:40 -0500
5490 Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
5491 Branch: perl
5492 ! INSTALL
5493____________________________________________________________________________
5494[ 18873] By: jhi on 2003/03/10 05:18:02
5495 Log: Bunch of doc patches from Stas; plus regen.
5496
5497 Subject: [doc patch] perl.c's pod api entry
5498 From: Stas Bekman <stas@stason.org>
5499 Date: Mon, 10 Mar 2003 12:35:52 +1100
5500 Message-ID: <3E6BEBF8.80402@stason.org>
5501
5502 Subject: Re: [patch] perlguts.pod
5503 From: Stas Bekman <stas@stason.org>
5504 Date: Mon, 10 Mar 2003 12:38:57 +1100
5505 Message-ID: <3E6BECB1.7050009@stason.org>
5506
5507 Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
5508 From: Stas Bekman <stas@stason.org>
5509 Date: Mon, 10 Mar 2003 12:41:46 +1100
5510 Message-ID: <3E6BED5A.801@stason.org>
5511
5512 Subject: Re: [patch] perlapi.pod fix
5513 From: Stas Bekman <stas@stason.org>
5514 Date: Mon, 10 Mar 2003 12:43:33 +1100
5515 Message-ID: <3E6BEDC5.6010405@stason.org>
5516
5517 Subject: Re: [docs patch] replace gets() with fgets() in example
5518 From: Stas Bekman <stas@stason.org>
5519 Date: Mon, 10 Mar 2003 12:45:41 +1100
5520 Message-ID: <3E6BEE45.9030901@stason.org>
5521
5522 Subject: [doc patch] perlrun.pod
5523 From: Stas Bekman <stas@stason.org>
5524 Date: Mon, 10 Mar 2003 14:49:59 +1100
5525 Message-ID: <3E6C0B67.4050606@stason.org>
5526 Branch: perl
5527 ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
5528 ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
5529____________________________________________________________________________
5530[ 18872] By: jhi on 2003/03/09 20:43:09
5531 Log: Integrate (and regen_headers):
5532 [ 18867]
5533 Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
5534
5535 [ 18868]
5536 Export the symbols from #18863; do not prototype (but export)
5537 Nick Clark's experimental COW functions.
5538 Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
5539 a mess of Herculean proportions. Someone should redesign and
5540 clean up the stables.
5541
5542 [ 18869]
5543 Upgrade to Encode 1.91.
5544
5545 [ 18870]
5546 I hate embed*. Tell me what you know.
5547
5548 [ 18871]
5549 Must not hide the protos, though.
5550 Branch: maint-5.8/perl
5551 ! embed.fnc embed.h embed.pl global.sym perlapi.c
5552 ! pod/perlapi.pod proto.h
5553 !> ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5554 !> ext/Encode/Encode.xs ext/Encode/MANIFEST
5555 !> ext/Encode/encoding.pm ext/Encode/t/Mod_EUCJP.pm
5556 !> ext/Encode/t/enc_data.t ext/Encode/t/enc_module.t
5557____________________________________________________________________________
5558[ 18871] By: jhi on 2003/03/09 20:15:13
5559 Log: Must not hide the protos, though.
5560 Branch: perl
5561 ! embed.pl proto.h
5562____________________________________________________________________________
5563[ 18870] By: jhi on 2003/03/09 20:12:11
5564 Log: I hate embed*. Tell me what you know.
5565 Branch: perl
5566 ! embed.fnc embed.h
5567____________________________________________________________________________
5568[ 18869] By: jhi on 2003/03/09 19:32:19
5569 Log: Upgrade to Encode 1.91.
5570 Branch: perl
5571 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5572 ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
5573____________________________________________________________________________
5574[ 18868] By: jhi on 2003/03/09 19:04:22
5575 Log: Export the symbols from #18863; do not prototype (but export)
5576 Nick Clark's experimental COW functions.
5577 Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
5578 a mess of Herculean proportions. Someone should redesign and
5579 clean up the stables.
5580 Branch: perl
5581 ! embed.fnc embed.pl global.sym proto.h
5582____________________________________________________________________________
5583[ 18867] By: jhi on 2003/03/09 17:12:55
5584 Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
5585 Branch: perl
5586 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5587 ! ext/Encode/MANIFEST ext/Encode/encoding.pm
5588 ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
5589 ! ext/Encode/t/enc_module.t
5590____________________________________________________________________________
5591[ 18866] By: jhi on 2003/03/09 13:59:01
5592 Log: Integrate:
5593 [ 18851]
5594 regen_headers tiny tidying:
5595 - regen.pl renamed as regen_lib.pl
5596 - regen_headers.pl renamed as regen.pl
5597 - added make target 'regen' (kept target 'regen_headers'
5598 for porters' brains' backward compatibility)
5599 - regen.pl fancified a bit to display the names
5600 of the files that got changed by running the scripts
5601
5602 [ 18852]
5603 Subject: [PATCH] long %ENV values for VMS
5604 From: "Craig A. Berry" <craigberry@mac.com>
5605 Date: Fri, 07 Mar 2003 13:49:50 -0600
5606 Message-ID: <3E68F7DE.8070603@mac.com>
5607
5608 [ 18853]
5609 Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
5610 From: Richard Soderberg <perl@crystalflame.net>
5611 Date: Sat, 15 Feb 2003 01:27:17 -0500
5612 Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
5613
5614 [ 18854]
5615 Enache Adrian reads comments.
5616
5617 [ 18855]
5618 Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
5619 From: Richard.Foley@ubsw.com
5620 Date: Fri, 21 Feb 2003 13:51:51 +0100
5621 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
5622
5623 [ 18856]
5624 Add a B::COP::io() method, to return the cop_io field of COPs.
5625 Print it in B::Debug. Can be used later in B::Deparse to deparse
5626 the open pragma.
5627
5628 [ 18857]
5629 From Inaba Hiroto: the UTF-8 length cache wasn't
5630 updated when fbm_compile() appended a "\n".
5631
5632 [ 18858]
5633 From Inaba Hiroto: re_intuit_start set a value to
5634 PL_bostr before calling find_byclass when regexp has
5635 ROPT_UTF8 flag on. But right value for PL_bostr is set
5636 before re_intuit_start is called. PL_regdata is always
5637 assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
5638 can be deleted.
5639
5640 [ 18859]
5641 Adjust test count.
5642
5643 [ 18860]
5644 Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
5645 From: Enache Adrian <enache@rdslink.ro>
5646 Date: Fri, 7 Mar 2003 00:12:03 +0200
5647 Message-ID: <20030306221203.GB13330@ratsnest.hole>
5648
5649 [ 18861]
5650 Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
5651 From: Enache Adrian <enache@rdslink.ro>
5652 Date: Fri, 7 Mar 2003 23:28:37 +0200
5653 Message-ID: <20030307212837.GB765@ratsnest.hole>
5654
5655 (and few more test cases from the thread)
5656
5657 [ 18862]
5658 ... and add a test case for bug #20798
5659
5660 [ 18863]
5661 At Sarathy's request restore the bin5005compat Perl_foo_sv()
5662 function stubs, should be helpful for really simple extensions.
5663 Undoes large parts of changes #16289 and #16290.
5664
5665 [ 18864]
5666 Tru64: additional instructions for building a newer Berkeley DB.
5667
5668 [ 18865]
5669 From Inaba Hiroto: DATA wasn't properly utf8ed
5670 under 'use encoding'.
5671 Branch: maint-5.8/perl
5672 +> ext/Encode/t/enc_data.t regen_lib.pl
5673 - regen_headers.pl
5674 !> (integrate 27 files)
5675____________________________________________________________________________
5676[ 18865] By: jhi on 2003/03/09 13:50:57
5677 Log: From Inaba Hiroto: DATA wasn't properly utf8ed
5678 under 'use encoding'.
5679 Branch: perl
5680 + ext/Encode/t/enc_data.t
5681 ! MANIFEST ext/Encode/MANIFEST toke.c
5682____________________________________________________________________________
5683[ 18864] By: jhi on 2003/03/09 13:21:09
5684 Log: Tru64: additional instructions for building a newer Berkeley DB.
5685 Branch: perl
5686 ! README.tru64 hints/dec_osf.sh
5687____________________________________________________________________________
5688[ 18863] By: jhi on 2003/03/09 12:07:28
5689 Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
5690 function stubs, should be helpful for really simple extensions.
5691 Undoes large parts of changes #16289 and #16290.
5692 Branch: perl
5693 ! sv.c
5694____________________________________________________________________________
5695[ 18862] By: rgs on 2003/03/09 11:48:37
5696 Log: ... and add a test case for bug #20798
5697 Branch: perl
5698 ! t/op/eval.t
5699____________________________________________________________________________
5700[ 18861] By: jhi on 2003/03/09 11:46:17
5701 Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
5702 From: Enache Adrian <enache@rdslink.ro>
5703 Date: Fri, 7 Mar 2003 23:28:37 +0200
5704 Message-ID: <20030307212837.GB765@ratsnest.hole>
5705
5706 (and few more test cases from the thread)
5707 Branch: perl
5708 ! sv.c t/op/sprintf.t
5709____________________________________________________________________________
5710[ 18860] By: rgs on 2003/03/09 11:33:09
5711 Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
5712 From: Enache Adrian <enache@rdslink.ro>
5713 Date: Fri, 7 Mar 2003 00:12:03 +0200
5714 Message-ID: <20030306221203.GB13330@ratsnest.hole>
5715 Branch: perl
5716 ! op.c
5717____________________________________________________________________________
5718[ 18859] By: rgs on 2003/03/09 11:30:22
5719 Log: Adjust test count.
5720 Branch: perl
5721 ! t/op/pat.t
5722____________________________________________________________________________
5723[ 18858] By: jhi on 2003/03/09 10:54:10
5724 Log: From Inaba Hiroto: re_intuit_start set a value to
5725 PL_bostr before calling find_byclass when regexp has
5726 ROPT_UTF8 flag on. But right value for PL_bostr is set
5727 before re_intuit_start is called. PL_regdata is always
5728 assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
5729 can be deleted.
5730 Branch: perl
5731 ! regexec.c t/op/pat.t
5732____________________________________________________________________________
5733[ 18857] By: jhi on 2003/03/09 10:46:23
5734 Log: From Inaba Hiroto: the UTF-8 length cache wasn't
5735 updated when fbm_compile() appended a "\n".
5736 Branch: perl
5737 ! t/op/pat.t util.c
5738____________________________________________________________________________
5739[ 18856] By: rgs on 2003/03/08 20:16:36
5740 Log: Add a B::COP::io() method, to return the cop_io field of COPs.
5741 Print it in B::Debug. Can be used later in B::Deparse to deparse
5742 the open pragma.
5743 Branch: perl
5744 ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
5745____________________________________________________________________________
5746[ 18855] By: rgs on 2003/03/08 19:51:40
5747 Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
5748 From: Richard.Foley@ubsw.com
5749 Date: Fri, 21 Feb 2003 13:51:51 +0100
5750 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
5751 Branch: perl
5752 ! pod/perldebug.pod
5753____________________________________________________________________________
5754[ 18854] By: jhi on 2003/03/08 19:41:25
5755 Log: Enache Adrian reads comments.
5756 Branch: perl
5757 ! perl.h
5758____________________________________________________________________________
5759[ 18853] By: rgs on 2003/03/08 19:40:13
5760 Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
5761 From: Richard Soderberg <perl@crystalflame.net>
5762 Date: Sat, 15 Feb 2003 01:27:17 -0500
5763 Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
5764 Branch: perl
5765 ! ext/IO/lib/IO/Select.pm
5766____________________________________________________________________________
5767[ 18852] By: jhi on 2003/03/08 19:05:04
5768 Log: Subject: [PATCH] long %ENV values for VMS
5769 From: "Craig A. Berry" <craigberry@mac.com>
5770 Date: Fri, 07 Mar 2003 13:49:50 -0600
5771 Message-ID: <3E68F7DE.8070603@mac.com>
5772 Branch: perl
5773 ! vms/vms.c
5774____________________________________________________________________________
5775[ 18851] By: jhi on 2003/03/08 06:49:35
5776 Log: regen_headers tiny tidying:
5777 - regen.pl renamed as regen_lib.pl
5778 - regen_headers.pl renamed as regen.pl
5779 - added make target 'regen' (kept target 'regen_headers'
5780 for porters' brains' backward compatibility)
5781 - regen.pl fancified a bit to display the names
5782 of the files that got changed by running the scripts
5783 Branch: perl
5784 + regen_lib.pl
5785 - regen_headers.pl
5786 ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
5787 ! keywords.pl opcode.pl regcomp.pl regen.pl
5788____________________________________________________________________________
5789[ 18850] By: jhi on 2003/03/07 20:38:51
5790 Log: Integrate (and regen Configure):
5791 [ 18825]
5792 Doc typos.
5793
5794 [ 18826]
5795 Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
5796 The variant is from how List::Util Util.xs does it.
5797
5798 [ 18830]
5799 Change #18829 makes this test workaround obsolete.
5800
5801 [ 18831]
5802 Couple more _r possibilities (found in a RH 8.0 box), and
5803 the random() macros were all wrong. (I don't know why
5804 metaconfig did so much reordering of config_h.SH.)
5805
5806 [ 18833]
5807 Subject: [patch config_h.SH] redefining __attribute__
5808 From: Stas Bekman <stas@stason.org>
5809 Date: Thu, 06 Mar 2003 12:03:39 +1100
5810 Message-ID: <3E669E6B.1060606@stason.org>
5811
5812 [ 18835]
5813 Add mani(fest) check(ing) utility.
5814
5815 [ 18836]
5816 Handle also extra directories et alia.
5817
5818 [ 18837]
5819 PERL_UNICODE explanation saga continues.
5820
5821 [ 18838]
5822 Thinko fix.
5823
5824 [ 18839]
5825 Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
5826 From: "Craig A. Berry" <craigberry@mac.com>
5827 Date: Thu, 06 Mar 2003 10:42:05 -0600
5828 Message-ID: <3E677A5D.10805@mac.com>
5829
5830 [ 18840]
5831 Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
5832 From: Enache Adrian <enache@rdslink.ro>
5833 Date: Wed, 5 Mar 2003 12:06:20 +0200
5834 Message-ID: <20030305100620.GA909@ratsnest.hole>
5835
5836 [ 18841]
5837 Subject: Re: [perl #20682] [fix] @- array not visible in s///
5838 From: Enache Adrian <enache@rdslink.ro>
5839 Date: Sun, 2 Mar 2003 06:05:22 +0200
5840 Message-ID: <20030302040522.GB4905@ratsnest.hole>
5841
5842 [ 18842]
5843 Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
5844 From: "Jos I. Boumans" <kane@dwim.org>
5845 Date: Fri, 21 Feb 2003 20:33:53 +0100
5846 Message-ID: <3E567F21.6020006@dwim.org>
5847 (with some minor tweaks)
5848
5849 [ 18844]
5850 Good observation from Philip Newton.
5851
5852 [ 18845]
5853 Define the Perl_pp_i_modulo_1() only iff we have glibc.
5854 (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
5855 in non-glibc case", from Craig Berry)
5856
5857 [ 18846]
5858 Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
5859 From: Kay Roepke <kay@dolphin-services.de>
5860 Date: Thu, 06 Mar 2003 23:00:10 +0100
5861 Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
5862
5863 (plus change the d_gethostbyaddr_r_proto default to "0",
5864 that is what an undefined r_proto looks like)
5865
5866 [ 18847]
5867 Extra character noticed by Tels.
5868
5869 [ 18848]
5870 Give pointers to runtime Unicode changes.
5871 Branch: maint-5.8/perl
5872 +> Porting/manicheck
5873 ! Configure config_h.SH
5874 !> (integrate 28 files)
5875____________________________________________________________________________
5876[ 18849] By: nick on 2003/03/07 11:45:28
5877 Log: Integrate mainline
5878 Branch: perlio
5879 +> Porting/manicheck Porting/p4d2p ext/Encode/t/Mod_EUCJP.pm
5880 +> ext/Encode/t/enc_module.enc ext/Encode/t/enc_module.t
5881 +> lib/assertions.pm lib/assertions/activate.pm
5882 +> t/comp/assertions.t t/op/localref.t t/run/switchC.t
5883 +> t/run/switch_A.t t/uni/write.t
5884 !> (integrate 202 files)
5885____________________________________________________________________________
5886[ 18848] By: jhi on 2003/03/07 08:40:52
5887 Log: Give pointers to runtime Unicode changes.
5888 Branch: perl
5889 ! pod/perlrun.pod pod/perlvar.pod
5890____________________________________________________________________________
5891[ 18847] By: jhi on 2003/03/07 08:02:50
5892 Log: Extra character noticed by Tels.
5893 Branch: perl
5894 ! MANIFEST
5895____________________________________________________________________________
5896[ 18846] By: jhi on 2003/03/07 05:28:11
5897 Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
5898 From: Kay Roepke <kay@dolphin-services.de>
5899 Date: Thu, 06 Mar 2003 23:00:10 +0100
5900 Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
5901
5902 (plus change the d_gethostbyaddr_r_proto default to "0",
5903 that is what an undefined r_proto looks like)
5904 Branch: perl
5905 ! hints/freebsd.sh
5906____________________________________________________________________________
5907[ 18845] By: jhi on 2003/03/07 05:21:43
5908 Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
5909 (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
5910 in non-glibc case", from Craig Berry)
5911 Branch: perl
5912 ! pp.c
5913____________________________________________________________________________
5914[ 18844] By: jhi on 2003/03/07 05:05:57
5915 Log: Good observation from Philip Newton.
5916 Branch: perl
5917 ! pod/perlrun.pod
5918____________________________________________________________________________
5919[ 18843] By: rgs on 2003/03/06 21:59:02
5920 Log: Make the -A switch work without an assertion name.
5921 by Salvador Fandiño.
5922 Branch: perl
5923 ! perl.c t/run/switch_A.t
5924____________________________________________________________________________
5925[ 18842] By: rgs on 2003/03/06 21:27:15
5926 Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
5927 From: "Jos I. Boumans" <kane@dwim.org>
5928 Date: Fri, 21 Feb 2003 20:33:53 +0100
5929 Message-ID: <3E567F21.6020006@dwim.org>
5930 (with some minor tweaks)
5931 Branch: perl
5932 ! pod/perlmodstyle.pod
5933____________________________________________________________________________
5934[ 18841] By: rgs on 2003/03/06 20:56:32
5935 Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
5936 From: Enache Adrian <enache@rdslink.ro>
5937 Date: Sun, 2 Mar 2003 06:05:22 +0200
5938 Message-ID: <20030302040522.GB4905@ratsnest.hole>
5939 Branch: perl
5940 ! t/op/subst.t
5941____________________________________________________________________________
5942[ 18840] By: rgs on 2003/03/06 20:45:08
5943 Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
5944 From: Enache Adrian <enache@rdslink.ro>
5945 Date: Wed, 5 Mar 2003 12:06:20 +0200
5946 Message-ID: <20030305100620.GA909@ratsnest.hole>
5947 Branch: perl
5948 ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
5949 ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
5950____________________________________________________________________________
5951[ 18839] By: jhi on 2003/03/06 17:21:36
5952 Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
5953 From: "Craig A. Berry" <craigberry@mac.com>
5954 Date: Thu, 06 Mar 2003 10:42:05 -0600
5955 Message-ID: <3E677A5D.10805@mac.com>
5956 Branch: perl
5957 ! mg.c
5958____________________________________________________________________________
5959[ 18838] By: jhi on 2003/03/06 10:11:22
5960 Log: Thinko fix.
5961 Branch: perl
5962 ! Porting/findrfuncs
5963____________________________________________________________________________
5964[ 18837] By: jhi on 2003/03/06 09:33:33
5965 Log: PERL_UNICODE explanation saga continues.
5966 Branch: perl
5967 ! pod/perlrun.pod
5968____________________________________________________________________________
5969[ 18836] By: jhi on 2003/03/06 07:55:03
5970 Log: Handle also extra directories et alia.
5971 Branch: perl
5972 ! Porting/manicheck
5973____________________________________________________________________________
5974[ 18835] By: jhi on 2003/03/06 07:48:05
5975 Log: Add mani(fest) check(ing) utility.
5976 Branch: perl
5977 + Porting/manicheck
5978 ! MANIFEST
5979____________________________________________________________________________
5980[ 18834] By: jhi on 2003/03/06 05:36:36
5981 Log: metaconfig unit change for #18833.
5982 Branch: metaconfig
5983 + U/modified/d_attribut.U
5984____________________________________________________________________________
5985[ 18833] By: jhi on 2003/03/06 05:36:13
5986 Log: Subject: [patch config_h.SH] redefining __attribute__
5987 From: Stas Bekman <stas@stason.org>
5988 Date: Thu, 06 Mar 2003 12:03:39 +1100
5989 Message-ID: <3E669E6B.1060606@stason.org>
5990 Branch: perl
5991 ! Configure NetWare/config_H.wc Porting/config.sh
5992 ! Porting/config_H config_h.SH plan9/config.plan9
5993 ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
5994 ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
5995____________________________________________________________________________
5996[ 18832] By: jhi on 2003/03/05 19:57:44
5997 Log: Metaconfig unit changes for #18831 (most just Copyright
5998 bumpages, but get{host,net}byaddr and random_r units did
5999 get real updates.)
6000 Branch: metaconfig
6001 ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
6002 ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
6003 ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
6004 ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
6005 ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
6006 ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
6007 ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
6008 ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
6009 ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
6010 ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
6011 ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
6012 ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6013 ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6014 ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6015 ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6016 ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6017 ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6018 ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6019 ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6020 ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6021 ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6022 ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6023 ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6024 ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6025____________________________________________________________________________
6026[ 18831] By: jhi on 2003/03/05 19:56:41
6027 Log: Couple more _r possibilities (found in a RH 8.0 box), and
6028 the random() macros were all wrong. (I don't know why
6029 metaconfig did so much reordering of config_h.SH.)
6030 Branch: perl
6031 ! Configure config_h.SH reentr.h reentr.pl
6032____________________________________________________________________________
6033[ 18830] By: rgs on 2003/03/04 23:25:01
6034 Log: Change #18829 makes this test workaround obsolete.
6035 Branch: perl
6036 ! ext/B/t/deparse.t
6037____________________________________________________________________________
6038[ 18829] By: rgs on 2003/03/04 22:23:41
6039 Log: Patch by Salvador Fandiño to read the warning mask
6040 returned by caller() and ${^WARNING_BITS} from
6041 $warnings::Bits{all} and not from the hardcoded core
6042 constant. (This mask could have been extended by
6043 warnings::register.) Plus tests.
6044 Branch: perl
6045 ! mg.c pp_ctl.c t/op/caller.t
6046____________________________________________________________________________
6047[ 18828] By: rgs on 2003/03/04 20:49:59
6048 Log: Subject: [PATCH] assertions
6049 From: Salvador Fandiño <sfandino@yahoo.com>
6050 Date: Fri, 21 Feb 2003 17:26:16 +0000
6051 Message-ID: <3E566138.4090709@yahoo.com>
6052 and the complement : (with added comments)
6053 Subject: [PATCH] bug in ext/B/t/deparse.t
6054 Message-ID: <3E563E16.7060303@yahoo.com>
6055 plus perldiag.pod patch for the new warning
6056 (previous change was, once again, empty)
6057 Branch: perl
6058 ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
6059 ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
6060 ! pod/perldiag.pod warnings.h warnings.pl
6061____________________________________________________________________________
6062[ 18827] By: rgs on 2003/03/04 20:48:09
6063 Log: Subject: [PATCH] assertions
6064 From: Salvador Fandiño <sfandino@yahoo.com>
6065 Date: Fri, 21 Feb 2003 17:26:16 +0000
6066 Message-ID: <3E566138.4090709@yahoo.com>
6067 and the complement : (with added comments)
6068 Subject: [PATCH] bug in ext/B/t/deparse.t
6069 Message-ID: <3E563E16.7060303@yahoo.com>
6070 plus perldiag.pod patch for the new warning
6071 Branch: perl
6072 ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
6073 ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
6074 ! pod/perldiag.pod warnings.h warnings.pl
6075____________________________________________________________________________
6076[ 18826] By: jhi on 2003/03/04 20:22:25
6077 Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
6078 The variant is from how List::Util Util.xs does it.
6079 Branch: perl
6080 ! ext/Devel/PPPort/PPPort.pm
6081____________________________________________________________________________
6082[ 18825] By: rgs on 2003/03/04 19:56:28
6083 Log: Doc typos.
6084 Branch: perl
6085 ! lib/File/Find.pm
6086____________________________________________________________________________
6087[ 18824] By: jhi on 2003/03/04 05:39:18
6088 Log: Integrate:
6089 [ 18816]
6090 Upgrade to Encode 1.89. The enc_module.t required
6091 a little tweak, sending that to Dan.
6092
6093 [ 18817]
6094 Upgrade to Unicode::Normalize 0.20.
6095
6096 [ 18818]
6097 Sync with libnet-1.13
6098
6099 [ 18819]
6100 Further clarification on PERL_UNICODE's semantics.
6101
6102 [ 18820]
6103 Fixes bug #15654 bizarre constant mangling in 5.8.0
6104 What happened was that a constant was freed, the pad released but
6105 the pad slot still held the SV, when pad slot was reallocated
6106 to be a target for a stringify, it did a sv_setpv on the target
6107 and the original SV was wiped out. When this SV was later on
6108 to new places using the constant, they got the wrong value.
6109 By replacing pad_free with pad_swipe for these cases, we
6110 won't have such a problem. (pad_swipe also removes the
6111 pointer to the original SV).
6112
6113 [ 18821]
6114 Can't test this without PerlIO.
6115
6116 [ 18822]
6117 Subject: Re: [perl #21395] rcatline doesn't grok utf8
6118 From: Enache Adrian <enache@rdslink.ro>
6119 Date: Sun, 2 Mar 2003 05:43:54 +0200
6120 Message-ID: <20030302034354.GA4905@ratsnest.hole>
6121
6122 [ 18823]
6123 Try to give rcatline() a good jog on Unicode.
6124 Branch: maint-5.8/perl
6125 +> ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
6126 +> ext/Encode/t/enc_module.t
6127 !> (integrate 29 files)
6128____________________________________________________________________________
6129[ 18823] By: jhi on 2003/03/04 05:33:50
6130 Log: Try to give rcatline() a good jog on Unicode.
6131 Branch: perl
6132 ! t/io/utf8.t
6133____________________________________________________________________________
6134[ 18822] By: jhi on 2003/03/04 05:14:13
6135 Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
6136 From: Enache Adrian <enache@rdslink.ro>
6137 Date: Sun, 2 Mar 2003 05:43:54 +0200
6138 Message-ID: <20030302034354.GA4905@ratsnest.hole>
6139 Branch: perl
6140 ! sv.c t/io/utf8.t
6141____________________________________________________________________________
6142[ 18821] By: jhi on 2003/03/04 04:58:36
6143 Log: Can't test this without PerlIO.
6144 Branch: perl
6145 ! t/uni/write.t
6146____________________________________________________________________________
6147[ 18820] By: sky on 2003/03/04 01:01:07
6148 Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
6149 What happened was that a constant was freed, the pad released but
6150 the pad slot still held the SV, when pad slot was reallocated
6151 to be a target for a stringify, it did a sv_setpv on the target
6152 and the original SV was wiped out. When this SV was later on
6153 to new places using the constant, they got the wrong value.
6154 By replacing pad_free with pad_swipe for these cases, we
6155 won't have such a problem. (pad_swipe also removes the
6156 pointer to the original SV).
6157 Branch: perl
6158 ! op.c
6159____________________________________________________________________________
6160[ 18819] By: jhi on 2003/03/03 19:15:07
6161 Log: Further clarification on PERL_UNICODE's semantics.
6162 Branch: perl
6163 ! pod/perlrun.pod
6164____________________________________________________________________________
6165[ 18818] By: gbarr on 2003/03/03 10:07:44
6166 Log: Sync with libnet-1.13
6167 Branch: perl
6168 ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
6169 ! lib/Net/POP3.pm lib/Net/SMTP.pm
6170____________________________________________________________________________
6171[ 18817] By: jhi on 2003/03/03 06:45:59
6172 Log: Upgrade to Unicode::Normalize 0.20.
6173 Branch: perl
6174 ! ext/Unicode/Normalize/Changes
6175 ! ext/Unicode/Normalize/Normalize.pm
6176 ! ext/Unicode/Normalize/Normalize.xs
6177 ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
6178 ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
6179 ! ext/Unicode/Normalize/t/test.t
6180____________________________________________________________________________
6181[ 18816] By: jhi on 2003/03/03 06:17:28
6182 Log: Upgrade to Encode 1.89. The enc_module.t required
6183 a little tweak, sending that to Dan.
6184 Branch: perl
6185 + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
6186 + ext/Encode/t/enc_module.t
6187 ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
6188 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
6189 ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
6190 ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
6191 ! ext/Encode/ucm/viscii.ucm
6192____________________________________________________________________________
6193[ 18815] By: jhi on 2003/03/03 05:43:25
6194 Log: Integrate:
6195 [ 18813]
6196 Use a macro for abs() to avoid the possible truncation to an int;
6197 also make an explicit (double)cast for the arguments to fabs().
6198 Branch: maint-5.8/perl
6199 !> perl.h pp.c sv.c
6200____________________________________________________________________________
6201[ 18814] By: jhi on 2003/03/03 05:37:43
6202 Log: Integrate:
6203 [ 18749]
6204 Subject: [PATCH] Make adding notes to patchlevel.h easier
6205 From: andreas.koenig@anima.de (Andreas J. Koenig)
6206 Date: Tue, 18 Feb 2003 11:48:40 +0100
6207 Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
6208
6209 [ 18809]
6210 Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
6211 From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
6212 Date: 15 Feb 2003 00:21:41 -0000
6213 Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
6214
6215 [ 18810]
6216 Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
6217 From: Richard Soderberg <perl@crystalflame.net>
6218 Date: Sat, 15 Feb 2003 01:27:21 -0500
6219 Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
6220
6221 [ 18811]
6222 Subject: [perl #21289] [Fwd: IPC::Msg bug report]
6223 From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
6224 Date: 18 Feb 2003 21:05:15 -0000
6225 Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
6226
6227 [ 18812]
6228 Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
6229 From: andreas.koenig@anima.de (Andreas J. Koenig)
6230 Date: Wed, 19 Feb 2003 11:05:28 +0100
6231 Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
6232 Branch: maint-5.8/perl
6233 !> ext/IPC/SysV/Msg.pm lib/File/Basename.pm lib/File/Find.pm
6234 !> patchlevel.h
6235____________________________________________________________________________
6236[ 18813] By: jhi on 2003/03/03 05:33:21
6237 Log: Use a macro for abs() to avoid the possible truncation to an int;
6238 also make an explicit (double)cast for the arguments to fabs().
6239 Branch: perl
6240 ! perl.h pp.c sv.c util.c
6241____________________________________________________________________________
6242[ 18812] By: hv on 2003/03/02 22:36:05
6243 Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
6244 From: andreas.koenig@anima.de (Andreas J. Koenig)
6245 Date: Wed, 19 Feb 2003 11:05:28 +0100
6246 Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
6247 Branch: perl
6248 ! patchlevel.h
6249____________________________________________________________________________
6250[ 18811] By: hv on 2003/03/02 22:30:50
6251 Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
6252 From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
6253 Date: 18 Feb 2003 21:05:15 -0000
6254 Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
6255 Branch: perl
6256 ! ext/IPC/SysV/Msg.pm
6257____________________________________________________________________________
6258[ 18810] By: hv on 2003/03/02 21:59:10
6259 Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
6260 From: Richard Soderberg <perl@crystalflame.net>
6261 Date: Sat, 15 Feb 2003 01:27:21 -0500
6262 Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
6263 Branch: perl
6264 ! lib/File/Basename.pm
6265____________________________________________________________________________
6266[ 18809] By: hv on 2003/03/02 21:54:53
6267 Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
6268 From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
6269 Date: 15 Feb 2003 00:21:41 -0000
6270 Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
6271 Branch: perl
6272 ! lib/File/Find.pm
6273____________________________________________________________________________
6274[ 18808] By: jhi on 2003/03/02 21:29:38
6275 Log: Integrate:
6276 [ 18805]
6277 Subject: Re: [perl #21411] [fix] Postponed RE with split()
6278 From: Enache Adrian <enache@rdslink.ro>
6279 Date: Sun, 2 Mar 2003 10:11:27 +0200
6280 Message-ID: <20030302081127.GA10782@ratsnest.hole>
6281
6282 [ 18807]
6283 Reverse copyright update (#18801) for files not changed in 2003.
6284 Branch: maint-5.8/perl
6285 !> (integrate 50 files)
6286____________________________________________________________________________
6287[ 18807] By: hv on 2003/03/02 21:22:56
6288 Log: Reverse copyright update (#18801) for files not changed in 2003.
6289 Branch: perl
6290 ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
6291 ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
6292 ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
6293 ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
6294 ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
6295 ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
6296 ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
6297 ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
6298____________________________________________________________________________
6299[ 18806] By: jhi on 2003/03/02 18:14:21
6300 Log: Subject: perl5db.pl patch against missing args destroying pre-post command setups
6301 From: Richard.Foley@ubsw.com
6302 Date: Wed, 19 Feb 2003 10:20:33 +0100
6303 Branch: maint-5.8/perl
6304 ! lib/perl5db.pl
6305____________________________________________________________________________
6306[ 18805] By: hv on 2003/03/02 16:29:28
6307 Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
6308 From: Enache Adrian <enache@rdslink.ro>
6309 Date: Sun, 2 Mar 2003 10:11:27 +0200
6310 Message-ID: <20030302081127.GA10782@ratsnest.hole>
6311 Branch: perl
6312 ! pp.c t/op/pat.t
6313____________________________________________________________________________
6314[ 18804] By: jhi on 2003/03/02 16:22:35
6315 Log: Integrate:
6316 [ 18784]
6317 An already fixed bug from perl-unicode.
6318
6319 [ 18785]
6320 Subject: Re: [PATCH] Re: format, PerlIO and utf8
6321 From: Inaba Hiroto <inaba@st.rim.or.jp>
6322 Date: Mon, 10 Feb 2003 00:04:51 +0900
6323 Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
6324
6325 [ 18794]
6326 Further Unicode formats patching from Inaba Hiroto.
6327
6328 [ 18797]
6329 Patch for [perl #9402], known also as "glibc _moddi3 bug
6330 with negative quads", or also as RedHat bug #65612.
6331
6332 [ 18798]
6333 Go with "right = -right" for greater portability, some platforms
6334 might require llabs() to get abs() of long longs.
6335
6336 [ 18799]
6337 The -CI cannot be easily tested under UTF-8 locale with
6338 the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
6339 Also other small tweaks in the -C neighbourhood.
6340
6341 [ 18801]
6342 Update all copyrights to 2003, from Jarkko
6343
6344 [ 18802]
6345 Narrow down the -C test skippage.
6346
6347 [ 18803]
6348 Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)
6349 From: "Anders Johnson" <ajohnson@wischip.com>
6350 Date: Mon, 10 Feb 2003 14:09:46 -0800
6351 Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
6352 Branch: maint-5.8/perl
6353 +> t/uni/write.t
6354 !> (integrate 101 files)
6355____________________________________________________________________________
6356[ 18803] By: hv on 2003/03/02 16:12:34
6357 Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)
6358 From: "Anders Johnson" <ajohnson@wischip.com>
6359 Date: Mon, 10 Feb 2003 14:09:46 -0800
6360 Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
6361 Branch: perl
6362 ! mg.c t/op/magic.t
6363____________________________________________________________________________
6364[ 18802] By: jhi on 2003/03/02 15:39:06
6365 Log: Narrow down the -C test skippage.
6366 Branch: perl
6367 ! t/run/switchC.t
6368____________________________________________________________________________
6369[ 18801] By: hv on 2003/03/02 15:24:22
6370 Log: Update all copyrights to 2003, from Jarkko
6371 Branch: perl
6372 ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
6373 ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
6374 ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
6375 ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
6376 ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
6377 ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
6378 ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
6379 ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
6380 ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
6381 ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
6382 ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
6383 ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
6384 ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
6385 ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
6386 ! x2p/util.h x2p/walk.c xsutils.c
6387____________________________________________________________________________
6388[ 18800] By: hv on 2003/03/02 15:16:38
6389 Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
6390 From: Richard.Foley@ubsw.com
6391 Date: Wed, 19 Feb 2003 13:24:38 +0100
6392 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
6393 Branch: perl
6394 ! lib/perl5db.pl
6395____________________________________________________________________________
6396[ 18799] By: jhi on 2003/03/02 13:34:13
6397 Log: The -CI cannot be easily tested under UTF-8 locale with
6398 the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
6399 Also other small tweaks in the -C neighbourhood.
6400 Branch: perl
6401 ! perl.c perl.h t/run/switchC.t util.c
6402____________________________________________________________________________
6403[ 18798] By: jhi on 2003/03/02 09:12:06
6404 Log: Go with "right = -right" for greater portability, some platforms
6405 might require llabs() to get abs() of long longs.
6406 Branch: perl
6407 ! pp.c
6408____________________________________________________________________________
6409[ 18797] By: jhi on 2003/03/02 08:07:32
6410 Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
6411 with negative quads", or also as RedHat bug #65612.
6412 Branch: perl
6413 ! pp.c
6414____________________________________________________________________________
6415[ 18796] By: jhi on 2003/03/02 07:34:54
6416 Log: Forgotten from change #18795.
6417 Branch: perl
6418 ! global.sym
6419____________________________________________________________________________
6420[ 18795] By: jhi on 2003/03/02 07:27:44
6421 Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
6422 From: Abe Timmerman <abe@ztreet.demon.nl>
6423 Date: Sun, 2 Mar 2003 02:03:16 +0100
6424 Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
6425 Branch: perl
6426 ! embed.fnc embed.h makedef.pl
6427____________________________________________________________________________
6428[ 18794] By: jhi on 2003/03/02 07:21:36
6429 Log: Further Unicode formats patching from Inaba Hiroto.
6430 Branch: perl
6431 + t/uni/write.t
6432 ! MANIFEST pp_ctl.c
6433____________________________________________________________________________
6434[ 18793] By: jhi on 2003/03/01 08:18:35
6435 Log: Integrate change #18788 from maint.
6436 Branch: perl
6437 !> perl.h
6438____________________________________________________________________________
6439[ 18792] By: jhi on 2003/03/01 08:14:43
6440 Log: Subject: [PATCH] Get MSWin32 back compiling
6441 From: Abe Timmerman <abe@ztreet.demon.nl>
6442 Date: Sat, 1 Mar 2003 04:31:19 +0100
6443 Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
6444 Branch: perl
6445 ! embed.fnc embed.h global.sym makedef.pl
6446____________________________________________________________________________
6447[ 18791] By: jhi on 2003/02/28 20:05:43
6448 Log: More lexical patches merged by Dave Mitchell.
6449
6450 18048 PL_curpad == AvARRAY(PL_comppad) always
6451 18142 Re: threads and Win2000 (ithread cloning prob fix)
6452 18220 allow evals to see the full lexical scope
6453 18307 lexical "my" variables not visible in debugger "x" command
6454 18528 [PATCH pp_ctl.c] silence warning
6455 18223 SvFAKE lexicals in scope for all of the sub
6456 18302 Proper fix for CvOUTSIDE weak refcounting
6457 18571 Re: difference between my and our before introduction
6458 Branch: maint-5.8/perl
6459 ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
6460 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
6461 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/Devel/Peek/Peek.t
6462 ! ext/List/Util/Util.xs op.c pad.c pad.h perl.c pod/perlapi.pod
6463 ! pod/perlfunc.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
6464 ! scope.c scope.h sv.c sv.h t/comp/our.t t/op/closure.t
6465 ! t/op/eval.t toke.c
6466____________________________________________________________________________
6467[ 18790] By: jhi on 2003/02/28 06:34:27
6468 Log: The Great Pad Run of '02
6469
6470 18577 move pad.c warnings to different test file
6471 18516 microperl update. (reapplied those bits which ref pad.[ch])
6472 18311 [jhi@iki.fi: enums are not nums]
6473 18277 VMS build update (reapplied those bits which ref pad.[ch])
6474 18012 #18005 was not enough
6475 18006 Re: closure failures (interm fix for pad_new using SAVECOMMPAD())
6476 18005 Building bleadperl (minperl) fails completely under VC7
6477 17975 'Non ANSI feature detection
6478 17953 [PATCH pad.c,h] move all pad-related code to its own src file
6479
6480 Again, from Dave Mitchell.
6481 Branch: maint-5.8/perl
6482 + pad.c pad.h t/lib/warnings/pad
6483 ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
6484 ! embed.fnc embed.h ext/B/B.xs ext/Devel/Peek/Peek.t op.c op.h
6485 ! perl.c perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
6486 ! proto.h scope.c sv.c t/lib/warnings/op toke.c
6487 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6488____________________________________________________________________________
6489[ 18789] By: jhi on 2003/02/28 06:10:38
6490 Log: )
6491
6492 17843 (fix for 17718) [PATCH deb.c] Re: HiRes failure is success?
6493 17723 (fix for 17718) deb.c compile time error
6494 17718 add verbose stack display option, -Dvs
6495
6496 Combined patch from Dave Mitchell.
6497 Branch: maint-5.8/perl
6498 ! deb.c dump.c embed.fnc embed.h embedvar.h perl.c perl.h
6499 ! proto.h
6500____________________________________________________________________________
6501[ 18788] By: jhi on 2003/02/28 06:03:25
6502 Log: Subject: Re: MSWin32 seems lost again (18785)
6503 From: Enache Adrian <enache@rdslink.ro>
6504 Date: Fri, 28 Feb 2003 03:34:36 +0200
6505 Message-ID: <20030228013436.GA906@ratsnest.hole>
6506 Branch: maint-5.8/perl
6507 ! perl.h
6508____________________________________________________________________________
6509[ 18787] By: jhi on 2003/02/27 18:24:32
6510 Log: Wrong zero.
6511 Branch: maint-5.8/perl
6512 ! patchlevel.h
6513____________________________________________________________________________
6514[ 18786] By: jhi on 2003/02/27 15:36:40
6515 Log: I got bored by the uni/tr_utf8.t failing unnecessarily.
6516 Branch: maint-5.8/perl
6517 ! patchlevel.h
6518____________________________________________________________________________
6519[ 18785] By: jhi on 2003/02/26 20:38:55
6520 Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
6521 From: Inaba Hiroto <inaba@st.rim.or.jp>
6522 Date: Mon, 10 Feb 2003 00:04:51 +0900
6523 Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
6524 Branch: perl
6525 ! pp_ctl.c toke.c
6526____________________________________________________________________________
6527[ 18784] By: jhi on 2003/02/26 19:45:53
6528 Log: An already fixed bug from perl-unicode.
6529 Branch: perl
6530 ! t/op/pat.t
6531____________________________________________________________________________
6532[ 18783] By: jhi on 2003/02/26 19:39:59
6533 Log: Integrate:
6534 [ 18746]
6535 Subject: Re: -Os for Darwin why?
6536 From: schwern@pobox.com
6537 Date: tis feb 18, 2003 20:37:39 Europe/Stockholm
6538 Message-Id: <20030218113739.D25848@ttul.org>
6539
6540 [ 18748]
6541 Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
6542 From: Dave Mitchell <davem@fdgroup.com>
6543 Date: Tue, 18 Feb 2003 21:45:45 +0000
6544 Message-ID: <20030218214545.C18547@fdgroup.com>
6545
6546 and tests for the same:
6547 From: Dave Mitchell <davem@fdgroup.com>
6548 Date: Wed, 19 Feb 2003 00:42:01 +0000
6549 Message-ID: <20030219004201.F18547@fdgroup.com>
6550
6551 [ 18753]
6552 Subject: Re: [perl #20716] scope error with brackets
6553 From: Enache Adrian <enache@rdslink.ro>
6554 Date: Thu, 13 Feb 2003 04:52:21 +0200
6555 Message-ID: <20030213025221.GA1215@ratsnest.hole>
6556 (better version of change #18687)
6557
6558 [ 18754]
6559 Document clearly that "_" is always in package "main".
6560
6561 [ 18755]
6562 Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
6563 From: Brendan O'Dea <bod@debian.org>
6564 Date: Sun, 16 Feb 2003 21:09:23 +1100
6565 Message-ID: <20030216100923.GA29761@londo.c47.org>
6566
6567 [ 18756]
6568 Doc tweakage on -C.
6569
6570 [ 18757]
6571 Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
6572 From: PPrymmer@factset.com
6573 Date: Wed, 19 Feb 2003 15:04:40 -0500
6574 Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
6575
6576 [ 18758]
6577 Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
6578 From: PPrymmer@factset.com
6579 Date: Thu, 20 Feb 2003 13:28:09 -0500
6580 Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
6581
6582 [ 18759]
6583 Change regex to be a bit more friendly against various
6584 outputs from ps -f, regex suggest by rgs
6585
6586 [ 18760]
6587 API doc tweaks.
6588
6589 [ 18761]
6590 Chip noticed that the intended optionality of the 'IV' was
6591 forgotten in the change #18758.
6592
6593 [ 18762]
6594 Remove no-longer-true line from perlop
6595
6596 [ 18763]
6597 Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
6598
6599 [ 18764]
6600 Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
6601 "scalar upgraded to UTF-8 as a side effect of quote-interpolation
6602 when 'use encoding' is engaged"-- wasn't actually encoding's fault.
6603
6604 [ 18766]
6605 PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
6606
6607 [ 18767]
6608 In Porting scripts, use standard perl path of "/usr/bin/perl".
6609
6610 [ 18768]
6611 Include p4d2p in Porting again, because p4genpatch doesn't work
6612 until a change has been submitted.
6613
6614 [ 18770]
6615 A new try at #18765 (for [perl #20920]).
6616
6617 [ 18771]
6618 Cleanup #18770 as suggested by Rafael.
6619
6620 [ 18772]
6621 Subject: [perl@18752] warnings from CGI tests under cygwin
6622 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6623 Date: Wed, 19 Feb 2003 13:37:39 -0800
6624 Message-ID: <jk/U+gzkg2DE092yn@efn.org>
6625
6626 [ 18773]
6627 Subject: [Encode] 1.88 Released
6628 From: Dan Kogai <dankogai@dan.co.jp>
6629 Date: Thu, 20 Feb 2003 23:49:55 +0900
6630 Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
6631
6632 [ 18774]
6633 Subject: Re: [perl #21321] local ${"FOO"} does not work
6634 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6635 Date: Sun, 23 Feb 2003 00:03:27 +0100
6636 Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
6637
6638 [ 18775]
6639 Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
6640 From: Enache Adrian <enache@rdslink.ro>
6641 Date: Fri, 21 Feb 2003 17:49:41 +0200
6642 Message-ID: <20030221154941.GA793@ratsnest.hole>
6643
6644 [ 18776]
6645 Subject: [perl #20682] [fix] @- array not visible in s///
6646 From: Enache Adrian <enache@rdslink.ro>
6647 Date: Fri, 21 Feb 2003 17:50:14 +0200
6648 Message-ID: <20030221155014.GB793@ratsnest.hole>
6649
6650 [ 18777]
6651 More variables for change #18776.
6652
6653 [ 18778]
6654 Add missing file from change #18774.
6655
6656 [ 18779]
6657 Add tests for the -C switch. Depending on the
6658 CLIs some $^O dance may be needed.
6659
6660 [ 18780]
6661 Two typos found by Philip Newton <pnewton@gmx.de>
6662
6663 [ 18781]
6664 regen headers
6665
6666 [ 18782]
6667 Subject: Re: [perl #20683] [fix] Better Patch
6668 From: Enache Adrian <enache@rdslink.ro>
6669 Date: Sun, 23 Feb 2003 20:16:39 +0200
6670 Message-ID: <20030223181639.GA18713@ratsnest.hole>
6671 Branch: maint-5.8/perl
6672 +> Porting/p4d2p t/op/localref.t t/run/switchC.t
6673 !> (integrate 61 files)
6674____________________________________________________________________________
6675[ 18782] By: hv on 2003/02/26 01:36:49
6676 Log: Subject: Re: [perl #20683] [fix] Better Patch
6677 From: Enache Adrian <enache@rdslink.ro>
6678 Date: Sun, 23 Feb 2003 20:16:39 +0200
6679 Message-ID: <20030223181639.GA18713@ratsnest.hole>
6680 Branch: perl
6681 ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
6682 ! regexec.c sv.c t/op/pat.t
6683____________________________________________________________________________
6684[ 18781] By: hv on 2003/02/26 01:11:14
6685 Log: regen headers
6686 Branch: perl
6687 ! perlapi.h pod/perlapi.pod
6688____________________________________________________________________________
6689[ 18780] By: hv on 2003/02/26 00:25:32
6690 Log: Two typos found by Philip Newton <pnewton@gmx.de>
6691 Branch: perl
6692 ! configpm ext/DB_File/DB_File.pm
6693____________________________________________________________________________
6694[ 18779] By: jhi on 2003/02/25 18:20:01
6695 Log: Add tests for the -C switch. Depending on the
6696 CLIs some $^O dance may be needed.
6697 Branch: perl
6698 + t/run/switchC.t
6699 ! MANIFEST
6700____________________________________________________________________________
6701[ 18778] By: hv on 2003/02/25 15:24:17
6702 Log: Add missing file from change #18774.
6703 Branch: perl
6704 + t/op/localref.t
6705____________________________________________________________________________
6706[ 18777] By: hv on 2003/02/25 14:07:59
6707 Log: More variables for change #18776.
6708 Branch: perl
6709 ! op.c
6710____________________________________________________________________________
6711[ 18776] By: hv on 2003/02/25 14:04:03
6712 Log: Subject: [perl #20682] [fix] @- array not visible in s///
6713 From: Enache Adrian <enache@rdslink.ro>
6714 Date: Fri, 21 Feb 2003 17:50:14 +0200
6715 Message-ID: <20030221155014.GB793@ratsnest.hole>
6716 Branch: perl
6717 ! op.c t/op/subst.t
6718____________________________________________________________________________
6719[ 18775] By: hv on 2003/02/25 13:53:11
6720 Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
6721 From: Enache Adrian <enache@rdslink.ro>
6722 Date: Fri, 21 Feb 2003 17:49:41 +0200
6723 Message-ID: <20030221154941.GA793@ratsnest.hole>
6724 Branch: perl
6725 ! pp_ctl.c t/op/subst.t
6726____________________________________________________________________________
6727[ 18774] By: hv on 2003/02/25 13:21:19
6728 Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
6729 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6730 Date: Sun, 23 Feb 2003 00:03:27 +0100
6731 Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
6732 Branch: perl
6733 ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
6734____________________________________________________________________________
6735[ 18773] By: hv on 2003/02/25 12:45:01
6736 Log: Subject: [Encode] 1.88 Released
6737 From: Dan Kogai <dankogai@dan.co.jp>
6738 Date: Thu, 20 Feb 2003 23:49:55 +0900
6739 Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
6740 Branch: perl
6741 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6742 ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
6743 ! ext/Encode/lib/Encode/CJKConstants.pm
6744 ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
6745 ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
6746____________________________________________________________________________
6747[ 18772] By: merijn on 2003/02/25 12:12:14
6748 Log: Subject: [perl@18752] warnings from CGI tests under cygwin
6749 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
6750 Date: Wed, 19 Feb 2003 13:37:39 -0800
6751 Message-ID: <jk/U+gzkg2DE092yn@efn.org>
6752 Branch: perl
6753 ! lib/CGI.pm
6754____________________________________________________________________________
6755[ 18771] By: jhi on 2003/02/25 07:46:53
6756 Log: Cleanup #18770 as suggested by Rafael.
6757 Branch: perl
6758 ! mg.c perl.h
6759____________________________________________________________________________
6760[ 18770] By: jhi on 2003/02/25 06:01:09
6761 Log: A new try at #18765 (for [perl #20920]).
6762 Branch: perl
6763 ! mg.c
6764____________________________________________________________________________
6765[ 18769] By: jhi on 2003/02/25 05:33:10
6766 Log: Retract change #18765: makes HiRes.t hang after subtest #11.
6767 Branch: perl
6768 ! mg.c
6769____________________________________________________________________________
6770[ 18768] By: chip on 2003/02/24 21:42:57
6771 Log: Include p4d2p in Porting again, because p4genpatch doesn't work
6772 until a change has been submitted.
6773 Branch: perl
6774 + Porting/p4d2p
6775 ! MANIFEST
6776____________________________________________________________________________
6777[ 18767] By: chip on 2003/02/24 21:35:56
6778 Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
6779 Branch: perl
6780 ! Porting/check83.pl Porting/findvars Porting/fixCORE
6781 ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
6782____________________________________________________________________________
6783[ 18766] By: jhi on 2003/02/24 20:04:36
6784 Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
6785 Branch: perl
6786 ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
6787 ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
6788____________________________________________________________________________
6789[ 18765] By: jhi on 2003/02/24 19:56:23
6790 Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
6791 From: Slaven Rezic <slaven@rezic.de>
6792 Date: 14 Feb 2003 09:11:15 +0100
6793 Message-ID: <878ywji8nw.fsf@vran.herceg.de>
6794
6795 (with slight tweaks)
6796 Branch: perl
6797 ! mg.c
6798____________________________________________________________________________
6799[ 18764] By: jhi on 2003/02/24 18:44:41
6800 Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
6801 "scalar upgraded to UTF-8 as a side effect of quote-interpolation
6802 when 'use encoding' is engaged"-- wasn't actually encoding's fault.
6803 Branch: perl
6804 ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
6805____________________________________________________________________________
6806[ 18763] By: chip on 2003/02/24 14:54:36
6807 Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
6808 Branch: perl
6809 ! op.c win32/perlhost.h
6810____________________________________________________________________________
6811[ 18762] By: hv on 2003/02/24 00:18:42
6812 Log: Remove no-longer-true line from perlop
6813 Branch: perl
6814 ! pod/perlop.pod
6815____________________________________________________________________________
6816[ 18761] By: jhi on 2003/02/23 12:07:53
6817 Log: Chip noticed that the intended optionality of the 'IV' was
6818 forgotten in the change #18758.
6819 Branch: perl
6820 ! ext/Devel/Peek/Peek.t
6821____________________________________________________________________________
6822[ 18760] By: jhi on 2003/02/22 19:17:04
6823 Log: API doc tweaks.
6824 Branch: perl
6825 ! utf8.c
6826____________________________________________________________________________
6827[ 18759] By: sky on 2003/02/21 09:08:30
6828 Log: Change regex to be a bit more friendly against various
6829 outputs from ps -f, regex suggest by rgs
6830 Branch: perl
6831 ! ext/threads/t/join.t
6832____________________________________________________________________________
6833[ 18758] By: jhi on 2003/02/20 17:28:44
6834 Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
6835 From: PPrymmer@factset.com
6836 Date: Thu, 20 Feb 2003 13:28:09 -0500
6837 Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
6838 Branch: perl
6839 ! ext/Devel/Peek/Peek.t
6840____________________________________________________________________________
6841[ 18757] By: jhi on 2003/02/20 17:27:17
6842 Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
6843 From: PPrymmer@factset.com
6844 Date: Wed, 19 Feb 2003 15:04:40 -0500
6845 Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
6846 Branch: perl
6847 ! README.vms configure.com
6848____________________________________________________________________________
6849[ 18756] By: jhi on 2003/02/20 06:16:05
6850 Log: Doc tweakage on -C.
6851 Branch: perl
6852 ! pod/perlrun.pod
6853____________________________________________________________________________
6854[ 18755] By: rgs on 2003/02/19 21:31:43
6855 Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
6856 From: Brendan O'Dea <bod@debian.org>
6857 Date: Sun, 16 Feb 2003 21:09:23 +1100
6858 Message-ID: <20030216100923.GA29761@londo.c47.org>
6859 Branch: perl
6860 ! pod/perlcompile.pod
6861____________________________________________________________________________
6862[ 18754] By: rgs on 2003/02/19 21:14:37
6863 Log: Document clearly that "_" is always in package "main".
6864 Branch: perl
6865 ! pod/perlvar.pod
6866____________________________________________________________________________
6867[ 18753] By: rgs on 2003/02/19 20:55:09
6868 Log: Subject: Re: [perl #20716] scope error with brackets
6869 From: Enache Adrian <enache@rdslink.ro>
6870 Date: Thu, 13 Feb 2003 04:52:21 +0200
6871 Message-ID: <20030213025221.GA1215@ratsnest.hole>
6872 (better version of change #18687)
6873 Branch: perl
6874 ! t/comp/parser.t toke.c
6875____________________________________________________________________________
6876[ 18752] By: jhi on 2003/02/19 05:10:26
6877 Log: 'A' is not 65 everywhere.
6878 Branch: perl
6879 ! t/op/pack.t
6880____________________________________________________________________________
6881[ 18751] By: chip on 2003/02/19 03:54:45
6882 Log: Support one-parameter unpack(), which unpacks $_.
6883 Branch: perl
6884 ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
6885____________________________________________________________________________
6886[ 18750] By: hv on 2003/02/19 00:53:03
6887 Log: more complex assertions activation:
6888 Subject: Re: Did the assertion patch/feature submission get overlooked?
6889 From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
6890 Date: Tue, 18 Feb 2003 19:24:13 +0000
6891 Message-ID: <3E52885D.5060903@yahoo.com>
6892 Branch: perl
6893 ! lib/assertions.pm lib/assertions/activate.pm
6894 ! t/comp/assertions.t
6895____________________________________________________________________________
6896[ 18749] By: hv on 2003/02/19 00:19:21
6897 Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
6898 From: andreas.koenig@anima.de (Andreas J. Koenig)
6899 Date: Tue, 18 Feb 2003 11:48:40 +0100
6900 Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
6901 Branch: perl
6902 ! patchlevel.h
6903____________________________________________________________________________
6904[ 18748] By: hv on 2003/02/19 00:00:41
6905 Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
6906 From: Dave Mitchell <davem@fdgroup.com>
6907 Date: Tue, 18 Feb 2003 21:45:45 +0000
6908 Message-ID: <20030218214545.C18547@fdgroup.com>
6909
6910 and tests for the same:
6911 From: Dave Mitchell <davem@fdgroup.com>
6912 Date: Wed, 19 Feb 2003 00:42:01 +0000
6913 Message-ID: <20030219004201.F18547@fdgroup.com>
6914 Branch: perl
6915 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
6916____________________________________________________________________________
6917[ 18747] By: hv on 2003/02/18 23:47:06
6918 Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
6919 problems on case-insensitive file systems. Rename it back to
6920 t/run/switch_A.t
6921 Branch: perl
6922 +> t/run/switch_A.t
6923 - t/run/switchA.t
6924 ! MANIFEST
6925____________________________________________________________________________
6926[ 18746] By: sky on 2003/02/18 21:31:37
6927 Log: Subject: Re: -Os for Darwin why?
6928 From: schwern@pobox.com
6929 Date: tis feb 18, 2003 20:37:39 Europe/Stockholm
6930 Message-Id: <20030218113739.D25848@ttul.org>
6931 Branch: perl
6932 ! hints/darwin.sh
6933____________________________________________________________________________
6934[ 18745] By: jhi on 2003/02/18 18:37:21
6935 Log: No pad.[hc] in maint.
6936 Branch: maint-5.8/perl
6937 ! Makefile.micro
6938____________________________________________________________________________
6939[ 18744] By: jhi on 2003/02/18 14:46:18
6940 Log: Integrate:
6941 [ 18280]
6942 Integrate from the maint-5.8/ branch :
6943 changes 18219, 18236, 18242-3, 18247-8,
6944 18253-5, 18257, 18273-6
6945
6946 [ 18740]
6947 Re: -Os for Darwin why?
6948 From: schwern@pobox.com
6949 Date: tis feb 18, 2003 04:14:03 Europe/Stockholm
6950 Message-Id: <20030217191403.A17553@ttul.org>
6951
6952 [ 18737]
6953 Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
6954 From: Stephen McCamant <smcc@mit.edu>
6955 Date: Mon, 17 Feb 2003 19:34:36 -0500
6956 Date: Mon, 17 Feb 2003 19:34:36 -0500
6957 Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
6958
6959 [ 18723]
6960 Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
6961 From: Enache Adrian <enache@rdslink.ro>
6962 Date: Sun, 16 Feb 2003 00:05:10 +0200
6963 Message-ID: <20030215220510.GB893@ratsnest.hole>
6964
6965 [ 18722]
6966 outdent else-if chain in scope()
6967
6968 [ 18721]
6969 Subject: [PATCH] arcane tainting bug in vms.c
6970 From: "Craig A. Berry" <craigberry@mac.com>
6971 Date: Sat, 15 Feb 2003 12:29:03 -0600
6972 Message-ID: <3E4E86EF.8090609@mac.com>
6973
6974 [ 18720]
6975 restrict PERL_PRESERVE_IVUV to things that should really give an
6976 integer, but extend to runtime. Based on:
6977 Subject: Re: [perl #20827] Unexpected scientific notation.
6978 From: hv@crypt.org
6979 Date: Wed, 12 Feb 2003 03:12:43 +0000
6980 Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
6981
6982 [ 18708]
6983 Subject: Re: [perl #20912] UTF8 related glitch + fix
6984 From: Enache Adrian <enache@rdslink.ro>
6985 Date: Sat, 15 Feb 2003 00:37:40 +0200
6986 Message-ID: <20030214223740.GA13575@ratsnest.hole>
6987
6988 [ 18707]
6989 Subject: [doc patch] ext/threads/shared/shared.pm
6990 From: Stas Bekman <stas@stason.org>
6991 Date: Fri, 14 Feb 2003 11:12:39 +1100
6992 Message-ID: <3E4C3477.7030306@stason.org>
6993
6994 [ 18706]
6995 Subject: Re: perlvar phrasing clarification for $^S
6996 From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
6997 Date: Fri, 14 Feb 2003 10:12:00 +1100
6998 Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
6999
7000 [ 18705]
7001 Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
7002 From: Dave Mitchell <davem@fdgroup.com>
7003 Date: Fri, 14 Feb 2003 22:48:27 +0000
7004 Message-ID: <20030214224827.B6783@fdgroup.com>
7005
7006 with tests:
7007 From: Slaven Rezic <slaven@rezic.de>
7008 Date: 14 Feb 2003 20:23:20 +0100
7009 Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
7010
7011 [ 18704]
7012 Subject: Re: overriding builtins quirk
7013 From: Jerrad Pierce <belg4mit@MIT.EDU>
7014 Date: Fri, 14 Feb 2003 09:28:13 -0500
7015 Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
7016
7017 [ 18703]
7018 Subject: Re: trying to fix #20154, #20357
7019 From: Enache Adrian <enache@rdslink.ro>
7020 Date: Sat, 8 Feb 2003 21:05:14 +0200
7021 Message-ID: <20030208190514.GA866@ratsnest.hole>
7022 (fixes #19061 as well)
7023 Branch: maint-5.8/perl
7024 !> ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
7025 !> ext/B/B/Terse.pm ext/B/t/terse.t ext/threads/shared/shared.pm
7026 !> hints/darwin.sh op.c pod/perlsub.pod pod/perlvar.pod pp.c
7027 !> pp_ctl.c t/op/goto.t t/op/lc.t t/op/split.t t/op/substr.t
7028 !> t/op/vec.t vms/vms.c
7029____________________________________________________________________________
7030[ 18743] By: jhi on 2003/02/18 14:12:11
7031 Log: Integrate:
7032 [ 18702]
7033 Update to Scalar-List-Utils 1.11
7034
7035 [ 18709]
7036 Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
7037 (problem noticed by Graham with List::Util).
7038
7039 [ 18710]
7040 Update the MD5 checksums.
7041
7042 [ 18711]
7043 Update MD5 Changes; update checksums.
7044
7045 [ 18712]
7046 Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
7047 even closer to each other. The dec_osf.pl is irrelevant
7048 for the current core but adding it makes for one less exception
7049 when integrating.
7050
7051 [ 18714]
7052 Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
7053
7054 [ 18718]
7055 As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
7056 which will disable the short forms of the Perl_ API, good for
7057 embedding stuff. (Kind of like the old NO_EMBED, but better.)
7058
7059 [ 18728]
7060 According to Sarathy it's better have the Ministry
7061 of Information to remove all memory of NO_EMBED.
7062 What NO_EMBED?
7063
7064 [ 18729]
7065 NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
7066
7067 [ 18734]
7068 Suppress empty #ifdef blocks in embed.pl
7069 Branch: maint-5.8/perl
7070 +> ext/Digest/MD5/hints/dec_osf.pl ext/List/Util/t/proto.t
7071 !> MANIFEST embed.h embed.pl ext/Data/Dumper/Dumper.xs
7072 !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7073 !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
7074 !> ext/Digest/MD5/t/files.t ext/List/Util/ChangeLog
7075 !> ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
7076 !> ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
7077 !> ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
7078 !> pod/perlembed.pod
7079____________________________________________________________________________
7080[ 18742] By: jhi on 2003/02/18 14:05:05
7081 Log: Integrate:
7082 [ 18715]
7083 The new(er) way of controlling Unicode I/O (and other) features;
7084 -C (or PERL_UNICODE). See perlrun/-C for more details.
7085
7086 [ 18716]
7087 Forgotten from #18715.
7088
7089 [ 18717]
7090 Clarify the -C syntax a bit.
7091
7092 [ 18730]
7093 Make also the -CAL conditional on locale.
7094
7095 [ 18731]
7096 Doc tweaks (and one code tweak) based on Philip Newton's comments.
7097
7098 [ 18732]
7099 Philip Newton has eagle eyes :-)
7100
7101 [ 18741]
7102 Format nit.
7103 Branch: maint-5.8/perl
7104 !> embed.fnc embed.h embedvar.h gv.c intrpvar.h locale.c mg.c
7105 !> perl.c perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
7106 !> pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
7107 !> proto.h util.c
7108____________________________________________________________________________
7109[ 18741] By: jhi on 2003/02/18 14:01:34
7110 Log: Format nit.
7111 Branch: perl
7112 ! util.c
7113____________________________________________________________________________
7114[ 18740] By: sky on 2003/02/18 06:33:57
7115 Log: Re: -Os for Darwin why?
7116 From: schwern@pobox.com
7117 Date: tis feb 18, 2003 04:14:03 Europe/Stockholm
7118 Message-Id: <20030217191403.A17553@ttul.org>
7119 Branch: perl
7120 ! hints/darwin.sh
7121____________________________________________________________________________
7122[ 18739] By: hv on 2003/02/18 01:04:01
7123 Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
7124 From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
7125 Date: Mon, 17 Feb 2003 23:38:05 +0000
7126 Message-ID: <3E51725D.5060303@yahoo.com>
7127 Branch: perl
7128 + t/comp/assertions.t t/run/switchA.t
7129 ! MANIFEST
7130____________________________________________________________________________
7131[ 18738] By: hv on 2003/02/18 00:51:24
7132 Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
7133 From: Nicholas Clark <nick@ccl4.org>
7134 Date: Mon, 17 Feb 2003 21:07:03 +0000
7135 Message-ID: <20030217210330.A8611@plum.flirble.org>
7136 Branch: perl
7137 ! sv.c
7138____________________________________________________________________________
7139[ 18737] By: hv on 2003/02/18 00:47:00
7140 Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
7141 From: Stephen McCamant <smcc@mit.edu>
7142 Date: Mon, 17 Feb 2003 19:34:36 -0500
7143 Date: Mon, 17 Feb 2003 19:34:36 -0500
7144 Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
7145 Branch: perl
7146 ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
7147 ! ext/B/B/Terse.pm ext/B/t/terse.t
7148____________________________________________________________________________
7149[ 18736] By: hv on 2003/02/17 09:33:47
7150 Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
7151 From: Nicholas Clark <nick@unfortu.net>
7152 Date: Sun, 16 Feb 2003 23:09:50 +0000
7153 Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
7154 Branch: perl
7155 ! sv.c
7156____________________________________________________________________________
7157[ 18735] By: hv on 2003/02/17 09:13:02
7158 Log: Use the escape E<ntilde> in source files rather than the actual char.
7159 Branch: perl
7160 ! lib/assertions.pm lib/assertions/activate.pm
7161____________________________________________________________________________
7162[ 18734] By: hv on 2003/02/17 09:06:44
7163 Log: Suppress empty #ifdef blocks in embed.pl
7164 Branch: perl
7165 ! embed.h embed.pl
7166____________________________________________________________________________
7167[ 18733] By: hv on 2003/02/17 08:51:53
7168 Log: fix typo in sv.c and regenerate perlapi.pod
7169 Branch: perl
7170 ! pod/perlapi.pod sv.c
7171____________________________________________________________________________
7172[ 18732] By: jhi on 2003/02/17 06:40:09
7173 Log: Philip Newton has eagle eyes :-)
7174 Branch: perl
7175 ! pod/perlrun.pod
7176____________________________________________________________________________
7177[ 18731] By: jhi on 2003/02/17 05:31:18
7178 Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
7179 Branch: perl
7180 ! locale.c pod/perlrun.pod pod/perlunicode.pod
7181 ! pod/perluniintro.pod pod/perlvar.pod util.c
7182____________________________________________________________________________
7183[ 18730] By: jhi on 2003/02/17 04:44:53
7184 Log: Make also the -CAL conditional on locale.
7185 Branch: perl
7186 ! perl.c pod/perlrun.pod
7187____________________________________________________________________________
7188[ 18729] By: jhi on 2003/02/16 18:33:05
7189 Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
7190 Branch: perl
7191 ! embed.h embed.pl pod/perlembed.pod
7192____________________________________________________________________________
7193[ 18728] By: jhi on 2003/02/16 18:20:04
7194 Log: According to Sarathy it's better have the Ministry
7195 of Information to remove all memory of NO_EMBED.
7196 What NO_EMBED?
7197 Branch: perl
7198 ! embed.h embed.pl
7199____________________________________________________________________________
7200[ 18727] By: hv on 2003/02/16 13:55:10
7201 Log: add support for assertions. Updated form of:
7202 Subject: Re: Did the assertion patch/feature submission get overlooked?
7203 From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
7204 Date: Sat, 30 Nov 2002 17:24:09 +0000
7205 Message-ID: <3DE8F439.50402@yahoo.com>
7206 Branch: perl
7207 + lib/assertions.pm lib/assertions/activate.pm
7208 ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
7209 ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
7210 ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
7211____________________________________________________________________________
7212[ 18726] By: hv on 2003/02/16 13:10:32
7213 Log: COW regexps:
7214 Subject: [PATCH] Copy on write for $& and $1...
7215 From: Nicholas Clark <nick@unfortu.net>
7216 Date: Sun, 9 Feb 2003 23:00:09 +0000
7217 Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
7218 Branch: perl
7219 ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
7220 ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
7221____________________________________________________________________________
7222[ 18725] By: hv on 2003/02/16 13:08:52
7223 Log: inline SvREFCNT_dec:
7224 Subject: [PATCH] Copy on write for $& and $1...
7225 From: Nicholas Clark <nick@unfortu.net>
7226 Date: Sun, 9 Feb 2003 23:00:09 +0000
7227 Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
7228 Branch: perl
7229 ! embed.fnc embed.h proto.h sv.c sv.h
7230____________________________________________________________________________
7231[ 18723] By: hv on 2003/02/16 11:12:58
7232 Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
7233 From: Enache Adrian <enache@rdslink.ro>
7234 Date: Sun, 16 Feb 2003 00:05:10 +0200
7235 Message-ID: <20030215220510.GB893@ratsnest.hole>
7236 Branch: perl
7237 ! op.c
7238____________________________________________________________________________
7239[ 18722] By: hv on 2003/02/16 11:08:06
7240 Log: outdent else-if chain in scope()
7241 Branch: perl
7242 ! op.c
7243____________________________________________________________________________
7244[ 18721] By: hv on 2003/02/16 11:00:47
7245 Log: Subject: [PATCH] arcane tainting bug in vms.c
7246 From: "Craig A. Berry" <craigberry@mac.com>
7247 Date: Sat, 15 Feb 2003 12:29:03 -0600
7248 Message-ID: <3E4E86EF.8090609@mac.com>
7249 Branch: perl
7250 ! vms/vms.c
7251____________________________________________________________________________
7252[ 18720] By: hv on 2003/02/16 10:54:58
7253 Log: restrict PERL_PRESERVE_IVUV to things that should really give an
7254 integer, but extend to runtime. Based on:
7255 Subject: Re: [perl #20827] Unexpected scientific notation.
7256 From: hv@crypt.org
7257 Date: Wed, 12 Feb 2003 03:12:43 +0000
7258 Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
7259 Branch: perl
7260 ! op.c pp.c
7261____________________________________________________________________________
7262[ 18719] By: nick on 2003/02/16 10:40:30
7263 Log: Integrate mainline (Works again)
7264 Branch: perlio
7265 !> embed.fnc embed.h embedvar.h ext/Storable/Storable.xs gv.c
7266 !> intrpvar.h locale.c mg.c perl.c perl.h perlapi.h
7267 !> pod/perldiag.pod pod/perlrun.pod pod/perlunicode.pod
7268 !> pod/perluniintro.pod pod/perlvar.pod proto.h util.c
7269____________________________________________________________________________
7270[ 18718] By: jhi on 2003/02/16 09:47:02
7271 Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
7272 which will disable the short forms of the Perl_ API, good for
7273 embedding stuff. (Kind of like the old NO_EMBED, but better.)
7274 Branch: perl
7275 ! embed.h embed.pl pod/perlembed.pod
7276____________________________________________________________________________
7277[ 18717] By: jhi on 2003/02/16 09:44:57
7278 Log: Clarify the -C syntax a bit.
7279 Branch: perl
7280 ! pod/perlrun.pod
7281____________________________________________________________________________
7282[ 18716] By: jhi on 2003/02/16 08:29:54
7283 Log: Forgotten from #18715.
7284 Branch: perl
7285 ! embed.h proto.h
7286____________________________________________________________________________
7287[ 18715] By: jhi on 2003/02/15 21:19:37
7288 Log: The new(er) way of controlling Unicode I/O (and other) features;
7289 -C (or PERL_UNICODE). See perlrun/-C for more details.
7290 Branch: perl
7291 ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
7292 ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
7293 ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
7294 ! util.c
7295____________________________________________________________________________
7296[ 18714] By: jhi on 2003/02/15 12:31:25
7297 Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
7298 Branch: perl
7299 ! ext/Storable/Storable.xs
7300____________________________________________________________________________
7301[ 18713] By: nick on 2003/02/15 12:05:01
7302 Log: Integrate mainline (storable is dead)
7303 Branch: perlio
7304 +> ext/Digest/MD5/hints/dec_osf.pl ext/List/Util/t/lln.t
7305 +> ext/List/Util/t/proto.t lib/CPAN/README
7306 +> lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
7307 +> plan9/config_h.sample plan9/config_sh.sample utils/cpan
7308 !> (integrate 113 files)
7309____________________________________________________________________________
7310[ 18712] By: jhi on 2003/02/15 08:39:38
7311 Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
7312 even closer to each other. The dec_osf.pl is irrelevant
7313 for the current core but adding it makes for one less exception
7314 when integrating.
7315 Branch: perl
7316 + ext/Digest/MD5/hints/dec_osf.pl
7317 ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
7318 ! ext/Digest/MD5/t/files.t
7319____________________________________________________________________________
7320[ 18711] By: jhi on 2003/02/15 08:32:04
7321 Log: Update MD5 Changes; update checksums.
7322 Branch: perl
7323 ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
7324____________________________________________________________________________
7325[ 18710] By: jhi on 2003/02/15 08:19:20
7326 Log: Update the MD5 checksums.
7327 Branch: perl
7328 ! ext/Digest/MD5/t/files.t
7329____________________________________________________________________________
7330[ 18709] By: jhi on 2003/02/15 08:16:26
7331 Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
7332 (problem noticed by Graham with List::Util).
7333 Branch: perl
7334 ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
7335 ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
7336____________________________________________________________________________
7337[ 18708] By: jhi on 2003/02/15 07:31:17
7338 Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
7339 From: Enache Adrian <enache@rdslink.ro>
7340 Date: Sat, 15 Feb 2003 00:37:40 +0200
7341 Message-ID: <20030214223740.GA13575@ratsnest.hole>
7342 Branch: perl
7343 ! pp.c t/op/split.t
7344____________________________________________________________________________
7345[ 18707] By: hv on 2003/02/15 06:38:15
7346 Log: Subject: [doc patch] ext/threads/shared/shared.pm
7347 From: Stas Bekman <stas@stason.org>
7348 Date: Fri, 14 Feb 2003 11:12:39 +1100
7349 Message-ID: <3E4C3477.7030306@stason.org>
7350 Branch: perl
7351 ! ext/threads/shared/shared.pm
7352____________________________________________________________________________
7353[ 18706] By: hv on 2003/02/15 06:32:35
7354 Log: Subject: Re: perlvar phrasing clarification for $^S
7355 From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
7356 Date: Fri, 14 Feb 2003 10:12:00 +1100
7357 Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
7358 Branch: perl
7359 ! pod/perlvar.pod
7360____________________________________________________________________________
7361[ 18705] By: hv on 2003/02/15 06:27:07
7362 Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
7363 From: Dave Mitchell <davem@fdgroup.com>
7364 Date: Fri, 14 Feb 2003 22:48:27 +0000
7365 Message-ID: <20030214224827.B6783@fdgroup.com>
7366
7367 with tests:
7368 From: Slaven Rezic <slaven@rezic.de>
7369 Date: 14 Feb 2003 20:23:20 +0100
7370 Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
7371 Branch: perl
7372 ! pp.c t/op/substr.t t/op/vec.t
7373____________________________________________________________________________
7374[ 18704] By: hv on 2003/02/15 06:17:06
7375 Log: Subject: Re: overriding builtins quirk
7376 From: Jerrad Pierce <belg4mit@MIT.EDU>
7377 Date: Fri, 14 Feb 2003 09:28:13 -0500
7378 Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
7379 Branch: perl
7380 ! pod/perlsub.pod
7381____________________________________________________________________________
7382[ 18703] By: rgs on 2003/02/14 22:23:56
7383 Log: Subject: Re: trying to fix #20154, #20357
7384 From: Enache Adrian <enache@rdslink.ro>
7385 Date: Sat, 8 Feb 2003 21:05:14 +0200
7386 Message-ID: <20030208190514.GA866@ratsnest.hole>
7387 (fixes #19061 as well)
7388 Branch: perl
7389 ! pp_ctl.c t/op/goto.t
7390____________________________________________________________________________
7391[ 18702] By: gbarr on 2003/02/14 19:26:23
7392 Log: Update to Scalar-List-Utils 1.11
7393 Branch: perl
7394 + ext/List/Util/t/proto.t
7395 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
7396 ! ext/List/Util/lib/List/Util.pm
7397 ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
7398____________________________________________________________________________
7399[ 18701] By: jhi on 2003/02/14 08:05:43
7400 Log: Somehow oddly these integration changes didn't
7401 make it to the change #18700.
7402 Branch: maint-5.8/perl
7403 !> ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
7404____________________________________________________________________________
7405[ 18700] By: jhi on 2003/02/13 14:55:54
7406 Log: Integrate:
7407 [ 18674]
7408 Signedness nits.
7409
7410 [ 18678]
7411 CPAN ChangeLog not needed, says Andreas.
7412
7413 [ 18682]
7414 Subject: [PATCH] version objects final(?) patch
7415 From: John Peacock <jpeacock@rowman.com>
7416 Date: Sun, 05 Jan 2003 21:28:41 -0500
7417 Message-ID: <3E18E9D9.2040908@rowman.com>
7418
7419 [ 18683]
7420 Subject: RE: perldebug.pod suggestion
7421 From: "Jay Hannah" <jhannah@omnihotels.com>
7422 Date: Fri, 24 Jan 2003 11:28:44 -0600
7423 Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
7424
7425 [ 18684]
7426 fix for C< use if qw/ 1 open :utf8 / > based on:
7427 Subject: [perl #20536] use if 1, open => ':utf8' fails
7428 From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
7429 Date: 24 Jan 2003 22:39:06 -0000
7430 Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
7431
7432 [ 18685]
7433 No, we don't really want the utility scripts.
7434
7435 [ 18686]
7436 Compile under threads and MacOSX. For some reason newSVpvf
7437 was not exapnded.
7438
7439 [ 18687]
7440 Subject: Re: [perl #20716] [FIX] scope error with brackets
7441 From: Enache Adrian <enache@rdslink.ro>
7442 Date: mon feb 10, 2003 18:48:58 Europe/Stockholm
7443 Message-id: <20030210174858.GA872@ratsnest.hole>
7444
7445 [ 18688]
7446 Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
7447 From: Enache Adrian <enache@rdslink.ro>
7448 Date: sun feb 9, 2003 21:10:25 Europe/Stockholm
7449 Message-Id: <20030209201025.GA1247@ratsnest.hole>
7450
7451 [ 18689]
7452 Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
7453 Now allows but ignores the 'l' modifier on floating point formats
7454 and adds a couple of tests.
7455
7456 [ 18690]
7457 fix comment in change #18689
7458
7459 [ 18691]
7460 Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
7461 From: Mark Mielke <mark@mark.mielke.cc>
7462 Date: Mon, 20 Jan 2003 19:56:13 -0500
7463 Message-ID: <20030121005613.GA31739@mark.mielke.cc>
7464
7465 [ 18692]
7466 Dueling patches.
7467
7468 [ 18694]
7469 Subject: [PATCH] More B::Concise fixes
7470 From: Stephen McCamant <smcc@mit.edu>
7471 Date: Sun, 9 Feb 2003 17:28:38 -0500
7472 Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
7473
7474 [ 18695]
7475 Subject: mini-[patch] perlrun "^$W" typo
7476 From: Iain Truskett <spoon@dellah.org>
7477 Date: Tue, 11 Feb 2003 08:38:52 +1100
7478 Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
7479
7480 [ 18696]
7481 Subject: [perl #20654] %*v02x considered invalid in printf
7482 From: Robin Barker (via RT) <perlbug-followup@perl.org>
7483 Date: 10 Feb 2003 16:43:23 -0000
7484 Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
7485
7486 [ 18698]
7487 Subject: perlbug (was: Re: [perl #20606] [no subject])
7488 From: Slaven Rezic <slaven@rezic.de>
7489 Date: 30 Jan 2003 19:03:41 +0100
7490 Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
7491
7492 [ 18697]
7493 Subject: [PATCH 5.9.0] to silence compiler warning
7494 From: Robin Barker <Robin.Barker@npl.co.uk>
7495 Date: Tue, 28 Jan 2003 13:27:17 -0000
7496 Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
7497
7498 [ 18699]
7499 gcc 3.2.1 does not have -Wall faith that tmp
7500 will not be used uninitialized.
7501
7502 (ignored some universal.c and util.c changes that were irrelevant
7503 for the maint branch code)
7504 Branch: maint-5.8/perl
7505 - lib/CPAN/ChangeLog
7506 !> MANIFEST doio.c ext/B/B/Concise.pm ext/MIME/Base64/Makefile.PL
7507 !> ext/PerlIO/encoding/encoding.pm lib/if.pm lib/if.t
7508 !> pod/perldebug.pod pod/perlrun.pod pp_ctl.c sv.c
7509 !> t/comp/parser.t t/op/sprintf.t toke.c universal.c
7510 !> utils/perlbug.PL x2p/Makefile.SH
7511____________________________________________________________________________
7512[ 18699] By: jhi on 2003/02/13 09:43:33
7513 Log: gcc 3.2.1 does not have -Wall faith that tmp
7514 will not be used uninitialized.
7515 Branch: perl
7516 ! toke.c
7517____________________________________________________________________________
7518[ 18698] By: hv on 2003/02/12 03:01:32
7519 Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
7520 From: Slaven Rezic <slaven@rezic.de>
7521 Date: 30 Jan 2003 19:03:41 +0100
7522 Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
7523 Branch: perl
7524 ! utils/perlbug.PL
7525____________________________________________________________________________
7526[ 18697] By: hv on 2003/02/12 02:20:39
7527 Log: Subject: [PATCH 5.9.0] to silence compiler warning
7528 From: Robin Barker <Robin.Barker@npl.co.uk>
7529 Date: Tue, 28 Jan 2003 13:27:17 -0000
7530 Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
7531 Branch: perl
7532 ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
7533 ! universal.c util.c
7534____________________________________________________________________________
7535[ 18696] By: rgs on 2003/02/11 20:13:21
7536 Log: Subject: [perl #20654] %*v02x considered invalid in printf
7537 From: Robin Barker (via RT) <perlbug-followup@perl.org>
7538 Date: 10 Feb 2003 16:43:23 -0000
7539 Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
7540 Branch: perl
7541 ! sv.c t/op/sprintf.t
7542____________________________________________________________________________
7543[ 18695] By: rgs on 2003/02/11 20:00:23
7544 Log: Subject: mini-[patch] perlrun "^$W" typo
7545 From: Iain Truskett <spoon@dellah.org>
7546 Date: Tue, 11 Feb 2003 08:38:52 +1100
7547 Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
7548 Branch: perl
7549 ! pod/perlrun.pod
7550____________________________________________________________________________
7551[ 18694] By: rgs on 2003/02/11 19:44:00
7552 Log: Subject: [PATCH] More B::Concise fixes
7553 From: Stephen McCamant <smcc@mit.edu>
7554 Date: Sun, 9 Feb 2003 17:28:38 -0500
7555 Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
7556 Branch: perl
7557 ! ext/B/B/Concise.pm
7558____________________________________________________________________________
7559[ 18693] By: merijn on 2003/02/11 08:14:29
7560 Log: More code cleanup.
7561
7562 Subject: Re: New SV Flag
7563 Date: Fri, 07 Feb 2003 09:57:43 +0100
7564 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7565 Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
7566 Branch: perl
7567 ! sv.c sv.h
7568____________________________________________________________________________
7569[ 18692] By: jhi on 2003/02/11 07:53:26
7570 Log: Dueling patches.
7571 Branch: perl
7572 - lib/CPAN/ChangeLog
7573 ! MANIFEST
7574____________________________________________________________________________
7575[ 18691] By: hv on 2003/02/11 00:27:56
7576 Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
7577 From: Mark Mielke <mark@mark.mielke.cc>
7578 Date: Mon, 20 Jan 2003 19:56:13 -0500
7579 Message-ID: <20030121005613.GA31739@mark.mielke.cc>
7580 Branch: perl
7581 ! sv.c
7582____________________________________________________________________________
7583[ 18690] By: hv on 2003/02/10 22:08:05
7584 Log: fix comment in change #18689
7585 Branch: perl
7586 ! sv.c
7587____________________________________________________________________________
7588[ 18689] By: hv on 2003/02/10 21:59:34
7589 Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
7590 Now allows but ignores the 'l' modifier on floating point formats
7591 and adds a couple of tests.
7592 Branch: perl
7593 ! sv.c t/op/sprintf.t
7594____________________________________________________________________________
7595[ 18688] By: sky on 2003/02/10 19:54:13
7596 Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
7597 From: Enache Adrian <enache@rdslink.ro>
7598 Date: sun feb 9, 2003 21:10:25 Europe/Stockholm
7599 Message-Id: <20030209201025.GA1247@ratsnest.hole>
7600 Branch: perl
7601 ! pp_ctl.c
7602____________________________________________________________________________
7603[ 18687] By: sky on 2003/02/10 18:13:29
7604 Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
7605 From: Enache Adrian <enache@rdslink.ro>
7606 Date: mon feb 10, 2003 18:48:58 Europe/Stockholm
7607 Message-id: <20030210174858.GA872@ratsnest.hole>
7608 Branch: perl
7609 ! t/comp/parser.t toke.c
7610____________________________________________________________________________
7611[ 18686] By: sky on 2003/02/10 18:11:35
7612 Log: Compile under threads and MacOSX. For some reason newSVpvf
7613 was not exapnded.
7614 Branch: perl
7615 ! universal.c
7616____________________________________________________________________________
7617[ 18685] By: ams on 2003/02/10 03:44:07
7618 Log: No, we don't really want the utility scripts.
7619 Branch: perl
7620 - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
7621 - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
7622 ! MANIFEST ext/MIME/Base64/Makefile.PL
7623____________________________________________________________________________
7624[ 18684] By: hv on 2003/02/10 01:43:12
7625 Log: fix for C< use if qw/ 1 open :utf8 / > based on:
7626 Subject: [perl #20536] use if 1, open => ':utf8' fails
7627 From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
7628 Date: 24 Jan 2003 22:39:06 -0000
7629 Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
7630 Branch: perl
7631 ! lib/if.pm lib/if.t
7632____________________________________________________________________________
7633[ 18683] By: hv on 2003/02/10 01:15:52
7634 Log: Subject: RE: perldebug.pod suggestion
7635 From: "Jay Hannah" <jhannah@omnihotels.com>
7636 Date: Fri, 24 Jan 2003 11:28:44 -0600
7637 Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
7638 Branch: perl
7639 ! pod/perldebug.pod
7640____________________________________________________________________________
7641[ 18682] By: hv on 2003/02/10 00:26:50
7642 Log: Subject: [PATCH] version objects final(?) patch
7643 From: John Peacock <jpeacock@rowman.com>
7644 Date: Sun, 05 Jan 2003 21:28:41 -0500
7645 Message-ID: <3E18E9D9.2040908@rowman.com>
7646 Branch: perl
7647 ! lib/version.pm lib/version.t universal.c util.c
7648____________________________________________________________________________
7649[ 18681] By: chip on 2003/02/09 17:45:06
7650 Log: Remove _h2ph_pre.ph when h2ph.t is complete.
7651 Branch: maint-5.005/perl
7652 ! t/lib/h2ph.t
7653____________________________________________________________________________
7654[ 18680] By: chip on 2003/02/09 17:39:33
7655 Log: Add CPAN ChangeLog to MANIFEST.
7656 Branch: perl
7657 ! MANIFEST
7658____________________________________________________________________________
7659[ 18679] By: chip on 2003/02/09 17:32:12
7660 Log: Doc change explaining usemymalloc='n'.
7661 Branch: maint-5.005/perl
7662 ! hints/linux.sh
7663____________________________________________________________________________
7664[ 18678] By: jhi on 2003/02/09 14:37:38
7665 Log: CPAN ChangeLog not needed, says Andreas.
7666 Branch: perl
7667 ! MANIFEST
7668____________________________________________________________________________
7669[ 18677] By: jhi on 2003/02/09 08:42:19
7670 Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
7671 From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
7672 Date: 8 Feb 2003 11:54:11 -0000
7673 Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
7674 Branch: perl
7675 ! ext/PerlIO/encoding/encoding.pm
7676____________________________________________________________________________
7677[ 18676] By: jhi on 2003/02/09 08:35:25
7678 Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
7679 From: Stas Bekman <stas@stason.org>
7680 Date: Sat, 08 Feb 2003 11:12:28 +1100
7681 Message-ID: <3E444B6C.5060407@stason.org>
7682 Branch: perl
7683 ! doio.c
7684____________________________________________________________________________
7685[ 18675] By: jhi on 2003/02/08 19:49:40
7686 Log: Possible cruft removal.
7687 Branch: perl
7688 ! x2p/Makefile.SH
7689____________________________________________________________________________
7690[ 18674] By: jhi on 2003/02/08 18:22:42
7691 Log: Signedness nits.
7692 Branch: perl
7693 ! toke.c
7694____________________________________________________________________________
7695[ 18673] By: jhi on 2003/02/08 17:38:33
7696 Log: Integrate:
7697 [ 18666]
7698 Patch from Richard Soderberg, cleanup the code a bit and comment
7699 why we are not using SvOOK_on.
7700
7701 [ 18667]
7702 Integrate:
7703 [ 18468]
7704 Subject: [PATCH] VMS perly build tweak
7705 From: "Craig A. Berry" <craigberry@mac.com>
7706 Date: Thu, 9 Jan 2003 14:44:40 -0600
7707 Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
7708
7709 [ 18668]
7710 sv_cat_recode() proto was missing, noticed by Craig Berry.
7711
7712 [ 18669]
7713 Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
7714 From: PPrymmer@factset.com
7715 Date: Wed, 5 Feb 2003 12:00:05 -0500
7716 Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
7717
7718 [ 18670]
7719 Subject: [PATCH] perluniintro nit
7720 From: Autrijus Tang <autrijus@autrijus.org>
7721 Date: Fri, 7 Feb 2003 00:02:49 +0800
7722 Message-ID: <20030206160249.GA12984@not.autrijus.org>
7723
7724 [ 18671]
7725 Upgrade to Net::Ping 2.28, from Rob Brown.
7726
7727 [ 18672]
7728 Upgrade to CPAN 1.64, from Andreas Koenig.
7729 Branch: maint-5.8/perl
7730 +> lib/CPAN/ChangeLog lib/CPAN/README lib/Net/Ping/t/190_alarm.t
7731 +> lib/Net/Ping/t/500_ping_icmp.t utils/cpan
7732 !> MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
7733 !> lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
7734 !> lib/Net/Ping.pm lib/Net/Ping/Changes lib/Net/Ping/README
7735 !> lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/400_ping_syn.t
7736 !> lib/Net/Ping/t/410_syn_host.t pod/perluniintro.pod proto.h
7737 !> sv.c t/pod/find.t utils.lst
7738____________________________________________________________________________
7739[ 18672] By: jhi on 2003/02/08 08:45:35
7740 Log: Upgrade to CPAN 1.64, from Andreas Koenig.
7741 Branch: perl
7742 + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
7743 ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
7744 ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
7745 ! utils.lst
7746____________________________________________________________________________
7747[ 18671] By: jhi on 2003/02/08 08:35:06
7748 Log: Upgrade to Net::Ping 2.28, from Rob Brown.
7749 Branch: perl
7750 + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
7751 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
7752 ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
7753 ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
7754____________________________________________________________________________
7755[ 18670] By: jhi on 2003/02/08 07:23:02
7756 Log: Subject: [PATCH] perluniintro nit
7757 From: Autrijus Tang <autrijus@autrijus.org>
7758 Date: Fri, 7 Feb 2003 00:02:49 +0800
7759 Message-ID: <20030206160249.GA12984@not.autrijus.org>
7760 Branch: perl
7761 ! pod/perluniintro.pod
7762____________________________________________________________________________
7763[ 18669] By: jhi on 2003/02/06 20:06:09
7764 Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
7765 From: PPrymmer@factset.com
7766 Date: Wed, 5 Feb 2003 12:00:05 -0500
7767 Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
7768 Branch: perl
7769 ! t/pod/find.t
7770____________________________________________________________________________
7771[ 18668] By: jhi on 2003/02/06 20:00:52
7772 Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
7773 Branch: perl
7774 ! proto.h
7775____________________________________________________________________________
7776[ 18667] By: jhi on 2003/02/06 19:58:41
7777 Log: Integrate:
7778 [ 18468]
7779 Subject: [PATCH] VMS perly build tweak
7780 From: "Craig A. Berry" <craigberry@mac.com>
7781 Date: Thu, 9 Jan 2003 14:44:40 -0600
7782 Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
7783 Branch: maint-5.8/perl
7784 !> vms/descrip_mms.template
7785____________________________________________________________________________
7786[ 18666] By: sky on 2003/02/06 09:39:24
7787 Log: Patch from Richard Soderberg, cleanup the code a bit and comment
7788 why we are not using SvOOK_on.
7789 Branch: perl
7790 ! sv.c
7791____________________________________________________________________________
7792[ 18665] By: jhi on 2003/02/06 09:34:12
7793 Log: Integrate:
7794 [ 18647]
7795 Subject: Re: [perl #20606] [PATCH} openbsd hints
7796 From: Abe Timmerman <abe@ztreet.demon.nl>
7797 Date: Sun, 2 Feb 2003 18:27:57 +0100
7798 Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
7799
7800 [ 18648]
7801 Fix bug #8760 : cop_line isn't properly restored
7802 when a module is loaded at runtime behind the scenes.
7803
7804 [ 18649]
7805 Document the environment variable PERL_UTF8_LOCALE in perlrun.
7806
7807 [ 18650]
7808 Force the C locale in makedepend, to prevent gcc from
7809 producing locale-dependent messages.
7810
7811 [ 18651]
7812 Signedness issue.
7813
7814 [ 18652]
7815 Comment tweak.
7816
7817 [ 18653]
7818 Fix "[perl #20667] unicode regex vs non-unicode regex".
7819 The PL_regdata was not set up (S_cache_re()) before it
7820 was needed (S_reginclass()). The test put in fresh_perl.t
7821 because we need a pristine state to start.
7822
7823 [ 18654]
7824 Sync with 1.10
7825
7826 [ 18655]
7827 Add the new test to MANIFEST.
7828
7829 [ 18656]
7830 Better version of change #18648, by Enache Adrian
7831 Message-ID: <20030204101533.GA11817@ratsnest.hole>
7832
7833 [ 18657]
7834 Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
7835 From: Stephen McCamant <smcc@mit.edu>
7836 Date: Mon, 3 Feb 2003 21:01:07 -0500
7837 Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
7838
7839 [ 18658]
7840 s/S_cache_re/cache_re/ for building with threads.
7841
7842 [ 18659]
7843 Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
7844 From: PPrymmer@factset.com
7845 Date: Tue, 4 Feb 2003 12:03:17 -0500
7846 Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
7847
7848 [ 18660]
7849 Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
7850 From: Inaba HIroto <inaba@st.rim.or.jp>
7851 Date: Sat, 01 Feb 2003 21:58:20 +0900
7852 Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
7853
7854 [ 18661]
7855 [perl #19767] has become fixed too (by changes #18653
7856 and #18658, methinks), adding the test(s).
7857
7858 [ 18662]
7859 Add the test of [perl #8760] (fixed by change #18656).
7860
7861 [ 18663]
7862 Upgrade to Encode 1.87.
7863
7864 [ 18664]
7865 Things forgotten from Encode 1.87.
7866 Branch: maint-5.8/perl
7867 +> ext/List/Util/t/lln.t
7868 !> (integrate 43 files)
7869____________________________________________________________________________
7870[ 18664] By: jhi on 2003/02/06 09:26:53
7871 Log: Things forgotten from Encode 1.87.
7872 Branch: perl
7873 ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
7874____________________________________________________________________________
7875[ 18663] By: jhi on 2003/02/06 04:03:31
7876 Log: Upgrade to Encode 1.87.
7877 Branch: perl
7878 ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
7879 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
7880 ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
7881 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
7882 ! ext/Encode/lib/Encode/CJKConstants.pm
7883 ! ext/Encode/lib/Encode/Encoder.pm
7884 ! ext/Encode/lib/Encode/Encoding.pm
7885 ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
7886 ! ext/Encode/t/enc_eucjp.t
7887____________________________________________________________________________
7888[ 18662] By: jhi on 2003/02/05 19:40:38
7889 Log: Add the test of [perl #8760] (fixed by change #18656).
7890 Branch: perl
7891 ! t/run/fresh_perl.t
7892____________________________________________________________________________
7893[ 18661] By: jhi on 2003/02/05 19:28:37
7894 Log: has become fixed too (by changes #18653
7895 and #18658, methinks), adding the test(s).
7896 Branch: perl
7897 ! t/op/pat.t
7898____________________________________________________________________________
7899[ 18660] By: jhi on 2003/02/05 17:15:35
7900 Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
7901 From: Inaba HIroto <inaba@st.rim.or.jp>
7902 Date: Sat, 01 Feb 2003 21:58:20 +0900
7903 Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
7904 Branch: perl
7905 ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
7906 ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
7907 ! ext/Encode/lib/Encode/Encoding.pm
7908 ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
7909 ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
7910____________________________________________________________________________
7911[ 18659] By: jhi on 2003/02/05 11:51:30
7912 Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
7913 From: PPrymmer@factset.com
7914 Date: Tue, 4 Feb 2003 12:03:17 -0500
7915 Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
7916 Branch: perl
7917 ! ext/PerlIO/via/via.xs
7918____________________________________________________________________________
7919[ 18658] By: jhi on 2003/02/05 05:45:11
7920 Log: s/S_cache_re/cache_re/ for building with threads.
7921 Branch: perl
7922 ! regexec.c
7923____________________________________________________________________________
7924[ 18657] By: rgs on 2003/02/04 20:06:19
7925 Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
7926 From: Stephen McCamant <smcc@mit.edu>
7927 Date: Mon, 3 Feb 2003 21:01:07 -0500
7928 Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
7929 Branch: perl
7930 ! ext/B/B/Concise.pm ext/B/t/concise.t
7931____________________________________________________________________________
7932[ 18656] By: rgs on 2003/02/04 20:02:56
7933 Log: Better version of change #18648, by Enache Adrian
7934 Message-ID: <20030204101533.GA11817@ratsnest.hole>
7935 Branch: perl
7936 ! op.c
7937____________________________________________________________________________
7938[ 18655] By: jhi on 2003/02/04 15:56:36
7939 Log: Add the new test to MANIFEST.
7940 Branch: perl
7941 ! MANIFEST
7942____________________________________________________________________________
7943[ 18654] By: gbarr on 2003/02/04 14:42:51
7944 Log: Sync with 1.10
7945 Branch: perl
7946 + ext/List/Util/t/lln.t
7947 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
7948 ! ext/List/Util/lib/List/Util.pm
7949 ! ext/List/Util/lib/Scalar/Util.pm
7950____________________________________________________________________________
7951[ 18653] By: jhi on 2003/02/04 11:04:25
7952 Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
7953 The PL_regdata was not set up (S_cache_re()) before it
7954 was needed (S_reginclass()). The test put in fresh_perl.t
7955 because we need a pristine state to start.
7956 Branch: perl
7957 ! regexec.c t/run/fresh_perl.t
7958____________________________________________________________________________
7959[ 18652] By: jhi on 2003/02/04 06:35:51
7960 Log: Comment tweak.
7961 Branch: perl
7962 ! t/op/pat.t
7963____________________________________________________________________________
7964[ 18651] By: jhi on 2003/02/04 06:28:53
7965 Log: Signedness issue.
7966 Branch: perl
7967 ! ext/MIME/Base64/Base64.xs
7968____________________________________________________________________________
7969[ 18650] By: rgs on 2003/02/03 22:02:44
7970 Log: Force the C locale in makedepend, to prevent gcc from
7971 producing locale-dependent messages.
7972 Branch: perl
7973 ! makedepend.SH
7974____________________________________________________________________________
7975[ 18649] By: rgs on 2003/02/03 22:00:21
7976 Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
7977 Branch: perl
7978 ! pod/perlrun.pod
7979____________________________________________________________________________
7980[ 18648] By: rgs on 2003/02/03 19:32:57
7981 Log: Fix bug #8760 : cop_line isn't properly restored
7982 when a module is loaded at runtime behind the scenes.
7983 Branch: perl
7984 ! op.c t/lib/warnings/perlio
7985____________________________________________________________________________
7986[ 18647] By: merijn on 2003/02/03 16:14:00
7987 Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
7988 From: Abe Timmerman <abe@ztreet.demon.nl>
7989 Date: Sun, 2 Feb 2003 18:27:57 +0100
7990 Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
7991 Branch: perl
7992 ! hints/openbsd.sh
7993____________________________________________________________________________
7994[ 18646] By: jhi on 2003/02/03 12:54:10
7995 Log: Integrate:
7996 [ 18640]
7997 Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
7998 threading issue. Should perhaps be a PVOP to save memory, but then
7999 we have nowhere to store the hash of the function!
8000
8001 [ 18641]
8002 In any case, never copy this but use the same SV since
8003 if we copy we loose the hash we so badly need.
8004 For op_const we might still need to copy however.
8005
8006 [ 18644]
8007 Duh, test -e ENOPORTABLE, I should've remembered that.
8008 (Made Solaris go boom.)
8009 Branch: maint-5.8/perl
8010 !> Configure dump.c op.c pp_hot.c
8011____________________________________________________________________________
8012[ 18645] By: jhi on 2003/02/03 12:42:15
8013 Log: metaconfig unit change for #18644.
8014 Branch: metaconfig
8015 ! U/modified/Head.U
8016____________________________________________________________________________
8017[ 18644] By: jhi on 2003/02/03 12:41:51
8018 Log: Duh, test -e ENOPORTABLE, I should've remembered that.
8019 (Made Solaris go boom.)
8020 Branch: perl
8021 ! Configure
8022____________________________________________________________________________
8023[ 18643] By: jhi on 2003/02/03 10:36:15
8024 Log: Detypo.
8025 Branch: perl
8026 ! cop.h
8027____________________________________________________________________________
8028[ 18642] By: ams on 2003/02/03 08:26:36
8029 Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
8030 utility scripts?)
8031 Branch: perl
8032 + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
8033 + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
8034 ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
8035 ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
8036 ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
8037 ! ext/MIME/Base64/t/quoted-print.t
8038____________________________________________________________________________
8039[ 18641] By: sky on 2003/02/02 23:46:24
8040 Log: In any case, never copy this but use the same SV since
8041 if we copy we loose the hash we so badly need.
8042 For op_const we might still need to copy however.
8043 Branch: perl
8044 ! op.c
8045____________________________________________________________________________
8046[ 18640] By: sky on 2003/02/02 23:38:40
8047 Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
8048 threading issue. Should perhaps be a PVOP to save memory, but then
8049 we have nowhere to store the hash of the function!
8050 Branch: perl
8051 ! dump.c op.c pp_hot.c
8052____________________________________________________________________________
8053[ 18639] By: jhi on 2003/02/02 20:59:37
8054 Log: Update Changes.
8055 Branch: maint-5.8/perl
8056 ! Changes patchlevel.h
8057____________________________________________________________________________
8058[ 18638] By: jhi on 2003/02/02 20:26:13
8059 Log: Integrate:
8060 [ 18621]
8061 Fix and test for [perl #15549 Empty \Q\E not permitted]
8062 (test.pl-ise quotemeta.t, too)
8063
8064 [ 18622]
8065 minitest wasn't working. (The $^X /miniperl/ test in
8066 io/crlf.t didn't work in Tru64, $^X was "./perl", used
8067 the same 'eval q/use .../' trick everywhere.)
8068
8069 [ 18624]
8070 Plan 9: doesn't really do Configure (undo #18585/#18586)
8071
8072 [ 18626]
8073 Plan 9: No Configure.
8074
8075 [ 18627]
8076 Plan 9: Update the list of object files.
8077
8078 [ 18628]
8079 Plan 9: Update config.plan9 based on Russ Cox' work.
8080
8081 [ 18629]
8082 Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
8083
8084 [ 18630]
8085 [perl #15397] seems to have been fixed; add its test.
8086
8087 [ 18631]
8088 The [perl #7471] seems to have been fixed; add its test.
8089
8090 [ 18632]
8091 Also [perl #3547] has been fixed; add its test case.
8092
8093 [ 18633]
8094 Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
8095 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8096 Date: Wed, 22 Jan 2003 22:35:56 +0100
8097 Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
8098
8099 [ 18634]
8100 Subject: [PATCH] pod/perlfunc.pod
8101 From: abigail@abigail.nl
8102 Date: Sun, 2 Feb 2003 16:59:48 +0100
8103 Message-Id: <20030202155948.7971.qmail@abigail.nl>
8104
8105 [ 18635]
8106 Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
8107
8108 [ 18636]
8109 Subject: Re: typo in checkin 18616
8110 From: Nick Ing-Simmons <nick@ing-simmons.net>
8111 Date: Sun, 02 Feb 2003 17:23:08 +0000
8112 Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
8113
8114 [ 18637]
8115 Plan 9: Some time has passed.
8116 Branch: maint-5.8/perl
8117 +> plan9/config_h.sample plan9/config_sh.sample
8118 !> Configure MANIFEST XSUB.h mg.c plan9/buildinfo
8119 !> plan9/config.plan9 plan9/mkfile pod/perlfunc.pod pp.c pp_ctl.c
8120 !> pp_hot.c regexec.c regexp.h t/io/crlf.t t/op/pat.t
8121 !> t/op/quotemeta.t t/uni/tr_7jis.t t/uni/tr_eucjp.t
8122 !> t/uni/tr_sjis.t t/uni/tr_utf8.t toke.c
8123____________________________________________________________________________
8124[ 18637] By: jhi on 2003/02/02 20:07:57
8125 Log: Plan 9: Some time has passed.
8126 Branch: perl
8127 ! plan9/buildinfo
8128____________________________________________________________________________
8129[ 18636] By: jhi on 2003/02/02 20:02:11
8130 Log: Subject: Re: typo in checkin 18616
8131 From: Nick Ing-Simmons <nick@ing-simmons.net>
8132 Date: Sun, 02 Feb 2003 17:23:08 +0000
8133 Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
8134 Branch: perl
8135 ! XSUB.h
8136____________________________________________________________________________
8137[ 18635] By: jhi on 2003/02/02 19:46:35
8138 Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
8139 Branch: perl
8140 + plan9/config_sh.sample
8141 ! MANIFEST
8142____________________________________________________________________________
8143[ 18634] By: ams on 2003/02/02 18:07:01
8144 Log: Subject: [PATCH] pod/perlfunc.pod
8145 From: abigail@abigail.nl
8146 Date: Sun, 2 Feb 2003 16:59:48 +0100
8147 Message-Id: <20030202155948.7971.qmail@abigail.nl>
8148 Branch: perl
8149 ! pod/perlfunc.pod
8150____________________________________________________________________________
8151[ 18633] By: jhi on 2003/02/02 16:48:26
8152 Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
8153 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8154 Date: Wed, 22 Jan 2003 22:35:56 +0100
8155 Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
8156 Branch: perl
8157 ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
8158____________________________________________________________________________
8159[ 18632] By: jhi on 2003/02/02 15:31:36
8160 Log: Also [perl #3547] has been fixed; add its test case.
8161 Branch: perl
8162 ! t/op/pat.t
8163____________________________________________________________________________
8164[ 18631] By: jhi on 2003/02/02 15:26:10
8165 Log: The [perl #7471] seems to have been fixed; add its test.
8166 Branch: perl
8167 ! t/op/pat.t
8168____________________________________________________________________________
8169[ 18630] By: jhi on 2003/02/02 15:21:23
8170 Log: seems to have been fixed; add its test.
8171 Branch: perl
8172 ! t/op/pat.t
8173____________________________________________________________________________
8174[ 18629] By: jhi on 2003/02/02 15:09:39
8175 Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
8176 Branch: perl
8177 + plan9/config_h.sample
8178 ! MANIFEST
8179____________________________________________________________________________
8180[ 18628] By: jhi on 2003/02/02 14:46:26
8181 Log: Plan 9: Update config.plan9 based on Russ Cox' work.
8182 Branch: perl
8183 ! plan9/config.plan9
8184____________________________________________________________________________
8185[ 18627] By: jhi on 2003/02/02 14:24:00
8186 Log: Plan 9: Update the list of object files.
8187 Branch: perl
8188 ! plan9/mkfile
8189____________________________________________________________________________
8190[ 18626] By: jhi on 2003/02/02 14:03:16
8191 Log: Plan 9: No Configure.
8192 Branch: perl
8193 ! Configure
8194____________________________________________________________________________
8195[ 18625] By: jhi on 2003/02/02 14:02:50
8196 Log: Plan 9: No Configure.
8197 Branch: metaconfig
8198 ! U/modified/Head.U
8199____________________________________________________________________________
8200[ 18624] By: jhi on 2003/02/02 13:29:02
8201 Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
8202 Branch: perl
8203 ! Configure
8204____________________________________________________________________________
8205[ 18623] By: jhi on 2003/02/02 13:28:44
8206 Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
8207 Branch: metaconfig
8208 ! U/modified/usenm.U
8209____________________________________________________________________________
8210[ 18622] By: jhi on 2003/02/02 12:49:13
8211 Log: minitest wasn't working. (The $^X /miniperl/ test in
8212 io/crlf.t didn't work in Tru64, $^X was "./perl", used
8213 the same 'eval q/use .../' trick everywhere.)
8214 Branch: perl
8215 ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
8216 ! t/uni/tr_utf8.t
8217____________________________________________________________________________
8218[ 18621] By: jhi on 2003/02/02 12:23:28
8219 Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
8220 (test.pl-ise quotemeta.t, too)
8221 Branch: perl
8222 ! t/op/quotemeta.t toke.c
8223____________________________________________________________________________
8224[ 18620] By: nick on 2003/02/02 11:37:57
8225 Log: Integrate mainline
8226 Branch: perlio
8227 !> ext/threads/threads.xs
8228____________________________________________________________________________
8229[ 18619] By: jhi on 2003/02/01 21:13:47
8230 Log: Integrate:
8231 [ 18618]
8232 Fix bug #15837, temporary from storable call hadn't gotten
8233 freed yet and was cloned but without a real (AvREAL)
8234 reference to it. @_ doesn't refcount!
8235 Branch: maint-5.8/perl
8236 !> ext/threads/threads.xs
8237____________________________________________________________________________
8238[ 18618] By: sky on 2003/02/01 21:04:36
8239 Log: Fix bug #15837, temporary from storable call hadn't gotten
8240 freed yet and was cloned but without a real (AvREAL)
8241 reference to it. @_ doesn't refcount!
8242 Branch: perl
8243 ! ext/threads/threads.xs
8244____________________________________________________________________________
8245[ 18617] By: jhi on 2003/02/01 20:05:08
8246 Log: Integrate:
8247 [ 18616]
8248 Integrate from perlio:
8249
8250 [ 18591]
8251 PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
8252 correct XSUB.h
8253
8254 [ 18611]
8255 Michael Schroeder's fix for re-try if stdio ops after
8256 interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
8257
8258 [ 18612]
8259 PerlIO friendly version of speed up of $/ = undef case.
8260
8261 [ 18613]
8262 fflush() before invalidating stdio's fileno.
8263
8264 [ 18615]
8265 Don't free thread before using it, breaks platforms that
8266 trust that I really want to free what I free, (like HPUX
8267 and AIX).
8268
8269 [ 18614]
8270 Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
8271 From: Nick Ing-Simmons <nick@ing-simmons.net>
8272 Date: Sat, 01 Feb 2003 13:03:52 +0000
8273 Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
8274
8275 [ 18609]
8276 Go even further (back) than change #18608 and revert
8277 to the 5.8.0 code, since otherwise split.t #40 fails.
8278 The four new tests of pat.t should keep us more honest.
8279
8280 [ 18608]
8281 Subject: [FIX] Re: UTF-8 failures (surprise!)
8282 From: Enache Adrian <enache@rdslink.ro>
8283 Date: Fri, 31 Jan 2003 09:20:59 +0200
8284 Message-ID: <20030131072059.GB6045@ratsnest.hole>
8285
8286 [ 18607]
8287 Fix typo in version check ($[ to $]).
8288
8289 [ 18606]
8290 Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
8291 From: Jose.auguste-etienne@cgss-guyane.fr
8292 Date: Thu, 30 Jan 2003 12:40:53 -0300
8293 Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
8294
8295 [ 18605]
8296 [perl #20616] code example in the FAQ that isn't strict-friendly.
8297 Subject: [perl #20616] Tie::IxHash doc error.
8298 From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
8299 Date: 30 Jan 2003 11:43:17 -0000
8300 Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
8301
8302 [ 18604]
8303 FAQ sync.
8304
8305 [ 18603]
8306 Subject: [FIX] Re: UTF-8 failures (surprise!)
8307 From: Enache Adrian <enache@rdslink.ro>
8308 Date: Thu, 30 Jan 2003 10:48:09 +0200
8309 Message-ID: <20030130084809.GA16902@ratsnest.hole>
8310
8311 Fix for half of the failures, with an expanded test.
8312
8313 [ 18602]
8314 Updates to the openbsd hints
8315
8316 Subject: [perl #20606] [no subject]
8317 Date: 29 Jan 2003 18:38:37 -0000
8318 From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
8319 Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
8320
8321 [ 18599]
8322 Fix a very small memory leak in op_free, by reserving the
8323 case op_seq == (U16)-1 for the compiler backend
8324
8325 Subject: Re: Freeing code
8326 From: "Paul Johnson" <paul@pjcj.net>
8327 Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
8328 Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
8329
8330 [ 18597]
8331 Subject: Re: [perl #20274] perlbug requires dynamic loading
8332 From: Slaven Rezic <slaven@rezic.de>
8333 Date: 14 Jan 2003 20:58:54 +0100
8334 Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
8335
8336 [ 18596]
8337 Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
8338 without the lval context tweak. Used in OP_DBSTATE.
8339 Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
8340 From: Dave Mitchell <davem@fdgroup.com>
8341 Date: Sun, 26 Jan 2003 17:42:42 +0000
8342 Message-ID: <20030126174242.H16182@fdgroup.com>
8343
8344 [ 18594]
8345 Update the pod list for Plan 9.
8346
8347 [ 18593]
8348 When we copy things out of a hash and increment the
8349 refcount of the shared scalar, we really must protect
8350 that refcount increase with a lock, or else it might not
8351 happen. Fixes segfault when objects would prematurely
8352 be killed.
8353
8354 [ 18588]
8355 Lest people get worried about not having PerlIO.
8356 Branch: maint-5.8/perl
8357 !> XSUB.h cop.h ext/Storable/t/restrict.t
8358 !> ext/Sys/Hostname/Hostname.pm ext/threads/shared/shared.xs
8359 !> ext/threads/threads.xs hints/openbsd.sh lib/utf8.t op.c
8360 !> perlio.c plan9/mkfile pod/perlfaq.pod pod/perlfaq2.pod
8361 !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8362 !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlunicode.pod
8363 !> pod/perluniintro.pod pp_ctl.c regexec.c sv.c t/op/pat.t
8364____________________________________________________________________________
8365[ 18616] By: jhi on 2003/02/01 19:43:09
8366 Log: Integrate from perlio:
8367
8368 [ 18591]
8369 PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
8370 correct XSUB.h
8371
8372 [ 18611]
8373 Michael Schroeder's fix for re-try if stdio ops after
8374 interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
8375
8376 [ 18612]
8377 PerlIO friendly version of speed up of $/ = undef case.
8378
8379 [ 18613]
8380 fflush() before invalidating stdio's fileno.
8381 Branch: perl
8382 !> XSUB.h perlio.c sv.c
8383____________________________________________________________________________
8384[ 18615] By: sky on 2003/02/01 12:01:01
8385 Log: Don't free thread before using it, breaks platforms that
8386 trust that I really want to free what I free, (like HPUX
8387 and AIX).
8388 Branch: perl
8389 ! ext/threads/threads.xs
8390____________________________________________________________________________
8391[ 18614] By: ams on 2003/02/01 12:00:29
8392 Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
8393 From: Nick Ing-Simmons <nick@ing-simmons.net>
8394 Date: Sat, 01 Feb 2003 13:03:52 +0000
8395 Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
8396 Branch: perl
8397 ! perlio.c
8398____________________________________________________________________________
8399[ 18613] By: nick on 2003/02/01 11:56:47
8400 Log: fflush() before invalidating stdio's fileno.
8401 Branch: perlio
8402 ! perlio.c
8403____________________________________________________________________________
8404[ 18612] By: nick on 2003/02/01 11:37:30
8405 Log: PerlIO friendly version of speed up of $/ = undef case.
8406 Branch: perlio
8407 ! sv.c
8408____________________________________________________________________________
8409[ 18611] By: nick on 2003/02/01 09:26:31
8410 Log: Michael Schroeder's fix for re-try if stdio ops after
8411 interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
8412 Branch: perlio
8413 ! perlio.c
8414____________________________________________________________________________
8415[ 18610] By: nick on 2003/02/01 09:19:20
8416 Log: Integrate mainline
8417 Branch: perlio
8418 +> t/lib/warnings/pad
8419 !> (integrate 43 files)
8420____________________________________________________________________________
8421[ 18609] By: jhi on 2003/01/31 08:58:40
8422 Log: Go even further (back) than change #18608 and revert
8423 to the 5.8.0 code, since otherwise split.t #40 fails.
8424 The four new tests of pat.t should keep us more honest.
8425 Branch: perl
8426 ! regexec.c
8427____________________________________________________________________________
8428[ 18608] By: jhi on 2003/01/31 08:24:53
8429 Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
8430 From: Enache Adrian <enache@rdslink.ro>
8431 Date: Fri, 31 Jan 2003 09:20:59 +0200
8432 Message-ID: <20030131072059.GB6045@ratsnest.hole>
8433 Branch: perl
8434 ! regexec.c t/op/pat.t
8435____________________________________________________________________________
8436[ 18607] By: ams on 2003/01/31 02:29:56
8437 Log: Fix typo in version check ($[ to $]).
8438 Branch: perl
8439 ! ext/Storable/t/restrict.t
8440____________________________________________________________________________
8441[ 18606] By: rgs on 2003/01/30 22:02:47
8442 Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
8443 From: Jose.auguste-etienne@cgss-guyane.fr
8444 Date: Thu, 30 Jan 2003 12:40:53 -0300
8445 Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
8446 Branch: perl
8447 ! pod/perlunicode.pod
8448____________________________________________________________________________
8449[ 18605] By: rgs on 2003/01/30 20:58:52
8450 Log: code example in the FAQ that isn't strict-friendly.
8451 Subject: [perl #20616] Tie::IxHash doc error.
8452 From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
8453 Date: 30 Jan 2003 11:43:17 -0000
8454 Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
8455 Branch: perl
8456 ! pod/perlfaq4.pod
8457____________________________________________________________________________
8458[ 18604] By: rgs on 2003/01/30 20:52:05
8459 Log: FAQ sync.
8460 Branch: perl
8461 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
8462 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
8463 ! pod/perlfaq8.pod
8464____________________________________________________________________________
8465[ 18603] By: jhi on 2003/01/30 08:05:22
8466 Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
8467 From: Enache Adrian <enache@rdslink.ro>
8468 Date: Thu, 30 Jan 2003 10:48:09 +0200
8469 Message-ID: <20030130084809.GA16902@ratsnest.hole>
8470
8471 Fix for half of the failures, with an expanded test.
8472 Branch: perl
8473 ! lib/utf8.t sv.c
8474____________________________________________________________________________
8475[ 18602] By: merijn on 2003/01/30 06:31:50
8476 Log: Updates to the openbsd hints
8477
8478 Subject: [perl #20606] [no subject]
8479 Date: 29 Jan 2003 18:38:37 -0000
8480 From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
8481 Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
8482 Branch: perl
8483 ! hints/openbsd.sh
8484____________________________________________________________________________
8485[ 18601] By: jhi on 2003/01/29 05:58:36
8486 Log: More of the #18600.
8487 Branch: perl
8488 ! pad.c
8489____________________________________________________________________________
8490[ 18600] By: jhi on 2003/01/29 05:37:12
8491 Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
8492 dumping (but now use SvPV_nolen). (This change made an empty
8493 prototype to show up as "_" under -Uuseperlio.)
8494 Branch: perl
8495 ! dump.c
8496____________________________________________________________________________
8497[ 18599] By: rgs on 2003/01/28 21:07:08
8498 Log: Fix a very small memory leak in op_free, by reserving the
8499 case op_seq == (U16)-1 for the compiler backend
8500
8501 Subject: Re: Freeing code
8502 From: "Paul Johnson" <paul@pjcj.net>
8503 Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
8504 Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
8505 Branch: perl
8506 ! op.c
8507____________________________________________________________________________
8508[ 18598] By: rgs on 2003/01/28 20:43:02
8509 Log: Integrate from maint-5.8:
8510 Change 18450 :
8511 Tiny output tweak.
8512 Change 18429 :
8513 AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
8514 things like drand48_data are undefined).
8515 Change 18388 :
8516 List the PERL_MAGIC_utf8 ('w') flag.
8517 Branch: perl
8518 !> hints/aix.sh pod/perlguts.pod t/op/pat.t
8519____________________________________________________________________________
8520[ 18597] By: rgs on 2003/01/27 21:52:00
8521 Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
8522 From: Slaven Rezic <slaven@rezic.de>
8523 Date: 14 Jan 2003 20:58:54 +0100
8524 Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
8525 Branch: perl
8526 ! ext/Sys/Hostname/Hostname.pm
8527____________________________________________________________________________
8528[ 18596] By: rgs on 2003/01/27 20:38:21
8529 Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
8530 without the lval context tweak. Used in OP_DBSTATE.
8531 Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
8532 From: Dave Mitchell <davem@fdgroup.com>
8533 Date: Sun, 26 Jan 2003 17:42:42 +0000
8534 Message-ID: <20030126174242.H16182@fdgroup.com>
8535 Branch: perl
8536 ! cop.h pp_ctl.c
8537____________________________________________________________________________
8538[ 18595] By: rgs on 2003/01/27 20:32:01
8539 Log: Subject: [PATCH] make Copy On Write work once again
8540 From: Nicholas Clark <nick@unfortu.net>
8541 Date: Sat, 25 Jan 2003 00:25:50 +0000
8542 Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
8543 Branch: perl
8544 ! sv.h
8545____________________________________________________________________________
8546[ 18594] By: jhi on 2003/01/27 20:01:44
8547 Log: Update the pod list for Plan 9.
8548 Branch: perl
8549 ! plan9/mkfile
8550____________________________________________________________________________
8551[ 18593] By: sky on 2003/01/26 22:37:21
8552 Log: When we copy things out of a hash and increment the
8553 refcount of the shared scalar, we really must protect
8554 that refcount increase with a lock, or else it might not
8555 happen. Fixes segfault when objects would prematurely
8556 be killed.
8557 Branch: perl
8558 ! ext/threads/shared/shared.xs
8559____________________________________________________________________________
8560[ 18592] By: jhi on 2003/01/26 21:54:36
8561 Log: Missing (STRLEN)casts.
8562 Branch: perl
8563 ! sv.c
8564____________________________________________________________________________
8565[ 18591] By: nick on 2003/01/26 17:46:19
8566 Log: PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
8567 correct XSUB.h
8568 Branch: perlio
8569 ! XSUB.h
8570____________________________________________________________________________
8571[ 18590] By: jhi on 2003/01/26 13:21:03
8572 Log: Integrate:
8573 [ 18589]
8574 OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
8575
8576 Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
8577 From: Dave Mitchell <davem@fdgroup.com>
8578 Date: Fri, 24 Jan 2003 18:44:19 +0000
8579 Message-ID: <20030124184419.F11179@fdgroup.com>
8580 Branch: maint-5.8/perl
8581 !> mg.c op.h pp_ctl.c
8582____________________________________________________________________________
8583[ 18589] By: rgs on 2003/01/26 13:06:49
8584 Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
8585
8586 Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
8587 From: Dave Mitchell <davem@fdgroup.com>
8588 Date: Fri, 24 Jan 2003 18:44:19 +0000
8589 Message-ID: <20030124184419.F11179@fdgroup.com>
8590 Branch: perl
8591 ! mg.c op.h pp_ctl.c
8592____________________________________________________________________________
8593[ 18588] By: jhi on 2003/01/26 12:18:10
8594 Log: Lest people get worried about not having PerlIO.
8595 Branch: perl
8596 ! pod/perluniintro.pod
8597____________________________________________________________________________
8598[ 18587] By: jhi on 2003/01/26 09:29:52
8599 Log: Integrate:
8600 [ 18583]
8601 Plan 9 compiler can't return quads from the ?: (condop).
8602 (There may be more spots like this, so a Configure test
8603 maybe in order, but this works for now.) From Russ Cox.
8604
8605 [ 18584]
8606 Plan 9 doesn't really have the symlink API, from Russ Cox.
8607
8608 [ 18586]
8609 Plan 9 doesn't do nm, from Russ Cox.
8610 Branch: maint-5.8/perl
8611 !> Configure ext/PerlIO/via/via.xs plan9/plan9ish.h
8612____________________________________________________________________________
8613[ 18586] By: jhi on 2003/01/26 09:19:01
8614 Log: Plan 9 doesn't do nm, from Russ Cox.
8615 Branch: perl
8616 ! Configure
8617____________________________________________________________________________
8618[ 18585] By: jhi on 2003/01/26 09:18:29
8619 Log: Plan 9 doesn't do nm, from Russ Cox.
8620 Branch: metaconfig
8621 ! U/modified/usenm.U
8622____________________________________________________________________________
8623[ 18584] By: jhi on 2003/01/26 09:11:23
8624 Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
8625 Branch: perl
8626 ! plan9/plan9ish.h
8627____________________________________________________________________________
8628[ 18583] By: jhi on 2003/01/26 09:08:36
8629 Log: Plan 9 compiler can't return quads from the ?: (condop).
8630 (There may be more spots like this, so a Configure test
8631 maybe in order, but this works for now.) From Russ Cox.
8632 Branch: perl
8633 ! ext/PerlIO/via/via.xs plan9/plan9ish.h
8634____________________________________________________________________________
8635[ 18582] By: jhi on 2003/01/26 08:30:37
8636 Log: Integrate:
8637 [ 18579]
8638 Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
8639 From: Enache Adrian <enache@rdslink.ro>
8640 Date: Sun, 26 Jan 2003 04:55:48 +0200
8641 Message-Id: <20030126025548.GB812@ratsnest.hole>
8642
8643 [ 18580]
8644 Subject: patch to speed up Perl's slurp mode
8645 From: Enache Adrian <enache@rdslink.ro>
8646 Date: Fri, 24 Jan 2003 06:23:54 +0200
8647 Message-Id: <20030124042354.GA30362@ratsnest.hole>
8648
8649 [ 18581]
8650 Subject: Re: truncate using a globref
8651 From: Slaven Rezic <slaven@rezic.de>
8652 Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
8653 Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
8654 Branch: maint-5.8/perl
8655 ! sv.c
8656 !> ext/Storable/Storable.xs pp_ctl.c pp_sys.c t/io/fs.t
8657____________________________________________________________________________
8658[ 18581] By: ams on 2003/01/26 05:29:40
8659 Log: Subject: Re: truncate using a globref
8660 From: Slaven Rezic <slaven@rezic.de>
8661 Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
8662 Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
8663 Branch: perl
8664 ! pp_sys.c t/io/fs.t
8665____________________________________________________________________________
8666[ 18580] By: ams on 2003/01/26 04:57:47
8667 Log: Subject: patch to speed up Perl's slurp mode
8668 From: Enache Adrian <enache@rdslink.ro>
8669 Date: Fri, 24 Jan 2003 06:23:54 +0200
8670 Message-Id: <20030124042354.GA30362@ratsnest.hole>
8671 Branch: perl
8672 ! sv.c
8673____________________________________________________________________________
8674[ 18579] By: ams on 2003/01/26 02:50:44
8675 Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
8676 From: Enache Adrian <enache@rdslink.ro>
8677 Date: Sun, 26 Jan 2003 04:55:48 +0200
8678 Message-Id: <20030126025548.GB812@ratsnest.hole>
8679 Branch: perl
8680 ! pp_ctl.c
8681____________________________________________________________________________
8682[ 18578] By: ams on 2003/01/26 02:40:20
8683 Log: Subject: [PATCH Storable 2.06] const declaration fixup
8684 From: "Craig A. Berry" <craigberry@mac.com>
8685 Date: Thu, 23 Jan 2003 16:24:46 -0600
8686 Message-Id: <3E306BAE.4030807@mac.com>
8687 Branch: perl
8688 ! ext/Storable/Storable.xs
8689____________________________________________________________________________
8690[ 18577] By: rgs on 2003/01/23 20:46:00
8691 Log: Subject: [PATCH] move pad.c warnings to different test file
8692 From: Dave Mitchell <davem@fdgroup.com>
8693 Date: Thu, 23 Jan 2003 20:56:47 +0000
8694 Message-ID: <20030123205647.C8696@fdgroup.com>
8695 Branch: perl
8696 + t/lib/warnings/pad
8697 ! MANIFEST t/lib/warnings/op
8698____________________________________________________________________________
8699[ 18576] By: jhi on 2003/01/23 13:52:39
8700 Log: The perlio->maint changes had somehow gotten of sync.
8701 Branch: maint-5.8/perl
8702 !> perlio.c
8703____________________________________________________________________________
8704[ 18575] By: jhi on 2003/01/23 12:33:38
8705 Log: Integrate:
8706 [ 18569]
8707 Fix [perl #19860] by adding a POSIX::fsync() stub.
8708 Branch: maint-5.8/perl
8709 !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
8710____________________________________________________________________________
8711[ 18574] By: jhi on 2003/01/23 12:28:19
8712 Log: Integrate:
8713 [ 18573]
8714 Fix Solaris 32-bit invalidate case.
8715 Branch: maint-5.8/perl
8716 !> perlio.c
8717____________________________________________________________________________
8718[ 18573] By: nick on 2003/01/23 07:26:43
8719 Log: Fix Solaris 32-bit invalidate case.
8720 Branch: perl
8721 ! perlio.c
8722____________________________________________________________________________
8723[ 18572] By: rgs on 2003/01/22 21:40:21
8724 Log: Integrate change 18448 from maint-5.8 :
8725
8726 Subject: Partial Data::Dumper patch
8727 From: Richard Clamp <richardc@unixbeard.net>
8728 Date: Sat, 4 Jan 2003 00:52:47 +0000
8729 Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
8730
8731 Subject: Re: Partial Data::Dumper patch
8732 From: Slaven Rezic <slaven@rezic.de>
8733 Date: 04 Jan 2003 02:48:08 +0100
8734 Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
8735 Branch: perl
8736 !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8737____________________________________________________________________________
8738[ 18571] By: rgs on 2003/01/22 21:22:31
8739 Log: Subject: [PATCH] Re: difference between my and our before introduction
8740 From: Dave Mitchell <davem@fdgroup.com>
8741 Date: Thu, 16 Jan 2003 17:12:37 +0000
8742 Message-ID: <20030116171237.C420@fdgroup.com>
8743 (with a small test tweak)
8744 Branch: perl
8745 ! pad.c t/comp/our.t toke.c
8746____________________________________________________________________________
8747[ 18570] By: nick on 2003/01/22 21:03:43
8748 Log: Integrate mainline
8749 Branch: perlio
8750 !> av.c dump.c embed.fnc embed.h ext/Encode/Changes
8751 !> ext/Encode/Encode.pm ext/Encode/MANIFEST
8752 !> ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
8753 !> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
8754 !> ext/List/Util/Makefile.PL global.sym lib/Term/Complete.pm
8755 !> perlio.c perlio.h sv.c sv.h t/op/array.t t/op/ref.t
8756____________________________________________________________________________
8757[ 18569] By: rgs on 2003/01/22 21:00:59
8758 Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
8759 Branch: perl
8760 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
8761____________________________________________________________________________
8762[ 18568] By: jhi on 2003/01/22 20:24:37
8763 Log: Add the POSIX::sigaction() trick by Slaven Rezic
8764 for [perl #17341].
8765 Branch: maint-5.8/perl
8766 ! pod/perlfunc.pod pod/perlipc.pod
8767____________________________________________________________________________
8768[ 18567] By: jhi on 2003/01/22 18:37:55
8769 Log: Integrate:
8770 [ 18545]
8771 Subject: [PATCH perl-current] AUTHORS correction
8772 From: Richard Soderberg <rs@crystalflame.net>
8773 Date: Wed, 22 Jan 2003 02:08:13 -0500
8774 Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
8775
8776 [ 18552]
8777 Subject: [PATCH] assert PV isn't RV
8778 From: Nicholas Clark <nick@unfortu.net>
8779 Date: Fri, 17 Jan 2003 19:40:45 +0000
8780 Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
8781
8782 [ 18553]
8783 Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
8784 From: Martti Rahkila <martti.rahkila@hut.fi>
8785 Date: Sat, 18 Jan 2003 00:25:39 +0200
8786 Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
8787
8788 (chose the 'even safer' version)
8789
8790 [ 18554]
8791 Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
8792 From: Dave Mitchell <davem@fdgroup.com>
8793 Date: Sun, 19 Jan 2003 16:43:54 +0000
8794 Message-ID: <20030119164353.B24444@fdgroup.com>
8795
8796 [ 18556]
8797 Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
8798 From: Robin Barker <Robin.Barker@npl.co.uk>
8799 Date: Mon, 20 Jan 2003 15:26:21 -0000
8800 Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
8801
8802 [ 18558]
8803 Subject: Re: slight tweak to -DR flag - display whether on tmps stack
8804 From: Dave Mitchell <davem@fdgroup.com>
8805 Date: Sun, 19 Jan 2003 17:22:05 +0000
8806 Message-ID: <20030119172204.D24444@fdgroup.com>
8807
8808 [ 18559]
8809 Upgrade to Encode 1.86.
8810 Branch: maint-5.8/perl
8811 !> AUTHORS av.c dump.c ext/Encode/Changes ext/Encode/Encode.pm
8812 !> ext/Encode/MANIFEST ext/Encode/Unicode/Unicode.xs
8813 !> ext/Encode/encoding.pm ext/Encode/t/enc_eucjp.t
8814 !> ext/Encode/t/enc_utf8.t lib/Term/Complete.pm perlio.h sv.h
8815 !> t/op/array.t
8816____________________________________________________________________________
8817[ 18566] By: jhi on 2003/01/22 18:32:41
8818 Log: Regen Configure.
8819 Branch: maint-5.8/perl
8820 ! Configure config_h.SH
8821____________________________________________________________________________
8822[ 18565] By: jhi on 2003/01/22 18:15:06
8823 Log: Integrate from perlio:
8824 [ 18539]
8825 Try the invalidate_fileno() idea for non-leaky stdio sockets.
8826
8827 [ 18540]
8828 stdio does NOT set errno==EBADF on invalidated fileno
8829
8830 [ 18547]
8831 Tweak APItest for new semantics of printf.
8832 Now printf() is always real printf() and not #define'd to
8833 PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
8834 back to original file does not affect stdout unless we are
8835 using :stdio as implementation. So things printf()ed XS side
8836 are not written to file (and turn up at end of test).
8837 So add an XS function which does fflush(stdout), modify .pm
8838 file to export it and .t file to call it.
8839
8840 [ 18548]
8841 Add defined(__osf__) case to invalidate_fileno (for Tru64).
8842
8843 [ 18549]
8844 Report layer name (without arg) on fail, and attempt to
8845 autoload layer name. (Fix for [perl #20460]).
8846
8847 [ 18550]
8848 #if defined(__irix__) (for stdio invalidate) from Jarkko.
8849
8850 [ 18560]
8851 Fixes for open.pm which attempts to load layers:
8852 1. C equivalent of local $SIG{__WARN__} = sub {}
8853 while loading layers to supress warnings lib/open.t does
8854 not want.
8855 2. The loading scheme does not recurse now so look for
8856 new symptom of bad layer which is that a good module
8857 fails to load (as we cannot open any files).
8858
8859 NOTE: In my opinion open.pm should probably die on bad layer
8860 spec rather than just (maybe) warning and then allowing opens
8861 to fail.
8862 Branch: maint-5.8/perl
8863 !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
8864 !> ext/XS/APItest/t/printf.t lib/open.pm lib/open.t perlio.c
8865____________________________________________________________________________
8866[ 18564] By: jhi on 2003/01/22 18:07:19
8867 Log: Use the aTHX_-less form (cousin of change #18544).
8868 Branch: maint-5.8/perl
8869 ! sv.c
8870____________________________________________________________________________
8871[ 18563] By: jhi on 2003/01/22 18:03:40
8872 Log: Integrate:
8873 [ 18541]
8874 Try to make including patchlevel.h a bit more
8875 robust (use <> instead of "") and in case of
8876 failure (PERL_VERSION didn't get defined) try
8877 to fail (by trying to #include an "obviously"
8878 named file that should not exist) (didn't use
8879 #error since IIRC older cpps do not have it)
8880 (Tries to address [perl #20276].)
8881
8882 [ 18543]
8883 Update the MD5 checksums.
8884 Branch: maint-5.8/perl
8885 !> ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
8886 !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
8887 !> ext/List/Util/Util.xs ext/Storable/Storable.xs
8888____________________________________________________________________________
8889[ 18562] By: jhi on 2003/01/22 17:59:44
8890 Log: Integrate:
8891 [ 18536]
8892 Allow explicit -C enable/disable by -C:1/-C:0
8893 (suggested by Peter Haworth).
8894
8895 (accept mainline's perlrun since somehow maint has gotten of sync)
8896 Branch: maint-5.8/perl
8897 !> perl.c pod/perlrun.pod
8898____________________________________________________________________________
8899[ 18561] By: jhi on 2003/01/22 17:43:45
8900 Log: Integrate from perlio:
8901 [ 18560]
8902 Fixes for open.pm which attempts to load layers:
8903 1. C equivalent of local $SIG{__WARN__} = sub {}
8904 while loading layers to supress warnings lib/open.t does
8905 not want.
8906 2. The loading scheme does not recurse now so look for
8907 new symptom of bad layer which is that a good module
8908 fails to load (as we cannot open any files).
8909
8910 NOTE: In my opinion open.pm should probably die on bad layer
8911 spec rather than just (maybe) warning and then allowing opens
8912 to fail.
8913 Branch: perl
8914 !> lib/open.t perlio.c
8915____________________________________________________________________________
8916[ 18560] By: nick on 2003/01/22 17:19:41
8917 Log: Fixes for open.pm which attempts to load layers:
8918 1. C equivalent of local $SIG{__WARN__} = sub {}
8919 while loading layers to supress warnings lib/open.t does
8920 not want.
8921 2. The loading scheme does not recurse now so look for
8922 new symptom of bad layer which is that a good module
8923 fails to load (as we cannot open any files).
8924
8925 NOTE: In my opinion open.pm should probably die on bad layer
8926 spec rather than just (maybe) warning and then allowing opens
8927 to fail.
8928 Branch: perlio
8929 ! lib/open.t perlio.c
8930____________________________________________________________________________
8931[ 18559] By: jhi on 2003/01/22 13:19:31
8932 Log: Upgrade to Encode 1.86.
8933 Branch: perl
8934 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
8935 ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
8936 ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
8937____________________________________________________________________________
8938[ 18558] By: jhi on 2003/01/22 13:05:27
8939 Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
8940 From: Dave Mitchell <davem@fdgroup.com>
8941 Date: Sun, 19 Jan 2003 17:22:05 +0000
8942 Message-ID: <20030119172204.D24444@fdgroup.com>
8943 Branch: perl
8944 ! dump.c
8945____________________________________________________________________________
8946[ 18557] By: jhi on 2003/01/22 13:01:15
8947 Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning in blead with SIGWARN
8948 From: Nicholas Clark <nick@unfortu.net>
8949 Date: Tue, 21 Jan 2003 22:27:21 +0000
8950 Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
8951 Branch: perl
8952 ! sv.c t/op/ref.t
8953____________________________________________________________________________
8954[ 18556] By: jhi on 2003/01/22 12:59:02
8955 Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
8956 From: Robin Barker <Robin.Barker@npl.co.uk>
8957 Date: Mon, 20 Jan 2003 15:26:21 -0000
8958 Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
8959 Branch: perl
8960 ! perlio.h
8961____________________________________________________________________________
8962[ 18555] By: jhi on 2003/01/22 12:57:20
8963 Log: Integrate from perlio:
8964 [ 18539]
8965 Try the invalidate_fileno() idea for non-leaky stdio sockets.
8966
8967 [ 18540]
8968 stdio does NOT set errno==EBADF on invalidated fileno
8969
8970 [ 18547]
8971 Tweak APItest for new semantics of printf.
8972 Now printf() is always real printf() and not #define'd to
8973 PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
8974 back to original file does not affect stdout unless we are
8975 using :stdio as implementation. So things printf()ed XS side
8976 are not written to file (and turn up at end of test).
8977 So add an XS function which does fflush(stdout), modify .pm
8978 file to export it and .t file to call it.
8979
8980 [ 18548]
8981 Add defined(__osf__) case to invalidate_fileno (for Tru64).
8982
8983 [ 18549]
8984 Report layer name (without arg) on fail, and attempt to
8985 autoload layer name. (Fix for [perl #20460]).
8986
8987 [ 18550]
8988 #if defined(__irix__) (for stdio invalidate) from Jarkko.
8989 Branch: perl
8990 !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
8991 !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
8992____________________________________________________________________________
8993[ 18554] By: jhi on 2003/01/22 12:47:03
8994 Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
8995 From: Dave Mitchell <davem@fdgroup.com>
8996 Date: Sun, 19 Jan 2003 16:43:54 +0000
8997 Message-ID: <20030119164353.B24444@fdgroup.com>
8998 Branch: perl
8999 ! av.c t/op/array.t
9000____________________________________________________________________________
9001[ 18553] By: jhi on 2003/01/22 12:43:31
9002 Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
9003 From: Martti Rahkila <martti.rahkila@hut.fi>
9004 Date: Sat, 18 Jan 2003 00:25:39 +0200
9005 Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
9006
9007 (chose the 'even safer' version)
9008 Branch: perl
9009 ! lib/Term/Complete.pm
9010____________________________________________________________________________
9011[ 18552] By: jhi on 2003/01/22 12:34:06
9012 Log: Subject: [PATCH] assert PV isn't RV
9013 From: Nicholas Clark <nick@unfortu.net>
9014 Date: Fri, 17 Jan 2003 19:40:45 +0000
9015 Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
9016 Branch: perl
9017 ! sv.h
9018____________________________________________________________________________
9019[ 18551] By: jhi on 2003/01/22 12:28:11
9020 Log: Integrate from maint-5.8:
9021 [ 18375]
9022 Better version of change #18370; use the new 'E' flag
9023 so that cxinc is exposed (as cpp) only to List::Util
9024 (well, any extension) (well, anyone who does -DPERL_EXT),
9025 no need to export it globally.
9026 Branch: perl
9027 !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
9028____________________________________________________________________________
9029[ 18550] By: nick on 2003/01/22 12:27:48
9030 Log: #if defined(__irix__) (for stdio invalidate) from Jarkko.
9031 Branch: perlio
9032 ! perlio.c
9033____________________________________________________________________________
9034[ 18549] By: nick on 2003/01/22 09:06:23
9035 Log: Report layer name (without arg) on fail, and attempt to
9036 autoload layer name. (Fix for [perl #20460]).
9037 Branch: perlio
9038 ! lib/open.pm
9039____________________________________________________________________________
9040[ 18548] By: nick on 2003/01/22 08:47:24
9041 Log: Add defined(__osf__) case to invalidate_fileno (for Tru64).
9042 Branch: perlio
9043 ! perlio.c
9044____________________________________________________________________________
9045[ 18547] By: nick on 2003/01/22 08:32:59
9046 Log: Tweak APItest for new semantics of printf.
9047 Now printf() is always real printf() and not #define'd to
9048 PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
9049 back to original file does not affect stdout unless we are
9050 using :stdio as implementation. So things printf()ed XS side
9051 are not written to file (and turn up at end of test).
9052 So add an XS function which does fflush(stdout), modify .pm
9053 file to export it and .t file to call it.
9054 Branch: perlio
9055 ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
9056 ! ext/XS/APItest/t/printf.t
9057____________________________________________________________________________
9058[ 18546] By: nick on 2003/01/22 08:26:14
9059 Log: Integrate mainline
9060 Branch: perlio
9061 !> (integrate 36 files)
9062____________________________________________________________________________
9063[ 18545] By: ams on 2003/01/22 06:06:26
9064 Log: Subject: [PATCH perl-current] AUTHORS correction
9065 From: Richard Soderberg <rs@crystalflame.net>
9066 Date: Wed, 22 Jan 2003 02:08:13 -0500
9067 Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
9068 Branch: perl
9069 ! AUTHORS
9070____________________________________________________________________________
9071[ 18544] By: jhi on 2003/01/22 03:45:01
9072 Log: Continuation of #18542.
9073 Branch: perl
9074 ! sv.c
9075____________________________________________________________________________
9076[ 18543] By: jhi on 2003/01/22 03:21:23
9077 Log: Update the MD5 checksums.
9078 Branch: perl
9079 ! ext/Digest/MD5/t/files.t
9080____________________________________________________________________________
9081[ 18542] By: hv on 2003/01/22 01:37:52
9082 Log: #18530 misses a couple of pTHX definitions
9083 Branch: perl
9084 ! sv.c
9085____________________________________________________________________________
9086[ 18541] By: jhi on 2003/01/21 22:08:51
9087 Log: Try to make including patchlevel.h a bit more
9088 robust (use <> instead of "") and in case of
9089 failure (PERL_VERSION didn't get defined) try
9090 to fail (by trying to #include an "obviously"
9091 named file that should not exist) (didn't use
9092 #error since IIRC older cpps do not have it)
9093 (Tries to address [perl #20276].)
9094 Branch: perl
9095 ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
9096 ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
9097 ! ext/Storable/Storable.xs
9098____________________________________________________________________________
9099[ 18540] By: nick on 2003/01/21 20:53:00
9100 Log: stdio does NOT set errno==EBADF on invalidated fileno
9101 Branch: perlio
9102 ! perlio.c
9103____________________________________________________________________________
9104[ 18539] By: nick on 2003/01/21 20:22:55
9105 Log: Try the invalidate_fileno() idea for non-leaky stdio sockets.
9106 Branch: perlio
9107 ! perlio.c
9108____________________________________________________________________________
9109[ 18538] By: merijn on 2003/01/21 16:54:00
9110 Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
9111 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9112 Date: Mon, 30 Dec 2002 18:01:16 -0800
9113 Message-ID: <spPE+gzkg+6F092yn@efn.org>
9114 Branch: perl
9115 ! Configure
9116____________________________________________________________________________
9117[ 18537] By: merijn on 2003/01/21 16:49:45
9118 Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
9119 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9120 Date: Mon, 30 Dec 2002 18:01:16 -0800
9121 Message-ID: <spPE+gzkg+6F092yn@efn.org>
9122 Branch: metaconfig
9123 + U/modified/i_malloc.U
9124____________________________________________________________________________
9125[ 18536] By: jhi on 2003/01/21 14:18:40
9126 Log: Allow explicit -C enable/disable by -C:1/-C:0
9127 (suggested by Peter Haworth).
9128 Branch: perl
9129 ! perl.c pod/perlrun.pod
9130____________________________________________________________________________
9131[ 18535] By: jhi on 2003/01/21 02:49:55
9132 Log: Integrate:
9133 [ 18526]
9134 Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
9135 From: Blair Zajac <blair@orcaware.com>
9136 Date: Wed, 08 Jan 2003 12:28:35 -0800
9137 Message-ID: <3E1C89F3.2B4759C@orcaware.com>
9138
9139 [ 18527]
9140 Subject: perl version reporting
9141 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9142 Date: Wed, 18 Dec 2002 08:30:32 +0100
9143 Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
9144
9145 [ 18532]
9146 Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
9147 From: Martien Verbruggen <mgjv@tradingpost.com.au>
9148 Date: Tue, 31 Dec 2002 16:42:28 +1100
9149 Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
9150
9151 [ 18533]
9152 Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
9153 From: hv@crypt.org
9154 Date: Thu, 02 Jan 2003 14:33:49 +0000
9155 Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
9156
9157 [ 18534]
9158 Subject: PATCH: perldoc in MAINT branch (probably unstable too)
9159 From: Chip Turner <cturner@redhat.com>
9160 Date: 02 Jan 2003 11:35:57 -0500
9161 Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
9162 Branch: maint-5.8/perl
9163 !> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9164 !> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9165 !> lib/Pod/Perldoc.pm perl.c pod/perlsyn.pod regexec.c
9166 !> t/op/subst.t
9167____________________________________________________________________________
9168[ 18534] By: hv on 2003/01/21 02:22:53
9169 Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
9170 From: Chip Turner <cturner@redhat.com>
9171 Date: 02 Jan 2003 11:35:57 -0500
9172 Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
9173 Branch: perl
9174 ! lib/Pod/Perldoc.pm
9175____________________________________________________________________________
9176[ 18533] By: hv on 2003/01/21 02:15:29
9177 Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
9178 From: hv@crypt.org
9179 Date: Thu, 02 Jan 2003 14:33:49 +0000
9180 Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
9181 Branch: perl
9182 ! regexec.c t/op/subst.t
9183____________________________________________________________________________
9184[ 18532] By: hv on 2003/01/21 01:56:31
9185 Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
9186 From: Martien Verbruggen <mgjv@tradingpost.com.au>
9187 Date: Tue, 31 Dec 2002 16:42:28 +1100
9188 Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
9189 Branch: perl
9190 ! pod/perlsyn.pod
9191____________________________________________________________________________
9192[ 18531] By: hv on 2003/01/21 01:52:49
9193 Log: integrate #18366-18370 from maint-5.8:
9194 Implement the CPP namespace protection from [perl #8610];
9195 unless a function has an 'A' flag, it's defined only if
9196 PERL_CORE. (Why do we have so many many functions with an
9197 'A' flag, is another matter.) (The number of #ifdef PERL_COREs
9198 could be cut down further by having a state variable and
9199 inserting #ifdefs and #endifs when the state flips.)
9200
9201 Caught by change #18366; thanks to the re extension we have some
9202 functions that are file static but yet part of "the public API"...
9203 Maybe a new class of exportability (a new embed.fnc flag) is
9204 required for this case.
9205
9206 Continue on change #18367; implement the said flag, 'E'.
9207 (Some nm output studying was needed to get the right set
9208 of re symbols defined.)
9209
9210 In AIX (strict symbol exports) the cxinc is needed for List::Util.
9211 Branch: perl
9212 ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
9213____________________________________________________________________________
9214[ 18530] By: hv on 2003/01/21 01:37:03
9215 Log: integrate (by hand) #18353 and #18359 from maint-5.8:
9216 Introduce a cache for UTF-8 data: length and byte<->char offset
9217 mapping are stored in a new type of magic. Speeds up length(),
9218 substr(), index(), rindex(), pos(), and some parts of s///.
9219
9220 The speedup varies a lot (on the usual suspects: what is the
9221 access pattern of the data, compiler, CPU), but should be at
9222 least one order of magnitude, and getting to the same magnitude
9223 as byte string speeds, and in some cases (length on unchanged data)
9224 even reaching the byte string speed. On the other hand, in some
9225 cases (index) the byte speed is still faster by a factor of five
9226 or so, but the bottleneck there does not seem to be any more
9227 the byte<->char offset mapping (instead, the fbm_instr() speed).
9228
9229 There is one cache slot for the length, and only two for the
9230 byte<->char offset mapping (the first one for the start->offset,
9231 and the second for the offset->offset+length, when talking
9232 in substr() terms).
9233
9234 Code this hairy is bound to have hairy trolls hiding under it.
9235 [...]
9236 A small tweak on top of #18353: don't display mg_len bytes of
9237 mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
9238 Branch: perl
9239 ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
9240 ! sv.c util.c
9241____________________________________________________________________________
9242[ 18529] By: hv on 2003/01/21 00:44:20
9243 Log: integrate #18349 from maint-5.8:
9244 At least partially address [perl #10000] by speeding
9245 up both the ASCII case (by about 2-3%) and the UTF-8 case
9246 (by about 45%). The major trick is to avoid hitting the
9247 costly S_reginclass(). (Even before this patch the speedup
9248 since 5.8.0 was about 40-50%.) After this the UTF-8 case is
9249 still about 30-60% slower than the ASCII case. (Note that
9250 I'm unable to reproduce the 10-fold speed difference of the
9251 original bug report; I can see a factor of 2 or 3, but no more.)
9252 Branch: perl
9253 !> regexec.c
9254____________________________________________________________________________
9255[ 18528] By: hv on 2003/01/21 00:24:11
9256 Log: Subject: [PATCH pp_ctl.c] silence warning
9257 From: Dave Mitchell <davem@fdgroup.com>
9258 Date: Sun, 29 Dec 2002 15:09:31 +0000
9259 Message-ID: <20021229150931.C2325@fdgroup.com>
9260 Branch: perl
9261 ! pp_ctl.c
9262____________________________________________________________________________
9263[ 18527] By: hv on 2003/01/21 00:04:14
9264 Log: Subject: perl version reporting
9265 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9266 Date: Wed, 18 Dec 2002 08:30:32 +0100
9267 Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
9268 Branch: perl
9269 ! perl.c
9270____________________________________________________________________________
9271[ 18526] By: hv on 2003/01/20 23:21:22
9272 Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
9273 From: Blair Zajac <blair@orcaware.com>
9274 Date: Wed, 08 Jan 2003 12:28:35 -0800
9275 Message-ID: <3E1C89F3.2B4759C@orcaware.com>
9276 Branch: perl
9277 ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9278 ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9279____________________________________________________________________________
9280[ 18525] By: jhi on 2003/01/20 17:54:12
9281 Log: Integrate:
9282 [ 18516]
9283 microperl update.
9284
9285 [ 18519]
9286 Encode MANIFEST update.
9287
9288 [ 18521]
9289 Retract #18154 (integrate of perlio #18507), not enough
9290 threadsafety.
9291
9292 [ 18522]
9293 Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
9294 From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
9295 Date: 20 Jan 2003 01:54:07 -0000
9296 Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
9297
9298 [ 18523]
9299 Upgrade to Digest 1.02.
9300
9301 [ 18524]
9302 Integrate from perlio:
9303 [ 18520]
9304 Move #define printf out of perl.h into appropriate
9305 PerlIO files.
9306 Branch: maint-5.8/perl
9307 !> Makefile.micro ext/Encode/MANIFEST fakesdio.h lib/Digest.pm
9308 !> lib/Digest.t nostdio.h perl.h perlio.c pp_hot.c uconfig.h
9309 !> uconfig.sh
9310____________________________________________________________________________
9311[ 18524] By: jhi on 2003/01/20 17:51:10
9312 Log: Integrate from perlio:
9313 [ 18520]
9314 Move #define printf out of perl.h into appropriate
9315 PerlIO files.
9316 Branch: perl
9317 !> fakesdio.h nostdio.h perl.h
9318____________________________________________________________________________
9319[ 18523] By: jhi on 2003/01/20 17:48:51
9320 Log: Upgrade to Digest 1.02.
9321 Branch: perl
9322 ! lib/Digest.pm lib/Digest.t
9323____________________________________________________________________________
9324[ 18522] By: jhi on 2003/01/20 17:43:15
9325 Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
9326 From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
9327 Date: 20 Jan 2003 01:54:07 -0000
9328 Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
9329 Branch: perl
9330 ! pp_hot.c
9331____________________________________________________________________________
9332[ 18521] By: jhi on 2003/01/20 17:37:35
9333 Log: Retract #18154 (integrate of perlio #18507), not enough
9334 threadsafety.
9335 Branch: perl
9336 ! perlio.c
9337____________________________________________________________________________
9338[ 18520] By: nick on 2003/01/20 15:09:08
9339 Log: Move #define printf out of perl.h into appropriate
9340 PerlIO files.
9341 Branch: perlio
9342 ! fakesdio.h nostdio.h perl.h
9343____________________________________________________________________________
9344[ 18519] By: jhi on 2003/01/20 12:25:43
9345 Log: Encode MANIFEST update.
9346 Branch: perl
9347 ! ext/Encode/MANIFEST
9348____________________________________________________________________________
9349[ 18518] By: nick on 2003/01/20 09:37:52
9350 Log: Integrate mainline
9351 Branch: perlio
9352 +> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
9353 +> ext/Time/HiRes/fallback/const-c.inc
9354 +> ext/Time/HiRes/fallback/const-xs.inc t/op/readline.t
9355 !> (integrate 75 files)
9356____________________________________________________________________________
9357[ 18517] By: nick on 2003/01/20 08:34:10
9358 Log: Integrate #18405 from maint-5.8 which fixes whitespac
9359 issues in open(FH,"&...")
9360 Branch: perl
9361 !> doio.c
9362____________________________________________________________________________
9363[ 18516] By: jhi on 2003/01/19 13:48:10
9364 Log: microperl update.
9365 Branch: perl
9366 ! Makefile.micro uconfig.h uconfig.sh
9367____________________________________________________________________________
9368[ 18515] By: jhi on 2003/01/18 18:43:52
9369 Log: Integrate:
9370 [ 18474]
9371 Integrate from perlio:
9372 [ 18470]
9373 Fix #16306 and #16880
9374
9375 (#16306 Big Badda leak in Sockets)
9376 (#16880 Memory leak with IO::Socket in Perl v5.8.0)
9377
9378 [ 18475]
9379 Integrate from perlio:
9380 [ 18471]
9381 Fix #18711 and add test for it (and indeed tell on write
9382 handles at all !
9383
9384 (#18711 Serious bug of tell() in perl)
9385
9386 [ 18507]
9387 Thread-protection for dup/fclose/dup2 scheme of stdio leak
9388 avoidance.
9389
9390 [ 18508]
9391 Subject: Re: 18457 on cygwin/20030113
9392 From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
9393 Date: Fri, 17 Jan 2003 15:10:34 +0000
9394 Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
9395
9396 [ 18509]
9397 Upgrade to Digest::MD5 2.22.
9398
9399 [ 18510]
9400 Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
9401
9402 [ 18511]
9403 Upgrade to Digest 1.01.
9404
9405 [ 18512]
9406 EPOC perl address updates.
9407
9408 [ 18513]
9409 Slight pod reformatting based on [perl #20284].
9410
9411 [ 18514]
9412 Integrate from perlio:
9413 [ 18507]
9414 Thread-protection for dup/fclose/dup2 scheme of stdio leak
9415 avoidance.
9416 Branch: maint-5.8/perl
9417 !> README.epoc README.mint ext/Data/Dumper/Dumper.pm
9418 !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9419 !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
9420 !> ext/Digest/MD5/t/files.t lib/Digest.pm perlio.c t/io/tell.t
9421 !> utils/libnetcfg.PL
9422____________________________________________________________________________
9423[ 18514] By: jhi on 2003/01/18 18:36:00
9424 Log: Integrate from perlio:
9425 [ 18507]
9426 Thread-protection for dup/fclose/dup2 scheme of stdio leak
9427 avoidance.
9428 Branch: perl
9429 !> perlio.c t/io/tell.t
9430____________________________________________________________________________
9431[ 18513] By: jhi on 2003/01/18 18:07:01
9432 Log: Slight pod reformatting based on [perl #20284].
9433 Branch: perl
9434 ! README.mint ext/Data/Dumper/Dumper.pm
9435____________________________________________________________________________
9436[ 18512] By: jhi on 2003/01/17 21:00:15
9437 Log: EPOC perl address updates.
9438 Branch: perl
9439 ! README.epoc
9440____________________________________________________________________________
9441[ 18511] By: jhi on 2003/01/17 20:23:42
9442 Log: Upgrade to Digest 1.01.
9443 Branch: perl
9444 ! lib/Digest.pm
9445____________________________________________________________________________
9446[ 18510] By: jhi on 2003/01/17 19:53:37
9447 Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
9448 Branch: perl
9449 ! utils/libnetcfg.PL
9450____________________________________________________________________________
9451[ 18509] By: jhi on 2003/01/17 19:45:11
9452 Log: Upgrade to Digest::MD5 2.22.
9453 Branch: perl
9454 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9455 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
9456 ! ext/Digest/MD5/t/files.t
9457____________________________________________________________________________
9458[ 18508] By: merijn on 2003/01/17 14:12:53
9459 Log: Subject: Re: 18457 on cygwin/20030113
9460 From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
9461 Date: Fri, 17 Jan 2003 15:10:34 +0000
9462 Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
9463 Branch: perl
9464 ! t/io/tell.t
9465____________________________________________________________________________
9466[ 18507] By: nick on 2003/01/17 14:05:27
9467 Log: Thread-protection for dup/fclose/dup2 scheme of stdio leak
9468 avoidance.
9469 Branch: perlio
9470 ! perlio.c
9471____________________________________________________________________________
9472[ 18506] By: nick on 2003/01/17 14:04:18
9473 Log: Correct typo (actually copy/paste of wrong thing).
9474 Branch: perlio
9475 ! t/io/tell.t
9476____________________________________________________________________________
9477[ 18505] By: jhi on 2003/01/17 13:36:55
9478 Log: Integrate:
9479 [ 18504]
9480 Integrate from perlio:
9481 [ 18476]
9482 Remove workaround for :stdio layer bug now fixed
9483 (Fixes #18975)
9484 Branch: maint-5.8/perl
9485 !> pp_sys.c
9486____________________________________________________________________________
9487[ 18504] By: jhi on 2003/01/17 13:21:51
9488 Log: Integrate from perlio:
9489 [ 18476]
9490 Remove workaround for :stdio layer bug now fixed
9491 (Fixes #18975)
9492 Branch: perl
9493 !> pp_sys.c
9494____________________________________________________________________________
9495[ 18503] By: jhi on 2003/01/16 23:29:57
9496 Log: Integrate:
9497 [ 18478]
9498 Upgrade to Encode 1.84.
9499
9500 [ 18479]
9501 Add a test for encoding 'utf8'.
9502
9503 [ 18480]
9504 Encode 1.84 broke the subtest #7, further study required.
9505
9506 [ 18481]
9507 Apparently some stdios have bugs (no! don't tell it is so!)
9508 or there is a corner of stdio that is substandardised.
9509
9510 [ 18483]
9511 Detypo.
9512
9513 [ 18484]
9514 Upgrade to Time::HiRes 1.42.
9515
9516 [ 18486]
9517 isa() and can() didn't work on magic variables
9518 see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
9519 plus a test case by B. Goldberg
9520
9521 [ 18487]
9522 Add a test case for bug [perl #19545]
9523
9524 [ 18488]
9525 Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
9526 From: Brendan O'Dea <bod@debian.org>
9527 Date: Sun, 12 Jan 2003 06:17:30 +1100
9528 Message-ID: <20030111191730.GA19420@londo.c47.org>
9529
9530 [ 18489]
9531 Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
9532 From: Brendan O'Dea <bod@debian.org>
9533 Date: Sun, 12 Jan 2003 06:18:32 +1100
9534 Message-ID: <20030111191832.GA19441@londo.c47.org>
9535
9536 [ 18490]
9537 Make the locale-induced UTF-8-ification of STD fhs
9538 and the default file open layer explicit (either -C
9539 or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
9540
9541 [ 18491]
9542 if (0) the PL_widesyscalls code for now: Sarathy
9543 should take another look to see whether it is really
9544 safe to remove the code, too.
9545
9546 [ 18492]
9547 Subject: Update for ext/Digest/MD5/
9548 From: Gisle Aas <gisle@ActiveState.com>
9549 Date: 30 Dec 2002 07:38:16 -0800
9550 Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
9551
9552 [ 18493]
9553 Subject: Update for ext/MIME/Base64/
9554 From: Gisle Aas <gisle@ActiveState.com>
9555 Date: 30 Dec 2002 07:34:34 -0800
9556 Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
9557
9558 [ 18494]
9559 Upgrade to CGI.pm 2.89.
9560
9561 [ 18495]
9562 It seems the binmode() is needed with UTF-8 locales enabled.
9563
9564 [ 18496]
9565 Fix 'use encoding' I/O for code points 0x80..0xFF;
9566 code changes from Inaba Hiroto; test tweaks by jhi.
9567
9568 [ 18501]
9569 Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
9570 From: "Jos I. Boumans" <kane@dwim.org>
9571 Date: Thu, 16 Jan 2003 14:04:48 +0100
9572 Message-ID: <3E26ADF0.6010605@dwim.org>
9573 (with test tweaks)
9574
9575 [ 18502]
9576 Integrate from maint-5.6:
9577 [ 18477]
9578 search utility doesn't skip exe/lib/pdb files properly on windows
9579 Branch: maint-5.8/perl
9580 +> ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
9581 !> (integrate 57 files)
9582____________________________________________________________________________
9583[ 18502] By: jhi on 2003/01/16 22:53:23
9584 Log: Integrate from maint-5.6:
9585 [ 18477]
9586 search utility doesn't skip exe/lib/pdb files properly on windows
9587 Branch: perl
9588 !> win32/bin/search.pl
9589____________________________________________________________________________
9590[ 18501] By: rgs on 2003/01/16 21:28:42
9591 Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
9592 From: "Jos I. Boumans" <kane@dwim.org>
9593 Date: Thu, 16 Jan 2003 14:04:48 +0100
9594 Message-ID: <3E26ADF0.6010605@dwim.org>
9595 (with test tweaks)
9596 Branch: perl
9597 ! lib/File/Find.pm lib/File/Find/t/find.t
9598____________________________________________________________________________
9599[ 18500] By: rgs on 2003/01/16 21:17:14
9600 Log: Integrate #18447 from maint-5.8 :
9601 test.pl-ise t/op/fh.t.
9602 Branch: perl
9603 !> t/op/fh.t
9604____________________________________________________________________________
9605[ 18499] By: rgs on 2003/01/16 20:58:59
9606 Log: Integrate changes to Attribute::Handlers from maint-5.8
9607 (18404 and 18427).
9608 Subject: [PATCH] Re: Attribute::Handlers phase variance
9609 From: Richard Clamp <richardc@unixbeard.net>
9610 Date: Mon, 9 Dec 2002 11:10:24 +0000
9611 Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
9612 Branch: perl
9613 !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
9614____________________________________________________________________________
9615[ 18498] By: rgs on 2003/01/16 20:48:10
9616 Log: Integrate changes #18422 and #18423 from maint-5.8.
9617 18422 :
9618 Third Degree found a read of uninit memory (after setting
9619 grent_size with sysconf(), pwent_size was read). Also make
9620 the ERANGE/INVARG more consistent.
9621 18423 :
9622 spent_size was still off. (As far as I can tell
9623 _SC_GETPW_R_SIZE_MAX is supposed to be used also
9624 for spents, not just pwents.)
9625 Branch: perl
9626 !> reentr.c reentr.h reentr.pl
9627____________________________________________________________________________
9628[ 18497] By: rgs on 2003/01/16 20:40:58
9629 Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
9630 From: Dave Mitchell <davem@fdgroup.com>
9631 Date: Wed, 1 Jan 2003 21:43:24 +0000
9632 Message-ID: <20030101214324.F12907@fdgroup.com>
9633 (integrated from change #18397 in maint-5.8)
9634 Branch: perl
9635 !> lib/Time/Local.pm lib/Time/Local.t
9636____________________________________________________________________________
9637[ 18496] By: jhi on 2003/01/16 20:36:23
9638 Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
9639 code changes from Inaba Hiroto; test tweaks by jhi.
9640 Branch: perl
9641 + ext/Encode/t/enc_eucjp.t
9642 ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
9643 ! pp.c sv.c sv.h t/uni/tr_utf8.t
9644____________________________________________________________________________
9645[ 18495] By: jhi on 2003/01/16 20:19:36
9646 Log: It seems the binmode() is needed with UTF-8 locales enabled.
9647 Branch: perl
9648 ! ext/Encode/t/CJKT.t
9649____________________________________________________________________________
9650[ 18494] By: jhi on 2003/01/16 20:11:35
9651 Log: Upgrade to CGI.pm 2.89.
9652 Branch: perl
9653 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
9654 ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
9655____________________________________________________________________________
9656[ 18493] By: jhi on 2003/01/16 20:03:01
9657 Log: Subject: Update for ext/MIME/Base64/
9658 From: Gisle Aas <gisle@ActiveState.com>
9659 Date: 30 Dec 2002 07:34:34 -0800
9660 Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
9661 Branch: perl
9662 ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
9663 ! ext/MIME/Base64/QuotedPrint.pm
9664 ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
9665____________________________________________________________________________
9666[ 18492] By: jhi on 2003/01/16 19:56:07
9667 Log: Subject: Update for ext/Digest/MD5/
9668 From: Gisle Aas <gisle@ActiveState.com>
9669 Date: 30 Dec 2002 07:38:16 -0800
9670 Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
9671 Branch: perl
9672 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9673 ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
9674 ! ext/Digest/MD5/t/files.t
9675____________________________________________________________________________
9676[ 18491] By: jhi on 2003/01/16 19:24:10
9677 Log: if (0) the PL_widesyscalls code for now: Sarathy
9678 should take another look to see whether it is really
9679 safe to remove the code, too.
9680 Branch: perl
9681 ! win32/win32.h wince/win32.h
9682____________________________________________________________________________
9683[ 18490] By: jhi on 2003/01/16 01:58:39
9684 Log: Make the locale-induced UTF-8-ification of STD fhs
9685 and the default file open layer explicit (either -C
9686 or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
9687 Branch: perl
9688 ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
9689 ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
9690 ! pod/perlvar.pod
9691____________________________________________________________________________
9692[ 18489] By: rgs on 2003/01/15 20:55:00
9693 Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
9694 From: Brendan O'Dea <bod@debian.org>
9695 Date: Sun, 12 Jan 2003 06:18:32 +1100
9696 Message-ID: <20030111191832.GA19441@londo.c47.org>
9697 Branch: perl
9698 ! pod/perlrun.pod
9699____________________________________________________________________________
9700[ 18488] By: rgs on 2003/01/15 20:51:48
9701 Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
9702 From: Brendan O'Dea <bod@debian.org>
9703 Date: Sun, 12 Jan 2003 06:17:30 +1100
9704 Message-ID: <20030111191730.GA19420@londo.c47.org>
9705 Branch: perl
9706 ! lib/diagnostics.pm
9707____________________________________________________________________________
9708[ 18487] By: rgs on 2003/01/15 20:45:14
9709 Log: Add a test case for bug [perl #19545]
9710 Branch: perl
9711 ! t/op/do.t
9712____________________________________________________________________________
9713[ 18486] By: rgs on 2003/01/15 20:34:52
9714 Log: isa() and can() didn't work on magic variables
9715 see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
9716 plus a test case by B. Goldberg
9717 Branch: perl
9718 ! t/op/universal.t universal.c
9719____________________________________________________________________________
9720[ 18485] By: rgs on 2003/01/15 20:10:57
9721 Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
9722 From: Stephen McCamant <smcc@mit.edu>
9723 Date: Thu, 2 Jan 2003 18:08:23 -0500
9724 Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
9725 Plus a test by Jarkko
9726 Integrated from changes 18444 and 18446 from maint-5.8
9727 Branch: perl
9728 +> t/op/readline.t
9729 !> MANIFEST pp_hot.c
9730____________________________________________________________________________
9731[ 18484] By: jhi on 2003/01/15 14:09:57
9732 Log: Upgrade to Time::HiRes 1.42.
9733 Branch: perl
9734 + ext/Time/HiRes/fallback/const-c.inc
9735 + ext/Time/HiRes/fallback/const-xs.inc
9736 ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9737 ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
9738____________________________________________________________________________
9739[ 18483] By: jhi on 2003/01/15 00:23:20
9740 Log: Detypo.
9741 Branch: perl
9742 ! ext/Encode/Unicode/Unicode.xs
9743____________________________________________________________________________
9744[ 18482] By: rgs on 2003/01/14 21:41:04
9745 Log: Integrate change #18365 from maint-5.8 :
9746 Doc tweak on the S_ macros.
9747 Branch: perl
9748 !> pod/perlfunc.pod
9749____________________________________________________________________________
9750[ 18481] By: jhi on 2003/01/14 12:40:24
9751 Log: Apparently some stdios have bugs (no! don't tell it is so!)
9752 or there is a corner of stdio that is substandardised.
9753 Branch: perl
9754 ! t/io/tell.t
9755____________________________________________________________________________
9756[ 18480] By: jhi on 2003/01/14 01:25:14
9757 Log: Encode 1.84 broke the subtest #7, further study required.
9758 Branch: perl
9759 ! t/uni/tr_utf8.t
9760____________________________________________________________________________
9761[ 18479] By: jhi on 2003/01/13 23:13:02
9762 Log: Add a test for encoding 'utf8'.
9763 Branch: perl
9764 + ext/Encode/t/enc_utf8.t
9765 ! MANIFEST ext/Encode/MANIFEST
9766____________________________________________________________________________
9767[ 18478] By: jhi on 2003/01/13 23:10:55
9768 Log: Upgrade to Encode 1.84.
9769 Branch: perl
9770 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9771 ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
9772____________________________________________________________________________
9773[ 18477] By: gsar on 2003/01/13 22:55:44
9774 Log: search utility doesn't skip exe/lib/pdb files properly on windows
9775 Branch: maint-5.6/perl
9776 ! win32/bin/search.pl
9777____________________________________________________________________________
9778[ 18476] By: nick on 2003/01/13 10:14:22
9779 Log: Remove workaround for :stdio layer bug now fixed
9780 (Fixes #18975)
9781 Branch: perlio
9782 ! pp_sys.c
9783____________________________________________________________________________
9784[ 18475] By: jhi on 2003/01/13 02:42:47
9785 Log: Integrate from perlio:
9786 [ 18471]
9787 Fix #18711 and add test for it (and indeed tell on write
9788 handles at all !
9789
9790 (#18711 Serious bug of tell() in perl)
9791 Branch: perl
9792 !> perlio.c t/io/tell.t
9793____________________________________________________________________________
9794[ 18474] By: jhi on 2003/01/13 02:41:04
9795 Log: Integrate from perlio:
9796 [ 18470]
9797 Fix #16306 and #16880
9798
9799 (#16306 Big Badda leak in Sockets)
9800 (#16880 Memory leak with IO::Socket in Perl v5.8.0)
9801 Branch: perl
9802 !> perlio.c
9803____________________________________________________________________________
9804[ 18473] By: jhi on 2003/01/13 02:38:33
9805 Log: Integrate perlio #18040 and #18043 (no real changes;
9806 some whitespace changes but ignored them so that Dan's
9807 version of Encode wins)
9808 Branch: perl
9809 !> ext/Encode/Encode.xs
9810____________________________________________________________________________
9811[ 18472] By: jhi on 2003/01/13 01:31:01
9812 Log: Integrate perlio to mainline:
9813 [ 18240]
9814 Avoid eqtime() wiping the file (as suggested by
9815 "Luis G. Uribe C." <GUribe@SoftHome.net>
9816 Branch: perl
9817 !> lib/ExtUtils/Command.pm
9818____________________________________________________________________________
9819[ 18471] By: nick on 2003/01/12 17:34:33
9820 Log: Fix #18711 and add test for it (and indeed tell on write
9821 handles at all !
9822 Branch: perlio
9823 ! perlio.c t/io/tell.t
9824____________________________________________________________________________
9825[ 18470] By: nick on 2003/01/12 14:06:15
9826 Log: Fix #16306 and #16880
9827 Branch: perlio
9828 ! perlio.c
9829____________________________________________________________________________
9830[ 18469] By: nick on 2003/01/12 09:54:42
9831 Log: Integrate Mainline
9832 Branch: perlio
9833 +> ext/threads/t/problems.t
9834 !> (integrate 64 files)
9835____________________________________________________________________________
9836[ 18468] By: rgs on 2003/01/09 21:07:44
9837 Log: Subject: [PATCH] VMS perly build tweak
9838 From: "Craig A. Berry" <craigberry@mac.com>
9839 Date: Thu, 9 Jan 2003 14:44:40 -0600
9840 Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
9841 Branch: perl
9842 ! vms/descrip_mms.template
9843____________________________________________________________________________
9844[ 18467] By: rgs on 2003/01/09 21:03:07
9845 Log: Document that ${^TAINT} is read-only.
9846 Branch: perl
9847 ! pod/perlvar.pod
9848____________________________________________________________________________
9849[ 18466] By: jhi on 2003/01/09 14:07:25
9850 Log: Integrate:
9851 [ 18459]
9852 PerlFAQ sync.
9853
9854 [ 18465]
9855 Fix the doc for splitpath() in the File::Spec modules :
9856 this function doesn't return undef in any case.
9857 Branch: maint-5.8/perl
9858 !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
9859 !> lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm pod/perlfaq.pod
9860 !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9861 !> pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9862 !> pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
9863____________________________________________________________________________
9864[ 18465] By: rgs on 2003/01/08 22:02:26
9865 Log: Fix the doc for splitpath() in the File::Spec modules :
9866 this function doesn't return undef in any case.
9867 Branch: perl
9868 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
9869 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
9870____________________________________________________________________________
9871[ 18464] By: rgs on 2003/01/08 21:40:37
9872 Log: Subject: [PATCH] label code in pp_ctl.c
9873 From: Nicholas Clark <nick@unfortu.net>
9874 Date: Thu, 26 Dec 2002 21:19:36 +0000
9875 Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
9876 (Integrated from change #18400 from maint-5.8)
9877 Branch: perl
9878 !> pp_ctl.c
9879____________________________________________________________________________
9880[ 18463] By: rgs on 2003/01/08 21:27:49
9881 Log: Subject: [DOCPATCH] hv_store and hv_store_ent
9882 From: Nicholas Clark <nick@unfortu.net>
9883 Date: Wed, 1 Jan 2003 18:17:59 +0000
9884 Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
9885 (Integrated from change #18399 from maint-5.8)
9886 Branch: perl
9887 !> hv.c
9888____________________________________________________________________________
9889[ 18462] By: rgs on 2003/01/08 21:24:09
9890 Log: Integrate change #18391 from maint-5.8:
9891 Document the installprefix trick for compiling PASE Perl in AIX.
9892 Branch: perl
9893 !> README.os400
9894____________________________________________________________________________
9895[ 18461] By: rgs on 2003/01/08 21:16:54
9896 Log: Integrate change #18362 from maint-5.8:
9897 Fix [perl #18666] (taking the more conservative approach).
9898 Branch: perl
9899 !> lib/File/Spec/Unix.pm
9900____________________________________________________________________________
9901[ 18460] By: rgs on 2003/01/08 21:14:20
9902 Log: Integrate change #18361 from maint-5.8:
9903 Document that the socketpair tests are unhappy in old SCO,
9904 as per [perl #18537].
9905 Branch: perl
9906 !> pod/perl58delta.pod
9907____________________________________________________________________________
9908[ 18459] By: rgs on 2003/01/08 20:48:19
9909 Log: PerlFAQ sync.
9910 Branch: perl
9911 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9912 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9913 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9914 ! pod/perlfaq9.pod
9915____________________________________________________________________________
9916[ 18458] By: jhi on 2003/01/08 19:43:26
9917 Log: Integrate:
9918 [ 18438]
9919 Subject: Re: [PATCH] Tiny nits in perlre.pod
9920 From: andreas.koenig@anima.de (Andreas J. Koenig)
9921 Date: Fri, 03 Jan 2003 00:57:15 +0100
9922 Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
9923
9924 [ 18439]
9925 Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
9926 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9927 Date: Fri, 13 Dec 2002 00:54:43 +0100
9928 Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
9929 Same as change 18403 for maint-5.8 branch
9930
9931 [ 18441]
9932 Subject: [DOCPATCH] File::Copy's synopsis
9933 From: Nicholas Clark <nick@unfortu.net>
9934 Date: Wed, 1 Jan 2003 21:09:30 +0000
9935 Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
9936
9937 [ 18451]
9938 Subject: [PATCH perl@18746] VMS test adjustments
9939 Date: Sat, 04 Jan 2003 11:26:00 -0600
9940 From: "Craig A. Berry" <craigberry@mac.com>
9941 Message-ID: <3E171928.1040100@mac.com>
9942
9943 [ 18453]
9944 Change the value of ${^TAINT} : 0 without taint checks,
9945 1 with -T, and -1 with -t or -TU.
9946
9947 [ 18454]
9948 Integrate podlators-1.25
9949
9950 [ 18455]
9951 Subject: [PATCH] integrate more with report_evil_fh
9952 From: Nicholas Clark <nick@unfortu.net>
9953 Date: Thu, 26 Dec 2002 20:56:21 +0000
9954 Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
9955 Branch: maint-5.8/perl
9956 !> ext/Devel/Peek/Peek.t ext/Filter/t/call.t
9957 !> lib/ExtUtils/t/Embed.t lib/File/Copy.pm lib/Pod/Man.pm
9958 !> lib/Pod/t/man.t lib/charnames.t mg.c pod/perlre.pod
9959 !> pod/perlvar.pod pp_sys.c t/op/taint.t t/run/runenv.t
9960 !> t/run/switchI.t t/run/switcht.t
9961____________________________________________________________________________
9962[ 18457] By: jhi on 2003/01/08 01:47:02
9963 Log: Upgrade to Time::HiRes 1.42.
9964 Branch: maint-5.8/perl
9965 + ext/Time/HiRes/fallback/const-c.inc
9966 + ext/Time/HiRes/fallback/const-xs.inc
9967 ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9968 ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
9969____________________________________________________________________________
9970[ 18456] By: hv on 2003/01/07 09:20:22
9971 Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
9972 From: Nicholas Clark <nick@unfortu.net>
9973 Date: Thu, 26 Dec 2002 21:16:27 +0000
9974 Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
9975 Branch: perl
9976 ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
9977 ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
9978 ! utf8.c
9979____________________________________________________________________________
9980[ 18455] By: hv on 2003/01/07 08:54:38
9981 Log: Subject: [PATCH] integrate more with report_evil_fh
9982 From: Nicholas Clark <nick@unfortu.net>
9983 Date: Thu, 26 Dec 2002 20:56:21 +0000
9984 Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
9985 Branch: perl
9986 ! pp_sys.c
9987____________________________________________________________________________
9988[ 18454] By: hv on 2003/01/07 08:45:54
9989 Log: Integrate podlators-1.25
9990 Branch: perl
9991 ! lib/Pod/Man.pm lib/Pod/t/man.t
9992____________________________________________________________________________
9993[ 18453] By: rgs on 2003/01/06 20:31:43
9994 Log: Change the value of ${^TAINT} : 0 without taint checks,
9995 1 with -T, and -1 with -t or -TU.
9996 Branch: perl
9997 ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
9998 ! t/run/switcht.t
9999____________________________________________________________________________
10000[ 18452] By: jhi on 2003/01/06 13:47:59
10001 Log: Regen Configure.
10002 Branch: maint-5.8/perl
10003 ! Configure
10004____________________________________________________________________________
10005[ 18451] By: merijn on 2003/01/06 06:43:11
10006 Log: Subject: [PATCH perl@18746] VMS test adjustments
10007 Date: Sat, 04 Jan 2003 11:26:00 -0600
10008 From: "Craig A. Berry" <craigberry@mac.com>
10009 Message-ID: <3E171928.1040100@mac.com>
10010 Branch: perl
10011 ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
10012 ! t/run/switchI.t
10013____________________________________________________________________________
10014[ 18450] By: jhi on 2003/01/06 04:44:28
10015 Log: Tiny output tweak.
10016 Branch: maint-5.8/perl
10017 ! t/op/pat.t
10018____________________________________________________________________________
10019[ 18449] By: jhi on 2003/01/05 16:12:26
10020 Log: Update Changes.
10021 Branch: maint-5.8/perl
10022 ! Changes patchlevel.h
10023____________________________________________________________________________
10024[ 18448] By: jhi on 2003/01/05 15:29:54
10025 Log: Subject: Partial Data::Dumper patch
10026 From: Richard Clamp <richardc@unixbeard.net>
10027 Date: Sat, 4 Jan 2003 00:52:47 +0000
10028 Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
10029
10030 Subject: Re: Partial Data::Dumper patch
10031 From: Slaven Rezic <slaven@rezic.de>
10032 Date: 04 Jan 2003 02:48:08 +0100
10033 Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
10034 Branch: maint-5.8/perl
10035 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
10036____________________________________________________________________________
10037[ 18447] By: jhi on 2003/01/05 14:58:52
10038 Log: test.pl-ise t/op/fh.t.
10039 Branch: maint-5.8/perl
10040 ! t/op/fh.t
10041____________________________________________________________________________
10042[ 18446] By: jhi on 2003/01/05 14:58:06
10043 Log: Add a test for change #18444 (and a new test file, since
10044 I couldn't find anything fitting)
10045 Branch: maint-5.8/perl
10046 + t/op/readline.t
10047 ! MANIFEST
10048____________________________________________________________________________
10049[ 18445] By: jhi on 2003/01/05 14:46:32
10050 Log: Backport change #18444 to maint.
10051 Branch: maint-5.8/perl
10052 ! pp_hot.c sv.c sv.h
10053____________________________________________________________________________
10054[ 18444] By: jhi on 2003/01/05 14:33:04
10055 Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
10056 From: Stephen McCamant <smcc@mit.edu>
10057 Date: Thu, 2 Jan 2003 18:08:23 -0500
10058 Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
10059 Branch: maint-5.8/perl
10060 ! pp_hot.c
10061____________________________________________________________________________
10062[ 18443] By: jhi on 2003/01/05 14:22:33
10063 Log: Subject: [PATCH perl@18746] VMS test adjustments
10064 From: "Craig A. Berry" <craigberry@mac.com>
10065 Date: Sat, 04 Jan 2003 11:26:00 -0600
10066 Message-ID: <3E171928.1040100@mac.com>
10067 Branch: maint-5.8/perl
10068 ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
10069 ! t/run/switchI.t
10070____________________________________________________________________________
10071[ 18442] By: jhi on 2003/01/04 21:18:39
10072 Log: Spotted by rgs.
10073 Branch: maint-5.8/perl
10074 ! lib/File/Copy.pm
10075____________________________________________________________________________
10076[ 18441] By: rgs on 2003/01/04 20:06:45
10077 Log: Subject: [DOCPATCH] File::Copy's synopsis
10078 From: Nicholas Clark <nick@unfortu.net>
10079 Date: Wed, 1 Jan 2003 21:09:30 +0000
10080 Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
10081 Branch: perl
10082 ! lib/File/Copy.pm
10083____________________________________________________________________________
10084[ 18440] By: rgs on 2003/01/04 16:31:31
10085 Log: Integrate change #18420 from maint-5.8:
10086 Mea culpa: the join() was the string join, not the
10087 ithreads join().
10088 Branch: perl
10089 !> ext/threads/t/join.t
10090____________________________________________________________________________
10091[ 18439] By: rgs on 2003/01/04 15:34:54
10092 Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
10093 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10094 Date: Fri, 13 Dec 2002 00:54:43 +0100
10095 Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
10096 Same as change 18403 for maint-5.8 branch
10097 Branch: perl
10098 ! lib/ExtUtils/t/Embed.t
10099____________________________________________________________________________
10100[ 18438] By: rgs on 2003/01/04 15:24:22
10101 Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
10102 From: andreas.koenig@anima.de (Andreas J. Koenig)
10103 Date: Fri, 03 Jan 2003 00:57:15 +0100
10104 Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
10105 Branch: perl
10106 ! pod/perlre.pod
10107____________________________________________________________________________
10108[ 18437] By: jhi on 2003/01/04 14:39:35
10109 Log: Integrate:
10110 [ 18434]
10111 Forgot to add problems.t with change #18419
10112 Branch: maint-5.8/perl
10113 +> ext/threads/t/problems.t
10114____________________________________________________________________________
10115[ 18436] By: jhi on 2003/01/04 14:37:33
10116 Log: Integrate:
10117 [ 18435]
10118 The problems.t is back.
10119 Branch: maint-5.8/perl
10120 !> MANIFEST
10121____________________________________________________________________________
10122[ 18435] By: jhi on 2003/01/04 14:36:08
10123 Log: The problems.t is back.
10124 Branch: perl
10125 ! MANIFEST
10126____________________________________________________________________________
10127[ 18434] By: sky on 2003/01/04 07:43:50
10128 Log: Forgot to add problems.t with change #18419
10129 Branch: perl
10130 + ext/threads/t/problems.t
10131____________________________________________________________________________
10132[ 18433] By: jhi on 2003/01/04 04:49:38
10133 Log: Integrate:
10134 [ 18432]
10135 One more (or, rather, less) //.
10136 Branch: maint-5.8/perl
10137 !> ext/threads/threads.xs
10138____________________________________________________________________________
10139[ 18432] By: jhi on 2003/01/04 04:48:30
10140 Log: One more (or, rather, less) //.
10141 Branch: perl
10142 ! ext/threads/threads.xs
10143____________________________________________________________________________
10144[ 18431] By: jhi on 2003/01/04 04:39:01
10145 Log: Integrate from maintperl:
10146 [ 18430]
10147 // is still not portable C commentary.
10148 Branch: perl
10149 !> ext/threads/threads.xs
10150____________________________________________________________________________
10151[ 18430] By: jhi on 2003/01/04 04:35:40
10152 Log: // is still not portable C commentary.
10153 Branch: maint-5.8/perl
10154 ! ext/threads/threads.xs
10155____________________________________________________________________________
10156[ 18429] By: jhi on 2003/01/04 04:19:57
10157 Log: AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
10158 things like drand48_data are undefined).
10159 Branch: maint-5.8/perl
10160 ! hints/aix.sh
10161____________________________________________________________________________
10162[ 18428] By: jhi on 2003/01/04 03:58:22
10163 Log: Somehow I managed to get makefile.olds that didn't get cleaned away.
10164 Branch: maint-5.8/perl
10165 ! Makefile.SH x2p/Makefile.SH
10166____________________________________________________________________________
10167[ 18427] By: jhi on 2003/01/04 03:49:34
10168 Log: To go with change #18404.
10169 Branch: maint-5.8/perl
10170 ! lib/Attribute/Handlers/t/multi.t
10171____________________________________________________________________________
10172[ 18426] By: jhi on 2003/01/04 03:38:27
10173 Log: Integrate: [ 18425] Until Arthur really adds the problems.t.
10174 Branch: maint-5.8/perl
10175 !> MANIFEST
10176____________________________________________________________________________
10177[ 18425] By: jhi on 2003/01/04 03:37:04
10178 Log: Until Arthur really adds the problems.t.
10179 Branch: perl
10180 ! MANIFEST
10181____________________________________________________________________________
10182[ 18424] By: jhi on 2003/01/04 03:20:08
10183 Log: Integrate:
10184 [ 18417]
10185 Fake what context we are running in for CLONE and DESTROY so
10186 threads->tid() returns the correct value.
10187 This is reported as bug #10046
10188
10189 [ 18419]
10190 Fixes bug #15273, the return of the object caused
10191 the stash of the object to be cloned, cloning the entire syntax
10192 tree and all lexicals in there creating danglning copies to the
10193 object. (Pararell but unlinked STASH tree).
10194 This adds a new flag, when set it will use STASHES from the
10195 thread we are joining into avoiding the problem.
10196
10197 [ 18421]
10198 Fix long standing memory leak with pop and shift!
10199 Branch: maint-5.8/perl
10200 !> MANIFEST ext/threads/shared/shared.xs ext/threads/t/basic.t
10201 !> ext/threads/threads.xs sv.c sv.h
10202____________________________________________________________________________
10203[ 18423] By: jhi on 2003/01/04 03:12:42
10204 Log: spent_size was still off. (As far as I can tell
10205 _SC_GETPW_R_SIZE_MAX is supposed to be used also
10206 for spents, not just pwents.)
10207 Branch: maint-5.8/perl
10208 ! reentr.c reentr.pl
10209____________________________________________________________________________
10210[ 18422] By: jhi on 2003/01/04 03:04:29
10211 Log: Third Degree found a read of uninit memory (after setting
10212 grent_size with sysconf(), pwent_size was read). Also make
10213 the ERANGE/INVARG more consistent.
10214 Branch: maint-5.8/perl
10215 ! reentr.c reentr.h reentr.pl
10216____________________________________________________________________________
10217[ 18421] By: sky on 2003/01/04 01:27:55
10218 Log: Fix long standing memory leak with pop and shift!
10219 Branch: perl
10220 ! ext/threads/shared/shared.xs
10221____________________________________________________________________________
10222[ 18420] By: jhi on 2003/01/04 00:04:33
10223 Log: Mea culpa: the join() was the string join, not the
10224 ithreads join().
10225 Branch: maint-5.8/perl
10226 ! ext/threads/t/join.t
10227____________________________________________________________________________
10228[ 18419] By: sky on 2003/01/03 23:45:34
10229 Log: Fixes bug #15273, the return of the object caused
10230 the stash of the object to be cloned, cloning the entire syntax
10231 tree and all lexicals in there creating danglning copies to the
10232 object. (Pararell but unlinked STASH tree).
10233 This adds a new flag, when set it will use STASHES from the
10234 thread we are joining into avoiding the problem.
10235 Branch: perl
10236 ! MANIFEST ext/threads/threads.xs sv.c sv.h
10237____________________________________________________________________________
10238[ 18418] By: jhi on 2003/01/03 19:41:57
10239 Log: Upgrade to Time::HiRes 1.41 (building with core perl had
10240 become broken at some point, even before 1.40).
10241 Branch: maint-5.8/perl
10242 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10243 ! ext/Time/HiRes/Makefile.PL
10244____________________________________________________________________________
10245[ 18417] By: sky on 2003/01/03 18:16:46
10246 Log: Fake what context we are running in for CLONE and DESTROY so
10247 threads->tid() returns the correct value.
10248 This is reported as bug #10046
10249 Branch: perl
10250 ! ext/threads/t/basic.t ext/threads/threads.xs
10251____________________________________________________________________________
10252[ 18416] By: jhi on 2003/01/03 17:50:45
10253 Log: Upgrade to Time::HiRes 1.40.
10254 Branch: maint-5.8/perl
10255 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10256 ! ext/Time/HiRes/Makefile.PL
10257____________________________________________________________________________
10258[ 18415] By: jhi on 2003/01/03 16:45:03
10259 Log: regen headers.
10260 Branch: maint-5.8/perl
10261 ! pod/perlapi.pod
10262____________________________________________________________________________
10263[ 18414] By: jhi on 2003/01/03 16:39:33
10264 Log: Integrate:
10265 [ 18390]
10266 Use a more likely location for the perl binary
10267
10268 [ 18406]
10269 Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
10270 libc_r functions.
10271
10272 [ 18407]
10273 Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
10274 From: hv@crypt.org
10275 Date: Thu, 02 Jan 2003 17:16:04 +0000
10276 Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
10277
10278 [ 18408]
10279 Subject: win32_msgwait() problem
10280 From: Gurusamy Sarathy <gsar@ActiveState.com>
10281 Date: Fri, 13 Dec 2002 17:31:59 -0800
10282 Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
10283
10284 [ 18411]
10285 Subject: Re: [perl #19061] 'goto' confuses 'redo'
10286 From: Stephen McCamant <smcc@mit.edu>
10287 Date: Sun, 22 Dec 2002 22:09:51 -0500
10288 Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
10289
10290 [ 18413]
10291 Change pp_lock to take a reference instead of a
10292 scalar since it wouldn't fork for the HELEM/AELEM
10293 case. This was reported in bug #10045
10294 Branch: maint-5.8/perl
10295 !> Porting/genlog ext/threads/shared/t/hv_refs.t hints/darwin.sh
10296 !> opcode.h opcode.pl opnames.h pp_ctl.c sv.c win32/win32.c
10297____________________________________________________________________________
10298[ 18413] By: sky on 2003/01/03 15:15:14
10299 Log: Change pp_lock to take a reference instead of a
10300 scalar since it wouldn't fork for the HELEM/AELEM
10301 case. This was reported in bug #10045
10302 Branch: perl
10303 ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
10304____________________________________________________________________________
10305[ 18412] By: hv on 2003/01/03 11:14:51
10306 Log: Integrate from maint-5.8 #18348:
10307 Make Math::Trig a little bit more better behaved module citizen.
10308 Branch: perl
10309 !> lib/Math/Trig.pm
10310____________________________________________________________________________
10311[ 18411] By: hv on 2003/01/03 11:11:09
10312 Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
10313 From: Stephen McCamant <smcc@mit.edu>
10314 Date: Sun, 22 Dec 2002 22:09:51 -0500
10315 Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
10316 Branch: perl
10317 ! pp_ctl.c
10318____________________________________________________________________________
10319[ 18410] By: hv on 2003/01/03 11:06:40
10320 Log: Subject: new flag SvPADSTALE
10321 From: Dave Mitchell <davem@fdgroup.com>
10322 Date: Thu, 19 Dec 2002 19:00:21 +0000
10323 Message-ID: <20021219190021.D9530@fdgroup.com>
10324 Branch: perl
10325 ! dump.c scope.c sv.h
10326____________________________________________________________________________
10327[ 18409] By: hv on 2003/01/03 11:05:09
10328 Log: Subject: remove flag SvPADBUSY
10329 From: Dave Mitchell <davem@fdgroup.com>
10330 Date: Thu, 19 Dec 2002 18:55:43 +0000
10331 Message-ID: <20021219185543.C9530@fdgroup.com>
10332 Branch: perl
10333 ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
10334____________________________________________________________________________
10335[ 18408] By: hv on 2003/01/03 10:56:54
10336 Log: Subject: win32_msgwait() problem
10337 From: Gurusamy Sarathy <gsar@ActiveState.com>
10338 Date: Fri, 13 Dec 2002 17:31:59 -0800
10339 Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
10340 Branch: perl
10341 ! win32/win32.c
10342____________________________________________________________________________
10343[ 18407] By: hv on 2003/01/03 10:30:05
10344 Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
10345 From: hv@crypt.org
10346 Date: Thu, 02 Jan 2003 17:16:04 +0000
10347 Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
10348 Branch: perl
10349 ! sv.c
10350____________________________________________________________________________
10351[ 18406] By: sky on 2003/01/03 08:23:16
10352 Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
10353 libc_r functions.
10354 Branch: perl
10355 ! hints/darwin.sh
10356____________________________________________________________________________
10357[ 18405] By: jhi on 2003/01/03 03:06:40
10358 Log: Subject: [PATCH] Re: 5.8.0 dup strangety
10359 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10360 Date: Tue, 31 Dec 2002 10:56:42 +0100
10361 Message-Id: <20021231105642.6bc7a0f4.rgarciasuarez@free.fr>
10362 Branch: maint-5.8/perl
10363 ! doio.c
10364____________________________________________________________________________
10365[ 18404] By: jhi on 2003/01/03 02:54:46
10366 Log: Subject: [PATCH] Re: Attribute::Handlers phase variance
10367 From: Richard Clamp <richardc@unixbeard.net>
10368 Date: Mon, 9 Dec 2002 11:10:24 +0000
10369 Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
10370 Branch: maint-5.8/perl
10371 ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
10372____________________________________________________________________________
10373[ 18403] By: jhi on 2003/01/03 02:49:17
10374 Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
10375 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10376 Date: Fri, 13 Dec 2002 00:54:43 +0100
10377 Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
10378 Branch: maint-5.8/perl
10379 ! lib/ExtUtils/t/Embed.t
10380____________________________________________________________________________
10381[ 18402] By: jhi on 2003/01/03 02:47:18
10382 Log: Subject: [PATCH Pod::Checker] Decouple podchecker program and function
10383 From: Michael G Schwern <schwern@pobox.com>
10384 Date: Tue, 10 Dec 2002 15:25:02 -0800
10385 Message-ID: <20021210232502.GD25945@blackrider.schwern.org>
10386
10387 Subject: Re: [PATCH Pod::Checker] Decouple podchecker program and function
10388 From: Michael G Schwern <schwern@pobox.com>
10389 Date: Tue, 10 Dec 2002 15:40:05 -0800
10390 Message-ID: <20021210234005.GF25945@blackrider.schwern.org>
10391 Branch: maint-5.8/perl
10392 ! lib/Pod/Checker.pm pod/podchecker.PL t/pod/poderrs.xr
10393____________________________________________________________________________
10394[ 18401] By: jhi on 2003/01/03 02:40:44
10395 Log: Subject: [PATCH] integrate more with report_evil_fh
10396 From: Nicholas Clark <nick@unfortu.net>
10397 Date: Thu, 26 Dec 2002 20:56:21 +0000
10398 Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
10399 Branch: maint-5.8/perl
10400 ! pp_sys.c
10401____________________________________________________________________________
10402[ 18400] By: jhi on 2003/01/03 02:37:11
10403 Log: Subject: [PATCH] label code in pp_ctl.c
10404 From: Nicholas Clark <nick@unfortu.net>
10405 Date: Thu, 26 Dec 2002 21:19:36 +0000
10406 Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
10407 Branch: maint-5.8/perl
10408 ! pp_ctl.c
10409____________________________________________________________________________
10410[ 18399] By: jhi on 2003/01/03 02:28:15
10411 Log: Subject: [DOCPATCH] hv_store and hv_store_ent
10412 From: Nicholas Clark <nick@unfortu.net>
10413 Date: Wed, 1 Jan 2003 18:17:59 +0000
10414 Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
10415 Branch: maint-5.8/perl
10416 ! hv.c
10417____________________________________________________________________________
10418[ 18398] By: jhi on 2003/01/03 02:26:44
10419 Log: Subject: [DOCPATCH] File::Copy's synopsis
10420 From: Nicholas Clark <nick@unfortu.net>
10421 Date: Wed, 1 Jan 2003 21:09:30 +0000
10422 Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
10423 Branch: maint-5.8/perl
10424 ! lib/File/Copy.pm
10425____________________________________________________________________________
10426[ 18397] By: jhi on 2003/01/03 02:25:38
10427 Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
10428 From: Dave Mitchell <davem@fdgroup.com>
10429 To: Ton Hospel <perl5-porters@ton.iguana.be>
10430 Date: Wed, 1 Jan 2003 21:43:24 +0000
10431 Message-ID: <20030101214324.F12907@fdgroup.com>
10432 Branch: maint-5.8/perl
10433 ! lib/Time/Local.pm lib/Time/Local.t
10434____________________________________________________________________________
10435[ 18396] By: jhi on 2003/01/03 02:23:28
10436 Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
10437 From: andreas.koenig@anima.de (Andreas J. Koenig)
10438 Date: Fri, 03 Jan 2003 00:57:15 +0100
10439 Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
10440 Branch: maint-5.8/perl
10441 ! pod/perlre.pod
10442____________________________________________________________________________
10443[ 18395] By: jhi on 2003/01/03 02:21:50
10444 Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
10445 From: Chip Turner <cturner@redhat.com>
10446 Date: 02 Jan 2003 11:35:57 -0500
10447 Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
10448 Branch: maint-5.8/perl
10449 ! lib/Pod/Perldoc.pm
10450____________________________________________________________________________
10451[ 18394] By: jhi on 2003/01/02 21:37:16
10452 Log: Document in more detail which tests will fail on FAT.
10453 Branch: maint-5.8/perl
10454 ! README.win32
10455____________________________________________________________________________
10456[ 18393] By: merijn on 2003/01/02 19:41:29
10457 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)
10458 Date: Thu, 2 Jan 2003 19:02:21 +0100
10459 Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
10460 From: abe@ztreet.demon.nl (Abe Timmerman)
10461 Branch: perl
10462 ! win32/makefile.mk
10463____________________________________________________________________________
10464[ 18392] By: jhi on 2003/01/02 17:57:09
10465 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)
10466 From: Abe Timmerman <abe@ztreet.demon.nl>
10467 Date: Thu, 2 Jan 2003 19:02:21 +0100
10468 Message-Id: <200301021902.22444.abe@ztreet.demon.nl>
10469 Branch: maint-5.8/perl
10470 ! win32/makefile.mk
10471____________________________________________________________________________
10472[ 18391] By: jhi on 2003/01/02 13:44:51
10473 Log: Document the installprefix trick for compiling PASE Perl in AIX.
10474 Branch: maint-5.8/perl
10475 ! README.os400
10476____________________________________________________________________________
10477[ 18390] By: merijn on 2003/01/02 07:32:00
10478 Log: Use a more likely location for the perl binary
10479 Branch: perl
10480 ! Porting/genlog
10481____________________________________________________________________________
10482[ 18389] By: jhi on 2003/01/02 03:15:44
10483 Log: Subject: [PATCH maintperl@18383] more pad removal for VMS
10484 From: "Craig A. Berry" <craigberry@mac.com>
10485 Date: Wed, 01 Jan 2003 21:53:22 -0600
10486 Message-ID: <3E13B7B2.2070005@mac.com>
10487 Branch: maint-5.8/perl
10488 ! vms/descrip_mms.template
10489____________________________________________________________________________
10490[ 18388] By: jhi on 2003/01/02 01:41:55
10491 Log: List the PERL_MAGIC_utf8 ('w') flag.
10492 Branch: maint-5.8/perl
10493 ! pod/perlguts.pod
10494____________________________________________________________________________
10495[ 18387] By: jhi on 2003/01/02 01:39:31
10496 Log: The magic v-string patch from John Peacock for 5.8;
10497 permits the programmer to know when a given scalar was
10498 originally encoded as a v-string; Scalar::Util has already
10499 been enhanced to expose this at the Perl level.
10500 Branch: maint-5.8/perl
10501 ! dump.c perl.h pod/perlguts.pod sv.c sv.h t/op/ver.t util.c
10502____________________________________________________________________________
10503[ 18386] By: jhi on 2003/01/01 23:06:53
10504 Log: The change #18275 didn't translate the test case quite right.
10505 Branch: maint-5.8/perl
10506 ! t/op/split.t
10507____________________________________________________________________________
10508[ 18385] By: gsar on 2003/01/01 20:26:42
10509 Log: remove the CRs that snuck in via change#18382
10510 Branch: maint-5.8/perl
10511 ! win32/Makefile win32/makefile.mk
10512____________________________________________________________________________
10513[ 18384] By: nick on 2003/01/01 19:14:32
10514 Log: Integrate mainline
10515 Branch: perlio
10516 +> lib/Net/Ping/t/410_syn_host.t t/op/lc_user.t
10517 !> (integrate 166 files)
10518____________________________________________________________________________
10519[ 18383] By: jhi on 2003/01/01 17:02:29
10520 Log: Backport #18319 to 5.8, from Dave Mitchell.
10521 Branch: maint-5.8/perl
10522 ! op.c t/op/eval.t
10523____________________________________________________________________________
10524[ 18382] By: jhi on 2003/01/01 15:06:49
10525 Log: More tweaks from Autrijus: no pad.c, perl59->perl58 in
10526 installperl; and no pad.c in VMS, either.
10527 Branch: maint-5.8/perl
10528 ! installperl vms/descrip_mms.template win32/Makefile
10529 ! win32/makefile.mk
10530____________________________________________________________________________
10531[ 18381] By: jhi on 2003/01/01 15:02:04
10532 Log: Tweaks from Autrijus: threaded/win32 build, signedness.
10533 Branch: maint-5.8/perl
10534 ! sv.c
10535____________________________________________________________________________
10536[ 18380] By: jhi on 2002/12/31 16:34:22
10537 Log: Update Changes.
10538 Branch: maint-5.8/perl
10539 ! Changes patchlevel.h
10540____________________________________________________________________________
10541[ 18379] By: jhi on 2002/12/31 15:33:11
10542 Log: Integrate:
10543 [ 18371]
10544 Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
10545 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10546 Date: Fri, 27 Dec 2002 16:14:24 +0100
10547 Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
10548
10549 [ 18372]
10550 Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
10551 From: Michael G Schwern <schwern@pobox.com>
10552 Date: Sat, 21 Dec 2002 19:29:41 -0800
10553 Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
10554
10555 [ 18373]
10556 Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
10557 From: Dave Paris (via RT) <perlbug-followup@perl.org>
10558 Date: 22 Dec 2002 05:15:14 -0000
10559 Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
10560
10561 [ 18374]
10562 Remove duplicate entry
10563
10564 [ 18378]
10565 integrate change#18377 from maint-5.6 branch
10566
10567 change#17566 needs to be more defensive about win32_dup2()
10568 itself calling SetStdHandle() (at least MSVCRT does this)
10569 Branch: maint-5.8/perl
10570 !> MANIFEST lib/AutoSplit.pm mg.c pod/perlfunc.pod t/op/magic.t
10571 !> win32/win32.c
10572____________________________________________________________________________
10573[ 18378] By: gsar on 2002/12/31 04:07:56
10574 Log: integrate change#18377 from maint-5.6 branch
10575
10576 change#17566 needs to be more defensive about win32_dup2()
10577 itself calling SetStdHandle() (at least MSVCRT does this)
10578 Branch: perl
10579 !> win32/win32.c
10580____________________________________________________________________________
10581[ 18377] By: gsar on 2002/12/31 04:02:12
10582 Log: change#17566 needs to be more defensive about win32_dup2()
10583 itself calling SetStdHandle() (at least MSVCRT does this)
10584 Branch: maint-5.6/perl
10585 ! win32/win32.c
10586____________________________________________________________________________
10587[ 18376] By: hv on 2002/12/31 02:02:17
10588 Log: Update Changes
10589 Branch: perl
10590 ! Changes patchlevel.h
10591____________________________________________________________________________
10592[ 18375] By: jhi on 2002/12/30 21:28:31
10593 Log: Better version of change #18370; use the new 'E' flag
10594 so that cxinc is exposed (as cpp) only to List::Util
10595 (well, any extension) (well, anyone who does -DPERL_EXT),
10596 no need to export it globally.
10597 Branch: maint-5.8/perl
10598 ! embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
805e355f 10599____________________________________________________________________________
48e1ca0e
HS
10600[ 18374] By: hv on 2002/12/30 03:32:22
10601 Log: Remove duplicate entry
10602 Branch: perl
10603 ! MANIFEST
10604____________________________________________________________________________
10605[ 18373] By: hv on 2002/12/30 03:19:17
10606 Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
10607 From: Dave Paris (via RT) <perlbug-followup@perl.org>
10608 Date: 22 Dec 2002 05:15:14 -0000
10609 Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
10610 Branch: perl
10611 ! pod/perlfunc.pod
10612____________________________________________________________________________
10613[ 18372] By: hv on 2002/12/30 03:13:42
10614 Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
10615 From: Michael G Schwern <schwern@pobox.com>
10616 Date: Sat, 21 Dec 2002 19:29:41 -0800
10617 Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
10618 Branch: perl
10619 ! lib/AutoSplit.pm
10620____________________________________________________________________________
10621[ 18371] By: hv on 2002/12/30 03:08:12
10622 Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
10623 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10624 Date: Fri, 27 Dec 2002 16:14:24 +0100
10625 Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
10626 Branch: perl
10627 ! mg.c t/op/magic.t
10628____________________________________________________________________________
10629[ 18370] By: jhi on 2002/12/30 02:37:38
10630 Log: In AIX (strict symbol exports) the cxinc is needed for List::Util.
10631 Branch: maint-5.8/perl
10632 ! embed.fnc embed.h global.sym
10633____________________________________________________________________________
10634[ 18369] By: jhi on 2002/12/30 01:38:38
10635 Log: Missed one.
10636 Branch: maint-5.8/perl
10637 ! embed.fnc embed.h
10638____________________________________________________________________________
10639[ 18368] By: jhi on 2002/12/29 23:33:56
10640 Log: Continue on change #18367; implement the said flag, 'E'.
10641 (Some nm output studying was needed to get the right set
10642 of re symbols defined.)
10643 Branch: maint-5.8/perl
10644 ! embed.fnc embed.h embed.pl ext/re/Makefile.PL
10645____________________________________________________________________________
10646[ 18367] By: jhi on 2002/12/29 21:40:08
10647 Log: Caught by change #18366; thanks to the re extension we have some
10648 functions that are file static but yet part of "the public API"...
10649 Maybe a new class of exportability (a new embed.fnc flag) is
10650 required for this case.
10651 Branch: maint-5.8/perl
10652 ! embed.fnc embed.h
10653____________________________________________________________________________
10654[ 18366] By: jhi on 2002/12/29 21:28:27
10655 Log: Implement the CPP namespace protection from [perl #8610];
10656 unless a function has an 'A' flag, it's defined only if
10657 PERL_CORE. (Why do we have so many many functions with an
10658 'A' flag, is another matter.) (The number of #ifdef PERL_COREs
10659 could be cut down further by having a state variable and
10660 inserting #ifdefs and #endifs when the state flips.)
10661 Branch: maint-5.8/perl
10662 ! embed.h embed.pl
10663____________________________________________________________________________
10664[ 18365] By: jhi on 2002/12/29 15:01:08
10665 Log: Doc tweak on the S_ macros.
10666 Branch: maint-5.8/perl
10667 ! pod/perlfunc.pod
10668____________________________________________________________________________
10669[ 18364] By: jhi on 2002/12/29 14:54:43
10670 Log: Apply the doc patch from [perl #19343].
10671 Branch: maint-5.8/perl
10672 ! pod/perlfunc.pod
10673____________________________________________________________________________
10674[ 18363] By: jhi on 2002/12/29 14:49:14
10675 Log: Integrate:
10676 [ 18354]
10677 Subject: [PATCH] docpatch for cv.h
10678 From: Nicholas Clark <nick@unfortu.net>
10679 Date: Wed, 25 Dec 2002 21:01:04 +0000
10680 Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
10681
10682 [ 18356]
10683 fix signed/unsigned mismatch warning from change#18266
10684
10685 [ 18358]
10686 save_re_context() was not saving many regexec.c state
10687 variables, resulting in various reentrancy problems when
10688 the swatches were autoloaded by perl in the midst of a
10689 match
10690 Branch: maint-5.8/perl
10691 !> cv.h regcomp.c
10692____________________________________________________________________________
10693[ 18362] By: jhi on 2002/12/29 00:51:29
10694 Log: Fix [perl #18666] (taking the more conservative approach).
10695 Branch: maint-5.8/perl
10696 ! lib/File/Spec/Unix.pm
10697____________________________________________________________________________
10698[ 18361] By: jhi on 2002/12/29 00:45:16
10699 Log: Document that the socketpair tests are unhappy in old SCO,
10700 as per [perl #18537].
10701 Branch: maint-5.8/perl
10702 ! pod/perl58delta.pod
10703____________________________________________________________________________
10704[ 18360] By: jhi on 2002/12/29 00:38:01
10705 Log: Fix from the bug report for [perl #19267].
10706 Branch: maint-5.8/perl
10707 ! lib/Pod/Man.pm
10708____________________________________________________________________________
10709[ 18359] By: jhi on 2002/12/28 22:33:16
10710 Log: A small tweak on top of #18353: don't display mg_len bytes of
10711 mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
10712 Branch: maint-5.8/perl
10713 ! dump.c
10714____________________________________________________________________________
10715[ 18358] By: gsar on 2002/12/28 03:30:49
10716 Log: save_re_context() was not saving many regexec.c state
10717 variables, resulting in various reentrancy problems when
10718 the swatches were autoloaded by perl in the midst of a
10719 match
10720 Branch: perl
10721 ! regcomp.c
10722____________________________________________________________________________
10723[ 18357] By: gsar on 2002/12/28 02:16:51
10724 Log: silence another signed/unsigned mismatch warning
10725 Branch: perl
10726 ! op.c
10727____________________________________________________________________________
10728[ 18356] By: gsar on 2002/12/28 02:08:23
10729 Log: fix signed/unsigned mismatch warning from change#18266
10730 Branch: perl
10731 ! regcomp.c
10732____________________________________________________________________________
10733[ 18355] By: gsar on 2002/12/28 02:05:14
10734 Log: these variables are not in use anywhere since 5.8.0
10735 Branch: perl
10736 ! embedvar.h perlapi.h sv.c thrdvar.h
10737____________________________________________________________________________
10738[ 18354] By: ams on 2002/12/26 03:54:09
10739 Log: Subject: [PATCH] docpatch for cv.h
10740 From: Nicholas Clark <nick@unfortu.net>
10741 Date: Wed, 25 Dec 2002 21:01:04 +0000
10742 Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
10743 Branch: perl
10744 ! cv.h
10745____________________________________________________________________________
10746[ 18353] By: jhi on 2002/12/26 02:07:06
10747 Log: Introduce a cache for UTF-8 data: length and byte<->char offset
10748 mapping are stored in a new type of magic. Speeds up length(),
10749 substr(), index(), rindex(), pos(), and some parts of s///.
10750
10751 The speedup varies a lot (on the usual suspects: what is the
10752 access pattern of the data, compiler, CPU), but should be at
10753 least one order of magnitude, and getting to the same magnitude
10754 as byte string speeds, and in some cases (length on unchanged data)
10755 even reaching the byte string speed. On the other hand, in some
10756 cases (index) the byte speed is still faster by a factor of five
10757 or so, but the bottleneck there does not seem to be any more
10758 the byte<->char offset mapping (instead, the fbm_instr() speed).
10759
10760 There is one cache slot for the length, and only two for the
10761 byte<->char offset mapping (the first one for the start->offset,
10762 and the second for the offset->offset+length, when talking
10763 in substr() terms).
10764
10765 Code this hairy is bound to have hairy trolls hiding under it.
10766 Branch: maint-5.8/perl
10767 ! dump.c embed.fnc embed.h mg.c perl.h proto.h sv.c util.c
10768____________________________________________________________________________
10769[ 18352] By: jhi on 2002/12/25 13:42:10
10770 Log: Integrate:
10771 [ 18350]
10772 Removal of duplicate comment block
10773
10774 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10775 Subject: Re: [perl #19306] Sys::Syslog issues.
10776 Date: Mon, 23 Dec 2002 15:25:51 -0800
10777 Message-ID: </t5B+gzkg6DR092yn@efn.org>
10778
10779 [ 18351]
10780 #18345 was still broken; should be fixed now.
10781 Branch: maint-5.8/perl
10782 !> ext/Sys/Syslog/Syslog.pm sv.c
10783____________________________________________________________________________
10784[ 18351] By: hv on 2002/12/25 02:29:17
10785 Log: #18345 was still broken; should be fixed now.
10786 Branch: perl
10787 ! sv.c
10788____________________________________________________________________________
10789[ 18350] By: merijn on 2002/12/24 05:26:40
10790 Log: Removal of duplicate comment block
10791
10792 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10793 Subject: Re: [perl #19306] Sys::Syslog issues.
10794 Date: Mon, 23 Dec 2002 15:25:51 -0800
10795 Message-ID: </t5B+gzkg6DR092yn@efn.org>
10796 Branch: perl
10797 ! ext/Sys/Syslog/Syslog.pm
10798____________________________________________________________________________
10799[ 18349] By: jhi on 2002/12/24 02:42:31
10800 Log: At least partially address [perl #10000] by speeding
10801 up both the ASCII case (by about 2-3%) and the UTF-8 case
10802 (by about 45%). The major trick is to avoid hitting the
10803 costly S_reginclass(). (Even before this patch the speedup
10804 since 5.8.0 was about 40-50%.) After this the UTF-8 case is
10805 still about 30-60% slower than the ASCII case. (Note that
10806 I'm unable to reproduce the 10-fold speed difference of the
10807 original bug report; I can see a factor of 2 or 3, but no more.)
10808 Branch: maint-5.8/perl
10809 ! regexec.c
10810____________________________________________________________________________
10811[ 18348] By: jhi on 2002/12/23 06:42:29
10812 Log: Make Math::Trig a little bit more better behaved module citizen.
10813 Branch: maint-5.8/perl
10814 ! lib/Math/Trig.pm
10815____________________________________________________________________________
10816[ 18347] By: jhi on 2002/12/23 06:37:31
10817 Log: Integrate:
10818 [ 18300]
10819 Subject: [patch] typo in perlop
10820 From: andreas.koenig@anima.de (Andreas J. Koenig)
10821 Date: Wed, 11 Dec 2002 21:31:14 +0100
10822 Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
10823
10824 [ 18304]
10825 Redone #18011 from metaunits
10826
10827 [ 18305]
10828 Enough changes to Configure and metaunits warrant an update.
10829 Several small changes and three additions
10830
10831 [ 18306]
10832 More documentation of obscure flags is good, even if the
10833 documentation might be not so good. Atleast it's not false!
10834 Documents the flags one can give to perl_clone
10835
10836 [ 18308]
10837 Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
10838 From: peter@PSDT.com (Peter Scott)
10839 Date: 12 Dec 2002 18:13:17 -0000
10840 Message-ID: <20021212181317.50538.qmail@onion.perl.org>
10841 (fix bug [perl #19058])
10842
10843 [ 18310]
10844 regen-headers to get new API docs from #18306
10845
10846 [ 18312]
10847 Subject: [Fwd: Patch for perl utf8-related bug]
10848 From: Richard Hitt <rbh00@utsglobal.com>
10849 Date: Fri, 06 Dec 2002 16:47:42 -0800
10850 [perl #18932]
10851
10852 [ 18313]
10853 Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
10854 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
10855 Date: Fri, 13 Dec 2002 14:08:00 -0800
10856 Message-ID: <20021213220800.GA2625@math.berkeley.edu>
10857
10858 [ 18314]
10859 Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
10860 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
10861 Date: Fri, 13 Dec 2002 14:00:48 -0800
10862 Message-ID: <20021213220048.GA2606@math.berkeley.edu>
10863
10864 [ 18315]
10865 Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
10866 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
10867 Date: Fri, 13 Dec 2002 13:47:08 -0800
10868 Message-ID: <20021213214707.GA2588@math.berkeley.edu>
10869
10870 [ 18316]
10871 Subject: [PATCH 5.8.1 @oldish-18156] build
10872 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
10873 Date: Fri, 13 Dec 2002 13:54:05 -0800
10874 Message-ID: <20021213215404.GA2597@math.berkeley.edu>
10875
10876 [ 18317]
10877 Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
10878
10879 [ 18323]
10880 PerlSIO_stderr et al are not functions
10881
10882 [ 18324]
10883 windows: avoid prompting under some shells during $(MAKE) distclean
10884
10885 [ 18325]
10886 PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
10887
10888 [ 18326]
10889 Win32.pod update
10890
10891 [ 18327]
10892 windows: support for large files
10893
10894 note that this change will break binary compatibility with the
10895 default 5.8.0 build options; nevertheless I think it is worth
10896 having in 5.8.1 (people who want the compatibility can disable
10897 the option in the makefile)
10898
10899 [ 18328]
10900 fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
10901
10902 [ 18330]
10903 remove CRs from a couple of files (these show up as CRCRLF
10904 on windows)
10905
10906 [ 18332]
10907 $Config{prefixexp} was set incorrectly on windows
10908
10909 [ 18334]
10910 AIX compiler version updates
10911
10912 [ 18335]
10913 my_fflush_all() wasn't doing the right thing under useperlio
10914 on many platforms
10915
10916 [ 18337]
10917 handy hint: getting a perforce change as a usable patch
10918
10919 [ 18338]
10920 Subject: [PATCH] read permissions for h2ph-generated files
10921 From: Slaven Rezic <slaven.rezic@berlin.de>
10922 Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
10923 Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
10924
10925 [ 18339]
10926 Integrate Time::HiRes v1.39 (for VMS build tweak)
10927
10928 [ 18342]
10929 Subject: [perl #18544] Patch included to fix problem.
10930 From: Richard Kandarian <richard.kandarian@lanl.gov>
10931 Date: Thu, 21 Nov 2002 08:00:20 -0700
10932 (from RT)
10933
10934 [ 18343]
10935 Subject: [perl #19153] Term::Complete (the argument of stty)
10936 From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
10937 Date: 15 Dec 2002 13:45:23 -0000
10938 Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
10939
10940 [ 18344]
10941 more on #18312: sv.c:ss_dup()
10942
10943 [ 18345]
10944 more on #18344.
10945 Branch: maint-5.8/perl
10946 +> lib/Net/Ping/t/410_syn_host.t
10947 ! Configure config_h.SH
10948 !> (integrate 56 files)
10949____________________________________________________________________________
10950[ 18346] By: hv on 2002/12/23 06:14:22
10951 Log: integrate maint-5.8 #18301
10952 Branch: perl
10953 !> lib/perl5db.pl
10954____________________________________________________________________________
10955[ 18345] By: hv on 2002/12/23 06:01:17
10956 Log: more on #18344.
10957 Branch: perl
10958 ! sv.c
10959____________________________________________________________________________
10960[ 18344] By: hv on 2002/12/23 05:56:43
10961 Log: more on #18312: sv.c:ss_dup()
10962 Branch: perl
10963 ! sv.c
10964____________________________________________________________________________
10965[ 18343] By: hv on 2002/12/23 05:47:17
10966 Log: Subject: [perl #19153] Term::Complete (the argument of stty)
10967 From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
10968 Date: 15 Dec 2002 13:45:23 -0000
10969 Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
10970 Branch: perl
10971 ! lib/Term/Complete.pm
10972____________________________________________________________________________
10973[ 18342] By: hv on 2002/12/23 05:27:25
10974 Log: Subject: [perl #18544] Patch included to fix problem.
10975 From: Richard Kandarian <richard.kandarian@lanl.gov>
10976 Date: Thu, 21 Nov 2002 08:00:20 -0700
10977 (from RT)
10978 Branch: perl
10979 ! regexec.c
10980____________________________________________________________________________
10981[ 18341] By: hv on 2002/12/23 05:08:49
10982 Log: Subject: [PATCH] operation on `PL_na' may be undefined
10983 From: Nicholas Clark <nick@unfortu.net>
10984 Date: Tue, 10 Dec 2002 19:59:18 +0000
10985 Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
10986 Branch: perl
10987 ! universal.c
10988____________________________________________________________________________
10989[ 18340] By: hv on 2002/12/23 05:04:29
10990 Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
10991 From: Nicholas Clark <nick@unfortu.net>
10992 Date: Tue, 10 Dec 2002 18:55:28 +0000
10993 Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
10994 Branch: perl
10995 ! pp_hot.c
10996____________________________________________________________________________
10997[ 18339] By: hv on 2002/12/23 04:39:48
10998 Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
10999 Branch: perl
11000 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11001 ! ext/Time/HiRes/Makefile.PL
11002____________________________________________________________________________
11003[ 18338] By: hv on 2002/12/23 03:43:09
11004 Log: Subject: [PATCH] read permissions for h2ph-generated files
11005 From: Slaven Rezic <slaven.rezic@berlin.de>
11006 Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
11007 Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
11008 Branch: perl
11009 ! utils/h2ph.PL
11010____________________________________________________________________________
11011[ 18337] By: hv on 2002/12/23 03:38:59
11012 Log: handy hint: getting a perforce change as a usable patch
11013 Branch: perl
11014 ! Porting/repository.pod
11015____________________________________________________________________________
11016[ 18336] By: hv on 2002/12/23 03:36:26
11017 Log: Reverse #18285, for reasons given in:
11018 Subject: Re: Precedence of ? :
11019 From: hv@crypt.org
11020 Date: Fri, 20 Dec 2002 00:35:27 +0000
11021 Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
11022 Branch: perl
11023 ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
11024 ! vms/perly_c.vms
11025____________________________________________________________________________
11026[ 18335] By: gsar on 2002/12/18 23:12:14
11027 Log: my_fflush_all() wasn't doing the right thing under useperlio
11028 on many platforms
11029 Branch: perl
11030 ! util.c
11031____________________________________________________________________________
11032[ 18334] By: merijn on 2002/12/18 06:48:11
11033 Log: AIX compiler version updates
11034 Branch: perl
11035 ! README.aix
11036____________________________________________________________________________
11037[ 18333] By: gsar on 2002/12/18 03:21:42
11038 Log: integrate change#18332 from mainline
11039
11040 $Config{prefixexp} was set incorrectly on windows
11041 Branch: maint-5.6/perl
11042 !> win32/config.bc win32/config.gc win32/config.vc
11043____________________________________________________________________________
11044[ 18332] By: gsar on 2002/12/18 03:20:27
11045 Log: $Config{prefixexp} was set incorrectly on windows
11046 Branch: perl
11047 ! win32/config.bc win32/config.gc win32/config.vc
11048 ! win32/config.vc64
11049____________________________________________________________________________
11050[ 18331] By: gsar on 2002/12/18 02:38:13
11051 Log: integrate change#18326 from mainline
11052
11053 Win32.pod update
11054 Branch: maint-5.6/perl
11055 !> lib/Win32.pod
11056____________________________________________________________________________
11057[ 18330] By: gsar on 2002/12/18 02:32:20
11058 Log: remove CRs from a couple of files (these show up as CRCRLF
11059 on windows)
11060 Branch: perl
11061 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11062____________________________________________________________________________
11063[ 18329] By: gsar on 2002/12/18 02:28:47
11064 Log: integrate change#18328 from mainline
11065
11066 fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
11067 Branch: maint-5.6/perl
11068 !> win32/win32.c
11069____________________________________________________________________________
11070[ 18328] By: gsar on 2002/12/18 02:27:10
11071 Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
11072 Branch: perl
11073 ! win32/win32.c
11074____________________________________________________________________________
11075[ 18327] By: gsar on 2002/12/18 02:08:12
11076 Log: windows: support for large files
11077
11078 note that this change will break binary compatibility with the
11079 default 5.8.0 build options; nevertheless I think it is worth
11080 having in 5.8.1 (people who want the compatibility can disable
11081 the option in the makefile)
11082 Branch: perl
11083 ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
11084 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
11085 ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
11086 ! win32/config.vc win32/config.vc64 win32/config_H.bc
11087 ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
11088 ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
11089 ! win32/win32.c win32/win32iop.h
11090____________________________________________________________________________
11091[ 18326] By: gsar on 2002/12/18 00:57:46
11092 Log: Win32.pod update
11093 Branch: perl
11094 ! lib/Win32.pod
11095____________________________________________________________________________
11096[ 18325] By: gsar on 2002/12/18 00:42:45
11097 Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
11098 Branch: perl
11099 ! XSUB.h
11100____________________________________________________________________________
11101[ 18324] By: gsar on 2002/12/18 00:34:08
11102 Log: windows: avoid prompting under some shells during $(MAKE) distclean
11103 Branch: perl
11104 ! win32/Makefile win32/makefile.mk
11105____________________________________________________________________________
11106[ 18323] By: gsar on 2002/12/18 00:17:29
11107 Log: PerlSIO_stderr et al are not functions
11108 Branch: perl
11109 ! XSUB.h
11110____________________________________________________________________________
11111[ 18322] By: gsar on 2002/12/17 22:58:09
11112 Log: integrate change#18321 from mainline
11113
11114 C<require '\foo\bar.pm'> fails on windows if not running
11115 from the root directory; for a test case, see:
11116
11117 http://bugs.activestate.com/show_bug.cgi?id=19317
11118
11119 this was due to not recognizing \foo\bar.pm as an absolute
11120 path name
11121 Branch: maint-5.8/perl
11122 !> util.h
11123____________________________________________________________________________
11124[ 18321] By: gsar on 2002/12/17 22:56:25
11125 Log: integrate change#18320 from maint-5.6 branch
11126
11127 C<require '\foo\bar.pm'> fails on windows if not running
11128 from the root directory; for a test case, see:
11129
11130 http://bugs.activestate.com/show_bug.cgi?id=19317
11131
11132 this was due to not recognizing \foo\bar.pm as an absolute
11133 path name
11134 Branch: perl
11135 !> util.h
11136____________________________________________________________________________
11137[ 18320] By: gsar on 2002/12/17 22:41:50
11138 Log: C<require '\foo\bar.pm'> fails on windows if not running
11139 from the root directory; for a test case, see:
11140
11141 http://bugs.activestate.com/show_bug.cgi?id=19317
11142
11143 this was due to not recognizing \foo\bar.pm as an absolute
11144 path name
11145 Branch: maint-5.6/perl
11146 ! util.h
11147____________________________________________________________________________
11148[ 18319] By: hv on 2002/12/17 10:08:24
11149 Log: Whoops, these are the changes supposed to be in #18318.
11150 Branch: perl
11151 ! pad.c t/op/eval.t
11152____________________________________________________________________________
11153[ 18318] By: hv on 2002/12/17 03:12:18
11154 Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
11155 From: Nicholas Clark <nick@unfortu.net>
11156 Date: Sat, 14 Dec 2002 23:13:37 +0000
11157 Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
11158 Branch: perl
11159 ! pad.c t/op/eval.t
11160____________________________________________________________________________
11161[ 18317] By: hv on 2002/12/17 02:58:12
11162 Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
11163 Branch: perl
11164 + lib/Net/Ping/t/410_syn_host.t
11165 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
11166 ! lib/Net/Ping/t/450_service.t
11167____________________________________________________________________________
11168[ 18316] By: hv on 2002/12/17 02:17:16
11169 Log: Subject: [PATCH 5.8.1 @oldish-18156] build
11170 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
11171 Date: Fri, 13 Dec 2002 13:54:05 -0800
11172 Message-ID: <20021213215404.GA2597@math.berkeley.edu>
11173 Branch: perl
11174 ! os2/os2.c t/run/runenv.t
11175____________________________________________________________________________
11176[ 18315] By: hv on 2002/12/17 02:03:58
11177 Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
11178 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
11179 Date: Fri, 13 Dec 2002 13:47:08 -0800
11180 Message-ID: <20021213214707.GA2588@math.berkeley.edu>
11181 Branch: perl
11182 ! lib/constant.t lib/fields.t
11183____________________________________________________________________________
11184[ 18314] By: hv on 2002/12/17 01:58:32
11185 Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
11186 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
11187 Date: Fri, 13 Dec 2002 14:00:48 -0800
11188 Message-ID: <20021213220048.GA2606@math.berkeley.edu>
11189 Branch: perl
11190 ! os2/OS2/Process/t/os2_process.t os2/os2.c
11191____________________________________________________________________________
11192[ 18313] By: hv on 2002/12/17 01:54:19
11193 Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
11194 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
11195 Date: Fri, 13 Dec 2002 14:08:00 -0800
11196 Message-ID: <20021213220800.GA2625@math.berkeley.edu>
11197 Branch: perl
11198 ! os2/OS2/REXX/REXX.xs
11199____________________________________________________________________________
11200[ 18312] By: hv on 2002/12/17 01:43:28
11201 Log: Subject: [Fwd: Patch for perl utf8-related bug]
11202 From: Richard Hitt <rbh00@utsglobal.com>
11203 Date: Fri, 06 Dec 2002 16:47:42 -0800
11204 [perl #18932]
11205 Branch: perl
11206 ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
11207 ! scope.h
11208____________________________________________________________________________
11209[ 18311] By: hv on 2002/12/17 00:52:05
11210 Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
11211 From: Dave Mitchell <davem@fdgroup.com>
11212 Date: Sat, 14 Dec 2002 19:16:49 +0000
11213 Message-ID: <20021214191649.B3992@fdgroup.com>
11214 Branch: perl
11215 ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
11216____________________________________________________________________________
11217[ 18310] By: hv on 2002/12/17 00:51:46
11218 Log: regen-headers to get new API docs from #18306
11219 Branch: perl
11220 ! pod/perlapi.pod
11221____________________________________________________________________________
11222[ 18308] By: rgs on 2002/12/16 22:06:23
11223 Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
11224 From: peter@PSDT.com (Peter Scott)
11225 Date: 12 Dec 2002 18:13:17 -0000
11226 Message-ID: <20021212181317.50538.qmail@onion.perl.org>
11227 (fix bug [perl #19058])
11228 Branch: perl
11229 ! lib/perl5db.pl
11230____________________________________________________________________________
11231[ 18307] By: rgs on 2002/12/16 22:01:14
11232 Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
11233 From: Dave Mitchell <davem@fdgroup.com>
11234 Date: Thu, 12 Dec 2002 23:42:35 +0000
11235 Message-ID: <20021212234235.A29245@fdgroup.com>
11236 and
11237 Date: Sat, 14 Dec 2002 19:16:38 +0000
11238 Message-ID: <20021214191638.A3992@fdgroup.com>
11239 Branch: perl
11240 ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
11241 ! proto.h t/op/eval.t
11242____________________________________________________________________________
11243[ 18306] By: sky on 2002/12/16 21:41:40
11244 Log: More documentation of obscure flags is good, even if the
11245 documentation might be not so good. Atleast it's not false!
11246 Documents the flags one can give to perl_clone
11247 Branch: perl
11248 ! sv.c
11249____________________________________________________________________________
11250[ 18305] By: merijn on 2002/12/16 10:53:19
11251 Log: Enough changes to Configure and metaunits warrant an update.
11252 Several small changes and three additions
11253 Branch: perl
11254 ! Porting/Glossary
11255____________________________________________________________________________
11256[ 18304] By: merijn on 2002/12/16 10:44:57
11257 Log: Redone #18011 from metaunits
11258 Branch: perl
11259 ! Configure
11260____________________________________________________________________________
11261[ 18303] By: merijn on 2002/12/16 10:38:20
11262 Log: backport change #18011
11263 Branch: metaconfig
11264 ! U/installdirs/installprefix.U
11265____________________________________________________________________________
11266[ 18302] By: rgs on 2002/12/14 22:34:25
11267 Log: Subject: Proper fix for CvOUTSIDE weak refcounting
11268 From: Dave Mitchell <davem@fdgroup.com>
11269 Date: Tue, 10 Dec 2002 01:26:44 +0000
11270 Message-ID: <20021210012644.A7843@fdgroup.com>
11271 Branch: perl
11272 ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
11273 ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
11274 ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
11275____________________________________________________________________________
11276[ 18301] By: jhi on 2002/12/13 02:12:54
11277 Log: Bad location of '==>' under the debugger,
11278 apply the patch.
11279 Branch: maint-5.8/perl
11280 ! lib/perl5db.pl
11281____________________________________________________________________________
11282[ 18300] By: rgs on 2002/12/12 20:40:22
11283 Log: Subject: [patch] typo in perlop
11284 From: andreas.koenig@anima.de (Andreas J. Koenig)
11285 Date: Wed, 11 Dec 2002 21:31:14 +0100
11286 Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
11287 Branch: perl
11288 ! pod/perlop.pod
11289____________________________________________________________________________
11290[ 18299] By: rgs on 2002/12/12 20:35:29
11291 Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
11292 Branch: perl
11293 !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
11294 !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
11295 !> t/op/subst.t
11296____________________________________________________________________________
11297[ 18298] By: rgs on 2002/12/12 20:00:36
11298 Log: Whitespace and indentation fix in the output of B::Debug.
11299 Branch: perl
11300 ! ext/B/B/Debug.pm
11301____________________________________________________________________________
11302[ 18297] By: jhi on 2002/12/12 19:19:56
11303 Log: Warn about the non-portabilities of strftime.
11304 Branch: maint-5.8/perl
11305 ! ext/POSIX/POSIX.pod
11306____________________________________________________________________________
11307[ 18296] By: jhi on 2002/12/12 18:21:12
11308 Log: Integrate:
11309 [ 18292]
11310 Update to Scalar-List-Utils 1.09
11311 Branch: maint-5.8/perl
11312 !> ext/List/Util/ChangeLog ext/List/Util/Util.xs
11313 !> ext/List/Util/lib/List/Util.pm
11314____________________________________________________________________________
11315[ 18295] By: jhi on 2002/12/12 18:06:57
11316 Log: Until proven otherwise I don't think any of the strftime
11317 formats %c, %z, and %Z can be tested portably.
11318 Branch: maint-5.8/perl
11319 ! ext/POSIX/t/posix.t
11320____________________________________________________________________________
11321[ 18294] By: jhi on 2002/12/12 14:34:58
11322 Log: Resolve Abe's failing is.t, diagnosed by Sarathy
11323 (setlocale(LC_ALL, 'C') was the key). Document that
11324 locale settings may be hazardous to your isxxxx() health.
11325 (Surgeon General warning).
11326 Branch: maint-5.8/perl
11327 ! ext/POSIX/POSIX.pod ext/POSIX/t/is.t
11328____________________________________________________________________________
11329[ 18293] By: jhi on 2002/12/12 13:57:56
11330 Log: Resolve [#perl 15774] by fiat: simply document that
11331 \C in lookbehind is unsupported.
11332 Branch: maint-5.8/perl
11333 ! pod/perlre.pod pod/perlretut.pod
11334____________________________________________________________________________
11335[ 18292] By: gbarr on 2002/12/12 09:23:04
11336 Log: Update to Scalar-List-Utils 1.09
11337 Branch: perl
11338 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
11339 ! ext/List/Util/lib/List/Util.pm
11340____________________________________________________________________________
11341[ 18291] By: jhi on 2002/12/11 20:13:30
11342 Log: has already been fixed; add its test.
11343 Branch: maint-5.8/perl
11344 ! t/op/subst.t
11345____________________________________________________________________________
11346[ 18290] By: jhi on 2002/12/11 18:56:01
11347 Log: Fix [perl #15763].
11348 Branch: maint-5.8/perl
11349 ! regexec.c t/op/pat.t
11350____________________________________________________________________________
11351[ 18289] By: gsar on 2002/12/11 18:55:36
11352 Log: integrate repository.pod change from mainline
11353 Branch: maint-5.8/perl
11354 !> Porting/repository.pod
11355____________________________________________________________________________
11356[ 18288] By: gsar on 2002/12/11 18:54:28
11357 Log: integrate repository.pod changes from mainline
11358 Branch: maint-5.6/perl
11359 !> Porting/repository.pod
11360____________________________________________________________________________
11361[ 18287] By: gsar on 2002/12/11 18:53:07
11362 Log: this has been incorrect for a while now, and has changed
11363 again recently
11364 Branch: perl
11365 ! Porting/repository.pod
11366____________________________________________________________________________
11367[ 18286] By: jhi on 2002/12/11 14:43:36
11368 Log: Integrate:
11369 [ 18272]
11370 RT#15950
11371
11372 Subject: [PATCH] Typo in Term::ANSIColor
11373 Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
11374 From: "Mr. Nobody" <mrnobo1024 at yahoo.com>
11375
11376 [ 18277]
11377 Subject: [PATCH perl@18251] VMS build update
11378 Message-ID: <3DF56BE2.9000300@mac.com>
11379 Date: Mon, 09 Dec 2002 22:21:54 -0600
11380 From: "Craig A. Berry" <craigberry@mac.com>
11381
11382 [ 18278]
11383 Subject: Re: default lib dir should examine $Config{installstyle}
11384 Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST)
11385 From: Andy Dougherty <doughera@lafayette.edu>
11386 Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu>
11387
11388 [ 18279]
11389 Subject: Re: ANSIColor 1.06 released
11390 Version bump only after typo fix to sync with CPAN
11391
11392 [ 18282]
11393 Subject: Remove stale e-mail addresses
11394 From: Andy Dougherty <doughera@lafayette.edu>
11395 Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
11396 Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
11397
11398 [ 18283]
11399 More email addresses for #18282
11400
11401 [ 18284]
11402 One more email address for #18282
11403 Branch: maint-5.8/perl
11404 !> (integrate 31 files)
11405____________________________________________________________________________
11406[ 18285] By: hv on 2002/12/11 10:35:01
11407 Log: Subject: [PATCH] Re: Precedence of ? :
11408 From: Stephen McCamant <smcc@mit.edu>
11409 Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
11410 Message-Id: <20021210055707.974F073CCC@syllepsis>
11411 Branch: perl
11412 ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
11413 ! vms/perly_c.vms
11414____________________________________________________________________________
11415[ 18284] By: hv on 2002/12/11 10:21:12
11416 Log: One more email address for #18282
11417 Branch: perl
11418 ! lib/Pod/Perldoc.pm
11419____________________________________________________________________________
11420[ 18283] By: hv on 2002/12/11 10:18:07
11421 Log: More email addresses for #18282
11422 Branch: perl
11423 ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
11424 ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
11425 ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
11426 ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
11427 ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
11428____________________________________________________________________________
11429[ 18282] By: hv on 2002/12/11 10:16:05
11430 Log: Subject: Remove stale e-mail addresses
11431 From: Andy Dougherty <doughera@lafayette.edu>
11432 Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
11433 Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
11434 Branch: perl
11435 ! Porting/pumpkin.pod configure.gnu
11436 ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
11437 ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
11438 ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
11439____________________________________________________________________________
11440[ 18281] By: hv on 2002/12/11 09:59:31
11441 Log: Integrate from maint-5.8 #18156, #18218.
11442 Branch: perl
11443 !> lib/Unicode/UCD.t lib/unicore/Category.pl
11444 !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
11445 !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
11446 !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
11447 !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
11448 !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
11449____________________________________________________________________________
11450[ 18280] By: rgs on 2002/12/10 21:30:10
11451 Log: Integrate from the maint-5.8/ branch :
11452 changes 18219, 18236, 18242-3, 18247-8,
11453 18253-5, 18257, 18273-6
11454 Branch: perl
11455 +> t/op/lc_user.t
11456 !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
11457 !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
11458 !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
11459 !> t/uni/tr_utf8.t
11460____________________________________________________________________________
11461[ 18279] By: merijn on 2002/12/10 14:10:03
11462 Log: Subject: Re: ANSIColor 1.06 released
11463 Version bump only after typo fix to sync with CPAN
11464 Branch: perl
11465 ! lib/Term/ANSIColor.pm
11466____________________________________________________________________________
11467[ 18278] By: merijn on 2002/12/10 14:05:25
11468 Log: Subject: Re: default lib dir should examine $Config{installstyle}
11469 Date: Tue, 10 Dec 2002 09:45:19 -0500 (EST)
11470 From: Andy Dougherty <doughera@lafayette.edu>
11471 Message-ID: <Pine.SOL.4.10.10212100925400.17526-100000@maxwell.phys.lafayette.edu>
11472 Branch: metaconfig
11473 ! U/installdirs/installstyle.U
11474____________________________________________________________________________
11475[ 18277] By: merijn on 2002/12/10 08:46:05
11476 Log: Subject: [PATCH perl@18251] VMS build update
11477 Message-ID: <3DF56BE2.9000300@mac.com>
11478 Date: Mon, 09 Dec 2002 22:21:54 -0600
11479 From: "Craig A. Berry" <craigberry@mac.com>
11480 Branch: perl
11481 ! configure.com ext/Time/HiRes/Makefile.PL
11482 ! vms/descrip_mms.template
11483____________________________________________________________________________
11484[ 18276] By: jhi on 2002/12/09 23:49:14
11485 Log: Move the tests added to pat.t in #18248 to lc.t.
11486 Branch: maint-5.8/perl
11487 ! t/op/lc.t t/op/pat.t
11488____________________________________________________________________________
11489[ 18275] By: jhi on 2002/12/09 23:21:58
11490 Log: Add Nick Clark's test case for [perl #18915].
11491 (The bug was fixed by change #18266.)
11492 Branch: maint-5.8/perl
11493 ! t/op/split.t
11494____________________________________________________________________________
11495[ 18274] By: jhi on 2002/12/09 23:19:57
11496 Log: test.pl-ise t/op/split.t
11497 Branch: maint-5.8/perl
11498 ! t/op/split.t
11499____________________________________________________________________________
11500[ 18273] By: jhi on 2002/12/09 22:48:39
11501 Log: Add Nick Clark's test case for [perl #18931].
11502 (The bug was fixed by change #18266.)
11503 Branch: maint-5.8/perl
11504 ! t/op/lc.t
11505____________________________________________________________________________
11506[ 18272] By: merijn on 2002/12/09 15:31:28
11507 Log: RT#15950
11508
11509 Subject: [PATCH] Typo in Term::ANSIColor
11510 Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
11511 From: "Mr. Nobody" <mrnobo1024 at yahoo.com>
11512 Branch: perl
11513 ! lib/Term/ANSIColor.pm
11514____________________________________________________________________________
11515[ 18271] By: jhi on 2002/12/09 02:41:11
11516 Log: Integrate:
11517 [ 18249]
11518 Suppress a compilation warning reported by Jarkko
11519 (variable initialization skipped by goto).
11520
11521 [ 18250]
11522 Fix bug #18874, essentially by reverting change #11890.
11523 Add a regression test for it.
11524
11525 [ 18251]
11526 Fix two cases of buffer overflow in the lexer.
11527
11528 [ 18259]
11529 Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
11530 From: Nicholas Clark <nick@unfortu.net>
11531 Date: Mon, 2 Dec 2002 21:48:29 +0000
11532 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
11533
11534 [ 18260]
11535 Document that $ENV{TERM} may produce taint failures.
11536 Subject: Re: [perl #18717] spurious failures in regression test
11537 From: Slaven Rezic <slaven.rezic@berlin.de>
11538 Date: 29 Nov 2002 22:11:46 +0100
11539 Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
11540
11541 [ 18261]
11542 Change the set of characters that are considered to be
11543 safe in $ENV{TERM} for taint checkings.
11544
11545 [ 18262]
11546 getservbyport() should accept an empty string as its
11547 proto argument (as does getservbyname()).
11548
11549 Subject: Re: Is this a bug or am I being stupid?
11550 From: Slaven Rezic <slaven.rezic@berlin.de>
11551 Date: 08 Dec 2002 01:54:37 +0100
11552 Message-ID: <87znrhl48i.fsf@vran.herceg.de>
11553
11554 [ 18263]
11555 Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
11556 From: Slaven Rezic <slaven.rezic@berlin.de>
11557 Date: 08 Dec 2002 01:31:45 +0100
11558 Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
11559
11560 [ 18264]
11561 Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
11562 From: Slaven Rezic <slaven.rezic@berlin.de>
11563 Date: 30 Nov 2002 00:07:05 +0100
11564 Message-ID: <8765ugnffq.fsf@vran.herceg.de>
11565
11566 [ 18265]
11567 Subject: Re: [perl #18927] barewords with no errors
11568 From: Abe Timmerman <abe@ztreet.demon.nl>
11569 Date: Sun, 8 Dec 2002 17:12:56 +0100
11570 Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
11571
11572 [ 18266]
11573 Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
11574 From: Abhijit Menon-Sen <ams@wiw.org>
11575 Date: Wed, 6 Nov 2002 19:38:11 +0530
11576 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
11577
11578 [ 18267]
11579 Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong
11580 From: Slaven Rezic <slaven.rezic@berlin.de>
11581 Date: 09 Nov 2002 23:21:16 +0100
11582 Message-ID: <874raqz8o3.fsf@vran.herceg.de>
11583
11584 [ 18268]
11585 fix #18266 sprintf format mismatch
11586
11587 [ 18269]
11588 Subject: Re: Bug in Filter::Simple
11589 From: Slaven Rezic <slaven.rezic@berlin.de>
11590 Date: 07 Nov 2002 10:01:41 +0100
11591 Message-ID: <87of91u51m.fsf@vran.herceg.de>
11592
11593 [ 18270]
11594 Subject: [perl #18256] xsubpp can make nested comments in C code
11595 From: Nicholas Clark (via RT) <perlbug@perl.org>
11596 Date: 7 Nov 2002 14:58:14 -0000
11597 Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
11598
11599 (plus regen Configure)
11600 Branch: maint-5.8/perl
11601 ! Configure config_h.SH
11602 !> ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
11603 !> ext/POSIX/t/posix.t hv.c lib/English.pm lib/English.t
11604 !> lib/Exporter/Heavy.pm lib/ExtUtils/xsubpp lib/Hash/Util.t
11605 !> pod/perldiag.pod pp_ctl.c pp_sys.c regcomp.c t/cmd/for.t
11606 !> t/comp/parser.t t/lib/strict/subs t/op/lc.t taint.c toke.c
11607 !> util.c
11608____________________________________________________________________________
11609[ 18270] By: hv on 2002/12/09 00:25:26
11610 Log: Subject: [perl #18256] xsubpp can make nested comments in C code
11611 From: Nicholas Clark (via RT) <perlbug@perl.org>
11612 Date: 7 Nov 2002 14:58:14 -0000
11613 Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
11614 Branch: perl
11615 ! lib/ExtUtils/xsubpp
11616____________________________________________________________________________
11617[ 18269] By: hv on 2002/12/09 00:19:33
11618 Log: Subject: Re: Bug in Filter::Simple
11619 From: Slaven Rezic <slaven.rezic@berlin.de>
11620 Date: 07 Nov 2002 10:01:41 +0100
11621 Message-ID: <87of91u51m.fsf@vran.herceg.de>
11622 Branch: perl
11623 ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
11624____________________________________________________________________________
11625[ 18268] By: hv on 2002/12/09 00:14:58
11626 Log: fix #18266 sprintf format mismatch
11627 Branch: perl
11628 ! regcomp.c
11629____________________________________________________________________________
11630[ 18267] By: hv on 2002/12/09 00:10:09
11631 Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong
11632 From: Slaven Rezic <slaven.rezic@berlin.de>
11633 Date: 09 Nov 2002 23:21:16 +0100
11634 Message-ID: <874raqz8o3.fsf@vran.herceg.de>
11635 Branch: perl
11636 ! config_h.SH ext/POSIX/t/posix.t util.c
11637____________________________________________________________________________
11638[ 18266] By: hv on 2002/12/09 00:02:57
11639 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
11640 From: Abhijit Menon-Sen <ams@wiw.org>
11641 Date: Wed, 6 Nov 2002 19:38:11 +0530
11642 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
11643 Branch: perl
11644 ! regcomp.c t/op/lc.t
11645____________________________________________________________________________
11646[ 18265] By: rgs on 2002/12/08 22:10:45
11647 Log: Subject: Re: [perl #18927] barewords with no errors
11648 From: Abe Timmerman <abe@ztreet.demon.nl>
11649 Date: Sun, 8 Dec 2002 17:12:56 +0100
11650 Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
11651 Branch: perl
11652 ! t/lib/strict/subs
11653____________________________________________________________________________
11654[ 18264] By: rgs on 2002/12/08 22:04:39
11655 Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
11656 From: Slaven Rezic <slaven.rezic@berlin.de>
11657 Date: 30 Nov 2002 00:07:05 +0100
11658 Message-ID: <8765ugnffq.fsf@vran.herceg.de>
11659 Branch: perl
11660 ! pp_ctl.c t/cmd/for.t
11661____________________________________________________________________________
11662[ 18263] By: rgs on 2002/12/08 21:56:13
11663 Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
11664 From: Slaven Rezic <slaven.rezic@berlin.de>
11665 Date: 08 Dec 2002 01:31:45 +0100
11666 Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
11667 Branch: perl
11668 ! lib/Exporter/Heavy.pm
11669____________________________________________________________________________
11670[ 18262] By: rgs on 2002/12/08 20:31:42
11671 Log: getservbyport() should accept an empty string as its
11672 proto argument (as does getservbyname()).
11673
11674 Subject: Re: Is this a bug or am I being stupid?
11675 From: Slaven Rezic <slaven.rezic@berlin.de>
11676 Date: 08 Dec 2002 01:54:37 +0100
11677 Message-ID: <87znrhl48i.fsf@vran.herceg.de>
11678 Branch: perl
11679 ! pp_sys.c
11680____________________________________________________________________________
11681[ 18261] By: rgs on 2002/12/08 20:17:37
11682 Log: Change the set of characters that are considered to be
11683 safe in $ENV{TERM} for taint checkings.
11684 Branch: perl
11685 ! taint.c
11686____________________________________________________________________________
11687[ 18260] By: rgs on 2002/12/08 20:14:57
11688 Log: Document that $ENV{TERM} may produce taint failures.
11689 Subject: Re: [perl #18717] spurious failures in regression test
11690 From: Slaven Rezic <slaven.rezic@berlin.de>
11691 Date: 29 Nov 2002 22:11:46 +0100
11692 Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
11693 Branch: perl
11694 ! pod/perldiag.pod
11695____________________________________________________________________________
11696[ 18259] By: rgs on 2002/12/08 19:34:34
11697 Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
11698 From: Nicholas Clark <nick@unfortu.net>
11699 Date: Mon, 2 Dec 2002 21:48:29 +0000
11700 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
11701 Branch: perl
11702 ! hv.c lib/Hash/Util.t
11703____________________________________________________________________________
11704[ 18258] By: jhi on 2002/12/08 15:24:00
11705 Log: Retract #18252 and #18256.
11706 Branch: maint-5.8/perl
11707 ! hv.c lib/Hash/Util.t regcomp.c t/op/lc.t
11708____________________________________________________________________________
11709[ 18257] By: jhi on 2002/12/07 22:38:49
11710 Log: Tiny doc tweak from Hugo for [perl #16783].
11711 Branch: maint-5.8/perl
11712 ! pod/perlsec.pod
11713____________________________________________________________________________
11714[ 18256] By: jhi on 2002/12/07 18:24:27
11715 Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
11716 From: Nicholas Clark <nick@unfortu.net>
11717 Date: Mon, 2 Dec 2002 21:48:29 +0000
11718 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
11719
11720 (the pp_sys.c and util.c were accidentally open,
11721 but luckily unmodified)
11722 Branch: maint-5.8/perl
11723 ! hv.c lib/Hash/Util.t pp_sys.c util.c
11724____________________________________________________________________________
11725[ 18255] By: jhi on 2002/12/07 16:57:32
11726 Log: The [perl #16843] has been fixed, add its test.
11727 Branch: maint-5.8/perl
11728 ! t/uni/tr_utf8.t
11729____________________________________________________________________________
11730[ 18254] By: jhi on 2002/12/07 16:26:27
11731 Log: Add user-definable To-mappings. (So if you don't agree
11732 with the Unicode mappings, you can make your own.)
11733 Resolves [perl #3741].
11734 Branch: maint-5.8/perl
11735 + t/op/lc_user.t
11736 ! MANIFEST lib/utf8_heavy.pl pod/perldiag.pod
11737 ! pod/perlunicode.pod
11738____________________________________________________________________________
11739[ 18253] By: jhi on 2002/12/07 15:35:43
11740 Log: test.pl-ise t/op/lc.t.
11741 Branch: maint-5.8/perl
11742 ! t/op/lc.t
11743____________________________________________________________________________
11744[ 18252] By: jhi on 2002/12/06 22:19:15
11745 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
11746 From: Abhijit Menon-Sen <ams@wiw.org>
11747 To: perl5-porters@perl.org
11748 Date: Wed, 6 Nov 2002 19:38:11 +0530
11749 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
11750 Branch: maint-5.8/perl
11751 ! regcomp.c t/op/lc.t
11752____________________________________________________________________________
11753[ 18251] By: rgs on 2002/12/06 21:27:55
11754 Log: Fix two cases of buffer overflow in the lexer.
11755 Branch: perl
11756 ! t/comp/parser.t toke.c
11757____________________________________________________________________________
11758[ 18250] By: rgs on 2002/12/06 20:44:26
11759 Log: Fix bug #18874, essentially by reverting change #11890.
11760 Add a regression test for it.
11761 Branch: perl
11762 ! lib/English.pm lib/English.t
11763____________________________________________________________________________
11764[ 18249] By: rgs on 2002/12/06 20:42:01
11765 Log: Suppress a compilation warning reported by Jarkko
11766 (variable initialization skipped by goto).
11767 Branch: perl
11768 ! toke.c
11769____________________________________________________________________________
11770[ 18248] By: jhi on 2002/12/06 13:58:05
11771 Log: A test for [perl #18857] (that was fixed by #18107) from Nick Clark.
11772 Branch: maint-5.8/perl
11773 ! t/op/pat.t
11774____________________________________________________________________________
11775[ 18247] By: jhi on 2002/12/06 13:40:10
11776 Log: More comments and robustness in pp_ucfirst() and pp_lcfirst().
11777 Branch: maint-5.8/perl
11778 ! pp.c
11779____________________________________________________________________________
11780[ 18246] By: pudge on 2002/12/04 12:51:38
11781 Log: Update Changes, Makefile.mk
11782 Branch: maint-5.6/macperl
11783 ! macos/Changes macos/Makefile.mk
11784____________________________________________________________________________
11785[ 18245] By: nick on 2002/12/04 10:33:38
11786 Log: Integrate mainline
11787 Branch: perlio
11788 +> ext/POSIX/t/is.t lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
11789 +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
11790 +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
11791 +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
11792 +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
11793 +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
11794 +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
11795 +> lib/Pod/PlainText.pm pod/perldoc.pod regen.pl regen_headers.pl
11796 +> t/comp/parser.t
11797 !> (integrate 138 files)
11798____________________________________________________________________________
11799[ 18244] By: gsar on 2002/12/04 08:20:20
11800 Log: integrate macperl-5.6 branch change (DynaLoader fix)
11801 Branch: maint-5.6/perl
11802 !> ext/DynaLoader/DynaLoader_pm.PL
11803____________________________________________________________________________
11804[ 18243] By: jhi on 2002/12/03 23:39:28
11805 Log: UTF8_IS_INVARIANT() is better then UTF8_IS_CONTINUED().
11806 (The latter matches also post-initial bytes of a multibyte.)
11807 Branch: maint-5.8/perl
11808 ! pod/perlguts.pod
11809____________________________________________________________________________
11810[ 18242] By: jhi on 2002/12/03 15:04:07
11811 Log: Slight tweaks on the XS-and-Unicode docs, inspired by [perl #17852].
11812 Branch: maint-5.8/perl
11813 ! pod/perlguts.pod pod/perlunicode.pod
11814____________________________________________________________________________
11815[ 18241] By: jhi on 2002/12/03 14:02:58
11816 Log: Integrate:
11817 [ 18239]
11818 Fix up #18229.
11819 Branch: maint-5.8/perl
11820 !> embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
11821 !> pod/perlintern.pod
11822____________________________________________________________________________
11823[ 18240] By: nick on 2002/12/03 12:51:02
11824 Log: Avoid eqtime() wiping the file (as suggested by
11825 "Luis G. Uribe C." <GUribe@SoftHome.net>
11826 Branch: perlio
11827 ! lib/ExtUtils/Command.pm
11828____________________________________________________________________________
11829[ 18239] By: jhi on 2002/12/03 12:49:01
11830 Log: Fix up #18229.
11831 Branch: perl
11832 ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
11833 ! pod/perlintern.pod
11834____________________________________________________________________________
11835[ 18238] By: pudge on 2002/12/03 03:32:47
11836 Log: Provide workaround for MacPerl bug #494368,
11837 a stack overflow problem in Text::ParseWords with
11838 very long lines. Better to have the old version
11839 of the module available just in case.
11840 Branch: maint-5.6/macperl
11841 + macos/lib/Text/ParseWords/Old.pm
11842____________________________________________________________________________
11843[ 18237] By: pudge on 2002/12/03 03:31:20
11844 Log: Fix (already in 5.8) for not modifying @INC
11845 Branch: maint-5.6/macperl
11846 ! ext/DynaLoader/DynaLoader_pm.PL
11847____________________________________________________________________________
11848[ 18236] By: jhi on 2002/12/03 01:25:45
11849 Log: According to Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11850 gcc on IRIX (6.2) does not need and does indeed much better
11851 without -D_POSIX_C_SOURCE [perl #15128] (the inclusion of
11852 _POSIX_C_SOURCE in CFLAGS disables the definition of _SGIAPI
11853 and <sys/dirent.h> doesn't define struct dirent64,
11854 which causes reentr.c not to compile)
11855 Branch: maint-5.8/perl
11856 ! hints/irix_6.sh
11857____________________________________________________________________________
11858[ 18235] By: jhi on 2002/12/02 23:15:05
11859 Log: Update Changes.
11860 Branch: maint-5.8/perl
11861 ! Changes patchlevel.h
11862____________________________________________________________________________
11863[ 18234] By: jhi on 2002/12/02 22:30:41
11864 Log: Integrate:
11865 [ 17815]
11866 formatting cleanup and:
11867 Subject: Re: perl-5.8.0 on HP porting center
11868 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11869 Date: Thu, 29 Aug 2002 12:23:31 +0200
11870 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
11871
11872 [ 18170]
11873 Move some tests from t/run/fresh_perl.t
11874 to the new t/comp/parser.t. The goal being to
11875 get rid of fresh_perl.t at some point.
11876
11877 [ 18228]
11878 integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
11879 with a module-driven version, and separates out its docs.
11880
11881 [ 18229]
11882 $0 mofifying part I
11883
11884 Date: Sat, 30 Nov 2002 20:16:51 +0200
11885 From: Jarkko Hietaniemi <jhi@iki.fi>
11886 Subject: [PATCH] $0 modifying
11887 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
11888
11889 [ 18230]
11890 $0 modifying part II (HP-UX only)
11891
11892 Date: Sat, 30 Nov 2002 20:16:51 +0200
11893 From: Jarkko Hietaniemi <jhi@iki.fi>
11894 Subject: [PATCH] $0 modifying
11895 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
11896
11897 [ 18231]
11898 Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
11899 Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
11900 From: Andy Dougherty <doughera@lafayette.edu>
11901 Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
11902
11903 [ 18232]
11904 Skip test #17 of lib/open.t when useperlio is not defined.
11905
11906 [ 18233]
11907 Fix bug #18573 : in a double-quoted string, a \c not followed
11908 by any character may corrupt memory due to reading past the
11909 end of the input buffer. Add a new error message corresponding
11910 to this case.
11911 Branch: maint-5.8/perl
11912 +> lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
11913 +> lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
11914 +> lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
11915 +> lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
11916 +> lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
11917 +> lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
11918 +> lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
11919 +> pod/perldoc.pod
11920 !> MANIFEST README.hpux ext/threads/t/join.t installperl
11921 !> lib/open.t makedef.pl mg.c perl.c pod/perldiag.pod
11922 !> pod/perlvar.pod sv.c t/comp/parser.t t/op/magic.t thread.h
11923 !> toke.c utils/perldoc.PL
11924____________________________________________________________________________
11925[ 18233] By: rgs on 2002/12/02 20:03:09
11926 Log: Fix bug #18573 : in a double-quoted string, a \c not followed
11927 by any character may corrupt memory due to reading past the
11928 end of the input buffer. Add a new error message corresponding
11929 to this case.
11930 Branch: perl
11931 ! pod/perldiag.pod t/comp/parser.t toke.c
11932____________________________________________________________________________
11933[ 18232] By: rgs on 2002/12/02 19:59:07
11934 Log: Skip test #17 of lib/open.t when useperlio is not defined.
11935 Branch: perl
11936 ! lib/open.t
11937____________________________________________________________________________
11938[ 18231] By: merijn on 2002/12/02 16:00:12
11939 Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
11940 Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
11941 From: Andy Dougherty <doughera@lafayette.edu>
11942 Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
11943 Branch: perl
11944 ! README.hpux
11945____________________________________________________________________________
11946[ 18230] By: merijn on 2002/12/02 15:45:31
11947 Log: $0 modifying part II (HP-UX only)
11948
11949 Date: Sat, 30 Nov 2002 20:16:51 +0200
11950 From: Jarkko Hietaniemi <jhi@iki.fi>
11951 Subject: [PATCH] $0 modifying
11952 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
11953 Branch: perl
11954 ! mg.c
11955____________________________________________________________________________
11956[ 18229] By: merijn on 2002/12/02 15:43:16
11957 Log: $0 mofifying part I
11958
11959 Date: Sat, 30 Nov 2002 20:16:51 +0200
11960 From: Jarkko Hietaniemi <jhi@iki.fi>
11961 Subject: [PATCH] $0 modifying
11962 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
11963 Branch: perl
11964 ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
11965 ! sv.c t/op/magic.t thread.h
11966____________________________________________________________________________
11967[ 18228] By: hv on 2002/12/02 13:37:59
11968 Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
11969 with a module-driven version, and separates out its docs.
11970 Branch: perl
11971 + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
11972 + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
11973 + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
11974 + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
11975 + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
11976 + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
11977 + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
11978 + pod/perldoc.pod
11979 ! MANIFEST utils/perldoc.PL
11980____________________________________________________________________________
11981[ 18227] By: jhi on 2002/12/02 13:23:48
11982 Log: Integrate:
11983 [ 18216]
11984 64bit Peek failure on HP-UX 11.00
11985
11986 Subject: Re: Smoke 18188
11987 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11988 From: Slaven Rezic <slaven.rezic@berlin.de>
11989 Date: 28 Nov 2002 19:25:25 +0100
11990 Message-ID: <877kexsga2.fsf@vran.herceg.de>
11991
11992 [ 18217]
11993 Document the hint constants and where they're used.
11994
11995 [ 18224]
11996 Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
11997 and lib/Pod/t/utils.t to cater for simpler output text.
11998
11999 [ 18226]
12000 missed the new file from #18224
12001 Branch: maint-5.8/perl
12002 +> lib/Pod/PlainText.pm
12003 !> (integrate 37 files)
12004____________________________________________________________________________
12005[ 18226] By: hv on 2002/12/02 12:44:35
12006 Log: missed the new file from #18224
12007 Branch: perl
12008 + lib/Pod/PlainText.pm
12009 ! MANIFEST
12010____________________________________________________________________________
12011[ 18225] By: hv on 2002/12/02 03:09:42
12012 Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
12013 Branch: perl
12014 ! util.c
12015____________________________________________________________________________
12016[ 18224] By: hv on 2002/12/02 02:59:02
12017 Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
12018 and lib/Pod/t/utils.t to cater for simpler output text.
12019 Branch: perl
12020 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
12021 ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
12022 ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
12023 ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
12024 ! t/pod/multiline_items.t t/pod/multiline_items.xr
12025 ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
12026 ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
12027 ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
12028 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
12029____________________________________________________________________________
12030[ 18223] By: hv on 2002/12/02 02:46:17
12031 Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
12032 From: Dave Mitchell <davem@fdgroup.com>
12033 Date: Mon, 25 Nov 2002 21:25:33 +0000
12034 Message-ID: <20021125212533.B29157@fdgroup.com>
12035 Branch: perl
12036 ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
12037____________________________________________________________________________
12038[ 18222] By: hv on 2002/12/02 02:23:28
12039 Log: #18221 broke t/op/eval.t
12040 Branch: perl
12041 ! t/op/eval.t
12042____________________________________________________________________________
12043[ 18221] By: hv on 2002/12/02 02:18:19
12044 Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
12045 Branch: perl
12046 +> ext/POSIX/t/is.t
12047 !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
12048 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
12049 !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
12050 !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
12051____________________________________________________________________________
12052[ 18220] By: hv on 2002/12/02 00:58:54
12053 Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
12054 From: Dave Mitchell <davem@fdgroup.com>
12055 Date: Sun, 24 Nov 2002 22:19:06 +0000
12056 Message-ID: <20021124221906.A25386@fdgroup.com>
12057 Branch: perl
12058 ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
12059 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
12060 ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
12061 ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
12062____________________________________________________________________________
12063[ 18219] By: jhi on 2002/11/30 16:55:14
12064 Log: Integrate maint-5.6/macperl #17852.
12065 Branch: maint-5.8/perl
12066 !> lib/File/Copy.pm
12067____________________________________________________________________________
12068[ 18218] By: jhi on 2002/11/29 18:23:39
12069 Log: Add test from [perl #8026]
12070 Branch: maint-5.8/perl
12071 ! t/op/pack.t
12072____________________________________________________________________________
12073[ 18217] By: rgs on 2002/11/29 12:11:28
12074 Log: Document the hint constants and where they're used.
12075 Branch: perl
12076 ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
12077 ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
12078 ! perl.h
12079____________________________________________________________________________
12080[ 18216] By: merijn on 2002/11/29 10:00:54
12081 Log: 64bit Peek failure on HP-UX 11.00
12082
12083 Subject: Re: Smoke 18188
12084 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12085 From: Slaven Rezic <slaven.rezic@berlin.de>
12086 Date: 28 Nov 2002 19:25:25 +0100
12087 Message-ID: <877kexsga2.fsf@vran.herceg.de>
12088 Branch: perl
12089 ! ext/Devel/Peek/Peek.t
12090____________________________________________________________________________
12091[ 18215] By: jhi on 2002/11/29 00:32:10
12092 Log: perl #7887: Bad URL in README.os2
12093 Branch: maint-5.8/perl
12094 ! README.os2
12095____________________________________________________________________________
12096[ 18214] By: jhi on 2002/11/28 23:41:54
12097 Log: Two tests from perl #7806.
12098 Branch: maint-5.8/perl
12099 ! t/op/subst.t
12100____________________________________________________________________________
12101[ 18213] By: jhi on 2002/11/28 22:26:23
12102 Log: Unintended integratee from #18210.
12103 Branch: maint-5.8/perl
12104 - macos/config.h
12105____________________________________________________________________________
12106[ 18212] By: gsar on 2002/11/28 22:04:07
12107 Log: integrate macperl-5.6 changes
12108 Branch: maint-5.6/perl
12109 !> lib/File/Copy.pm util.c
12110____________________________________________________________________________
12111[ 18211] By: jhi on 2002/11/28 21:50:05
12112 Log: More pseudohashery.
12113 Branch: maint-5.8/perl
12114 ! lib/fields.t
12115____________________________________________________________________________
12116[ 18210] By: jhi on 2002/11/28 21:24:10
12117 Log: Integrate:
12118 [ 18200]
12119 Yet another approach to signal handling (Matthias)
12120
12121 (from maint-5.8/macperl)
12122 Branch: maint-5.8/perl
12123 +> macos/config.h
12124 !> util.c
12125____________________________________________________________________________
12126[ 18209] By: jhi on 2002/11/28 19:07:20
12127 Log: Add the test case from perl #9728.
12128 Branch: maint-5.8/perl
12129 ! t/op/eval.t
12130____________________________________________________________________________
12131[ 18208] By: jhi on 2002/11/28 16:57:01
12132 Log: Retry the #17920.
12133 Branch: maint-5.8/perl
12134 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
12135 ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
12136____________________________________________________________________________
12137[ 18207] By: jhi on 2002/11/28 16:49:00
12138 Log: Urque. Retract #18206 since it got two patches interleaved
12139 (the #17920, and an unfinished experimental patch).
12140 Branch: maint-5.8/perl
12141 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs
12142 ! ext/threads/t/join.t global.sym handy.h intrpvar.h makedef.pl
12143 ! mg.c perl.c perl.h pod/perlrun.pod pod/perlvar.pod sv.c
12144 ! t/op/magic.t thread.h util.c
12145____________________________________________________________________________
12146[ 18206] By: jhi on 2002/11/28 16:45:11
12147 Log: Integrate:
12148 [ 17920]
12149 LEAKTEST is dead, RIP
12150 Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
12151 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12152 Date: Mon, 23 Sep 2002 18:33:12 +0200
12153 Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
12154
12155 (since LEAKTEST seems to be fundamentally obsolete,
12156 even maint-5.8 shouldn't keep flogging a dead feature)
12157 Branch: maint-5.8/perl
12158 ! ext/threads/t/join.t intrpvar.h makedef.pl mg.c perl.c
12159 ! pod/perlvar.pod sv.c t/op/magic.t thread.h
12160 !> av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
12161 !> handy.h perl.h pod/perlrun.pod util.c
12162____________________________________________________________________________
12163[ 18205] By: jhi on 2002/11/28 15:25:35
12164 Log: Another pseudohash usage.
12165 Branch: maint-5.8/perl
12166 ! lib/constant.t
12167____________________________________________________________________________
12168[ 18204] By: jhi on 2002/11/28 14:55:34
12169 Log: Integrate:
12170 [ 18203]
12171 Slight beauty tweak.
12172 Branch: maint-5.8/perl
12173 !> intrpvar.h
12174____________________________________________________________________________
12175[ 18203] By: jhi on 2002/11/28 14:54:34
12176 Log: Slight beauty tweak.
12177 Branch: perl
12178 ! intrpvar.h
12179____________________________________________________________________________
12180[ 18202] By: jhi on 2002/11/28 14:49:11
12181 Log: Add test for bug #18153.
12182 Branch: maint-5.8/perl
12183 ! t/op/grep.t
12184____________________________________________________________________________
12185[ 18201] By: pudge on 2002/11/28 06:01:31
12186 Log: Bump version, update Changes/resources
12187 Branch: maint-5.6/macperl
12188 ! macos/Changes macos/MPVersion.r macos/macperl/MacPerl.rsrc
12189____________________________________________________________________________
12190[ 18200] By: pudge on 2002/11/28 05:29:12
12191 Log: Yet another approach to signal handling (Matthias)
12192 Branch: macperl
12193 ! macos/config.h util.c
12194 Branch: maint-5.6/macperl
12195 ! macos/config.h util.c
12196 Branch: maint-5.8/macperl
12197 ! macos/config.h util.c
12198____________________________________________________________________________
12199[ 18199] By: pudge on 2002/11/28 05:20:16
12200 Log: Integrate maint-5.8/macperl/ from maint-5.8/perl/
12201 Branch: maint-5.8/macperl
12202 +> (branch 46 files)
12203 !> (integrate 448 files)
12204____________________________________________________________________________
12205[ 18198] By: pudge on 2002/11/28 04:31:03
12206 Log: Integrate macperl/ from perl/
12207 Branch: macperl
12208 +> (branch 48 files)
12209 - ext/Thread/thr5005.t vos/Makefile vos/build.cm
12210 - vos/compile_perl.cm vos/config.alpha.def vos/config.alpha.h
12211 - vos/config.ga.def vos/config.ga.h vos/config.pl
12212 - vos/configure_perl.cm vos/install_perl.cm vos/perl.bind
12213 - vos/test_vos_dummies.c vos/vos_dummies.c
12214 !> (integrate 501 files)
12215____________________________________________________________________________
12216[ 18197] By: jhi on 2002/11/28 04:14:27
12217 Log: Integrate:
12218 [ 18175]
12219 Subject: [Encode] 1.83 + bleedperl patch released
12220 From: Dan Kogai <dankogai@dan.co.jp>
12221 Date: Tue, 19 Nov 2002 03:18:44 +0900
12222 Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
12223
12224 [ 18176]
12225 Subject: Re: [perl #18479] Error when no strict refs in effect
12226 From: Slaven Rezic <slaven.rezic@berlin.de>
12227 Date: 18 Nov 2002 22:50:04 +0100
12228 Message-ID: <87smxya6pf.fsf@vran.herceg.de>
12229
12230 [ 18177]
12231 add support for STASH and MAGIC information for REFs to sv_dump().
12232 Subject: [PATCH]
12233 From: Slaven Rezic <slaven.rezic@berlin.de>
12234 Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
12235 Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
12236
12237 [ 18178]
12238 Subject: Re: Storable bug #1698
12239 From: Slaven Rezic <slaven.rezic@berlin.de>
12240 Date: 18 Nov 2002 10:41:36 +0100
12241 Message-ID: <87ptt343lb.fsf@vran.herceg.de>
12242
12243 [ 18179]
12244 Subject: [PATCH] UTF8 regexp {n} bug
12245 From: Inaba Hiroto <inaba@st.rim.or.jp>
12246 Date: Sat, 16 Nov 2002 19:23:00 +0900
12247 Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
12248
12249 [ 18182]
12250 Subject: #17171: ld flag for shrplib on OpenBSD
12251 Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
12252 From: "Todd C. Miller" <Todd.Miller at courtesan.com>
12253
12254 [ 18183]
12255 Subject: Re: [perl #18626] bug in perlipc man page
12256 From: Slaven Rezic <slaven.rezic@berlin.de>
12257 Date: 23 Nov 2002 21:23:20 +0100
12258 Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
12259
12260 [ 18184]
12261 Subject: [PATCH] 2 Pod errors in perlop.pod
12262 From: andreas.koenig@anima.de (Andreas J. Koenig)
12263 Date: Mon, 25 Nov 2002 10:21:08 +0100
12264 Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
12265
12266 Plus a few similar POD fixes
12267
12268 [ 18185]
12269 PerlFAQ sync.
12270
12271 [ 18186]
12272 Subject: DESTROY called in scalar context ?
12273 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12274 Date: Tue, 29 Oct 2002 22:04:23 +0100
12275 Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
12276
12277 [ 18188]
12278 Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
12279 From: Slaven Rezic <slaven.rezic@berlin.de>
12280 Date: 03 Nov 2002 10:59:43 +0100
12281 Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
12282 Branch: maint-5.8/perl
12283 ! Configure config_h.SH
12284 !> (integrate 41 files)
12285____________________________________________________________________________
12286[ 18196] By: pudge on 2002/11/28 03:39:14
12287 Log: Make installme more robust
12288 Branch: maint-5.6/macperl
12289 ! macos/macperl/Droplets/installme.plx
12290____________________________________________________________________________
12291[ 18195] By: pudge on 2002/11/28 03:38:25
12292 Log: Work around weird startup Apple events (Matthias, MacPerl Bug #543491)
12293 Branch: maint-5.6/macperl
12294 ! macos/macperl/MPAppleEvents.c macos/macperl/MPAppleEvents.h
12295 ! macos/macperl/MPMain.c
12296____________________________________________________________________________
12297[ 18194] By: pudge on 2002/11/28 03:35:41
12298 Log: Implement InitCursorCtl wrappers (Matthias, MacPerl Bug #526707)
12299 Branch: maint-5.6/macperl
12300 ! macos/SubLaunch.c macos/macish.c macos/macish.h
12301____________________________________________________________________________
12302[ 18193] By: pudge on 2002/11/28 03:20:15
12303 Log: Add first phase of Carbon support to macperl/ext/.
12304 Covers Components, Files, Gestalt, Memory, MoreFiles, Notification,
12305 Processes, Resources, Sound, Speech, Types, and the MacPerl module.
12306 Support functions and docs in Carbon/. Added MoreFiles source.
12307 Moved around and began to rewrite some test files.
12308 Branch: maint-5.6/macperl
12309 + macos/ext/Mac/Carbon/Carbon.h macos/ext/Mac/Carbon/Carbon.pm
12310 + macos/ext/Mac/Carbon/MANIFEST
12311 + macos/ext/Mac/Carbon/MANIFEST.SKIP
12312 + macos/ext/Mac/Carbon/Makefile.PL macos/ext/Mac/Carbon/README
12313 + macos/ext/Mac/Carbon/t/Carbon.t macos/ext/Mac/Carbon/typemap
12314 + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.6.1
12315 + macos/ext/Mac/Carbon/xsubpps/xsubpp-5.8.0
12316 + macos/ext/Mac/Components/eg/ListComponents.plx
12317 + macos/ext/Mac/Components/t/Components.t
12318 + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.c
12319 + macos/ext/Mac/MoreFiles/MoreFilesSrc/DirectoryCopy.h
12320 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.c
12321 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FSpCompat.h
12322 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.c
12323 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FileCopy.h
12324 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.c
12325 + macos/ext/Mac/MoreFiles/MoreFilesSrc/FullPath.h
12326 + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.c
12327 + macos/ext/Mac/MoreFiles/MoreFilesSrc/IterateDirectory.h
12328 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.c
12329 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreDesktopMgr.h
12330 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.c
12331 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFiles.h
12332 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.c
12333 + macos/ext/Mac/MoreFiles/MoreFilesSrc/MoreFilesExtras.h
12334 + macos/ext/Mac/MoreFiles/MoreFilesSrc/Optimization.h
12335 + macos/ext/Mac/MoreFiles/MoreFilesSrc/OptimizationEnd.h
12336 + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.c
12337 + macos/ext/Mac/MoreFiles/MoreFilesSrc/Search.h
12338 + macos/ext/Mac/MoreFiles/eg/Application.plx
12339 + macos/ext/Mac/MoreFiles/eg/Iterate.plx
12340 + macos/ext/Mac/MoreFiles/t/MoreFiles.t
12341 + macos/ext/Mac/Processes/eg/Processes.plx
12342 + macos/ext/Mac/Sound/t/Scream.rsrc
12343 + macos/ext/Mac/Sound/t/Sound.t
12344 + macos/ext/Mac/Speech/eg/Cellist.plx
12345 + macos/ext/Mac/Speech/eg/DumpVoices.plx
12346 + macos/ext/Mac/Speech/eg/JukeBox.plx
12347 + macos/ext/Mac/Speech/eg/Phonemes.plx
12348 + macos/ext/Mac/Speech/t/Speech.t macos/ext/MacPerl/t/MacPerl.t
12349 - macos/ext/Mac/Components/t/ListComponents.t
12350 - macos/ext/Mac/MoreFiles/t/Application.t
12351 - macos/ext/Mac/MoreFiles/t/Iterate.t
12352 - macos/ext/Mac/Sound/t/Scream.t
12353 - macos/ext/Mac/Speech/t/Cellist.t
12354 - macos/ext/Mac/Speech/t/DumpVoices.t
12355 - macos/ext/Mac/Speech/t/JukeBox.t
12356 - macos/ext/Mac/Speech/t/Phonemes.t
12357 ! macos/ext/Mac/Components/Components.pm
12358 ! macos/ext/Mac/Components/Components.xs
12359 ! macos/ext/Mac/Components/Makefile.PL
12360 ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Files/Files.xs
12361 ! macos/ext/Mac/Files/Makefile.PL macos/ext/Mac/Files/t/Files.t
12362 ! macos/ext/Mac/Gestalt/Gestalt.pm
12363 ! macos/ext/Mac/Gestalt/Gestalt.xs
12364 ! macos/ext/Mac/Gestalt/Makefile.PL
12365 ! macos/ext/Mac/Gestalt/t/Gestalt.t
12366 ! macos/ext/Mac/Memory/Makefile.PL
12367 ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
12368 ! macos/ext/Mac/Memory/t/Memory.t macos/ext/Mac/MoreFiles/MF.xs
12369 ! macos/ext/Mac/MoreFiles/Makefile.PL
12370 ! macos/ext/Mac/MoreFiles/MoreFiles.pm
12371 ! macos/ext/Mac/Notification/Makefile.PL
12372 ! macos/ext/Mac/Notification/Notification.pm
12373 ! macos/ext/Mac/Notification/Notification.xs
12374 ! macos/ext/Mac/Notification/t/Notification.t
12375 ! macos/ext/Mac/Processes/Makefile.PL
12376 ! macos/ext/Mac/Processes/Processes.pm
12377 ! macos/ext/Mac/Processes/Processes.xs
12378 ! macos/ext/Mac/Processes/t/Processes.t
12379 ! macos/ext/Mac/Resources/Makefile.PL
12380 ! macos/ext/Mac/Resources/Resources.pm
12381 ! macos/ext/Mac/Resources/Resources.xs
12382 ! macos/ext/Mac/Resources/t/Resources.t
12383 ! macos/ext/Mac/Sound/Makefile.PL macos/ext/Mac/Sound/Sound.pm
12384 ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Makefile.PL
12385 ! macos/ext/Mac/Speech/Speech.pm macos/ext/Mac/Speech/Speech.xs
12386 ! macos/ext/Mac/Types/Makefile.PL macos/ext/Mac/Types/Types.pm
12387 ! macos/ext/Mac/Types/Types.xs macos/ext/Mac/Types/t/Types.t
12388 ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/MacPerl.xs
12389 ! macos/ext/MacPerl/Makefile.PL macos/ext/MacPerl/OSA.xs
12390____________________________________________________________________________
12391[ 18192] By: jhi on 2002/11/27 03:14:22
12392 Log: Doc tweak for perl #9731.
12393 Branch: maint-5.8/perl
12394 ! pod/perldiag.pod
12395____________________________________________________________________________
12396[ 18191] By: jhi on 2002/11/27 02:56:52
12397 Log: A bit of additional information regarding BIND's harmful
12398 effects (perl #9465).
12399 Branch: maint-5.8/perl
12400 ! INSTALL
12401____________________________________________________________________________
12402[ 18190] By: jhi on 2002/11/27 02:28:34
12403 Log: Fix perl #18519: GDBM_SYNC and GDBM_SYNCMODE were unsupported.
12404 Branch: maint-5.8/perl
12405 ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
12406____________________________________________________________________________
12407[ 18189] By: jhi on 2002/11/27 01:51:45
12408 Log: Add the new POSIX isxxx() test by Ed Santiago <esm@pobox.com>
12409 (perl #16799).
12410 Branch: maint-5.8/perl
12411 + ext/POSIX/t/is.t
12412 ! MANIFEST
12413____________________________________________________________________________
12414[ 18188] By: hv on 2002/11/27 01:32:52
12415 Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
12416 From: Slaven Rezic <slaven.rezic@berlin.de>
12417 Date: 03 Nov 2002 10:59:43 +0100
12418 Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
12419 Branch: perl
12420 ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
12421____________________________________________________________________________
12422[ 18187] By: jhi on 2002/11/27 01:26:02
12423 Log: Follow-up on change #18122 (perl #18065) as noted by Philip Newton.
12424 Branch: maint-5.8/perl
12425 ! ext/Fcntl/t/syslfs.t t/op/lfs.t
12426____________________________________________________________________________
12427[ 18186] By: hv on 2002/11/27 00:57:18
12428 Log: Subject: DESTROY called in scalar context ?
12429 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12430 Date: Tue, 29 Oct 2002 22:04:23 +0100
12431 Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
12432 Branch: perl
12433 ! sv.c
12434____________________________________________________________________________
12435[ 18185] By: rgs on 2002/11/26 21:06:48
12436 Log: PerlFAQ sync.
12437 Branch: perl
12438 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12439 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12440 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12441 ! pod/perlfaq9.pod
12442____________________________________________________________________________
12443[ 18184] By: rgs on 2002/11/26 20:42:25
12444 Log: Subject: [PATCH] 2 Pod errors in perlop.pod
12445 From: andreas.koenig@anima.de (Andreas J. Koenig)
12446 Date: Mon, 25 Nov 2002 10:21:08 +0100
12447 Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
12448
12449 Plus a few similar POD fixes
12450 Branch: perl
12451 ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
12452 ! pod/perltie.pod
12453____________________________________________________________________________
12454[ 18183] By: rgs on 2002/11/26 19:53:26
12455 Log: Subject: Re: [perl #18626] bug in perlipc man page
12456 From: Slaven Rezic <slaven.rezic@berlin.de>
12457 Date: 23 Nov 2002 21:23:20 +0100
12458 Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
12459 Branch: perl
12460 ! pod/perlipc.pod
12461____________________________________________________________________________
12462[ 18182] By: merijn on 2002/11/26 08:44:39
12463 Log: Subject: #17171: ld flag for shrplib on OpenBSD
12464 Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
12465 From: "Todd C. Miller" <Todd.Miller at courtesan.com>
12466 Branch: perl
12467 ! Configure
12468____________________________________________________________________________
12469[ 18181] By: merijn on 2002/11/26 08:40:39
12470 Log: Subject: #17171: ld flag for shrplib on OpenBSD
12471 Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
12472 From: "Todd C. Miller" <Todd.Miller at courtesan.com>
12473 Branch: metaconfig/U/perl
12474 ! libperl.U
12475____________________________________________________________________________
12476[ 18180] By: hv on 2002/11/25 03:10:03
12477 Log: integrate #18144 updates to pod/perlport.pod
12478 Branch: perl
12479 ! pod/perlport.pod
12480____________________________________________________________________________
12481[ 18179] By: hv on 2002/11/25 03:06:44
12482 Log: Subject: [PATCH] UTF8 regexp {n} bug
12483 From: Inaba Hiroto <inaba@st.rim.or.jp>
12484 Date: Sat, 16 Nov 2002 19:23:00 +0900
12485 Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
12486 Branch: perl
12487 ! regcomp.c t/op/pat.t
12488____________________________________________________________________________
12489[ 18178] By: hv on 2002/11/25 02:43:40
12490 Log: Subject: Re: Storable bug #1698
12491 From: Slaven Rezic <slaven.rezic@berlin.de>
12492 Date: 18 Nov 2002 10:41:36 +0100
12493 Message-ID: <87ptt343lb.fsf@vran.herceg.de>
12494 Branch: perl
12495 ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
12496 ! ext/Storable/t/forgive.t
12497____________________________________________________________________________
12498[ 18177] By: hv on 2002/11/25 02:37:07
12499 Log: add support for STASH and MAGIC information for REFs to sv_dump().
12500 Subject: [PATCH]
12501 From: Slaven Rezic <slaven.rezic@berlin.de>
12502 Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
12503 Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
12504 Branch: perl
12505 ! dump.c ext/Devel/Peek/Peek.t
12506____________________________________________________________________________
12507[ 18176] By: hv on 2002/11/25 02:31:10
12508 Log: Subject: Re: [perl #18479] Error when no strict refs in effect
12509 From: Slaven Rezic <slaven.rezic@berlin.de>
12510 Date: 18 Nov 2002 22:50:04 +0100
12511 Message-ID: <87smxya6pf.fsf@vran.herceg.de>
12512 Branch: perl
12513 ! pp_ctl.c
12514____________________________________________________________________________
12515[ 18175] By: hv on 2002/11/25 02:20:48
12516 Log: Subject: [Encode] 1.83 + bleedperl patch released
12517 From: Dan Kogai <dankogai@dan.co.jp>
12518 Date: Tue, 19 Nov 2002 03:18:44 +0900
12519 Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
12520 Branch: perl
12521 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
12522 ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
12523 ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
12524 ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
12525____________________________________________________________________________
12526[ 18174] By: jhi on 2002/11/24 22:35:23
12527 Log: Fix perl #7305: UnicodeCD::compexcl is weird
12528 Branch: maint-5.8/perl
12529 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
12530____________________________________________________________________________
12531[ 18173] By: jhi on 2002/11/23 02:02:33
12532 Log: Integrate:
12533 [ 18135]
12534 Subject: [PATCH] perlopentut and PerlIO documentation
12535 From: Slaven Rezic <slaven.rezic@berlin.de>
12536 Date: 08 Nov 2002 22:22:19 +0100
12537 Message-ID: <8765v7kb90.fsf@vran.herceg.de>
12538
12539 [ 18136]
12540 Subject: t/run/runenv.t bug
12541 From: Salvador "Fandiño" <sfandino@yahoo.com>
12542 Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
12543 Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
12544
12545 [ 18137]
12546 Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
12547 From: Slaven Rezic <slaven.rezic@berlin.de>
12548 Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
12549 Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
12550
12551 [ 18139]
12552 Date: Tue, 12 Nov 2002 16:49:22 +0200
12553 From: Jarkko Hietaniemi <jhi@iki.fi>
12554 Subject: [PATCH] Tru64 osvers
12555 Message-ID: <20021112144922.GI511825@lyta.hut.fi>
12556
12557 [ 18141]
12558 repair 18139 (missing awk command)
12559
12560 [ 18147]
12561 Subject: [PATCH] Typo in perl58delta
12562 From: andreas.koenig@anima.de (Andreas J. Koenig)
12563 Date: Sat, 16 Nov 2002 16:29:14 +0100
12564 Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
12565
12566 [ 18148]
12567 New B::Lint option, bare-subs, that checks for implicitely
12568 quoted barewords that are also subroutines, from
12569 Ian Phillipps <ip@tarragon-et.co.uk>.
12570 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
12571 With a few tweaks to the implementation and tests.
12572
12573 [ 18149]
12574 New B::Lint option, bare-subs, that checks for implicitely
12575 quoted barewords that are also subroutines, from
12576 Ian Phillipps <ip@tarragon-et.co.uk>.
12577 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
12578 With a few tweaks to the implementation and tests.
12579 (previous change was empty)
12580
12581 [ 18150]
12582 Subject: [PATCH] optional code for debugging leaking scalars
12583 From: Dave Mitchell <davem@fdgroup.com>
12584 Date: Thu, 14 Nov 2002 23:03:00 +0000
12585 Message-ID: <20021114230300.B18614@fdgroup.com>
12586
12587 [ 18151]
12588 Document PRIVSHIFT.
12589 Subject: [PATCH] two small doc patches
12590 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12591 Date: Thu, 14 Nov 2002 15:07:35 -0800
12592 Message-ID: <3yC19gzkguTO092yn@efn.org>
12593
12594 [ 18152]
12595 Subject: Re: [PATCH] optional code for debugging leaking scalars
12596 From: Dave Mitchell <davem@fdgroup.com>
12597 Date: Sat, 16 Nov 2002 22:18:23 +0000
12598 Message-ID: <20021116221823.A23614@fdgroup.com>
12599 Documentation for change #18150.
12600
12601 [ 18154]
12602 Correction to change #18152, by Dave Mitchell.
12603
12604 [ 18158]
12605 Remove duplicate my() declaration giving warnings from change #18105.
12606
12607 [ 18159]
12608 Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
12609 From: Gurusamy Sarathy <gsar@ActiveState.com>
12610 Date: Wed, 30 Oct 2002 20:58:15 -0800
12611 Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
12612 Date: Wed, 30 Oct 2002 21:56:22 -0800
12613 Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
12614 Date: Wed, 30 Oct 2002 22:55:30 -0800
12615 Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
12616
12617 [ 18160]
12618 Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
12619 From: Nicholas Clark <nick@unfortu.net>
12620 Date: Tue, 29 Oct 2002 23:00:05 +0000
12621 Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
12622
12623 [ 18161]
12624 Subject: [PATCH Win32] Document wperl.exe
12625 From: "Brent Dax" <brentdax@cpan.org>
12626 Date: Fri, 15 Nov 2002 23:02:01 -0800
12627 Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
12628
12629 [ 18162]
12630 Subject: [PATCH ext/threads/threads.xs] trivial typo
12631 From: Dave Mitchell <davem@fdgroup.com>
12632 Date: Thu, 14 Nov 2002 22:55:39 +0000
12633 Message-ID: <20021114225539.A18614@fdgroup.com>
12634
12635 [ 18163]
12636 Subject: Re: [PATCH] AutoLoader gives wrong message
12637 From: Peter Scott <Peter@PSDT.com>
12638 Date: Thu, 07 Nov 2002 19:04:27 -0800
12639 Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
12640
12641 With a tweak to the END cleanup block to fully remove the
12642 temporary test directory
12643
12644 [ 18164]
12645 t/io/crlf.t failed with miniperl.
12646
12647 [ 18165]
12648 Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
12649 From: Jarkko Hietaniemi <jhi@iki.fi>
12650 Date: Sun, 3 Nov 2002 17:50:08 +0200
12651 Message-ID: <20021103155008.GA382682@lyta.hut.fi>
12652
12653 [ 18166]
12654 Fix perl bug #17920 : a case of parser coredump.
12655 The fix is to disable Perl_block_start and Perl_block_end
12656 when the yacc parser has encountered errors. This prevents
12657 corruption of the internal stack, at the expense of correctness,
12658 but this doesn't matter as the code is unparseable anyway.
12659
12660 [ 18168]
12661 Subject: [PATCH] hires sleeping wants libs
12662 Date: Wed, 20 Nov 2002 17:18:31 +0200
12663 From: Jarkko Hietaniemi <jhi@iki.fi>
12664 Message-ID: <20021120151830.GC127060@lyta.hut.fi>
12665
12666 [ 18169]
12667 Add a test for bug #17920, and a new test file for it.
12668
12669 [ 18170]
12670 Move some tests from t/run/fresh_perl.t
12671 to the new t/comp/parser.t. The goal being to
12672 get rid of fresh_perl.t at some point.
12673
12674 [ 18171]
12675 A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
12676 Fix the existing tests that didn't checked the difference
12677 between 0 and undef.
12678
12679 [ 18172]
12680 Subject: [PATCH] Historic version labels
12681 From: andreas.koenig@anima.de (Andreas J. Koenig)
12682 Date: Fri, 22 Nov 2002 14:39:41 +0100
12683 Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
12684
12685 (and regen Configure, regen_headers)
12686 Branch: maint-5.8/perl
12687 +> regen.pl regen_headers.pl t/comp/parser.t
12688 ! Configure README.ce config_h.SH ext/B/B.pm ext/B/t/concise.t
12689 !> (integrate 35 files)
12690____________________________________________________________________________
12691[ 18172] By: rgs on 2002/11/22 21:44:09
12692 Log: Subject: [PATCH] Historic version labels
12693 From: andreas.koenig@anima.de (Andreas J. Koenig)
12694 Date: Fri, 22 Nov 2002 14:39:41 +0100
12695 Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
12696 Branch: perl
12697 ! Changes5.005 Changes5.6
12698____________________________________________________________________________
12699[ 18171] By: rgs on 2002/11/22 21:15:54
12700 Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
12701 Fix the existing tests that didn't checked the difference
12702 between 0 and undef.
12703 Branch: perl
12704 ! t/op/magic.t
12705____________________________________________________________________________
12706[ 18170] By: rgs on 2002/11/22 20:49:12
12707 Log: Move some tests from t/run/fresh_perl.t
12708 to the new t/comp/parser.t. The goal being to
12709 get rid of fresh_perl.t at some point.
12710 Branch: perl
12711 ! t/comp/parser.t t/run/fresh_perl.t
12712____________________________________________________________________________
12713[ 18169] By: rgs on 2002/11/21 20:49:36
12714 Log: Add a test for bug #17920, and a new test file for it.
12715 Branch: perl
12716 + t/comp/parser.t
12717 ! MANIFEST
12718____________________________________________________________________________
12719[ 18168] By: merijn on 2002/11/21 13:59:12
12720 Log: Subject: [PATCH] hires sleeping wants libs
12721 Date: Wed, 20 Nov 2002 17:18:31 +0200
12722 From: Jarkko Hietaniemi <jhi@iki.fi>
12723 Message-ID: <20021120151830.GC127060@lyta.hut.fi>
12724 Branch: perl
12725 ! Configure hints/irix_6.sh
12726____________________________________________________________________________
12727[ 18167] By: merijn on 2002/11/21 13:49:58
12728 Log: Subject: [PATCH] hires sleeping wants libs
12729 Date: Wed, 20 Nov 2002 17:18:31 +0200
12730 From: Jarkko Hietaniemi <jhi@iki.fi>
12731 Message-ID: <20021120151830.GC127060@lyta.hut.fi>
12732 Branch: metaconfig
12733 ! U/modified/Myinit.U
12734____________________________________________________________________________
12735[ 18166] By: rgs on 2002/11/19 23:02:31
12736 Log: Fix perl bug #17920 : a case of parser coredump.
12737 The fix is to disable Perl_block_start and Perl_block_end
12738 when the yacc parser has encountered errors. This prevents
12739 corruption of the internal stack, at the expense of correctness,
12740 but this doesn't matter as the code is unparseable anyway.
12741 Branch: perl
12742 ! op.c
12743____________________________________________________________________________
12744[ 18165] By: rgs on 2002/11/19 22:45:36
12745 Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
12746 From: Jarkko Hietaniemi <jhi@iki.fi>
12747 Date: Sun, 3 Nov 2002 17:50:08 +0200
12748 Message-ID: <20021103155008.GA382682@lyta.hut.fi>
12749 Branch: perl
12750 ! lib/open.pm locale.c pod/perl58delta.pod
12751____________________________________________________________________________
12752[ 18164] By: rgs on 2002/11/19 22:32:52
12753 Log: t/io/crlf.t failed with miniperl.
12754 Branch: perl
12755 ! t/io/crlf.t
12756____________________________________________________________________________
12757[ 18163] By: rgs on 2002/11/19 22:11:24
12758 Log: Subject: Re: [PATCH] AutoLoader gives wrong message
12759 From: Peter Scott <Peter@PSDT.com>
12760 Date: Thu, 07 Nov 2002 19:04:27 -0800
12761 Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
12762
12763 With a tweak to the END cleanup block to fully remove the
12764 temporary test directory
12765 Branch: perl
12766 ! lib/AutoLoader.t
12767____________________________________________________________________________
12768[ 18162] By: rgs on 2002/11/19 21:29:25
12769 Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
12770 From: Dave Mitchell <davem@fdgroup.com>
12771 Date: Thu, 14 Nov 2002 22:55:39 +0000
12772 Message-ID: <20021114225539.A18614@fdgroup.com>
12773 Branch: perl
12774 ! ext/threads/threads.xs
12775____________________________________________________________________________
12776[ 18161] By: rgs on 2002/11/19 21:26:21
12777 Log: Subject: [PATCH Win32] Document wperl.exe
12778 From: "Brent Dax" <brentdax@cpan.org>
12779 Date: Fri, 15 Nov 2002 23:02:01 -0800
12780 Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
12781 Branch: perl
12782 ! README.win32
12783____________________________________________________________________________
12784[ 18160] By: hv on 2002/11/19 12:07:25
12785 Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
12786 From: Nicholas Clark <nick@unfortu.net>
12787 Date: Tue, 29 Oct 2002 23:00:05 +0000
12788 Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
12789 Branch: perl
12790 + regen.pl regen_headers.pl
12791 ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
12792 ! keywords.pl opcode.pl regcomp.pl
12793____________________________________________________________________________
12794[ 18159] By: hv on 2002/11/19 11:48:30
12795 Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
12796 From: Gurusamy Sarathy <gsar@ActiveState.com>
12797 Date: Wed, 30 Oct 2002 20:58:15 -0800
12798 Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
12799 Date: Wed, 30 Oct 2002 21:56:22 -0800
12800 Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
12801 Date: Wed, 30 Oct 2002 22:55:30 -0800
12802 Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
12803 Branch: perl
12804 ! gv.c pp_hot.c t/op/method.t
12805____________________________________________________________________________
12806[ 18158] By: hv on 2002/11/19 11:35:16
12807 Log: Remove duplicate my() declaration giving warnings from change #18105.
12808 Branch: perl
12809 ! lib/Class/Struct.t
12810____________________________________________________________________________
12811[ 18157] By: nick on 2002/11/19 10:16:27
12812 Log: Integrate mainline
12813 Branch: perlio
12814 +> ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
12815 +> t/run/switchI.t t/uni/tr_7jis.t t/uni/tr_eucjp.t
12816 +> t/uni/tr_sjis.t t/uni/tr_utf8.t
12817 ! ext/Encode/Encode.xs
12818 !> (integrate 77 files)
12819____________________________________________________________________________
12820[ 18156] By: jhi on 2002/11/18 23:06:22
12821 Log: Unicode 3.2 Errata from
12822 http://www.unicode.org/unicode/uni2errata/UnicodeErrata.html
12823 (errata 2002 October 31 and 2002 October 30)
12824 (If/when 3.2.1 or 4.0 happens, just replace SpecialCasing
12825 and UnicodeData, don't bother with diffs, and rerun
12826 perl ./mktables)
12827 Branch: maint-5.8/perl
12828 ! lib/Unicode/UCD.t lib/unicore/Category.pl
12829 ! lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
12830 ! lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
12831 ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
12832 ! lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
12833 ! lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl
12834____________________________________________________________________________
12835[ 18155] By: jhi on 2002/11/16 22:34:07
12836 Log: make regen_headers
12837 Branch: maint-5.8/perl
12838 ! pod/perlapi.pod proto.h
12839____________________________________________________________________________
12840[ 18154] By: rgs on 2002/11/16 22:08:44
12841 Log: Correction to change #18152, by Dave Mitchell.
12842 Branch: perl
12843 ! pod/perlhack.pod
12844____________________________________________________________________________
12845[ 18153] By: jhi on 2002/11/16 21:24:13
12846 Log: Tripped by the pseudo-hash warning.
12847 Branch: maint-5.8/perl
12848 ! t/op/hashwarn.t
12849____________________________________________________________________________
12850[ 18152] By: rgs on 2002/11/16 21:23:15
12851 Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
12852 From: Dave Mitchell <davem@fdgroup.com>
12853 Date: Sat, 16 Nov 2002 22:18:23 +0000
12854 Message-ID: <20021116221823.A23614@fdgroup.com>
12855 Documentation for change #18150.
12856 Branch: perl
12857 ! pod/perlhack.pod
12858____________________________________________________________________________
12859[ 18151] By: rgs on 2002/11/16 20:45:26
12860 Log: Document PRIVSHIFT.
12861 Subject: [PATCH] two small doc patches
12862 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12863 Date: Thu, 14 Nov 2002 15:07:35 -0800
12864 Message-ID: <3yC19gzkguTO092yn@efn.org>
12865 Branch: perl
12866 ! sv.h
12867____________________________________________________________________________
12868[ 18150] By: rgs on 2002/11/16 20:25:57
12869 Log: Subject: [PATCH] optional code for debugging leaking scalars
12870 From: Dave Mitchell <davem@fdgroup.com>
12871 Date: Thu, 14 Nov 2002 23:03:00 +0000
12872 Message-ID: <20021114230300.B18614@fdgroup.com>
12873 Branch: perl
12874 ! perl.c sv.c
12875____________________________________________________________________________
12876[ 18149] By: rgs on 2002/11/16 20:10:50
12877 Log: New B::Lint option, bare-subs, that checks for implicitely
12878 quoted barewords that are also subroutines, from
12879 Ian Phillipps <ip@tarragon-et.co.uk>.
12880 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
12881 With a few tweaks to the implementation and tests.
12882 (previous change was empty)
12883 Branch: perl
12884 ! ext/B/B/Lint.pm ext/B/t/lint.t
12885____________________________________________________________________________
12886[ 18148] By: rgs on 2002/11/16 20:05:34
12887 Log: New B::Lint option, bare-subs, that checks for implicitely
12888 quoted barewords that are also subroutines, from
12889 Ian Phillipps <ip@tarragon-et.co.uk>.
12890 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
12891 With a few tweaks to the implementation and tests.
12892 Branch: perl
12893 ! ext/B/B/Lint.pm ext/B/t/lint.t
12894____________________________________________________________________________
12895[ 18147] By: rgs on 2002/11/16 19:52:54
12896 Log: Subject: [PATCH] Typo in perl58delta
12897 From: andreas.koenig@anima.de (Andreas J. Koenig)
12898 Date: Sat, 16 Nov 2002 16:29:14 +0100
12899 Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
12900 Branch: perl
12901 ! pod/perl58delta.pod
12902____________________________________________________________________________
12903[ 18146] By: jhi on 2002/11/16 15:09:26
12904 Log: Typo noticed by Philip Newton.
12905 Branch: maint-5.8/perl
12906 ! pod/perldiag.pod
12907____________________________________________________________________________
12908[ 18145] By: jhi on 2002/11/16 02:53:59
12909 Log: Add 5.005-style thread deprecation warning (at each
12910 thread create).
12911 Branch: maint-5.8/perl
12912 ! ext/Thread/Thread.xs pod/perldelta.pod pod/perldiag.pod
12913____________________________________________________________________________
12914[ 18144] By: jhi on 2002/11/15 22:30:36
12915 Log: perlport tweaks:
12916 - timezone
12917 - $!, Errno
12918 - metainformation changing
12919 - perlunicode
12920 Branch: maint-5.8/perl
12921 ! pod/perlport.pod
12922____________________________________________________________________________
12923[ 18143] By: jhi on 2002/11/15 04:37:24
12924 Log: Add pseudo-hashes deprecation warning (at each pseudo-hash access).
12925 Branch: maint-5.8/perl
12926 ! av.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/av
12927____________________________________________________________________________
12928[ 18142] By: rgs on 2002/11/12 22:09:39
12929 Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
12930 From: Dave Mitchell <davem@fdgroup.com>
12931 Date: Thu, 7 Nov 2002 16:38:02 +0000
12932 Message-ID: <20021107163802.C25337@fdgroup.com>
12933 Branch: perl
12934 ! pad.h
12935____________________________________________________________________________
12936[ 18141] By: merijn on 2002/11/12 16:15:30
12937 Log: repair 18139 (missing awk command)
12938 Branch: perl
12939 ! Configure
12940____________________________________________________________________________
12941[ 18140] By: merijn on 2002/11/12 16:12:14
12942 Log: added missing awk. <blush>
12943 Branch: metaconfig
12944 ! U/modified/Oldconfig.U
12945____________________________________________________________________________
12946[ 18139] By: merijn on 2002/11/12 14:20:36
12947 Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
12948 From: Jarkko Hietaniemi <jhi@iki.fi>
12949 Subject: [PATCH] Tru64 osvers
12950 Message-ID: <20021112144922.GI511825@lyta.hut.fi>
12951 Branch: perl
12952 ! Configure
12953____________________________________________________________________________
12954[ 18138] By: merijn on 2002/11/12 14:08:50
12955 Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
12956 From: Jarkko Hietaniemi <jhi@iki.fi>
12957 Subject: [PATCH] Tru64 osvers
12958 Message-ID: <20021112144922.GI511825@lyta.hut.fi>
12959 Branch: metaconfig
12960 ! U/modified/Oldconfig.U
12961____________________________________________________________________________
12962[ 18137] By: rgs on 2002/11/10 21:57:04
12963 Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
12964 From: Slaven Rezic <slaven.rezic@berlin.de>
12965 Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
12966 Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
12967 Branch: perl
12968 ! lib/Term/ReadLine.pm
12969____________________________________________________________________________
12970[ 18136] By: rgs on 2002/11/10 21:38:44
12971 Log: Subject: t/run/runenv.t bug
12972 From: Salvador "Fandiño" <sfandino@yahoo.com>
12973 Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
12974 Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
12975 Branch: perl
12976 ! t/run/runenv.t
12977____________________________________________________________________________
12978[ 18135] By: rgs on 2002/11/10 21:30:36
12979 Log: Subject: [PATCH] perlopentut and PerlIO documentation
12980 From: Slaven Rezic <slaven.rezic@berlin.de>
12981 Date: 08 Nov 2002 22:22:19 +0100
12982 Message-ID: <8765v7kb90.fsf@vran.herceg.de>
12983 Branch: perl
12984 ! lib/PerlIO.pm pod/perlopentut.pod
12985____________________________________________________________________________
12986[ 18134] By: jhi on 2002/11/09 22:10:52
12987 Log: Update Changes.
12988 Branch: maint-5.8/perl
12989 ! Changes patchlevel.h
12990____________________________________________________________________________
12991[ 18133] By: jhi on 2002/11/09 21:56:38
12992 Log: Integrate
12993
12994 [ 18122]
12995 Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
12996 From: "david@dhaller.de (via RT)" <perlbug@perl.org>
12997 Date: 23 Oct 2002 18:42:51 -0000
12998 Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
12999
13000 [ 18123]
13001 Subject: PATCH x2p/find2perl.PL
13002 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
13003 Date: Thu, 24 Oct 2002 10:05:19 +0200
13004 Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
13005
13006 [ 18124]
13007 Subject: [PATCH] File::Temp documentation fix
13008 From: Slaven Rezic <slaven.rezic@berlin.de>
13009 Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
13010 Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
13011
13012 [ 18125]
13013 Subject: Re: The Inaba patch for tr/// vs. use encoding
13014 From: Dan Kogai <dankogai@dan.co.jp>
13015 Date: Fri, 25 Oct 2002 13:04:00 +0900
13016 Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
13017 Branch: maint-5.8/perl
13018 +> t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
13019 +> t/uni/tr_utf8.t
13020 !> MANIFEST ext/Fcntl/t/syslfs.t lib/File/Temp.pm t/op/lfs.t
13021 !> x2p/find2perl.PL
13022____________________________________________________________________________
13023[ 18132] By: jhi on 2002/11/09 21:50:30
13024 Log: Integrate
13025
13026 [ 18121]
13027 Subject: Re: [perl #18038] DESTROY change in 5.8.0?
13028 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13029 Date: Sun, 03 Nov 2002 15:48:18 -0800
13030 Message-ID: <CXbx9gzkgS8W092yn@efn.org>
13031 Branch: maint-5.8/perl
13032 !> sv.c t/op/tie.t
13033____________________________________________________________________________
13034[ 18131] By: jhi on 2002/11/09 21:28:07
13035 Log: Integrate
13036
13037 [ 18119]
13038 Subject: [perl #18154] Problem found in calculating offsets in regex
13039 From: Mark Pease (via RT) <perlbug@perl.org>
13040 Date: 29 Oct 2002 20:23:54 -0000
13041 Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
13042
13043 [ 18120]
13044 Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
13045 From: Gurusamy Sarathy <gsar@ActiveState.com>
13046 Date: Sat, 19 Oct 2002 12:11:43 -0700
13047 Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
13048 Branch: maint-5.8/perl
13049 !> doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c regcomp.c
13050 !> win32/win32.h
13051____________________________________________________________________________
13052[ 18130] By: jhi on 2002/11/09 21:25:39
13053 Log: Integrate
13054
13055 [ 18118]
13056 Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
13057 From: hv@crypt.org
13058 Date: Sun, 03 Nov 2002 16:41:24 +0000
13059 Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
13060
13061 (closure.t required manual edit since blead had a new test)
13062 Branch: maint-5.8/perl
13063 !> ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
13064 !> t/op/sub_lval.t
13065____________________________________________________________________________
13066[ 18129] By: jhi on 2002/11/09 21:20:02
13067 Log: Integrate
13068
13069 [ 18115]
13070 Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
13071 From: Slaven Rezic <slaven.rezic@berlin.de>
13072 Date: 24 Oct 2002 00:44:35 +0200
13073 Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
13074
13075 [ 18117]
13076 "make distclean" should remove the generated file lib/Config.pod.
13077 Branch: maint-5.8/perl
13078 !> Makefile.SH pod/perldiag.pod pod/perlfunc.pod pp_sys.c
13079 !> t/io/binmode.t t/io/print.t t/io/read.t t/lib/warnings/pp_sys
13080____________________________________________________________________________
13081[ 18128] By: jhi on 2002/11/09 21:15:09
13082 Log: Integrate
13083
13084 [ 18116]
13085 The new test introduced in #18114 failed with threads
13086
13087 (edit //= to be ||=)
13088 Branch: maint-5.8/perl
13089 !> ext/B/t/concise.t
13090____________________________________________________________________________
13091[ 18127] By: jhi on 2002/11/09 21:07:43
13092 Log: Integrate
13093
13094 [ 18114]
13095 Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
13096 From: Stephen McCamant <smcc@mit.edu>
13097 Date: Thu, 31 Oct 2002 01:35:29 -0500
13098 Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
13099
13100 plus a test case in ext/B/t/concise.t
13101 plus a (less intrusive, but less future-proof) fix for a
13102 similar problem in B::walkoptree_exec().
13103
13104 (edit away dor and dorassign)
13105 Branch: maint-5.8/perl
13106 !> ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
13107____________________________________________________________________________
13108[ 18126] By: jhi on 2002/11/09 19:00:47
13109 Log: Integrate
13110
13111 [ 18102]
13112 Subject: Re: [perl #18066] Bug in -I when path has double colons?
13113 From: Slaven Rezic <slaven.rezic@berlin.de>
13114 Date: 30 Oct 2002 11:18:47 +0100
13115 Message-ID: <87of9c2prs.fsf@vran.herceg.de>
13116
13117 With the corresponding change to embed.fnc
13118
13119 [ 18105]
13120 Subject: Re: Class::Struct, simple patch, tests
13121 From: Marty Pauley <marty+p5p@kasei.com>
13122 Date: Fri, 18 Oct 2002 22:26:38 +0100
13123 Message-ID: <20021018212638.GB3764@soto.kasei.com>
13124
13125 [ 18106]
13126 new test based on:
13127 Subject: [TEST] for [PATCH] bug in utf8.c(?)
13128 From: Marty Pauley <marty+p5p@kasei.com>
13129 Date: Fri, 18 Oct 2002 21:02:38 +0100
13130 Message-ID: <20021018200238.GY3764@soto.kasei.com>
13131
13132 [ 18107]
13133 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
13134 character is UTF-8. (Copied from pp_lcfirst.)
13135 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
13136
13137 [ 18108]
13138 Put back the DO NOT EDIT headers in proto.h and global.sym
13139
13140 Subject: Re: [perl #18066] Bug in -I when path has double colons?
13141 From: Slaven Rezic <slaven.rezic@berlin.de>
13142 Date: 03 Nov 2002 10:25:10 +0100
13143 Message-ID: <87adkrngy1.fsf@vran.herceg.de>
13144
13145 [ 18109]
13146 Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
13147 From: hv@crypt.org
13148 Date: Tue, 05 Nov 2002 13:30:00 +0000
13149 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
13150
13151 This is half of the fix for #18107. The swash_init() problems
13152 described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
13153 but can now be seen only with UTF-8 test cases.
13154
13155 [ 18113]
13156 make regen_headers.
13157 Backport change #18078 to warnings.pl.
13158
13159 plus make regen_headers
13160 Branch: maint-5.8/perl
13161 +> t/run/switchI.t
13162 ! pod/perlapi.pod
13163 !> MANIFEST dump.c embed.fnc embed.h embedvar.h global.sym
13164 !> lib/Class/Struct.pm lib/Class/Struct.t lib/utf8.t perl.c
13165 !> perlapi.c perlapi.h pp.c proto.h t/run/runenv.t warnings.pl
13166____________________________________________________________________________
13167[ 18125] By: hv on 2002/11/07 14:01:57
13168 Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
13169 From: Dan Kogai <dankogai@dan.co.jp>
13170 Date: Fri, 25 Oct 2002 13:04:00 +0900
13171 Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
13172 Branch: perl
13173 + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
13174 + t/uni/tr_utf8.t
13175 ! MANIFEST
13176____________________________________________________________________________
13177[ 18124] By: hv on 2002/11/07 13:51:39
13178 Log: Subject: [PATCH] File::Temp documentation fix
13179 From: Slaven Rezic <slaven.rezic@berlin.de>
13180 Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
13181 Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
13182 Branch: perl
13183 ! lib/File/Temp.pm
13184____________________________________________________________________________
13185[ 18123] By: hv on 2002/11/07 13:46:59
13186 Log: Subject: PATCH x2p/find2perl.PL
13187 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
13188 Date: Thu, 24 Oct 2002 10:05:19 +0200
13189 Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
13190 Branch: perl
13191 ! x2p/find2perl.PL
13192____________________________________________________________________________
13193[ 18122] By: hv on 2002/11/07 13:40:25
13194 Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
13195 From: "david@dhaller.de (via RT)" <perlbug@perl.org>
13196 Date: 23 Oct 2002 18:42:51 -0000
13197 Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
13198 Branch: perl
13199 ! ext/Fcntl/t/syslfs.t t/op/lfs.t
13200____________________________________________________________________________
13201[ 18121] By: hv on 2002/11/07 13:21:15
13202 Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
13203 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13204 Date: Sun, 03 Nov 2002 15:48:18 -0800
13205 Message-ID: <CXbx9gzkgS8W092yn@efn.org>
13206 Branch: perl
13207 ! sv.c t/op/tie.t
13208____________________________________________________________________________
13209[ 18120] By: hv on 2002/11/07 13:14:21
13210 Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
13211 From: Gurusamy Sarathy <gsar@ActiveState.com>
13212 Date: Sat, 19 Oct 2002 12:11:43 -0700
13213 Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
13214 Branch: perl
13215 ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
13216____________________________________________________________________________
13217[ 18119] By: hv on 2002/11/07 12:13:28
13218 Log: Subject: [perl #18154] Problem found in calculating offsets in regex
13219 From: Mark Pease (via RT) <perlbug@perl.org>
13220 Date: 29 Oct 2002 20:23:54 -0000
13221 Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
13222 Branch: perl
13223 ! regcomp.c
13224____________________________________________________________________________
13225[ 18118] By: hv on 2002/11/07 11:33:38
13226 Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
13227 From: hv@crypt.org
13228 Date: Sun, 03 Nov 2002 16:41:24 +0000
13229 Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
13230 Branch: perl
13231 ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
13232 ! t/op/sub_lval.t
13233____________________________________________________________________________
13234[ 18117] By: rgs on 2002/11/06 22:15:36
13235 Log: "make distclean" should remove the generated file lib/Config.pod.
13236 Branch: perl
13237 ! Makefile.SH
13238____________________________________________________________________________
13239[ 18116] By: rgs on 2002/11/06 22:11:06
13240 Log: The new test introduced in #18114 failed with threads
13241 Branch: perl
13242 ! ext/B/t/concise.t
13243____________________________________________________________________________
13244[ 18115] By: rgs on 2002/11/06 20:43:14
13245 Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
13246 From: Slaven Rezic <slaven.rezic@berlin.de>
13247 Date: 24 Oct 2002 00:44:35 +0200
13248 Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
13249 Branch: perl
13250 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
13251 ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
13252____________________________________________________________________________
13253[ 18114] By: rgs on 2002/11/06 20:08:53
13254 Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
13255 From: Stephen McCamant <smcc@mit.edu>
13256 Date: Thu, 31 Oct 2002 01:35:29 -0500
13257 Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
13258
13259 plus a test case in ext/B/t/concise.t
13260 plus a (less intrusive, but less future-proof) fix for a
13261 similar problem in B::walkoptree_exec().
13262 Branch: perl
13263 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
13264____________________________________________________________________________
13265[ 18113] By: rgs on 2002/11/05 20:11:55
13266 Log: make regen_headers.
13267 Backport change #18078 to warnings.pl.
13268 Branch: perl
13269 ! global.sym perlapi.c perlapi.h proto.h warnings.pl
13270____________________________________________________________________________
13271[ 18112] By: jhi on 2002/11/05 13:26:28
13272 Log: perl embed.pl
13273 Branch: maint-5.8/perl
13274 ! embed.h embedvar.h global.sym perlapi.c perlapi.h proto.h
13275____________________________________________________________________________
13276[ 18111] By: jhi on 2002/11/05 13:24:59
13277 Log: Integrate
13278
13279 [ 18067]
13280 [PATCH] embed.pl doc. (embed.pl reorganization for doc headers)
13281 Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
13282 With some additional modifications
13283
13284 [ 18068]
13285 Repair broken previous patch. I don't like it, but not repairing it
13286 breaks each and every build. Will teach me to test on the same
13287 machine where I patched it. Sorry.
13288
13289 [ 18108]
13290 Put back the DO NOT EDIT headers in proto.h and global.sym
13291
13292 Subject: Re: [perl #18066] Bug in -I when path has double colons?
13293 From: Slaven Rezic <slaven.rezic@berlin.de>
13294 Date: 03 Nov 2002 10:25:10 +0100
13295 Message-ID: <87adkrngy1.fsf@vran.herceg.de>
13296 Branch: maint-5.8/perl
13297 !> embed.pl
13298____________________________________________________________________________
13299[ 18110] By: jhi on 2002/11/05 13:12:12
13300 Log: Integrate
13301
13302 [ 17951]
13303 MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
13304 Thu, 25 Jul 2002, Andy Dougherty
13305
13306 (had to regen Configure)
13307 Branch: maint-5.8/perl
13308 ! Configure config_h.SH
13309 !> Policy_sh.SH
13310____________________________________________________________________________
13311[ 18109] By: ams on 2002/11/05 13:03:34
13312 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
13313 From: hv@crypt.org
13314 Date: Tue, 05 Nov 2002 13:30:00 +0000
13315 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
13316
13317 This is half of the fix for #18107. The swash_init() problems
13318 described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
13319 but can now be seen only with UTF-8 test cases.
13320 Branch: perl
13321 ! pp.c
13322____________________________________________________________________________
13323[ 18108] By: merijn on 2002/11/05 07:52:08
13324 Log: Put back the DO NOT EDIT headers in proto.h and global.sym
13325
13326 Subject: Re: [perl #18066] Bug in -I when path has double colons?
13327 From: Slaven Rezic <slaven.rezic@berlin.de>
13328 Date: 03 Nov 2002 10:25:10 +0100
13329 Message-ID: <87adkrngy1.fsf@vran.herceg.de>
13330 Branch: perl
13331 ! embed.pl
13332____________________________________________________________________________
13333[ 18107] By: ams on 2002/11/05 03:43:46
13334 Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
13335 character is UTF-8. (Copied from pp_lcfirst.)
13336 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
13337 Branch: perl
13338 ! dump.c pp.c
13339____________________________________________________________________________
13340[ 18106] By: hv on 2002/11/05 01:43:27
13341 Log: new test based on:
13342 Subject: [TEST] for [PATCH] bug in utf8.c(?)
13343 From: Marty Pauley <marty+p5p@kasei.com>
13344 Date: Fri, 18 Oct 2002 21:02:38 +0100
13345 Message-ID: <20021018200238.GY3764@soto.kasei.com>
13346 Branch: perl
13347 ! lib/utf8.t
13348____________________________________________________________________________
13349[ 18105] By: hv on 2002/11/05 00:59:30
13350 Log: Subject: Re: Class::Struct, simple patch, tests
13351 From: Marty Pauley <marty+p5p@kasei.com>
13352 Date: Fri, 18 Oct 2002 22:26:38 +0100
13353 Message-ID: <20021018212638.GB3764@soto.kasei.com>
13354 Branch: perl
13355 ! lib/Class/Struct.pm lib/Class/Struct.t
13356____________________________________________________________________________
13357[ 18104] By: jhi on 2002/11/04 22:23:54
13358 Log: Integrate
13359 [ 17946]
13360 nanosleep on VMS not present
13361 Branch: maint-5.8/perl
13362 !> configure.com
13363____________________________________________________________________________
13364[ 18103] By: jhi on 2002/11/04 22:11:33
13365 Log: Integrate
13366 [ 17944]
13367 nanosleep probes as per Jarkko's request
13368
13369 (and regen Configure)
13370 Branch: maint-5.8/perl
13371 ! Configure config_h.SH
13372 !> NetWare/config_H.wc Porting/config.sh Porting/config_H
13373 !> epoc/config.sh perl.h win32/config.bc win32/config.gc
13374 !> win32/config.vc win32/config.vc64 win32/config_H.bc
13375 !> win32/config_H.gc win32/config_H.vc win32/config_H.vc64
13376 !> wince/config.ce wince/config_H.ce
13377____________________________________________________________________________
13378[ 18102] By: rgs on 2002/11/04 21:43:53
13379 Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
13380 From: Slaven Rezic <slaven.rezic@berlin.de>
13381 Date: 30 Oct 2002 11:18:47 +0100
13382 Message-ID: <87of9c2prs.fsf@vran.herceg.de>
13383
13384 With the corresponding change to embed.fnc
13385 Branch: perl
13386 + t/run/switchI.t
13387 ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
13388 ! proto.h t/run/runenv.t
13389____________________________________________________________________________
13390[ 18101] By: jhi on 2002/11/04 21:29:57
13391 Log: Integrate
13392
13393 [ 17731]
13394 Subject: [PATCH] Configure missing d_modflproto=''
13395 From: "Gerrit P. Haase" <gp@familiehaase.de>
13396 Date: Tue, 13 Aug 2002 15:11:05 +0200
13397 Message-id: <11417599086.20020813151105@familiehaase.de>
13398
13399 [ 17739]
13400 Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
13401 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13402 Date: Tue, 23 Jul 2002 09:21:10 +0200
13403 Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
13404
13405 [ 17902]
13406 [PATCH perl@17882] configure.com needs d_modflproto
13407 Thu 12 Sep 2002 23:19, "Craig A. Berry"
13408
13409 [ 17919]
13410 Subject: [PATCH] AIX hints missinga >&4
13411 From: Jarkko Hietaniemi <jhi@iki.fi>
13412 Date: Fri, 13 Sep 2002 16:48:42 +0300
13413 Message-ID: <20020913134842.GD8929@lyta.hut.fi>
13414 Branch: maint-5.8/perl
13415 !> Configure configure.com hints/aix.sh
13416____________________________________________________________________________
13417[ 18100] By: jhi on 2002/11/04 21:21:09
13418 Log: Integrate (two changes that are followups for changes already in)
13419
13420 [ 17745]
13421 perldelta for #17727
13422
13423 [ 17831]
13424 #17827 misses some win32 tweaks
13425 Branch: maint-5.8/perl
13426 !> pod/perldelta.pod win32/Makefile win32/makefile.mk
13427____________________________________________________________________________
13428[ 18099] By: jhi on 2002/11/04 21:17:25
13429 Log: Integrate (automerge didn't work, required manual copying from
13430 a post-17815 snapshot and editing a '59' to '58')
13431
13432 [ 17815]
13433 formatting cleanup and:
13434 Subject: Re: perl-5.8.0 on HP porting center
13435 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13436 Date: Thu, 29 Aug 2002 12:23:31 +0200
13437 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
13438 Branch: maint-5.8/perl
13439 ! installperl
13440____________________________________________________________________________
13441[ 18098] By: jhi on 2002/11/04 18:53:22
13442 Log: Kick patchlevel.
13443 Branch: maint-5.8/perl
13444 ! patchlevel.h
13445____________________________________________________________________________
13446[ 18097] By: jhi on 2002/11/04 18:52:23
13447 Log: Update Changes.
13448 Branch: maint-5.8/perl
13449 ! Changes patchlevel.h
13450____________________________________________________________________________
13451[ 18096] By: jhi on 2002/11/04 18:46:09
13452 Log: Integrate
13453
13454 [ 18090]
13455 extend #13786 to cover the other four identical chunks of code
13456 to avoid looping under overload.
13457
13458 [ 18091]
13459 How pre-5.9.0 Perl can be fooled by a defined-or.
13460
13461 [ 18093]
13462 s/Perlf/Perl/ (thanks rgs)
13463 Branch: maint-5.8/perl
13464 !> pod/perldiag.pod sv.c
13465____________________________________________________________________________
13466[ 18095] By: jhi on 2002/11/04 17:45:47
13467 Log: Integrate (now tests 100% in Tru64 5.1A):
13468
13469 [ 18083]
13470 [PATCH] Typo configpm
13471 Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13472
13473 [ 18084]
13474 Tru64, gcc -O3, datasize
13475 Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
13476
13477 [ 18085]
13478 Subject: Re: [perl #17064] illegal legal unicode character
13479 From: hv@crypt.org
13480 Date: Mon, 04 Nov 2002 13:23:49 +0000
13481 Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
13482
13483 [ 18086]
13484 integrate from perlio: changes #17709, #17795, #17796, #18032
13485
13486 [ 18088]
13487 Charnames take 4
13488 Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
13489 Branch: maint-5.8/perl
13490 !> Porting/apply README.tru64 configpm ext/PerlIO/t/encoding.t
13491 !> ext/PerlIO/t/via.t ext/PerlIO/via/via.xs hints/dec_osf.sh
13492 !> lib/charnames.pm lib/charnames.t perlio.c regexec.c
13493 !> t/io/crlf.t t/op/split.t
13494____________________________________________________________________________
13495[ 18094] By: merijn on 2002/11/04 16:08:22
13496 Log: Changed the warning detection pattern because of:
13497
13498 Subject: ccache gcc3.2 doesn't work
13499 From: Nicholas Clark <nick@ccl4.org>
13500 Date: Tue, 29 Oct 2002 15:01:39
13501 Message-ID: <20021029150139.J82080@plum.flirble.org>
13502 Branch: perl
13503 ! Configure
13504____________________________________________________________________________
13505[ 18093] By: jhi on 2002/11/04 16:06:39
13506 Log: s/Perlf/Perl/ (thanks rgs)
13507 Branch: perl
13508 ! pod/perldiag.pod
13509____________________________________________________________________________
13510[ 18092] By: merijn on 2002/11/04 15:57:58
13511 Log: Using ccache will change the warning that we want to catch
13512 Mon, 04 Nov 2002; H.Merijn Brand, Nicholas Clark
13513 Branch: metaconfig/U/perl
13514 ! gccvers.U
13515____________________________________________________________________________
13516[ 18091] By: jhi on 2002/11/04 15:50:07
13517 Log: How pre-5.9.0 Perl can be fooled by a defined-or.
13518 Branch: perl
13519 ! pod/perldiag.pod
13520____________________________________________________________________________
13521[ 18090] By: hv on 2002/11/04 15:49:29
13522 Log: extend #13786 to cover the other four identical chunks of code
13523 to avoid looping under overload.
13524 Branch: perl
13525 ! sv.c
13526____________________________________________________________________________
13527[ 18089] By: jhi on 2002/11/04 15:44:28
13528 Log: The //= meme seems to be catching on.
13529 Branch: maint-5.8/perl
13530 ! t/op/anonsub.t
13531____________________________________________________________________________
13532[ 18088] By: merijn on 2002/11/04 15:37:06
13533 Log: Charnames take 4
13534 Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
13535 Branch: perl
13536 ! lib/charnames.pm lib/charnames.t
13537____________________________________________________________________________
13538[ 18087] By: jhi on 2002/11/04 15:28:23
13539 Log: Integrate:
13540
13541 [ 17677]
13542 Main branch no longer needs op/taint.t version check.
13543 Branch: maint-5.8/perl
13544 !> t/op/taint.t
13545____________________________________________________________________________
13546[ 18086] By: hv on 2002/11/04 15:16:34
13547 Log: integrate from perlio: changes #17709, #17795, #17796, #18032
13548 Branch: perl
13549 !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
13550 !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
13551____________________________________________________________________________
13552[ 18085] By: hv on 2002/11/04 12:17:12
13553 Log: Subject: Re: [perl #17064] illegal legal unicode character
13554 From: hv@crypt.org
13555 Date: Mon, 04 Nov 2002 13:23:49 +0000
13556 Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
13557 Branch: perl
13558 ! regexec.c t/op/split.t
13559____________________________________________________________________________
13560[ 18084] By: merijn on 2002/11/04 11:04:45
13561 Log: Tru64, gcc -O3, datasize
13562 Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
13563 Branch: perl
13564 ! README.tru64 hints/dec_osf.sh
13565____________________________________________________________________________
13566[ 18083] By: merijn on 2002/11/04 10:58:52
13567 Log: Typo configpm
13568 Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13569 Branch: perl
13570 ! configpm
13571____________________________________________________________________________
13572[ 18082] By: jhi on 2002/11/04 05:38:52
13573 Log: Integrate: the same caveat as for #18080.
13574
13575 [ 17779]
13576 upgrade bignum to v0.13: fix test failures and update docs
13577
13578 [ 17780]
13579 fix bignum test failures
13580
13581 [ 17784]
13582 #17780 relies on unixy paths to locate own directory for bignum tests.
13583
13584 [ 17785]
13585 fix non-ANSI C++-style comment
13586 Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current
13587 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13588 Date: Mon, 26 Aug 2002 09:15:18 +0200
13589 Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
13590
13591 [ 17841]
13592 Subject: [PATCH] op/getpid.t failure
13593 From: Michael G Schwern <schwern@pobox.com>
13594 Date: Tue, 3 Sep 2002 17:48:24 -0700
13595 Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
13596
13597 [ 17872]
13598 temporarily skip failing Storable tests caused by #17869
13599
13600 [ 17901]
13601 Subject: [PATCH] more PASE wisdom
13602 From: Jarkko Hietaniemi <jhi@iki.fi>
13603 Date: Fri, 13 Sep 2002 00:17:39 +0300
13604 Message-ID: <20020912211739.GB6980@lyta.hut.fi>
13605
13606 [ 17912]
13607 Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
13608 From: Jarkko Hietaniemi <jhi@iki.fi>
13609 Date: Thu, 19 Sep 2002 18:59:48 +0300
13610 Message-Id: <20020919155948.GU208696@lyta.hut.fi>
13611
13612 Subject: [PATCH] more PASE tweakage
13613 From: Jarkko Hietaniemi <jhi@iki.fi>
13614 Date: Thu, 19 Sep 2002 18:01:44 +0300
13615 Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
13616
13617 [ 17963]
13618 Subject: Re: [perl #17376] Bug Report - our(%)
13619 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13620 Date: Tue, 01 Oct 2002 09:54:30 -0700
13621 Message-ID: <GNdm9gzkgWOS092yn@efn.org>
13622
13623 [ 17969]
13624 Subject: [PATCH] Storable and code serialization: documentation
13625 From: Slaven Rezic <slaven.rezic@berlin.de>
13626 Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
13627 Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
13628
13629 [ 17970]
13630 Add a line about 2.05.
13631
13632 [ 17971]
13633 Subject: Re: Not OK 17969
13634 From: Slaven Rezic <slaven.rezic@berlin.de>
13635 Date: 03 Oct 2002 13:12:58 +0200
13636 Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
13637
13638 [ 17974]
13639 Fix a precedence problem.
13640
13641 [ 17977]
13642 Complement to change #17976 :
13643 there was a similar bug on rdo().
13644 Increment $Safe::VERSION.
13645
13646 [ 17980]
13647 Upgrade Safe.pm to 2.09 after CPAN backport.
13648 Fix testcases to run properly outside perl core build enviroment.
13649
13650 [ 17986]
13651 Remove use of caller() in strict.pm, and tighten Safe compartment
13652 for Storable tests to match.
13653
13654 [ 18000]
13655 Subject: [PATCH] perl573delta delinting
13656 From: Jarkko Hietaniemi <jhi@iki.fi>
13657 Date: Fri, 4 Oct 2002 16:19:31 +0300
13658 Message-ID: <20021004131931.GE278184@lyta.hut.fi>
13659
13660 [ 18008]
13661 Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
13662 From: Nicholas Clark <nick@unfortu.net>
13663 Date: Mon, 7 Oct 2002 23:35:34 +0100
13664 Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
13665
13666 [ 18014]
13667 Subject: Re: [PATCH] perl573delta delinting
13668 From: Philip Newton <Philip.Newton@gmx.net>
13669 Date: Sat, 12 Oct 2002 21:25:49 +0200
13670 Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
13671
13672 [ 18019]
13673 Subject: Japanese translation of Storable
13674 From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
13675 Date: Tue, 15 Oct 2002 06:31:01 +0900
13676 Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
13677
13678 [ 18024]
13679 Subject: Re: [perl #17061] no strict 'garbage'
13680 From: Slaven Rezic <slaven.rezic@berlin.de>
13681 Date: 10 Oct 2002 16:23:22 +0200
13682 Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
13683
13684 [ 18061]
13685 Subject: [PATCH lib/IO.t] Add tests for IO.pm
13686 From: chromatic <chromatic@wgz.org>
13687 Date: Mon, 21 Oct 2002 20:27:43 -0700
13688 Message-ID: <20021022033253.57952.qmail@onion.perl.org>
13689
13690 [ 18063]
13691 change #18038 gives too many problems on t/450_service.t; disable
13692 it for now
13693 Branch: maint-5.8/perl
13694 !> (integrate 32 files)
13695____________________________________________________________________________
13696[ 18081] By: jhi on 2002/11/04 05:26:36
13697 Log: Integrate:
13698
13699 [ 17741]
13700 Subject: Re: [PATCH] Storable and CODE references
13701 From: Slaven Rezic <slaven.rezic@berlin.de>
13702 Date: 17 Aug 2002 21:58:03 +0200
13703 Message-id: <87bs812r78.fsf@vran.herceg.de>
13704 Branch: maint-5.8/perl
13705 +> ext/Storable/t/code.t
13706 !> MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
13707 !> ext/Storable/t/malice.t
13708____________________________________________________________________________
13709[ 18080] By: jhi on 2002/11/04 05:23:04
13710 Log: The first big import towards 5.8.1, @18078. Please do NOT
13711 expect all to work yet, some tests will fail. This is just
13712 a reasonably optimal/maximal push in the general direction.
13713
13714 [ 17655]
13715 Upgrade to Unicode::Collate 0.20.
13716
13717 [ 17656]
13718 Subject: [PATCH] Typo in regcomp.c
13719 From: Chris Ball <chris@cpan.org>
13720 Date: 26 Jul 2002 17:49:35 +0100
13721 Message-Id: <868z3yzb6o.fsf@void.printf.net>
13722 (With additional tweak to s_reginclasslen.)
13723
13724 [ 17672]
13725 Subject: Re: mention of "use sort" botched in perlfunc?
13726 From: Michael G Schwern <schwern@pobox.com>
13727 Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
13728 Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
13729
13730 [ 17673]
13731 Subject: [PATCH] AUTHORS
13732 From: Walt Mankowski <waltman@pobox.com>
13733 Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
13734 Message-id: <20020721025612.GB15958@pobox.com>
13735
13736 [ 17674]
13737 Subject: [PATCH] AUTHORS
13738 From: Colin Watson <colinw@zeus.com>
13739 Date: Thu, 25 Jul 2002 15:54:37 +0100
13740 Message-id: <20020725145437.GC4921@zeus.com>
13741
13742 [ 17675]
13743 Fix email address for Kragen Sitaker <kragen@pobox.com>.
13744
13745 [ 17676]
13746 Subject: Re: [PATCH] Re: taint news
13747 From: Rick Delaney <rick.delaney@rogers.com>
13748 Date: 04 Aug 2002 00:28:58 EDT
13749 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
13750 Ref: 20020208.005
13751
13752 [ 17678]
13753 Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
13754 From: hv@crypt.org
13755 Date: Sun, 04 Aug 2002 17:40:30 +0100
13756 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
13757
13758 [ 17679]
13759 [ID 20020704.001] again: #17678 caused test failures in pod2html,
13760 in which $1 could leak from previous regexp
13761
13762 [ 17680]
13763 warn that keywords.h is generated
13764
13765 [ 17681]
13766 typo
13767
13768 [ 17683]
13769 Integrate from maint-5.6/macperl via macperl
13770 Changes 17660, 17661, 17662, 17663, 17664
13771
13772 [ 17684]
13773 Integrate from perlio: change #17653 fixes bug RT15283
13774
13775 [ 17685]
13776 Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
13777 From: "John P. Linderman" <jpl@research.att.com>
13778 Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
13779 Message-id: <200207211613.MAA69505@raptor.research.att.com>
13780
13781 [ 17686]
13782 More regression tests for $^H and %^H.
13783 Add a TODO test for eval "" preserving %^H.
13784
13785 [ 17687]
13786 PerlIO::scalar wasn't able to read from non-string
13787 scalar ; now stringifies its argument.
13788
13789 [ 17688]
13790 Subject: [PATCH] XS build fix for VMS
13791 From: "Craig A. Berry" <craigberry@mac.com>
13792 Date: Sun, 4 Aug 2002 12:13:06 -0500
13793 Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
13794
13795 [ 17689]
13796 Subject: Re: no warnings 'io';
13797 From: Nicholas Clark <nick@unfortu.net>
13798 Date: Sat, 27 Jul 2002 21:49:55 +0100
13799 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
13800
13801 Plus a little bit of regression tests.
13802
13803 [ 17690]
13804 Doc fix : the symbol for COPs wasn't documented.
13805
13806 [ 17691]
13807 Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
13808 From: Henrik Tougaard (via RT) <perlbug@perl.org>
13809 Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
13810 Message-id: <rt-15398-31095.6.30466042998663@perl>
13811
13812 [ 17692]
13813 Subject: [PATCH] README.jp and README.cn
13814 From: Autrijus Tang <autrijus@autrijus.org>
13815 Date: Thu, 25 Jul 2002 07:05:11 +0800
13816 Message-id: <20020724230511.GA1327@not.autrijus.org>
13817
13818 [ 17693]
13819 Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
13820 From: Abigail <abigail@foad.org>
13821 Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
13822 Message-id: <20020725085252.A2703@ucan.foad.org>
13823
13824 [ 17694]
13825 Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
13826 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13827 Date: Wed, 31 Jul 2002 16:04:02 +0200
13828 Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
13829
13830 [ 17695]
13831 Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
13832 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13833 Date: Fri, 2 Aug 2002 00:13:10 +0200
13834 Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
13835
13836 [ 17696]
13837 Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
13838 From: Slaven Rezic <slaven.rezic@berlin.de>
13839 Date: 31 Jul 2002 09:50:06 +0200
13840 Message-id: <87ado85ob5.fsf@vran.herceg.de>
13841
13842 [ 17697]
13843 Subject: Doc patch for Class::Struct under 5.8.0
13844 From: Damian Conway <damian@conway.org>
13845 Date: Tue, 30 Jul 2002 23:03:14 +1000
13846 Message-id: <3D471FCF.1C7C6E6B@conway.org>
13847
13848 [ 17698]
13849 Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
13850 From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
13851 Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
13852 Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
13853
13854 [ 17699]
13855 Subject: [PATCH] Re: [perl #15898] coredump with variable our
13856 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13857 Date: Fri, 2 Aug 2002 23:44:21 +0200
13858 Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
13859
13860 [ 17700]
13861 Subject: [DOC PATCH] perlipc.pod
13862 From: Arjen Laarhoven <arjen@nl.demon.net>
13863 Date: Tue, 6 Aug 2002 14:16:01 +0200
13864 Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
13865
13866 [ 17701]
13867 Subject: [PATCH] Re: pp_sys.c compile failed..
13868 From: Andy Dougherty <doughera@lafayette.edu>
13869 Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
13870 Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
13871
13872 [ 17702]
13873 Subject: Re: README.aix
13874 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13875 Date: Tue, 30 Jul 2002 13:30:29 +0200
13876 Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
13877
13878 [ 17704]
13879 Fix bug #16080 : an attribute list should end at '}'
13880
13881 [ 17705]
13882 More tests for the attribute syntax, from the
13883 attributes manpage.
13884
13885 [ 17706]
13886 Subject: Re: missing lower range in {} regex
13887 From: "John P. Linderman" <jpl@research.att.com>
13888 Date: Fri, 09 Aug 2002 12:48:55 -0400
13889 Message-ID: <200208091648.MAA77577@raptor.research.att.com>
13890
13891 [ 17707]
13892 Subject: New HP-UX itanium servers
13893 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13894 Date: Wed, 07 Aug 2002 13:25:57 +0200
13895 Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
13896
13897 [ 17710]
13898 Subject: [PATCH] pod/perlfaq4.pod
13899 From: Abigail <abigail@foad.org>
13900 Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
13901 Message-id: <20020730095202.A6462@ucan.foad.org>
13902 Add references to Regexp::Common.
13903
13904 [ 17711]
13905 Subject: [PATCH s2p] Small typo correction
13906 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
13907 Date: Wed, 7 Aug 2002 11:50:51 +0200
13908 Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
13909
13910 [ 17712]
13911 Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
13912 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13913 Date: Mon, 12 Aug 2002 10:25:20 +0200
13914 Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
13915 gcc bug test needs -lm
13916
13917 [ 17713]
13918 Subject: [PATCH] gv_fullname3 as call to gv_fullname4
13919 From: Nicholas Clark <nick@unfortu.net>
13920 Date: Sun, 11 Aug 2002 16:59:16 +0100
13921 Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
13922
13923 [ 17714]
13924 Subject: [PATCH] perltodo.pod
13925 From: Richard.Foley@t-online.de
13926 Date: Sun, 11 Aug 2002 18:26:10 +0200
13927 Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
13928 perlbug credits
13929
13930 [ 17716]
13931 Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
13932 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13933 Date: Sat, 13 Jul 2002 17:44:02 +0100
13934 Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
13935
13936 [ 17717]
13937 Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
13938 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13939 Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
13940 Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
13941
13942 [ 17719]
13943 Subject: [perl #15987] Tests fail when sources are under CVS control
13944 From: Warren Jones (via RT) <perlbug@perl.org>
13945 Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
13946 Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
13947
13948 [ 17720]
13949 Subject: Re: [PATCH] Re: taint news
13950 From: Rick Delaney <rick.delaney@rogers.com>
13951 Date: 04 Aug 2002 00:28:58 EDT
13952 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
13953 missed patch fragment from Change #17676
13954
13955 [ 17721]
13956 #17717 needed tests fixing up
13957
13958 [ 17722]
13959 Subject: Minor perlrun.pod patch
13960 From: Iain Truskett <spoon@cpan.org>
13961 Date: Fri, 16 Aug 2002 16:20:27 +1000
13962 Message-Id: <20020816162027.D17196@eh.org>
13963
13964 [ 17724]
13965 ext/B/defsubs.h also depends on the program that builds it
13966
13967 [ 17727]
13968 Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
13969 From: Mark-Jason Dominus <mjd@plover.com>
13970 Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
13971 Message-id: <20020415033855.6343.qmail@plover.com>
13972
13973 [ 17729]
13974 Subject: [PATCH] Safe.pm documentation
13975 From: Slaven Rezic <slaven.rezic@berlin.de>
13976 Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
13977 Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
13978
13979 [ 17733]
13980 Subject: Server rename revisited
13981 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13982 Date: Tue, 13 Aug 2002 19:19:03 +0200
13983 Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
13984
13985 [ 17734]
13986 Subject: [PATCH] Re: Pod::Functions tpyo
13987 From: Abe Timmerman <abe@ztreet.demon.nl>
13988 Date: Tue, 13 Aug 2002 23:47:00 +0200
13989 Message-id: <200208132347.00782.abe@ztreet.demon.nl>
13990
13991 [ 17735]
13992 Subject: Re: [perl #16198] pod tpyo in hostent.pm
13993 From: Mark-Jason Dominus <mjd@plover.com>
13994 Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
13995 Message-id: <20020814011909.22744.qmail@plover.com>
13996
13997 [ 17736]
13998 Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
13999 From: Dave Mitchell <davem@fdgroup.com>
14000 Date: Fri, 16 Aug 2002 23:31:07 +0100
14001 Message-id: <20020816233107.E9388@fdgroup.com>
14002
14003 [ 17737]
14004 Effect a speedy recovery from POD affected by (ahem, Australian)
14005 negligence.
14006
14007 [ 17743]
14008 Subject: Re: [PATCH] fix typos in perlpacktut
14009 From: "Mr. Nobody" <mrnobo1024@yahoo.com>
14010 Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
14011 Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
14012
14013 [ 17744]
14014 Subject: typo in perfunc.pod
14015 From: "John P. Linderman" <jpl@research.att.com>
14016 Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
14017 Message-id: <200208191245.IAA20072@raptor.research.att.com>
14018
14019 [ 17748]
14020 todo test for linux $0 modification
14021 Subject: Re: [perl #16206] $0 in 5.8
14022 From: Slaven Rezic <slaven.rezic@berlin.de>
14023 Date: 17 Aug 2002 21:32:37 +0200
14024 Message-id: <87elcx2sdm.fsf@vran.herceg.de>
14025
14026 [ 17749]
14027 avoid use of %caller::EXPORT
14028 Subject: [PATCH] Re: question about Exporter::import
14029 From: Nicholas Clark <nick@unfortu.net>
14030 Date: Wed, 14 Aug 2002 21:33:12 +0100
14031 Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
14032
14033 [ 17750]
14034 Subject: [PATCH] Fix DBM filters
14035 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14036 Date: Wed, 21 Aug 2002 11:40:49 +0100
14037 Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
14038
14039 [ 17752]
14040 Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
14041 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14042 Date: Fri, 26 Jul 2002 02:59:12 +0900
14043 Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
14044
14045 [ 17753]
14046 Subject: podlators 1.24 released
14047 From: Russ Allbery <rra@stanford.edu>
14048 Date: Sat, 03 Aug 2002 20:56:42 -0700
14049 Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
14050
14051 [ 17754]
14052 Subject: ANNOUNCE: Math-BigInt v1.62
14053 From: Tels <perl_dummy@bloodgate.com>
14054 Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
14055 Message-Id: <200208211513.g7LFDUs02512@crypt.org>
14056
14057 [ 17755]
14058 new files from #17754
14059
14060 [ 17756]
14061 Subject: ANNOUCNE: Math::BigRat v0.09
14062 From: Tels <perl_dummy@bloodgate.com>
14063 Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
14064 Message-Id: <200208141812.g7EICrV23771@crypt.org>
14065
14066 [ 17757]
14067 new file for #17756
14068
14069 [ 17758]
14070 bignum-0.12 updates from:
14071 Subject: [ANNOUCNE] Big Math::Big* update
14072 From: Tels <perl_dummy@bloodgate.com>
14073 Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
14074 Message-Id: <200208132121.g7DLLRV21408@crypt.org>
14075
14076 [ 17759]
14077 Subject: [PATCH] x2p/str.c signedness nits
14078 From: Jarkko Hietaniemi <jhi@iki.fi>
14079 Date: Fri, 23 Aug 2002 02:43:30 +0300
14080 Message-Id: <20020822234330.GC31624@lyta.hut.fi>
14081
14082 [ 17760]
14083 Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
14084 From: Jarkko Hietaniemi <jhi@iki.fi>
14085 Date: Fri, 23 Aug 2002 05:29:09 +0300
14086 Message-Id: <20020823022909.GC9135@lyta.hut.fi>
14087
14088 [ 17761]
14089 Incorporate fix from JHI at:
14090 http://rt.perl.org/rt2/Ticket/Display.html?id=16708
14091
14092 [ 17764]
14093 a2p wasn't installed with -Dversiononly
14094
14095 [ 17765]
14096 Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
14097 From: Nicholas Clark <nick@unfortu.net>
14098 Date: Sat, 24 Aug 2002 17:01:08 +0100
14099 Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
14100 (plus a typo fix)
14101
14102 [ 17766]
14103 Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
14104 From: Peter BARABAS (via RT) <perlbug@perl.org>
14105 Date: 24 Aug 2002 08:16:19 -0000
14106 Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
14107
14108 [ 17767]
14109 Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
14110 From: "Randy W. Sims" (via RT) <perlbug@perl.org>
14111 Date: 18 Aug 2002 13:27:12 -0000
14112 Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
14113
14114 [ 17768]
14115 Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
14116 From: Anton Berezin <tobez@tobez.org>
14117 Date: Tue, 20 Aug 2002 23:44:25 +0200
14118 Message-ID: <20020820214425.GG16178@heechee.tobez.org>
14119
14120 [ 17769]
14121 Subject: bit more for WinCE
14122 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
14123 Date: Wed, 21 Aug 2002 01:31:52 +0400
14124 Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
14125
14126 [ 17770]
14127 Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
14128 From: "Jos I. Boumans" <kane@cpan.org>
14129 Date: Wed, 21 Aug 2002 14:55:51 +0200
14130 Message-ID: <20020821124817.34761.qmail@onion.perl.org>
14131
14132 [ 17771]
14133 Subject: Newdated info for HP-UX
14134 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14135 Date: Wed, 21 Aug 2002 20:20:17 +0200
14136 Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
14137
14138 [ 17772]
14139 Subject: Re: p5p patches
14140 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14141 Date: Fri, 23 Aug 2002 15:27:48 +0200
14142 Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
14143
14144 [ 17773]
14145 Subject: Re: a bugfix for Pod::Html (in diff -u format)
14146 From: DH <crazyinsomniac@yahoo.com>
14147 Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
14148 Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
14149
14150 [ 17774]
14151 Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented.
14152 From: Abigail <abigail@foad.org>
14153 Date: Thu, 22 Aug 2002 04:10:39 -0700
14154 Message-ID: <20020822041039.A2089@ucan.foad.org>
14155
14156 [ 17775]
14157 Subject: [perl #16729] crypt() doesn't work in multithreaded perl
14158 From: "mls@suse.de (via RT)" <perlbug@perl.org>
14159 Date: 23 Aug 2002 15:24:39 -0000
14160 Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
14161
14162 [ 17776]
14163 Subject: [PATCH] ExtUtils::Constant 0.13
14164 From: Nicholas Clark <nick@unfortu.net>
14165 Date: Fri, 23 Aug 2002 19:21:12 +0100
14166 Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
14167
14168 [ 17778]
14169 Subject: Encode 1.76 Released
14170 From: Dan Kogai <dankogai@dan.co.jp>
14171 Date: su elo 25, 2002 11:27:07 US/Eastern
14172 Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
14173
14174 [ 17781]
14175 #17775 changed reentr.c instead of reentr.pl, which generates it
14176
14177 [ 17782]
14178 new test for change #17773
14179 Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
14180 From: DH <crazyinsomniac@yahoo.com>
14181 Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
14182 Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
14183
14184 [ 17783]
14185 Subject: [ANNOUNCE] Test::Simple 0.47
14186 From: Michael G Schwern <schwern@pobox.com>
14187 Date: Mon, 26 Aug 2002 04:13:03 -0700
14188 Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
14189
14190 [ 17786]
14191 Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
14192 From: "Sean M. Burke" <sburke@cpan.org>
14193 Date: Mon, 26 Aug 2002 04:38:19 -0600
14194 Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
14195
14196 [ 17787]
14197 fix for:
14198 Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
14199 From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
14200 Date: 26 Aug 2002 15:01:36 -0000
14201 Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
14202
14203 [ 17789]
14204 Subject: Patch perlvar.pod
14205 From: mjd@plover.com
14206 Date: 27 Aug 2002 03:03:01 -0000
14207 Message-Id: <20020827030301.32481.qmail@plover.com>
14208
14209 [ 17790]
14210 #17783 introduced an outdated test module, causing failure in
14211 lib/ExtUtils/t/problems.t. This grabs a more recent copy from
14212 ExtUtils::MakeMaker.
14213
14214 [ 17791]
14215 Missing MANIFEST files for #17783.
14216
14217 [ 17797]
14218 Subject: Re: [perl #16677] B::SV::FLAGS dumps core
14219 From: Mark-Jason Dominus <mjd@plover.com>
14220 Date: Sun, 25 Aug 2002 22:31:54 -0400
14221 Message-ID: <20020826023154.22986.qmail@plover.com>
14222
14223 [ 17798]
14224 Subject: [PATCH] posixify getppid on linux-multithread
14225 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14226 Date: Tue, 6 Aug 2002 21:56:46 +0200
14227 Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
14228
14229 [ 17799]
14230 Subject: Re: if.pm bug.
14231 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
14232 Date: Sun, 25 Aug 2002 00:27:59 +0200
14233 Message-ID: <20020824222210.16387.qmail@onion.perl.org>
14234
14235 [ 17800]
14236 Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
14237 From: Mark-Jason Dominus <mjd@plover.com>
14238 Date: Sun, 25 Aug 2002 12:09:53 -0400
14239 Message-ID: <20020825160953.15987.qmail@plover.com>
14240
14241 [ 17801]
14242 Subject: [PATCH] ExtUtils::Constant 0.14
14243 From: Nicholas Clark <nick@unfortu.net>
14244 Date: Sun, 25 Aug 2002 18:06:00 +0100
14245 Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
14246
14247 [ 17802]
14248 Subject: [perl #16769] Documention bug
14249 From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
14250 Date: 26 Aug 2002 10:01:04 -0000
14251 Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
14252
14253 [ 17803]
14254 Subject: [PATCH] AIX compiler setup sanity checking
14255 From: Jarkko Hietaniemi <jhi@iki.fi>
14256 Date: Thu, 29 Aug 2002 16:43:51 +0300
14257 Message-Id: <20020829134351.GG5219@lyta.hut.fi>
14258
14259 [ 17804]
14260 Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
14261 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14262 Date: Tue, 27 Aug 2002 23:36:53 +0200
14263 Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
14264
14265 [ 17805]
14266 Fix based on:
14267 Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
14268 From: "esm@pobox.com (via RT)" <perlbug@perl.org>
14269 Date: 27 Aug 2002 22:10:16 -0000
14270 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
14271
14272 [ 17806]
14273 #17449 failed to apply the actual patch. This is it.
14274
14275 [ 17807]
14276 Subject: [PATCH] IRIX + INSTALL
14277 From: Jarkko Hietaniemi <jhi@iki.fi>
14278 Date: Fri, 30 Aug 2002 06:31:48 +0300
14279 Message-Id: <20020830033148.GA874@lyta.hut.fi>
14280
14281 [ 17808]
14282 Subject: [PATCH] Tru64 vs Berkeley DB
14283 From: Jarkko Hietaniemi <jhi@iki.fi>
14284 Date: Fri, 30 Aug 2002 06:56:38 +0300
14285 Message-Id: <20020830035638.GB874@lyta.hut.fi>
14286
14287 [ 17810]
14288 Subject: [PATCH] Fixes to threads::shared when disabled
14289 From: Michael G Schwern <schwern@pobox.com>
14290 Date: Wed, 28 Aug 2002 06:04:18 -0700
14291 Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
14292
14293 [ 17811]
14294 Subject: Re: Recent changes on the HP porting center
14295 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14296 Date: Wed, 28 Aug 2002 17:39:27 +0200
14297 Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
14298
14299 [ 17812]
14300 Subject: [PATCH] typos in Hash::Util documentation
14301 From: Slaven Rezic <slaven.rezic@berlin.de>
14302 Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
14303 Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
14304
14305 [ 17813]
14306 Subject: [PATCH] Re: glob names and Regexp type introspection
14307 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14308 Date: Thu, 29 Aug 2002 17:31:31 -0700
14309 Message-ID: <jzrb9gzkgO7W092yn@efn.org>
14310
14311 [ 17814]
14312 Subject: [PATCH] perlmod.pod nit
14313 From: Autrijus Tang <autrijus@autrijus.org>
14314 Date: Thu, 29 Aug 2002 03:49:34 +0800
14315 Message-ID: <20020828194934.GA12244@not.autrijus.org>
14316
14317 [ 17816]
14318 Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
14319 From: "Brendan O'Dea" <bod@debian.org>
14320 Date: Thu, 29 Aug 2002 22:46:47 +1000
14321 Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
14322
14323 [ 17817]
14324 Subject: [PATCH] AUTHORS
14325 From: "Brendan O'Dea" <bod@debian.org>
14326 Date: Thu, 29 Aug 2002 22:49:34 +1000
14327 Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
14328
14329 [ 17818]
14330 add test related to change #17799:
14331 Subject: Re: if.pm bug.
14332 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
14333 Date: Thu, 29 Aug 2002 19:39:58 +0200
14334 Message-ID: <20020829173358.34731.qmail@onion.perl.org>
14335
14336 [ 17821]
14337 Advertise Linux::Pid.
14338
14339 [ 17822]
14340 Some simple tests for the POSIX::isXXX() functions.
14341
14342 [ 17823]
14343 Fix bug #16828.
14344 Add a few tests to ext/B/t/b.t, make it use Test::More.
14345
14346 [ 17824]
14347 Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
14348 From: Richard Soderberg (via RT) <perlbug@perl.org>
14349 Date: 3 Sep 2002 18:48:54 -0000
14350 Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
14351
14352 Subject: [PATCH] A variety of README nitpicks.
14353 From: Richard Soderberg <rs@crystalflame.net>
14354 Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
14355 Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
14356
14357 [ 17825]
14358 Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
14359 From: "John P. Linderman" <jpl@research.att.com>
14360 Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
14361 Message-Id: <200208271900.PAA98096@raptor.research.att.com>
14362
14363 [ 17826]
14364 Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
14365 From: "Brendan O'Dea" <bod@debian.org>
14366 Date: Thu, 29 Aug 2002 22:42:39 +1000
14367 Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
14368
14369 [ 17827]
14370 Subject: [PATCH] OS/400 PASE port
14371 From: Jarkko Hietaniemi <jhi@iki.fi>
14372 Date: Thu, 29 Aug 2002 22:22:51 +0300
14373 Message-ID: <20020829192251.GA27102@lyta.hut.fi>
14374
14375 [ 17828]
14376 Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
14377 From: Michael G Schwern <schwern@pobox.com>
14378 Date: Fri, 30 Aug 2002 03:40:45 -0700
14379 Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
14380
14381 [ 17829]
14382 Subject: Correction for AUTHORS.html
14383 From: Sean Davis <dive@ender.com>
14384 Date: Fri, 30 Aug 2002 03:51:16 -0700
14385 Message-ID: <20020830035116.A18739@endersgame.net>
14386
14387 [ 17830]
14388 update email address for Paul Marquess
14389
14390 [ 17833]
14391 Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
14392 From: Jarkko Hietaniemi <jhi@iki.fi>
14393 Date: Sun, 1 Sep 2002 19:23:55 +0300
14394 Message-ID: <20020901162355.GH12536@lyta.hut.fi>
14395
14396 [ 17834]
14397 perldoc: allow arguments for pager
14398 Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
14399 From: Chip Turner <cturner@redhat.com>
14400 Date: 02 Sep 2002 01:17:23 -0400
14401 Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
14402
14403 [ 17835]
14404 fix coredump after 64k-deep recursion
14405 Subject: Re: debugging coredump with -DD
14406 From: hv@crypt.org
14407 Date: Tue, 03 Sep 2002 14:34:20 +0100
14408 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
14409
14410 [ 17836]
14411 Subject: [PATCH] DB_File 1.805
14412 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14413 Date: Mon, 2 Sep 2002 23:56:40 +0100
14414 Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
14415
14416 [ 17837]
14417 Subject: [PATCH lib/Config.t] test grandfathered Config variables
14418 From: Michael G Schwern <schwern@pobox.com>
14419 Date: Mon, 2 Sep 2002 22:29:07 -0700
14420 Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
14421
14422 [ 17838]
14423 Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
14424 From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
14425 Date: Tue, 3 Sep 2002 13:46:18 +0200
14426 Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
14427
14428 [ 17839]
14429 Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
14430 From: "Brendan O'Dea" <bod@debian.org>
14431 Date: Wed, 4 Sep 2002 02:36:10 +1000
14432 Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
14433
14434 [ 17840]
14435 Subject: [PATCH] File::Basename doesn't lazy load Carp right.
14436 and Subject: [PATCH] More modules that don't lazy load Carp right.
14437 From: Michael G Schwern <schwern@pobox.com>
14438 Date: Tue, 3 Sep 2002 17:21:57 -0700
14439 Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
14440 and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
14441
14442 [ 17844]
14443 #17836 (DB_File-1.805) misses a couple of dTHX declarations
14444
14445 [ 17845]
14446 Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
14447
14448 [ 17846]
14449 Subject: Re: [PATCH] A variety of README nitpicks.
14450 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14451 Date: Wed, 04 Sep 2002 09:10:05 +0200
14452 Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
14453
14454 [ 17848]
14455 AUTHORS: preferred address for Allen Smith
14456
14457 [ 17849]
14458 document setting the email address
14459
14460 [ 17850]
14461 Subject: [PATCH] (mostly (Unicode)) pod nits
14462 From: Jarkko Hietaniemi <jhi@iki.fi>
14463 Date: Fri, 6 Sep 2002 06:01:57 +0300
14464 Message-Id: <20020906030157.GA28252@lyta.hut.fi>
14465
14466 [ 17859]
14467 Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
14468 From: Nicholas Clark <nick@unfortu.net>
14469 Date: Mon, 2 Sep 2002 23:22:32 +0100
14470 Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
14471
14472 [ 17860]
14473 #17859 misuses s/// return values
14474
14475 [ 17861]
14476 Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
14477 From: Michael G Schwern <schwern@pobox.com>
14478 Date: Fri, 6 Sep 2002 14:03:16 -0700
14479 Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
14480
14481 [ 17862]
14482 Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
14483 From: Michael G Schwern <schwern@pobox.com>
14484 Date: Wed, 4 Sep 2002 11:38:01 -0700
14485 Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
14486
14487 [ 17863]
14488 setting PERL_CORE as in #17861 violates assumptions made by taint tests
14489
14490 [ 17864]
14491 Subject: sv_2pv_flags and ROK and UTF8 flags
14492 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14493 Date: Wed, 04 Sep 2002 21:09:01 -0700
14494 Message-ID: <djtd9gzkgyLd092yn@efn.org>
14495 Date: Fri, 06 Sep 2002 09:23:03 -0700
14496 Message-ID: <nZNe9gzkgKdH092yn@efn.org>
14497
14498 [ 17865]
14499 Subject: Unicode::Collate 0.23 Released
14500 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14501 Date: Thu, 05 Sep 2002 23:28:32 +0900
14502 Message-Id: <20020905232316.8151.BQW10602@nifty.com>
14503
14504 [ 17866]
14505 Subject: [PATCH] OS/400 PASE symbol scan tweak
14506 From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
14507 Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
14508 Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
14509
14510 [ 17867]
14511 Subject: [PATCH] allow using hires time() in Benchmark
14512 From: Jarkko Hietaniemi <jhi@iki.fi>
14513 Date: Fri, 6 Sep 2002 00:38:11 +0300
14514 Message-ID: <20020905213811.GA23771@lyta.hut.fi>
14515
14516 [ 17868]
14517 small fix to perl58delta for MIME::QuotedPrint, from Jarkko
14518
14519 [ 17869]
14520 Subject: [perl #17061] no strict 'garbage'
14521 From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
14522 Date: 6 Sep 2002 19:31:02 -0000
14523 Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
14524 Date: Sat, 07 Sep 2002 13:40:22 +0200
14525 Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
14526
14527 [ 17870]
14528 regularise whitespace and formatting in util.c
14529
14530 [ 17871]
14531 Subject: [PATCH] tiddly tidy up for util.c
14532 From: Nicholas Clark <nick@unfortu.net>
14533 Date: Fri, 6 Sep 2002 23:00:14 +0100
14534 Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
14535
14536 [ 17874]
14537 Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
14538 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
14539 Date: Sat, 7 Sep 2002 05:25:45 -0400
14540 Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
14541
14542 [ 17875]
14543 Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
14544 From: Nicholas Clark <nick@unfortu.net>
14545 Date: Sun, 8 Sep 2002 15:46:44 +0100
14546 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
14547
14548 Plus two other similar tweaks
14549
14550 [ 17876]
14551 Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
14552 From: Abe Timmerman <abe@ztreet.demon.nl>
14553 Date: Mon, 9 Sep 2002 01:32:19 +0200
14554 Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
14555
14556 [ 17877]
14557 Subject: [PATCH] configpm
14558 From: Abe Timmerman <abe@ztreet.demon.nl>
14559 Date: Sun, 8 Sep 2002 17:21:19 +0200
14560 Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
14561
14562 [ 17878]
14563 small grammar fix in Benchmark docs
14564
14565 [ 17879]
14566 Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
14567 From: Jarkko Hietaniemi <jhi@iki.fi>
14568 Date: Mon, 9 Sep 2002 00:07:46 +0300
14569 Message-ID: <20020908210746.GB4136@lyta.hut.fi>
14570
14571 [ 17880]
14572 integrate Math::BigInt-1.63
14573 Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
14574 From: Tels <perl_dummy@bloodgate.com>
14575 Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
14576 Message-Id: <200209082022.g88KMGY20194@crypt.org>
14577
14578 [ 17881]
14579 Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
14580 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
14581 Date: Mon, 9 Sep 2002 01:48:08 -0400
14582 Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
14583
14584 [ 17883]
14585 Subject: [PATCH] Quieten warnings in Deparse.pm
14586 From: Paul Johnson <paul@pjcj.net>
14587 Date: Sun, 8 Sep 2002 23:50:11 +0200
14588 Message-ID: <20020908215011.GA879@pjcj.net>
14589
14590 [ 17884]
14591 Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
14592 From: Nicholas Clark <nick@unfortu.net>
14593 Date: Sun, 8 Sep 2002 19:45:52 +0100
14594 Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
14595
14596 [ 17885]
14597 Subject: [PATCH] strict.pm pod at __END__
14598 From: Nicholas Clark <nick@unfortu.net>
14599 Date: Sun, 8 Sep 2002 22:36:09 +0100
14600 Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
14601
14602 [ 17886]
14603 Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
14604 From: Nicholas Clark <nick@unfortu.net>
14605 Date: Sun, 8 Sep 2002 23:05:54 +0100
14606 Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
14607
14608 [ 17887]
14609 Subject: Re: [PATCH] Quieten warnings in Deparse.pm
14610 From: Paul Johnson <paul@pjcj.net>
14611 Date: Mon, 9 Sep 2002 23:37:33 +0200
14612 Message-ID: <20020909213733.GD879@pjcj.net>
14613
14614 [ 17888]
14615 New low-price HP servers
14616
14617 [ 17892]
14618 Callback behaviour in hints
14619 Mon, 9 Sep 2002, Allen Smith
14620
14621 [ 17897]
14622 Subject: [perl #17119] typo in utils/dprofpp.PL
14623 From: "Todd C. Miller" (via RT) <perlbug@perl.org>
14624 Date: 10 Sep 2002 18:49:56 -0000
14625 Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
14626
14627 [ 17898]
14628 Fix bug #17006 : remove spurious do{} in the deparsing
14629 of s/.../.../e.
14630
14631 [ 17899]
14632 Re: [perl #17170] NetBSD and useshrplib config option
14633 Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
14634
14635 [ 17906]
14636 Fix pod/perlmodlib.PL (it wasn't generating a complete list
14637 of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
14638 not all modules listed in perlmodlib are necessarily installed.
14639 Plus some corrections by Vincent Lefevre.
14640
14641 [ 17907]
14642 Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
14643 From: Jarkko Hietaniemi <jhi@iki.fi>
14644 Date: Sun, 15 Sep 2002 18:02:17 +0300
14645 Message-ID: <20020915150217.GB21300@lyta.hut.fi>
14646
14647 [ 17908]
14648 Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
14649 From: (Ilya Martynov) (via RT) <perlbug@perl.org>
14650 Date: 15 Sep 2002 19:06:56 -0000
14651 Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
14652
14653 [ 17909]
14654 Pod formatting nit, found by Merijn and Jos Boumans.
14655
14656 [ 17910]
14657 Fix #17375 (rcatline didn't work on a formerly-defined undef) by
14658 checking for SvOK in do_readline().
14659
14660 [ 17911]
14661 Typo fix.
14662
14663 [ 17913]
14664 Subject: [PATCH perl@17882] file spec tweaks for VMS
14665 From: "Craig A. Berry" <craigberry@mac.com>
14666 Date: Wed, 18 Sep 2002 16:57:02 -0500
14667 Message-ID: <3D88F6AE.3020708@mac.com>
14668
14669 [ 17914]
14670 Subject: [PATCH] PASE saga continues
14671 From: Jarkko Hietaniemi <jhi@iki.fi>
14672 Date: Thu, 19 Sep 2002 23:30:20 +0300
14673 Message-ID: <20020919203020.GB274453@lyta.hut.fi>
14674
14675 [ 17915]
14676 Patch #17914 was empty ; this should have been applied instead.
14677
14678 [ 17916]
14679 Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
14680 From: "Brendan O'Dea" <bod@debian.org>
14681 Date: Tue, 10 Sep 2002 09:19:05 +1000
14682 Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
14683
14684 [ 17917]
14685 Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
14686 From: Slaven Rezic <slaven.rezic@berlin.de>
14687 Date: 11 Sep 2002 19:37:09 +0200
14688 Message-ID: <871y80a0my.fsf@vran.herceg.de>
14689
14690 [ 17918]
14691 Subject: [PATCH] perldoc -f stat (perlfunc.pod)
14692 From: "Brendan O'Dea" <bod@debian.org>
14693 Date: Mon, 23 Sep 2002 22:45:40 +1000
14694 Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
14695
14696 [ 17921]
14697 add TODO tests for slow our() declaration
14698 Subject: Re: [perl #17376] Bug Report - our(%)
14699 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14700 Date: Thu, 19 Sep 2002 22:34:01 -0700
14701 Message-ID: <JNri9gzkgSBB092yn@efn.org>
14702
14703 [ 17922]
14704 Subject: Re: [PATCH] spurious t/auto directory appears
14705 From: Michael G Schwern <schwern@pobox.com>
14706 Date: Fri, 13 Sep 2002 23:56:05 -0400
14707 Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
14708
14709 [ 17923]
14710 Subject: [PATCH] Re: Advice on coredump
14711 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14712 Date: Wed, 18 Sep 2002 22:14:57 +0200
14713 Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
14714
14715 [ 17925]
14716 Subject: [PATCH v2] enable -ansi -pedantic
14717 From: Jarkko Hietaniemi <jhi@iki.fi>
14718 Date: Wed, 18 Sep 2002 01:19:25 +0300
14719 Message-ID: <20020917221925.GF85044@lyta.hut.fi>
14720
14721 [ 17926]
14722 Subject: [PATCH] defuse installusrbinperl
14723 From: Jarkko Hietaniemi <jhi@iki.fi>
14724 Date: Thu, 19 Sep 2002 18:01:03 +0300
14725 Message-ID: <20020919150103.GI208696@lyta.hut.fi>
14726
14727 [ 17927]
14728 Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
14729 From: Marty Pauley <marty+p5p@kasei.com>
14730 Date: Fri, 20 Sep 2002 09:52:16 +0100
14731 Message-Id: 20020920085216.GC10512@soto.kasei.com
14732
14733 [ 17928]
14734 Subject: [PATCH] bug in utf8.c(?)
14735 From: Marty Pauley <marty+p5p@kasei.com>
14736 Date: Fri, 20 Sep 2002 10:55:33 +0100
14737 Subject: [PATCH] bug in utf8.c(?)
14738
14739 [ 17930]
14740 Subject: [perl #17445] Class::Struct patch: version number, examples
14741 From: Ken Neighbors (via RT) <perlbug@perl.org>
14742 Date: 19 Sep 2002 18:48:22 -0000
14743 Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
14744
14745 [ 17931]
14746 Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
14747 From: Kay_Röpke <kay@dolphin-services.de>
14748 Date: Fri, 20 Sep 2002 16:09:08 +0200
14749 Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
14750
14751 [ 17932]
14752 #17931 checked for wrong constant
14753
14754 [ 17933]
14755 Subject: [PATCH] perl #17453
14756 From: Jarkko Hietaniemi <jhi@iki.fi>
14757 Date: Fri, 20 Sep 2002 17:22:45 +0300
14758 Message-ID: <20020920142245.GG280265@lyta.hut.fi>
14759
14760 [ 17934]
14761 missing '.' in test from #17932
14762
14763 [ 17935]
14764 Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
14765 From: Andy Lester <andy@petdance.com>
14766 Date: Fri, 20 Sep 2002 12:23:41 -0500
14767 Message-ID: <20020920172341.GA15672@petdance.com>
14768
14769 [ 17936]
14770 Subject: [PATCH] configure.com -- don't exclude threads::shared
14771 From: "Craig A. Berry" <craigberry@mac.com>
14772 Date: Wed, 25 Sep 2002 17:14:33 -0500
14773 Message-ID: <3D923549.6050809@mac.com>
14774
14775 [ 17938]
14776 Email address change for Stéphane Payrard
14777
14778 [ 17939]
14779 Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
14780 From: Allen Smith (via RT) <perlbug@perl.org>
14781 Date: 13 Sep 2002 03:01:30 -0000
14782 Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
14783
14784 [ 17940]
14785 Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
14786 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14787 Date: Fri, 27 Sep 2002 13:52:18 +0200
14788 Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
14789
14790 [ 17941]
14791 Subject: [perl #16796] Configure script buglet
14792 From: "Amick, Eric" (via RT) <perlbug@perl.org>
14793 Date: 27 Aug 2002 20:09:29 -0000
14794 Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
14795
14796 [ 17945]
14797 -Dgccansipedantic only for gcc 3+
14798 Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
14799
14800 [ 17947]
14801 Subject: Re: sv_2pv_flags and ROK and UTF8 flags
14802 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14803 Date: Wed, 11 Sep 2002 22:22:45 -0700
14804 Message-ID: <lSCg9gzkgymX092yn@efn.org>
14805
14806 [ 17948]
14807 Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
14808 From: chromatic <chromatic@wgz.org>
14809 Date: Fri, 13 Sep 2002 14:26:08 -0700
14810 Message-Id: <200209131426.08116.chromatic@wgz.org>
14811
14812 [ 17949]
14813 patch based on:
14814 Subject: Re: [perl #17376] Bug Report - our(%)
14815 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14816 Date: Mon, 30 Sep 2002 15:22:18 -0700
14817 Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
14818
14819 [ 17950]
14820 Add silly bandaid to stop segfaults on subsequent accesses to
14821 the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
14822 (<$fred>).
14823
14824 [ 17952]
14825 better handling of whitespace in autodoc declarations; fragment from:
14826 Subject: [PATCH pad.c,h] move all pad-related code to its own src file
14827 From: Dave Mitchell <davem@fdgroup.com>
14828 Date: Wed, 25 Sep 2002 23:40:23 +0100
14829 Message-ID: <20020925234023.A20044@fdgroup.com>
14830
14831 [ 17954]
14832 Subject: [PATCH] Re: perlio bug?
14833 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14834 Date: Wed, 25 Sep 2002 21:58:12 +0200
14835 Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
14836
14837 [ 17955]
14838 add precedence warning for bitwise docs
14839 Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
14840 From: Mike Guy <mjtg@cam.ac.uk>
14841 Date: Thu, 26 Sep 2002 13:20:45 +0100
14842 Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
14843
14844 [ 17956]
14845 Devel::Peek tests from:
14846 Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
14847 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14848 Date: Thu, 26 Sep 2002 22:16:39 -0700
14849 Message-ID: <3m+k9gzkgqnP092yn@efn.org>
14850
14851 [ 17957]
14852 document how to set APPLLIB_EXP
14853 Subject: Re: [perl #15957] error installing perl 5.8.0
14854 From: Andy Dougherty <doughera@lafayette.edu>
14855 Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
14856 Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
14857
14858 [ 17958]
14859 missing quote from #17957
14860
14861 [ 17959]
14862 Subject: [DOCPATCH] Unicode porting advice
14863 From: andreas.koenig@anima.de (Andreas J. Koenig)
14864 Date: Fri, 27 Sep 2002 15:30:16 +0200
14865 Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
14866
14867 [ 17961]
14868 Subject: Re: Hash::Util::lock_keys inhibits bless
14869 From: andreas.koenig@anima.de (Andreas J. Koenig)
14870 Date: Mon, 30 Sep 2002 17:24:06 +0200
14871 Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
14872
14873 [ 17962]
14874 Subject: [PATCH] no [] in tr///
14875 From: Jarkko Hietaniemi <jhi@iki.fi>
14876 Date: Wed, 2 Oct 2002 17:09:11 +0300
14877 Message-Id: <20021002140911.GH278184@lyta.hut.fi>
14878
14879 [ 17964]
14880 Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
14881 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14882 Date: Tue, 1 Oct 2002 23:34:35 +0200
14883 Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
14884
14885 [ 17965]
14886 op/tr.t test is affected by #17962
14887
14888 [ 17966]
14889 Subject: [PATCH] retropatch
14890 From: Jarkko Hietaniemi <jhi@iki.fi>
14891 Date: Fri, 27 Sep 2002 03:51:34 +0300
14892 Message-ID: <20020927005134.GB339120@lyta.hut.fi>
14893
14894 [ 17967]
14895 Subject: [PATCH] reentrant buffers
14896 From: Jarkko Hietaniemi <jhi@iki.fi>
14897 Date: Fri, 27 Sep 2002 01:08:56 +0300
14898 Message-ID: <20020926220856.GA339120@lyta.hut.fi>
14899
14900 [ 17968]
14901 Subject: [PATCH] Re: speed of my
14902 From: Stephen McCamant <smcc@mit.edu>
14903 Date: Wed, 2 Oct 2002 21:48:59 -0400
14904 Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
14905
14906 [ 17972]
14907 Add a new warning, "Possible precedence problem on bitwise
14908 %c operator", triggerred when a bitwise op has a numeric
14909 comparison op as child.
14910
14911 [ 17973]
14912 Change the warning message "%s trapped by operation mask"
14913 to include '' around the op name. Document it in perldiag.
14914
14915 [ 17976]
14916 Fix bug #17744, suggested by Andreas Jurenda,
14917 tweaked by rgs (security hole in Safe).
14918
14919 [ 17978]
14920 Upgrade to Attribute::Handlers 0.78
14921
14922 [ 17979]
14923 Subject: [PATCH] fix typo in Tie::Array
14924 From: "Jos I. Boumans" <kane@cpan.org>
14925 Date: sat okt 5, 2002 20:39:17 Europe/Stockholm
14926 Message-Id: <20021005183920.14746.qmail@onion.perl.org>
14927
14928 [ 17981]
14929 Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
14930 Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
14931
14932 [ 17982]
14933 Correct mailing list archive URL
14934 Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
14935
14936 [ 17983]
14937 Tru64 and gcc and threads
14938 Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
14939
14940 [ 17984]
14941 Fix bug #17823 : non-modifying tr/// stringifies references
14942
14943 [ 17985]
14944 Subject: Re: README.cygwin draft update
14945 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14946 Date: Mon, 07 Oct 2002 17:15:09 -0700
14947 Message-ID: <NOio9gzkg6oR092yn@efn.org>
14948
14949 [ 17987]
14950 Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
14951 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
14952 Date: Mon, 9 Sep 2002 17:36:55 -0400
14953 Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
14954
14955 [ 17988]
14956 Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
14957 From: Nicholas Clark <nick@unfortu.net>
14958 Date: Sat, 28 Sep 2002 18:52:00 +0100
14959 Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
14960
14961 [ 17989]
14962 Subject: PATCH: lib/ExtUtils/typemap
14963 From: Brian Ingerson <ingy@ttul.org>
14964 Date: Sat, 28 Sep 2002 13:03:24 -0700
14965 Message-ID: <20020928130324.A16900@ttul.org>
14966
14967 [ 17992]
14968 Subject: Re: Hash::Util::lock_keys inhibits bless
14969 From: andreas.koenig@anima.de (Andreas J. Koenig)
14970 Date: Fri, 04 Oct 2002 06:38:57 +0200
14971 Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
14972
14973 [ 17993]
14974 croak() is better written Perl_croak() in C code.
14975
14976 [ 17994]
14977 Fix bug #17776 : memory corruption in qr/##/x
14978
14979 [ 17995]
14980 Subject: [perl #17819] Typo in perltooc?
14981 From: Bob Wilkinson (via RT) <perlbug@perl.org>
14982 Date: 9 Oct 2002 09:50:40 -0000
14983 Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
14984
14985 Subject: [perl #17821] Typo in perltooc
14986 From: Bob Wilkinson (via RT) <perlbug@perl.org>
14987 Date: 9 Oct 2002 10:12:51 -0000
14988 Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
14989
14990 [ 17996]
14991 Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
14992 From: chromatic <chromatic@wgz.org>
14993 Date: Thu, 03 Oct 2002 22:56:54 -0700
14994 Message-ID: <20021004060120.33329.qmail@onion.perl.org>
14995
14996 [ 17997]
14997 Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
14998 From: Information Service <info@lingo.kiev.ua>
14999 Date: Wed, 09 Oct 2002 07:17:00 +0400
15000 Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
15001
15002 [ 17998]
15003 Fix bug #17771 : segfault with the 'for' statement modifier
15004 used inside a map or a grep.
15005
15006 [ 17999]
15007 Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
15008 From: Jarkko Hietaniemi <jhi@iki.fi>
15009 Date: Fri, 4 Oct 2002 16:11:57 +0300
15010 Message-ID: <20021004131157.GD278184@lyta.hut.fi>
15011
15012 [ 18001]
15013 Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
15014 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15015 Date: Thu, 10 Oct 2002 14:28:55 -0700
15016 Message-ID: <XEfp9gzkgquV092yn@efn.org>
15017
15018 [ 18002]
15019 Subject: [Encode] 1.77 Released
15020 From: Dan Kogai <dankogai@dan.co.jp>
15021 Date: Sun, 6 Oct 2002 12:52:52 +0900
15022 Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
15023
15024 [ 18003]
15025 Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
15026 and #18001.
15027
15028 [ 18004]
15029 updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
15030
15031 [ 18005]
15032 Subject: Re: Building bleadperl (minperl) fails completely under VC7
15033 From: Abe Timmerman <abeltje@cpan.org>
15034 Date: Tue, 8 Oct 2002 14:16:56 +0200
15035 Message-Id: <200210081416.56942.abeltje@cpan.org>
15036
15037 [ 18007]
15038 Subject: [perl #17773] errors in c2ph(1) man page
15039 From: Eric Melville (via RT) <perlbug@perl.org>
15040 Date: 7 Oct 2002 02:58:34 -0000
15041 Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
15042
15043 [ 18009]
15044 Subject: [PATCH perldoc] For screaming hell's sake
15045 From: Simon Cozens <simon@netthink.co.uk>
15046 Date: Tue, 8 Oct 2002 11:13:07 +0100
15047 Message-ID: <20021008101307.GA8175@netthink.co.uk>
15048
15049 [ 18010]
15050 Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
15051 From: Nicholas Clark <nick@unfortu.net>
15052 Date: Tue, 8 Oct 2002 21:52:53 +0100
15053 Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
15054
15055 [ 18011]
15056 Subject: [perl #17805] BUG: Grammar bug during Configure
15057 From: Richard Hitt (via RT) <perlbug@perl.org>
15058 Date: 8 Oct 2002 21:04:30 -0000
15059 Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
15060
15061 [ 18012]
15062 #18005 was not enough
15063 Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
15064 From: Abe Timmerman <abeltje@cpan.org>
15065 Date: Sat, 12 Oct 2002 17:56:39 +0200
15066 Message-Id: <200210121756.39803.abeltje@cpan.org>
15067
15068 [ 18013]
15069 Subject: [PATCH] for -Dm
15070 From: Slaven Rezic <slaven.rezic@berlin.de>
15071 Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
15072 Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
15073
15074 [ 18015]
15075 The -0 command-line switch wasn't setting $/ at compile-time.
15076 Move the initialization of $/ just after switch parsing
15077 (it was done after yyparse().)
15078
15079 [ 18016]
15080 Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
15081 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15082 Date: Sun, 13 Oct 2002 09:02:36 +0900
15083 Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
15084
15085 [ 18017]
15086 Subject: [PATCH] perlipc.pod
15087 From: Slaven Rezic <slaven.rezic@berlin.de>
15088 Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
15089 Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
15090
15091 [ 18018]
15092 Subject: Re: [PATCH] cv.h: Comment update
15093 From: Paul Johnson <paul@pjcj.net>
15094 Date: Mon, 14 Oct 2002 20:00:50 +0200
15095 Message-ID: <20021014180050.GC7333@pjcj.net>
15096
15097 [ 18020]
15098 prototype() didn't warn when used in void context.
15099
15100 [ 18021]
15101 Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
15102 From: Slaven Rezic <slaven.rezic@berlin.de>
15103 Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
15104 Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
15105
15106 [ 18022]
15107 Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
15108 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15109 Date: Tue, 15 Oct 2002 17:01:43 -0700
15110 Message-ID: <nxKr9gzkgmBO092yn@efn.org>
15111
15112 [ 18023]
15113 Subject: Re: [perl #17830] open FH, "<&", $fd
15114 From: Steve Grazzini <grazz@nyc.rr.com>
15115 Date: 11 Oct 2002 22:28:58 -0000
15116 Message-ID: <20021011222858.452.qmail@onion.perl.org>
15117
15118 [ 18025]
15119 definition of MAXPATHLEN
15120 Subject: [PATCH] standard lawyerism
15121 From: Jarkko Hietaniemi <jhi@iki.fi>
15122 Date: Fri, 11 Oct 2002 02:48:26 +0300
15123 Message-ID: <20021010234825.GM292305@lyta.hut.fi>
15124
15125 [ 18028]
15126 Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
15127 From: Abe Timmerman <abe@ztreet.demon.nl>
15128 Date: Thu, 17 Oct 2002 23:38:34 +0200
15129 Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
15130
15131 [ 18029]
15132 minor tweaks in Porting/pumpkin.pod
15133 Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
15134
15135 [ 18033]
15136 Upgrade to Test.pm v1.23
15137
15138 [ 18034]
15139 Update to Time::HiRes v1.38
15140
15141 [ 18035]
15142 Subject: Re: [perl #17951] Strange UTF error
15143 From: Jarkko Hietaniemi <jhi@iki.fi>
15144 Date: Wed, 16 Oct 2002 18:50:51 +0300
15145 Message-ID: <20021016155051.GB268437@lyta.hut.fi>
15146
15147 [ 18036]
15148 Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
15149 From: Slaven Rezic <slaven.rezic@berlin.de>
15150 Date: 14 Oct 2002 09:37:18 +0200
15151 Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
15152
15153 [ 18037]
15154 Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
15155 From: Jarkko Hietaniemi <jhi@iki.fi>
15156 Date: Mon, 14 Oct 2002 14:49:54 +0300
15157 Message-ID: <20021014114954.GB80937@lyta.hut.fi>
15158
15159 [ 18038]
15160 Update to Net::Ping v2.23
15161
15162 [ 18039]
15163 Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
15164 From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
15165 Date: Tue, 15 Oct 2002 02:17:03 +0200
15166 Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
15167
15168 [ 18041]
15169 Subject: Re: [perl #18019] regex overoptimization
15170 From: hv@crypt.org
15171 Date: Mon, 21 Oct 2002 03:21:54 +0100
15172 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
15173
15174 [ 18042]
15175 Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
15176 From: hv@crypt.org
15177 Date: Mon, 21 Oct 2002 11:27:40 +0100
15178 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
15179
15180 [ 18044]
15181 Subject: [PATCH] Shell.pm object methods broken
15182 From: Dan Brook <dbrook@easyspace.com>
15183 Date: Thu, 17 Oct 2002 16:05:04 +0100
15184 Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
15185
15186 [ 18045]
15187 improve 'atomicity' wording
15188
15189 [ 18046]
15190 Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
15191 From: Alain Barbet <alian@alianwebserver.com>
15192 Date: Fri, 18 Oct 2002 15:29:29 +0200
15193 Message-ID: <3DB00CB9.70708@alianwebserver.com>
15194
15195 [ 18047]
15196 Subject: [PATCH] AutoLoader gives wrong message
15197 From: Peter Scott <peter@psdt.com>
15198 Date: Thu, 17 Oct 2002 19:54:56 -0700
15199 Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
15200
15201 [ 18049]
15202 Subject: [PATCH] perluniintro
15203 From: Jarkko Hietaniemi <jhi@iki.fi>
15204 Date: Sun, 20 Oct 2002 15:48:09 +0300
15205 Message-ID: <20021020124809.GE444369@lyta.hut.fi>
15206
15207 [ 18050]
15208 perlmodlib.pod nit suggested by David Dyck (bug #18055)
15209 Regenerate perlmodlib.pod
15210
15211 [ 18051]
15212 Further tweaks to perluniintro.pod
15213
15214 [ 18052]
15215 Further tweaks to perlmodlib.pod.
15216 Add a note about perllocal.pod, which wasn't documented.
15217
15218 [ 18053]
15219 charnames pragma extended with :alias for customized
15220 unicode naming aliases
15221 Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
15222
15223 [ 18055]
15224 Reverse change #8066 and sense of test, to satisfy [perl #17763]
15225
15226 [ 18056]
15227 Subject: [PATCH] B/C.pm: make $0 to argv[0] again
15228 From: Autrijus Tang <autrijus@autrijus.org>
15229 Date: Sat, 19 Oct 2002 17:51:57 +0800
15230 Message-ID: <20021019095157.GA430@not.autrijus.org>
15231
15232 [ 18057]
15233 Subject: [Encode] 1.80 released
15234 From: Dan Kogai <dankogai@dan.co.jp>
15235 Date: Tue, 22 Oct 2002 05:47:16 +0900
15236 Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
15237
15238 [ 18058]
15239 Subject: The Inaba patch for tr/// vs. use encoding
15240 From: Dan Kogai <dankogai@dan.co.jp>
15241 Date: Mon, 21 Oct 2002 17:36:02 +0900
15242 Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
15243
15244 [ 18059]
15245 Subject: [perl #18036] perldoc refuses to run on BeOS
15246 From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
15247 Date: 21 Oct 2002 10:18:50 -0000
15248 Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
15249
15250 [ 18060]
15251 2 lines of change #18039 had several problems
15252
15253 [ 18062]
15254 Subject: [PATCH] DB_File 1.806
15255 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15256 Date: Tue, 22 Oct 2002 11:16:21 +0100
15257 Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
15258
15259 [ 18069]
15260 Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
15261 From: Nicholas Clark <nick@unfortu.net>
15262 Date: Sun, 27 Oct 2002 22:31:08 +0000
15263 Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
15264
15265 [ 18071]
15266 Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
15267 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15268 Date: Mon, 28 Oct 2002 12:53:52 -0000
15269 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
15270
15271 [ 18072]
15272 Partial fix of bug [perl #17589] : prevent the parser to
15273 segfault when encountering the erroneous construct "sub;".
15274
15275 [ 18073]
15276 Subject: [perl #18165] "0" fails as right-hand argument to ..
15277 From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
15278 Date: 30 Oct 2002 17:27:53 -0000
15279 Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
15280
15281 (Fixed by making an exception for .."0" in pp_flop.)
15282
15283 [ 18074]
15284 Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
15285 but "-4\n".."-0\n" is!
15286 From: Slaven Rezic <slaven.rezic@berlin.de>
15287 Date: 30 Oct 2002 16:22:36 +0100
15288 Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
15289
15290 Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
15291 is not DWIM but "-4\n".."-0\n" is!
15292 From: "Orton, Yves" <yves.orton@mciworldcom.de>
15293 Date: Wed, 30 Oct 2002 11:59:31 -0000
15294 Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
15295
15296 (Applied over previous fix.)
15297
15298 [ 18075]
15299 Adjust the number of tests in t/op/range.t
15300
15301 [ 18076]
15302 Update to Scalar-List-Utils 1.08
15303
15304 [ 18077]
15305 Subject: [PATCH lib/Config.*] Document and test Config::config_re().
15306 (with tweaks)
15307 From: Michael G Schwern <schwern@pobox.com>
15308 Date: Wed, 4 Sep 2002 12:06:08 -0700
15309 Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
15310
15311 [ 18078]
15312 avoid reliance on croak() prototype
15313 Branch: maint-5.8/perl
15314 +> (branch 34 files)
15315 !> (integrate 343 files)
15316____________________________________________________________________________
15317[ 18079] By: jhi on 2002/11/04 02:06:17
15318 Log: Integrate:
15319
15320 [ 17639]
15321 It's all yours, Hugo.
15322 (Flip Changes as Changes5.8, start new Changes)
15323
15324 [ 17644]
15325 Copy perldelta as perl58delta, purge the perldelta.
15326
15327 The 17639 required editing to talk about 5.8.1 instead of
15328 5.9.X; the 17644 required manual resolving since perldelta
15329 was a bit confused between three Perl versions.
15330 Branch: maint-5.8/perl
15331 +> Changes5.8 pod/perl58delta.pod
15332 !> Changes MANIFEST pod/perldelta.pod
15333____________________________________________________________________________
15334[ 18078] By: hv on 2002/11/03 13:20:50
15335 Log: avoid reliance on croak() prototype
15336 Branch: perl
15337 ! lib/warnings.pm
15338____________________________________________________________________________
15339[ 18077] By: hv on 2002/11/03 13:18:17
15340 Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
15341 (with tweaks)
15342 From: Michael G Schwern <schwern@pobox.com>
15343 Date: Wed, 4 Sep 2002 12:06:08 -0700
15344 Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
15345 Branch: perl
15346 ! configpm lib/Config.t
15347____________________________________________________________________________
15348[ 18076] By: gbarr on 2002/11/03 10:11:18
15349 Log: Update to Scalar-List-Utils 1.08
15350 Branch: perl
15351 + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
15352 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
15353 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
15354 ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
15355 ! ext/List/Util/t/reduce.t
15356____________________________________________________________________________
15357[ 18075] By: rgs on 2002/10/31 20:58:12
15358 Log: Adjust the number of tests in t/op/range.t
15359 Branch: perl
15360 ! t/op/range.t
15361____________________________________________________________________________
15362[ 18074] By: ams on 2002/10/30 22:30:32
15363 Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
15364 but "-4\n".."-0\n" is!
15365 From: Slaven Rezic <slaven.rezic@berlin.de>
15366 Date: 30 Oct 2002 16:22:36 +0100
15367 Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
15368
15369 Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
15370 is not DWIM but "-4\n".."-0\n" is!
15371 From: "Orton, Yves" <yves.orton@mciworldcom.de>
15372 Date: Wed, 30 Oct 2002 11:59:31 -0000
15373 Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
15374
15375 (Applied over previous fix.)
15376 Branch: perl
15377 ! pp_ctl.c t/op/range.t
15378____________________________________________________________________________
15379[ 18073] By: ams on 2002/10/30 19:47:12
15380 Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
15381 From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
15382 Date: 30 Oct 2002 17:27:53 -0000
15383 Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
15384
15385 (Fixed by making an exception for .."0" in pp_flop.)
15386 Branch: perl
15387 ! pp_ctl.c t/op/range.t
15388____________________________________________________________________________
15389[ 18072] By: rgs on 2002/10/29 20:37:31
15390 Log: Partial fix of bug [perl #17589] : prevent the parser to
15391 segfault when encountering the erroneous construct "sub;".
15392 Branch: perl
15393 ! pod/perldiag.pod t/op/anonsub.t toke.c
15394____________________________________________________________________________
15395[ 18071] By: rgs on 2002/10/28 21:57:25
15396 Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
15397 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15398 Date: Mon, 28 Oct 2002 12:53:52 -0000
15399 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
15400 Branch: perl
15401 ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
15402____________________________________________________________________________
15403[ 18070] By: rgs on 2002/10/28 20:46:33
15404 Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
15405 From: Nicholas Clark <nick@unfortu.net>
15406 Date: Sun, 27 Oct 2002 18:39:03 +0000
15407 Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
15408 Branch: perl
15409 ! util.c
15410____________________________________________________________________________
15411[ 18069] By: rgs on 2002/10/28 20:44:12
15412 Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
15413 From: Nicholas Clark <nick@unfortu.net>
15414 Date: Sun, 27 Oct 2002 22:31:08 +0000
15415 Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
15416 Branch: perl
15417 ! t/op/pack.t
15418____________________________________________________________________________
15419[ 18068] By: merijn on 2002/10/27 17:57:15
15420 Log: Repair broken previous patch. I don't like it, but not repairing it
15421 breaks each and every build. Will teach me to test on the same
15422 machine where I patched it. Sorry.
15423 Branch: perl
15424 ! embed.pl
15425____________________________________________________________________________
15426[ 18067] By: merijn on 2002/10/27 06:02:21
15427 Log: embed.pl doc. (embed.pl reorganization for doc headers)
15428 Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
15429 With some additional modifications
15430 Branch: perl
15431 ! embed.pl
15432____________________________________________________________________________
15433[ 18066] By: nick on 2002/10/25 18:21:59
15434 Log: More mainline integrate (so I can diff)
15435 Branch: perlio
15436 !> README.irix README.tru64 lib/Net/Ping/t/450_service.t
15437____________________________________________________________________________
15438[ 18065] By: nick on 2002/10/25 18:20:42
15439 Log: Integrate mainline
15440 Branch: perlio
15441 +> ext/Encode/bin/ucmsort ext/Encode/t/rt.pl ext/IO/lib/IO/t/IO.t
15442 +> ext/Time/HiRes/typemap lib/Net/Ping/t/150_syn_inst.t
15443 +> lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/450_service.t
15444 - ext/Thread/thr5005.t
15445 !> (integrate 71 files)
15446____________________________________________________________________________
15447[ 18064] By: merijn on 2002/10/25 11:47:07
15448 Log: The 5005thread todo list; 2 down 25 to go
15449 Branch: perl
15450 ! README.irix README.tru64
15451____________________________________________________________________________
15452[ 18063] By: hv on 2002/10/25 00:28:48
15453 Log: change #18038 gives too many problems on t/450_service.t; disable
15454 it for now
15455 Branch: perl
15456 ! lib/Net/Ping/t/450_service.t
15457____________________________________________________________________________
15458[ 18062] By: hv on 2002/10/25 00:21:17
15459 Log: Subject: [PATCH] DB_File 1.806
15460 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15461 Date: Tue, 22 Oct 2002 11:16:21 +0100
15462 Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
15463 Branch: perl
15464 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15465 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
15466 ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
15467____________________________________________________________________________
15468[ 18061] By: hv on 2002/10/25 00:13:07
15469 Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
15470 From: chromatic <chromatic@wgz.org>
15471 Date: Mon, 21 Oct 2002 20:27:43 -0700
15472 Message-ID: <20021022033253.57952.qmail@onion.perl.org>
15473 Branch: perl
15474 + ext/IO/lib/IO/t/IO.t
15475 ! MANIFEST lib/Net/Ping/t/450_service.t
15476____________________________________________________________________________
15477[ 18060] By: hv on 2002/10/24 23:54:50
15478 Log: 2 lines of change #18039 had several problems
15479 Branch: perl
15480 ! ext/IO/IO.pm
15481____________________________________________________________________________
15482[ 18059] By: hv on 2002/10/24 23:46:29
15483 Log: Subject: [perl #18036] perldoc refuses to run on BeOS
15484 From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
15485 Date: 21 Oct 2002 10:18:50 -0000
15486 Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
15487 Branch: perl
15488 ! utils/perldoc.PL
15489____________________________________________________________________________
15490[ 18058] By: hv on 2002/10/24 23:36:48
15491 Log: Subject: The Inaba patch for tr/// vs. use encoding
15492 From: Dan Kogai <dankogai@dan.co.jp>
15493 Date: Mon, 21 Oct 2002 17:36:02 +0900
15494 Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
15495 Branch: perl
15496 ! mg.c regcomp.c sv.c toke.c
15497____________________________________________________________________________
15498[ 18057] By: hv on 2002/10/24 23:16:15
15499 Log: Subject: [Encode] 1.80 released
15500 From: Dan Kogai <dankogai@dan.co.jp>
15501 Date: Tue, 22 Oct 2002 05:47:16 +0900
15502 Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
15503 Branch: perl
15504 + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
15505 ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
15506 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15507 ! ext/Encode/lib/Encode/MIME/Header.pm
15508 ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
15509 ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
15510 ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
15511 ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
15512____________________________________________________________________________
15513[ 18056] By: hv on 2002/10/24 22:48:06
15514 Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
15515 From: Autrijus Tang <autrijus@autrijus.org>
15516 Date: Sat, 19 Oct 2002 17:51:57 +0800
15517 Message-ID: <20021019095157.GA430@not.autrijus.org>
15518 Branch: perl
15519 ! ext/B/B/C.pm
15520____________________________________________________________________________
15521[ 18055] By: hv on 2002/10/24 22:34:10
15522 Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
15523 Branch: perl
15524 ! pp_sys.c t/run/fresh_perl.t
15525____________________________________________________________________________
15526[ 18054] By: hv on 2002/10/24 22:17:40
15527 Log: change #18030 needs the removal of ext/Thread/thr5005.t
15528 Branch: perl
15529 - ext/Thread/thr5005.t
15530____________________________________________________________________________
15531[ 18053] By: merijn on 2002/10/24 08:20:09
15532 Log: charnames pragma extended with :alias for customized
15533 unicode naming aliases
15534 Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
15535 Branch: perl
15536 ! lib/charnames.pm lib/charnames.t
15537____________________________________________________________________________
15538[ 18052] By: rgs on 2002/10/23 19:16:50
15539 Log: Further tweaks to perlmodlib.pod.
15540 Add a note about perllocal.pod, which wasn't documented.
15541 Branch: perl
15542 ! pod/perlmodlib.PL pod/perlmodlib.pod
15543____________________________________________________________________________
15544[ 18051] By: rgs on 2002/10/23 18:56:08
15545 Log: Further tweaks to perluniintro.pod
15546 Branch: perl
15547 ! pod/perluniintro.pod
15548____________________________________________________________________________
15549[ 18050] By: rgs on 2002/10/22 19:11:12
15550 Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
15551 Regenerate perlmodlib.pod
15552 Branch: perl
15553 ! pod/perlmodlib.PL pod/perlmodlib.pod
15554____________________________________________________________________________
15555[ 18049] By: rgs on 2002/10/22 18:48:00
15556 Log: Subject: [PATCH] perluniintro
15557 From: Jarkko Hietaniemi <jhi@iki.fi>
15558 Date: Sun, 20 Oct 2002 15:48:09 +0300
15559 Message-ID: <20021020124809.GE444369@lyta.hut.fi>
15560 Branch: perl
15561 ! pod/perluniintro.pod
15562____________________________________________________________________________
15563[ 18048] By: hv on 2002/10/22 17:04:26
15564 Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
15565 From: Dave Mitchell <davem@fdgroup.com>
15566 Date: Fri, 18 Oct 2002 13:36:40 +0100
15567 Message-ID: <20021018133640.A19172@fdgroup.com>
15568 Branch: perl
15569 ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
15570 ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
15571 ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
15572____________________________________________________________________________
15573[ 18047] By: hv on 2002/10/22 16:20:18
15574 Log: Subject: [PATCH] AutoLoader gives wrong message
15575 From: Peter Scott <peter@psdt.com>
15576 Date: Thu, 17 Oct 2002 19:54:56 -0700
15577 Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
15578 Branch: perl
15579 ! lib/AutoLoader.pm
15580____________________________________________________________________________
15581[ 18046] By: hv on 2002/10/22 15:52:40
15582 Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
15583 From: Alain Barbet <alian@alianwebserver.com>
15584 Date: Fri, 18 Oct 2002 15:29:29 +0200
15585 Message-ID: <3DB00CB9.70708@alianwebserver.com>
15586 Branch: perl
15587 ! README.win32 win32/makefile.mk win32/win32.c
15588____________________________________________________________________________
15589[ 18045] By: hv on 2002/10/22 15:47:21
15590 Log: improve 'atomicity' wording
15591 Branch: perl
15592 ! lib/filetest.pm
15593____________________________________________________________________________
15594[ 18044] By: hv on 2002/10/22 15:43:55
15595 Log: Subject: [PATCH] Shell.pm object methods broken
15596 From: Dan Brook <dbrook@easyspace.com>
15597 Date: Thu, 17 Oct 2002 16:05:04 +0100
15598 Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
15599 Branch: perl
15600 ! lib/Shell.pm lib/Shell.t
15601____________________________________________________________________________
15602[ 18043] By: nick on 2002/10/21 17:50:44
15603 Log: Test UTF-8 encoded input to Encode::XS::decode and fix it.
15604 Branch: perlio
15605 ! ext/Encode/Encode.xs ext/Encode/t/mime-header.t
15606____________________________________________________________________________
15607[ 18042] By: hv on 2002/10/21 09:20:54
15608 Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
15609 From: hv@crypt.org
15610 Date: Mon, 21 Oct 2002 11:27:40 +0100
15611 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
15612 Branch: perl
15613 ! t/lib/warnings/toke toke.c
15614____________________________________________________________________________
15615[ 18041] By: hv on 2002/10/21 01:14:48
15616 Log: Subject: Re: [perl #18019] regex overoptimization
15617 From: hv@crypt.org
15618 Date: Mon, 21 Oct 2002 03:21:54 +0100
15619 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
15620 Branch: perl
15621 ! regcomp.c t/op/re_tests
15622____________________________________________________________________________
15623[ 18040] By: nick on 2002/10/20 16:20:37
15624 Log: Handle case where octets are UTF-8 encoded
15625 Branch: perlio
15626 ! ext/Encode/Encode.xs
15627____________________________________________________________________________
15628[ 18039] By: hv on 2002/10/20 14:33:16
15629 Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
15630 From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
15631 Date: Tue, 15 Oct 2002 02:17:03 +0200
15632 Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
15633 Branch: perl
15634 ! ext/IO/IO.pm
15635____________________________________________________________________________
15636[ 18038] By: hv on 2002/10/20 14:23:06
15637 Log: Update to Net::Ping v2.23
15638 Branch: perl
15639 + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
15640 + lib/Net/Ping/t/450_service.t
15641 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
15642 ! lib/Net/Ping/t/200_ping_tcp.t
15643____________________________________________________________________________
15644[ 18037] By: hv on 2002/10/20 13:57:06
15645 Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
15646 From: Jarkko Hietaniemi <jhi@iki.fi>
15647 Date: Mon, 14 Oct 2002 14:49:54 +0300
15648 Message-ID: <20021014114954.GB80937@lyta.hut.fi>
15649 Branch: perl
15650 ! t/op/pack.t
15651____________________________________________________________________________
15652[ 18036] By: hv on 2002/10/20 13:43:56
15653 Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
15654 From: Slaven Rezic <slaven.rezic@berlin.de>
15655 Date: 14 Oct 2002 09:37:18 +0200
15656 Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
15657 Branch: perl
15658 ! pp_sys.c t/op/mkdir.t
15659____________________________________________________________________________
15660[ 18035] By: hv on 2002/10/20 13:39:09
15661 Log: Subject: Re: [perl #17951] Strange UTF error
15662 From: Jarkko Hietaniemi <jhi@iki.fi>
15663 Date: Wed, 16 Oct 2002 18:50:51 +0300
15664 Message-ID: <20021016155051.GB268437@lyta.hut.fi>
15665 Branch: perl
15666 ! lib/utf8_heavy.pl t/run/fresh_perl.t
15667____________________________________________________________________________
15668[ 18034] By: hv on 2002/10/20 13:23:16
15669 Log: Update to Time::HiRes v1.38
15670 Branch: perl
15671 + ext/Time/HiRes/typemap
15672 ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15673 ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
15674 ! ext/Time/HiRes/Makefile.PL
15675____________________________________________________________________________
15676[ 18033] By: hv on 2002/10/20 13:12:25
15677 Log: Upgrade to Test.pm v1.23
15678 Branch: perl
15679 ! lib/Test.pm
15680____________________________________________________________________________
15681[ 18032] By: nick on 2002/10/20 12:36:16
15682 Log: Encode::utf8 encode/decode methods as XS that obeys
15683 same protocol as Encode::XS - allows :encoding(UTF-8)
15684 to cope with partial chars at end of buffer.
15685 Branch: perlio
15686 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15687 ! ext/PerlIO/t/encoding.t
15688____________________________________________________________________________
15689[ 18031] By: nick on 2002/10/20 09:06:00
15690 Log: Integrate mainline
15691 Branch: perlio
15692 +> ext/Safe/safe3.t lib/version.pm lib/version.t pad.c pad.h
15693 +> pod/perl573delta.pod t/comp/our.t
15694 !> (integrate 211 files)
15695____________________________________________________________________________
15696[ 18030] By: merijn on 2002/10/19 14:10:21
15697 Log: Happy chainsaw stories; The removal of the 5005 threads
15698 Still imcomplete. Configure will follow
15699 Branch: perl
15700 ! MANIFEST NetWare/Makefile NetWare/config.wc
15701 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
15702 ! Porting/Glossary Porting/config.sh Porting/config_H
15703 ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
15704 ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
15705 ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
15706 ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
15707 ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
15708 ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
15709 ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
15710 ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
15711 ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
15712 ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
15713 ! win32/config.bc win32/config.gc win32/config.vc
15714 ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
15715 ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
15716 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
15717 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
15718 ! wince/Makefile.ce wince/config.ce wince/config_H.ce
15719 ! wince/config_sh.PL wince/win32.h wince/win32thread.c
15720 ! wince/win32thread.h wince/wincesck.c
15721____________________________________________________________________________
15722[ 18029] By: merijn on 2002/10/18 07:28:21
15723 Log: minor tweaks in Porting/pumpkin.pod
15724 Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
15725 Branch: perl
15726 ! Porting/pumpkin.pod
15727____________________________________________________________________________
15728[ 18028] By: rgs on 2002/10/17 20:33:32
15729 Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
15730 From: Abe Timmerman <abe@ztreet.demon.nl>
15731 Date: Thu, 17 Oct 2002 23:38:34 +0200
15732 Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
15733 Branch: perl
15734 ! t/run/switches.t
15735____________________________________________________________________________
15736[ 18027] By: hv on 2002/10/17 14:39:27
15737 Log: Subject: Re: versions too accurate
15738 From: John Peacock <jpeacock@rowman.com>
15739 Date: Mon, 14 Oct 2002 22:36:48 -0400
15740 Message-ID: <3DAB7F40.1050200@rowman.com>
15741 Branch: perl
15742 ! lib/version.pm util.c
15743____________________________________________________________________________
15744[ 18026] By: hv on 2002/10/17 14:29:41
15745 Log: Subject: Re: [PATCH] Version object combined patch
15746 From: John Peacock <jpeacock@rowman.com>
15747 Date: Thu, 10 Oct 2002 21:23:01 -0400
15748 Message-ID: <3DA627F5.5050907@rowman.com>
15749 Branch: perl
15750 ! lib/version.pm lib/version.t pod/perldiag.pod util.c
15751____________________________________________________________________________
15752[ 18025] By: hv on 2002/10/17 13:37:04
15753 Log: definition of MAXPATHLEN
15754 Subject: [PATCH] standard lawyerism
15755 From: Jarkko Hietaniemi <jhi@iki.fi>
15756 Date: Fri, 11 Oct 2002 02:48:26 +0300
15757 Message-ID: <20021010234825.GM292305@lyta.hut.fi>
15758 Branch: perl
15759 ! perl.h
15760____________________________________________________________________________
15761[ 18024] By: hv on 2002/10/17 13:34:01
15762 Log: Subject: Re: [perl #17061] no strict 'garbage'
15763 From: Slaven Rezic <slaven.rezic@berlin.de>
15764 Date: 10 Oct 2002 16:23:22 +0200
15765 Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
15766 Branch: perl
15767 ! ext/Storable/Storable.pm
15768____________________________________________________________________________
15769[ 18023] By: hv on 2002/10/17 12:56:28
15770 Log: Subject: Re: [perl #17830] open FH, "<&", $fd
15771 From: Steve Grazzini <grazz@nyc.rr.com>
15772 Date: 11 Oct 2002 22:28:58 -0000
15773 Message-ID: <20021011222858.452.qmail@onion.perl.org>
15774 Branch: perl
15775 ! doio.c t/io/open.t
15776____________________________________________________________________________
15777[ 18022] By: hv on 2002/10/17 12:24:42
15778 Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
15779 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15780 Date: Tue, 15 Oct 2002 17:01:43 -0700
15781 Message-ID: <nxKr9gzkgmBO092yn@efn.org>
15782 Branch: perl
15783 ! t/op/assignwarn.t
15784____________________________________________________________________________
15785[ 18021] By: hv on 2002/10/17 11:28:38
15786 Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
15787 From: Slaven Rezic <slaven.rezic@berlin.de>
15788 Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
15789 Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
15790 Branch: perl
15791 ! Porting/pumpkin.pod
15792____________________________________________________________________________
15793[ 18020] By: rgs on 2002/10/16 18:43:21
15794 Log: prototype() didn't warn when used in void context.
15795 Branch: perl
15796 ! op.c t/lib/warnings/op
15797____________________________________________________________________________
15798[ 18019] By: ams on 2002/10/15 20:54:53
15799 Log: Subject: Japanese translation of Storable
15800 From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
15801 Date: Tue, 15 Oct 2002 06:31:01 +0900
15802 Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
15803 Branch: perl
15804 ! ext/Storable/README
15805____________________________________________________________________________
15806[ 18018] By: rgs on 2002/10/15 19:08:20
15807 Log: Subject: Re: [PATCH] cv.h: Comment update
15808 From: Paul Johnson <paul@pjcj.net>
15809 Date: Mon, 14 Oct 2002 20:00:50 +0200
15810 Message-ID: <20021014180050.GC7333@pjcj.net>
15811 Branch: perl
15812 ! cv.h
15813____________________________________________________________________________
15814[ 18017] By: rgs on 2002/10/14 20:37:06
15815 Log: Subject: [PATCH] perlipc.pod
15816 From: Slaven Rezic <slaven.rezic@berlin.de>
15817 Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
15818 Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
15819 Branch: perl
15820 ! pod/perlipc.pod
15821____________________________________________________________________________
15822[ 18016] By: rgs on 2002/10/14 20:30:03
15823 Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
15824 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15825 Date: Sun, 13 Oct 2002 09:02:36 +0900
15826 Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
15827 Branch: perl
15828 ! pod/perlunicode.pod
15829____________________________________________________________________________
15830[ 18015] By: rgs on 2002/10/12 20:22:37
15831 Log: The -0 command-line switch wasn't setting $/ at compile-time.
15832 Move the initialization of $/ just after switch parsing
15833 (it was done after yyparse().)
15834 Branch: perl
15835 ! perl.c t/run/switches.t
15836____________________________________________________________________________
15837[ 18014] By: rgs on 2002/10/12 20:18:55
15838 Log: Subject: Re: [PATCH] perl573delta delinting
15839 From: Philip Newton <Philip.Newton@gmx.net>
15840 Date: Sat, 12 Oct 2002 21:25:49 +0200
15841 Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
15842 Branch: perl
15843 ! pod/perl573delta.pod
15844____________________________________________________________________________
15845[ 18013] By: hv on 2002/10/12 15:41:50
15846 Log: Subject: [PATCH] for -Dm
15847 From: Slaven Rezic <slaven.rezic@berlin.de>
15848 Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
15849 Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
15850 Branch: perl
15851 ! malloc.c
15852____________________________________________________________________________
15853[ 18012] By: hv on 2002/10/12 15:39:49
15854 Log: #18005 was not enough
15855 Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
15856 From: Abe Timmerman <abeltje@cpan.org>
15857 Date: Sat, 12 Oct 2002 17:56:39 +0200
15858 Message-Id: <200210121756.39803.abeltje@cpan.org>
15859 Branch: perl
15860 ! win32/makefile.mk
15861____________________________________________________________________________
15862[ 18011] By: hv on 2002/10/12 15:36:43
15863 Log: Subject: [perl #17805] BUG: Grammar bug during Configure
15864 From: Richard Hitt (via RT) <perlbug@perl.org>
15865 Date: 8 Oct 2002 21:04:30 -0000
15866 Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
15867 Branch: perl
15868 ! Configure
15869____________________________________________________________________________
15870[ 18010] By: hv on 2002/10/12 15:31:06
15871 Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
15872 From: Nicholas Clark <nick@unfortu.net>
15873 Date: Tue, 8 Oct 2002 21:52:53 +0100
15874 Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
15875 Branch: perl
15876 ! pod/perldiag.pod pp_pack.c t/op/pack.t
15877____________________________________________________________________________
15878[ 18009] By: hv on 2002/10/12 15:12:18
15879 Log: Subject: [PATCH perldoc] For screaming hell's sake
15880 From: Simon Cozens <simon@netthink.co.uk>
15881 Date: Tue, 8 Oct 2002 11:13:07 +0100
15882 Message-ID: <20021008101307.GA8175@netthink.co.uk>
15883 Branch: perl
15884 ! utils/perldoc.PL
15885____________________________________________________________________________
15886[ 18008] By: hv on 2002/10/12 14:38:19
15887 Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
15888 From: Nicholas Clark <nick@unfortu.net>
15889 Date: Mon, 7 Oct 2002 23:35:34 +0100
15890 Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
15891 Branch: perl
15892 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
15893 ! ext/Storable/README ext/Storable/Storable.pm
15894 ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
15895 ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
15896 ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
15897____________________________________________________________________________
15898[ 18007] By: hv on 2002/10/12 14:22:36
15899 Log: Subject: [perl #17773] errors in c2ph(1) man page
15900 From: Eric Melville (via RT) <perlbug@perl.org>
15901 Date: 7 Oct 2002 02:58:34 -0000
15902 Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
15903 Branch: perl
15904 ! utils/c2ph.PL
15905____________________________________________________________________________
15906[ 18006] By: hv on 2002/10/12 14:19:55
15907 Log: Subject: [PATCH pad.c] Re: closure failures
15908 From: Dave Mitchell <davem@fdgroup.com>
15909 Date: Mon, 7 Oct 2002 02:42:13 +0100
15910 Message-ID: <20021007024213.B29760@fdgroup.com>
15911 Branch: perl
15912 ! pad.c
15913____________________________________________________________________________
15914[ 18005] By: hv on 2002/10/12 14:17:07
15915 Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
15916 From: Abe Timmerman <abeltje@cpan.org>
15917 Date: Tue, 8 Oct 2002 14:16:56 +0200
15918 Message-Id: <200210081416.56942.abeltje@cpan.org>
15919 Branch: perl
15920 ! win32/Makefile
15921____________________________________________________________________________
15922[ 18004] By: hv on 2002/10/12 14:06:59
15923 Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
15924 Branch: perl
15925 ! hints/darwin.sh
15926____________________________________________________________________________
15927[ 18003] By: hv on 2002/10/12 13:48:34
15928 Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
15929 and #18001.
15930 Branch: perl
15931 ! ext/Devel/Peek/Peek.t
15932____________________________________________________________________________
15933[ 18002] By: hv on 2002/10/11 23:22:56
15934 Log: Subject: [Encode] 1.77 Released
15935 From: Dan Kogai <dankogai@dan.co.jp>
15936 Date: Sun, 6 Oct 2002 12:52:52 +0900
15937 Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
15938 Branch: perl
15939 ! ext/Encode/Changes ext/Encode/Encode.pm
15940 ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
15941 ! ext/Encode/lib/Encode/Alias.pm
15942 ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
15943 ! ext/Encode/ucm/big5-eten.ucm
15944____________________________________________________________________________
15945[ 18001] By: hv on 2002/10/11 22:52:43
15946 Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
15947 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15948 Date: Thu, 10 Oct 2002 14:28:55 -0700
15949 Message-ID: <XEfp9gzkgquV092yn@efn.org>
15950 Branch: perl
15951 ! ext/Devel/Peek/Peek.t
15952____________________________________________________________________________
15953[ 18000] By: hv on 2002/10/11 22:30:36
15954 Log: Subject: [PATCH] perl573delta delinting
15955 From: Jarkko Hietaniemi <jhi@iki.fi>
15956 Date: Fri, 4 Oct 2002 16:19:31 +0300
15957 Message-ID: <20021004131931.GE278184@lyta.hut.fi>
15958 Branch: perl
15959 ! pod/perl573delta.pod
15960____________________________________________________________________________
15961[ 17999] By: hv on 2002/10/11 22:28:36
15962 Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
15963 From: Jarkko Hietaniemi <jhi@iki.fi>
15964 Date: Fri, 4 Oct 2002 16:11:57 +0300
15965 Message-ID: <20021004131157.GD278184@lyta.hut.fi>
15966 Branch: perl
15967 ! pod/perldiag.pod reentr.c reentr.pl
15968____________________________________________________________________________
15969[ 17998] By: rgs on 2002/10/11 19:53:05
15970 Log: Fix bug #17771 : segfault with the 'for' statement modifier
15971 used inside a map or a grep.
15972 Branch: perl
15973 ! pp_ctl.c t/op/grep.t
15974____________________________________________________________________________
15975[ 17997] By: hv on 2002/10/11 12:10:39
15976 Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
15977 From: Information Service <info@lingo.kiev.ua>
15978 Date: Wed, 09 Oct 2002 07:17:00 +0400
15979 Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
15980 Branch: perl
15981 ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
15982____________________________________________________________________________
15983[ 17996] By: hv on 2002/10/11 11:55:53
15984 Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
15985 From: chromatic <chromatic@wgz.org>
15986 Date: Thu, 03 Oct 2002 22:56:54 -0700
15987 Message-ID: <20021004060120.33329.qmail@onion.perl.org>
15988 Branch: perl
15989 ! lib/AutoLoader.pm lib/AutoLoader.t
15990____________________________________________________________________________
15991[ 17995] By: ams on 2002/10/11 05:24:20
15992 Log: Subject: [perl #17819] Typo in perltooc?
15993 From: Bob Wilkinson (via RT) <perlbug@perl.org>
15994 Date: 9 Oct 2002 09:50:40 -0000
15995 Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
15996
15997 Subject: [perl #17821] Typo in perltooc
15998 From: Bob Wilkinson (via RT) <perlbug@perl.org>
15999 Date: 9 Oct 2002 10:12:51 -0000
16000 Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
16001 Branch: perl
16002 ! pod/perltooc.pod
16003____________________________________________________________________________
16004[ 17994] By: rgs on 2002/10/10 20:19:27
16005 Log: Fix bug #17776 : memory corruption in qr/##/x
16006 Branch: perl
16007 ! sv.c t/op/pat.t
16008____________________________________________________________________________
16009[ 17993] By: rgs on 2002/10/10 19:52:00
16010 Log: croak() is better written Perl_croak() in C code.
16011 Branch: perl
16012 ! util.c
16013____________________________________________________________________________
16014[ 17992] By: hv on 2002/10/10 11:29:12
16015 Log: Subject: Re: Hash::Util::lock_keys inhibits bless
16016 From: andreas.koenig@anima.de (Andreas J. Koenig)
16017 Date: Fri, 04 Oct 2002 06:38:57 +0200
16018 Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
16019 Branch: perl
16020 ! lib/Hash/Util.pm
16021____________________________________________________________________________
16022[ 17991] By: hv on 2002/10/10 11:20:41
16023 Log: new files lib/version.pm and lib/version.t for change #17990.
16024 Branch: perl
16025 + lib/version.pm lib/version.t
16026____________________________________________________________________________
16027[ 17990] By: hv on 2002/10/10 11:19:57
16028 Log: Subject: [PATCH] Version object combined patch
16029 From: John Peacock <jpeacock@rowman.com>
16030 Date: Fri, 04 Oct 2002 23:15:10 -0400
16031 Message-ID: <3D9E593E.1060605@rowman.com>
16032 Branch: perl
16033 ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
16034 ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
16035____________________________________________________________________________
16036[ 17989] By: hv on 2002/10/10 10:48:42
16037 Log: Subject: PATCH: lib/ExtUtils/typemap
16038 From: Brian Ingerson <ingy@ttul.org>
16039 Date: Sat, 28 Sep 2002 13:03:24 -0700
16040 Message-ID: <20020928130324.A16900@ttul.org>
16041 Branch: perl
16042 ! lib/ExtUtils/typemap
16043____________________________________________________________________________
16044[ 17988] By: hv on 2002/10/10 10:45:19
16045 Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
16046 From: Nicholas Clark <nick@unfortu.net>
16047 Date: Sat, 28 Sep 2002 18:52:00 +0100
16048 Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
16049 Branch: perl
16050 ! lib/Exporter.t lib/Exporter/Heavy.pm
16051____________________________________________________________________________
16052[ 17987] By: hv on 2002/10/10 10:27:40
16053 Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
16054 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
16055 Date: Mon, 9 Sep 2002 17:36:55 -0400
16056 Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
16057 Branch: perl
16058 ! pod/perlfunc.pod
16059____________________________________________________________________________
16060[ 17986] By: hv on 2002/10/10 09:51:24
16061 Log: Remove use of caller() in strict.pm, and tighten Safe compartment
16062 for Storable tests to match.
16063 Branch: perl
16064 ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
16065____________________________________________________________________________
16066[ 17985] By: hv on 2002/10/10 09:27:00
16067 Log: Subject: Re: README.cygwin draft update
16068 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16069 Date: Mon, 07 Oct 2002 17:15:09 -0700
16070 Message-ID: <NOio9gzkg6oR092yn@efn.org>
16071 Branch: perl
16072 ! README.cygwin pod/perl58delta.pod
16073____________________________________________________________________________
16074[ 17984] By: rgs on 2002/10/09 19:17:08
16075 Log: Fix bug #17823 : non-modifying tr/// stringifies references
16076 Branch: perl
16077 ! doop.c t/op/tr.t
16078____________________________________________________________________________
16079[ 17983] By: merijn on 2002/10/09 12:22:26
16080 Log: Tru64 and gcc and threads
16081 Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
16082 Branch: perl
16083 ! thread.h
16084____________________________________________________________________________
16085[ 17982] By: merijn on 2002/10/09 10:34:40
16086 Log: Correct mailing list archive URL
16087 Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
16088 Branch: perl
16089 ! Porting/pumpkin.pod
16090____________________________________________________________________________
16091[ 17981] By: merijn on 2002/10/09 04:49:06
16092 Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
16093 Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
16094 Branch: perl
16095 ! Porting/pumpkin.pod
16096____________________________________________________________________________
16097[ 17980] By: sky on 2002/10/06 15:40:56
16098 Log: Upgrade Safe.pm to 2.09 after CPAN backport.
16099 Fix testcases to run properly outside perl core build enviroment.
16100 Branch: perl
16101 ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
16102 ! ext/Safe/safe3.t
16103____________________________________________________________________________
16104[ 17979] By: sky on 2002/10/06 07:03:19
16105 Log: Subject: [PATCH] fix typo in Tie::Array
16106 From: "Jos I. Boumans" <kane@cpan.org>
16107 Date: sat okt 5, 2002 20:39:17 Europe/Stockholm
16108 Message-Id: <20021005183920.14746.qmail@onion.perl.org>
16109 Branch: perl
16110 ! lib/Tie/Array.pm
16111____________________________________________________________________________
16112[ 17978] By: sky on 2002/10/05 04:44:10
16113 Log: Upgrade to Attribute::Handlers 0.78
16114 Branch: perl
16115 ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
16116 ! lib/Attribute/Handlers/README
16117____________________________________________________________________________
16118[ 17977] By: rgs on 2002/10/04 20:01:54
16119 Log: Complement to change #17976 :
16120 there was a similar bug on rdo().
16121 Increment $Safe::VERSION.
16122 Branch: perl
16123 ! ext/Opcode/Safe.pm ext/Safe/safe3.t
16124____________________________________________________________________________
16125[ 17976] By: rgs on 2002/10/04 19:44:48
16126 Log: Fix bug #17744, suggested by Andreas Jurenda,
16127 tweaked by rgs (security hole in Safe).
16128 Branch: perl
16129 + ext/Safe/safe3.t
16130 ! MANIFEST ext/Opcode/Safe.pm
16131____________________________________________________________________________
16132[ 17975] By: merijn on 2002/10/04 13:30:17
16133 Log: Non ANSI feature detection in enum
16134 Branch: perl
16135 ! pad.h
16136____________________________________________________________________________
16137[ 17974] By: rgs on 2002/10/03 21:00:50
16138 Log: Fix a precedence problem.
16139 Branch: perl
16140 ! ext/Storable/t/integer.t
16141____________________________________________________________________________
16142[ 17973] By: rgs on 2002/10/03 20:34:13
16143 Log: Change the warning message "%s trapped by operation mask"
16144 to include '' around the op name. Document it in perldiag.
16145 Branch: perl
16146 ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
16147 ! pod/perldiag.pod
16148____________________________________________________________________________
16149[ 17972] By: rgs on 2002/10/03 20:26:54
16150 Log: Add a new warning, "Possible precedence problem on bitwise
16151 %c operator", triggerred when a bitwise op has a numeric
16152 comparison op as child.
16153 Branch: perl
16154 ! op.c pod/perldiag.pod t/lib/warnings/op
16155____________________________________________________________________________
16156[ 17971] By: ams on 2002/10/03 11:03:41
16157 Log: Subject: Re: Not OK 17969
16158 From: Slaven Rezic <slaven.rezic@berlin.de>
16159 Date: 03 Oct 2002 13:12:58 +0200
16160 Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
16161 Branch: perl
16162 ! ext/Storable/Storable.pm ext/Storable/t/code.t
16163 ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
16164 ! ext/Storable/t/malice.t
16165____________________________________________________________________________
16166[ 17970] By: ams on 2002/10/03 02:21:15
16167 Log: Add a line about 2.05.
16168 Branch: perl
16169 ! ext/Storable/ChangeLog
16170____________________________________________________________________________
16171[ 17969] By: ams on 2002/10/03 02:12:27
16172 Log: Subject: [PATCH] Storable and code serialization: documentation
16173 From: Slaven Rezic <slaven.rezic@berlin.de>
16174 Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
16175 Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
16176 Branch: perl
16177 ! ext/Storable/MANIFEST ext/Storable/Storable.pm
16178 ! ext/Storable/t/code.t
16179____________________________________________________________________________
16180[ 17968] By: ams on 2002/10/03 01:40:51
16181 Log: Subject: [PATCH] Re: speed of my
16182 From: Stephen McCamant <smcc@mit.edu>
16183 Date: Wed, 2 Oct 2002 21:48:59 -0400
16184 Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
16185 Branch: perl
16186 ! pp.c
16187____________________________________________________________________________
16188[ 17967] By: hv on 2002/10/02 15:04:57
16189 Log: Subject: [PATCH] reentrant buffers
16190 From: Jarkko Hietaniemi <jhi@iki.fi>
16191 Date: Fri, 27 Sep 2002 01:08:56 +0300
16192 Message-ID: <20020926220856.GA339120@lyta.hut.fi>
16193 Branch: perl
16194 ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
16195____________________________________________________________________________
16196[ 17966] By: hv on 2002/10/02 14:46:52
16197 Log: Subject: [PATCH] retropatch
16198 From: Jarkko Hietaniemi <jhi@iki.fi>
16199 Date: Fri, 27 Sep 2002 03:51:34 +0300
16200 Message-ID: <20020927005134.GB339120@lyta.hut.fi>
16201 Branch: perl
16202 + pod/perl573delta.pod
16203 ! MANIFEST pod/buildtoc.PL pod/perl.pod
16204____________________________________________________________________________
16205[ 17965] By: hv on 2002/10/02 14:42:21
16206 Log: op/tr.t test is affected by #17962
16207 Branch: perl
16208 ! t/op/tr.t
16209____________________________________________________________________________
16210[ 17964] By: hv on 2002/10/02 14:38:59
16211 Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
16212 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16213 Date: Tue, 1 Oct 2002 23:34:35 +0200
16214 Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
16215 Branch: perl
16216 ! t/op/override.t toke.c
16217____________________________________________________________________________
16218[ 17963] By: hv on 2002/10/02 14:15:22
16219 Log: Subject: Re: [perl #17376] Bug Report - our(%)
16220 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16221 Date: Tue, 01 Oct 2002 09:54:30 -0700
16222 Message-ID: <GNdm9gzkgWOS092yn@efn.org>
16223 Branch: perl
16224 ! op.c pp_hot.c t/comp/our.t
16225____________________________________________________________________________
16226[ 17962] By: ams on 2002/10/02 14:10:07
16227 Log: Subject: [PATCH] no [] in tr///
16228 From: Jarkko Hietaniemi <jhi@iki.fi>
16229 Date: Wed, 2 Oct 2002 17:09:11 +0300
16230 Message-Id: <20021002140911.GH278184@lyta.hut.fi>
16231 Branch: perl
16232 ! pod/perldiag.pod toke.c
16233____________________________________________________________________________
16234[ 17961] By: hv on 2002/10/02 14:09:11
16235 Log: Subject: Re: Hash::Util::lock_keys inhibits bless
16236 From: andreas.koenig@anima.de (Andreas J. Koenig)
16237 Date: Mon, 30 Sep 2002 17:24:06 +0200
16238 Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
16239 Branch: perl
16240 ! lib/Hash/Util.pm
16241____________________________________________________________________________
16242[ 17959] By: hv on 2002/10/02 14:06:29
16243 Log: Subject: [DOCPATCH] Unicode porting advice
16244 From: andreas.koenig@anima.de (Andreas J. Koenig)
16245 Date: Fri, 27 Sep 2002 15:30:16 +0200
16246 Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
16247 Branch: perl
16248 ! pod/perlunicode.pod
16249____________________________________________________________________________
16250[ 17958] By: hv on 2002/10/02 13:57:06
16251 Log: missing quote from #17957
16252 Branch: perl
16253 ! Porting/pumpkin.pod
16254____________________________________________________________________________
16255[ 17957] By: hv on 2002/10/02 13:55:56
16256 Log: document how to set APPLLIB_EXP
16257 Subject: Re: [perl #15957] error installing perl 5.8.0
16258 From: Andy Dougherty <doughera@lafayette.edu>
16259 Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
16260 Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
16261 Branch: perl
16262 ! Porting/pumpkin.pod
16263____________________________________________________________________________
16264[ 17956] By: hv on 2002/10/02 13:51:12
16265 Log: Devel::Peek tests from:
16266 Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
16267 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16268 Date: Thu, 26 Sep 2002 22:16:39 -0700
16269 Message-ID: <3m+k9gzkgqnP092yn@efn.org>
16270 Branch: perl
16271 ! ext/Devel/Peek/Peek.t
16272____________________________________________________________________________
16273[ 17955] By: hv on 2002/10/02 13:43:26
16274 Log: add precedence warning for bitwise docs
16275 Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
16276 From: Mike Guy <mjtg@cam.ac.uk>
16277 Date: Thu, 26 Sep 2002 13:20:45 +0100
16278 Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
16279 Branch: perl
16280 ! pod/perlop.pod
16281____________________________________________________________________________
16282[ 17954] By: hv on 2002/10/02 13:18:01
16283 Log: Subject: [PATCH] Re: perlio bug?
16284 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16285 Date: Wed, 25 Sep 2002 21:58:12 +0200
16286 Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
16287 Branch: perl
16288 ! doio.c pod/perldiag.pod t/lib/warnings/doio
16289____________________________________________________________________________
16290[ 17953] By: hv on 2002/10/02 12:55:29
16291 Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
16292 From: Dave Mitchell <davem@fdgroup.com>
16293 Date: Wed, 25 Sep 2002 23:40:23 +0100
16294 Message-ID: <20020925234023.A20044@fdgroup.com>
16295 Branch: perl
16296 + pad.c pad.h
16297 ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
16298 ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
16299 ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
16300 ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
16301 ! proto.h scope.c sv.c toke.c
16302____________________________________________________________________________
16303[ 17952] By: hv on 2002/10/02 11:23:38
16304 Log: better handling of whitespace in autodoc declarations; fragment from:
16305 Subject: [PATCH pad.c,h] move all pad-related code to its own src file
16306 From: Dave Mitchell <davem@fdgroup.com>
16307 Date: Wed, 25 Sep 2002 23:40:23 +0100
16308 Message-ID: <20020925234023.A20044@fdgroup.com>
16309 Branch: perl
16310 ! autodoc.pl
16311____________________________________________________________________________
16312[ 17951] By: merijn on 2002/10/02 09:15:18
16313 Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
16314 Thu, 25 Jul 2002, Andy Dougherty
16315 Branch: perl
16316 ! Configure Policy_sh.SH
16317____________________________________________________________________________
16318[ 17950] By: ams on 2002/10/02 03:43:41
16319 Log: Add silly bandaid to stop segfaults on subsequent accesses to
16320 the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
16321 (<$fred>).
16322 Branch: perl
16323 ! op.c
16324____________________________________________________________________________
16325[ 17949] By: hv on 2002/10/01 08:49:02
16326 Log: patch based on:
16327 Subject: Re: [perl #17376] Bug Report - our(%)
16328 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16329 Date: Mon, 30 Sep 2002 15:22:18 -0700
16330 Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
16331 Branch: perl
16332 ! op.c
16333____________________________________________________________________________
16334[ 17948] By: hv on 2002/10/01 08:26:44
16335 Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
16336 From: chromatic <chromatic@wgz.org>
16337 Date: Fri, 13 Sep 2002 14:26:08 -0700
16338 Message-Id: <200209131426.08116.chromatic@wgz.org>
16339 Branch: perl
16340 ! lib/AutoLoader.pm
16341____________________________________________________________________________
16342[ 17947] By: hv on 2002/10/01 08:10:21
16343 Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
16344 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16345 Date: Wed, 11 Sep 2002 22:22:45 -0700
16346 Message-ID: <lSCg9gzkgymX092yn@efn.org>
16347 Branch: perl
16348 ! dump.c mg.h regexec.c sv.c t/op/pat.t
16349____________________________________________________________________________
16350[ 17946] By: merijn on 2002/09/30 15:19:36
16351 Log: nanosleep on VMS not present
16352 Branch: perl
16353 ! configure.com
16354____________________________________________________________________________
16355[ 17945] By: merijn on 2002/09/30 09:51:40
16356 Log: -Dgccansipedantic only for gcc 3+
16357 Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
16358 Branch: perl
16359 ! Porting/pumpkin.pod cflags.SH
16360____________________________________________________________________________
16361[ 17944] By: merijn on 2002/09/30 08:29:33
16362 Log: nanosleep probes as per Jarkko's request
16363 Branch: perl
16364 ! Configure NetWare/config_H.wc Porting/config.sh
16365 ! Porting/config_H config_h.SH epoc/config.sh perl.h
16366 ! win32/config.bc win32/config.gc win32/config.vc
16367 ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
16368 ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
16369 ! wince/config_H.ce
16370____________________________________________________________________________
16371[ 17943] By: merijn on 2002/09/30 05:56:58
16372 Log: Backport 17941 ([perl #16796] Configure script buglet)
16373 27 Aug 2002 20:09:29, "Amick, Eric" (via RT) <perlbug@perl.org>
16374 Branch: metaconfig
16375 ! U/modified/Loc.U
16376____________________________________________________________________________
16377[ 17942] By: ams on 2002/09/29 22:26:37
16378 Log: Remove package; (Heh heh.)
16379 Branch: perl
16380 ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
16381 ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
16382 ! vms/perly_c.vms vms/perly_h.vms
16383____________________________________________________________________________
16384[ 17941] By: hv on 2002/09/29 12:11:06
16385 Log: Subject: [perl #16796] Configure script buglet
16386 From: "Amick, Eric" (via RT) <perlbug@perl.org>
16387 Date: 27 Aug 2002 20:09:29 -0000
16388 Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
16389 Branch: perl
16390 ! Configure
16391____________________________________________________________________________
16392[ 17940] By: hv on 2002/09/29 11:59:28
16393 Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
16394 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16395 Date: Fri, 27 Sep 2002 13:52:18 +0200
16396 Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
16397 Branch: perl
16398 ! lib/Attribute/Handlers.pm
16399____________________________________________________________________________
16400[ 17939] By: hv on 2002/09/29 11:55:17
16401 Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
16402 From: Allen Smith (via RT) <perlbug@perl.org>
16403 Date: 13 Sep 2002 03:01:30 -0000
16404 Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
16405 Branch: perl
16406 ! t/lib/h2ph.pht utils/h2ph.PL
16407____________________________________________________________________________
16408[ 17938] By: rgs on 2002/09/28 20:42:59
16409 Log: Email address change for Stéphane Payrard
16410 Branch: perl
16411 ! AUTHORS
16412____________________________________________________________________________
16413[ 17937] By: hv on 2002/09/27 10:05:42
16414 Log: Subject: Re: [REVISED PATCH] Magic v-strings
16415 From: John Peacock <jpeacock@rowman.com>
16416 Date: Thu, 19 Sep 2002 22:30:58 -0400
16417 Message-ID: <3D8A8862.3000602@rowman.com>
16418 Branch: perl
16419 ! sv.c util.c
16420____________________________________________________________________________
16421[ 17936] By: hv on 2002/09/27 10:00:42
16422 Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
16423 From: "Craig A. Berry" <craigberry@mac.com>
16424 Date: Wed, 25 Sep 2002 17:14:33 -0500
16425 Message-ID: <3D923549.6050809@mac.com>
16426 Branch: perl
16427 ! configure.com
16428____________________________________________________________________________
16429[ 17935] By: hv on 2002/09/27 09:48:19
16430 Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
16431 From: Andy Lester <andy@petdance.com>
16432 Date: Fri, 20 Sep 2002 12:23:41 -0500
16433 Message-ID: <20020920172341.GA15672@petdance.com>
16434 Branch: perl
16435 ! pod/perlopentut.pod
16436____________________________________________________________________________
16437[ 17934] By: hv on 2002/09/26 18:50:02
16438 Log: missing '.' in test from #17932
16439 Branch: perl
16440 ! t/lib/strict/subs
16441____________________________________________________________________________
16442[ 17933] By: hv on 2002/09/26 17:01:11
16443 Log: Subject: [PATCH] perl #17453
16444 From: Jarkko Hietaniemi <jhi@iki.fi>
16445 Date: Fri, 20 Sep 2002 17:22:45 +0300
16446 Message-ID: <20020920142245.GG280265@lyta.hut.fi>
16447 Branch: perl
16448 ! lib/utf8_heavy.pl t/op/pat.t
16449____________________________________________________________________________
16450[ 17932] By: hv on 2002/09/26 16:47:32
16451 Log: #17931 checked for wrong constant
16452 Branch: perl
16453 ! op.c
16454____________________________________________________________________________
16455[ 17931] By: hv on 2002/09/26 16:29:26
16456 Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
16457 From: Kay_Röpke <kay@dolphin-services.de>
16458 Date: Fri, 20 Sep 2002 16:09:08 +0200
16459 Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
16460 Branch: perl
16461 ! op.c t/lib/strict/subs
16462____________________________________________________________________________
16463[ 17930] By: hv on 2002/09/26 15:56:07
16464 Log: Subject: [perl #17445] Class::Struct patch: version number, examples
16465 From: Ken Neighbors (via RT) <perlbug@perl.org>
16466 Date: 19 Sep 2002 18:48:22 -0000
16467 Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
16468 Branch: perl
16469 ! lib/Class/Struct.pm
16470____________________________________________________________________________
16471[ 17929] By: merijn on 2002/09/26 12:15:04
16472 Log: Backport 17925 and 17926
16473 enable -ansi -pedantic; Jarkko Hietaniemi <jhi@iki.fi>; Wed, 18 Sep 2002
16474 defuse installusrbinperl; Jarkko Hietaniemi <jhi@iki.fi>; Thu, 19 Sep 2002
16475 Branch: metaconfig
16476 ! U/installdirs/instubperl.U
16477 Branch: metaconfig/U/perl
16478 ! gccvers.U
16479____________________________________________________________________________
16480[ 17928] By: hv on 2002/09/26 09:54:05
16481 Log: Subject: [PATCH] bug in utf8.c(?)
16482 From: Marty Pauley <marty+p5p@kasei.com>
16483 Date: Fri, 20 Sep 2002 10:55:33 +0100
16484 Subject: [PATCH] bug in utf8.c(?)
16485 Branch: perl
16486 ! utf8.c
16487____________________________________________________________________________
16488[ 17927] By: hv on 2002/09/26 09:37:19
16489 Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
16490 From: Marty Pauley <marty+p5p@kasei.com>
16491 Date: Fri, 20 Sep 2002 09:52:16 +0100
16492 Message-Id: 20020920085216.GC10512@soto.kasei.com
16493 Branch: perl
16494 ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
16495____________________________________________________________________________
16496[ 17926] By: hv on 2002/09/26 09:28:06
16497 Log: Subject: [PATCH] defuse installusrbinperl
16498 From: Jarkko Hietaniemi <jhi@iki.fi>
16499 Date: Thu, 19 Sep 2002 18:01:03 +0300
16500 Message-ID: <20020919150103.GI208696@lyta.hut.fi>
16501 Branch: perl
16502 ! Configure
16503____________________________________________________________________________
16504[ 17925] By: hv on 2002/09/26 09:15:55
16505 Log: Subject: [PATCH v2] enable -ansi -pedantic
16506 From: Jarkko Hietaniemi <jhi@iki.fi>
16507 Date: Wed, 18 Sep 2002 01:19:25 +0300
16508 Message-ID: <20020917221925.GF85044@lyta.hut.fi>
16509 Branch: perl
16510 ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
16511 ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
16512____________________________________________________________________________
16513[ 17924] By: hv on 2002/09/26 08:44:16
16514 Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
16515 From: Nicholas Clark <nick@unfortu.net>
16516 Date: Sat, 14 Sep 2002 18:49:10 +0100
16517 Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
16518 Branch: perl
16519 ! sv.c
16520____________________________________________________________________________
16521[ 17923] By: hv on 2002/09/26 08:33:54
16522 Log: Subject: [PATCH] Re: Advice on coredump
16523 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16524 Date: Wed, 18 Sep 2002 22:14:57 +0200
16525 Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
16526 Branch: perl
16527 ! op.c t/op/closure.t
16528____________________________________________________________________________
16529[ 17922] By: hv on 2002/09/26 08:25:28
16530 Log: Subject: Re: [PATCH] spurious t/auto directory appears
16531 From: Michael G Schwern <schwern@pobox.com>
16532 Date: Fri, 13 Sep 2002 23:56:05 -0400
16533 Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
16534 Branch: perl
16535 ! lib/ExtUtils/t/Installed.t
16536____________________________________________________________________________
16537[ 17921] By: hv on 2002/09/26 08:21:59
16538 Log: add TODO tests for slow our() declaration
16539 Subject: Re: [perl #17376] Bug Report - our(%)
16540 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16541 Date: Thu, 19 Sep 2002 22:34:01 -0700
16542 Message-ID: <JNri9gzkgSBB092yn@efn.org>
16543 Branch: perl
16544 + t/comp/our.t
16545 ! MANIFEST
16546____________________________________________________________________________
16547[ 17920] By: hv on 2002/09/26 08:16:43
16548 Log: LEAKTEST is dead, RIP
16549 Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
16550 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16551 Date: Mon, 23 Sep 2002 18:33:12 +0200
16552 Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
16553 Branch: perl
16554 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
16555 ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
16556____________________________________________________________________________
16557[ 17919] By: hv on 2002/09/26 07:59:42
16558 Log: Subject: [PATCH] AIX hints missinga >&4
16559 From: Jarkko Hietaniemi <jhi@iki.fi>
16560 Date: Fri, 13 Sep 2002 16:48:42 +0300
16561 Message-ID: <20020913134842.GD8929@lyta.hut.fi>
16562 Branch: perl
16563 ! hints/aix.sh
16564____________________________________________________________________________
16565[ 17918] By: hv on 2002/09/26 07:51:10
16566 Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
16567 From: "Brendan O'Dea" <bod@debian.org>
16568 Date: Mon, 23 Sep 2002 22:45:40 +1000
16569 Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
16570 Branch: perl
16571 ! pod/perlfunc.pod
16572____________________________________________________________________________
16573[ 17917] By: hv on 2002/09/26 07:46:43
16574 Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
16575 From: Slaven Rezic <slaven.rezic@berlin.de>
16576 Date: 11 Sep 2002 19:37:09 +0200
16577 Message-ID: <871y80a0my.fsf@vran.herceg.de>
16578 Branch: perl
16579 ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
16580____________________________________________________________________________
16581[ 17916] By: hv on 2002/09/26 07:31:42
16582 Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
16583 From: "Brendan O'Dea" <bod@debian.org>
16584 Date: Tue, 10 Sep 2002 09:19:05 +1000
16585 Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
16586 Branch: perl
16587 ! pod/perlembed.pod
16588____________________________________________________________________________
16589[ 17915] By: rgs on 2002/09/24 20:19:22
16590 Log: Patch #17914 was empty ; this should have been applied instead.
16591 Branch: perl
16592 ! hints/aix.sh
16593____________________________________________________________________________
16594[ 17914] By: rgs on 2002/09/21 19:58:57
16595 Log: Subject: [PATCH] PASE saga continues
16596 From: Jarkko Hietaniemi <jhi@iki.fi>
16597 Date: Thu, 19 Sep 2002 23:30:20 +0300
16598 Message-ID: <20020919203020.GB274453@lyta.hut.fi>
16599 Branch: perl
16600 ! hints/aix.sh
16601____________________________________________________________________________
16602[ 17913] By: rgs on 2002/09/21 19:46:56
16603 Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
16604 From: "Craig A. Berry" <craigberry@mac.com>
16605 Date: Wed, 18 Sep 2002 16:57:02 -0500
16606 Message-ID: <3D88F6AE.3020708@mac.com>
16607 Branch: perl
16608 ! lib/File/Spec/VMS.pm vms/ext/filespec.t
16609____________________________________________________________________________
16610[ 17912] By: ams on 2002/09/19 17:21:24
16611 Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
16612 From: Jarkko Hietaniemi <jhi@iki.fi>
16613 Date: Thu, 19 Sep 2002 18:59:48 +0300
16614 Message-Id: <20020919155948.GU208696@lyta.hut.fi>
16615
16616 Subject: [PATCH] more PASE tweakage
16617 From: Jarkko Hietaniemi <jhi@iki.fi>
16618 Date: Thu, 19 Sep 2002 18:01:44 +0300
16619 Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
16620 Branch: perl
16621 ! README.os400 hints/aix.sh
16622____________________________________________________________________________
16623[ 17911] By: ams on 2002/09/17 19:29:53
16624 Log: Typo fix.
16625 Branch: perl
16626 ! ext/POSIX/POSIX.pod
16627____________________________________________________________________________
16628[ 17910] By: ams on 2002/09/17 18:09:32
16629 Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
16630 checking for SvOK in do_readline().
16631 Branch: perl
16632 ! pp_hot.c t/op/gv.t
16633____________________________________________________________________________
16634[ 17909] By: rgs on 2002/09/16 21:49:27
16635 Log: Pod formatting nit, found by Merijn and Jos Boumans.
16636 Branch: perl
16637 ! pod/perlunicode.pod
16638____________________________________________________________________________
16639[ 17908] By: rgs on 2002/09/16 21:34:55
16640 Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
16641 From: (Ilya Martynov) (via RT) <perlbug@perl.org>
16642 Date: 15 Sep 2002 19:06:56 -0000
16643 Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
16644 Branch: perl
16645 ! lib/Locale/Country.pm lib/Locale/Currency.pm
16646 ! lib/Locale/Language.pm lib/Locale/Script.pm
16647____________________________________________________________________________
16648[ 17907] By: rgs on 2002/09/16 20:33:51
16649 Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
16650 From: Jarkko Hietaniemi <jhi@iki.fi>
16651 Date: Sun, 15 Sep 2002 18:02:17 +0300
16652 Message-ID: <20020915150217.GB21300@lyta.hut.fi>
16653 Branch: perl
16654 ! hints/netbsd.sh
16655____________________________________________________________________________
16656[ 17906] By: rgs on 2002/09/15 11:30:38
16657 Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
16658 of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
16659 not all modules listed in perlmodlib are necessarily installed.
16660 Plus some corrections by Vincent Lefevre.
16661 Branch: perl
16662 ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
16663____________________________________________________________________________
16664[ 17905] By: nick on 2002/09/15 10:55:51
16665 Log: Integrate mainline
16666 Branch: perlio
16667 +> lib/Unicode/Collate/t/index.t
16668 !> (integrate 54 files)
16669____________________________________________________________________________
16670[ 17904] By: merijn on 2002/09/13 14:02:18
16671 Log: Tabs erroneusly expanded to spaces, causing AIX to fail
16672 in building DProf
16673 Branch: perl
16674 ! Configure
16675____________________________________________________________________________
16676[ 17903] By: merijn on 2002/09/13 14:00:35
16677 Log: Fix tab/space issue that entered in 17893. AIX.
16678 Branch: metaconfig
16679 ! U/modified/libc.U
16680____________________________________________________________________________
16681[ 17902] By: merijn on 2002/09/13 07:47:29
16682 Log: configure.com needs d_modflproto
16683 Thu 12 Sep 2002 23:19, "Craig A. Berry"
16684 Branch: perl
16685 ! configure.com
16686____________________________________________________________________________
16687[ 17901] By: rgs on 2002/09/12 20:19:55
16688 Log: Subject: [PATCH] more PASE wisdom
16689 From: Jarkko Hietaniemi <jhi@iki.fi>
16690 Date: Fri, 13 Sep 2002 00:17:39 +0300
16691 Message-ID: <20020912211739.GB6980@lyta.hut.fi>
16692 Branch: perl
16693 ! README.os400
16694____________________________________________________________________________
16695[ 17900] By: rgs on 2002/09/12 19:33:06
16696 Log: Fix a syntax incompatibility introduced by the // operator.
16697 (Note that C<print $fh //> is still a syntax error, it
16698 wasn't with perl 5.8.0.)
16699 Branch: perl
16700 ! t/op/dor.t toke.c
16701____________________________________________________________________________
16702[ 17899] By: merijn on 2002/09/12 15:22:06
16703 Log: Re: [perl #17170] NetBSD and useshrplib config option
16704 Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez
16705 Branch: metaconfig/U/perl
16706 ! libperl.U
16707 Branch: perl
16708 ! Porting/Glossary
16709____________________________________________________________________________
16710[ 17898] By: rgs on 2002/09/11 20:58:46
16711 Log: Fix bug #17006 : remove spurious do{} in the deparsing
16712 of s/.../.../e.
16713 Branch: perl
16714 ! ext/B/B/Deparse.pm ext/B/t/deparse.t
16715____________________________________________________________________________
16716[ 17897] By: rgs on 2002/09/11 20:56:21
16717 Log: Subject: [perl #17119] typo in utils/dprofpp.PL
16718 From: "Todd C. Miller" (via RT) <perlbug@perl.org>
16719 Date: 10 Sep 2002 18:49:56 -0000
16720 Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
16721 Branch: perl
16722 ! utils/dprofpp.PL
16723____________________________________________________________________________
16724[ 17896] By: merijn on 2002/09/11 08:31:45
16725 Log: re-synced Configure to backported metaunits
16726 Branch: perl
16727 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16728 ! config_h.SH
16729____________________________________________________________________________
16730[ 17895] By: merijn on 2002/09/11 08:21:54
16731 Log: Cleaning up from metalint; reverting wrong voidflags fix from 17893;
16732 fix obvious typo from 17827
16733 Branch: metaconfig
16734 ! U/modified/libc.U U/modified/usenm.U U/modified/voidflags.U
16735 Branch: metaconfig/U/perl
16736 ! d_modfl.U gccvers.U
16737____________________________________________________________________________
16738[ 17894] By: merijn on 2002/09/10 17:48:15
16739 Log: Postchecking config_h.SH helps to catch typo's
16740 Also took the comments from the original patch
16741 Branch: metaconfig/U/perl
16742 ! d_modfl.U
16743____________________________________________________________________________
16744[ 17893] By: merijn on 2002/09/10 17:31:36
16745 Log: Backport all Configure patches 17671 .. 17881
16746 to the metaunits
16747 Branch: metaconfig
16748 ! U/installdirs/prefix.U U/modified/libc.U U/modified/usenm.U
16749 ! U/modified/voidflags.U
16750 Branch: metaconfig/U/perl
16751 ! Extensions.U d_modfl.U gccvers.U
16752____________________________________________________________________________
16753[ 17892] By: merijn on 2002/09/10 15:43:53
16754 Log: Callback behaviour in hints
16755 Mon, 9 Sep 2002, Allen Smith
16756 Branch: perl
16757 ! hints/README.hints
16758____________________________________________________________________________
16759[ 17891] By: jhi on 2002/09/10 13:16:40
16760 Log: metaconfig tweakage.
16761 Branch: metaconfig
16762 + U/newer
16763 ! README U/mksample
16764____________________________________________________________________________
16765[ 17890] By: merijn on 2002/09/10 12:17:49
16766 Log: Metaconfig documentation update (part 2)
16767 Fri 06 Sep 2002 20:26, Andy Dougherty
16768 Branch: metaconfig
16769 ! README U.check/MANIFEST U/README U/mksample
16770 ! dist-3.0at70b/mcon/U/abortsig.U
16771 ! dist-3.0at70b/mcon/U/alignbytes.U
16772 ! dist-3.0at70b/mcon/U/bitpbyte.U
16773 ! dist-3.0at70b/mcon/U/byteorder.U
16774 ! dist-3.0at70b/mcon/U/ccflags.U
16775 ! dist-3.0at70b/mcon/U/charorder.U
16776 ! dist-3.0at70b/mcon/U/charsize.U
16777 ! dist-3.0at70b/mcon/U/d_NOFILE.U
16778 ! dist-3.0at70b/mcon/U/d_PORTAR.U
16779 ! dist-3.0at70b/mcon/U/d_SHM_MAC.U
16780 ! dist-3.0at70b/mcon/U/d_access.U
16781 ! dist-3.0at70b/mcon/U/d_bsdjmp.U
16782 ! dist-3.0at70b/mcon/U/d_casti32.U
16783 ! dist-3.0at70b/mcon/U/d_castneg.U
16784 ! dist-3.0at70b/mcon/U/d_charsprf.U
16785 ! dist-3.0at70b/mcon/U/d_ckeypad.U
16786 ! dist-3.0at70b/mcon/U/d_const.U
16787 ! dist-3.0at70b/mcon/U/d_eofpipe.U
16788 ! dist-3.0at70b/mcon/U/d_fd_set.U
16789 ! dist-3.0at70b/mcon/U/d_getpagsz.U
16790 ! dist-3.0at70b/mcon/U/d_getpgrp.U
16791 ! dist-3.0at70b/mcon/U/d_isascii.U
16792 ! dist-3.0at70b/mcon/U/d_keepsig.U
16793 ! dist-3.0at70b/mcon/U/d_nolnbuf.U
16794 ! dist-3.0at70b/mcon/U/d_open3.U
16795 ! dist-3.0at70b/mcon/U/d_pidcheck.U
16796 ! dist-3.0at70b/mcon/U/d_safebcpy.U
16797 ! dist-3.0at70b/mcon/U/d_safemcpy.U
16798 ! dist-3.0at70b/mcon/U/d_sanemcmp.U
16799 ! dist-3.0at70b/mcon/U/d_scannl.U
16800 ! dist-3.0at70b/mcon/U/d_setpgrp.U
16801 ! dist-3.0at70b/mcon/U/d_sgndchr.U
16802 ! dist-3.0at70b/mcon/U/d_sigaction.U
16803 ! dist-3.0at70b/mcon/U/d_sigsetjmp.U
16804 ! dist-3.0at70b/mcon/U/d_stdstdio.U
16805 ! dist-3.0at70b/mcon/U/d_strctcpy.U
16806 ! dist-3.0at70b/mcon/U/d_volatile.U
16807 ! dist-3.0at70b/mcon/U/d_vprintf.U
16808 ! dist-3.0at70b/mcon/U/d_wifstat.U
16809 ! dist-3.0at70b/mcon/U/doublesize.U
16810 ! dist-3.0at70b/mcon/U/errnolist.U
16811 ! dist-3.0at70b/mcon/U/floatsize.U dist-3.0at70b/mcon/U/i_db.U
16812 ! dist-3.0at70b/mcon/U/i_sysioctl.U
16813 ! dist-3.0at70b/mcon/U/i_time.U dist-3.0at70b/mcon/U/install.U
16814 ! dist-3.0at70b/mcon/U/intsize.U dist-3.0at70b/mcon/U/models.U
16815 ! dist-3.0at70b/mcon/U/nblock_io.U
16816 ! dist-3.0at70b/mcon/U/nlist_pfx.U
16817 ! dist-3.0at70b/mcon/U/orderlib.U
16818 ! dist-3.0at70b/mcon/U/prototype.U
16819 ! dist-3.0at70b/mcon/U/ptrsize.U dist-3.0at70b/mcon/U/randbits.U
16820 ! dist-3.0at70b/mcon/U/randfunc.U
16821 ! dist-3.0at70b/mcon/U/sbrksmart.U
16822 ! dist-3.0at70b/mcon/U/selecttype.U
16823 ! dist-3.0at70b/mcon/U/sockopt.U
16824 ! dist-3.0at70b/mcon/U/ssizetype.U
16825 ! dist-3.0at70b/mcon/U/sunscanf.U
16826 ! dist-3.0at70b/mcon/U/voidflags.U
16827____________________________________________________________________________
16828[ 17889] By: merijn on 2002/09/10 09:58:06
16829 Log: Metaconfig documentation update (part 1)
16830 Fri 06 Sep 2002 20:26, Andy Dougherty
16831 plus some tweaks
16832 Branch: metaconfig
16833 ! README
16834____________________________________________________________________________
16835[ 17888] By: merijn on 2002/09/10 09:20:52
16836 Log: New low-price HP servers
16837 Branch: perl
16838 ! README.hpux
16839____________________________________________________________________________
16840[ 17887] By: rgs on 2002/09/09 21:00:08
16841 Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
16842 From: Paul Johnson <paul@pjcj.net>
16843 Date: Mon, 9 Sep 2002 23:37:33 +0200
16844 Message-ID: <20020909213733.GD879@pjcj.net>
16845 Branch: perl
16846 ! ext/B/B/Deparse.pm
16847____________________________________________________________________________
16848[ 17886] By: rgs on 2002/09/09 20:38:01
16849 Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
16850 From: Nicholas Clark <nick@unfortu.net>
16851 Date: Sun, 8 Sep 2002 23:05:54 +0100
16852 Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
16853 Branch: perl
16854 ! configpm
16855____________________________________________________________________________
16856[ 17885] By: rgs on 2002/09/09 20:35:34
16857 Log: Subject: [PATCH] strict.pm pod at __END__
16858 From: Nicholas Clark <nick@unfortu.net>
16859 Date: Sun, 8 Sep 2002 22:36:09 +0100
16860 Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
16861 Branch: perl
16862 ! lib/strict.pm
16863____________________________________________________________________________
16864[ 17884] By: rgs on 2002/09/09 19:33:11
16865 Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
16866 From: Nicholas Clark <nick@unfortu.net>
16867 Date: Sun, 8 Sep 2002 19:45:52 +0100
16868 Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
16869 Branch: perl
16870 ! lib/File/Find/t/find.t
16871____________________________________________________________________________
16872[ 17883] By: rgs on 2002/09/09 19:10:08
16873 Log: Subject: [PATCH] Quieten warnings in Deparse.pm
16874 From: Paul Johnson <paul@pjcj.net>
16875 Date: Sun, 8 Sep 2002 23:50:11 +0200
16876 Message-ID: <20020908215011.GA879@pjcj.net>
16877 Branch: perl
16878 ! ext/B/B/Deparse.pm
16879____________________________________________________________________________
16880[ 17882] By: hv on 2002/09/09 10:33:58
16881 Log: Update Changes
16882 Branch: perl
16883 ! Changes patchlevel.h
16884____________________________________________________________________________
2a488fe1
HS
16885[ 17881] By: hv on 2002/09/09 09:54:55
16886 Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
16887 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
16888 Date: Mon, 9 Sep 2002 01:48:08 -0400
16889 Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
16890 Branch: perl
16891 ! perl.h sv.c
16892____________________________________________________________________________
16893[ 17880] By: hv on 2002/09/09 09:33:55
16894 Log: integrate Math::BigInt-1.63
16895 Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
16896 From: Tels <perl_dummy@bloodgate.com>
16897 Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
16898 Message-Id: <200209082022.g88KMGY20194@crypt.org>
16899 Branch: perl
16900 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16901 ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
16902 ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
16903 ! lib/Math/BigInt/t/sub_mif.t
16904____________________________________________________________________________
16905[ 17879] By: hv on 2002/09/09 09:23:53
16906 Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
16907 From: Jarkko Hietaniemi <jhi@iki.fi>
16908 Date: Mon, 9 Sep 2002 00:07:46 +0300
16909 Message-ID: <20020908210746.GB4136@lyta.hut.fi>
16910 Branch: perl
16911 ! Configure
16912____________________________________________________________________________
16913[ 17878] By: hv on 2002/09/09 09:11:57
16914 Log: small grammar fix in Benchmark docs
16915 Branch: perl
16916 ! lib/Benchmark.pm
16917____________________________________________________________________________
16918[ 17877] By: hv on 2002/09/09 09:09:30
16919 Log: Subject: [PATCH] configpm
16920 From: Abe Timmerman <abe@ztreet.demon.nl>
16921 Date: Sun, 8 Sep 2002 17:21:19 +0200
16922 Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
16923 Branch: perl
16924 ! configpm
16925____________________________________________________________________________
16926[ 17876] By: hv on 2002/09/09 08:48:35
16927 Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
16928 From: Abe Timmerman <abe@ztreet.demon.nl>
16929 Date: Mon, 9 Sep 2002 01:32:19 +0200
16930 Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
16931 Branch: perl
16932 ! makedef.pl
16933____________________________________________________________________________
16934[ 17875] By: rgs on 2002/09/08 18:55:01
16935 Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
16936 From: Nicholas Clark <nick@unfortu.net>
16937 Date: Sun, 8 Sep 2002 15:46:44 +0100
16938 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
16939
16940 Plus two other similar tweaks
16941 Branch: perl
16942 ! ext/SDBM_File/sdbm.t
16943____________________________________________________________________________
16944[ 17874] By: hv on 2002/09/08 17:10:38
16945 Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
16946 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
16947 Date: Sat, 7 Sep 2002 05:25:45 -0400
16948 Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
16949 Branch: perl
16950 ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
16951 ! t/op/sprintf.t
16952____________________________________________________________________________
16953[ 17873] By: hv on 2002/09/08 16:48:54
16954 Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
16955 From: Nicholas Clark <nick@unfortu.net>
16956 Date: Sat, 7 Sep 2002 00:20:53 +0100
16957 Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
16958 Branch: perl
16959 ! op.c sv.c
16960____________________________________________________________________________
16961[ 17872] By: hv on 2002/09/08 16:35:46
16962 Log: temporarily skip failing Storable tests caused by #17869
16963 Branch: perl
16964 ! ext/Storable/t/code.t
16965____________________________________________________________________________
16966[ 17871] By: hv on 2002/09/08 16:23:49
16967 Log: Subject: [PATCH] tiddly tidy up for util.c
16968 From: Nicholas Clark <nick@unfortu.net>
16969 Date: Fri, 6 Sep 2002 23:00:14 +0100
16970 Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
16971 Branch: perl
16972 ! util.c
16973____________________________________________________________________________
16974[ 17870] By: hv on 2002/09/08 16:21:23
16975 Log: regularise whitespace and formatting in util.c
16976 Branch: perl
16977 ! util.c
16978____________________________________________________________________________
16979[ 17869] By: hv on 2002/09/08 15:46:08
16980 Log: Subject: [perl #17061] no strict 'garbage'
16981 From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
16982 Date: 6 Sep 2002 19:31:02 -0000
16983 Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
16984 Date: Sat, 07 Sep 2002 13:40:22 +0200
16985 Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
16986 Branch: perl
16987 ! lib/strict.pm lib/strict.t
16988____________________________________________________________________________
16989[ 17868] By: hv on 2002/09/08 15:24:08
16990 Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
16991 Branch: perl
16992 ! pod/perl58delta.pod
16993____________________________________________________________________________
16994[ 17867] By: hv on 2002/09/08 15:10:46
16995 Log: Subject: [PATCH] allow using hires time() in Benchmark
16996 From: Jarkko Hietaniemi <jhi@iki.fi>
16997 Date: Fri, 6 Sep 2002 00:38:11 +0300
16998 Message-ID: <20020905213811.GA23771@lyta.hut.fi>
16999 Branch: perl
17000 ! lib/Benchmark.pm
17001____________________________________________________________________________
17002[ 17866] By: hv on 2002/09/08 15:06:05
17003 Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
17004 From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
17005 Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
17006 Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
17007 Branch: perl
17008 ! Configure
17009____________________________________________________________________________
17010[ 17865] By: hv on 2002/09/08 15:03:23
17011 Log: Subject: Unicode::Collate 0.23 Released
17012 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17013 Date: Thu, 05 Sep 2002 23:28:32 +0900
17014 Message-Id: <20020905232316.8151.BQW10602@nifty.com>
17015 Branch: perl
17016 + lib/Unicode/Collate/t/index.t
17017 ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
17018 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
17019____________________________________________________________________________
17020[ 17864] By: hv on 2002/09/08 14:55:31
17021 Log: Subject: sv_2pv_flags and ROK and UTF8 flags
17022 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17023 Date: Wed, 04 Sep 2002 21:09:01 -0700
17024 Message-ID: <djtd9gzkgyLd092yn@efn.org>
17025 Date: Fri, 06 Sep 2002 09:23:03 -0700
17026 Message-ID: <nZNe9gzkgKdH092yn@efn.org>
17027 Branch: perl
17028 ! lib/overload.t sv.c sv.h t/op/pat.t
17029____________________________________________________________________________
17030[ 17863] By: hv on 2002/09/08 14:11:54
17031 Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
17032 Branch: perl
17033 ! t/op/taint.t
17034____________________________________________________________________________
17035[ 17862] By: hv on 2002/09/08 14:01:07
17036 Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
17037 From: Michael G Schwern <schwern@pobox.com>
17038 Date: Wed, 4 Sep 2002 11:38:01 -0700
17039 Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
17040 Branch: perl
17041 ! t/TestInit.pm
17042____________________________________________________________________________
17043[ 17861] By: hv on 2002/09/08 13:58:10
17044 Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
17045 From: Michael G Schwern <schwern@pobox.com>
17046 Date: Fri, 6 Sep 2002 14:03:16 -0700
17047 Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
17048 Branch: perl
17049 ! t/test.pl
17050____________________________________________________________________________
17051[ 17860] By: hv on 2002/09/08 13:48:49
17052 Log: #17859 misuses s/// return values
17053 Branch: perl
17054 ! configpm
17055____________________________________________________________________________
17056[ 17859] By: hv on 2002/09/08 13:17:46
17057 Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
17058 From: Nicholas Clark <nick@unfortu.net>
17059 Date: Mon, 2 Sep 2002 23:22:32 +0100
17060 Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
17061 Branch: perl
17062 ! configpm
17063____________________________________________________________________________
17064[ 17858] By: pudge on 2002/09/08 04:47:02
17065 Log: Save script context in compiled script
17066 From Bart Lateur
17067 Branch: maint-5.6/macperl
17068 ! macos/lib/Mac/OSA/Simple.pm
17069____________________________________________________________________________
17070[ 17857] By: pudge on 2002/09/08 04:46:31
17071 Log: Add Mac OS X Note
17072 Branch: maint-5.6/macperl
17073 ! macos/lib/Mac/Glue.pm
17074____________________________________________________________________________
17075[ 17856] By: pudge on 2002/09/08 04:46:03
17076 Log: Remove workaround for fixed GUSI bug #553817
17077 Branch: maint-5.6/macperl
17078 ! macos/MacPerlTests.cmd
17079____________________________________________________________________________
17080[ 17855] By: pudge on 2002/09/08 04:36:08
17081 Log: Add ChooseFSObject/GetFolder
17082 From Thomas Wegner
17083 Branch: maint-5.6/macperl
17084 + macos/ext/Mac/StandardFile/ChooseFSObject.c
17085 + macos/ext/Mac/StandardFile/ChooseFSObject.h
17086 + macos/ext/Mac/StandardFile/t/ChooseFSObject.t
17087 ! macos/Perl.r macos/ext/Mac/StandardFile/Makefile.PL
17088 ! macos/ext/Mac/StandardFile/StandardFile.pm
17089 ! macos/ext/Mac/StandardFile/StandardFile.xs
17090 ! macos/macperl/MacPerl.r
17091____________________________________________________________________________
17092[ 17854] By: pudge on 2002/09/08 04:35:08
17093 Log: Fix URL encoding for MacPerl Help/Shuck
17094 Bug exposed in Mac OS X 10.2; MacPerl Bug #598449
17095 Branch: maint-5.6/macperl
17096 ! macos/macperl/MPHelp.c
17097____________________________________________________________________________
17098[ 17853] By: pudge on 2002/09/08 04:33:43
17099 Log: TextEdit example show text extraction
17100 Branch: maint-5.6/macperl
17101 ! macos/ext/Mac/TextEdit/t/SimpleText.t
17102____________________________________________________________________________
17103[ 17852] By: pudge on 2002/09/08 04:32:53
17104 Log: File::Copy should only warn if there's something to warn about
17105 Branch: maint-5.6/macperl
17106 ! lib/File/Copy.pm
17107____________________________________________________________________________
17108[ 17851] By: nick on 2002/09/07 10:18:20
17109 Log: Integrate mainline
17110 Branch: perlio
17111 +> README.os400 ext/threads/shared/t/disabled.t hints/os400.sh
17112 !> (integrate 69 files)
17113____________________________________________________________________________
17114[ 17850] By: ams on 2002/09/06 03:31:32
17115 Log: Subject: [PATCH] (mostly (Unicode)) pod nits
17116 From: Jarkko Hietaniemi <jhi@iki.fi>
17117 Date: Fri, 6 Sep 2002 06:01:57 +0300
17118 Message-Id: <20020906030157.GA28252@lyta.hut.fi>
17119 Branch: perl
17120 ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
17121____________________________________________________________________________
17122[ 17849] By: gsar on 2002/09/05 06:28:36
17123 Log: document setting the email address
17124 Branch: perl
17125 ! Porting/repository.pod
17126____________________________________________________________________________
17127[ 17848] By: hv on 2002/09/04 23:12:15
17128 Log: AUTHORS: preferred address for Allen Smith
17129 Branch: perl
17130 ! AUTHORS
17131____________________________________________________________________________
17132[ 17847] By: hv on 2002/09/04 23:10:37
17133 Log: copy on write: fixes and debugging
17134 Subject: what copies scalars in ithreads?
17135 From: Nicholas Clark <nick@unfortu.net>
17136 Date: Wed, 4 Sep 2002 21:52:47 +0100
17137 Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
17138 Branch: perl
17139 ! sv.c
17140____________________________________________________________________________
17141[ 17846] By: hv on 2002/09/04 23:02:43
17142 Log: Subject: Re: [PATCH] A variety of README nitpicks.
17143 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17144 Date: Wed, 04 Sep 2002 09:10:05 +0200
17145 Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
17146 Branch: perl
17147 ! README.hpux
17148____________________________________________________________________________
17149[ 17845] By: hv on 2002/09/04 15:06:33
17150 Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
17151 Branch: perl
17152 ! lib/Math/BigInt/t/constant.t
17153____________________________________________________________________________
17154[ 17844] By: hv on 2002/09/04 14:32:19
17155 Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
17156 Branch: perl
17157 ! ext/DB_File/DB_File.xs
17158____________________________________________________________________________
17159[ 17843] By: hv on 2002/09/04 14:09:13
17160 Log: #17842 was only half the story
17161 Subject: [PATCH deb.c] Re: HiRes failure is success?
17162 From: Dave Mitchell <davem@fdgroup.com>
17163 Date: Wed, 4 Sep 2002 16:11:15 +0100
17164 Message-ID: <20020904161115.E27603@fdgroup.com>
17165 Branch: perl
17166 ! deb.c
17167____________________________________________________________________________
17168[ 17842] By: hv on 2002/09/04 14:04:40
17169 Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
17170 Branch: perl
17171 ! deb.c
17172____________________________________________________________________________
17173[ 17841] By: hv on 2002/09/04 13:57:27
17174 Log: Subject: [PATCH] op/getpid.t failure
17175 From: Michael G Schwern <schwern@pobox.com>
17176 Date: Tue, 3 Sep 2002 17:48:24 -0700
17177 Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
17178 Branch: perl
17179 ! t/op/getpid.t
17180____________________________________________________________________________
17181[ 17840] By: hv on 2002/09/04 13:55:20
17182 Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
17183 and Subject: [PATCH] More modules that don't lazy load Carp right.
17184 From: Michael G Schwern <schwern@pobox.com>
17185 Date: Tue, 3 Sep 2002 17:21:57 -0700
17186 Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
17187 and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
17188 Branch: perl
17189 ! ext/Encode/Unicode/Unicode.pm
17190 ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
17191 ! lib/File/Basename.pm
17192____________________________________________________________________________
17193[ 17839] By: hv on 2002/09/04 13:47:12
17194 Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
17195 From: "Brendan O'Dea" <bod@debian.org>
17196 Date: Wed, 4 Sep 2002 02:36:10 +1000
17197 Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
17198 Branch: perl
17199 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
17200____________________________________________________________________________
17201[ 17838] By: hv on 2002/09/04 13:41:27
17202 Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
17203 From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
17204 Date: Tue, 3 Sep 2002 13:46:18 +0200
17205 Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
17206 Branch: perl
17207 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
17208____________________________________________________________________________
17209[ 17837] By: hv on 2002/09/04 13:38:27
17210 Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
17211 From: Michael G Schwern <schwern@pobox.com>
17212 Date: Mon, 2 Sep 2002 22:29:07 -0700
17213 Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
17214 Branch: perl
17215 ! lib/Config.t
17216____________________________________________________________________________
17217[ 17836] By: hv on 2002/09/04 13:35:36
17218 Log: Subject: [PATCH] DB_File 1.805
17219 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17220 Date: Mon, 2 Sep 2002 23:56:40 +0100
17221 Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
17222 Branch: perl
17223 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17224 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
17225 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17226 ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
17227____________________________________________________________________________
17228[ 17835] By: hv on 2002/09/04 13:23:17
17229 Log: fix coredump after 64k-deep recursion
17230 Subject: Re: debugging coredump with -DD
17231 From: hv@crypt.org
17232 Date: Tue, 03 Sep 2002 14:34:20 +0100
17233 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
17234 Branch: perl
17235 ! cop.h t/op/recurse.t
17236____________________________________________________________________________
17237[ 17834] By: hv on 2002/09/04 13:08:36
17238 Log: perldoc: allow arguments for pager
17239 Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
17240 From: Chip Turner <cturner@redhat.com>
17241 Date: 02 Sep 2002 01:17:23 -0400
17242 Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
17243 Branch: perl
17244 ! utils/perldoc.PL
17245____________________________________________________________________________
17246[ 17833] By: hv on 2002/09/04 12:55:54
17247 Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
17248 From: Jarkko Hietaniemi <jhi@iki.fi>
17249 Date: Sun, 1 Sep 2002 19:23:55 +0300
17250 Message-ID: <20020901162355.GH12536@lyta.hut.fi>
17251 Branch: perl
17252 ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
17253____________________________________________________________________________
17254[ 17832] By: hv on 2002/09/04 12:39:42
17255 Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
17256 From: John Peacock <jpeacock@rowman.com>
17257 Date: Sun, 01 Sep 2002 15:00:12 -0400
17258 Message-ID: <3D7263BC.9020608@rowman.com>
17259 Branch: perl
17260 ! lib/ExtUtils/xsubpp pod/perlxs.pod
17261____________________________________________________________________________
17262[ 17831] By: hv on 2002/09/04 11:47:10
17263 Log: #17827 misses some win32 tweaks
17264 Branch: perl
17265 ! win32/Makefile win32/makefile.mk
17266____________________________________________________________________________
17267[ 17830] By: hv on 2002/09/04 11:41:22
17268 Log: update email address for Paul Marquess
17269 Branch: perl
17270 ! AUTHORS
17271____________________________________________________________________________
17272[ 17829] By: hv on 2002/09/04 11:38:39
17273 Log: Subject: Correction for AUTHORS.html
17274 From: Sean Davis <dive@ender.com>
17275 Date: Fri, 30 Aug 2002 03:51:16 -0700
17276 Message-ID: <20020830035116.A18739@endersgame.net>
17277 Branch: perl
17278 ! AUTHORS
17279____________________________________________________________________________
17280[ 17828] By: hv on 2002/09/04 11:31:42
17281 Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
17282 From: Michael G Schwern <schwern@pobox.com>
17283 Date: Fri, 30 Aug 2002 03:40:45 -0700
17284 Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
17285 Branch: perl
17286 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
17287 ! lib/File/Spec/t/Spec.t
17288____________________________________________________________________________
17289[ 17827] By: hv on 2002/09/04 11:21:57
17290 Log: Subject: [PATCH] OS/400 PASE port
17291 From: Jarkko Hietaniemi <jhi@iki.fi>
17292 Date: Thu, 29 Aug 2002 22:22:51 +0300
17293 Message-ID: <20020829192251.GA27102@lyta.hut.fi>
17294 Branch: perl
17295 + README.os400 hints/os400.sh
17296 ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
17297 ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
17298____________________________________________________________________________
17299[ 17826] By: hv on 2002/09/04 11:10:54
17300 Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
17301 From: "Brendan O'Dea" <bod@debian.org>
17302 Date: Thu, 29 Aug 2002 22:42:39 +1000
17303 Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
17304 Branch: perl
17305 ! ext/Sys/Syslog/syslog.t
17306____________________________________________________________________________
17307[ 17825] By: hv on 2002/09/04 10:53:59
17308 Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
17309 From: "John P. Linderman" <jpl@research.att.com>
17310 Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
17311 Message-Id: <200208271900.PAA98096@raptor.research.att.com>
17312 Branch: perl
17313 ! ext/IPC/SysV/Semaphore.pm
17314____________________________________________________________________________
17315[ 17824] By: rgs on 2002/09/03 20:02:36
17316 Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
17317 From: Richard Soderberg (via RT) <perlbug@perl.org>
17318 Date: 3 Sep 2002 18:48:54 -0000
17319 Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
17320
17321 Subject: [PATCH] A variety of README nitpicks.
17322 From: Richard Soderberg <rs@crystalflame.net>
17323 Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
17324 Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
17325 Branch: perl
17326 ! README.amiga README.dgux README.dos README.epoc README.hpux
17327 ! README.mint README.netware README.vmesa
17328____________________________________________________________________________
17329[ 17823] By: rgs on 2002/09/03 19:47:05
17330 Log: Fix bug #16828.
17331 Add a few tests to ext/B/t/b.t, make it use Test::More.
17332 Branch: perl
17333 ! ext/B/B.xs ext/B/t/b.t
17334____________________________________________________________________________
17335[ 17822] By: rgs on 2002/09/02 19:29:52
17336 Log: Some simple tests for the POSIX::isXXX() functions.
17337 Branch: perl
17338 ! ext/POSIX/t/posix.t
17339____________________________________________________________________________
17340[ 17821] By: rgs on 2002/08/30 19:56:53
17341 Log: Advertise Linux::Pid.
17342 Branch: perl
17343 ! pod/perlfunc.pod pod/perlvar.pod
17344____________________________________________________________________________
17345[ 17820] By: gsar on 2002/08/30 19:55:21
17346 Log: integrate macperl changes#17657,17658,17663,17664
17347
17348 Neglected to include old bugfix from main branch
17349
17350 Count line numbers properly in MacPerl app
17351
17352 Portability fixes for blib
17353 (already in 5.8/5.9)
17354
17355 Minor test fixes
17356 Branch: maint-5.6/perl
17357 !> lib/blib.pm perl.c t/lib/filespec.t t/op/magic.t
17358____________________________________________________________________________
17359[ 17819] By: hv on 2002/08/30 13:42:02
17360 Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
17361 From: John Peacock <jpeacock@rowman.com>
17362 Date: Wed, 28 Aug 2002 22:13:48 -0400
17363 Message-ID: <3D6D835C.50809@rowman.com>
17364 Branch: perl
17365 ! universal.c util.c
17366____________________________________________________________________________
17367[ 17818] By: hv on 2002/08/30 13:16:05
17368 Log: add test related to change #17799:
17369 Subject: Re: if.pm bug.
17370 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
17371 Date: Thu, 29 Aug 2002 19:39:58 +0200
17372 Message-ID: <20020829173358.34731.qmail@onion.perl.org>
17373 Branch: perl
17374 ! lib/if.t
17375____________________________________________________________________________
17376[ 17817] By: hv on 2002/08/30 13:12:20
17377 Log: Subject: [PATCH] AUTHORS
17378 From: "Brendan O'Dea" <bod@debian.org>
17379 Date: Thu, 29 Aug 2002 22:49:34 +1000
17380 Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
17381 Branch: perl
17382 ! AUTHORS
17383____________________________________________________________________________
17384[ 17816] By: hv on 2002/08/30 13:10:45
17385 Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
17386 From: "Brendan O'Dea" <bod@debian.org>
17387 Date: Thu, 29 Aug 2002 22:46:47 +1000
17388 Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
17389 Branch: perl
17390 ! lib/Term/Cap.pm
17391____________________________________________________________________________
17392[ 17815] By: hv on 2002/08/30 13:02:41
17393 Log: formatting cleanup and:
17394 Subject: Re: perl-5.8.0 on HP porting center
17395 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17396 Date: Thu, 29 Aug 2002 12:23:31 +0200
17397 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
17398 Branch: perl
17399 ! installperl
17400____________________________________________________________________________
17401[ 17814] By: hv on 2002/08/30 12:23:33
17402 Log: Subject: [PATCH] perlmod.pod nit
17403 From: Autrijus Tang <autrijus@autrijus.org>
17404 Date: Thu, 29 Aug 2002 03:49:34 +0800
17405 Message-ID: <20020828194934.GA12244@not.autrijus.org>
17406 Branch: perl
17407 ! pod/perlmod.pod
17408____________________________________________________________________________
17409[ 17813] By: hv on 2002/08/30 12:19:15
17410 Log: Subject: [PATCH] Re: glob names and Regexp type introspection
17411 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17412 Date: Thu, 29 Aug 2002 17:31:31 -0700
17413 Message-ID: <jzrb9gzkgO7W092yn@efn.org>
17414 Branch: perl
17415 ! sv.c t/op/pat.t
17416____________________________________________________________________________
17417[ 17812] By: hv on 2002/08/30 12:06:20
17418 Log: Subject: [PATCH] typos in Hash::Util documentation
17419 From: Slaven Rezic <slaven.rezic@berlin.de>
17420 Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
17421 Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
17422 Branch: perl
17423 ! lib/Hash/Util.pm
17424____________________________________________________________________________
17425[ 17811] By: hv on 2002/08/30 12:02:59
17426 Log: Subject: Re: Recent changes on the HP porting center
17427 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17428 Date: Wed, 28 Aug 2002 17:39:27 +0200
17429 Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
17430 Branch: perl
17431 ! README.hpux
17432____________________________________________________________________________
17433[ 17810] By: hv on 2002/08/30 11:58:18
17434 Log: Subject: [PATCH] Fixes to threads::shared when disabled
17435 From: Michael G Schwern <schwern@pobox.com>
17436 Date: Wed, 28 Aug 2002 06:04:18 -0700
17437 Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
17438 Branch: perl
17439 + ext/threads/shared/t/disabled.t
17440 ! MANIFEST ext/threads/shared/shared.pm
17441 ! ext/threads/shared/t/hv_refs.t
17442____________________________________________________________________________
17443[ 17809] By: nick on 2002/08/30 08:06:56
17444 Log: Integrate mainline
17445 Branch: perlio
17446 +> t/op/getpid.t
17447 !> (integrate 28 files)
17448____________________________________________________________________________
17449[ 17808] By: ams on 2002/08/30 02:59:31
17450 Log: Subject: [PATCH] Tru64 vs Berkeley DB
17451 From: Jarkko Hietaniemi <jhi@iki.fi>
17452 Date: Fri, 30 Aug 2002 06:56:38 +0300
17453 Message-Id: <20020830035638.GB874@lyta.hut.fi>
17454 Branch: perl
17455 ! README.tru64 hints/dec_osf.sh
17456____________________________________________________________________________
17457[ 17807] By: ams on 2002/08/30 02:32:30
17458 Log: Subject: [PATCH] IRIX + INSTALL
17459 From: Jarkko Hietaniemi <jhi@iki.fi>
17460 Date: Fri, 30 Aug 2002 06:31:48 +0300
17461 Message-Id: <20020830033148.GA874@lyta.hut.fi>
17462 Branch: perl
17463 ! INSTALL hints/irix_6.sh
17464____________________________________________________________________________
17465[ 17806] By: hv on 2002/08/29 22:56:45
17466 Log: #17449 failed to apply the actual patch. This is it.
17467 Branch: perl
17468 ! lib/Exporter.pm lib/Exporter/Heavy.pm
17469____________________________________________________________________________
17470[ 17805] By: hv on 2002/08/29 13:49:04
17471 Log: Fix based on:
17472 Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
17473 From: "esm@pobox.com (via RT)" <perlbug@perl.org>
17474 Date: 27 Aug 2002 22:10:16 -0000
17475 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
17476 Branch: perl
17477 ! ext/POSIX/POSIX.xs
17478____________________________________________________________________________
17479[ 17804] By: hv on 2002/08/29 13:29:43
17480 Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
17481 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17482 Date: Tue, 27 Aug 2002 23:36:53 +0200
17483 Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
17484 Branch: perl
17485 ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
17486 ! perl.c perlapi.h sv.c
17487____________________________________________________________________________
17488[ 17803] By: ams on 2002/08/29 13:09:47
17489 Log: Subject: [PATCH] AIX compiler setup sanity checking
17490 From: Jarkko Hietaniemi <jhi@iki.fi>
17491 Date: Thu, 29 Aug 2002 16:43:51 +0300
17492 Message-Id: <20020829134351.GG5219@lyta.hut.fi>
17493 Branch: perl
17494 ! hints/aix.sh
17495____________________________________________________________________________
17496[ 17802] By: hv on 2002/08/29 12:32:51
17497 Log: Subject: [perl #16769] Documention bug
17498 From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
17499 Date: 26 Aug 2002 10:01:04 -0000
17500 Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
17501 Branch: perl
17502 ! pod/perl58delta.pod
17503____________________________________________________________________________
17504[ 17801] By: hv on 2002/08/29 12:19:30
17505 Log: Subject: [PATCH] ExtUtils::Constant 0.14
17506 From: Nicholas Clark <nick@unfortu.net>
17507 Date: Sun, 25 Aug 2002 18:06:00 +0100
17508 Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
17509 Branch: perl
17510 ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
17511____________________________________________________________________________
17512[ 17800] By: hv on 2002/08/29 12:08:59
17513 Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
17514 From: Mark-Jason Dominus <mjd@plover.com>
17515 Date: Sun, 25 Aug 2002 12:09:53 -0400
17516 Message-ID: <20020825160953.15987.qmail@plover.com>
17517 Branch: perl
17518 ! pod/perlfaq5.pod
17519____________________________________________________________________________
17520[ 17799] By: hv on 2002/08/29 11:48:39
17521 Log: Subject: Re: if.pm bug.
17522 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
17523 Date: Sun, 25 Aug 2002 00:27:59 +0200
17524 Message-ID: <20020824222210.16387.qmail@onion.perl.org>
17525 Branch: perl
17526 ! lib/if.pm
17527____________________________________________________________________________
17528[ 17798] By: hv on 2002/08/29 11:44:00
17529 Log: Subject: [PATCH] posixify getppid on linux-multithread
17530 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17531 Date: Tue, 6 Aug 2002 21:56:46 +0200
17532 Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
17533 Branch: perl
17534 + t/op/getpid.t
17535 ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
17536 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
17537____________________________________________________________________________
17538[ 17797] By: hv on 2002/08/29 10:55:41
17539 Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
17540 From: Mark-Jason Dominus <mjd@plover.com>
17541 Date: Sun, 25 Aug 2002 22:31:54 -0400
17542 Message-ID: <20020826023154.22986.qmail@plover.com>
17543 Branch: perl
17544 ! ext/B/B.pm
17545____________________________________________________________________________
17546[ 17796] By: nick on 2002/08/27 18:46:22
17547 Log: Twiddle with my mail -> Change script
17548 Branch: perlio
17549 ! Porting/apply
17550____________________________________________________________________________
17551[ 17795] By: nick on 2002/08/27 18:42:41
17552 Log: Subject: Re: PerlIO::via silent failure
17553 From: Richard Clamp <richardc@unixbeard.net>
17554 Date: Sun, 11 Aug 2002 15:52:24 +0100
17555 Message-Id: <20020811145224.GA23897@mirth.demon.co.uk>
17556 Branch: perlio
17557 ! ext/PerlIO/t/via.t ext/PerlIO/via/via.xs
17558____________________________________________________________________________
17559[ 17792] By: nick on 2002/08/27 18:09:29
17560 Log: Integrate mainline
17561 Branch: perlio
17562 +> ext/Storable/t/code.t lib/Math/BigInt/Scalar.pm
17563 +> lib/Math/BigInt/t/bigints.t lib/Math/BigRat/t/big_ap.t
17564 +> lib/Pod/t/text-options.t lib/Test/Simple/t/details.t
17565 +> lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
17566 +> lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/ok_obj.t
17567 +> lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
17568 +> lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
17569 +> lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
17570 +> t/lib/Test/Simple/sample_tests/pre_plan_death.plx
17571 !> (integrate 135 files)
17572____________________________________________________________________________
17573[ 17791] By: hv on 2002/08/27 11:28:32
17574 Log: Missing MANIFEST files for #17783.
17575 Branch: perl
17576 ! MANIFEST
17577____________________________________________________________________________
17578[ 17790] By: hv on 2002/08/27 11:22:36
17579 Log: #17783 introduced an outdated test module, causing failure in
17580 lib/ExtUtils/t/problems.t. This grabs a more recent copy from
17581 ExtUtils::MakeMaker.
17582 Branch: perl
17583 ! t/lib/TieOut.pm
17584____________________________________________________________________________
17585[ 17789] By: ams on 2002/08/27 04:04:48
17586 Log: Subject: Patch perlvar.pod
17587 From: mjd@plover.com
17588 Date: 27 Aug 2002 03:03:01 -0000
17589 Message-Id: <20020827030301.32481.qmail@plover.com>
17590 Branch: perl
17591 ! pod/perlvar.pod
17592____________________________________________________________________________
17593[ 17788] By: hv on 2002/08/26 23:59:47
17594 Log: Update Changes
17595 Branch: perl
17596 ! Changes patchlevel.h
17597____________________________________________________________________________
3255d14b
HS
17598[ 17787] By: hv on 2002/08/26 19:22:27
17599 Log: fix for:
17600 Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
17601 From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
17602 Date: 26 Aug 2002 15:01:36 -0000
17603 Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
17604 Branch: perl
17605 ! regexec.c t/op/re_tests
17606____________________________________________________________________________
17607[ 17786] By: hv on 2002/08/26 15:34:25
17608 Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
17609 From: "Sean M. Burke" <sburke@cpan.org>
17610 Date: Mon, 26 Aug 2002 04:38:19 -0600
17611 Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
17612 Branch: perl
17613 ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
17614 ! lib/Test/t/todo.t
17615____________________________________________________________________________
17616[ 17785] By: hv on 2002/08/26 15:18:41
17617 Log: fix non-ANSI C++-style comment
17618 Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current
17619 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17620 Date: Mon, 26 Aug 2002 09:15:18 +0200
17621 Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
17622 Branch: perl
17623 ! ext/Storable/Storable.xs
17624____________________________________________________________________________
17625[ 17784] By: hv on 2002/08/26 15:15:19
17626 Log: #17780 relies on unixy paths to locate own directory for bignum tests.
17627 Branch: perl
17628 ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
17629 ! lib/bignum/t/brinfnan.t
17630____________________________________________________________________________
17631[ 17783] By: hv on 2002/08/26 15:07:21
17632 Log: Subject: [ANNOUNCE] Test::Simple 0.47
17633 From: Michael G Schwern <schwern@pobox.com>
17634 Date: Mon, 26 Aug 2002 04:13:03 -0700
17635 Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
17636 Branch: perl
17637 + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
17638 + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
17639 + lib/Test/Simple/t/ok_obj.t
17640 + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
17641 ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
17642 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
17643 ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
17644 ! lib/Test/Tutorial.pod t/lib/TieOut.pm
17645____________________________________________________________________________
17646[ 17782] By: hv on 2002/08/26 15:00:55
17647 Log: new test for change #17773
17648 Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
17649 From: DH <crazyinsomniac@yahoo.com>
17650 Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
17651 Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
17652 Branch: perl
17653 ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
17654____________________________________________________________________________
17655[ 17781] By: hv on 2002/08/26 14:48:35
17656 Log: #17775 changed reentr.c instead of reentr.pl, which generates it
17657 Branch: perl
17658 ! reentr.pl
17659____________________________________________________________________________
17660[ 17780] By: hv on 2002/08/25 19:03:50
17661 Log: fix bignum test failures
17662 Branch: perl
17663 ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
17664 ! lib/bignum/t/brinfnan.t
17665____________________________________________________________________________
17666[ 17779] By: hv on 2002/08/25 18:56:29
17667 Log: upgrade bignum to v0.13: fix test failures and update docs
17668 Branch: perl
17669 ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
17670____________________________________________________________________________
17671[ 17778] By: hv on 2002/08/25 18:43:06
17672 Log: Subject: Encode 1.76 Released
17673 From: Dan Kogai <dankogai@dan.co.jp>
17674 Date: su elo 25, 2002 11:27:07 US/Eastern
17675 Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
17676 Branch: perl
17677 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
17678 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
17679 ! ext/Encode/lib/Encode/MIME/Header.pm
17680 ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
17681____________________________________________________________________________
17682[ 17777] By: rgs on 2002/08/25 18:42:46
17683 Log: Fix parsing problems with the // operator.
17684 Make // able to follow various unary operators used without
17685 arguments or parens (shift, pop, getc, pos, readline,
17686 readlink, undef, umask, and the filetest operators), as
17687 well as the <FH> operator.
17688 Branch: perl
17689 ! perl.h t/op/dor.t toke.c
17690____________________________________________________________________________
17691[ 17776] By: hv on 2002/08/25 15:56:37
17692 Log: Subject: [PATCH] ExtUtils::Constant 0.13
17693 From: Nicholas Clark <nick@unfortu.net>
17694 Date: Fri, 23 Aug 2002 19:21:12 +0100
17695 Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
17696 Branch: perl
17697 ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
17698____________________________________________________________________________
17699[ 17775] By: hv on 2002/08/25 15:46:28
17700 Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
17701 From: "mls@suse.de (via RT)" <perlbug@perl.org>
17702 Date: 23 Aug 2002 15:24:39 -0000
17703 Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
17704 Branch: perl
17705 ! reentr.c
17706____________________________________________________________________________
17707[ 17774] By: hv on 2002/08/25 15:29:42
17708 Log: Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented.
17709 From: Abigail <abigail@foad.org>
17710 Date: Thu, 22 Aug 2002 04:10:39 -0700
17711 Message-ID: <20020822041039.A2089@ucan.foad.org>
17712 Branch: perl
17713 ! lib/Benchmark.pm lib/Benchmark.t
17714____________________________________________________________________________
17715[ 17773] By: hv on 2002/08/25 15:17:16
17716 Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
17717 From: DH <crazyinsomniac@yahoo.com>
17718 Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
17719 Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
17720 Branch: perl
17721 ! lib/Pod/Html.pm
17722____________________________________________________________________________
17723[ 17772] By: hv on 2002/08/25 14:49:37
17724 Log: Subject: Re: p5p patches
17725 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17726 Date: Fri, 23 Aug 2002 15:27:48 +0200
17727 Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
17728 Branch: perl
17729 ! Porting/patching.pod
17730____________________________________________________________________________
17731[ 17771] By: hv on 2002/08/25 14:45:46
17732 Log: Subject: Newdated info for HP-UX
17733 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17734 Date: Wed, 21 Aug 2002 20:20:17 +0200
17735 Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
17736 Branch: perl
17737 ! README.hpux
17738____________________________________________________________________________
17739[ 17770] By: hv on 2002/08/25 14:26:36
17740 Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
17741 From: "Jos I. Boumans" <kane@cpan.org>
17742 Date: Wed, 21 Aug 2002 14:55:51 +0200
17743 Message-ID: <20020821124817.34761.qmail@onion.perl.org>
17744 Branch: perl
17745 ! pod/perlfaq1.pod
17746____________________________________________________________________________
17747[ 17769] By: hv on 2002/08/25 14:16:50
17748 Log: Subject: bit more for WinCE
17749 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
17750 Date: Wed, 21 Aug 2002 01:31:52 +0400
17751 Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
17752 Branch: perl
17753 ! wince/Makefile.ce wince/compile.bat wince/win32io.c
17754 ! wince/wince.c
17755____________________________________________________________________________
17756[ 17768] By: hv on 2002/08/25 14:02:47
17757 Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
17758 From: Anton Berezin <tobez@tobez.org>
17759 Date: Tue, 20 Aug 2002 23:44:25 +0200
17760 Message-ID: <20020820214425.GG16178@heechee.tobez.org>
17761 Branch: perl
17762 ! lib/lib.t lib/lib_pm.PL
17763____________________________________________________________________________
17764[ 17767] By: hv on 2002/08/25 13:52:08
17765 Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
17766 From: "Randy W. Sims" (via RT) <perlbug@perl.org>
17767 Date: 18 Aug 2002 13:27:12 -0000
17768 Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
17769 Branch: perl
17770 ! utils/perldoc.PL
17771____________________________________________________________________________
17772[ 17766] By: rgs on 2002/08/24 20:33:05
17773 Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
17774 From: Peter BARABAS (via RT) <perlbug@perl.org>
17775 Date: 24 Aug 2002 08:16:19 -0000
17776 Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
17777 Branch: perl
17778 ! pod/perlxstut.pod
17779____________________________________________________________________________
17780[ 17765] By: rgs on 2002/08/24 19:03:52
17781 Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
17782 From: Nicholas Clark <nick@unfortu.net>
17783 Date: Sat, 24 Aug 2002 17:01:08 +0100
17784 Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
17785 (plus a typo fix)
17786 Branch: perl
17787 ! lib/Net/t/hostname.t
17788____________________________________________________________________________
17789[ 17764] By: rgs on 2002/08/24 12:29:27
17790 Log: a2p wasn't installed with -Dversiononly
17791 Branch: perl
17792 ! installperl
17793____________________________________________________________________________
17794[ 17763] By: hv on 2002/08/23 12:23:31
17795 Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
17796 with a NULL subaddr. Fix that, and stop it happening again.
17797 Branch: perl
17798 ! op.c universal.c
17799____________________________________________________________________________
17800[ 17762] By: hv on 2002/08/23 11:02:35
17801 Log: fixup threaded build for vstring changes
17802 Branch: perl
17803 ! universal.c util.c
17804____________________________________________________________________________
17805[ 17761] By: ams on 2002/08/23 02:54:09
17806 Log: Incorporate fix from JHI at:
17807 http://rt.perl.org/rt2/Ticket/Display.html?id=16708
17808 Branch: perl
17809 ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
17810____________________________________________________________________________
17811[ 17760] By: ams on 2002/08/23 01:30:46
17812 Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
17813 From: Jarkko Hietaniemi <jhi@iki.fi>
17814 Date: Fri, 23 Aug 2002 05:29:09 +0300
17815 Message-Id: <20020823022909.GC9135@lyta.hut.fi>
17816 Branch: perl
17817 ! ext/Devel/PPPort/PPPort.pm
17818____________________________________________________________________________
17819[ 17759] By: ams on 2002/08/23 01:27:23
17820 Log: Subject: [PATCH] x2p/str.c signedness nits
17821 From: Jarkko Hietaniemi <jhi@iki.fi>
17822 Date: Fri, 23 Aug 2002 02:43:30 +0300
17823 Message-Id: <20020822234330.GC31624@lyta.hut.fi>
17824 Branch: perl
17825 ! x2p/str.c
17826____________________________________________________________________________
17827[ 17758] By: hv on 2002/08/22 22:29:45
17828 Log: bignum-0.12 updates from:
17829 Subject: [ANNOUCNE] Big Math::Big* update
17830 From: Tels <perl_dummy@bloodgate.com>
17831 Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
17832 Message-Id: <200208132121.g7DLLRV21408@crypt.org>
17833 Branch: perl
17834 + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
17835 + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
17836 + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
17837 ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
17838 ! lib/bigrat.pm
17839____________________________________________________________________________
17840[ 17757] By: hv on 2002/08/22 22:19:42
17841 Log: new file for #17756
17842 Branch: perl
17843 ! MANIFEST
17844____________________________________________________________________________
17845[ 17756] By: hv on 2002/08/22 22:16:41
17846 Log: Subject: ANNOUCNE: Math::BigRat v0.09
17847 From: Tels <perl_dummy@bloodgate.com>
17848 Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
17849 Message-Id: <200208141812.g7EICrV23771@crypt.org>
17850 Branch: perl
17851 + lib/Math/BigRat/t/big_ap.t
17852 ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
17853 ! lib/Math/BigRat/t/bigratpm.inc
17854____________________________________________________________________________
17855[ 17755] By: hv on 2002/08/22 19:44:03
17856 Log: new files from #17754
17857 Branch: perl
17858 + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
17859____________________________________________________________________________
17860[ 17754] By: hv on 2002/08/22 19:42:58
17861 Log: Subject: ANNOUNCE: Math-BigInt v1.62
17862 From: Tels <perl_dummy@bloodgate.com>
17863 Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
17864 Message-Id: <200208211513.g7LFDUs02512@crypt.org>
17865 Branch: perl
17866 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
17867 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
17868 ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
17869 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
17870 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
17871 ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
17872 ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
17873 ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
17874 ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
17875 ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
17876 ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
17877____________________________________________________________________________
17878[ 17753] By: hv on 2002/08/22 12:05:57
17879 Log: Subject: podlators 1.24 released
17880 From: Russ Allbery <rra@stanford.edu>
17881 Date: Sat, 03 Aug 2002 20:56:42 -0700
17882 Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
17883 Branch: perl
17884 + lib/Pod/t/text-options.t
17885 ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
17886 ! lib/Pod/t/basic.t pod/pod2text.PL
17887____________________________________________________________________________
17888[ 17752] By: hv on 2002/08/22 11:13:17
17889 Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
17890 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17891 Date: Fri, 26 Jul 2002 02:59:12 +0900
17892 Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
17893 Branch: perl
17894 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
17895 ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
17896 ! lib/Unicode/Collate/t/test.t
17897____________________________________________________________________________
17898[ 17751] By: hv on 2002/08/22 11:08:35
17899 Log: fix test failure from #17747
17900 Branch: perl
17901 ! ext/B/t/stash.t
17902____________________________________________________________________________
17903[ 17750] By: hv on 2002/08/22 10:46:19
17904 Log: Subject: [PATCH] Fix DBM filters
17905 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17906 Date: Wed, 21 Aug 2002 11:40:49 +0100
17907 Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
17908 Branch: perl
17909 ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
17910 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
17911 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
17912 ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
17913 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
17914 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
17915 ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
17916____________________________________________________________________________
17917[ 17749] By: hv on 2002/08/22 01:04:32
17918 Log: avoid use of %caller::EXPORT
17919 Subject: [PATCH] Re: question about Exporter::import
17920 From: Nicholas Clark <nick@unfortu.net>
17921 Date: Wed, 14 Aug 2002 21:33:12 +0100
17922 Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
17923 Branch: perl
17924 ! lib/Exporter.pm lib/Exporter/Heavy.pm
17925____________________________________________________________________________
17926[ 17748] By: hv on 2002/08/22 00:54:03
17927 Log: todo test for linux $0 modification
17928 Subject: Re: [perl #16206] $0 in 5.8
17929 From: Slaven Rezic <slaven.rezic@berlin.de>
17930 Date: 17 Aug 2002 21:32:37 +0200
17931 Message-id: <87elcx2sdm.fsf@vran.herceg.de>
17932 Branch: perl
17933 ! t/op/magic.t
17934____________________________________________________________________________
17935[ 17747] By: hv on 2002/08/22 00:11:34
17936 Log: Subject: Re: [PATCH] Version object patch #1
17937 From: John Peacock <jpeacock@rowman.com>
17938 Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
17939 Message-id: <3D630042.6020407@rowman.com>
17940
17941 Subject: Re: [REVISED PATCH] Magic v-strings
17942 From: John Peacock <jpeacock@rowman.com>
17943 Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
17944 Message-id: <3D63E532.7020305@rowman.com>
17945 Branch: perl
17946 ! sv.c t/op/ver.t universal.c util.c
17947____________________________________________________________________________
17948[ 17746] By: hv on 2002/08/20 16:48:05
17949 Log: Subject: [PATCH] Version object patch #1
17950 From: John Peacock <jpeacock@rowman.com>
17951 Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
17952 Message-id: <3D5BB55D.6090603@rowman.com>
17953 and Message-id: <3D627D1A.4050607@rowman.com>
17954 and t/lib/warnings/universal tweak to skip
17955 Branch: perl
17956 ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
17957 ! t/lib/warnings/universal toke.c util.c
17958____________________________________________________________________________
17959[ 17745] By: hv on 2002/08/20 16:27:01
17960 Log: perldelta for #17727
17961 Branch: perl
17962 ! pod/perldelta.pod
17963____________________________________________________________________________
17964[ 17744] By: hv on 2002/08/20 15:34:36
17965 Log: Subject: typo in perfunc.pod
17966 From: "John P. Linderman" <jpl@research.att.com>
17967 Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
17968 Message-id: <200208191245.IAA20072@raptor.research.att.com>
17969 Branch: perl
17970 ! pod/perlfunc.pod
17971____________________________________________________________________________
17972[ 17743] By: hv on 2002/08/20 15:31:40
17973 Log: Subject: Re: [PATCH] fix typos in perlpacktut
17974 From: "Mr. Nobody" <mrnobo1024@yahoo.com>
17975 Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
17976 Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
17977 Branch: perl
17978 ! pod/perlpacktut.pod
17979____________________________________________________________________________
17980[ 17742] By: hv on 2002/08/20 14:51:16
17981 Log: Subject: [REVISED PATCH] Magic v-strings
17982 From: John Peacock <jpeacock@rowman.com>
17983 Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
17984 Message-id: <3D556FE6.6000404@rowman.com>
17985 plus a bit of cleanup
17986 Branch: perl
17987 ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
17988____________________________________________________________________________
17989[ 17741] By: hv on 2002/08/20 14:20:16
17990 Log: Subject: Re: [PATCH] Storable and CODE references
17991 From: Slaven Rezic <slaven.rezic@berlin.de>
17992 Date: 17 Aug 2002 21:58:03 +0200
17993 Message-id: <87bs812r78.fsf@vran.herceg.de>
17994 Branch: perl
17995 + ext/Storable/t/code.t
17996 ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
17997 ! ext/Storable/t/malice.t
17998____________________________________________________________________________
17999[ 17740] By: hv on 2002/08/20 14:07:56
18000 Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
18001 Handle CoW in hashes:
18002 Subject: Re: why would tr/// be performing hash copies?
18003 From: Nicholas Clark <nick@unfortu.net>
18004 Date: Sun, 18 Aug 2002 23:17:01 +0100
18005 Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
18006 Branch: perl
18007 ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
18008____________________________________________________________________________
18009[ 17739] By: hv on 2002/08/20 13:52:18
18010 Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
18011 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18012 Date: Tue, 23 Jul 2002 09:21:10 +0200
18013 Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
18014 Branch: perl
18015 ! Configure
18016____________________________________________________________________________
18017[ 17738] By: nick on 2002/08/20 07:13:52
18018 Log: Integrate mainline
18019 Branch: perlio
18020 - vos/Makefile vos/build.cm vos/compile_perl.cm
18021 - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18022 - vos/config.ga.h vos/config.pl vos/configure_perl.cm
18023 - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
18024 - vos/vos_dummies.c
18025 !> (integrate 57 files)
18026____________________________________________________________________________
18027[ 17737] By: ams on 2002/08/19 07:48:39
18028 Log: Effect a speedy recovery from POD affected by (ahem, Australian)
18029 negligence.
18030 Branch: perl
18031 ! pod/perlrun.pod
18032____________________________________________________________________________
18033[ 17736] By: hv on 2002/08/18 18:27:28
18034 Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
18035 From: Dave Mitchell <davem@fdgroup.com>
18036 Date: Fri, 16 Aug 2002 23:31:07 +0100
18037 Message-id: <20020816233107.E9388@fdgroup.com>
18038 Branch: perl
18039 ! numeric.c t/base/num.t
18040____________________________________________________________________________
18041[ 17735] By: hv on 2002/08/18 02:22:21
18042 Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
18043 From: Mark-Jason Dominus <mjd@plover.com>
18044 Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
18045 Message-id: <20020814011909.22744.qmail@plover.com>
18046 Branch: perl
18047 ! lib/Net/hostent.pm
18048____________________________________________________________________________
18049[ 17734] By: hv on 2002/08/18 02:20:05
18050 Log: Subject: [PATCH] Re: Pod::Functions tpyo
18051 From: Abe Timmerman <abe@ztreet.demon.nl>
18052 Date: Tue, 13 Aug 2002 23:47:00 +0200
18053 Message-id: <200208132347.00782.abe@ztreet.demon.nl>
18054 Branch: perl
18055 ! lib/Pod/Functions.pm
18056____________________________________________________________________________
18057[ 17733] By: hv on 2002/08/18 02:17:18
18058 Log: Subject: Server rename revisited
18059 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18060 Date: Tue, 13 Aug 2002 19:19:03 +0200
18061 Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
18062 Branch: perl
18063 ! README.hpux
18064____________________________________________________________________________
18065[ 17732] By: hv on 2002/08/18 02:11:49
18066 Log: Subject: [PATCH] Remove old VOS build methods
18067 From: Paul_GreenVOS@vos.stratus.com
18068 Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
18069 Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
18070 Branch: perl
18071 - vos/Makefile vos/build.cm vos/compile_perl.cm
18072 - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18073 - vos/config.ga.h vos/config.pl vos/configure_perl.cm
18074 - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
18075 - vos/vos_dummies.c
18076 ! MANIFEST README.vos pod/perlport.pod vos/Changes
18077____________________________________________________________________________
18078[ 17731] By: hv on 2002/08/18 01:57:12
18079 Log: Subject: [PATCH] Configure missing d_modflproto=''
18080 From: "Gerrit P. Haase" <gp@familiehaase.de>
18081 Date: Tue, 13 Aug 2002 15:11:05 +0200
18082 Message-id: <11417599086.20020813151105@familiehaase.de>
18083 Branch: perl
18084 ! Configure
18085____________________________________________________________________________
18086[ 17730] By: hv on 2002/08/18 01:41:33
18087 Log: missing chunk from #17725 causes lib/constant.t test failures
18088 Branch: perl
18089 ! lib/constant.t
18090____________________________________________________________________________
18091[ 17729] By: hv on 2002/08/17 02:33:15
18092 Log: Subject: [PATCH] Safe.pm documentation
18093 From: Slaven Rezic <slaven.rezic@berlin.de>
18094 Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
18095 Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
18096 Branch: perl
18097 ! ext/Opcode/Safe.pm pod/perlre.pod
18098____________________________________________________________________________
18099[ 17728] By: hv on 2002/08/17 02:07:24
18100 Log: Subject: Copy On Write
18101 From: Nicholas Clark <nick@ccl4.org>
18102 Date: Thu, 15 Aug 2002 00:10:35 +0100
18103 Message-id: <20020815001035.A69079@plum.flirble.org>
18104 specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
18105 Branch: perl
18106 ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
18107 ! pp_hot.c proto.h sv.c sv.h
18108____________________________________________________________________________
18109[ 17727] By: hv on 2002/08/17 01:20:05
18110 Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
18111 From: Mark-Jason Dominus <mjd@plover.com>
18112 Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
18113 Message-id: <20020415033855.6343.qmail@plover.com>
18114 Branch: perl
18115 ! av.c av.h pod/perltie.pod t/op/tiearray.t
18116____________________________________________________________________________
18117[ 17726] By: hv on 2002/08/17 01:17:09
18118 Log: pp.c warns that sv may be used uninitialised in pp_delete()
18119 Branch: perl
18120 ! pp.c
18121____________________________________________________________________________
18122[ 17725] By: hv on 2002/08/17 00:51:19
18123 Log: Subject: [PATCH] Remove pseudo-hashes (complete)
18124 From: Michael G Schwern <schwern@pobox.com>
18125 Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
18126 Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
18127 Branch: perl
18128 ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
18129 ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
18130 ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
18131 ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
18132____________________________________________________________________________
18133[ 17724] By: hv on 2002/08/17 00:27:33
18134 Log: ext/B/defsubs.h also depends on the program that builds it
18135 Branch: perl
18136 ! ext/B/Makefile.PL
18137____________________________________________________________________________
18138[ 17723] By: hv on 2002/08/17 00:10:24
18139 Log: Subject: Re: deb.c compile time error (patchlevel 17721)
18140 From: Dave Mitchell <davem@fdgroup.com>
18141 Date: Tue, 13 Aug 2002 14:42:15 +0100
18142 Message-ID: <20020813144215.G11939@fdgroup.com>
18143 Branch: perl
18144 ! embed.fnc embed.h global.sym proto.h
18145____________________________________________________________________________
18146[ 17722] By: ams on 2002/08/16 05:20:22
18147 Log: Subject: Minor perlrun.pod patch
18148 From: Iain Truskett <spoon@cpan.org>
18149 Date: Fri, 16 Aug 2002 16:20:27 +1000
18150 Message-Id: <20020816162027.D17196@eh.org>
18151 Branch: perl
18152 ! pod/perlrun.pod
18153____________________________________________________________________________
18154[ 17721] By: hv on 2002/08/12 12:17:19
18155 Log: #17717 needed tests fixing up
18156 Branch: perl
18157 ! t/op/chop.t
18158____________________________________________________________________________
18159[ 17720] By: hv on 2002/08/12 12:10:07
18160 Log: Subject: Re: [PATCH] Re: taint news
18161 From: Rick Delaney <rick.delaney@rogers.com>
18162 Date: 04 Aug 2002 00:28:58 EDT
18163 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
18164 missed patch fragment from Change #17676
18165 Branch: perl
18166 ! pod/perlsec.pod
18167____________________________________________________________________________
18168[ 17719] By: hv on 2002/08/12 12:03:53
18169 Log: Subject: [perl #15987] Tests fail when sources are under CVS control
18170 From: Warren Jones (via RT) <perlbug@perl.org>
18171 Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
18172 Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
18173 Branch: perl
18174 ! lib/strict.t lib/warnings.t
18175____________________________________________________________________________
18176[ 17718] By: hv on 2002/08/12 11:57:17
18177 Log: Subject: [PATCH] add verbose stack display option, -Dvs
18178 From: Dave Mitchell <davem@fdgroup.com>
18179 Date: Mon, 5 Aug 2002 00:55:33 +0100
18180 Message-id: <20020805005533.B26111@fdgroup.com>
18181 Branch: perl
18182 ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
18183 ! pod/perlrun.pod proto.h
18184____________________________________________________________________________
18185[ 17717] By: hv on 2002/08/12 11:44:06
18186 Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
18187 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18188 Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
18189 Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
18190 Branch: perl
18191 ! op.c t/op/chop.t t/op/ref.t
18192____________________________________________________________________________
18193[ 17716] By: hv on 2002/08/12 11:29:53
18194 Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
18195 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18196 Date: Sat, 13 Jul 2002 17:44:02 +0100
18197 Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
18198 Branch: perl
18199 ! pp_hot.c t/op/tiehandle.t
18200____________________________________________________________________________
18201[ 17715] By: hv on 2002/08/12 11:28:26
18202 Log: Subject: [PATCH] better modfl detection
18203 From: Nicholas Clark <nick@unfortu.net>
18204 Date: Sun, 11 Aug 2002 20:05:49 +0100
18205 Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
18206 Branch: perl
18207 ! Configure config_h.SH perl.h
18208____________________________________________________________________________
18209[ 17714] By: hv on 2002/08/12 11:26:23
18210 Log: Subject: [PATCH] perltodo.pod
18211 From: Richard.Foley@t-online.de
18212 Date: Sun, 11 Aug 2002 18:26:10 +0200
18213 Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
18214 perlbug credits
18215 Branch: perl
18216 ! pod/perltodo.pod
18217____________________________________________________________________________
18218[ 17713] By: hv on 2002/08/12 11:24:44
18219 Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
18220 From: Nicholas Clark <nick@unfortu.net>
18221 Date: Sun, 11 Aug 2002 16:59:16 +0100
18222 Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
18223 Branch: perl
18224 ! gv.c
18225____________________________________________________________________________
18226[ 17712] By: hv on 2002/08/12 11:23:06
18227 Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
18228 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18229 Date: Mon, 12 Aug 2002 10:25:20 +0200
18230 Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
18231 gcc bug test needs -lm
18232 Branch: perl
18233 ! hints/hpux.sh
18234____________________________________________________________________________
18235[ 17711] By: hv on 2002/08/12 11:20:49
18236 Log: Subject: [PATCH s2p] Small typo correction
18237 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
18238 Date: Wed, 7 Aug 2002 11:50:51 +0200
18239 Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
18240 Branch: perl
18241 ! x2p/s2p.PL
18242____________________________________________________________________________
18243[ 17710] By: hv on 2002/08/12 11:17:21
18244 Log: Subject: [PATCH] pod/perlfaq4.pod
18245 From: Abigail <abigail@foad.org>
18246 Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
18247 Message-id: <20020730095202.A6462@ucan.foad.org>
18248 Add references to Regexp::Common.
18249 Branch: perl
18250 ! pod/perlfaq4.pod
18251____________________________________________________________________________
18252[ 17709] By: nick on 2002/08/11 10:25:15
18253 Log: Fix for [perl #15986] tell/seek misbehave for :crlf
18254 Test from "Vadim Konovalov" <vkonovalov@peterstar.ru>
18255 fix by Nick I-S based on study of problem based
18256 on Vadim's analysis.
18257 Branch: perlio
18258 ! perlio.c t/io/crlf.t
18259____________________________________________________________________________
18260[ 17708] By: nick on 2002/08/11 10:22:36
18261 Log: Integrate mainline.
18262 Branch: perlio
18263 +> pod/perl58delta.pod t/op/dor.t t/op/stash.t
18264 !> (integrate 73 files)
18265____________________________________________________________________________
18266[ 17707] By: rgs on 2002/08/09 21:23:20
18267 Log: Subject: New HP-UX itanium servers
18268 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18269 Date: Wed, 07 Aug 2002 13:25:57 +0200
18270 Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
18271 Branch: perl
18272 ! README.hpux
18273____________________________________________________________________________
18274[ 17706] By: rgs on 2002/08/09 21:00:41
18275 Log: Subject: Re: missing lower range in {} regex
18276 From: "John P. Linderman" <jpl@research.att.com>
18277 Date: Fri, 09 Aug 2002 12:48:55 -0400
18278 Message-ID: <200208091648.MAA77577@raptor.research.att.com>
18279 Branch: perl
18280 ! pod/perlre.pod
18281____________________________________________________________________________
18282[ 17705] By: rgs on 2002/08/08 20:57:59
18283 Log: More tests for the attribute syntax, from the
18284 attributes manpage.
18285 Branch: perl
18286 ! t/op/attrs.t
18287____________________________________________________________________________
18288[ 17704] By: rgs on 2002/08/08 19:47:44
18289 Log: Fix bug #16080 : an attribute list should end at '}'
18290 Branch: perl
18291 ! t/op/attrs.t toke.c
18292____________________________________________________________________________
18293[ 17703] By: hv on 2002/08/08 15:30:12
18294 Log: Update Changes
18295 Branch: perl
18296 ! Changes patchlevel.h
18297____________________________________________________________________________
8dd4f5d2
HS
18298[ 17702] By: hv on 2002/08/08 15:08:57
18299 Log: Subject: Re: README.aix
18300 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18301 Date: Tue, 30 Jul 2002 13:30:29 +0200
18302 Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
18303 Branch: perl
18304 ! README.aix
18305____________________________________________________________________________
18306[ 17701] By: hv on 2002/08/08 15:06:01
18307 Log: Subject: [PATCH] Re: pp_sys.c compile failed..
18308 From: Andy Dougherty <doughera@lafayette.edu>
18309 Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
18310 Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
18311 Branch: perl
18312 ! hints/aix.sh
18313____________________________________________________________________________
18314[ 17700] By: hv on 2002/08/08 15:02:57
18315 Log: Subject: [DOC PATCH] perlipc.pod
18316 From: Arjen Laarhoven <arjen@nl.demon.net>
18317 Date: Tue, 6 Aug 2002 14:16:01 +0200
18318 Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
18319 Branch: perl
18320 ! pod/perlipc.pod
18321____________________________________________________________________________
18322[ 17699] By: hv on 2002/08/08 14:56:56
18323 Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
18324 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18325 Date: Fri, 2 Aug 2002 23:44:21 +0200
18326 Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
18327 Branch: perl
18328 ! op.c t/op/attrs.t
18329____________________________________________________________________________
18330[ 17698] By: hv on 2002/08/08 14:52:45
18331 Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
18332 From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
18333 Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
18334 Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
18335 Branch: perl
18336 ! Configure
18337____________________________________________________________________________
18338[ 17697] By: hv on 2002/08/08 14:49:00
18339 Log: Subject: Doc patch for Class::Struct under 5.8.0
18340 From: Damian Conway <damian@conway.org>
18341 Date: Tue, 30 Jul 2002 23:03:14 +1000
18342 Message-id: <3D471FCF.1C7C6E6B@conway.org>
18343 Branch: perl
18344 ! lib/Class/Struct.pm
18345____________________________________________________________________________
18346[ 17696] By: hv on 2002/08/08 14:44:21
18347 Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
18348 From: Slaven Rezic <slaven.rezic@berlin.de>
18349 Date: 31 Jul 2002 09:50:06 +0200
18350 Message-id: <87ado85ob5.fsf@vran.herceg.de>
18351 Branch: perl
18352 ! pp.c
18353____________________________________________________________________________
18354[ 17695] By: hv on 2002/08/08 14:40:41
18355 Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
18356 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18357 Date: Fri, 2 Aug 2002 00:13:10 +0200
18358 Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
18359 Branch: perl
18360 + t/op/stash.t
18361 ! MANIFEST perl.h
18362____________________________________________________________________________
18363[ 17694] By: hv on 2002/08/08 14:31:55
18364 Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
18365 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18366 Date: Wed, 31 Jul 2002 16:04:02 +0200
18367 Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
18368 Branch: perl
18369 ! hints/hpux.sh
18370____________________________________________________________________________
18371[ 17693] By: hv on 2002/08/08 14:25:16
18372 Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
18373 From: Abigail <abigail@foad.org>
18374 Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
18375 Message-id: <20020725085252.A2703@ucan.foad.org>
18376 Branch: perl
18377 ! lib/ExtUtils/MM_Unix.pm
18378____________________________________________________________________________
18379[ 17692] By: hv on 2002/08/08 14:20:05
18380 Log: Subject: [PATCH] README.jp and README.cn
18381 From: Autrijus Tang <autrijus@autrijus.org>
18382 Date: Thu, 25 Jul 2002 07:05:11 +0800
18383 Message-id: <20020724230511.GA1327@not.autrijus.org>
18384 Branch: perl
18385 ! README.cn README.jp
18386____________________________________________________________________________
18387[ 17691] By: hv on 2002/08/08 14:01:50
18388 Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
18389 From: Henrik Tougaard (via RT) <perlbug@perl.org>
18390 Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
18391 Message-id: <rt-15398-31095.6.30466042998663@perl>
18392 Branch: perl
18393 ! lib/Pod/Usage.pm
18394____________________________________________________________________________
18395[ 17690] By: rgs on 2002/08/07 19:56:42
18396 Log: Doc fix : the symbol for COPs wasn't documented.
18397 Branch: perl
18398 ! opcode.pl
18399____________________________________________________________________________
18400[ 17689] By: rgs on 2002/08/06 20:45:30
18401 Log: Subject: Re: no warnings 'io';
18402 From: Nicholas Clark <nick@unfortu.net>
18403 Date: Sat, 27 Jul 2002 21:49:55 +0100
18404 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
18405
18406 Plus a little bit of regression tests.
18407 Branch: perl
18408 ! t/lib/warnings/pp_hot util.c
18409____________________________________________________________________________
18410[ 17688] By: rgs on 2002/08/06 20:04:19
18411 Log: Subject: [PATCH] XS build fix for VMS
18412 From: "Craig A. Berry" <craigberry@mac.com>
18413 Date: Sun, 4 Aug 2002 12:13:06 -0500
18414 Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
18415 Branch: perl
18416 ! vms/descrip_mms.template
18417____________________________________________________________________________
18418[ 17687] By: rgs on 2002/08/06 19:50:12
18419 Log: PerlIO::scalar wasn't able to read from non-string
18420 scalar ; now stringifies its argument.
18421 Branch: perl
18422 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
18423____________________________________________________________________________
18424[ 17686] By: rgs on 2002/08/06 19:10:51
18425 Log: More regression tests for $^H and %^H.
18426 Add a TODO test for eval "" preserving %^H.
18427 Branch: perl
18428 ! t/comp/hints.t
18429____________________________________________________________________________
18430[ 17685] By: hv on 2002/08/05 22:42:09
18431 Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
18432 From: "John P. Linderman" <jpl@research.att.com>
18433 Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
18434 Message-id: <200207211613.MAA69505@raptor.research.att.com>
18435 Branch: perl
18436 ! lib/sort.pm lib/sort.t
18437____________________________________________________________________________
18438[ 17684] By: hv on 2002/08/05 22:35:22
18439 Log: Integrate from perlio: change #17653 fixes bug RT15283
18440 Branch: perl
18441 !> ext/PerlIO/via/via.xs
18442____________________________________________________________________________
18443[ 17683] By: hv on 2002/08/05 22:26:45
18444 Log: Integrate from maint-5.6/macperl via macperl
18445 Changes 17660, 17661, 17662, 17663, 17664
18446 Branch: perl
18447 !> perl.c
18448____________________________________________________________________________
18449[ 17682] By: hv on 2002/08/05 15:04:54
18450 Log: Subject: Defined-or patch (cleaned up)
18451 From: "Brent Dax" <brentdax@cpan.org>
18452 Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
18453 Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
18454 Branch: perl
18455 + t/op/dor.t
18456 ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
18457 ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
18458 ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
18459 ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
18460 ! vms/perly_h.vms
18461____________________________________________________________________________
18462[ 17681] By: hv on 2002/08/05 14:41:23
18463 Log: typo
18464 Branch: perl
18465 ! keywords.h keywords.pl
18466____________________________________________________________________________
18467[ 17680] By: hv on 2002/08/05 14:33:39
18468 Log: warn that keywords.h is generated
18469 Branch: perl
18470 ! keywords.h keywords.pl
18471____________________________________________________________________________
18472[ 17679] By: hv on 2002/08/04 23:40:22
18473 Log: again: #17678 caused test failures in pod2html,
18474 in which $1 could leak from previous regexp
18475 Branch: perl
18476 ! mg.c
18477____________________________________________________________________________
18478[ 17678] By: hv on 2002/08/04 15:34:19
18479 Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
18480 From: hv@crypt.org
18481 Date: Sun, 04 Aug 2002 17:40:30 +0100
18482 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
18483 Branch: perl
18484 ! mg.c t/op/taint.t
18485____________________________________________________________________________
18486[ 17677] By: hv on 2002/08/04 15:25:25
18487 Log: Main branch no longer needs op/taint.t version check.
18488 Branch: perl
18489 ! t/op/taint.t
18490____________________________________________________________________________
18491[ 17676] By: hv on 2002/08/04 15:14:09
18492 Log: Subject: Re: [PATCH] Re: taint news
18493 From: Rick Delaney <rick.delaney@rogers.com>
18494 Date: 04 Aug 2002 00:28:58 EDT
18495 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
18496 Ref: 20020208.005
18497 Branch: perl
18498 ! pp_sys.c
18499____________________________________________________________________________
18500[ 17675] By: hv on 2002/08/04 01:48:36
18501 Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
18502 Branch: perl
18503 ! AUTHORS
18504____________________________________________________________________________
18505[ 17674] By: hv on 2002/08/04 01:30:11
18506 Log: Subject: [PATCH] AUTHORS
18507 From: Colin Watson <colinw@zeus.com>
18508 Date: Thu, 25 Jul 2002 15:54:37 +0100
18509 Message-id: <20020725145437.GC4921@zeus.com>
18510 Branch: perl
18511 ! AUTHORS
18512____________________________________________________________________________
18513[ 17673] By: hv on 2002/08/04 01:27:36
18514 Log: Subject: [PATCH] AUTHORS
18515 From: Walt Mankowski <waltman@pobox.com>
18516 Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
18517 Message-id: <20020721025612.GB15958@pobox.com>
18518 Branch: perl
18519 ! AUTHORS
18520____________________________________________________________________________
18521[ 17672] By: hv on 2002/08/04 01:25:14
18522 Log: Subject: Re: mention of "use sort" botched in perlfunc?
18523 From: Michael G Schwern <schwern@pobox.com>
18524 Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
18525 Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
18526 Branch: perl
18527 ! pod/perlfunc.pod
18528____________________________________________________________________________
18529[ 17671] By: hv on 2002/08/04 01:11:32
18530 Log: Change version from 5.8.0 to 5.9.0.
18531 Branch: perl
18532 ! Configure NetWare/Makefile NetWare/config_H.wc
18533 ! Porting/config.sh Porting/config_H README.win32 config_h.SH
18534 ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
18535 ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
18536 ! patchlevel.h win32/Makefile win32/makefile.mk
18537 ! wince/Makefile.ce
18538____________________________________________________________________________
18539[ 17670] By: pudge on 2002/07/30 03:19:03
18540 Log: Silent warnings in MM_MacOS
18541 Branch: maint-5.8/macperl
18542 ! lib/ExtUtils/MM_MacOS.pm
18543____________________________________________________________________________
18544[ 17669] By: pudge on 2002/07/30 03:18:47
18545 Log: Silent warnings in MM_MacOS
18546 Branch: macperl
18547 ! lib/ExtUtils/MM_MacOS.pm
18548____________________________________________________________________________
18549[ 17668] By: pudge on 2002/07/30 03:16:52
18550 Log: Help fixes from Thomas Wegner
18551 Branch: macperl
18552 ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
18553 Branch: maint-5.6/macperl
18554 ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
18555 Branch: maint-5.8/macperl
18556 ! macos/macperl/BuildHelpIndex macos/macperl/MacPerl.podhelp
18557____________________________________________________________________________
18558[ 17667] By: pudge on 2002/07/29 20:42:43
18559 Log: Integrate perl
18560 Branch: macperl
18561 +> Changes5.8 pod/perl58delta.pod
18562 !> (integrate 36 files)
18563____________________________________________________________________________
18564[ 17666] By: pudge on 2002/07/29 20:04:54
18565 Log: Integrate from maint-5.6/macperl
18566
18567 Changes 17660, 17661, 17662, 17663, 17664
18568 Branch: macperl
18569 ! macos/ext/Mac/Dialogs/Dialogs.pm macos/lib/Mac/AETE/App.pm
18570 ! macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/OSA/Simple.pm
18571 ! macos/macperl/Droplets/gluemac.plx perl.c
18572____________________________________________________________________________
18573[ 17665] By: pudge on 2002/07/29 19:39:58
18574 Log: Integrate from maint-5.6/macperl
18575
18576 Changes 17660, 17661, 17662, 17663, 17664
18577 Branch: maint-5.8/macperl
18578 ! macos/ext/Mac/Dialogs/Dialogs.pm macos/lib/Mac/AETE/App.pm
18579 ! macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/OSA/Simple.pm
18580 ! macos/macperl/Droplets/gluemac.plx perl.c
18581____________________________________________________________________________
18582[ 17664] By: pudge on 2002/07/29 19:20:51
18583 Log: Neglected to include old bugfix from main branch
18584 Branch: maint-5.6/macperl
18585 ! perl.c
18586____________________________________________________________________________
18587[ 17663] By: pudge on 2002/07/29 18:25:57
18588 Log: Count line numbers properly in MacPerl app
18589 Branch: maint-5.6/macperl
18590 ! perl.c
18591____________________________________________________________________________
18592[ 17662] By: pudge on 2002/07/29 18:21:16
18593 Log: Make Mac::Glue work to glue Mac OS X apps under Classic
18594 Branch: maint-5.6/macperl
18595 ! macos/lib/Mac/AETE/App.pm macos/lib/Mac/AETE/Format/Glue.pm
18596____________________________________________________________________________
18597[ 17661] By: pudge on 2002/07/29 18:20:46
18598 Log: gluemac failed with some paths
18599 Branch: maint-5.6/macperl
18600 ! macos/macperl/Droplets/gluemac.plx
18601____________________________________________________________________________
18602[ 17660] By: pudge on 2002/07/29 18:20:12
18603 Log: Fix long-standing bug with popup menus not working in dialogs
18604 Branch: maint-5.6/macperl
18605 ! macos/ext/Mac/Dialogs/Dialogs.pm
18606____________________________________________________________________________
18607[ 17659] By: pudge on 2002/07/29 18:19:00
18608 Log: Update test script
18609 Branch: maint-5.6/macperl
18610 ! macos/MacPerlTests.cmd
18611____________________________________________________________________________
18612[ 17658] By: pudge on 2002/07/29 18:18:35
18613 Log: Portability fixes for blib
18614 (already in 5.8/5.9)
18615 Branch: maint-5.6/macperl
18616 ! lib/blib.pm
18617____________________________________________________________________________
18618[ 17657] By: pudge on 2002/07/29 18:17:54
18619 Log: Minor test fixes
18620 Branch: maint-5.6/macperl
18621 ! t/lib/filespec.t t/op/magic.t
18622____________________________________________________________________________
18623[ 17656] By: ams on 2002/07/28 06:12:33
18624 Log: Subject: [PATCH] Typo in regcomp.c
18625 From: Chris Ball <chris@cpan.org>
18626 Date: 26 Jul 2002 17:49:35 +0100
18627 Message-Id: <868z3yzb6o.fsf@void.printf.net>
18628 (With additional tweak to s_reginclasslen.)
18629 Branch: perl
18630 ! regcomp.c
18631____________________________________________________________________________
18632[ 17655] By: jhi on 2002/07/25 20:37:16
18633 Log: Upgrade to Unicode::Collate 0.20.
18634 Branch: perl
18635 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18636 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
18637____________________________________________________________________________
18638[ 17654] By: jhi on 2002/07/23 16:33:52
18639 Log: Commas, schcommas.
18640 Branch: perl
18641 ! patchlevel.h
18642____________________________________________________________________________
18643[ 17653] By: nick on 2002/07/23 07:56:25
18644 Log: Fix #15283 - binmode() was not passing mode
18645 to PUSHED method called from PerlIO::via.
18646 Branch: perlio
18647 ! ext/PerlIO/via/via.xs
18648____________________________________________________________________________
18649[ 17652] By: nick on 2002/07/23 07:55:03
18650 Log: Integrate mainline to just past perl5.8.0
18651 Branch: perlio
18652 +> Changes5.8
18653 !> Changes MANIFEST
18654____________________________________________________________________________
18655[ 17651] By: pudge on 2002/07/23 03:24:35
18656 Log: Integrate maint-5.6/perl
18657 Branch: maint-5.6/macperl
18658 +> t/win32/longpath.t
18659 !> (integrate 35 files)
18660____________________________________________________________________________
18661[ 17650] By: gsar on 2002/07/22 15:27:48
18662 Log: create macperl-5.8 branch
18663 Branch: maint-5.8/macperl
18664 +> (branch 3480 files)
18665____________________________________________________________________________
18666[ 17649] By: jhi on 2002/07/21 08:44:34
18667 Log: Because of #17429.
18668 Branch: maint-5.8/perl
18669 ! pod/perldelta.pod
18670____________________________________________________________________________
18671[ 17648] By: chip on 2002/07/19 22:51:19
18672 Log: Update Changes. (Including incorrect change #.)
18673 Branch: maint-5.005/perl
18674 ! Changes
18675____________________________________________________________________________
18676[ 17647] By: chip on 2002/07/19 22:47:57
18677 Log: ensure that hashes never attempt to malloc with a negative size
18678 From: Hugo <hv@crypt.compulink.co.uk>
18679 Subject: Re: [ID 20000421.002] Math::BigInt out of memory?
18680 Branch: maint-5.005/perl
18681 ! hv.c
18682____________________________________________________________________________
18683[ 17646] By: chip on 2002/07/19 20:15:23
18684 Log: Update Changes in preparation for 5.005_04.
18685 Branch: maint-5.005/perl
18686 ! Changes
18687____________________________________________________________________________
18688[ 17645] By: gsar on 2002/07/19 19:29:57
18689 Log: create maint-5.8 branch from perl/...@17638
18690 Branch: maint-5.8/perl
18691 +> (branch 2829 files)
18692____________________________________________________________________________
18693[ 17644] By: jhi on 2002/07/19 18:55:18
18694 Log: Copy perldelta as perl58delta, purge the perldelta.
18695 Branch: perl
18696 + pod/perl58delta.pod
18697 ! MANIFEST pod/perldelta.pod
18698____________________________________________________________________________
18699[ 17642] By: jhi on 2002/07/19 16:37:39
18700 Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
18701 Branch: perl
18702 ! Changes patchlevel.h
18703____________________________________________________________________________
805e355f
JH
18704[ 17641] By: jhi on 2002/07/19 16:31:08
18705 Log: Integrate perlio (no changes, but that's fine).
18706 Branch: perl
18707 !> embed.fnc perl.h
18708____________________________________________________________________________
18709[ 17640] By: nick on 2002/07/19 07:09:37
18710 Log: Integrate mainline@17638, apply couple
18711 of whitespace edits so matches perl5.8.0 exactly.
18712 Branch: perlio
18713 ! embed.fnc perl.h
18714 !> AUTHORS Changes Configure INSTALL NetWare/Makefile
18715 !> NetWare/t/NWScripts.pl Porting/config.sh Porting/config_H
18716 !> lib/File/stat.pm patchlevel.h pod/perldelta.pod
18717 !> pod/perlfunc.pod pod/perlhist.pod pod/perlthrtut.pod
18718 !> pod/perltoc.pod pod/perlvar.pod util.c
18719____________________________________________________________________________
18720[ 17639] By: jhi on 2002/07/19 00:47:18
18721 Log: It's all yours, Hugo.
18722 Branch: perl
18723 + Changes5.8
18724 ! Changes MANIFEST