1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl. If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list. Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
8 For information on what's new in this release, see pod/perldelta.pod.
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files. The file lists have a short symbolic
20 +> branched (from elsewhere)
21 !> merged changes (from elsewhere)
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list. You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
28 Version v5.9.X Development release working toward v5.10
31 ____________________________________________________________________________
32 [ 22509] By: rgs on 2004/03/16 18:19:52
33 Log: Update copyright notices
35 ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
36 ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
37 ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
38 ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
39 ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
40 ! universal.c utf8.c util.c
41 ____________________________________________________________________________
42 [ 22508] By: rgs on 2004/03/16 16:31:03
43 Log: Regenerate META.yml
46 ____________________________________________________________________________
47 [ 22507] By: rgs on 2004/03/16 15:36:32
51 ____________________________________________________________________________
52 [ 22506] By: rgs on 2004/03/16 15:32:42
56 ____________________________________________________________________________
57 [ 22505] By: rgs on 2004/03/16 15:28:55
58 Log: We'll ship 5.9.1 today.
61 ____________________________________________________________________________
62 [ 22504] By: rgs on 2004/03/16 15:25:22
63 Log: More perldelta updates.
65 ! pod/perl591delta.pod
66 ____________________________________________________________________________
67 [ 22503] By: rgs on 2004/03/16 13:23:34
68 Log: Since the signature.t test of CPAN relies on a non-core module,
69 it's not relevant to the perl core distribution.
71 - lib/CPAN/t/signature.t
73 ____________________________________________________________________________
74 [ 22502] By: rgs on 2004/03/15 21:54:56
75 Log: Fix the order of arguments in the usage message of
76 POSIX::chown(). It's different from the POSIX order but
77 it's the same than CORE::chown(). Damn.
80 ____________________________________________________________________________
81 [ 22501] By: rgs on 2004/03/15 17:09:26
82 Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
83 From: Steve Hay <steve.hay@uk.radan.com>
84 Date: Mon, 15 Mar 2004 10:28:02 +0000
85 Message-ID: <40558532.30002@uk.radan.com>
87 Plus, restore patch #22489
89 ! win32/Makefile win32/makefile.mk
90 ____________________________________________________________________________
91 [ 22500] By: davem on 2004/03/14 20:13:47
92 Log: scope exit could expose freed local() value
94 ! scope.c t/op/localref.t
95 ____________________________________________________________________________
96 [ 22499] By: davem on 2004/03/14 17:01:34
97 Log: strict 'subs' didn't warn on bareword array index
99 ! op.c t/lib/strict/subs
100 ____________________________________________________________________________
101 [ 22498] By: rgs on 2004/03/14 12:52:17
102 Log: Four Storable patches towards Storable 2.11 :
104 Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
105 From: Nicholas Clark <nick@ccl4.org>
106 Date: Sat, 13 Mar 2004 15:13:28 +0000
107 Message-ID: <20040313151327.GS701@plum.flirble.org>
109 Date: Sat, 13 Mar 2004 20:23:45 +0000
110 Message-ID: <20040313202345.GX701@plum.flirble.org>
112 Date: Sat, 13 Mar 2004 22:20:07 +0000
113 Message-ID: <20040313222007.GZ701@plum.flirble.org>
115 Date: Sat, 13 Mar 2004 23:03:46 +0000
116 Message-ID: <20040313230345.GB701@plum.flirble.org>
118 ! ext/Storable/ChangeLog ext/Storable/Storable.pm
119 ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
120 ! ext/Storable/t/restrict.t
121 ____________________________________________________________________________
122 [ 22497] By: rgs on 2004/03/13 21:27:57
123 Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
124 From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
125 Date: 10 Mar 2004 17:05:09 -0000
126 Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
129 ____________________________________________________________________________
130 [ 22496] By: rgs on 2004/03/13 21:16:59
131 Log: More small perldelta updates.
133 ! pod/perl591delta.pod
134 ____________________________________________________________________________
135 [ 22495] By: rgs on 2004/03/13 20:05:20
136 Log: Revert change #22489, that seems to cause build failures on Windows.
138 ! win32/Makefile win32/makefile.mk
139 ____________________________________________________________________________
140 [ 22494] By: rgs on 2004/03/13 19:55:43
141 Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
142 From: Steve Hay <steve.hay@uk.radan.com>
143 Date: Fri, 12 Mar 2004 08:38:41 +0000
144 Message-ID: <40517711.9030204@uk.radan.com>
147 ____________________________________________________________________________
148 [ 22493] By: rgs on 2004/03/12 23:39:16
149 Log: perl591delta nits. Regenerate the tables of contents.
151 ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
152 ____________________________________________________________________________
153 [ 22492] By: rgs on 2004/03/12 21:35:49
154 Log: Update perl591delta. Include a small to-do list in it.
156 ! pod/perl591delta.pod
157 ____________________________________________________________________________
158 [ 22491] By: rgs on 2004/03/12 20:08:31
159 Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
160 From: Tels <perl_dummy@bloodgate.com>
161 Date: Fri, 12 Mar 2004 18:02:30 +0100
162 Message-Id: <200403121802.31679@bloodgate.com>
164 + lib/Math/BigInt/t/_e_math.t
165 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
166 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
167 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
168 ! lib/bigint.pm lib/bignum.pm
169 ____________________________________________________________________________
170 [ 22490] By: rgs on 2004/03/12 18:31:12
171 Log: Fix a bug in the cloning of regexps
173 Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
175 Date: Thu, 11 Mar 2004 16:21:50 +0000
176 Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
177 (plus another similar fix)
180 ____________________________________________________________________________
181 [ 22489] By: rgs on 2004/03/12 18:26:34
182 Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
183 From: Steve Hay <steve.hay@uk.radan.com>
184 Date: Fri, 12 Mar 2004 15:52:23 +0000
185 Message-ID: <4051DCB7.107@uk.radan.com>
187 ! win32/Makefile win32/makefile.mk
188 ____________________________________________________________________________
189 [ 22488] By: rgs on 2004/03/11 22:57:29
190 Log: Document the new behaviour of the substr lvalue :
191 Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
192 From: Dave Mitchell <davem@fdisolutions.com>
193 Date: Mon, 1 Mar 2004 23:59:21 +0000
194 Message-ID: <20040301235921.GC6469@fdisolutions.com>
197 ____________________________________________________________________________
198 [ 22485] By: davem on 2004/03/11 14:52:58
199 Log: make op/write.t work better under stdio by running the subtests
200 in the child process rather than the parent.
203 ____________________________________________________________________________
204 [ 22484] By: merijn on 2004/03/11 10:08:17
205 Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
206 From: Dominic Dunlop <shouldbedomo@mac.com>
207 Date: Thu, 11 Mar 2004 10:34:01 +0100
208 Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
210 ! README.machten hints/machten.sh
211 ____________________________________________________________________________
212 [ 22483] By: nicholas on 2004/03/10 20:38:49
213 Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
214 back this out until we have a tangible policy
217 ____________________________________________________________________________
218 [ 22482] By: rgs on 2004/03/10 16:16:00
219 Log: Upgrade to Cwd 2.17.
221 ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
222 ____________________________________________________________________________
223 [ 22481] By: rgs on 2004/03/10 10:55:12
224 Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
225 From: Steve Hay <steve.hay@uk.radan.com>
226 Date: Wed, 10 Mar 2004 10:58:15 +0000
227 Message-ID: <404EF4C7.9090107@uk.radan.com>
229 ! win32/Makefile win32/makefile.mk
230 ____________________________________________________________________________
231 [ 22480] By: rgs on 2004/03/10 09:25:36
232 Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
233 (noticed by Steve Hay.)
234 Also, update MANIFEST.SKIP to be in line with the renaming
235 "blibdirs" to "blibdirs.exists".
237 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
238 ____________________________________________________________________________
239 [ 22479] By: rgs on 2004/03/10 09:07:03
240 Log: A patch by Richard Foley to reduce the amount of
241 forkage between the 5.8 and 5.9 debuggers.
244 ____________________________________________________________________________
245 [ 22478] By: chip on 2004/03/09 23:51:41
246 Log: In line-buffered mode, flush on the *last* newline,
247 not on every newline.
250 ____________________________________________________________________________
251 [ 22477] By: rgs on 2004/03/09 22:27:22
252 Log: Subject: [PATCH] More "distclean" tidy ups on Win32
253 From: Steve Hay <steve.hay@uk.radan.com>
254 Date: Fri, 05 Mar 2004 09:56:36 +0000
255 Message-ID: <40484ED4.1050001@uk.radan.com>
256 (only the win32 makefiles part)
258 ! win32/Makefile win32/makefile.mk
259 ____________________________________________________________________________
260 [ 22476] By: rgs on 2004/03/09 21:45:49
261 Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
262 From: "Craig A. Berry" <craigberry@mac.com>
263 Date: Mon, 08 Mar 2004 08:18:43 -0600
264 Message-ID: <404C80C3.6090009@mac.com>
266 Avoid to build everything twice on VMS.
267 This is done by renaming the blibdirs target to blibdirs.exists.
268 No, I don't understand why.
270 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
271 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
272 ! lib/ExtUtils/t/INST_PREFIX.t
273 ____________________________________________________________________________
274 [ 22474] By: rgs on 2004/03/09 20:29:02
275 Log: Improve the "Prototype mismatch" error message when
276 the redefined subroutine didn't have any prototype.
278 ! op.c t/comp/redef.t
279 ____________________________________________________________________________
280 [ 22473] By: mhx on 2004/03/09 19:09:20
281 Log: Revert change #22472, but keep the new tests.
283 ! pp_ctl.c t/op/range.t
284 ____________________________________________________________________________
285 [ 22472] By: mhx on 2004/03/09 18:41:15
286 Log: Subject: Re: undef and the range operator
287 From: Marcus Holland-Moritz <mhx-perl@gmx.net>
288 Date: Mon, 8 Mar 2004 21:49:55 +0100
289 Message-Id: <20040308214955.3d8be3a6@r2d2>
291 ! pp_ctl.c t/op/range.t
292 ____________________________________________________________________________
293 [ 22471] By: nicholas on 2004/03/09 16:11:37
294 Log: Make a temporary copy of the input buffer in pp_send, so that send
295 and syswrite don't gratuitously upgrade their input to UTF8
297 ! pp_sys.c t/op/sysio.t
298 ____________________________________________________________________________
299 [ 22470] By: rgs on 2004/03/09 15:27:38
300 Log: Upgrade to Cwd 2.16
302 ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
303 ____________________________________________________________________________
304 [ 22469] By: rgs on 2004/03/09 14:56:10
305 Log: Upgrade to CGI.pm 3.04.
307 ! lib/CGI.pm lib/CGI/Cookie.pm
308 ____________________________________________________________________________
309 [ 22468] By: rgs on 2004/03/08 15:35:59
310 Log: perl591delta.pod update.
312 ! pod/perl591delta.pod
313 ____________________________________________________________________________
314 [ 22467] By: rgs on 2004/03/08 10:43:23
315 Log: Another makefile portability fix for Win32 by Steve Hay.
317 ! win32/Makefile win32/makefile.mk
318 ____________________________________________________________________________
319 [ 22466] By: rgs on 2004/03/08 08:06:33
320 Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
321 From: Jan Dubois <jand@ActiveState.com>
322 Date: Sun, 07 Mar 2004 17:04:35 -0800
323 Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
326 ____________________________________________________________________________
327 [ 22465] By: nicholas on 2004/03/07 23:31:49
328 Log: Fix Dave's original shared hash key corruption bug
331 ____________________________________________________________________________
332 [ 22463] By: nicholas on 2004/03/07 21:34:01
333 Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
334 in utf8.t, and fix 3 bugs it exposed in utfhash.t
336 ! lib/utf8.t sv.c t/op/utfhash.t
337 ____________________________________________________________________________
338 [ 22462] By: rgs on 2004/03/07 20:34:05
339 Log: Subject: undef and the range operator
340 From: Marcus Holland-Moritz <mhx-perl@gmx.net>
341 Date: Sun, 7 Mar 2004 21:11:20 +0100
342 Message-Id: <20040307211120.10e46933@r2d2>
344 ! pp_ctl.c t/op/range.t
345 ____________________________________________________________________________
346 [ 22459] By: rgs on 2004/03/07 18:41:36
347 Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
348 From: "Ken Williams" <ken@mathforum.org>
349 Date: Sun, 7 Mar 2004 09:37:19 -0600
350 Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
353 ____________________________________________________________________________
354 [ 22456] By: rgs on 2004/03/07 14:08:43
355 Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
356 From: "Craig A. Berry" <craigberry@mac.com>
357 Date: Sat, 06 Mar 2004 22:50:25 -0600
358 Message-ID: <404AAA11.8050001@mac.com>
361 ____________________________________________________________________________
362 [ 22452] By: rgs on 2004/03/06 21:24:45
363 Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
364 From: "Craig A. Berry" <craigberry@mac.com>
365 Date: Sat, 06 Mar 2004 13:51:55 -0600
366 Message-ID: <404A2BDB.8030401@mac.com>
369 ____________________________________________________________________________
370 [ 22451] By: rgs on 2004/03/06 21:09:10
371 Log: Allow syslog() to use numeric constants in addition to strings for
372 facility names and priorities.
374 Subject: Patch for Sys::Syslog
375 From: Jim Schneider <jschneid@netilla.com>
376 Date: Fri, 5 Mar 2004 14:03:10 -0500
377 Message-Id: <200403051403.10674.jschneid@netilla.com>
379 ! ext/Sys/Syslog/Syslog.pm
380 ____________________________________________________________________________
381 [ 22446] By: nicholas on 2004/03/06 16:13:48
382 Log: Make threads tests pass make minitest (by skipping)
384 ! t/op/getpid.t t/op/threads.t
385 ____________________________________________________________________________
386 [ 22445] By: davem on 2004/03/06 15:25:32
387 Log: fix coredump in /(?{sub{}})/
390 ____________________________________________________________________________
391 [ 22444] By: rgs on 2004/03/05 21:19:06
392 Log: A small perluniintro clarification by Jarkko.
394 ! pod/perluniintro.pod
395 ____________________________________________________________________________
396 [ 22443] By: rgs on 2004/03/05 14:13:50
397 Log: Subject: [PATCH] Re: Strange segfault
398 From: mhx-perl@gmx.net (Marcus Holland-Moritz)
399 Date: Fri, 5 Mar 2004 15:13:53 +0100
400 Message-ID: <20040305151353.5f3e913c@r2d2>
402 ! pp_ctl.c t/op/range.t
403 ____________________________________________________________________________
404 [ 22442] By: rgs on 2004/03/05 09:31:22
405 Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
406 From: steve.hay@uk.radan.com (Steve Hay)
407 Date: Fri, 05 Mar 2004 09:42:32 +0000
408 Message-ID: <40484B88.7070608@uk.radan.com>
411 ____________________________________________________________________________
412 [ 22441] By: rgs on 2004/03/05 08:53:08
413 Log: Change 22436 broke the Windows build.
417 ____________________________________________________________________________
418 [ 22440] By: davem on 2004/03/05 00:09:23
419 Log: silence some compiler warnings
422 ____________________________________________________________________________
423 [ 22439] By: davem on 2004/03/04 23:56:42
424 Log: ensure utf8::encode() normalises its arg
427 ____________________________________________________________________________
428 [ 22438] By: davem on 2004/03/04 23:32:38
429 Log: Memory leak in continue loop
430 make sure redo always frees temps
432 ! pp_ctl.c t/op/loopctl.t
433 ____________________________________________________________________________
434 [ 22437] By: davem on 2004/03/04 22:03:17
435 Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
438 ____________________________________________________________________________
439 [ 22436] By: rgs on 2004/03/04 21:52:18
440 Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
441 From: Andrew Dougherty <doughera@lafayette.edu>
442 Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
443 Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
446 ____________________________________________________________________________
447 [ 22435] By: davem on 2004/03/04 21:39:47
448 Log: add deprecation warning for my $x if 0
450 ! op.c t/lib/warnings/op
451 ____________________________________________________________________________
452 [ 22434] By: davem on 2004/03/04 21:38:57
453 Log: remove an 'if $a if 0' from AutoSplit.t
456 ____________________________________________________________________________
457 [ 22433] By: davem on 2004/03/04 20:33:44
458 Log: retract 22328 and 22332: deprecation warning for my $x if foo
460 ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
461 ! pp_proto.h t/lib/warnings/op
462 ____________________________________________________________________________
463 [ 22432] By: rgs on 2004/03/04 12:18:11
464 Log: Maintainers.pl update by MJD.
466 ! Porting/Maintainers.pl
467 ____________________________________________________________________________
468 [ 22431] By: rgs on 2004/03/04 10:35:59
469 Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
472 + t/win32/getosversion.t
473 ! MANIFEST win32/win32.c
474 ____________________________________________________________________________
475 [ 22430] By: rgs on 2004/03/04 08:03:54
476 Log: Clarify the difference between utf8::downgrade/upgrade
477 and utf8::encode/decode (patch by Jarkko).
479 ! lib/utf8.pm pod/perluniintro.pod
480 ____________________________________________________________________________
481 [ 22429] By: rgs on 2004/03/03 23:01:56
482 Log: A couple of notes in perl591delta
483 (about Benchmark and the debugger.)
485 ! pod/perl591delta.pod
486 ____________________________________________________________________________
487 [ 22428] By: rgs on 2004/03/03 22:15:42
488 Log: Subject: [PATCH] simplify sv.h
489 From: Arthur Bergman <sky@nanisky.com>
490 Date: Sun, 29 Feb 2004 22:04:53 +0000
491 Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
494 ____________________________________________________________________________
495 [ 22427] By: rgs on 2004/03/03 21:55:03
496 Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
497 Subject: [PATCH] [perl #24826]
498 From: Jarkko Hietaniemi <jhi@iki.fi>
499 Date: Wed, 3 Mar 2004 09:37:21 +0200
500 Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
502 ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
503 ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
504 ! lib/unicore/mktables t/uni/case.pl utf8.c
505 ____________________________________________________________________________
506 [ 22426] By: rgs on 2004/03/03 21:04:48
507 Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
508 From: Richard.Foley@t-online.de (Richard Foley)
509 Date: Wed, 3 Mar 2004 16:10:25 +0100
510 Message-Id: <200403031610.25080.richard.foley@rfi.net>
513 ____________________________________________________________________________
514 [ 22425] By: davem on 2004/03/03 00:02:51
515 Log: stop t/op/write.t failures under stdio by always closing files
516 before reading them back; also replace `cat file` with a function
520 ____________________________________________________________________________
521 [ 22424] By: nicholas on 2004/03/02 22:22:49
522 Log: Change the skip logic on the unicode tests so that they don't rely on
523 miniperl's "dynamic loading unavailable" message
525 ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
527 ____________________________________________________________________________
528 [ 22423] By: nicholas on 2004/03/02 22:02:36
529 Log: Work on eliminating systematic failures on make minitest:
530 make minitest passes a -minitest flag to t/TEST
531 t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
532 Tests can choose to skip based on this.
533 (Other tactic is to make loading of Errno by %! happen at run time.)
535 ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
536 ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
537 ____________________________________________________________________________
538 [ 22422] By: davem on 2004/03/02 21:33:22
539 Log: Remove machine-dependent rounding dependency from write overflow
543 ____________________________________________________________________________
544 [ 22421] By: rgs on 2004/03/02 21:25:12
545 Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
546 From: Steve Hay <steve.hay@uk.radan.com>
547 Date: Fri, 27 Feb 2004 17:42:26 +0000
548 Message-ID: <403F8182.5090607@uk.radan.com>
550 ! win32/Makefile win32/makefile.mk
551 ____________________________________________________________________________
552 [ 22419] By: davem on 2004/03/01 22:17:52
554 add tests for change 22414 (lvalue substr jollity)
555 courtesy of Graham Barr.
558 ____________________________________________________________________________
559 [ 22418] By: davem on 2004/03/01 22:00:11
560 Log: integrate Time::HiRes 1.56 from CPAN
561 (which is itself mostly derived from the bleedperl version)
563 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
564 ! ext/Time/HiRes/Makefile.PL
565 ____________________________________________________________________________
566 [ 22417] By: mhx on 2004/02/29 21:46:19
567 Log: Make panics a bit more verbose to ease debugging.
570 ____________________________________________________________________________
571 [ 22415] By: davem on 2004/02/29 18:06:45
572 Log: make test breaks permissions on /dev/tty
573 perl -i could fchmod(stdin) by mistake
576 ____________________________________________________________________________
577 [ 22414] By: davem on 2004/02/29 16:21:34
578 Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
579 From: Graham Barr <gbarr@pobox.com>
580 Date: Wed, 29 Oct 2003 09:56:53 +0000
581 Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
583 make a variable aliased to an lvalue substr value work as expected
586 ____________________________________________________________________________
587 [ 22411] By: nicholas on 2004/02/29 13:08:28
588 Log: Bump Socket's version to a real floating point value
590 ! ext/Socket/Socket.pm
591 ____________________________________________________________________________
592 [ 22410] By: ams on 2004/02/29 04:29:24
593 Log: Back out _01 version suffix.
595 ! ext/Storable/Storable.pm
596 ____________________________________________________________________________
597 [ 22409] By: davem on 2004/02/28 23:29:10
598 Log: Bump version numbers of moules affected by change #22258
599 (removing /tmp and other insecurities)
601 ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
602 ! ext/Socket/Socket.pm ext/Storable/Storable.pm
603 ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
604 ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
606 ____________________________________________________________________________
607 [ 22408] By: davem on 2004/02/28 22:37:08
608 Log: make the bison-based parser threadsafe and capable of deep
609 recursion by eradicating Perl_yylex_r()
611 ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
612 ! perly.c proto.h toke.c
613 ____________________________________________________________________________
614 [ 22407] By: nicholas on 2004/02/28 16:10:20
615 Log: Use File::Temp for tempfiles if it is available.
616 (Based on a patch from Solar Designer <solar@openwall.com> in
617 Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
618 was applied as change 22258)
621 ____________________________________________________________________________
622 [ 22406] By: mhx on 2004/02/28 15:04:41
623 Log: Fix segfaults when running under -Dx.
626 ____________________________________________________________________________
627 [ 22403] By: nicholas on 2004/02/27 17:56:30
628 Log: Assimilate Cwd 2.15 from CPAN
630 ! ext/Cwd/Changes lib/Cwd.pm
631 ____________________________________________________________________________
632 [ 22401] By: nicholas on 2004/02/27 16:27:19
633 Log: Create a new local $_ without triggering tie by using local *_ = \my $a
634 (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
636 ! lib/File/Find.pm lib/File/Find/t/find.t
637 ____________________________________________________________________________
638 [ 22400] By: merijn on 2004/02/27 15:25:27
639 Log: When threads are active we need -lpthread, but previous `fix' of
640 now linked libraries invalidated the regex for sed (AIX 5 has no
641 seperate libc.a and libc_r.a the latter links to the first)
644 ____________________________________________________________________________
645 [ 22397] By: nicholas on 2004/02/27 13:13:43
646 Log: Correct thinko in comment.
649 ____________________________________________________________________________
650 [ 22393] By: nicholas on 2004/02/27 10:41:39
651 Log: In hsplit, if a normal hash has placeholders then clear them before
652 splitting. We can do this safely because Storable ensures hsplit is
653 not called while it builds restricted hashes (actually any hashes)
654 This change may not make things faster, but now we have the choice.
656 ! ext/Storable/t/restrict.t hv.c
657 ____________________________________________________________________________
658 [ 22391] By: nicholas on 2004/02/27 10:27:38
659 Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
660 the tests still passed. Fixed.
663 ____________________________________________________________________________
664 [ 22383] By: nicholas on 2004/02/26 14:59:40
665 Log: Moving all the e-mail addresses over by 1 column makes them start on
666 an 8 column tabstop, which makes editing this file easier.
667 So then I replaced spaces with tabs and made it smaller too.
670 ____________________________________________________________________________
671 [ 22382] By: nicholas on 2004/02/26 14:49:13
675 ____________________________________________________________________________
676 [ 22381] By: nicholas on 2004/02/26 13:11:07
682 Update for 5.005_04 release
685 ____________________________________________________________________________
686 [ 22380] By: rgs on 2004/02/26 13:03:43
687 Log: Subject: [PATCH] Improved perlapi documentation for croak
688 From: Mark Fowler <mark@twoshortplanks.com>
689 Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
690 Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
692 (and regenerate perlapi.pod.)
694 ! pod/perlapi.pod util.c
695 ____________________________________________________________________________
696 [ 22379] By: merijn on 2004/02/26 08:44:53
697 Log: From: Art Haas <ahaas@airmail.net>
698 Subject: Replacing '-rdynamic' in Configure script
699 Date: Fri, 20 Feb 2004 13:53:56 -0600
700 Message-ID: <20040220195400.31177.qmail@onion.perl.org>
703 ____________________________________________________________________________
704 [ 22377] By: davem on 2004/02/25 21:07:44
705 Log: remove my work address
708 ____________________________________________________________________________
709 [ 22376] By: davem on 2004/02/25 17:10:56
710 Log: stop "const in void context" warning for a const in an
711 optimised-away boolean expresssion, eg 5 || print;
713 ! op.c op.h t/lib/warnings/op
714 ____________________________________________________________________________
715 [ 22375] By: merijn on 2004/02/25 11:13:12
716 Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
718 ! lib/Net/Ping/t/450_service.t
719 ____________________________________________________________________________
720 [ 22374] By: merijn on 2004/02/25 09:32:12
721 Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
722 One open issue left: promoting to cc_r for threaded builds
723 need a review to permit users using -Dcc=xlc_r for non
727 ____________________________________________________________________________
728 [ 22373] By: davem on 2004/02/24 23:25:52
729 Log: fix memory leak in @_ = ...; goto &sub
732 ____________________________________________________________________________
733 [ 22372] By: rgs on 2004/02/24 22:44:34
734 Log: Enhance test cleanliness by a very small factor.
737 ____________________________________________________________________________
738 [ 22371] By: rgs on 2004/02/24 22:34:06
739 Log: Fix a segfault during optree construction. (bug #27024)
741 ! op.c t/comp/parser.t
742 ____________________________________________________________________________
743 [ 22370] By: rgs on 2004/02/24 20:39:26
744 Log: Update Changes and AUTHORS.
747 ____________________________________________________________________________
748 [ 22369] By: rgs on 2004/02/24 19:53:51
749 Log: Subject: [PATCH] optimization for map in scalar context
750 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
751 Date: Tue, 24 Feb 2004 12:02:57 +0100
752 Message-id: <20040224110257.GA5510@ethan>
755 ____________________________________________________________________________
756 [ 22368] By: rgs on 2004/02/24 19:30:12
757 Log: Subject: Bugfix for perlrequick and perlretut
758 From: Mark Kvale <kvale@phy.ucsf.edu>
759 Date: Tue, 24 Feb 2004 11:32:34 -0800
760 Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
762 ! pod/perlrequick.pod pod/perlretut.pod
763 ____________________________________________________________________________
764 [ 22367] By: rgs on 2004/02/23 22:08:33
765 Log: Instead of localising *_, use a dummy foreach loop to get
769 ____________________________________________________________________________
770 [ 22366] By: rgs on 2004/02/23 21:40:02
771 Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
772 From: alan <alan@pair.com>
773 Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
774 Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
776 ! lib/Attribute/Handlers.pm
777 ____________________________________________________________________________
778 [ 22365] By: rgs on 2004/02/23 21:30:42
779 Log: Update perl591delta.
781 ! pod/perl591delta.pod
782 ____________________________________________________________________________
783 [ 22364] By: rgs on 2004/02/23 20:56:38
784 Log: Fix bug #26910: hints were not propagated into (?{...})
785 blocks, except the utf8 pragma.
787 ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
788 ____________________________________________________________________________
789 [ 22363] By: rgs on 2004/02/23 19:15:53
790 Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
791 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
792 Date: Sun, 22 Feb 2004 16:09:33 +0900
793 Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
795 Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
796 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
797 Date: Sun, 22 Feb 2004 18:41:43 +0900
798 Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
800 Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
802 ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
803 ____________________________________________________________________________
804 [ 22362] By: rgs on 2004/02/23 18:31:31
805 Log: Subject: [PATCH] Benchmark for child processes
806 From: Chia-liang Kao <clkao@clkao.org>
807 Date: Mon, 23 Feb 2004 22:53:51 +0800
808 Message-ID: <20040223145351.GH94376@portege.clkao.org>
811 ____________________________________________________________________________
812 [ 22359] By: merijn on 2004/02/23 11:55:08
813 Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
814 Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
815 From: Georg Schwarz <geos@epost.de>
816 Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
819 ____________________________________________________________________________
820 [ 22358] By: rgs on 2004/02/22 21:49:47
821 Log: Subject: initial patch for cygwin IPC via cygserver
822 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
823 Date: Thu, 19 Feb 2004 09:01:13 -0800
824 Message-ID: <20040219170113.GA2792@efn.org>
826 ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
827 ____________________________________________________________________________
828 [ 22357] By: davem on 2004/02/22 15:43:53
829 Log: Extend OP_AELEMFAST optimisation to lexical arrays
831 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
832 ____________________________________________________________________________
833 [ 22356] By: rgs on 2004/02/21 16:51:52
834 Log: We're not binary compatible with 5.8.
835 Change PERL_API_VERSION to 5.9.1.
838 ____________________________________________________________________________
839 [ 22355] By: rgs on 2004/02/21 16:30:02
840 Log: Document change #22353 in perldelta.
842 ! pod/perl591delta.pod
843 ____________________________________________________________________________
844 [ 22354] By: rgs on 2004/02/21 16:23:54
845 Log: Increment the version number of B, due to the incompatible
846 API change introduced by #22353 (no more op_seq method.)
849 ____________________________________________________________________________
850 [ 22353] By: rgs on 2004/02/21 16:18:32
851 Log: Subject: Re: op_seq (was: Freeing code)
852 From: Paul Johnson <paul@pjcj.net>
853 Date: Sat, 21 Feb 2004 02:31:47 +0100
854 Message-ID: <20040221013147.GB6953@pjcj.net>
856 Rework the OP structure to use less space.
857 Remove op_seq (and simulate it in dump.c),
858 replace it by op_opt and op_static,
859 shrink op_type, remove PL_op_seqmax.
861 ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
862 ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
863 ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
864 ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
865 ! pod/perlintern.pod sv.c
866 ____________________________________________________________________________
867 [ 22352] By: rgs on 2004/02/20 17:29:32
868 Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
869 is not actually introduced by the for statement.
872 ____________________________________________________________________________
873 [ 22351] By: davem on 2004/02/20 15:38:10
874 Log: remove a split test's dependence on -Dx output
875 (needed after change #22343)
878 ____________________________________________________________________________
879 [ 22350] By: davem on 2004/02/20 15:34:27
880 Log: add Deparse/Concise support for inplace sort (change 22349)
882 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
883 ____________________________________________________________________________
884 [ 22349] By: davem on 2004/02/20 14:54:35
885 Log: optimise the sorting inplace of plain arrays: @a = sort @a
887 ! op.c op.h pp_sort.c t/op/sort.t
888 ____________________________________________________________________________
889 [ 22348] By: davem on 2004/02/20 14:18:13
890 Log: Document the SVf_PADSTALE flag
893 ____________________________________________________________________________
894 [ 22347] By: rgs on 2004/02/20 10:46:51
895 Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
899 ____________________________________________________________________________
900 [ 22346] By: rgs on 2004/02/20 10:23:51
901 Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
902 From: Greg Matheson <lang@ms.chinmin.edu.tw>
903 Date: Fri, 20 Feb 2004 15:34:59 +0800
904 Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
907 ____________________________________________________________________________
908 [ 22345] By: rgs on 2004/02/20 08:21:47
909 Log: Upgrade to Term::ANSIColor 1.08.
911 ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
912 ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
913 ____________________________________________________________________________
914 [ 22344] By: rgs on 2004/02/19 21:17:10
915 Log: Upgrade to prereleases of Math::BigInt 1.70 and
916 Math::BigRat 0.12, by Tels.
918 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
919 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
920 ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
921 ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
922 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
923 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
924 ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
925 ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
926 ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
927 ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
928 ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
929 ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
930 ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
931 ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
932 ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
933 ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
934 ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
935 ____________________________________________________________________________
936 [ 22343] By: davem on 2004/02/19 13:43:18
937 Log: -Dx could coredump on threaded builds because consts are now
941 ____________________________________________________________________________
942 [ 22342] By: rgs on 2004/02/18 21:38:13
943 Log: Add a tool to report dual-lived core modules that don't
944 have the same version than the corresponding module on CPAN.
946 + Porting/corecpan.pl
948 ____________________________________________________________________________
949 [ 22341] By: rgs on 2004/02/18 14:04:11
950 Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
952 ! pod/perl591delta.pod
953 ____________________________________________________________________________
954 [ 22338] By: rgs on 2004/02/18 13:32:17
955 Log: Add base.pm and fields.pm to the maintainer list.
956 Remove a duplicate file from this list.
958 ! Porting/Maintainers.pl
959 ____________________________________________________________________________
960 [ 22337] By: davem on 2004/02/18 13:22:13
961 Log: fix write test: -small_number may be displayed as 00.00 or -0.00
964 ____________________________________________________________________________
965 [ 22334] By: merijn on 2004/02/18 12:18:52
966 Log: Removed pm_apiversion and xs_apiversion as requested by
967 the pumpkin. Chainsaw was still in perfect working order.
969 ! Configure Cross/config.sh-arm-linux NetWare/config.wc
970 ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
971 ! Porting/config_H config_h.SH configure.com epoc/config.sh
972 ! plan9/config.plan9 plan9/config_h.sample
973 ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
974 ! win32/config.gc win32/config.vc win32/config.vc64
975 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
976 ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
977 ____________________________________________________________________________
978 [ 22332] By: davem on 2004/02/18 11:14:43
979 Log: Add tests for the C<my $x if foo> deprecation, and change the
982 ! op.c pod/perldiag.pod t/lib/warnings/op
983 ____________________________________________________________________________
984 [ 22330] By: mhx on 2004/02/18 08:53:03
985 Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
986 returned from XSUBs through RETVAL isn't decremented as it is for
987 SVs. This causes those XSUBs to leak memory and cannot be fixed
988 without breaking existing CPAN modules that work around this bug.
990 2. Fix a memory leak of that kind in POSIX::localconv.
992 ! ext/POSIX/POSIX.xs pod/perlxs.pod
993 ____________________________________________________________________________
994 [ 22329] By: rgs on 2004/02/18 08:25:58
995 Log: Encode has local changes. Up-version it.
997 ! ext/Encode/Encode.pm
998 ____________________________________________________________________________
999 [ 22328] By: davem on 2004/02/17 23:30:50
1000 Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
1002 ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
1003 ____________________________________________________________________________
1004 [ 22327] By: rgs on 2004/02/17 23:22:45
1005 Log: It's better to localize *_ than $_, to avoid magic leakage
1008 ____________________________________________________________________________
1009 [ 22326] By: rgs on 2004/02/17 23:18:25
1010 Log: One of the new tests of MIME::Base64 relies on a non-core module.
1012 - ext/MIME/Base64/t/bad-sv.t
1014 ____________________________________________________________________________
1015 [ 22325] By: rgs on 2004/02/17 23:10:22
1016 Log: Upgrade to MIME::Base64 3.00.
1017 Fix t/warn.t so it works in the core.
1018 Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
1020 + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
1021 ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
1022 ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
1023 ! ext/MIME/Base64/t/base64.t
1024 ____________________________________________________________________________
1025 [ 22323] By: rgs on 2004/02/17 22:20:25
1026 Log: Be more clear. Use simple words.
1028 ! pod/perl591delta.pod
1029 ____________________________________________________________________________
1030 [ 22322] By: davem on 2004/02/17 21:52:08
1031 Log: remove C<my $x if foo> construct from core modules
1033 ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
1034 ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
1035 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
1036 ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
1037 ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
1038 ____________________________________________________________________________
1039 [ 22321] By: rgs on 2004/02/17 21:22:17
1040 Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
1042 ! pod/perl591delta.pod
1043 ____________________________________________________________________________
1044 [ 22320] By: rgs on 2004/02/17 21:07:11
1045 Log: Bump $B::VERSION (because of change #22315).
1048 ____________________________________________________________________________
1049 [ 22319] By: rgs on 2004/02/17 21:03:09
1050 Log: Regenerate table of contents and other related files.
1052 ! MANIFEST pod/perl.pod pod/perltoc.pod
1053 ____________________________________________________________________________
1054 [ 22318] By: rgs on 2004/02/17 20:06:04
1055 Log: Bump up perl's version number to 5.9.1.
1056 Add perl591delta in perl.pod.
1057 Update the sample config files in Porting/.
1059 ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
1060 ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
1061 ! plan9/config.plan9 pod/perl.pod win32/Makefile
1062 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1063 ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
1064 ____________________________________________________________________________
1065 [ 22317] By: davem on 2004/02/17 19:28:58
1066 Log: 22316 had stupid precedence thinkos
1069 ____________________________________________________________________________
1070 [ 22316] By: davem on 2004/02/17 18:23:27
1071 Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
1072 and fix some incorrect indentation
1074 ! pp.c pp_hot.c sv.c
1075 ____________________________________________________________________________
1076 [ 22315] By: davem on 2004/02/17 18:01:52
1077 Log: Subject: Re: [PATCH] GLOB to LVALUE assignment fix
1078 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
1079 Date: Tue, 17 Feb 2004 17:32:16 +0100
1080 Message-Id: <20040217163216.GA6805@ethan>
1082 Make PVLV a superset of PVGV, so that $lvalue = *FOO works
1084 ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
1085 ____________________________________________________________________________
1086 [ 22314] By: merijn on 2004/02/17 11:22:24
1087 Log: 1. Creating backward compatibility for Configure after patches
1088 #22227 and #22302 to still support 5.8.x and below
1090 2. Small change for building on GNU hurd
1091 Date: Sun, 15 Feb 2004 23:27:17 +1100
1092 From: "Brendan O'Dea" <bod@debian.org>
1093 Message-ID: <20040215122717.GA26812@londo.c47.org>
1095 ! Configure Makefile.SH hints/gnu.sh
1096 ____________________________________________________________________________
1097 [ 22313] By: mhx on 2004/02/16 20:27:40
1098 Log: Fix for Win32 build failure caused by the byacc to bison switch.
1101 ____________________________________________________________________________
1102 [ 22312] By: rgs on 2004/02/16 13:16:43
1103 Log: Revert change 22308 (the patch was against maint, not blead)
1105 ! lib/ExtUtils/instmodsh
1106 ____________________________________________________________________________
1107 [ 22310] By: merijn on 2004/02/16 11:30:29
1108 Log: Fix typo in doc for Encode
1109 From: "Brendan O'Dea" <bod@debian.org>
1110 Date: Sun, 15 Feb 2004 23:27:17 +1100
1111 Message-ID: <20040215122717.GA26812@londo.c47.org>
1113 ! ext/Encode/Encode.pm
1114 ____________________________________________________________________________
1115 [ 22309] By: merijn on 2004/02/16 11:27:34
1116 Log: Missing semi-colon
1117 From: "Brendan O'Dea" <bod@debian.org>
1118 Date: Sun, 15 Feb 2004 23:27:17 +1100
1119 Message-ID: <20040215122717.GA26812@londo.c47.org>
1121 ! ext/MIME/Base64/Base64.xs
1122 ____________________________________________________________________________
1123 [ 22308] By: merijn on 2004/02/16 11:24:59
1124 Log: Add some basic POD to lib/ExtUtils/instmodsh so that
1126 From: "Brendan O'Dea" <bod@debian.org>
1127 Date: Sun, 15 Feb 2004 23:27:17 +1100
1128 Message-ID: <20040215122717.GA26812@londo.c47.org>
1130 ! lib/ExtUtils/instmodsh
1131 ____________________________________________________________________________
1132 [ 22307] By: rgs on 2004/02/15 11:02:49
1133 Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
1134 From: Stas Bekman <stas@stason.org>
1135 Date: Fri, 13 Feb 2004 20:18:59 -0800
1136 Message-ID: <402DA1B3.2010608@stason.org>
1139 ____________________________________________________________________________
1140 [ 22306] By: davem on 2004/02/15 00:24:26
1141 Log: Segmentation fault with
1142 sub x { shift; @a = @b; eval +{ use } }
1144 ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
1145 ____________________________________________________________________________
1146 [ 22305] By: davem on 2004/02/14 23:52:09
1147 Log: Enable v (verbose) switch on -Dp to display the top 8 elements
1148 on the parser stack at each reduce. Also,
1150 Subject: Re: switch from byacc to bison
1151 From: "Craig A. Berry" <craigberry@mac.com>
1152 Date: Sat, 14 Feb 2004 13:26:45 -0600
1153 Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
1155 change #if DEBUGGING to #ifdef ... in perly.c
1157 ! perly.c pod/perlrun.pod
1158 ____________________________________________________________________________
1159 [ 22304] By: davem on 2004/02/14 13:33:26
1160 Log: Subject: Re: switch from byacc to bison
1161 From: Abe Timmerman <abeltje@cpan.org>
1162 Date: Sat, 14 Feb 2004 11:56:24 +0100
1163 Message-Id: <200402141156.58185.abeltje@cpan.org>
1165 Fix typos in pumpkin.pod
1167 ! Porting/pumpkin.pod
1168 ____________________________________________________________________________
1169 [ 22303] By: davem on 2004/02/14 12:28:37
1170 Log: remove binary compatibility stuff from the yacc -> bison switch
1173 ! embedvar.h intrpvar.h
1174 ____________________________________________________________________________
1175 [ 22302] By: davem on 2004/02/14 02:06:53
1176 Log: Switch from byacc to bison and simplify the perly.* regeneration
1179 + perly.act perly.tab regen_perly.pl
1180 - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
1181 - vms/perly_h.vms vms/vms_yfix.pl
1182 ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
1183 ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
1184 ! vms/descrip_mms.template
1185 ____________________________________________________________________________
1186 [ 22301] By: rgs on 2004/02/13 21:11:25
1187 Log: Fix an fcntl example in perlopentut, spotted by MJD.
1189 ! pod/perlopentut.pod
1190 ____________________________________________________________________________
1191 [ 22300] By: davem on 2004/02/12 23:18:20
1192 Log: The new -Dq option didn't actually work!
1195 ____________________________________________________________________________
1196 [ 22299] By: merijn on 2004/02/12 14:32:15
1197 Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
1198 From: Stas Bekman <stas@stason.org>
1199 Date: Wed, 11 Feb 2004 16:53:54 -0800
1200 Message-ID: <402ACEA2.4020907@stason.org>
1203 ____________________________________________________________________________
1204 [ 22298] By: rgs on 2004/02/10 08:49:12
1205 Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
1206 From: Greg Matheson <lang@ms.chinmin.edu.tw>
1207 Date: Tue, 10 Feb 2004 12:36:33 +0800
1208 Message-ID: <20040210043633.GA33671687@momotaro>
1211 ____________________________________________________________________________
1212 [ 22297] By: rgs on 2004/02/10 08:05:16
1213 Log: Add 5.005_04-RC1 and Leon in perlhist.
1216 ____________________________________________________________________________
1217 [ 22295] By: rgs on 2004/02/09 22:48:54
1218 Log: Add a note in Unicode::UCD about the _getcode() function
1219 being copy-n-pasted in charnames.pm. (spotted by Merijn)
1221 ! lib/Unicode/UCD.pm
1222 ____________________________________________________________________________
1223 [ 22294] By: rgs on 2004/02/09 21:48:15
1224 Log: Implement stacked filetest operators (-f -w -x $file).
1226 ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
1227 ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
1228 ____________________________________________________________________________
1229 [ 22292] By: rgs on 2004/02/09 21:17:40
1230 Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
1232 Date: Mon, 09 Feb 2004 03:21:21 +0000
1233 Message-Id: <200402090321.i193LL907950@zen.crypt.org>
1235 ! sv.c t/op/sprintf2.t
1236 ____________________________________________________________________________
1237 [ 22291] By: rgs on 2004/02/09 21:09:14
1238 Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
1239 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1240 Date: Mon, 9 Feb 2004 00:51:45 -0800
1241 Message-ID: <20040209085145.GA3204@efn.org>
1242 (plus an etymological notice)
1245 ____________________________________________________________________________
1246 [ 22290] By: rgs on 2004/02/08 21:34:27
1247 Log: Add the new private flag OPpGREP_LEX in B::Concise.
1249 ! ext/B/B/Concise.pm
1250 ____________________________________________________________________________
1251 [ 22289] By: rgs on 2004/02/08 21:21:28
1252 Log: map and grep weren't working correctly with lexical $_ in
1253 scalar context, because pp_mapwhile and pp_grepwhile were using
1254 their target as a temporary slot to store the return value.
1256 ! pp_ctl.c pp_hot.c t/op/mydef.t
1257 ____________________________________________________________________________
1258 [ 22287] By: rgs on 2004/02/08 12:01:35
1259 Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
1260 From: Greg Matheson <lang@ms.chinmin.edu.tw>
1261 Date: Mon, 2 Feb 2004 16:52:44 +0800
1262 Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
1265 ____________________________________________________________________________
1266 [ 22286] By: rgs on 2004/02/08 11:48:09
1267 Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
1268 From: Steve Hay <steve.hay@uk.radan.com>
1269 Date: Fri, 06 Feb 2004 12:44:05 +0000
1270 Message-ID: <40238C15.2090200@uk.radan.com>
1272 ! pod/perlapi.pod sv.h
1273 ____________________________________________________________________________
1274 [ 22285] By: rgs on 2004/02/08 11:44:22
1275 Log: Subject: [PATCH] Fix absolute path handling in installhtml
1276 From: Steve Hay <steve.hay@uk.radan.com>
1277 Date: Fri, 06 Feb 2004 16:14:14 +0000
1278 Message-ID: <4023BD56.6090903@uk.radan.com>
1281 ____________________________________________________________________________
1282 [ 22284] By: rgs on 2004/02/08 11:42:08
1283 Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
1284 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1285 Date: Sat, 07 Feb 2004 00:08:36 +0900
1286 Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
1288 ! pod/perlunicode.pod
1289 ____________________________________________________________________________
1290 [ 22282] By: nicholas on 2004/02/07 22:32:44
1291 Log: Comment to record why we can't clear placeholders in hsplit
1294 ____________________________________________________________________________
1295 [ 22281] By: nicholas on 2004/02/07 21:46:59
1296 Log: deleting keys in restricted hashes was leaking the entry. Yow!
1298 ! hv.c lib/Hash/Util.t
1299 ____________________________________________________________________________
1300 [ 22280] By: nicholas on 2004/02/07 21:20:16
1301 Log: Now hv_delete is able to ingore placeholders.
1302 (This is an XS visible change in the hash API. But not of documented
1306 ____________________________________________________________________________
1307 [ 22279] By: nicholas on 2004/02/07 20:56:50
1308 Log: All whitespace is equal, but some whitespace is more equal than others
1309 (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
1312 ____________________________________________________________________________
1313 [ 22278] By: nicholas on 2004/02/07 19:50:10
1314 Log: hv_clear_placeholders now manipulates the linked lists directly, rather
1315 than using the iterator interface and calling hv_delete
1316 This will allow hv_delete to be simplified to remove most of the
1317 special casing related to placeholders.
1320 ____________________________________________________________________________
1321 [ 22273] By: merijn on 2004/02/06 11:47:14
1322 Log: Added hints_4.sh for specific AIX 4 support
1323 this is the next stage in the general cleanup process
1324 for the AIX hints. More to come
1328 ____________________________________________________________________________
1329 [ 22272] By: rgs on 2004/02/06 07:32:15
1330 Log: Fix a non-standard NAME pod section
1331 (by Smylers and Casey West)
1334 ____________________________________________________________________________
1335 [ 22268] By: rgs on 2004/02/04 19:50:05
1336 Log: The "my $_" wasn't nice with foreach loops.
1339 ____________________________________________________________________________
1340 [ 22267] By: merijn on 2004/02/04 10:24:33
1341 Log: AIX 3 support removed from default hints after its separation
1344 ____________________________________________________________________________
1345 [ 22266] By: merijn on 2004/02/04 10:16:20
1346 Log: AIX 3 hints split off from default hints in preparation
1347 of a hint file cleanup. aix_4.sh will follow soon
1351 ____________________________________________________________________________
1352 [ 22265] By: rgs on 2004/02/03 21:54:23
1353 Log: More docs and tests for "my $_".
1355 ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
1356 ____________________________________________________________________________
1357 [ 22264] By: rgs on 2004/02/03 20:33:02
1358 Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
1359 From: John Peacock <jpeacock@rowman.com>
1360 Date: Sun, 01 Feb 2004 21:10:07 -0500
1361 Message-ID: <401DB17F.5060808@rowman.com>
1363 ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
1364 ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
1365 ____________________________________________________________________________
1366 [ 22263] By: rgs on 2004/02/03 19:41:11
1367 Log: Implement "my $_".
1370 ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
1371 ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
1372 ! pp_ctl.c pp_hot.c regexec.c toke.c
1373 ____________________________________________________________________________
1374 [ 22262] By: rgs on 2004/02/03 16:38:25
1375 Log: Regenerate perlapi.pod.
1378 ____________________________________________________________________________
1379 [ 22261] By: merijn on 2004/02/03 12:57:37
1380 Log: If someone chooses xlc as default C compiler, threaded builds
1381 will fail, unless converted to cc_r
1384 ____________________________________________________________________________
1385 [ 22260] By: rgs on 2004/02/01 20:47:35
1386 Log: Subject: patch for IRIX/gcc link issues
1387 From: Martin Pool <mbp@samba.org>
1388 Date: Wed, 28 Jan 2004 10:56:25 +1100
1389 Message-ID: <20040127235624.GA32612@hp.com>
1392 ____________________________________________________________________________
1393 [ 22259] By: davem on 2004/02/01 17:42:44
1394 Log: update fix to Shell.pm in change #22254: make /dev/null portable
1397 ____________________________________________________________________________
1398 [ 22258] By: davem on 2004/02/01 17:40:02
1399 Log: Subject: Re: [perl #15063] /tmp issues
1400 From: Solar Designer <solar@openwall.com>
1401 Date: Mon, 26 Jan 2004 01:22:18 +0300
1402 Message-ID: <20040125222218.GA13499@openwall.com>
1404 Remove insecure usage of /tmp from code and documentation
1406 ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
1407 ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
1408 ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
1409 ! ext/Socket/Socket.pm ext/Storable/Storable.pm
1410 ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
1411 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
1412 ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
1413 ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
1414 ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
1415 ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
1416 ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
1417 ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
1418 ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
1419 ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
1421 ____________________________________________________________________________
1422 [ 22257] By: davem on 2004/02/01 15:46:24
1423 Log: threads documentation: fork on UNIX might not copy all threads.
1425 ! pod/perlthrtut.pod
1426 ____________________________________________________________________________
1427 [ 22256] By: davem on 2004/02/01 15:34:59
1428 Log: add test for Change 22194:
1429 [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
1432 ____________________________________________________________________________
1433 [ 22254] By: davem on 2004/02/01 13:11:00
1434 Log: Subject: Patch for Shell.pm
1435 From: Manuel Valente <mvalente@idealx.com>
1436 Date: Tue, 27 Jan 2004 19:18:26 +0100
1437 Message-Id: <4016AB72.1080503@idealx.com>
1439 New option for Shell.pm to discard stderr instead of capturing it
1442 ____________________________________________________________________________
1443 [ 22253] By: davem on 2004/02/01 11:26:47
1444 Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
1447 ! ext/Time/HiRes/t/HiRes.t
1448 ____________________________________________________________________________
1449 [ 22252] By: chip on 2004/01/31 17:29:05
1450 Log: Don't show code closing STD{IN,OUT} before reopening, because
1451 doing so is unnecessary and occasionally harmful.
1453 ! pod/perlfork.pod pod/perlfunc.pod
1454 ____________________________________________________________________________
1455 [ 22248] By: rgs on 2004/01/30 08:29:55
1456 Log: Another undocumented use of $_ : with reverse().
1459 ____________________________________________________________________________
1460 [ 22247] By: merijn on 2004/01/30 08:18:28
1461 Log: Drop optimization for -O3 *and higher*
1463 ! ext/Storable/hints/linux.pl
1464 ____________________________________________________________________________
1465 [ 22246] By: rgs on 2004/01/29 23:20:01
1466 Log: Regenerate perlapi.pod.
1469 ____________________________________________________________________________
1470 [ 22245] By: rgs on 2004/01/29 21:08:28
1471 Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
1473 Date: Thu, 29 Jan 2004 15:12:12 +0000
1474 Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
1476 ! pp_hot.c t/op/pat.t
1477 ____________________________________________________________________________
1478 [ 22244] By: rgs on 2004/01/28 22:00:09
1479 Log: I'm the new maintainer of Switch.
1480 Sync with the CPAN version of Switch 2.10.
1482 ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
1483 ____________________________________________________________________________
1484 [ 22243] By: merijn on 2004/01/28 20:30:40
1485 Log: Message-ID: <40113F7B.6050701@davidfavor.com>
1486 Date: Fri, 23 Jan 2004 09:36:27 -0600
1487 From: David Favor <david@davidfavor.com>
1488 Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
1489 so no compilation stack limits are imposed.
1492 ____________________________________________________________________________
1493 [ 22242] By: rgs on 2004/01/27 22:44:30
1494 Log: Update perl591delta.pod with what we've done so far.
1496 ! pod/perl591delta.pod
1497 ____________________________________________________________________________
1498 [ 22239] By: rgs on 2004/01/27 21:54:31
1499 Log: Regenerate Changes.
1500 Only include changes from the perl branch.
1503 ____________________________________________________________________________
1504 [ 22238] By: nicholas on 2004/01/27 21:51:27
1505 Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
1506 Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
1508 ! ext/Storable/hints/linux.pl
1509 ____________________________________________________________________________
1510 [ 22235] By: rgs on 2004/01/27 21:19:03
1511 Log: More punctuation, good.
1514 ____________________________________________________________________________
1515 [ 22228] By: rgs on 2004/01/27 10:31:09
1516 Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
1517 From: Brendan O'Dea <bod@debian.org>
1518 Date: Sun, 25 Jan 2004 11:23:48 +1100
1519 Message-ID: <20040125002348.GA31407@londo.c47.org>
1522 ____________________________________________________________________________
1523 [ 22227] By: davem on 2004/01/26 23:53:06
1524 Log: Subject: [PATCH] myconfig.SH
1525 From: "Daniel S. Lewart" <lewart@uiuc.edu>
1526 Date: Sun, 25 Jan 2004 22:11:25 -0600
1527 Message-Id: <20040125221125.A5390@staff1.cso.uiuc.edu>
1529 make perl -V show the major release as 5 rather than 5.0
1532 ____________________________________________________________________________
1533 [ 22224] By: merijn on 2004/01/26 22:10:13
1534 Log: Document change 22192
1535 We still need tests!
1538 ____________________________________________________________________________
1539 [ 22223] By: rgs on 2004/01/26 21:58:14
1540 Log: Subject: [PATCH] fix vmsish.t #25
1541 From: "Craig A. Berry" <craigberry@mac.com>
1542 Date: Sat, 24 Jan 2004 18:45:35 -0600
1543 Message-ID: <401311AF.1060706@mac.com>
1546 ____________________________________________________________________________
1547 [ 22221] By: nicholas on 2004/01/26 21:18:31
1548 Log: Merge dynamic perldelta from maint (22081)
1549 So now perldelta.pod is copied at build time from perl591delta.pod
1550 perl590delta.pod is as released to CPAN by Hugo
1551 Regen lots of makefiles, pods and the MANIFEST
1553 + pod/perl591delta.pod
1554 +> pod/perl590delta.pod
1556 ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
1557 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1559 ____________________________________________________________________________
1560 [ 22218] By: rgs on 2004/01/25 23:35:45
1561 Log: Remove the caveat about detached threads crashing on Windows
1562 (fixed by #22201). Bump up the version of threads.pm.
1564 ! ext/threads/threads.pm
1565 ____________________________________________________________________________
1566 [ 22217] By: nicholas on 2004/01/25 22:17:47
1567 Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
1568 -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
1570 ! ext/Storable/t/threads.t
1571 ____________________________________________________________________________
1572 [ 22216] By: davem on 2004/01/25 12:06:04
1573 Log: update MANIFEST for 2 new Storable test files introduced by 22205
1576 ____________________________________________________________________________
1577 [ 22215] By: davem on 2004/01/25 12:00:04
1578 Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
1581 ____________________________________________________________________________
1582 [ 22209] By: davem on 2004/01/25 02:04:23
1583 Log: Remove small memory leak in newATTRSUB that manifested as a
1584 leaking scalar after the interpeter was cloned
1587 ____________________________________________________________________________
1588 [ 22208] By: davem on 2004/01/24 16:13:17
1589 Log: Subject: [perl #24942] fields::inherit doesn't bless derived
1590 package's \%FIELDS, results in phash deprecation errors.
1591 From: "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
1592 Date: 18 Jan 2004 15:15:46 -0000
1593 Message-Id: <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
1595 ! lib/base.pm lib/base/t/fields-base.t
1596 ____________________________________________________________________________
1597 [ 22207] By: davem on 2004/01/24 15:36:28
1598 Log: Subject: Re: Doc patches for File::Find
1599 From: Mark Jason Dominus <mjd@plover.com>
1600 Date: Thu, 22 Jan 2004 09:30:58 -0500
1601 Message-Id: <20040122143058.29226.qmail@plover.com>
1603 Better document the fact that neither find() nor finddepth() do a
1604 breath-first search.
1607 ____________________________________________________________________________
1608 [ 22206] By: ams on 2004/01/24 11:06:51
1609 Log: Subject: [PATCH] Storable-2.08/t/code.t
1610 From: Slaven Rezic <slaven@rezic.de>
1611 Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
1612 Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
1614 ! ext/Storable/t/code.t
1615 ____________________________________________________________________________
1616 [ 22205] By: ams on 2004/01/24 11:03:36
1617 Log: Subject: [patch] make Storable thread-safe
1618 From: Stas Bekman <stas@stason.org>
1619 Date: Mon, 19 Jan 2004 00:20:02 -0800
1620 Message-Id: <400B9332.4070106@stason.org>
1622 Subject: Re: Subroutine reference bug in Storable
1623 From: Slaven Rezic <slaven@rezic.de>
1624 Date: 14 Nov 2003 23:22:55 +0100
1625 Message-Id: <874qx6zj28.fsf@vran.herceg.de>
1627 Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
1628 overload + cyclic structures
1629 From: Sam Vilain <sam@vilain.net>
1630 Date: Tue, 20 Jan 2004 22:30:15 +1300
1631 Message-Id: <200401202230.15865.sam@vilain.net>
1633 + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
1634 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
1635 ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1636 ! ext/Storable/t/code.t
1637 ____________________________________________________________________________
1638 [ 22204] By: ams on 2004/01/24 08:59:11
1639 Log: Upgrade to Locale::Maketext 1.08.
1641 + lib/Locale/Maketext/t/06super.t
1642 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
1643 ! lib/Locale/Maketext/TPJ13.pod
1644 ____________________________________________________________________________
1645 [ 22203] By: davem on 2004/01/23 23:06:49
1646 Log: make some t/op/write.t failures more verbose
1649 ____________________________________________________________________________
1650 [ 22201] By: davem on 2004/01/23 22:26:47
1651 Log: Subject: Re: threads::shared::queue;
1652 From: Jan Dubois <jand@ActiveState.com>
1653 Date: Thu, 22 Jan 2004 19:18:46 -0800
1654 Message-Id: <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
1656 Avoid threads+win32 crash by freeing Perl interpreter slightly later
1658 ! ext/threads/threads.xs
1659 ____________________________________________________________________________
1660 [ 22200] By: nicholas on 2004/01/23 18:28:43
1661 Log: test that use encoding; doesn't cause references to be stringified
1664 ____________________________________________________________________________
1665 [ 22199] By: nicholas on 2004/01/23 18:03:41
1666 Log: Document chomp's travels in the wonderful world of use encoding;
1669 ____________________________________________________________________________
1670 [ 22198] By: nicholas on 2004/01/23 17:41:01
1671 Log: Check the return values of chomp
1672 (more tricky than it may seem, as the return value is unicode)
1675 ____________________________________________________________________________
1676 [ 22197] By: nicholas on 2004/01/23 13:57:46
1677 Log: Test return values of all chomps
1680 ____________________________________________________________________________
1681 [ 22196] By: nicholas on 2004/01/23 13:24:41
1682 Log: Subject: Re: [perl #24888] chomp ignores utf8
1683 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1684 Message-Id: <20040116040355.A849.BQW10602@nifty.com>
1685 Date: Fri, 16 Jan 2004 04:13:00 +0900
1688 ! MANIFEST doop.c t/op/chop.t
1689 ____________________________________________________________________________
1690 [ 22195] By: davem on 2004/01/22 20:48:03
1691 Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
1692 From: Steve Hay <steve.hay@uk.radan.com>
1693 Date: Thu, 22 Jan 2004 17:08:29 +0000
1694 Message-ID: <4010038D.4070104@uk.radan.com>
1696 + win32/makeico.pl win32/perlexe.rc
1697 ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
1698 ____________________________________________________________________________
1699 [ 22194] By: davem on 2004/01/22 00:24:51
1700 Log: C<use strict; print if foo> didn't give the
1701 "Bareword not allowed" error unless warnings were enabled
1704 ____________________________________________________________________________
1705 [ 22193] By: nicholas on 2004/01/21 21:58:10
1706 Log: Convert the older parts of op/bop.t over to test.pl
1709 ____________________________________________________________________________
1710 [ 22192] By: merijn on 2004/01/21 21:10:10
1711 Log: ':flock' not recognized unless it's first
1712 Exporter::Heavy now will treat :, /, and ! special in
1713 all arguments, not only if the _first_ arg starts with it
1714 Date: Wed, 21 Jan 2004 08:32:47 -0500
1715 Message-ID: <20040121133248.3359.qmail@plover.com>
1717 ! lib/Exporter/Heavy.pm
1718 ____________________________________________________________________________
1719 [ 22191] By: davem on 2004/01/21 20:45:48
1720 Log: Subject: PATCH for perl-5.8.4
1721 From: "Edward S. Peschko" <esp5@pge.com>
1722 Date: Mon, 19 Jan 2004 17:21:18 -0800
1723 Message-Id: <20040120012118.GA29151@mdssdev05.comp.pge.com>
1725 Add @DynaLoader::dl_shared_objects feature
1727 ! ext/DynaLoader/DynaLoader_pm.PL
1728 ____________________________________________________________________________
1729 [ 22190] By: davem on 2004/01/21 20:14:51
1730 Log: remove the platform dependencies of the write.t tests introduced
1731 by change #22161, by hard-coding the expected outputs rather
1732 than using sprintf('%f').
1735 ____________________________________________________________________________
1736 [ 22189] By: davem on 2004/01/20 22:41:14
1737 Log: Fix typo in patch #22188
1740 ____________________________________________________________________________
1741 [ 22188] By: davem on 2004/01/20 22:36:10
1742 Log: warn that C<$x : unique> operates on the typeglob, so affects @x
1746 ____________________________________________________________________________
1747 [ 22187] By: davem on 2004/01/20 22:27:50
1748 Log: "sub foo :unique" segfaults
1750 Turn these two into compile-time errors until such time as
1751 someone thinks of a useful meaning for them:
1755 ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
1756 ____________________________________________________________________________
1757 [ 22186] By: rgs on 2004/01/20 21:16:01
1758 Log: Add a new test file for situations where threads may interfere.
1759 Subject: Re: "restricted hashes" hit again !
1760 From: Stas Bekman <stas@stason.org>
1761 Date: Tue, 23 Dec 2003 15:32:26 -0800
1762 Message-ID: <3FE8D08A.4090806@stason.org>
1766 ____________________________________________________________________________
1767 [ 22185] By: davem on 2004/01/20 21:01:08
1768 Log: Document CVf_UNIQUE flag better
1771 ____________________________________________________________________________
1772 [ 22183] By: rgs on 2004/01/20 20:26:18
1773 Log: Fix precedence errors and add some cleanup in the new
1776 ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
1777 ____________________________________________________________________________
1778 [ 22182] By: davem on 2004/01/20 00:16:42
1779 Log: second attempt to fix [perl #24914] freeing a CV reference that was
1780 currently being executed caused coredumps. The dounwind called by
1781 die unwinds all the contexts on the context stack before unwinding
1782 the save stack. To stop premature freeing of the CV, hold
1783 references to it on both stacks.
1785 ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
1786 ____________________________________________________________________________
1787 [ 22181] By: davem on 2004/01/19 23:41:37
1788 Log: change #22071 (taint bug in $^0) introduced a potential double
1789 free(), because PL_osname may get freed but not nulled if a taint
1790 test fails in between. Mea cupla and all that...
1793 ____________________________________________________________________________
1794 [ 22180] By: rgs on 2004/01/19 22:32:27
1795 Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
1796 From: Gisle Aas <gisle@ActiveState.com>
1797 Date: 17 Jan 2004 01:29:02 -0800
1798 Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
1799 (test rewritten to fit in blead)
1802 ____________________________________________________________________________
1803 [ 22179] By: merijn on 2004/01/19 21:36:48
1804 Log: Subject: [PATCH] dl_unload_file for HP-UX
1805 Date: Mon, 12 Jan 2004 07:49:44 -0800
1806 From: Neil Watkiss <neil.watkiss@sophos.com>
1807 Message-ID: <20040112154944.GA15412@ActiveState.com>
1809 ! ext/DynaLoader/dl_hpux.xs
1810 ____________________________________________________________________________
1811 [ 22177] By: merijn on 2004/01/19 16:11:22
1812 Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
1813 See INSTALL for more details
1816 ____________________________________________________________________________
1817 [ 22175] By: merijn on 2004/01/19 16:05:50
1818 Log: Describe how to limit the perl's default @INC during Configure
1819 to _not_ include older versions
1822 ____________________________________________________________________________
1823 [ 22174] By: merijn on 2004/01/19 10:41:24
1824 Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
1825 Date: Sun, 18 Jan 2004 12:51:23 -0600
1826 From: "Craig A. Berry" <craigberry@mac.com>
1827 Message-ID: <400AD5AB.3080708@mac.com>
1830 ____________________________________________________________________________
1831 [ 22173] By: merijn on 2004/01/19 10:27:53
1832 Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
1833 Date: Sun, 18 Jan 2004 17:03:30 -0600
1834 From: "Craig A. Berry" <craigberry@mac.com>
1835 Message-ID: <400B10C2.9060504@mac.com>
1838 ____________________________________________________________________________
1839 [ 22172] By: davem on 2004/01/17 23:58:04
1840 Log: back out change #24914 "freeing a CV reference that was currently
1841 being executed caused coredumps".
1842 The new test case sometimes locks up linux's malloc, and with
1843 Perl's malloc the test code still coredumps :-(
1845 ! perl.c scope.c scope.h sv.c t/op/closure.t
1846 ____________________________________________________________________________
1847 [ 22171] By: rgs on 2004/01/17 22:00:48
1848 Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
1849 From: "Green, Paul" <Paul.Green@stratus.com>
1850 Date: Thu, 15 Jan 2004 16:00:15 -0500
1851 Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
1853 ! README.vos hv.c pp_pack.c vos/Changes
1854 ____________________________________________________________________________
1855 [ 22170] By: rgs on 2004/01/17 21:25:08
1856 Log: Subject: Re: open/or inconsistency
1857 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1858 Date: Sat, 17 Jan 2004 19:59:55 +0900
1859 Message-Id: <20040117195729.623A.BQW10602@nifty.com>
1861 Don't produce the warning for constructs like
1862 open my $fh, $file or die;
1864 ! op.c t/lib/warnings/op
1865 ____________________________________________________________________________
1866 [ 22169] By: davem on 2004/01/17 18:02:31
1867 Log: Subject: Perl core dumps when running out of memory [PATCH]
1868 From: Gisle Aas <gisle@ActiveState.com>
1869 Date: 17 Jan 2004 06:18:13 -0800
1870 Message-Id: <lrsmiebqvu.fsf@caliper.activestate.com>
1872 Display 'out of memeory' errors using low-level I/O to avoid
1873 recursive failure and so coredumps.
1876 ____________________________________________________________________________
1877 [ 22168] By: davem on 2004/01/17 17:38:21
1878 Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1879 Subject: [PATCH ] Enhanced DBM Filters
1880 Date: Sat, 17 Jan 2004 16:44:53 -0000
1881 Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
1885 + lib/DBM_Filter.pm lib/DBM_Filter/Changes
1886 + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
1887 + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
1888 + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
1889 + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
1890 + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
1891 + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
1892 + lib/dbm_filter_util.pl
1894 ____________________________________________________________________________
1895 [ 22167] By: davem on 2004/01/17 16:12:32
1896 Log: freeing a CV reference that was currently being
1897 executed caused coredumps
1899 ! perl.c scope.c scope.h sv.c t/op/closure.t
1900 ____________________________________________________________________________
1901 [ 22166] By: nicholas on 2004/01/17 15:07:31
1902 Log: Integrate final perl583delta
1904 !> pod/perl583delta.pod
1905 ____________________________________________________________________________
1906 [ 22163] By: davem on 2004/01/16 19:24:14
1907 Log: Subject: Re: [perl #24816] Magic vars seem unsure if they are purely numeric
1908 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1909 Date: Thu, 15 Jan 2004 14:10:37 -0800
1910 Message-Id: <20040115221037.GA2392@efn.org>
1912 Add sv_2iv_flags() to allow magic to be optionally processed.
1914 ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
1915 ! proto.h sv.c sv.h t/op/bop.t
1916 ____________________________________________________________________________
1917 [ 22162] By: davem on 2004/01/16 16:39:17
1918 Log: format bug with undefined _TOP
1919 name of format_TOP now derived from the name of the current
1920 filehandle rather then the name of the format associetd with that
1923 ! pp_sys.c t/op/write.t
1924 ____________________________________________________________________________
1925 [ 22161] By: davem on 2004/01/16 13:29:26
1926 Log: Subject: [PATCH] format/write (version 2)
1927 From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
1928 Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
1930 Fixes and additions to formats:
1932 Improvement: NULL chars in picture line
1933 Bugfix: C<@*> shown in output if not alone on a line
1934 New feature: C<^*> for variable-width, one-line-at-a-time text
1935 Improvement: Diagnostic on C<@#> and C<~~>
1936 Bugfix: Segmentation fault on big numbers
1937 Improvement (maybe): Truncation of numbers produces misleading output
1938 Bugfix: "}" terminates format
1939 Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
1941 ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
1942 ! pp_ctl.c proto.h t/op/write.t toke.c
1943 ____________________________________________________________________________
1944 [ 22160] By: davem on 2004/01/15 23:49:02
1945 Log: buigid #24905 - the code planted to call glob() retained an
1946 extraneous targ index in a pushmark op, leasing to strangeness
1947 when the op was freed
1950 ____________________________________________________________________________
1951 [ 22159] By: rgs on 2004/01/15 22:19:25
1952 Log: Upgrade to Time::HiRes 1.55
1954 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1955 ! ext/Time/HiRes/HiRes.xs
1956 ____________________________________________________________________________
1957 [ 22155] By: nicholas on 2004/01/15 00:03:04
1958 Log: Make chomp heed the utf8 flags on the target string and $/
1960 More work still needed to make chomp heed the encoding pragma.
1962 ! doop.c t/op/chop.t
1963 ____________________________________________________________________________
1964 [ 22154] By: nicholas on 2004/01/14 21:14:14
1965 Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
1966 [Forgot to do this as part of the integration]
1968 ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
1969 ! vms/descrip_mms.template win32/pod.mak
1970 ____________________________________________________________________________
1971 [ 22153] By: nicholas on 2004/01/14 19:28:54
1974 We're planning on making history today. Mind you, not that much -
1979 +> pod/perl583delta.pod
1982 ____________________________________________________________________________
1983 [ 22150] By: nicholas on 2004/01/14 17:48:52
1984 Log: Bump version number as file has changed since 5.8.2
1987 ____________________________________________________________________________
1988 [ 22149] By: nicholas on 2004/01/14 17:45:54
1989 Log: Subject: Doc patches for File::Find
1990 From: Andy Lester <andy@petdance.com>
1991 Date: Mon, 12 Jan 2004 00:10:50 -0600
1992 Message-Id: <20040112061050.GB7308@petdance.com>
1995 ____________________________________________________________________________
1996 [ 22136] By: nicholas on 2004/01/14 13:01:27
1997 Log: Assimilate CGI 3.03
1999 ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
2000 ____________________________________________________________________________
2001 [ 22133] By: nicholas on 2004/01/13 22:53:42
2002 Log: Add VMS to the list of "don't fork" OSes
2003 [In the most simple way possible. Fix this properly post 5.8.3
2004 to use $Config{d_fork} or something more robust]
2006 ! ext/threads/shared/t/wait.t
2007 ____________________________________________________________________________
2008 [ 22129] By: rgs on 2004/01/13 19:26:24
2009 Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
2010 From: Tels <perl_dummy@bloodgate.com>
2011 Date: Tue, 13 Jan 2004 19:28:48 +0100
2012 Message-Id: <200401131928.50247@bloodgate.com>
2014 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2015 ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
2016 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2017 ! lib/Math/BigInt/t/sub_mbi.t
2018 ____________________________________________________________________________
2019 [ 22128] By: rgs on 2004/01/13 09:06:11
2020 Log: MANIFEST adjustment.
2023 ____________________________________________________________________________
2024 [ 22126] By: ams on 2004/01/13 07:16:33
2025 Log: Upgrade to Locale::Maketext 1.07.
2027 + lib/Locale/Maketext/t/04super.t
2028 + lib/Locale/Maketext/t/05super.t
2029 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2030 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
2031 ____________________________________________________________________________
2032 [ 22125] By: rgs on 2004/01/12 22:44:53
2033 Log: Document usage of $_ and pos() inside /(?{...})/.
2037 ____________________________________________________________________________
2038 [ 22124] By: rgs on 2004/01/12 22:10:51
2039 Log: Upgrade to MIME::Base64 2.23.
2041 ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
2042 ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
2043 ____________________________________________________________________________
2044 [ 22123] By: rgs on 2004/01/12 21:24:28
2045 Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
2046 From: Robin Barker <Robin.Barker@npl.co.uk>
2047 Date: Thu, 8 Jan 2004 16:21:25 -0000
2048 Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
2051 ____________________________________________________________________________
2052 [ 22122] By: nicholas on 2004/01/12 19:52:16
2053 Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2054 From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
2055 Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
2056 Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
2058 ! ext/threads/shared/t/wait.t
2059 ____________________________________________________________________________
2060 [ 22121] By: nicholas on 2004/01/12 17:27:25
2061 Log: use sv_setpvn rather than sv_setpv and save a strlen()
2064 ____________________________________________________________________________
2065 [ 22120] By: merijn on 2004/01/12 13:04:42
2066 Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
2067 From: Gisle Aas <gisle@ActiveState.com>
2068 Date: 12 Jan 2004 02:35:27 -0800
2069 Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
2072 ____________________________________________________________________________
2073 [ 22117] By: rgs on 2004/01/12 10:10:43
2074 Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
2075 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2076 Date: Mon, 12 Jan 2004 11:19:37 +0900
2077 Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
2079 ! doop.c t/op/join.t
2080 ____________________________________________________________________________
2081 [ 22115] By: nicholas on 2004/01/11 23:37:09
2082 Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
2083 From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
2084 Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
2085 Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
2087 ! ext/threads/shared/t/wait.t
2088 ____________________________________________________________________________
2089 [ 22113] By: nicholas on 2004/01/11 23:14:48
2090 Log: Regenerate win32/Makefile and win32/makefile.mk after
2094 Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
2095 a copy to be made at build time.
2098 Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
2099 From: Abe Timmerman <abe@ztreet.demon.nl>
2100 Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
2101 Date: Sun, 11 Jan 2004 18:13:40 +0100
2103 plus revert 22092 and 22080
2105 ! pod.lst win32/Makefile win32/makefile.mk
2107 ____________________________________________________________________________
2108 [ 22112] By: rgs on 2004/01/11 22:38:08
2109 Log: Upgrade to Cwd 2.14.
2111 ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
2112 ____________________________________________________________________________
2113 [ 22110] By: rgs on 2004/01/11 16:34:43
2114 Log: Upgrade to Math::BigRat 0.11
2116 Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
2117 From: Tels <perl_dummy@bloodgate.com>
2118 Date: Wed, 7 Jan 2004 18:30:06 +0100
2119 Message-Id: <200401071830.07445@bloodgate.com>
2121 ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
2122 ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
2123 ____________________________________________________________________________
2124 [ 22109] By: rgs on 2004/01/10 23:39:38
2125 Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
2126 From: Steve Hay <steve.hay@uk.radan.com>
2127 Date: Wed, 07 Jan 2004 13:22:30 +0000
2128 Message-ID: <3FFC0816.9090406@uk.radan.com>
2130 (and increment version number in Carp)
2132 ! lib/Carp.pm lib/Carp/Heavy.pm
2133 ____________________________________________________________________________
2134 [ 22108] By: adi on 2004/01/10 21:33:59
2135 Log: documentation nit
2138 ____________________________________________________________________________
2139 [ 22107] By: adi on 2004/01/10 20:19:09
2140 Log: nit to Bytecode - the av_extend opcode wasn't saved when
2141 the array had AvFILL == 0
2143 ! ext/B/B/Assembler.pm
2144 ____________________________________________________________________________
2145 [ 22106] By: adi on 2004/01/10 20:16:03
2146 Log: still problems with backreferences + reverse cloning
2147 after #21936 - the weak reference may live on the pad.
2150 ____________________________________________________________________________
2151 [ 22104] By: nicholas on 2004/01/09 19:50:43
2152 Log: Bah. Makefile.PL still tests the sub-MANIFEST
2154 ! ext/Storable/MANIFEST
2155 ____________________________________________________________________________
2156 [ 22103] By: davem on 2004/01/09 12:20:38
2157 Log: temporarily backout test of thread returning a closure. It crashes
2160 ! ext/threads/t/problems.t
2161 ____________________________________________________________________________
2162 [ 22102] By: davem on 2004/01/08 22:32:28
2163 Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
2164 Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
2166 Returning a closure from a thread (via join) could mess up because
2167 pointers to PL_sv_undef weren't rejigged to point at the joiner's
2168 version of PL_sv_undef. Also, the closure's CvGV got cloned too
2169 but never freed, since CvGV isn't refcounted.
2171 ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
2172 ____________________________________________________________________________
2173 [ 22101] By: rgs on 2004/01/08 21:00:56
2174 Log: perl582delta.pod was not in the MANIFEST.
2177 ____________________________________________________________________________
2178 [ 22100] By: nicholas on 2004/01/08 17:35:27
2181 Graham says that the search.cpan.org pod finder hashes on name
2182 The 4 files all thinking they are perldelta.pod confuses it.
2184 +> pod/perl582delta.pod
2185 !> pod/perl581delta.pod pod/perl58delta.pod
2186 ____________________________________________________________________________
2187 [ 22096] By: nicholas on 2004/01/08 13:15:38
2188 Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
2189 From: Abigail <abigail@abigail.nl>
2190 Message-ID: <20040107230027.GC393@abigail.nl>
2191 Date: Thu, 8 Jan 2004 00:00:27 +0100
2194 ____________________________________________________________________________
2195 [ 22091] By: nicholas on 2004/01/07 19:09:50
2197 22088 22089 22090 (datestamp corrections - let's see if this really
2200 !> (integrate 35 files)
2201 ____________________________________________________________________________
2202 [ 22084] By: rgs on 2004/01/07 09:25:16
2203 Log: Hardcoded numerical flag masks. Bad.
2206 ____________________________________________________________________________
2207 [ 22083] By: nicholas on 2004/01/06 18:57:29
2208 Log: Seems that sv_setsv_cow needs to be visible to core extensions,
2209 so that re will build properly on Win32. Thanks to Steve Hay for
2210 trying COW and finding the problems.
2213 ____________________________________________________________________________
2214 [ 22082] By: rgs on 2004/01/06 18:11:22
2215 Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
2219 ____________________________________________________________________________
2220 [ 22079] By: nicholas on 2004/01/06 12:38:52
2221 Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
2222 like this pre 5.8.1, I suspect that no-one has used it recently.
2225 ____________________________________________________________________________
2226 [ 22076] By: rgs on 2004/01/06 08:18:44
2227 Log: The TODO tag should be included also when a TODO test succeeds,
2228 so it's reported by the test harness
2231 ____________________________________________________________________________
2232 [ 22075] By: rgs on 2004/01/06 07:56:25
2233 Log: This TODO test seems to pass now.
2236 ____________________________________________________________________________
2237 [ 22074] By: rgs on 2004/01/05 23:29:55
2238 Log: Some of the bitwise manipulation PP functions weren't checking
2239 whether their arguments were magical before using them.
2243 ____________________________________________________________________________
2244 [ 22071] By: davem on 2004/01/05 22:17:04
2246 stop $^O getting tainted on read access, and disallow tainted
2250 ____________________________________________________________________________
2251 [ 22068] By: rgs on 2004/01/05 21:48:30
2252 Log: Some mandatory syntax warnings emitted by the lexer weren't
2253 disableable (bug [perl #24815]).
2255 ! pod/perldiag.pod t/lib/warnings/toke toke.c
2256 ____________________________________________________________________________
2257 [ 22067] By: nicholas on 2004/01/05 21:36:07
2258 Log: Change the flag logic in buildtoc
2260 ! pod.lst pod/buildtoc
2261 ____________________________________________________________________________
2262 [ 22064] By: nicholas on 2004/01/05 21:16:09
2263 Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
2266 ____________________________________________________________________________
2267 [ 22058] By: rgs on 2004/01/05 06:17:47
2268 Log: Subject: [PATCH] skip num.t #47 on VMS
2269 From: "Craig A. Berry" <craigberry@mac.com>
2270 Date: Sun, 04 Jan 2004 23:16:26 -0600
2271 Message-ID: <3FF8F32A.5000108@mac.com>
2274 ____________________________________________________________________________
2275 [ 22057] By: rgs on 2004/01/05 06:17:07
2276 Log: Subject: [PATCH configure.com] future-proof signal check
2277 From: "Craig A. Berry" <craigberry@mac.com>
2278 Date: Sun, 04 Jan 2004 22:53:40 -0600
2279 Message-ID: <3FF8EDD4.3080308@mac.com>
2282 ____________________________________________________________________________
2283 [ 22056] By: rgs on 2004/01/04 20:45:31
2284 Log: Upgrade to Cwd 2.13
2286 ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
2287 ____________________________________________________________________________
2288 [ 22055] By: davem on 2004/01/04 19:34:36
2289 Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
2290 From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
2291 Date: Fri, 2 Jan 2004 11:31:46 +0100
2292 Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
2294 eval of of a truncated format should fail
2296 ! t/op/write.t toke.c
2297 ____________________________________________________________________________
2298 [ 22052] By: rgs on 2004/01/03 19:53:53
2299 Log: Upgrade to PerlIO::via::QuotedPrint 0.06
2301 ! lib/PerlIO/via/QuotedPrint.pm
2302 ____________________________________________________________________________
2303 [ 22051] By: rgs on 2004/01/03 19:51:02
2304 Log: Upgrade to Time::HiRes 1.54
2306 + ext/Time/HiRes/hints/solaris.pl
2307 ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2308 ! ext/Time/HiRes/HiRes.xs
2309 ____________________________________________________________________________
2310 [ 22050] By: nicholas on 2004/01/03 19:24:00
2311 Log: No matter how hard you proof read it, something always slips through.
2313 ! ext/Storable/ChangeLog
2314 ____________________________________________________________________________
2315 [ 22049] By: nicholas on 2004/01/03 19:22:08
2316 Log: Fix minor problems with the CPAN release
2317 1: Make Storable.xs to work on 5.8.2 and later (already in the core)
2318 2: Ship the linux hints file
2319 3: Ship Test::More for the benefit of Perls pre 5.6.2
2320 4: Correct Makefile.PL to install in core for 5.8.0 and later
2322 ! ext/Storable/ChangeLog ext/Storable/MANIFEST
2323 ! ext/Storable/Makefile.PL ext/Storable/README
2324 ! ext/Storable/Storable.pm
2325 ____________________________________________________________________________
2326 [ 22047] By: rgs on 2004/01/03 00:07:13
2327 Log: Tidy up change #18751, so that the second parameter to unpack()
2328 defaults to $_ at compile-time, instead of run-time (like all
2329 other primitives that default to $_).
2331 ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
2332 ____________________________________________________________________________
2333 [ 22044] By: nicholas on 2004/01/02 16:17:24
2334 Log: Bump $threads::VERSION as the documentation has changed. Tweak the
2335 documentaiton, update Arthur's e-mail address
2337 ! ext/threads/threads.pm
2338 ____________________________________________________________________________
2339 [ 22043] By: rgs on 2004/01/02 08:35:22
2340 Log: Use the optimization level -O2 by default on Linux/gcc.
2342 Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
2343 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2344 Date: Thu, 1 Jan 2004 05:32:15 +0100
2345 Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
2348 ____________________________________________________________________________
2349 [ 22041] By: nicholas on 2004/01/02 00:38:00
2350 Log: Update debugger version number and Changes file
2353 ____________________________________________________________________________
2354 [ 22037] By: davem on 2004/01/01 23:22:10
2355 Log: addition to 22036 (document SUPER better): superclass may be plural
2357 ! pod/perlbot.pod pod/perlobj.pod
2358 ____________________________________________________________________________
2359 [ 22036] By: davem on 2004/01/01 22:23:11
2360 Log: Document the quirks of SUPER, especially the fact that it it
2361 relative to the current package and not to the invoking object.
2363 ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
2365 ____________________________________________________________________________
2366 [ 22034] By: davem on 2004/01/01 19:58:08
2367 Log: Fix bug #24383, where hashes with the :unique attribute weren't
2368 getting made readonly on interpreter clone. Also, remove the
2369 :unique attribute from the hashes in warnings.pm, since they may
2370 later be modified by warnings::register. Finally, adds tests for
2371 the :unique attribute.
2373 ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
2374 ____________________________________________________________________________
2375 [ 22033] By: nicholas on 2004/01/01 19:22:24
2376 Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
2377 From: Dorner Thomas <tdorner@amadeus.net>
2378 Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
2379 Date: Fri, 19 Dec 2003 07:16:47 +0100
2381 ! t/io/utf8.t t/op/pat.t
2382 ____________________________________________________________________________
2383 [ 22032] By: rgs on 2004/01/01 17:29:21
2384 Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
2385 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2386 Date: Thu, 18 Dec 2003 14:10:29 -0800
2387 Message-ID: <20031218221029.GA7898@math.berkeley.edu>
2389 ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
2390 ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
2391 ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
2392 ____________________________________________________________________________
2393 [ 22031] By: rgs on 2004/01/01 16:30:13
2394 Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
2396 ! pod/perlunicode.pod
2397 ____________________________________________________________________________
2398 [ 22030] By: rgs on 2004/01/01 13:55:31
2399 Log: Document that detached threads aren't supported on Windows yet.
2401 ! ext/threads/threads.pm
2402 ____________________________________________________________________________
2403 [ 22029] By: rgs on 2004/01/01 13:30:33
2404 Log: Upgrade to Getopt::Long 2.34_01
2406 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
2407 ____________________________________________________________________________
2408 [ 22026] By: nicholas on 2003/12/31 15:22:31
2409 Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
2410 beautiful clean run of OKs. You are all getting a clean run of OKs,
2413 ! lib/Test/Harness/t/00compile.t
2414 ____________________________________________________________________________
2415 [ 22025] By: nicholas on 2003/12/31 15:11:51
2416 Log: Subject: [PATCH] "piconv -C 512" badly broken
2417 From: Autrijus Tang <autrijus@autrijus.org>
2418 Message-Id: <1072870210.769.5.camel@localhost>
2419 Date: Wed, 31 Dec 2003 19:30:10 +0800
2421 ! ext/Encode/bin/piconv
2422 ____________________________________________________________________________
2423 [ 22021] By: rgs on 2003/12/31 08:28:43
2424 Log: Upgrade to Test::Harness 2.40.
2426 ! lib/Test/Harness.pm lib/Test/Harness/Changes
2427 ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
2428 ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
2429 ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
2430 ! lib/Test/Harness/t/prove-switches.t
2431 ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
2432 ! lib/Test/Harness/t/test-harness.t
2433 ____________________________________________________________________________
2434 [ 22020] By: rgs on 2003/12/31 07:59:19
2435 Log: C++ comments, bad.
2438 ____________________________________________________________________________
2439 [ 22018] By: nicholas on 2003/12/30 23:29:59
2440 Log: Bump VERSION numbers
2442 ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
2443 ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
2444 ! lib/diagnostics.pm
2445 ____________________________________________________________________________
2446 [ 22016] By: rgs on 2003/12/30 21:10:22
2447 Log: A patch for Test::Harness on VMS by Craig Berry
2448 (see RT CPAN bug #4745)
2450 ! lib/Test/Harness/Straps.pm
2451 ____________________________________________________________________________
2452 [ 22013] By: nicholas on 2003/12/30 18:18:28
2453 Log: Subject: more uni doc tweakage
2454 From: Jarkko Hietaniemi <jhi@iki.fi>
2455 Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
2456 Date: Tue, 30 Dec 2003 15:37:55 +0200
2458 Subject: one more pod fix
2459 From: Jarkko Hietaniemi <jhi@iki.fi>
2460 Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
2461 Date: Tue, 30 Dec 2003 15:56:41 +0200
2463 ! lib/PerlIO.pm pod/perlunicode.pod
2464 ____________________________________________________________________________
2465 [ 22009] By: davem on 2003/12/30 17:14:44
2466 Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
2469 ____________________________________________________________________________
2470 [ 22007] By: rgs on 2003/12/30 16:04:47
2471 Log: Upgrade to Math::BigInt 1.68.
2473 + lib/Math/BigInt/t/bigroot.t
2474 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2475 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
2476 ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
2477 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
2478 ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
2479 ____________________________________________________________________________
2480 [ 22005] By: davem on 2003/12/30 15:07:50
2481 Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
2482 heuristics for calculating buffer size needed to compile a format
2485 ! pp_ctl.c t/op/write.t
2486 ____________________________________________________________________________
2487 [ 22003] By: rgs on 2003/12/30 12:54:02
2488 Log: Add a regression test for bug #24762
2491 ____________________________________________________________________________
2492 [ 22002] By: rgs on 2003/12/30 12:49:09
2493 Log: Updates the notes about byacc in pumpkin.pod.
2495 ! Porting/pumpkin.pod
2496 ____________________________________________________________________________
2497 [ 22001] By: rgs on 2003/12/30 09:58:08
2498 Log: Bump up UNIVERSAL's version to 1.02
2502 ____________________________________________________________________________
2503 [ 21999] By: nicholas on 2003/12/29 23:53:31
2504 Log: Add Mike Pomraning
2507 ____________________________________________________________________________
2508 [ 21997] By: rgs on 2003/12/29 20:11:12
2509 Log: Update the README and Changes files for Switch 2.10
2511 ! lib/Switch/Changes lib/Switch/README
2512 ____________________________________________________________________________
2513 [ 21996] By: rgs on 2003/12/29 20:07:00
2514 Log: Upgrade to Switch 2.10, by integrating some changes by Damian
2517 ____________________________________________________________________________
2518 [ 21993] By: rgs on 2003/12/29 10:49:29
2519 Log: Windows hasn't getuid/setuid and friends.
2520 Therefore disable the code related to them in POSIX.xs.
2522 Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
2523 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2524 Date: Mon, 29 Dec 2003 04:51:19 +0100
2525 Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
2527 ! ext/POSIX/POSIX.xs
2528 ____________________________________________________________________________
2529 [ 21992] By: rgs on 2003/12/29 10:31:07
2530 Log: Subject: [PATCH] win32_chsize buglet
2531 From: "Kevin Chase" <kevincha99@hotmail.com>
2532 Date: Sun, 28 Dec 2003 15:48:56 -0800
2533 Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
2536 ____________________________________________________________________________
2537 [ 21991] By: rgs on 2003/12/29 08:10:51
2538 Log: Upgrade to Encode 1.99.
2540 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
2541 ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
2542 ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
2543 ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
2544 ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
2545 ! ext/Encode/ucm/macHebrew.ucm
2546 ____________________________________________________________________________
2547 [ 21990] By: rgs on 2003/12/28 18:41:35
2548 Log: Fix a little syntax error, reported by Marcus Holland-Moritz
2551 ____________________________________________________________________________
2552 [ 21989] By: nicholas on 2003/12/28 11:49:20
2553 Log: From: "Nigel Sandever" <njsandever@hotmail.com>
2554 Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
2555 Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
2556 Date: Thu, 25 Sep 2003 21:49:07 +0000
2558 ! dosish.h win32/win32.c win32/win32sck.c
2559 ____________________________________________________________________________
2560 [ 21988] By: rgs on 2003/12/27 23:46:40
2561 Log: Regenerate the perly.c patch for byacc output painless fixing
2564 ____________________________________________________________________________
2565 [ 21986] By: rgs on 2003/12/27 23:11:59
2566 Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
2568 ! perly.c perly.y vms/perly_c.vms
2569 ____________________________________________________________________________
2570 [ 21985] By: nicholas on 2003/12/27 22:55:35
2571 Log: Subject: Cross compilation patches for arm.
2572 From: Redvers Davies <red@criticalintegration.com>
2573 Message-Id: <1072098653.4789.6.camel@ragefire>
2574 Date: Mon, 22 Dec 2003 08:11:34 -0500
2576 ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
2577 ! Cross/config.sh-arm-linux Cross/installperl.patch
2578 ____________________________________________________________________________
2579 [ 21983] By: rgs on 2003/12/27 21:29:04
2580 Log: Fix bug [perl #24735] : make sure that the range (..) operator
2581 treats an undefined argument as 0 for numerical ranges and as ""
2582 for magical string ranges.
2584 ! pp_ctl.c t/op/range.t
2585 ____________________________________________________________________________
2586 [ 21981] By: rgs on 2003/12/27 20:14:09
2587 Log: Subject: PATCH: *DB*_File
2588 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
2589 Date: Sat, 27 Dec 2003 20:02:30 -0000
2590 Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
2592 ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
2593 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
2594 ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
2595 ! ext/DB_File/typemap ext/GDBM_File/typemap
2596 ! ext/NDBM_File/typemap ext/ODBM_File/typemap
2597 ! ext/SDBM_File/typemap
2598 ____________________________________________________________________________
2599 [ 21978] By: nicholas on 2003/12/27 18:31:27
2600 Log: Straggler from Cwd
2603 ____________________________________________________________________________
2604 [ 21977] By: nicholas on 2003/12/27 18:29:44
2605 Log: Straggler from Unicode::Collate.
2606 We need to automate this.
2607 For some value of we. (tr/w/m/ I suspect)
2609 + lib/Unicode/Collate/t/rearrang.t
2610 ____________________________________________________________________________
2611 [ 21976] By: nicholas on 2003/12/27 18:28:37
2612 Log: Assimilate Unicode::Collate 0.33
2614 + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
2615 ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2616 ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
2617 ! lib/Unicode/Collate/t/contract.t
2618 ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
2619 ! lib/Unicode/Collate/t/version.t
2620 ____________________________________________________________________________
2621 [ 21975] By: nicholas on 2003/12/27 18:12:33
2622 Log: Assimilate PodParser-1.26
2624 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
2625 ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
2626 ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
2627 ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
2628 ____________________________________________________________________________
2629 [ 21974] By: nicholas on 2003/12/27 17:50:34
2630 Log: Assimilate File::Spec 0.87
2632 ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
2633 ____________________________________________________________________________
2634 [ 21973] By: nicholas on 2003/12/27 17:24:27
2635 Log: Assimilate Digest 1.05
2637 ! lib/Digest.pm lib/Digest/t/digest.t
2638 ____________________________________________________________________________
2639 [ 21972] By: nicholas on 2003/12/27 17:20:23
2640 Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
2641 21646 was only applied to core (must punt this back and thereby unfork)
2642 Need to fix test boilerplate properly for PERL_CORE
2644 ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
2645 ! ext/Cwd/t/taint.t lib/Cwd.pm
2646 ____________________________________________________________________________
2647 [ 21971] By: nicholas on 2003/12/27 16:55:54
2648 Log: Subject: [PATCH] Remove Win32 compiler warnings
2649 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2650 Date: Sat, 27 Dec 2003 17:39:20 +0100
2651 Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
2653 ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
2654 ____________________________________________________________________________
2655 [ 21970] By: nicholas on 2003/12/27 16:39:01
2656 Log: Allow overriding of the p4 settings via environment variables
2657 Make regexp more robust to parse FreeBSD's patch output
2660 ____________________________________________________________________________
2661 [ 21968] By: rgs on 2003/12/27 14:27:57
2662 Log: Subject: [PATCH] perl 5.8.0, FindBin::again
2663 From: Slaven Rezic <slaven@rezic.de>
2664 Date: 01 May 2003 21:28:10 +0200
2665 Message-ID: <873cjy31rp.fsf@vran.herceg.de>
2667 ! lib/FindBin.pm lib/FindBin.t
2668 ____________________________________________________________________________
2669 [ 21967] By: nicholas on 2003/12/27 13:26:29
2670 Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
2671 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2672 Date: Sat, 27 Dec 2003 02:48:19 +0100
2673 Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
2676 ____________________________________________________________________________
2677 [ 21964] By: nicholas on 2003/12/26 20:31:38
2678 Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
2679 as I'm going to integrate the core patch
2681 ! ext/List/Util/t/weak.t
2682 ____________________________________________________________________________
2683 [ 21962] By: nicholas on 2003/12/26 19:22:16
2684 Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
2685 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2686 Date: Fri, 26 Dec 2003 02:47:09 +0100
2687 Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
2690 ____________________________________________________________________________
2691 [ 21960] By: rgs on 2003/12/26 10:18:24
2692 Log: Refactor the code that checks whether a range is numeric
2696 ____________________________________________________________________________
2697 [ 21959] By: rgs on 2003/12/26 08:51:06
2698 Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
2699 This fixes building SDBM_File on AIX.
2701 ! ext/SDBM_File/sdbm/Makefile.PL
2702 ____________________________________________________________________________
2703 [ 21958] By: rgs on 2003/12/25 21:22:25
2704 Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
2705 update the perl variables PL_uid and PL_euid (resp. PL_gid
2706 and PL_egid) with the new values.
2708 ! ext/POSIX/POSIX.xs
2709 ____________________________________________________________________________
2710 [ 21957] By: rgs on 2003/12/25 20:14:00
2711 Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
2712 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2713 Date: Thu, 18 Dec 2003 12:30:06 -0800
2714 Message-ID: <20031218203006.GA7772@math.berkeley.edu>
2717 ____________________________________________________________________________
2718 [ 21956] By: rgs on 2003/12/25 19:40:55
2719 Log: Subject: BigInt v1.68 - pre-release
2720 From: Tels <perl_dummy@bloodgate.com>
2721 Date: Tue, 23 Dec 2003 01:09:23 +0100
2722 Message-Id: <200312230106.27661@bloodgate.com>
2724 + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
2725 + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
2726 + lib/Math/BigInt/t/sub_ali.t
2727 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2728 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
2729 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
2730 ! lib/Math/BigInt/t/upgrade.inc
2731 ____________________________________________________________________________
2732 [ 21955] By: rgs on 2003/12/25 18:59:54
2733 Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
2734 From: Fergal Daly <fergal@esatclear.ie>
2735 Date: Tue, 2 Dec 2003 23:18:18 +0000
2736 Message-Id: <200312022318.18353.fergal@esatclear.ie>
2738 (tweaked so the test is skipped on perls < 5.9.0)
2740 ! ext/List/Util/t/weak.t sv.c
2741 ____________________________________________________________________________
2742 [ 21953] By: nicholas on 2003/12/23 23:34:48
2743 Log: Subject: [PATCH: perl@21949] document patch for VMS port on new file systems
2744 From: PPrymmer@factset.com
2745 Date: Tue, 23 Dec 2003 17:27:44 -0500
2746 Message-Id: <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
2749 ____________________________________________________________________________
2750 [ 21952] By: nicholas on 2003/12/23 23:19:19
2751 Log: Subject: [patch t/test.pl] comment fix
2752 From: Stas Bekman <stas@stason.org>
2753 Message-ID: <3FE8C65A.4060708@stason.org>
2754 Date: Tue, 23 Dec 2003 14:48:58 -0800
2757 ____________________________________________________________________________
2758 [ 21951] By: adi on 2003/12/22 23:22:12
2759 Log: re-fix [perl #24508] without speed regression.
2760 keep an eye on this.
2762 ! op.c opcode.h opcode.pl
2763 ____________________________________________________________________________
2764 [ 21950] By: adi on 2003/12/22 23:19:25
2765 Log: sanitize some macros - based on Chip Salzenberg suggestions and
2766 on the way GNU people use the gcc-ish 'blocks in parens'
2769 ____________________________________________________________________________
2770 [ 21948] By: nicholas on 2003/12/22 21:00:30
2771 Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
2772 Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
2773 Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
2774 From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
2776 ! ext/threads/shared/shared.xs
2777 ____________________________________________________________________________
2778 [ 21946] By: nicholas on 2003/12/22 20:34:06
2779 Log: Subject: doc nits
2780 From: Jarkko Hietaniemi <jhi@iki.fi>
2781 Date: Mon, 22 Dec 2003 21:57:34 +0200
2782 Message-Id: <20031222195734.GA29441@vipunen.hut.fi>
2784 ! pod/perltodo.pod pod/perlunicode.pod
2785 ____________________________________________________________________________
2786 [ 21944] By: merijn on 2003/12/22 10:13:43
2787 Log: Subject: [PATCH] configure.com archname tweak
2788 From: "Craig A. Berry" <craigberry@mac.com>
2789 Date: Sun, 21 Dec 2003 23:07:13 -0600
2790 Message-ID: <3FE67C01.1000704@mac.com>
2793 ____________________________________________________________________________
2794 [ 21942] By: rgs on 2003/12/21 21:29:47
2795 Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
2796 From: Mike Guy <mjtg@cam.ac.uk>
2797 Date: Fri, 19 Dec 2003 17:17:11 +0000
2798 Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
2801 ____________________________________________________________________________
2802 [ 21940] By: rgs on 2003/12/21 15:33:19
2803 Log: Fix a side-effect of bug #24674 in the perl debugger.
2805 Subject: [perl #24674] 5.x odd taint bug
2806 From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
2807 Date: 16 Dec 2003 15:03:24 -0000
2808 Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
2811 ____________________________________________________________________________
2812 [ 21938] By: rgs on 2003/12/20 22:56:24
2813 Log: Subject: Perl 5.8.3 patches from the BS2000 port
2814 From: Dorner Thomas <tdorner@amadeus.net>
2815 Date: Wed, 17 Dec 2003 15:41:17 +0100
2816 Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
2818 ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
2819 ____________________________________________________________________________
2820 [ 21937] By: adi on 2003/12/20 21:37:03
2821 Log: after back-references, restricted hashes.
2822 see http://nntp.perl.org/group/perl.perl5.porters/86497
2823 this is hopefully only a temporary solution.
2826 ____________________________________________________________________________
2827 [ 21936] By: adi on 2003/12/20 21:32:37
2828 Log: fix [perl #24660], [perl #24663].
2831 ____________________________________________________________________________
2832 [ 21935] By: rgs on 2003/12/20 21:21:50
2833 Log: Upgrade to Time::Local 1.07_94
2835 ! lib/Time/Local.pm lib/Time/Local.t
2836 ____________________________________________________________________________
2837 [ 21933] By: nicholas on 2003/12/20 20:07:44
2838 Log: Subject: [PATCH] OpenVMS I64 support
2839 From: "Craig A. Berry" <craigberry@mac.com>
2840 Message-ID: <3FE2441F.2070603@mac.com>
2841 Date: Thu, 18 Dec 2003 18:19:43 -0600
2843 ! configure.com vms/gen_shrfls.pl
2844 ____________________________________________________________________________
2845 [ 21932] By: nicholas on 2003/12/20 19:57:51
2846 Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
2847 <20031220124854.GA1265@ratsnest.hole> )
2850 ____________________________________________________________________________
2851 [ 21931] By: nicholas on 2003/12/20 18:58:06
2852 Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
2853 Configure test for troublesome gconvert(), so for now simply avoid
2854 the optimisation that calls gconvert() in this case.
2857 ____________________________________________________________________________
2858 [ 21928] By: rgs on 2003/12/19 08:36:11
2859 Log: Upgrade to CGI.pm 3.01
2861 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
2862 ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
2863 ! lib/CGI/t/request.t
2864 ____________________________________________________________________________
2865 [ 21927] By: rgs on 2003/12/19 08:10:41
2866 Log: Subject: [DOCPATCH] base.pm
2867 From: Elizabeth Mattijsen <liz@dijkmat.nl>
2868 Date: Thu, 18 Dec 2003 22:30:52 +0100
2869 Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
2871 Plus, remove leftover mentions of pseudo-hashes
2874 ____________________________________________________________________________
2875 [ 21924] By: nicholas on 2003/12/18 20:24:29
2876 Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
2879 ____________________________________________________________________________
2880 [ 21923] By: rgs on 2003/12/18 14:58:42
2881 Log: Perl 1.0.16 has been released.
2884 ____________________________________________________________________________
2885 [ 21922] By: rgs on 2003/12/17 21:36:36
2886 Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
2887 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
2888 Date: Wed, 17 Dec 2003 13:26:52 +0100
2889 Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
2891 ! embed.fnc embed.h global.sym
2892 ____________________________________________________________________________
2893 [ 21921] By: rgs on 2003/12/17 17:34:05
2894 Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
2895 From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
2896 Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
2897 Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
2899 + ext/threads/shared/t/wait.t
2900 ! MANIFEST ext/threads/shared/shared.pm
2901 ! ext/threads/shared/shared.xs
2902 ____________________________________________________________________________
2903 [ 21918] By: rgs on 2003/12/16 22:00:39
2904 Log: Sync with the latest MakeMaker snapshot.
2905 But set the $VERSION to 6.21_01.
2907 ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
2908 ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
2909 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
2910 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
2911 ! lib/ExtUtils/instmodsh
2912 ____________________________________________________________________________
2913 [ 21917] By: alanbur on 2003/12/15 09:13:49
2914 Log: Remove incorrect guards around inclusion of <signal.h>
2915 Causes problems with UNIX03/SUSv3
2916 Part 2 of change 21916 - oops!
2919 Message-Id: <3FDD06A5.8010004@sun.com>
2920 Subject: Re: UNIX03 & C99 issue with 5.8.2
2921 From: Alan Burlison <Alan.Burlison@sun.com>
2922 Date: Mon, 15 Dec 2003 00:56:05 +0000
2924 ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
2925 ____________________________________________________________________________
2926 [ 21916] By: alanbur on 2003/12/15 09:02:58
2927 Log: Remove incorrect guards around inclusion of <signal.h>
2928 Causes problems with UNIX03/SUSv3
2931 ____________________________________________________________________________
2932 [ 21915] By: rgs on 2003/12/15 07:43:50
2933 Log: Add the macros dAX and dITEMS to PPPort.
2935 ! ext/Devel/PPPort/PPPort.pm
2936 ____________________________________________________________________________
2937 [ 21914] By: rgs on 2003/12/14 22:53:43
2938 Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
2939 From: Stas Bekman <stas@stason.org>
2940 Date: Sun, 14 Dec 2003 15:12:40 -0800
2941 Message-ID: <3FDCEE68.3080509@stason.org>
2943 ! Porting/pumpkin.pod
2944 ____________________________________________________________________________
2945 [ 21912] By: rgs on 2003/12/14 22:48:17
2946 Log: Subject: [DOCPATCH] perlfunc delete
2947 From: Elizabeth Mattijsen <liz@dijkmat.nl>
2948 Date: Sun, 14 Dec 2003 20:25:07 +0100
2949 Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
2952 ____________________________________________________________________________
2953 [ 21910] By: nicholas on 2003/12/14 20:06:41
2954 Log: Forgot to remove a comment
2957 ____________________________________________________________________________
2958 [ 21907] By: nicholas on 2003/12/14 18:35:15
2959 Log: S_save_hek_flags should honour the "free" flag.
2960 Ought to mask the flag bits that shouldn't be stored.
2963 ____________________________________________________________________________
2964 [ 21906] By: nicholas on 2003/12/14 17:06:13
2965 Log: Some fool missed a letter n.
2966 (and then "optimised" code based on its absense. D'oh)
2967 Restore the correct behaviour - fetch with uppercase key, then if
2968 still not found store with mixed/lowercase key.
2971 ____________________________________________________________________________
2972 [ 21905] By: nicholas on 2003/12/14 16:34:01
2973 Log: Subject: Re: Change 21862
2974 From: Enache Adrian <enache@rdslink.ro>
2975 Date: Wed, 10 Dec 2003 06:05:58 +0200
2976 Message-ID: <20031210040558.GC1584@ratsnest.hole>
2978 (1st hunk), plus the equivalent for hv_delete_common
2981 ____________________________________________________________________________
2982 [ 21904] By: nicholas on 2003/12/14 15:32:32
2983 Log: Clean up a bug I introduced into caseless ENV hv_delete
2984 (should be the proper fix for 21870 and 21872's band aid)
2987 ____________________________________________________________________________
2988 [ 21902] By: rgs on 2003/12/13 21:56:45
2989 Log: Subject: Re: 5.6.2-RC1 on Cygwin
2990 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2991 Date: Sat, 6 Dec 2003 22:32:59 -0800
2992 Message-ID: <20031207063259.GA3004@efn.org>
2993 (with tweaks to cleanup code)
2996 ____________________________________________________________________________
2997 [ 21898] By: nicholas on 2003/12/13 19:20:41
3001 ____________________________________________________________________________
3002 [ 21897] By: rgs on 2003/12/13 18:41:51
3003 Log: Reformat a long line in perlembed.pod (bug #24623).
3006 ____________________________________________________________________________
3007 [ 21896] By: nicholas on 2003/12/13 18:40:59
3008 Log: The binary compatibility notes say that new global functions should
3009 go at the end. Not that I'm anything more than "trainee" when it
3010 comes to this bincompat stuff.
3013 ____________________________________________________________________________
3014 [ 21895] By: rgs on 2003/12/13 18:33:38
3015 Log: alarm() is now implemented on Win32.
3018 ____________________________________________________________________________
3019 [ 21893] By: nicholas on 2003/12/13 17:40:32
3020 Log: foreach qw() { # not valid syntax for 5.005. So fix it.
3023 ____________________________________________________________________________
3024 [ 21892] By: rgs on 2003/12/13 17:02:12
3025 Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
3026 From: David Dyck <david.dyck@fluke.com>
3027 Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
3028 Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
3030 ! lib/File/CheckTree.pm
3031 ____________________________________________________________________________
3032 [ 21891] By: rgs on 2003/12/13 16:33:46
3033 Log: Make the XSRETURN macro evaluate its argument only once.
3036 ____________________________________________________________________________
3037 [ 21886] By: rgs on 2003/12/13 12:30:08
3038 Log: More POD fixes ; regenerate perltoc and perlmodlib.
3040 ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
3042 ____________________________________________________________________________
3043 [ 21885] By: rgs on 2003/12/13 12:21:26
3044 Log: Fix some of the pods to produce more standard manpages,
3045 as reported by Eric S. Raymond.
3047 ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
3048 ____________________________________________________________________________
3049 [ 21884] By: rgs on 2003/12/13 00:09:01
3050 Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
3051 From: Anders Johnson <ajohnson@nvidia.com>
3052 Date: Fri, 12 Dec 2003 14:07:40 -0800
3053 Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
3057 ____________________________________________________________________________
3058 [ 21883] By: rgs on 2003/12/12 23:54:25
3059 Log: Modify the common guard for the signal.h header, because
3060 C99 compilers don't like it.o
3063 Subject: UNIX03 & C99 issue with 5.8.2
3064 From: Alan Burlison <Alan.Burlison@sun.com>
3065 Date: Fri, 12 Dec 2003 23:04:52 +0000
3066 Message-ID: <3FDA4994.6050209@sun.com>
3068 ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
3070 ____________________________________________________________________________
3071 [ 21882] By: rgs on 2003/12/12 22:43:11
3072 Log: Subject: [PATCH] Math::BigInt v1.67 released
3073 From: Tels <perl_dummy@bloodgate.com>
3074 Date: Fri, 12 Dec 2003 18:47:43 +0100
3075 Message-Id: <200312121847.49039@bloodgate.com>
3077 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3078 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
3079 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3080 ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
3081 ! lib/Math/BigInt/t/sub_mbi.t
3082 ____________________________________________________________________________
3083 [ 21881] By: merijn on 2003/12/12 16:09:14
3084 Log: Subject: [PATCH] d_u32align for win32
3085 From: Gisle Aas <gisle@ActiveState.com>
3086 Date: 11 Dec 2003 01:33:39 -0800
3087 Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
3089 ! win32/config.bc win32/config.gc win32/config.vc
3090 ____________________________________________________________________________
3091 [ 21879] By: rgs on 2003/12/11 23:53:34
3092 Log: Subject: [PATCH] environ array fix for VMS
3093 From: "Craig A. Berry" <craigberry@mac.com>
3094 Date: Thu, 11 Dec 2003 14:35:29 -0600
3095 Message-ID: <3FD8D511.2030805@mac.com>
3098 ____________________________________________________________________________
3099 [ 21878] By: nicholas on 2003/12/11 23:49:20
3100 Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
3101 From: Mark Leighton Fisher <mark-fisher@mindspring.com>
3102 Message-ID: <3FD8E74F.7000202@mindspring.com>
3103 Date: Thu, 11 Dec 2003 16:53:19 -0500
3106 ____________________________________________________________________________
3107 [ 21877] By: rgs on 2003/12/11 23:40:54
3108 Log: Add a mention of the error "DESTROY created new reference
3109 to dead object" in perldiag.
3112 ____________________________________________________________________________
3113 [ 21876] By: adi on 2003/12/11 23:04:03
3114 Log: #21866 was wrong. another try to plumb that damn leak.
3117 ____________________________________________________________________________
3118 [ 21875] By: adi on 2003/12/11 20:11:07
3119 Log: fix bug #24605.
3120 substr() wasn't working when used repeatedly on the same utf-8
3123 ! sv.c t/op/substr.t
3124 ____________________________________________________________________________
3125 [ 21874] By: rgs on 2003/12/09 21:36:58
3126 Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
3130 ____________________________________________________________________________
3131 [ 21873] By: rgs on 2003/12/09 21:33:22
3132 Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
3133 From: Autrijus Tang <autrijus@autrijus.org>
3134 Date: Tue, 9 Dec 2003 20:39:16 +0800
3135 Message-ID: <20031209123915.GA1454@not.autrijus.org>
3137 ! ext/Encode/encoding.pm pod/perlunicode.pod
3138 ____________________________________________________________________________
3139 [ 21872] By: adi on 2003/12/09 03:26:16
3140 Log: temporary fix to avoid t/op/tie.t failures on Win32
3143 ____________________________________________________________________________
3144 [ 21871] By: rgs on 2003/12/08 15:22:26
3145 Log: Upgrade to Digest-MD5 2.33.
3147 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3148 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3149 ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
3150 ____________________________________________________________________________
3151 [ 21870] By: rgs on 2003/12/08 08:22:17
3152 Log: Integrate change #21862 from maint-5.8 :
3155 A. ENV_IS_CASELESS has trys to free(keysave) when
3156 keysave isn't in scope yet.
3157 B. For default makefile.mk which build with perlhost.h
3158 stuff "live" need to link with g++ to find new/delete etc.
3160 !> hv.c win32/makefile.mk
3161 ____________________________________________________________________________
3162 [ 21869] By: rgs on 2003/12/08 07:37:27
3163 Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
3164 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
3165 Date: Mon, 08 Dec 2003 08:17:46 +0100
3166 Message-id: <20031208071746.GA594@ethan>
3169 ____________________________________________________________________________
3170 [ 21868] By: adi on 2003/12/08 03:38:39
3171 Log: yet another leak. bigger fish still swimming around.
3173 eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
3177 ____________________________________________________________________________
3178 [ 21867] By: adi on 2003/12/08 03:34:37
3179 Log: yet another 2 leaks. example for the second:
3181 eval q{ open $p{q}, "foo" } while 1
3185 ____________________________________________________________________________
3186 [ 21866] By: adi on 2003/12/08 03:30:16
3187 Log: plumb a leak with pos().
3191 my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
3196 ____________________________________________________________________________
3197 [ 21865] By: rgs on 2003/12/07 21:28:13
3198 Log: Subject: [PATCH] documenting SCALAR gotcha
3199 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
3200 Date: Sun, 07 Dec 2003 16:41:16 +0100
3201 Message-id: <20031207154116.GA825@ethan>
3204 ____________________________________________________________________________
3205 [ 21864] By: rgs on 2003/12/07 20:13:47
3206 Log: Subject: [PATCH] setenv tweak for VMS
3207 From: "Craig A. Berry" <craigberry@mac.com>
3208 Date: Sat, 06 Dec 2003 18:13:32 -0600
3209 Message-ID: <3FD270AC.3000106@mac.com>
3212 ____________________________________________________________________________
3213 [ 21863] By: rgs on 2003/12/06 21:33:22
3214 Log: Missing thingies.
3217 ____________________________________________________________________________
3218 [ 21861] By: rgs on 2003/12/06 20:58:12
3219 Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
3220 From: Tels <perl_dummy@bloodgate.com>
3221 Date: Sat, 6 Dec 2003 20:19:44 +0100
3222 Message-Id: <200312062016.50484@bloodgate.com>
3224 + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
3225 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
3226 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3227 ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3228 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3229 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3230 ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
3231 ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
3232 ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
3233 ____________________________________________________________________________
3234 [ 21860] By: rgs on 2003/12/06 20:33:09
3235 Log: Forgot to update the MANIFEST.
3238 ____________________________________________________________________________
3239 [ 21859] By: rgs on 2003/12/06 20:19:16
3240 Log: Math::BigInt::Scalar is only for tests.
3241 Move it under t/lib.
3243 +> t/lib/Math/BigInt/Scalar.pm
3244 - lib/Math/BigInt/Scalar.pm
3245 ____________________________________________________________________________
3246 [ 21858] By: rgs on 2003/12/06 20:01:24
3247 Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
3248 From: "Craig A. Berry" <craigberry@mac.com>
3249 Date: Sat, 06 Dec 2003 12:44:40 -0600
3250 Message-ID: <3FD22398.1060506@mac.com>
3253 ____________________________________________________________________________
3254 [ 21857] By: rgs on 2003/12/06 19:58:51
3255 Log: Remove the "Can't provide tied hash usage" error from perldiag.
3256 Mention the new tied hash SCALAR method in perldelta.
3258 ! pod/perldelta.pod pod/perldiag.pod
3259 ____________________________________________________________________________
3260 [ 21856] By: rgs on 2003/12/06 19:51:49
3261 Log: Clarify the description of SCALAR in perltie
3264 ____________________________________________________________________________
3265 [ 21855] By: rgs on 2003/12/06 19:50:07
3266 Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
3267 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
3268 Date: Sat, 06 Dec 2003 11:50:59 +0100
3269 Message-id: <20031206105059.GA13989@ethan>
3271 ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
3272 ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
3273 ! proto.h t/op/tie.t
3274 ____________________________________________________________________________
3275 [ 21854] By: nicholas on 2003/12/06 16:30:35
3276 Log: Make sv_force_normal_flags cope with shared hash key scalars
3277 (remember the pointer from SvPVX, reset the flags before SvGROW,
3278 avoid crazy loops or read-from-free)
3281 ____________________________________________________________________________
3282 [ 21851] By: nicholas on 2003/12/05 20:49:10
3283 Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
3285 ! ext/Digest/MD5/Makefile.PL
3286 ____________________________________________________________________________
3287 [ 21846] By: merijn on 2003/12/05 10:41:32
3288 Log: Subject: [PATCH] Configure gets d_u32align wrong
3289 From: Gisle Aas <gisle@ActiveState.com>
3290 Date: 05 Dec 2003 03:47:01 -0800
3291 Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
3294 ____________________________________________________________________________
3295 [ 21844] By: rgs on 2003/12/05 07:31:18
3296 Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
3297 From: chromatic <chromatic@wgz.org>
3298 Date: Mon, 01 Dec 2003 09:20:21 -0800
3299 Message-Id: <1070299221.1275.19.camel@localhost>
3302 ____________________________________________________________________________
3303 [ 21843] By: rgs on 2003/12/05 07:13:08
3304 Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
3305 From: "Craig A. Berry" <craigberry@mac.com>
3306 Date: Thu, 04 Dec 2003 16:00:03 -0600
3307 Message-ID: <3FCFAE63.1080106@mac.com>
3309 ! ext/SDBM_File/sdbm/Makefile.PL
3310 ____________________________________________________________________________
3311 [ 21842] By: rgs on 2003/12/05 07:07:30
3312 Log: Subject: [PATCH] $^P, eval and caller
3313 From: Paul Johnson <paul@pjcj.net>
3314 Date: Fri, 5 Dec 2003 00:57:21 +0100
3315 Message-ID: <20031204235721.GJ26355@pjcj.net>
3318 ____________________________________________________________________________
3319 [ 21841] By: rgs on 2003/12/04 12:00:28
3320 Log: Fix File::Copy with hard links on Windows.
3322 Subject: [PATCH] Re: perl @ 21830
3323 From: Steve Hay <steve.hay@uk.radan.com>
3324 Date: Wed, 03 Dec 2003 10:53:02 +0000
3325 Message-ID: <3FCDC08E.7080800@uk.radan.com>
3328 Date: Thu, 04 Dec 2003 11:02:22 +0000
3329 Message-ID: <3FCF143E.1040905@uk.radan.com>
3331 ! lib/File/Copy.pm lib/File/Copy.t
3332 ____________________________________________________________________________
3333 [ 21840] By: rgs on 2003/12/04 11:54:28
3334 Log: Subject: Re: a2p.pod not being installed in 5.8.2?
3335 From: Alan Burlison <Alan.Burlison@sun.com>
3336 Date: Thu, 04 Dec 2003 12:14:30 +0000
3337 Message-ID: <3FCF2526.3030905@sun.com>
3340 ____________________________________________________________________________
3341 [ 21837] By: rgs on 2003/12/03 08:27:33
3342 Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
3343 From: Stas Bekman <stas@stason.org>
3344 Date: Wed, 03 Dec 2003 01:41:42 -0800
3345 Message-ID: <3FCDAFD6.9050106@stason.org>
3348 ____________________________________________________________________________
3349 [ 21836] By: rgs on 2003/12/02 23:31:06
3350 Log: The prove utility should also be installed on VMS and on Windows.
3351 Haven't we regression tests for installations yet ?
3353 ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3354 ____________________________________________________________________________
3355 [ 21835] By: rgs on 2003/12/02 22:18:05
3358 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3359 ! pod/perlfaq4.pod pod/perlfaq5.pod
3360 ____________________________________________________________________________
3361 [ 21834] By: rgs on 2003/12/02 21:45:12
3362 Log: Subject: Re: [perl #24574] find2perl provides different results to find
3363 From: Slaven Rezic <slaven@rezic.de>
3364 Date: 30 Nov 2003 22:16:59 +0100
3365 Message-ID: <8765h1pnec.fsf@vran.herceg.de>
3367 (plus a note about find2perl now defaulting to -print in perldelta)
3369 ! pod/perldelta.pod x2p/find2perl.PL
3370 ____________________________________________________________________________
3371 [ 21833] By: rgs on 2003/12/02 21:34:57
3372 Log: Subject: [PATCH] setting $0 still broken
3373 From: Jan Dubois <jand@ActiveState.com>
3374 Date: Thu, 27 Nov 2003 21:09:51 -0800
3375 Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
3378 ____________________________________________________________________________
3379 [ 21832] By: rgs on 2003/12/02 21:05:58
3380 Log: Better docs for the special code blocks, based on :
3381 Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
3382 From: Elizabeth Mattijsen <liz@dijkmat.nl>
3383 Date: Sat, 29 Nov 2003 23:15:56 +0100
3384 Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
3386 ! pod/perlmod.pod pod/perlsub.pod
3387 ____________________________________________________________________________
3388 [ 21828] By: rgs on 2003/11/30 20:56:00
3389 Log: Fix the test boilerplate in lib/if.t, so it can be run
3390 from the t/ directory.
3393 ____________________________________________________________________________
3394 [ 21827] By: rgs on 2003/11/30 20:34:39
3395 Log: Keep installing xsubpp in lib/ExtUtils,
3396 so MakeMaker can find it.
3399 ____________________________________________________________________________
3400 [ 21826] By: rgs on 2003/11/30 20:31:59
3401 Log: Upgrade to Test::Harness 2.38.
3402 Introduce the prove(1) utility.
3403 (The prove-switches test is disabled for now.)
3405 + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
3406 + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
3407 + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
3409 ! MANIFEST installperl lib/Test/Harness.pm
3410 ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
3411 ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
3412 ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
3413 ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
3414 ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
3415 ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
3416 ____________________________________________________________________________
3417 [ 21823] By: rgs on 2003/11/30 18:22:54
3418 Log: Subject: Re: [perl #24554] Segfault in POSIX module
3419 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3420 Date: Sat, 29 Nov 2003 23:32:38 +0900
3421 Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
3423 (plus a test for the stringification of references
3424 passed to POSIX::isXXX())
3426 ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
3427 ____________________________________________________________________________
3428 [ 21814] By: nicholas on 2003/11/29 20:53:23
3429 Log: Integrate if.pm 0.0401
3430 Needed to edit the test file as t/TEST can't cope with extra output
3431 lines as produced by 0.0401's if.t
3433 ! lib/if.pm lib/if.t
3434 ____________________________________________________________________________
3435 [ 21813] By: nicholas on 2003/11/29 19:54:52
3436 Log: Remove whitespace from ends of lines (simply because it irritates me)
3439 ____________________________________________________________________________
3440 [ 21812] By: nicholas on 2003/11/29 17:55:32
3441 Log: Update Unicode::Normalize to 0.28
3443 + ext/Unicode/Normalize/t/illegal.t
3444 + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
3445 ! MANIFEST ext/Unicode/Normalize/Changes
3446 ! ext/Unicode/Normalize/Normalize.pm
3447 ! ext/Unicode/Normalize/Normalize.xs
3448 ! ext/Unicode/Normalize/README
3449 ____________________________________________________________________________
3450 [ 21811] By: nicholas on 2003/11/29 17:30:18
3451 Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
3454 ____________________________________________________________________________
3455 [ 21810] By: nicholas on 2003/11/29 17:29:15
3456 Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
3458 + lib/Unicode/Collate/t/illegal.t
3459 + lib/Unicode/Collate/t/illegalp.t
3460 ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3461 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
3462 ____________________________________________________________________________
3463 [ 21809] By: nicholas on 2003/11/29 17:09:25
3464 Log: D'oh! Forgot to lib/Digest/base.pm
3466 + lib/Digest/base.pm
3468 ____________________________________________________________________________
3469 [ 21808] By: nicholas on 2003/11/29 17:04:39
3470 Log: Update to Digest::MD5 2.31
3472 + ext/Digest/MD5/t/bits.t
3473 ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3474 ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
3475 ! ext/Digest/MD5/t/files.t
3476 ____________________________________________________________________________
3477 [ 21807] By: nicholas on 2003/11/29 16:45:19
3478 Log: Update Digest to 1.03
3480 + lib/Digest/t/base.t
3481 +> lib/Digest/t/digest.t
3482 ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
3483 ____________________________________________________________________________
3484 [ 21806] By: nicholas on 2003/11/29 15:41:19
3485 Log: When Gconvert is a macro around sprintf with a .* format we need
3486 to cast to int (in case STRLEN isn't the same size as int)
3487 gcc issues a warning even when it is the same size
3490 ____________________________________________________________________________
3491 [ 21805] By: nicholas on 2003/11/29 14:44:56
3492 Log: Silence gcc 2.95 warning
3493 (Its trace flow isn't good enough to realise that there is no problem)
3496 ____________________________________________________________________________
3497 [ 21804] By: nicholas on 2003/11/29 14:44:22
3498 Log: Gconvert actually takes type NV, while nv may be either double
3499 or long double (depending on some conditional code)
3500 Rafael and I think that this cast should work.
3503 ____________________________________________________________________________
3504 [ 21802] By: rgs on 2003/11/29 11:38:58
3505 Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
3507 ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
3508 ____________________________________________________________________________
3509 [ 21800] By: rgs on 2003/11/28 22:38:40
3510 Log: Fix a regression introduced by change #21694 on sprintf()
3511 with long doubles, by disabling the specific optimisation
3512 path in this case ; remove a unnecessary cast ; add a new
3513 test file for miscellaneous sprintf() test that don't fit
3514 in the t/op/sprintf.t framework.
3518 ____________________________________________________________________________
3519 [ 21799] By: rgs on 2003/11/28 21:41:29
3520 Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
3521 From: Stas Bekman <stas@stason.org>
3522 Date: Fri, 28 Nov 2003 14:42:25 -0800
3523 Message-ID: <3FC7CF51.7060804@stason.org>
3526 ____________________________________________________________________________
3527 [ 21798] By: rgs on 2003/11/28 20:42:45
3528 Log: Implement C<use Exporter 'import'> :
3530 Subject: Re: [PATCH] Exporter-related PODs
3531 From: Fergal Daly <fergal@esatclear.ie>
3532 Date: Mon, 10 Nov 2003 00:08:52 +0000
3533 Message-Id: <200311100008.52639.fergal@esatclear.ie>
3535 (tweaked, so the imported import() doesn't spit out warnings)
3537 ! lib/Exporter.pm lib/Exporter.t
3538 ____________________________________________________________________________
3539 [ 21797] By: rgs on 2003/11/28 20:11:47
3540 Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
3541 From: Slaven Rezic <slaven@rezic.de>
3542 Date: 19 Oct 2003 19:11:31 +0200
3543 Message-ID: <87smlprw3g.fsf@vran.herceg.de>
3544 (with further tweaks)
3546 ! lib/File/Copy.pm lib/File/Copy.t
3547 ____________________________________________________________________________
3548 [ 21795] By: rgs on 2003/11/28 19:16:33
3549 Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
3550 From: "Green, Paul" <Paul.Green@stratus.com>
3551 Date: Thu, 27 Nov 2003 21:51:26 -0500
3552 Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
3555 ____________________________________________________________________________
3556 [ 21794] By: nicholas on 2003/11/28 19:14:58
3557 Log: Arguments to skip were the wrong way round, hence why all the *BSDs
3561 ____________________________________________________________________________
3562 [ 21789] By: rgs on 2003/11/27 22:18:29
3563 Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
3564 PerlIO and threads are not on CPAN.
3566 ! Porting/Maintainers.pl
3567 ____________________________________________________________________________
3568 [ 21788] By: nicholas on 2003/11/25 21:27:11
3569 Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
3572 ____________________________________________________________________________
3573 [ 21787] By: rgs on 2003/11/25 21:12:19
3574 Log: Subject: [PATCH] Re: bug or a feature?
3575 From: Torsten Foertsch <torsten.foertsch@gmx.net>
3576 Date: Sat, 22 Nov 2003 13:15:53 +0100
3577 Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
3580 Date: Sat, 22 Nov 2003 14:21:45 +0100
3581 Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
3582 (test moved to t/op/readline.t)
3584 ! pp_hot.c t/op/readline.t
3585 ____________________________________________________________________________
3586 [ 21783] By: merijn on 2003/11/24 21:24:46
3587 Log: Subject: remove hardcoded version number from cygwin/perlld.in
3588 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3589 Date: Mon, 24 Nov 2003 08:11:36 -0800
3590 Message-ID: <20031124161136.GC2656@efn.org>
3592 ! cygwin/Makefile.SHs cygwin/perlld.in
3593 ____________________________________________________________________________
3594 [ 21782] By: nicholas on 2003/11/24 20:07:29
3595 Log: Should fix the infinite loop on a dynamic %ENV fetch
3598 ____________________________________________________________________________
3599 [ 21781] By: nicholas on 2003/11/24 19:47:57
3600 Log: Tweak the order of initialisation of oentry in hv_fetch_common -
3601 C source now cleaner, but optimised object file still the same size.
3604 ____________________________________________________________________________
3605 [ 21780] By: rgs on 2003/11/23 21:59:06
3606 Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
3607 From: Andy Dougherty <doughera@lafayette.edu>
3608 Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
3609 Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
3612 Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
3613 Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
3615 ! hints/solaris_2.sh
3616 ____________________________________________________________________________
3617 [ 21779] By: nicholas on 2003/11/22 23:37:24
3618 Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
3619 reported by Craig Berry
3622 ____________________________________________________________________________
3623 [ 21774] By: nicholas on 2003/11/22 21:21:22
3624 Log: restore_magic needs to undo COW
3625 (while magic was off, sv_setsv is likely to have seen this SV as a
3626 good source for COW)
3627 Should fix the smoke failures on lib/locale.t
3630 ____________________________________________________________________________
3631 [ 21773] By: nicholas on 2003/11/22 19:12:32
3632 Log: Don't COW if the destination has magic.
3635 ____________________________________________________________________________
3636 [ 21772] By: nicholas on 2003/11/22 17:05:32
3637 Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
3641 ____________________________________________________________________________
3642 [ 21771] By: nicholas on 2003/11/22 16:43:09
3643 Log: "Space Is a Province of Brazil"
3644 Farewell, hv_store_common. Store is now part of Fetch.
3645 All tests pass. hv.c 15% smaller than when I started all this
3647 ! embed.fnc embed.h hv.c proto.h
3648 ____________________________________________________________________________
3649 [ 21770] By: nicholas on 2003/11/22 13:16:43
3650 Log: Farewell hv_exists_common - exists is now a call to fetch
3651 (with the exists magic handling moved into fetch)
3653 ! embed.fnc embed.h hv.c proto.h
3654 ____________________________________________________________________________
3655 [ 21769] By: nicholas on 2003/11/22 11:02:23
3656 Log: Shift negative klen/flags games from hv_store_common out to hv_store
3658 ! embed.fnc embed.h hv.c proto.h
3659 ____________________________________________________________________________
3660 [ 21768] By: nicholas on 2003/11/22 10:37:24
3661 Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
3663 ! embed.fnc embed.h hv.c proto.h
3664 ____________________________________________________________________________
3665 [ 21767] By: nicholas on 2003/11/21 23:15:47
3666 Log: Check that the key is present before a delete, and absent afterwards
3668 ! ext/XS/APItest/t/hash.t
3669 ____________________________________________________________________________
3670 [ 21766] By: nicholas on 2003/11/21 23:12:33
3671 Log: Move the negative key -> utf8 flag conversion out to hv_delete
3673 ! embed.fnc embed.h hv.c proto.h
3674 ____________________________________________________________________________
3675 [ 21765] By: nicholas on 2003/11/21 22:41:23
3676 Log: Tweaks to S_hv_delete_common:
3677 make the magic call hv_fetch_common rather than ent-or-not
3678 grab the hash from a shared hash key scalar if possible
3679 use masked flags rather than flags for the comparison
3682 ____________________________________________________________________________
3683 [ 21764] By: nicholas on 2003/11/21 21:54:58
3686 Refactor hash API tests (prior to some additions)
3689 Test all permuations of utf8 flags on hashes and keys
3691 !> ext/XS/APItest/t/hash.t
3692 ____________________________________________________________________________
3693 [ 21760] By: nicholas on 2003/11/20 22:34:00
3694 Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
3696 ! embed.fnc hv.c proto.h
3697 ____________________________________________________________________________
3698 [ 21758] By: nicholas on 2003/11/20 20:14:17
3699 Log: Merge sv_store_flags and sv_store_ent into sv_store_common
3701 ! embed.fnc embed.h hv.c proto.h
3702 ____________________________________________________________________________
3703 [ 21756] By: rgs on 2003/11/20 12:04:46
3704 Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
3705 From: Alan Burlison <Alan.Burlison@sun.com>
3706 Date: Thu, 20 Nov 2003 10:34:30 +0000
3707 Message-ID: <3FBC98B6.6090909@sun.com>
3709 ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
3711 ____________________________________________________________________________
3712 [ 21755] By: rgs on 2003/11/19 22:46:20
3713 Log: Regenerate perlapi and perltoc.
3715 ! pod/perlapi.pod pod/perltoc.pod
3716 ____________________________________________________________________________
3717 [ 21754] By: rgs on 2003/11/19 22:39:51
3718 Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
3719 From: Iain Truskett <spoon@cpan.org>
3720 Date: Thu, 20 Nov 2003 00:41:33 +1100
3721 Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
3723 ! lib/PerlIO.pm pod/perlrun.pod
3724 ____________________________________________________________________________
3725 [ 21753] By: nicholas on 2003/11/19 22:28:25
3726 Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
3727 remove S_hv_fetch_flags
3728 hv.c now 13% smaller than when I started. hv_store TODO
3730 ! embed.fnc embed.h hv.c proto.h
3731 ____________________________________________________________________________
3732 [ 21752] By: rgs on 2003/11/19 21:06:01
3733 Log: Fix bug [perl #24508] Wrong assignment in nested assignment
3734 together with subroutine call
3735 Apparently concat still doesn't deal correctly with lexicals
3736 in all cases. Disable the whole TARGET_MY optimisation for it.
3737 (and remove the corresponding code from the peephole optimiser.)
3739 ! op.c opcode.h opcode.pl t/op/concat.t
3740 ____________________________________________________________________________
3741 [ 21751] By: rgs on 2003/11/19 21:03:20
3742 Log: Update the runops stuff in perlguts
3745 ____________________________________________________________________________
3746 [ 21750] By: nicholas on 2003/11/19 20:37:27
3747 Log: integrate hv_delete and hv_delete_ent into hv_delete_common
3749 ! embed.fnc embed.h hv.c proto.h
3750 ____________________________________________________________________________
3751 [ 21748] By: rgs on 2003/11/19 19:56:20
3752 Log: Subject: [PATCH] clear of empty locked hash SEGVs
3753 From: Alan Burlison <Alan.Burlison@sun.com>
3754 Date: Wed, 19 Nov 2003 14:39:03 +0000
3755 Message-ID: <3FBB8087.20206@sun.com>
3757 ! hv.c lib/Hash/Util.t
3758 ____________________________________________________________________________
3759 [ 21747] By: nicholas on 2003/11/19 19:51:41
3760 Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
3762 ! embed.fnc embed.h hv.c proto.h
3763 ____________________________________________________________________________
3764 [ 21746] By: nicholas on 2003/11/19 18:46:07
3765 Log: Run regen.pl (for hv_assert)
3768 ____________________________________________________________________________
3769 [ 21744] By: nicholas on 2003/11/19 17:44:58
3772 space should be tab for lib/I18N/LangTags/t/02decency.t
3775 ____________________________________________________________________________
3776 [ 21743] By: rgs on 2003/11/19 17:21:50
3777 Log: Restore errno after having read $^E (like for $!)
3778 to preserve errno from unfortunate side-effects.
3781 ____________________________________________________________________________
3782 [ 21742] By: nicholas on 2003/11/18 21:04:40
3783 Log: Whoops. We weren't actually testing hv_store_ent
3784 We are now. Plus test hv_store for an initially empty hash.
3786 ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
3787 ____________________________________________________________________________
3788 [ 21741] By: rgs on 2003/11/17 23:06:07
3789 Log: Complement of change #21740 for Windows.
3790 (I have the feeling that it's already subtly broken on VMS)
3792 ! win32/Makefile win32/makefile.mk
3793 ____________________________________________________________________________
3794 [ 21740] By: rgs on 2003/11/17 19:02:21
3795 Log: Install instmodsh and xsubpp in bin/ along the other utilities.
3797 + utils/instmodsh.PL utils/xsubpp.PL
3798 ! MANIFEST installperl utils.lst utils/Makefile
3799 ____________________________________________________________________________
3800 [ 21739] By: rgs on 2003/11/17 08:52:52
3801 Log: Subject: Re: [perl #24493] install.html not working
3802 From: Slaven Rezic <slaven@rezic.de>
3803 Date: 16 Nov 2003 20:52:29 +0100
3804 Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
3807 ____________________________________________________________________________
3808 [ 21737] By: nicholas on 2003/11/16 21:32:09
3809 Log: Ooops. left an XXX comment in, and worse still it's a // comment
3812 ____________________________________________________________________________
3813 [ 21735] By: nicholas on 2003/11/16 20:20:58
3814 Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
3815 (pp functions use the _ent variants, and as the implementation is
3816 duplicated, these bugs aren't tested, and aren't noticed)
3818 ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
3819 ____________________________________________________________________________
3820 [ 21734] By: nicholas on 2003/11/16 17:11:22
3821 Log: Accessing unicode keys in tie hashes via hv_exists was broken.
3822 (pp_exists uses hv_exists_ent, which isn't broken)
3823 I expect an equivalent bug in hv_delete
3825 + ext/XS/APItest/t/hash.t
3826 ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
3827 ! ext/XS/APItest/MANIFEST hv.c
3828 ____________________________________________________________________________
3829 [ 21733] By: rgs on 2003/11/16 16:50:04
3830 Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
3831 From: Elizabeth Mattijsen <liz@dijkmat.nl>
3832 Date: Sat, 15 Nov 2003 23:22:16 +0100
3833 Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
3835 ! ext/threads/t/problems.t
3836 ____________________________________________________________________________
3837 [ 21732] By: rgs on 2003/11/16 16:09:34
3838 Log: Subject: [PATCH] configpm, our $summary : unique
3839 From: Elizabeth Mattijsen <liz@dijkmat.nl>
3840 Date: Sat, 15 Nov 2003 22:18:32 +0100
3841 Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
3845 ____________________________________________________________________________
3846 [ 21729] By: nicholas on 2003/11/15 14:39:00
3847 Log: Subject: [PATCH] Re: Storable Error
3848 From: Nicholas Clark <nick@ccl4.org>
3849 Date: Sat, 9 Aug 2003 00:35:36 +0100
3850 Message-ID: <20030809003535.C20130@plum.flirble.org>
3852 ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
3854 ____________________________________________________________________________
3855 [ 21728] By: rgs on 2003/11/15 11:43:43
3856 Log: Update perlhist with 5.6.2.
3859 ____________________________________________________________________________
3860 [ 21725] By: rgs on 2003/11/14 22:35:20
3861 Log: Add more complete tests for the "variable masks earlier
3862 declaration" warning, including a TODO test
3864 ! t/lib/warnings/pad
3865 ____________________________________________________________________________
3866 [ 21723] By: rgs on 2003/11/14 07:43:17
3867 Log: Include "SCCS" in the list of directory names that should
3868 be ignored by installperl.
3871 ____________________________________________________________________________
3872 [ 21718] By: nicholas on 2003/11/13 20:46:36
3873 Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
3874 From: Enache Adrian <enache@rdslink.ro>
3875 Date: Tue, 11 Nov 2003 15:25:29 +0200
3876 Message-ID: <20031111132529.GB1271@ratsnest.hole>
3879 ____________________________________________________________________________
3880 [ 21714] By: rgs on 2003/11/13 18:55:37
3881 Log: Fix bug [perl #24380] : assigning to a hash in list
3882 or scalar context yielded a wrong value if the list
3883 contained duplicated keys for the hash. This is fixed
3884 by counting the number of duplicate keys and trimming
3885 the stack by the corresponding number of items.
3887 ! pp_hot.c t/op/hashassign.t
3888 ____________________________________________________________________________
3889 [ 21713] By: merijn on 2003/11/13 09:25:15
3890 Log: Simplified the reading
3892 ! hints/solaris_2.sh
3893 ____________________________________________________________________________
3894 [ 21712] By: merijn on 2003/11/13 09:22:21
3895 Log: Enable hints to create call-back units that can act when
3896 a specific variable is *not* set (like -Uuselargefiles)
3898 ! Configure hints/README.hints
3899 ____________________________________________________________________________
3900 [ 21710] By: nicholas on 2003/11/12 21:35:35
3901 Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
3902 From: Michael G Schwern <schwern@pobox.com>
3903 Date: Tue, 11 Nov 2003 21:02:30 -0800
3904 Message-ID: <20031112050230.GO6874@localhost.comcast.net>
3906 ! ext/SDBM_File/sdbm/Makefile.PL
3907 ____________________________________________________________________________
3908 [ 21708] By: rgs on 2003/11/12 09:46:51
3909 Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
3910 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3911 Date: Tue, 4 Nov 2003 20:07:25 -0800
3912 Message-ID: <20031105040725.GA2629@math.berkeley.edu>
3915 ____________________________________________________________________________
3916 [ 21706] By: ams on 2003/11/11 23:46:19
3917 Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
3918 From: Tom Phoenix <rootbeer@redcat.com>
3919 Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
3920 Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
3923 ____________________________________________________________________________
3924 [ 21702] By: rgs on 2003/11/11 20:13:56
3925 Log: Upgrade to MakeMaker 6.21.
3927 ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
3928 ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
3929 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3930 ____________________________________________________________________________
3931 [ 21697] By: rgs on 2003/11/10 20:55:25
3932 Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
3933 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3934 Date: Tue, 4 Nov 2003 20:10:16 -0800
3935 Message-ID: <20031105041016.GA2639@math.berkeley.edu>
3938 Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
3939 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3940 Date: Tue, 4 Nov 2003 20:18:37 -0800
3941 Message-ID: <20031105041836.GA2649@math.berkeley.edu>
3943 (I've left out the PREFIX part for now)
3945 ! Makefile.SH installperl os2/Makefile.SHs
3946 ____________________________________________________________________________
3947 [ 21694] By: rgs on 2003/11/09 17:20:35
3948 Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
3949 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3950 Date: Mon, 3 Nov 2003 20:27:39 -0800
3951 Message-ID: <20031104042739.GA1697@math.berkeley.edu>
3953 Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
3954 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3955 Date: Mon, 3 Nov 2003 20:57:48 -0800
3956 Message-ID: <20031104045748.GA1826@math.berkeley.edu>
3959 ____________________________________________________________________________
3960 [ 21693] By: rgs on 2003/11/09 11:37:29
3961 Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
3962 From: Vadim Konovalov <konovalo@mail.wplus.net>
3963 Date: Sun, 9 Nov 2003 13:31:59 +0300
3964 Message-ID: <93187393948.20031109133159@mail.wplus.net>
3967 ____________________________________________________________________________
3968 [ 21691] By: rgs on 2003/11/09 11:13:40
3969 Log: Update the list of pumpkings in perlhist.pod.
3972 ____________________________________________________________________________
3973 [ 21687] By: ams on 2003/11/08 17:09:56
3974 Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod] Updated.
3975 From: Abigail <abigail@abigail.nl>
3976 Date: Sat, 8 Nov 2003 18:51:30 +0100
3977 Message-Id: <20031108175130.GA22273@abigail.nl>
3980 ____________________________________________________________________________
3981 [ 21677] By: rgs on 2003/11/07 07:49:17
3982 Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
3983 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3984 Date: Thu, 6 Nov 2003 23:26:18 -0800
3985 Message-ID: <20031107072618.GA4370@math.berkeley.edu>
3988 ____________________________________________________________________________
3989 [ 21676] By: davem on 2003/11/06 22:11:23
3990 Log: bugid #24407: numeric key for shared hash got stringified using
3991 wrong interpreter, and thus got malloced into the wrong thread
3994 ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
3995 ____________________________________________________________________________
3996 [ 21675] By: rgs on 2003/11/06 10:27:22
3997 Log: Upgrade to MakeMaker 6.20.
3999 ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4000 ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
4001 ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
4002 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
4003 ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
4004 ____________________________________________________________________________
4005 [ 21674] By: ams on 2003/11/06 09:32:26
4006 Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
4007 tests fail to spot this
4008 From: Rick Delaney <rick@bort.ca>
4009 Date: Wed, 5 Nov 2003 23:02:41 -0500
4010 Message-Id: <20031105230241.D13585@biff.bort.ca>
4012 ! pp_ctl.c t/op/taint.t
4013 ____________________________________________________________________________
4014 [ 21673] By: rgs on 2003/11/05 21:47:07
4015 Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
4016 From: Andy Dougherty <doughera@lafayette.edu>
4017 Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
4018 Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
4021 ____________________________________________________________________________
4022 [ 21672] By: rgs on 2003/11/05 20:42:47
4023 Log: Subject: [patch t/op/hash.t] extending the hash attack test
4024 From: Stas Bekman <stas@stason.org>
4025 Date: Tue, 04 Nov 2003 14:33:09 -0800
4026 Message-ID: <3FA82925.7020703@stason.org>
4029 ____________________________________________________________________________
4030 [ 21671] By: rgs on 2003/11/05 20:38:09
4031 Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
4032 From: Stas Bekman <stas@stason.org>
4033 Date: Wed, 05 Nov 2003 00:50:25 -0800
4034 Message-ID: <3FA8B9D1.2020806@stason.org>
4037 ____________________________________________________________________________
4038 [ 21667] By: nicholas on 2003/11/05 19:13:56
4039 Log: From: Craig Berry <craigberry@mac.com>
4040 Subject: Opcode.xs/RC2 compile nit on VMS
4041 Date: Wed, 05 Nov 2003 12:16:34 -0600
4042 Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
4044 ! ext/Opcode/Opcode.xs
4045 ____________________________________________________________________________
4046 [ 21664] By: ams on 2003/11/05 18:34:28
4047 Log: Orphaned submission from #21546.
4050 ____________________________________________________________________________
4051 [ 21663] By: ams on 2003/11/05 17:01:29
4052 Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
4053 From: Slaven Rezic <slaven@rezic.de>
4054 Date: 20 Oct 2003 22:39:28 +0200
4055 Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
4058 ____________________________________________________________________________
4059 [ 21662] By: ams on 2003/11/05 16:51:08
4060 Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
4061 From: Michael G Schwern <schwern@pobox.com>
4062 Date: Wed, 5 Nov 2003 06:26:36 -0800
4063 Message-Id: <20031105142635.GA22761@localhost.comcast.net>
4066 ____________________________________________________________________________
4067 [ 21661] By: ams on 2003/11/05 16:50:05
4068 Log: Subject: [PATCH] Modernise INSTALL
4069 From: Gisle Aas <gisle@ActiveState.com>
4070 Date: 05 Nov 2003 05:16:25 -0800
4071 Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
4073 Subject: [PATCH pod/perlhist.pod] Mention 5.8.2-RC2
4074 From: Abigail <abigail@abigail.nl>
4075 Date: Tue, 4 Nov 2003 10:40:57 +0100
4076 Message-Id: <20031104094057.GA22508@abigail.nl>
4078 ! INSTALL pod/perlhist.pod
4079 ____________________________________________________________________________
4080 [ 21660] By: ams on 2003/11/05 16:46:12
4081 Log: Subject: [PATCH blead] reentr.pl is not defining _srandom_struct
4082 From: Jan Dubois <jand@ActiveState.com>
4083 Date: Tue, 04 Nov 2003 16:52:14 -0800
4084 Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
4086 ! reentr.c reentr.h reentr.pl
4087 ____________________________________________________________________________
4088 [ 21657] By: rgs on 2003/11/05 08:07:14
4089 Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
4090 From: Michael G Schwern <schwern@pobox.com>
4091 Date: Tue, 4 Nov 2003 17:59:13 -0800
4092 Message-ID: <20031105015913.GL15406@localhost.comcast.net>
4094 Replaces the temporary kludge (#21655).
4096 ! ext/SDBM_File/sdbm/Makefile.PL
4097 ____________________________________________________________________________
4098 [ 21656] By: rgs on 2003/11/05 07:41:41
4099 Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
4100 From: PPrymmer@factset.com
4101 Date: Tue, 4 Nov 2003 10:00:07 -0500
4102 Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
4104 ! pod/perlebcdic.pod
4105 ____________________________________________________________________________
4106 [ 21655] By: rgs on 2003/11/04 22:32:28
4107 Log: Temporary kludge to allow SDBM_File being built
4108 with MakeMaker 6.19.
4110 ! ext/SDBM_File/sdbm/Makefile.PL
4111 ____________________________________________________________________________
4112 [ 21652] By: rgs on 2003/11/04 21:43:10
4113 Log: Upgrade to ExtUtils::MakeMaker 6.19
4115 + lib/ExtUtils/t/parse_version.t
4116 + t/lib/MakeMaker/Test/Setup/BFD.pm
4117 + t/lib/MakeMaker/Test/Setup/Problem.pm
4118 - lib/ExtUtils/t/00setup_dummy.t
4119 - lib/ExtUtils/t/zz_cleanup_dummy.t
4120 ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4121 ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
4122 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
4123 ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
4124 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
4125 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4126 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
4127 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
4128 ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
4129 ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
4130 ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
4131 ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
4132 ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
4133 ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
4134 ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
4135 ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
4136 ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
4137 ! t/lib/MakeMaker/Test/Setup/Recurs.pm
4138 ____________________________________________________________________________
4139 [ 21651] By: rgs on 2003/11/04 05:43:56
4140 Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
4141 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4142 Date: Mon, 3 Nov 2003 20:20:44 -0800
4143 Message-ID: <20031104042044.GA1682@math.berkeley.edu>
4146 ____________________________________________________________________________
4147 [ 21650] By: rgs on 2003/11/03 21:55:42
4148 Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
4149 From: Michael G Schwern <schwern@pobox.com>
4150 Date: Sat, 1 Nov 2003 22:57:45 -0800
4151 Message-ID: <20031102065745.GN3659@localhost.comcast.net>
4152 (goes with change #21418)
4154 ! lib/autouse.pm lib/autouse.t
4155 ____________________________________________________________________________
4156 [ 21647] By: rgs on 2003/11/03 20:08:18
4157 Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
4158 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4159 Date: Mon, 3 Nov 2003 20:53:33 +0100
4160 Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
4162 ! ext/Devel/PPPort/PPPort.pm
4163 ____________________________________________________________________________
4164 [ 21646] By: rgs on 2003/11/03 20:00:07
4165 Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
4166 From: Casey West <casey@geeknest.com>
4167 Date: Mon, 3 Nov 2003 10:11:43 -0500
4168 Message-ID: <20031103151143.GB430@geeknest.com>
4171 ____________________________________________________________________________
4172 [ 21645] By: rgs on 2003/11/03 19:18:42
4173 Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
4174 From: Jan Dubois <jand@ActiveState.com>
4175 Date: Sun, 02 Nov 2003 21:43:44 -0800
4176 Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
4178 ! reentr.h reentr.pl
4179 ____________________________________________________________________________
4180 [ 21644] By: rgs on 2003/11/03 15:33:55
4181 Log: Document the fact that keys() and values() are optimized
4182 for void context (as suggested by Liz.)
4185 ____________________________________________________________________________
4186 [ 21639] By: nicholas on 2003/11/03 07:04:36
4187 Log: Stas would prefer not to have MOD_PERL defines in perl.
4190 ____________________________________________________________________________
4191 [ 21638] By: nicholas on 2003/11/03 06:46:48
4192 Log: s/new_hash/rehash/g (Stas suggested a better name)
4194 ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
4195 ! sv.c universal.c util.c
4196 ____________________________________________________________________________
4197 [ 21634] By: nicholas on 2003/11/02 22:32:21
4198 Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
4199 make Hash::Util::hash_seed use this.
4201 ! lib/Hash/Util.pm universal.c
4202 ____________________________________________________________________________
4203 [ 21628] By: rgs on 2003/11/02 21:05:59
4204 Log: Fix for [perl #24347] segfault with Safe
4205 The empty %INC created for safe compartements was freed
4208 ! ext/Opcode/Opcode.xs
4209 ____________________________________________________________________________
4210 [ 21627] By: rgs on 2003/11/02 20:40:47
4211 Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
4212 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4213 Date: Sun, 2 Nov 2003 22:24:28 +0100
4214 Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
4217 ____________________________________________________________________________
4218 [ 21625] By: rgs on 2003/11/02 20:24:21
4219 Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
4222 ____________________________________________________________________________
4223 [ 21620] By: nicholas on 2003/11/02 18:22:16
4224 Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
4225 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4226 Date: Wed, 29 Oct 2003 14:00:18 -0800
4227 Message-ID: <20031029220017.GA26384@math.berkeley.edu>
4229 ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
4230 ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
4231 ! os2/perl2cmd.pl perlio.c
4232 ____________________________________________________________________________
4233 [ 21619] By: rgs on 2003/11/02 18:07:30
4234 Log: Quoted-printable is evil.
4237 ____________________________________________________________________________
4238 [ 21618] By: nicholas on 2003/11/02 18:01:21
4239 Log: Stas spotted a missed s//new_/ for the hash seed renaming games
4242 ____________________________________________________________________________
4243 [ 21617] By: rgs on 2003/11/02 17:25:50
4244 Log: Portability nit for MinGW 3.
4246 Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
4247 From: Greg Matheson <lang@ms.chinmin.edu.tw>
4248 Date: Thu, 30 Oct 2003 14:11:58 +0800
4249 Message-ID: <20031030141158.A11772@ms>
4250 (actual patch by Abe Timmerman)
4253 ____________________________________________________________________________
4254 [ 21616] By: rgs on 2003/11/02 12:37:54
4255 Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
4256 From: david nicol <whatever@davidnicol.com>
4257 Date: 26 Oct 2003 22:34:04 -0600
4258 Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
4261 ____________________________________________________________________________
4262 [ 21615] By: rgs on 2003/11/01 20:01:54
4263 Log: Subject: [PATCH] DB_File 1.807
4264 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4265 Date: Sat, 1 Nov 2003 13:50:12 -0000
4266 Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
4268 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4269 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
4270 ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
4271 ____________________________________________________________________________
4272 [ 21614] By: rgs on 2003/11/01 19:40:28
4273 Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
4274 From: Rick Delaney <rick@bort.ca>
4275 Date: Mon, 27 Oct 2003 16:24:16 -0500
4276 Message-ID: <20031027162416.H2233@biff.bort.ca>
4279 ____________________________________________________________________________
4280 [ 21611] By: nicholas on 2003/11/01 16:32:00
4281 Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
4284 ____________________________________________________________________________
4285 [ 21607] By: nicholas on 2003/11/01 15:21:23
4286 Log: mod_perl2 will require access to the Plan C hashing function.
4289 ____________________________________________________________________________
4290 [ 21604] By: nicholas on 2003/11/01 14:21:38
4291 Log: Add Internals::HvREHASH to expose the rehashing flag
4292 t/op/hash.t tests that pathological data triggers rehashing
4296 ____________________________________________________________________________
4297 [ 21599] By: davem on 2003/11/01 00:09:22
4300 ! ext/threads/shared/shared.xs
4301 ____________________________________________________________________________
4302 [ 21598] By: davem on 2003/11/01 00:03:38
4303 Log: seg faults when deleting keys of shared hash refs
4304 Ensure that the shared_sv get magic of the element being deleted
4305 is called. Also, avoid posible memory leaks by wrapping all shared
4306 context sections with ENTER/SAVETMPS
4308 ! ext/threads/shared/shared.xs
4309 ____________________________________________________________________________
4310 [ 21596] By: rgs on 2003/10/31 20:46:44
4311 Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
4312 From: Andy Dougherty <doughera@lafayette.edu>
4313 Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
4314 Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
4315 (plus POD link fixes)
4318 ____________________________________________________________________________
4319 [ 21595] By: rgs on 2003/10/31 20:35:23
4320 Log: Prevent the installation of makefiles that can be found
4324 ____________________________________________________________________________
4325 [ 21593] By: rgs on 2003/10/31 20:19:01
4326 Log: Test nit ; goes with change 21591
4328 ! t/lib/warnings/regcomp
4329 ____________________________________________________________________________
4330 [ 21592] By: rgs on 2003/10/31 20:03:58
4331 Log: Subject: [PATCH] Document PERL_DL_NONLAZY
4332 From: Gisle Aas <gisle@ActiveState.com>
4333 Date: 31 Oct 2003 03:13:03 -0800
4334 Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
4337 ____________________________________________________________________________
4338 [ 21591] By: rgs on 2003/10/31 19:54:23
4339 Log: Subject: [PATCH] Off-by-one error in regcomp.c
4340 From: Slaven Rezic <slaven@rezic.de>
4341 Date: Fri, 31 Oct 2003 12:16:11 +0000
4342 Message-Id: <1067602571.12768@devpc01.iconmobile.de>
4344 ! regcomp.c t/op/regmesg.t
4345 ____________________________________________________________________________
4346 [ 21590] By: rgs on 2003/10/31 19:36:32
4347 Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
4348 From: Stas Bekman <stas@stason.org>
4349 Date: Wed, 29 Oct 2003 16:47:24 -0800
4350 Message-ID: <3FA05F9C.2080304@stason.org>
4353 ____________________________________________________________________________
4354 [ 21589] By: rgs on 2003/10/31 19:31:48
4355 Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
4356 From: Stas Bekman <stas@stason.org>
4357 Date: Wed, 29 Oct 2003 15:15:15 -0800
4358 Message-ID: <3FA04A03.5010603@stason.org>
4359 (enclosed in a #ifdef DEBUGGING)
4362 ____________________________________________________________________________
4363 [ 21588] By: rgs on 2003/10/31 19:25:38
4364 Log: Subject: [PATCH] Devel::PPPort and scan_bin
4365 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4366 Date: Wed, 29 Oct 2003 22:53:43 +0100
4367 Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
4369 ! ext/Devel/PPPort/PPPort.pm
4370 ____________________________________________________________________________
4371 [ 21587] By: rgs on 2003/10/31 19:19:00
4372 Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
4373 From: Jan Dubois <jand@ActiveState.com>
4374 Date: Thu, 30 Oct 2003 18:43:08 -0800
4375 Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
4378 ____________________________________________________________________________
4379 [ 21586] By: nicholas on 2003/10/31 18:54:26
4380 Log: Comment that this "optimisation" is actually a necessary fixup.
4381 When the split occurs (to make the opti{miser,onal}) this isn't
4382 (Richard Clamp reminded me that I forgot to do this)
4385 ____________________________________________________________________________
4386 [ 21583] By: nicholas on 2003/10/30 22:37:26
4387 Log: Rewrite to correctly use test.pl
4389 Date: Thu, 30 Oct 2003 15:51:03 -0800
4390 From: Michael G Schwern <schwern@pobox.com>
4391 Subject: Re: Fix for the orange lion bug - aka empty sub bug
4392 Message-ID: <20031030235103.GC27017@localhost.comcast.net>
4395 ____________________________________________________________________________
4396 [ 21582] By: nicholas on 2003/10/30 22:18:53
4397 Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
4398 Subject: Fix for the orange lion bug - aka empty sub bug
4399 From: Arthur Bergman <sky@nanisky.com>
4400 Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
4404 ____________________________________________________________________________
4405 [ 21580] By: nicholas on 2003/10/30 19:42:28
4406 Log: 14 is the chain length for attack. From
4408 Message-ID: <20031030204117.16008.qmail@plover.com>
4409 Subject: Re: 5.8.2-RC1 and mp2
4410 Date: Thu, 30 Oct 2003 15:41:17 -0500
4411 From: Mark Jason Dominus <mjd@plover.com>
4415 From: Scott A Crosby <scrosby@cs.rice.edu>
4416 Subject: Re: 5.8.2-RC1 and mp2
4417 Date: 30 Oct 2003 14:08:06 -0600
4418 Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
4421 ____________________________________________________________________________
4422 [ 21575] By: rgs on 2003/10/29 06:51:19
4423 Log: Move a fcntl() example in perlfunc at a more proper place,
4425 Subject: [perl #24334] ioctl/fcntl doc confusion
4426 From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
4427 Date: 28 Oct 2003 13:37:49 -0000
4428 Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
4431 ____________________________________________________________________________
4432 [ 21567] By: rgs on 2003/10/28 08:48:06
4433 Log: Upgrade to Time::HiRes 1.52.
4435 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4436 ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
4437 ____________________________________________________________________________
4438 [ 21566] By: rgs on 2003/10/28 08:34:26
4439 Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
4440 From: Abigail <abigail@abigail.nl>
4441 Date: Mon, 27 Oct 2003 13:05:37 +0100
4442 Message-ID: <20031027120536.GA24608@abigail.nl>
4444 Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
4445 From: Rick Delaney <rick@bort.ca>
4446 Date: Mon, 27 Oct 2003 12:17:49 -0500
4447 Message-ID: <20031027121749.E2233@biff.bort.ca>
4449 ! lib/overload.t toke.c
4450 ____________________________________________________________________________
4451 [ 21565] By: rgs on 2003/10/28 07:42:52
4452 Log: Subject: [PATCH t/comp/proto.t] Test (5.9.x)
4453 From: Abigail <abigail@abigail.nl>
4454 Date: Mon, 27 Oct 2003 14:50:24 +0100
4455 Message-ID: <20031027135024.GA12666@abigail.nl>
4458 ____________________________________________________________________________
4459 [ 21564] By: davem on 2003/10/27 22:01:12
4460 Log: Fix more shared threads leaks: add SAVETMPS to the second branch
4461 of sharedsv_scalar_store().
4463 ! ext/threads/shared/shared.xs
4464 ____________________________________________________________________________
4465 [ 21563] By: rgs on 2003/10/27 19:33:29
4466 Log: Add a new taint error, "%ENV is aliased to %s".
4467 This error is thrown when taint checks are enabled and
4468 when *ENV has been aliased, so that %ENV has no env-magic
4469 anymore. (see bug [perl #24291].)
4471 ! pod/perldiag.pod t/op/taint.t taint.c
4472 ____________________________________________________________________________
4473 [ 21560] By: nicholas on 2003/10/27 18:01:02
4474 Log: Record the escape^Wrelease of 5.9.0
4477 ____________________________________________________________________________
4478 [ 21554] By: nicholas on 2003/10/27 16:09:37
4479 Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
4480 From: Alan Burlison <Alan.Burlison@sun.com>
4481 Date: Tue, 21 Oct 2003 15:00:58 +0100
4482 Message-ID: <3F953C1A.3060800@sun.com>
4484 ! hints/solaris_2.sh
4485 ____________________________________________________________________________
4486 [ 21550] By: nicholas on 2003/10/27 13:45:27
4487 Log: Sync with Unicode::Normalize 0.25
4489 + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
4490 + ext/Unicode/Normalize/t/proto.t
4491 + ext/Unicode/Normalize/t/split.t
4492 ! MANIFEST ext/Unicode/Normalize/Changes
4493 ! ext/Unicode/Normalize/Makefile.PL
4494 ! ext/Unicode/Normalize/Normalize.pm
4495 ! ext/Unicode/Normalize/Normalize.xs
4496 ! ext/Unicode/Normalize/README
4497 ____________________________________________________________________________
4498 [ 21549] By: nicholas on 2003/10/27 13:11:48
4499 Log: Sync with Unicode::Collate 0.30
4501 + lib/Unicode/Collate/t/hangtype.t
4502 + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
4503 + lib/Unicode/Collate/t/variable.t
4504 + lib/Unicode/Collate/t/version.t
4505 ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4506 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
4507 ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
4508 ! lib/Unicode/Collate/t/test.t
4509 ____________________________________________________________________________
4510 [ 21548] By: nicholas on 2003/10/27 12:39:39
4511 Log: Sync with Pod::Perldoc 3.12
4513 ! lib/Pod/Perldoc.pm
4514 ____________________________________________________________________________
4515 [ 21546] By: ams on 2003/10/27 09:00:08
4516 Log: Will the real off by one please stand up?
4519 ____________________________________________________________________________
4520 [ 21545] By: hv on 2003/10/27 02:52:16
4521 Log: fixup separators
4524 ____________________________________________________________________________
4525 [ 21544] By: hv on 2003/10/27 02:51:26
4526 Log: don't complain of podless .pm files that have a separate .pod file
4529 ____________________________________________________________________________
4530 [ 21543] By: hv on 2003/10/27 02:50:04
4531 Log: regen pods and toc
4533 ! pod/perlmodlib.pod pod/perltoc.pod
4534 ____________________________________________________________________________
4535 [ 21542] By: rgs on 2003/10/26 21:36:17
4536 Log: When %ENV has been turned into a non-magical hash after a
4537 glob assignment, TAINT_ENV() may dump core because it
4538 assumes $ENV{PATH} is magical. Fix this ; add a test to
4539 verify that the PATH is still checked for taintedness.
4541 ! t/op/taint.t taint.c
4542 ____________________________________________________________________________
4543 [ 21540] By: rgs on 2003/10/26 14:59:53
4544 Log: Fix backward-compatibility issues in if.pm.
4547 ____________________________________________________________________________
4548 [ 21539] By: hv on 2003/10/26 12:22:54
4549 Log: Update Changes.
4551 ! Changes patchlevel.h
4552 ____________________________________________________________________________
4553 [ 21538] By: ams on 2003/10/26 08:08:02
4554 Log: Fix off-by-one in $0 set magic. (From Autrijus.)
4555 The whole PL_origalen thing in perl.c looks very hokey.
4558 ____________________________________________________________________________
4559 [ 21536] By: nicholas on 2003/10/25 22:33:18
4560 Log: show the rehash flags in dumps
4563 ____________________________________________________________________________
4564 [ 21535] By: nicholas on 2003/10/25 22:32:40
4565 Log: Return 21533 (with modifications) having found the problem
4568 ____________________________________________________________________________
4569 [ 21534] By: nicholas on 2003/10/25 20:46:36
4570 Log: Back out 21533 because it broke Encode's build in really weird ways
4573 ____________________________________________________________________________
4574 [ 21533] By: nicholas on 2003/10/25 13:10:21
4575 Log: Plan C rough edge smoothing. Criteria for a hash split is now
4576 the earlier of "more keys than buckets" (the old test) or
4577 linked list too long. Rehash is triggered after a split if the
4578 longest linked list is too long.
4581 ____________________________________________________________________________
4582 [ 21532] By: rgs on 2003/10/25 10:03:18
4583 Log: Subject: Re: [perl #948] $, untieable?
4584 From: Richard Clamp <richardc@unixbeard.net>
4585 Date: Tue, 21 Oct 2003 00:02:49 +0100
4586 Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
4588 Plus a small fix to t/TEST to recognize the added TODO test
4592 ____________________________________________________________________________
4593 [ 21528] By: nicholas on 2003/10/23 19:21:00
4594 Log: When it says "add", then, like, you have to p4 add it. D'oh!
4595 (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
4597 + lib/I18N/LangTags/t/02decency.t
4598 ____________________________________________________________________________
4599 [ 21527] By: davem on 2003/10/23 19:13:20
4600 Log: Fix two threads::shared leaks
4601 #24061 - AV in shared interpreter wasn't set to AvREAL
4602 #24255 - mortals were added to the shared interpreter's tmpstack
4605 ! ext/threads/shared/shared.xs
4606 ____________________________________________________________________________
4607 [ 21526] By: nicholas on 2003/10/23 19:11:24
4608 Log: From: Jan Dubois <jand@ActiveState.com>
4609 Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
4610 Date: Wed, 22 Oct 2003 20:17:07 -0700
4611 Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
4613 From: Jan Dubois <jand@ActiveState.com>
4614 Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
4615 Date: Wed, 22 Oct 2003 20:26:56 -0700
4616 Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
4618 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
4619 ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
4620 ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
4622 ____________________________________________________________________________
4623 [ 21523] By: ams on 2003/10/23 12:53:03
4624 Log: Subject: [PATCH] utime documentation
4625 From: Gisle Aas <gisle@ActiveState.com>
4626 Date: 23 Oct 2003 05:33:43 -0700
4627 Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
4630 ____________________________________________________________________________
4631 [ 21522] By: ams on 2003/10/23 08:07:18
4632 Log: Subject: [PATCH] dup2() not going through PerlLIO abstraction layer
4633 From: Jan Dubois <jand@ActiveState.com>
4634 Date: Wed, 22 Oct 2003 20:33:54 -0700
4635 Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
4638 ____________________________________________________________________________
4639 [ 21520] By: nicholas on 2003/10/22 19:50:15
4640 Log: patch created by Casey West from:
4642 Subject: CPAN module problems
4643 From: Edward Moy <emoy@apple.com>
4644 Date: Fri, 10 Oct 2003 17:42:06 -0700
4645 Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
4647 (change ld value in hints file)
4650 ____________________________________________________________________________
4651 [ 21516] By: rgs on 2003/10/22 15:06:13
4652 Log: Small email update in AUTHORS.
4655 ____________________________________________________________________________
4656 [ 21515] By: rgs on 2003/10/22 06:39:29
4657 Log: Add a test.taintwarn makefile target,
4658 to run the whole test suite with the -t switch.
4660 ! Makefile.SH pod/perlhack.pod t/TEST
4661 ____________________________________________________________________________
4662 [ 21514] By: rgs on 2003/10/21 21:21:56
4663 Log: Subject: [PATCH @20458] embedding perl
4664 From: Radu Greab <rgreab@fx.ro>
4665 Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
4666 Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
4668 ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
4670 ____________________________________________________________________________
4671 [ 21513] By: rgs on 2003/10/21 20:45:12
4672 Log: Fix doc bug #23890, as suggested by Himanshu Garg :
4673 in perltoot, $him->fullname should be $him->fullname->as_string
4674 when passed to printf.
4677 ____________________________________________________________________________
4678 [ 21509] By: rgs on 2003/10/21 05:42:50
4679 Log: Two OS/2 portability patches from Ilya.
4681 Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
4682 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4683 Date: Thu, 25 Sep 2003 12:09:11 -0700
4684 Message-ID: <20030925190911.GA27028@math.berkeley.edu>
4686 Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
4687 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4688 Date: Thu, 25 Sep 2003 19:50:45 -0700
4689 Message-ID: <20030926025045.GA27507@math.berkeley.edu>
4691 ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
4692 ____________________________________________________________________________
4693 [ 21506] By: rgs on 2003/10/20 19:28:27
4694 Log: Subject: [PATCH] add some missing defines to Devel::PPPort
4695 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4696 Date: Mon, 20 Oct 2003 20:14:19 +0200
4697 Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
4699 ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
4700 ____________________________________________________________________________
4701 [ 21505] By: rgs on 2003/10/20 19:22:38
4702 Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
4703 From: Slaven Rezic <slaven@rezic.de>
4704 Date: 19 Oct 2003 17:54:59 +0200
4705 Message-ID: <871xt9te7g.fsf@vran.herceg.de>
4708 ____________________________________________________________________________
4709 [ 21503] By: rgs on 2003/10/20 06:04:04
4710 Log: Skip the chflags tests in filetest.t on Darwin.
4713 ____________________________________________________________________________
4714 [ 21474] By: nicholas on 2003/10/17 18:44:28
4715 Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
4716 flag on the hash when rehashing. Can turn off the "rehasing" flag
4717 if the hash is cleared
4720 ____________________________________________________________________________
4721 [ 21473] By: rgs on 2003/10/17 08:53:48
4722 Log: -u is deprecated.
4723 Subject: Re: why PERL5LIB is ignored when -T is in effect
4724 From: Slaven Rezic <slaven@rezic.de>
4725 Date: Fri, 17 Oct 2003 10:02:31 +0000
4726 Message-Id: <1066384951.4964@devpc01.iconmobile.de>
4729 ____________________________________________________________________________
4730 [ 21472] By: rgs on 2003/10/17 07:29:10
4731 Log: The compilation of PerlIO::via may hang on AIX when
4732 compiling with vac at -O3 optimization level. Disable
4733 optimization for this module.
4735 + ext/PerlIO/via/hints/aix.pl
4737 ____________________________________________________________________________
4738 [ 21471] By: nicholas on 2003/10/16 21:10:27
4739 Log: Plan C for foiling the algorithmic complexity attack
4740 (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
4741 Chip's plan B (do something new inside the hv functions)
4742 and introspective sort)
4743 Provides infrastructure for hashes to change their hash function
4744 if necessary, and code in hsplit to detect pathalogical data and
4745 instigate a random rehashing.
4746 Needs refinement. Let's see how much smoke it creates.
4748 ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
4750 ____________________________________________________________________________
4751 [ 21470] By: davem on 2003/10/16 20:03:44
4752 Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
4753 PL_main_root is freed; this may not have been be the case if a
4754 thread other than the main one is the last to be destroyed
4756 ! ext/threads/t/thread.t pad.h perl.c
4757 ____________________________________________________________________________
4758 [ 21469] By: nicholas on 2003/10/16 19:31:19
4759 Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
4760 (as suggested by Jan Dubois)
4763 ____________________________________________________________________________
4764 [ 21468] By: ams on 2003/10/16 19:00:14
4765 Log: Subject: Re: assert.h breaks perl.h
4766 From: Alexey Tourbin <at@altlinux.ru>
4767 Date: Thu, 16 Oct 2003 22:24:35 +0400
4768 Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
4771 ____________________________________________________________________________
4772 [ 21467] By: ams on 2003/10/16 18:57:57
4773 Log: Subject: [PATCH] Tie::Hash documentation
4774 From: Slaven Rezic <slaven@rezic.de>
4775 Date: Thu, 16 Oct 2003 17:57:35 +0000
4776 Message-Id: <1066327055.1428@devpc01.iconmobile.de>
4779 ____________________________________________________________________________
4780 [ 21466] By: rgs on 2003/10/16 08:52:50
4781 Log: Further tweak on change #21464.
4784 ____________________________________________________________________________
4785 [ 21464] By: ams on 2003/10/16 08:42:50
4786 Log: Subject: perl -h tweak [PATCH]
4787 From: Gisle Aas <gisle@ActiveState.com>
4788 Date: 16 Oct 2003 02:49:39 -0700
4789 Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
4792 ____________________________________________________________________________
4793 [ 21456] By: rgs on 2003/10/15 19:19:05
4794 Log: Perlfaq1 : take notice that 5.8.1 is now released.
4797 ____________________________________________________________________________
4798 [ 21454] By: rgs on 2003/10/15 19:06:05
4799 Log: PerlFAQ sync. (only actual changes)
4802 ____________________________________________________________________________
4803 [ 21453] By: rgs on 2003/10/15 19:02:35
4807 ____________________________________________________________________________
4808 [ 21452] By: rgs on 2003/10/15 11:12:31
4809 Log: Fix bug [perl #24212] : improper error recovery in the
4810 tokenizer after an unknown filetest operator.
4812 ! t/comp/parser.t toke.c
4813 ____________________________________________________________________________
4814 [ 21451] By: rgs on 2003/10/15 09:19:02
4815 Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
4817 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4818 ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
4819 ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
4820 ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
4821 ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
4822 ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
4823 ____________________________________________________________________________
4824 [ 21450] By: rgs on 2003/10/15 06:47:11
4825 Log: Add support for Linux abstract unix domain sockets to Socket.pm.
4826 Based on a idea by Alex Hudson. (Basically those are unix domain
4827 sockets whose name has a '\0' as first character.)
4829 ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
4830 ____________________________________________________________________________
4831 [ 21449] By: ams on 2003/10/15 06:32:44
4832 Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
4833 From: Autrijus Tang <autrijus@autrijus.org>
4834 Date: Tue, 14 Oct 2003 18:32:28 +0800
4835 Message-Id: <1066127547.65845.35.camel@localhost>
4837 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
4838 ! lib/ExtUtils/MakeMaker.pm
4839 ____________________________________________________________________________
4840 [ 21448] By: ams on 2003/10/15 05:56:12
4841 Log: Rewrite #21447.
4844 ____________________________________________________________________________
4845 [ 21447] By: ams on 2003/10/15 05:36:48
4846 Log: Subject: [patch pod/perliol.pod]
4847 From: Stas Bekman <stas@stason.org>
4848 Date: Tue, 14 Oct 2003 18:05:29 -0700
4849 Message-Id: <3F8C9D59.3040403@stason.org>
4852 ____________________________________________________________________________
4853 [ 21446] By: nicholas on 2003/10/14 18:45:39
4854 Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
4855 (the routine used by perl level HV operations)
4858 ____________________________________________________________________________
4859 [ 21445] By: rgs on 2003/10/13 21:03:05
4860 Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
4861 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
4862 Date: Tue, 30 Sep 2003 19:23:34 +0200
4863 Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
4865 ! ext/Devel/PPPort/PPPort.pm
4866 ____________________________________________________________________________
4867 [ 21442] By: ams on 2003/10/13 08:41:17
4868 Log: Subject: [perl #24189] Incorrect comment in perldoc strict
4869 From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
4870 Date: 12 Oct 2003 09:01:25 -0000
4871 Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
4874 ____________________________________________________________________________
4875 [ 21441] By: rgs on 2003/10/13 08:02:21
4876 Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
4877 From: Jan Dubois <jand@ActiveState.com>
4878 Date: Sun, 12 Oct 2003 22:09:39 -0700
4879 Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
4882 ____________________________________________________________________________
4883 [ 21440] By: rgs on 2003/10/12 19:58:05
4884 Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
4885 From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
4886 Date: 5 Oct 2003 20:55:56 -0000
4887 Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
4890 ____________________________________________________________________________
4891 [ 21439] By: rgs on 2003/10/12 16:28:06
4892 Log: Subject: [PATCH] Tie::Hash documentation
4893 From: Slaven Rezic <slaven@rezic.de>
4894 Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
4895 Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
4898 ____________________________________________________________________________
4899 [ 21438] By: rgs on 2003/10/12 15:48:13
4900 Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
4901 From: Slaven Rezic <slaven@rezic.de>
4902 Date: 07 Oct 2003 00:04:34 +0200
4903 Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
4906 ____________________________________________________________________________
4907 [ 21437] By: rgs on 2003/10/12 15:25:17
4908 Log: Minor nit in perlrun, spotted by Art Haas.
4911 ____________________________________________________________________________
4912 [ 21436] By: ams on 2003/10/10 19:05:55
4913 Log: Subject: [PATCH] threads::async + some cleanup
4914 From: Elizabeth Mattijsen <liz@dijkmat.nl>
4915 Date: Fri, 10 Oct 2003 16:37:55 +0200
4916 Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
4918 ! ext/threads/threads.pm
4919 ____________________________________________________________________________
4920 [ 21435] By: ams on 2003/10/10 19:02:34
4921 Log: Make everyone stop posting to p5p about 0e0.
4924 ____________________________________________________________________________
4925 [ 21433] By: nicholas on 2003/10/09 20:57:26
4926 Log: Put all pre-processor #s on the first column (some compilers are picky)
4927 [perl #24167] `#' comment signs not at the very beginning of a line
4929 ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
4931 ____________________________________________________________________________
4932 [ 21432] By: rgs on 2003/10/09 11:09:24
4933 Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
4934 t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
4938 ! MANIFEST t/op/args.t
4939 ____________________________________________________________________________
4940 [ 21431] By: rgs on 2003/10/09 11:06:15
4941 Log: Document the behaviour of filetest operators regarding parentheses.
4942 This fixes bug #24127 (by documenting it as a feature.)
4945 ____________________________________________________________________________
4946 [ 21430] By: ams on 2003/10/09 07:55:34
4947 Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
4948 calculations in regcomp.c
4949 From: Eric Promislow <ericp@ActiveState.com>
4950 Date: Wed, 8 Oct 2003 17:42:42 -0700
4951 Message-Id: <20031008174242.A17544@ActiveState.com>
4954 ____________________________________________________________________________
4955 [ 21429] By: ams on 2003/10/09 07:43:56
4956 Log: Patch based on:
4958 Subject: [perl #24157] -MModule=} is broken
4959 From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
4960 Date: 7 Oct 2003 21:47:43 -0000
4961 Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
4963 (Includes a fix for a similar problem in -A, but not -d.)
4966 ____________________________________________________________________________
4967 [ 21428] By: ams on 2003/10/09 02:32:07
4968 Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
4969 grok_numeric_radix()
4970 From: Jan Dubois <jand@ActiveState.com>
4971 Date: Wed, 08 Oct 2003 20:37:42 -0700
4972 Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
4974 ! ext/Devel/PPPort/PPPort.pm
4975 ____________________________________________________________________________
4976 [ 21427] By: ams on 2003/10/09 01:36:18
4977 Log: Subject: Re: require patch breaks locale
4978 From: Rick Delaney <rick@bort.ca>
4979 Date: Wed, 8 Oct 2003 22:41:55 -0400
4980 Message-Id: <20031008224155.A14638@biff.bort.ca>
4983 ____________________________________________________________________________
4984 [ 21426] By: ams on 2003/10/09 01:26:57
4985 Log: Subject: Re: Simple @INC hook core dump [PATCH]
4986 From: Gisle Aas <gisle@ActiveState.com>
4987 Date: 08 Oct 2003 13:35:28 -0700
4988 Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
4991 ____________________________________________________________________________
4992 [ 21425] By: rgs on 2003/10/08 11:34:17
4993 Log: Fix bug #24108: Goto +foo broken
4994 the fix having been suggested by xmath via Juerd.
4997 ____________________________________________________________________________
4998 [ 21424] By: rgs on 2003/10/08 11:16:58
4999 Log: Subject: Re: Simple @INC hook core dump [PATCH]
5000 From: Gisle Aas <gisle@ActiveState.com>
5001 Date: 08 Oct 2003 04:47:33 -0700
5002 Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
5005 ____________________________________________________________________________
5006 [ 21423] By: ams on 2003/10/08 10:09:41
5007 Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
5008 From: Abigail <abigail@abigail.nl>
5009 Date: Wed, 8 Oct 2003 03:50:49 -0700
5010 Message-Id: <20031008105049.GA15770@ucan.foad.org>
5013 ____________________________________________________________________________
5014 [ 21422] By: ams on 2003/10/08 06:13:07
5015 Log: "Are implicit undefs true?" asks Gisle.
5018 ____________________________________________________________________________
5019 [ 21421] By: ams on 2003/10/08 03:20:00
5020 Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
5021 From: schwern@pobox.com
5022 Date: Tue, 7 Oct 2003 20:39:36 -0700
5023 Message-Id: <20031007203936.X4301@ttul.org>
5025 (Originally from Shlomi Fish. Applied with tweaks.)
5028 ____________________________________________________________________________
5029 [ 21420] By: ams on 2003/10/07 19:51:35
5030 Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
5031 sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
5033 ! pod/perlsyn.pod sv.c t/op/pow.t
5034 ____________________________________________________________________________
5035 [ 21419] By: ams on 2003/10/07 04:03:34
5036 Log: Why should -3**$x be more precisely determined than 3**$x?
5039 ____________________________________________________________________________
5040 [ 21418] By: ams on 2003/10/07 03:59:38
5041 Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
5042 From: schwern@pobox.com
5043 Date: Mon, 6 Oct 2003 13:14:36 -0700
5044 Message-Id: <20031006131436.G20960@ttul.org>
5046 ! lib/UNIVERSAL.pm t/op/universal.t
5047 ____________________________________________________________________________
5048 [ 21417] By: ams on 2003/10/07 03:55:18
5049 Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
5053 ____________________________________________________________________________
5054 [ 21416] By: ams on 2003/10/07 03:37:01
5055 Log: Subject: [patch sv.c] improve "...free unref scalar" warning
5056 From: Stas Bekman <stas@stason.org>
5057 Date: Mon, 06 Oct 2003 21:19:53 -0700
5058 Message-Id: <3F823EE9.4030103@stason.org>
5061 ____________________________________________________________________________
5062 [ 21415] By: ams on 2003/10/06 17:30:31
5063 Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
5064 From: Rick Delaney <rick@bort.ca>
5065 Date: Tue, 23 Sep 2003 12:14:52 -0400
5066 Message-ID: <20030923121452.G18845@biff.bort.ca>
5068 ! pp_ctl.c t/comp/require.t
5069 ____________________________________________________________________________
5070 [ 21414] By: rgs on 2003/10/06 15:23:01
5071 Log: Subject: Re: [PATCH lib/warnings.t] Adding TODO functionality to lib/warnings.
5072 From: Abigail <abigail@abigail.nl>
5073 Date: Wed, 1 Oct 2003 14:19:43 +0200
5074 Message-ID: <20031001121943.GA29419@abigail.nl>
5077 ____________________________________________________________________________
5078 [ 21413] By: rgs on 2003/10/06 15:05:32
5079 Log: Fixes in the modules maintainers list.
5081 ! Porting/Maintainers.pl
5082 ____________________________________________________________________________
5083 [ 21412] By: rgs on 2003/10/06 15:02:42
5084 Log: Fix broken link in perltodo.pod.
5087 ____________________________________________________________________________
5088 [ 21411] By: rgs on 2003/10/06 12:11:10
5089 Log: Typos in perldiag.
5092 ____________________________________________________________________________
5093 [ 21410] By: rgs on 2003/10/06 11:55:52
5094 Log: Subject: Re: [doc-PATCH] for unpack_str() and question
5095 From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
5096 Date: Mon, 6 Oct 2003 08:45:29 +0200
5097 Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
5099 ! pod/perlapi.pod pp_pack.c
5100 ____________________________________________________________________________
5101 [ 21409] By: rgs on 2003/10/06 11:49:55
5102 Log: Subject: [PATCH pod/perlfunc.pod] ref can return false on references
5103 From: Abigail <abigail@abigail.nl>
5104 Date: Mon, 6 Oct 2003 05:55:21 -0700
5105 Message-ID: <20031006125521.GA26446@ucan.foad.org>
5108 ____________________________________________________________________________
5109 [ 21408] By: rgs on 2003/10/06 11:46:14
5110 Log: Add a new option --check to Porting/Maintainers,
5111 to check for files who are listed for several maintainers.
5113 ! Porting/Maintainers.pm
5114 ____________________________________________________________________________
5115 [ 21407] By: rgs on 2003/10/06 11:44:33
5116 Log: Subject: [PATCH]Re: The META.yml file in bleadperl
5117 From: Fergal Daly <fergal@esatclear.ie>
5118 Date: Mon, 6 Oct 2003 00:25:29 +0100
5119 Message-Id: <200310060025.29122.fergal@esatclear.ie>
5121 Plus regeneration of META.yml
5123 ! META.yml Porting/makemeta
5124 ____________________________________________________________________________
5125 [ 21406] By: ams on 2003/10/06 04:22:11
5126 Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
5127 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5128 Date: Sun, 5 Oct 2003 21:27:54 +0200
5129 Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
5130 (Applied with tweaks to op.c and a comment.)
5132 ! op.c t/lib/warnings/op
5133 ____________________________________________________________________________
5134 [ 21405] By: ams on 2003/10/06 03:56:54
5135 Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
5136 From: Shlomi Fish <shlomif@vipe.technion.ac.il>
5137 Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
5138 Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
5139 (Applied with minor tweaks.)
5142 ____________________________________________________________________________
5143 [ 21404] By: ams on 2003/10/06 03:32:50
5144 Log: Subject: [perl #24120] Tie::Hash documentation has broken code
5145 From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
5146 Date: 5 Oct 2003 18:40:36 -0000
5147 Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
5148 (Applied without $VERSION update.)
5151 ____________________________________________________________________________
5152 [ 21403] By: ams on 2003/10/06 03:26:39
5153 Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
5154 From: Robert Spier <rspier@pobox.com>
5155 Date: Sun, 05 Oct 2003 21:34:30 -0700
5156 Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
5159 ____________________________________________________________________________
5160 [ 21402] By: ams on 2003/10/05 03:08:53
5161 Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
5162 From: Steve Grazzini <grazz@pobox.com>
5163 Date: Sat, 4 Oct 2003 18:15:23 -0400
5164 Message-Id: <20031004221523.GA29324@grazzini.net>
5167 ____________________________________________________________________________
5168 [ 21401] By: ams on 2003/10/02 17:25:34
5169 Log: Subject: Re: 5.8.1 and srand
5170 From: Slaven Rezic <slaven@rezic.de>
5171 Date: Thu, 2 Oct 2003 15:51:11 +0000
5172 Message-Id: <1065109871.3115@devpc01.iconmobile.de>
5175 ____________________________________________________________________________
5176 [ 21400] By: hv on 2003/10/02 09:34:36
5177 Log: minor cleanup for Changes
5180 ____________________________________________________________________________
5181 [ 21399] By: hv on 2003/10/02 09:18:27
5184 ! Changes patchlevel.h
5185 ____________________________________________________________________________
5186 [ 21398] By: hv on 2003/10/02 09:15:42
5187 Log: build perlapi.pod in deterministic order even when functions differ
5188 only in case; regen perlapi.pod
5190 ! autodoc.pl pod/perlapi.pod
5191 ____________________________________________________________________________
5192 [ 21397] By: ams on 2003/10/02 07:48:51
5193 Log: Subject: Re: 5.8.1 and srand
5194 From: Brendan O'Dea <bod@debian.org>
5195 Date: Thu, 2 Oct 2003 10:30:36 +1000
5196 Message-Id: <20031002003036.GA9198@londo.c47.org>
5199 ____________________________________________________________________________
5200 [ 21396] By: ams on 2003/10/01 22:18:13
5201 Log: Update Changes.
5203 ! Changes patchlevel.h
5204 ____________________________________________________________________________
5205 [ 21394] By: ams on 2003/10/01 20:28:20
5206 Log: Subject: misapplied patch 19452
5207 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5208 Date: Tue, 30 Sep 2003 06:01:50 -0700
5209 Message-Id: <20030930130150.GA1436@efn.org>
5212 ____________________________________________________________________________
5213 [ 21392] By: rgs on 2003/09/30 20:22:02
5214 Log: Revamp the section on local() in perlsub.
5215 - avoid using the word "declare" in conjunction with local()
5216 - less archaelogical references
5217 - more about localization of lvalues
5218 - removes examples of localization of tied hashes that don't work
5219 - give titles to subsections
5220 - explain localization of magic values
5221 - explain localization of globs
5222 - fix link to perldelta
5225 ____________________________________________________________________________
5226 [ 21391] By: rgs on 2003/09/30 12:47:13
5227 Log: Useless "local $_" in a perlfaq3 example
5230 ____________________________________________________________________________
5231 [ 21390] By: rgs on 2003/09/30 11:29:17
5232 Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
5233 From: grommel@sears.com
5234 Date: Mon, 29 Sep 2003 14:45:16 -0500
5235 Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
5237 ! hints/svr4.sh t/op/pack.t
5238 ____________________________________________________________________________
5239 [ 21389] By: rgs on 2003/09/30 11:06:53
5240 Log: Add a TODO test for bug #23790, by Abigail
5243 ____________________________________________________________________________
5244 [ 21388] By: rgs on 2003/09/30 10:52:50
5245 Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
5246 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5247 Date: Tue, 30 Sep 2003 04:53:02 -0700
5248 Message-ID: <20030930115302.GA3200@efn.org>
5251 ____________________________________________________________________________
5252 [ 21387] By: rgs on 2003/09/29 12:47:37
5253 Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
5254 From: Tom Horsley <Tom.Horsley@ccur.com>
5255 Date: Mon, 29 Sep 2003 13:00:09 GMT
5256 Message-Id: <200309291300.NAA23856@amber2.ccur.com>
5258 ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
5259 ____________________________________________________________________________
5260 [ 21386] By: rgs on 2003/09/29 11:14:27
5261 Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
5262 From: Steve Hay <steve.hay@uk.radan.com>
5263 Date: Mon, 29 Sep 2003 11:50:23 +0100
5264 Message-ID: <3F780E6F.3020704@uk.radan.com>
5267 ____________________________________________________________________________
5268 [ 21385] By: rgs on 2003/09/29 11:09:32
5269 Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
5270 From: Brendan O'Dea <bod@debian.org>
5271 Date: Sun, 28 Sep 2003 23:23:34 +1000
5272 Message-ID: <20030928132334.GA29499@londo.c47.org>
5275 ____________________________________________________________________________
5276 [ 21384] By: rgs on 2003/09/26 20:39:19
5277 Log: Nit to the maintainers list by SADAHIRO Tomoyuki
5279 ! Porting/Maintainers.pl
5280 ____________________________________________________________________________
5281 [ 21383] By: jhi on 2003/09/26 04:41:17
5282 Log: Missing +x bits.
5285 ____________________________________________________________________________
5286 [ 21382] By: rgs on 2003/09/25 19:40:50
5287 Log: Update the perldelta for 5.9.0.
5290 ____________________________________________________________________________
5291 [ 21381] By: rgs on 2003/09/25 19:02:12
5292 Log: Add the perl581delta manpage.
5293 Regenerate the table of contents.
5295 + pod/perl581delta.pod
5296 ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
5297 ! vms/descrip_mms.template win32/pod.mak
5298 ____________________________________________________________________________
5299 [ 21380] By: rgs on 2003/09/25 18:36:45
5300 Log: Update perlhist.pod
5303 ____________________________________________________________________________
5304 [ 21372] By: gbarr on 2003/09/25 07:35:24
5305 Log: Sync with libnet 1.17
5307 ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
5308 ____________________________________________________________________________
5309 [ 21371] By: gbarr on 2003/09/25 06:57:35
5310 Log: Update to Scalar-List-Utils 1.13
5312 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
5313 ! ext/List/Util/lib/List/Util.pm
5314 ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
5315 ____________________________________________________________________________
5316 [ 21370] By: jhi on 2003/09/25 06:45:42
5317 Log: CPAN sites update.
5320 ____________________________________________________________________________
5321 [ 21369] By: jhi on 2003/09/25 05:22:48
5322 Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
5323 From: Greg Matheson <lang@ms.chinmin.edu.tw>
5324 Date: Wed, 24 Sep 2003 22:51:09 +0800
5325 Message-ID: <20030924225109.A17126@ms>
5327 (Win98 + MinGW, a missing Win95.pm hunk)
5329 ! lib/ExtUtils/MM_Win95.pm
5330 ____________________________________________________________________________
5331 [ 21365] By: jhi on 2003/09/25 04:44:05
5335 ____________________________________________________________________________
5336 [ 21361] By: jhi on 2003/09/24 17:40:42
5337 Log: Even though undefing SPACE and FORMAT should be safe,
5338 at this point I'm choosing to be paranoid and using
5342 ____________________________________________________________________________
5343 [ 21360] By: jhi on 2003/09/24 17:30:07
5344 Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
5345 From: Olli Savia (via RT) <perlbug-followup@perl.org>
5346 Date: 24 Sep 2003 15:42:41 -0000
5347 Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
5349 ! mg.c perl.h perlio.c pp_sys.c
5350 ____________________________________________________________________________
5351 [ 21356] By: jhi on 2003/09/24 08:27:52
5352 Log: Subject: [DOCPATCH] attributes.pm
5353 From: Elizabeth Mattijsen <liz@dijkmat.nl>
5354 Date: Wed, 24 Sep 2003 11:00:42 +0200
5355 Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
5360 ____________________________________________________________________________
5361 [ 21354] By: jhi on 2003/09/24 07:25:48
5362 Log: A fix from Graham for
5363 [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
5364 (seemingly a NV casting issue)
5366 ! ext/List/Util/Util.xs
5367 ____________________________________________________________________________
5368 [ 21353] By: jhi on 2003/09/24 05:05:39
5369 Log: Someone actually reads the Makefile.PL messages, it seems.
5370 (from Jonathan Leffler)
5372 ! ext/Time/HiRes/Makefile.PL
5373 ____________________________________________________________________________
5374 [ 21351] By: jhi on 2003/09/24 04:54:33
5375 Log: perliol tweaks.
5378 ____________________________________________________________________________
5379 [ 21349] By: rgs on 2003/09/23 22:09:57
5380 Log: The FAQ answer about POD comments was incorrect. [perl #23893]
5383 ! pod/perlfaq7.pod pod/perlpodspec.pod
5384 ____________________________________________________________________________
5385 [ 21348] By: rgs on 2003/09/23 21:56:50
5386 Log: Subject: [PATCH] perlvar
5387 From: Juerd <juerd@convolution.nl>
5388 Date: Sun, 21 Sep 2003 21:40:54 +0200
5389 Message-ID: <20030921194054.GD14702@c3.convolution.nl>
5392 ____________________________________________________________________________
5393 [ 21344] By: jhi on 2003/09/23 19:33:45
5394 Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
5395 From: grommel@sears.com
5396 Date: Tue, 23 Sep 2003 13:40:33 -0500
5397 Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
5399 ! hints/svr4.sh t/op/stat.t
5400 ____________________________________________________________________________
5401 [ 21343] By: jhi on 2003/09/23 19:26:06
5402 Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
5403 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5404 Date: Tue, 23 Sep 2003 09:13:55 -0700
5405 Message-ID: <20030923161354.GA2432@efn.org>
5408 ____________________________________________________________________________
5409 [ 21342] By: rgs on 2003/09/23 19:12:58
5410 Log: Minor nit in a debug message of the tokenizer.
5413 ____________________________________________________________________________
5414 [ 21340] By: jhi on 2003/09/23 12:33:53
5415 Log: Let's call it 2.34, already (from Johan).
5417 ! lib/Getopt/Long.pm
5418 ____________________________________________________________________________
5419 [ 21339] By: jhi on 2003/09/23 12:31:08
5420 Log: Subject: Re: [PATCH] RC5 and Intel's ICC
5421 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5422 Date: Tue, 23 Sep 2003 15:04:35 +0200
5423 Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
5425 (add -we147 to ccflags if cc = ICC so that prototype
5426 detection works right)
5429 ____________________________________________________________________________
5430 [ 21338] By: jhi on 2003/09/23 12:02:28
5431 Log: Bump the Encode version to 1.9801 since we are no more identical
5432 to the CPAN version.
5434 ! ext/Encode/Encode.pm
5435 ____________________________________________________________________________
5436 [ 21332] By: jhi on 2003/09/23 09:17:32
5439 ! ext/Encode/ucm/gsm0338.ucm
5440 ____________________________________________________________________________
5441 [ 21331] By: jhi on 2003/09/23 09:11:23
5442 Log: GSM 03.38 mapping in Encoding::Byte is incorrect
5444 Fix as much as possible - the specification is still
5447 + ext/Encode/t/gsm0338.t
5448 ! MANIFEST ext/Encode/MANIFEST
5449 ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
5450 ____________________________________________________________________________
5451 [ 21329] By: jhi on 2003/09/23 06:10:28
5452 Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
5453 From: Stephen McCamant <smcc@MIT.EDU>
5454 Date: Mon, 22 Sep 2003 20:53:57 -0700
5455 Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
5457 ! ext/B/B/Deparse.pm
5458 ____________________________________________________________________________
5459 [ 21327] By: jhi on 2003/09/23 04:51:15
5460 Log: Subject: [PATCH] RC5 and Intel's ICC
5461 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5462 Date: Mon, 22 Sep 2003 22:52:40 +0200
5463 Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
5465 (the missing void return type)
5467 ! ext/threads/shared/shared.xs
5468 ____________________________________________________________________________
5469 [ 21326] By: jhi on 2003/09/23 04:46:48
5470 Log: Subject: [PATCH] RC5 and Intel's ICC
5471 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
5472 Date: Mon, 22 Sep 2003 22:52:40 +0200
5473 Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
5475 (the attribute part)
5477 ! ext/Devel/PPPort/PPPort.pm perl.h
5478 ____________________________________________________________________________
5479 [ 21325] By: jhi on 2003/09/23 04:43:29
5480 Log: Stray CRs noticed by Jan Dubois.
5482 ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
5483 ____________________________________________________________________________
5484 [ 21324] By: jhi on 2003/09/23 04:40:19
5485 Log: The RCs have been missing CRs from certain files because
5486 not all shells can handle multiline arguments right.
5489 ____________________________________________________________________________
5490 [ 21323] By: rgs on 2003/09/22 20:31:19
5491 Log: When localising a magic value, propagæte the readonly flag
5492 only if this scalar has \0 magic or has magic without a
5493 'set' method. (follows change #20479 for bug #23141.)
5495 ! scope.c t/op/local.t
5496 ____________________________________________________________________________
5497 [ 21319] By: jhi on 2003/09/22 18:16:40
5498 Log: An error message need not be a novel.
5500 ! pod/perldiag.pod pp_hot.c
5501 ____________________________________________________________________________
5502 [ 21318] By: jhi on 2003/09/22 17:45:23
5503 Log: Upgrade to Math::BigInt 1.66.
5505 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5506 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
5507 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5508 ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
5509 ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
5510 ____________________________________________________________________________
5511 [ 21311] By: jhi on 2003/09/22 08:49:24
5512 Log: Some more perlio doc tweaks based on NI-S.
5515 ____________________________________________________________________________
5516 [ 21305] By: jhi on 2003/09/22 05:59:54
5517 Log: Upgrade to Time::HiRes 1.51.
5519 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5520 ____________________________________________________________________________
5521 [ 21303] By: jhi on 2003/09/22 04:37:21
5522 Log: Upgrade to Getopt::Long 2.33_03.
5524 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
5525 ____________________________________________________________________________
5526 [ 21302] By: jhi on 2003/09/22 04:28:57
5527 Log: CPAN.pm 1.76_01 from Andreas.
5530 ____________________________________________________________________________
5531 [ 21299] By: jhi on 2003/09/21 09:23:17
5535 ____________________________________________________________________________
5536 [ 21298] By: jhi on 2003/09/21 09:22:57
5537 Log: Handle also the curliffy files when tocing.
5540 ____________________________________________________________________________
5541 [ 21297] By: jhi on 2003/09/21 08:50:22
5542 Log: Macrofy the compile/runtime test.
5544 ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
5545 ____________________________________________________________________________
5546 [ 21296] By: jhi on 2003/09/21 08:47:32
5547 Log: Tweak the section name to agree with the change #21295.
5550 ____________________________________________________________________________
5551 [ 21295] By: jhi on 2003/09/21 08:44:52
5552 Log: One obvious place to look for PerlIO implementations.
5555 ____________________________________________________________________________
5556 [ 21294] By: jhi on 2003/09/21 08:15:52
5557 Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
5558 From: Dave Mitchell <davem@fdgroup.com>
5559 Date: Fri, 19 Sep 2003 19:35:44 +0100
5560 Message-ID: <20030919183544.GA14563@fdgroup.com>
5563 ____________________________________________________________________________
5564 [ 21293] By: jhi on 2003/09/21 08:13:58
5565 Log: More PerlIO documentation.
5567 ! lib/PerlIO.pm pod/perliol.pod
5568 ____________________________________________________________________________
5569 [ 21292] By: jhi on 2003/09/20 18:44:07
5570 Log: Retract #21273, #21264, and #21263 as requested by Schwern.
5571 (The real bug was mp2 being too "friendly" with MM innards.)
5573 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5574 ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
5575 ____________________________________________________________________________
5576 [ 21291] By: jhi on 2003/09/20 18:37:33
5577 Log: In FreeBSD allow one to try using Perl's malloc with threads.
5580 ____________________________________________________________________________
5581 [ 21290] By: rgs on 2003/09/20 10:05:38
5582 Log: Missing perlfaq chunk.
5585 ____________________________________________________________________________
5586 [ 21289] By: rgs on 2003/09/20 10:00:12
5590 ____________________________________________________________________________
5591 [ 21288] By: jhi on 2003/09/19 14:49:20
5592 Log: Subject: typo fixo
5593 From: Vadim Konovalov <konovalo@mail.wplus.net>
5594 Date: Fri, 19 Sep 2003 06:32:08 +0400
5595 Message-ID: <4538131828.20030919063208@mail.wplus.net>
5597 ! pod/perlunicode.pod
5598 ____________________________________________________________________________
5599 [ 21286] By: jhi on 2003/09/19 04:48:52
5600 Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
5601 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5602 Date: Thu, 18 Sep 2003 19:01:06 -0700
5603 Message-ID: <20030919020106.GA22511@math.berkeley.edu>
5606 ____________________________________________________________________________
5607 [ 21285] By: jhi on 2003/09/19 04:46:39
5608 Log: Tests for change #21284.
5611 ____________________________________________________________________________
5612 [ 21284] By: jhi on 2003/09/19 04:46:12
5613 Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
5614 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5615 Date: Thu, 18 Sep 2003 18:58:59 -0700
5616 Message-ID: <20030919015858.GA22503@math.berkeley.edu>
5619 ____________________________________________________________________________
5620 [ 21283] By: rgs on 2003/09/18 21:29:23
5621 Log: Perlfaq nits from Iain Truskett.
5622 (from the perlfaq-workers list)
5624 ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
5625 ____________________________________________________________________________
5626 [ 21282] By: rgs on 2003/09/18 21:10:26
5627 Log: Integrate a change from the perlfaq CVS.
5628 I consider the bleadperl version being more up-to-date as of now.
5631 ____________________________________________________________________________
5632 [ 21277] By: jhi on 2003/09/18 19:23:22
5633 Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
5634 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5635 Date: Thu, 18 Sep 2003 11:02:02 -0700
5636 Message-ID: <20030918180202.GA21949@math.berkeley.edu>
5638 (use stat.t instead of time.t)
5640 ! os2/os2ish.h pp_sys.c t/op/stat.t
5641 ____________________________________________________________________________
5642 [ 21276] By: jhi on 2003/09/18 19:15:07
5643 Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
5644 From: Rick Delaney <rick.delaney@rogers.com>
5645 Date: Wed, 1 Jan 2003 22:54:59 -0500
5646 Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
5648 (Pity the first patch fell through the cracks back then.
5649 Not that forbidding non-object copy constructors is the right
5650 thing to do but the bug could use fixing.)
5652 ! lib/overload.t pp.h
5653 ____________________________________________________________________________
5654 [ 21274] By: jhi on 2003/09/18 10:59:58
5655 Log: Subject: [PATCH] small fix for Devel::PPPort
5656 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
5657 Date: Thu, 18 Sep 2003 10:14:58 +0200
5658 Message-id: <20030918081458.GA2653@ethan>
5660 ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
5661 ____________________________________________________________________________
5662 [ 21273] By: jhi on 2003/09/18 10:57:41
5663 Log: ld has many guises.
5665 ! lib/ExtUtils/t/MM_Unix.t
5666 ____________________________________________________________________________
5667 [ 21271] By: jhi on 2003/09/18 08:05:28
5668 Log: Missed OS/2 patch hunk.
5671 ____________________________________________________________________________
5672 [ 21270] By: jhi on 2003/09/18 05:00:23
5673 Log: Subject: Patch for VMS::Filespec
5674 From: Ken Williams <ken@mathforum.org>
5675 Date: Wed, 17 Sep 2003 20:11:46 -0500
5676 Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
5678 ! vms/ext/Filespec.pm
5679 ____________________________________________________________________________
5680 [ 21268] By: jhi on 2003/09/18 04:58:05
5681 Log: Subject: 5.8.1 warnings when long double == double
5682 From: Andy Dougherty <doughera@lafayette.edu>
5683 Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
5684 Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
5685 (the changed message)
5688 ____________________________________________________________________________
5689 [ 21267] By: jhi on 2003/09/18 04:54:16
5690 Log: Patch from Enache Adrian for the new tricks of gcc 3.4
5691 for "is this symbol defined" scanning of Configure.
5694 ____________________________________________________________________________
5695 [ 21266] By: jhi on 2003/09/18 04:29:55
5696 Log: Make it possible to override the mistrustnm hint in Solaris.
5698 ! hints/solaris_2.sh
5699 ____________________________________________________________________________
5700 [ 21264] By: jhi on 2003/09/17 21:01:36
5701 Log: A potential fix for non-empty LD in Unix.
5703 ! lib/ExtUtils/t/MM_Unix.t
5704 ____________________________________________________________________________
5705 [ 21263] By: jhi on 2003/09/17 14:09:50
5706 Log: Subject: RE: MM in maint@21251 breaks mp2
5707 From: "Orton, Yves" <yves.orton@de.mci.com>
5708 Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
5709 Date: Wed, 17 Sep 2003 15:47:35 +0100
5711 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5712 ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
5713 ____________________________________________________________________________
5714 [ 21261] By: jhi on 2003/09/17 09:33:39
5715 Log: The AIX C product potentially consists of several packages,
5716 the main package being (hopefully) the first one.
5719 ____________________________________________________________________________
5720 [ 21260] By: jhi on 2003/09/17 07:52:03
5721 Log: Fix Solaris ccversion not having the cc version.
5723 ! hints/solaris_2.sh
5724 ____________________________________________________________________________
5725 [ 21259] By: jhi on 2003/09/17 06:02:19
5726 Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
5727 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5728 Date: Tue, 16 Sep 2003 23:49:42 -0700
5729 Message-ID: <20030917064941.GA20444@math.berkeley.edu>
5732 ____________________________________________________________________________
5733 [ 21258] By: jhi on 2003/09/17 06:00:48
5734 Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
5735 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5736 Date: Tue, 16 Sep 2003 23:21:48 -0700
5737 Message-ID: <20030917062147.GA20400@math.berkeley.edu>
5739 ! os2/OS2/Process/t/os2_process.t
5740 ____________________________________________________________________________
5741 [ 21257] By: jhi on 2003/09/17 03:53:46
5742 Log: Subject: [PATCH 5.8.1 @21211] magic.t
5743 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5744 Date: Tue, 16 Sep 2003 19:17:57 -0700
5745 Message-ID: <20030917021757.GA20261@math.berkeley.edu>
5748 ____________________________________________________________________________
5749 [ 21253] By: jhi on 2003/09/16 19:48:08
5750 Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
5751 From: Dave Mitchell <davem@fdgroup.com>
5752 Date: Tue, 16 Sep 2003 21:56:20 +0100
5753 Message-ID: <20030916205620.GB1246@fdgroup.com>
5756 ____________________________________________________________________________
5757 [ 21249] By: jhi on 2003/09/16 19:10:58
5758 Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
5760 + ext/Time/HiRes/hints/svr4.pl
5761 ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
5762 ____________________________________________________________________________
5763 [ 21247] By: jhi on 2003/09/16 18:57:34
5764 Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
5765 From: Andy Dougherty <doughera@lafayette.edu>
5766 Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
5767 Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
5769 ! ext/POSIX/hints/svr4.pl hints/svr4.sh
5770 ____________________________________________________________________________
5771 [ 21245] By: jhi on 2003/09/16 18:47:52
5772 Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
5773 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
5774 Date: Wed, 4 Jun 2003 00:45:23 -0700
5775 Message-ID: <20030604074523.GA7148@math.berkeley.edu>
5778 ____________________________________________________________________________
5779 [ 21243] By: jhi on 2003/09/16 12:18:03
5780 Log: Give a concrete example of the still existing Unicode slowness.
5782 ! pod/perlunicode.pod
5783 ____________________________________________________________________________
5784 [ 21241] By: jhi on 2003/09/16 06:38:45
5785 Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
5786 use File::Spec 0.8 is unhappy.
5789 ____________________________________________________________________________
5790 [ 21240] By: jhi on 2003/09/16 06:34:35
5791 Log: The test is not needed, says Schwern.
5793 - lib/base/t/fields-560.t
5795 ____________________________________________________________________________
5796 [ 21239] By: jhi on 2003/09/16 05:04:09
5797 Log: Upgrade to File::Spec 0.85_03.
5799 + lib/File/Spec/t/crossplatform.t
5800 ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
5801 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
5802 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5803 ! lib/File/Spec/t/Spec.t
5804 ____________________________________________________________________________
5805 [ 21238] By: jhi on 2003/09/16 04:57:08
5806 Log: Upgrade to MakeMaker 6.17.
5808 ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
5809 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
5810 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
5811 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5812 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
5813 ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
5814 ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
5815 ! t/lib/MakeMaker/Test/Utils.pm
5816 ____________________________________________________________________________
5817 [ 21235] By: jhi on 2003/09/16 04:35:34
5818 Log: Upgrade to base 2.03.
5819 (Rename the fields-5.6.0.t to have less d.o.t.s.)
5821 + lib/base/t/base.t lib/base/t/fields-560.t
5822 + lib/base/t/fields-base.t lib/base/t/fields.t
5823 - lib/fields-base.t lib/fields.t
5824 ! MANIFEST lib/base.pm lib/fields.pm
5825 ____________________________________________________________________________
5826 [ 21234] By: jhi on 2003/09/15 19:17:03
5827 Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
5828 From: PPrymmer@factset.com
5829 Date: Mon, 15 Sep 2003 15:28:52 -0400
5830 Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
5832 ! lib/Memoize/t/tie_sdbm.t
5833 ____________________________________________________________________________
5834 [ 21230] By: jhi on 2003/09/14 17:46:52
5835 Log: Check the context of for/grep/map.
5838 ____________________________________________________________________________
5839 [ 21228] By: jhi on 2003/09/14 13:40:23
5840 Log: For-non-perlio places we need STDOUT back.
5843 ____________________________________________________________________________
5844 [ 21227] By: jhi on 2003/09/14 09:44:49
5845 Log: Also IRIX wants setlogsock('stream').
5847 ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
5848 ____________________________________________________________________________
5849 [ 21224] By: jhi on 2003/09/14 07:44:26
5850 Log: More portable reading.
5853 ____________________________________________________________________________
5854 [ 21222] By: jhi on 2003/09/14 07:35:28
5855 Log: More dup testing.
5858 ____________________________________________________________________________
5859 [ 21220] By: jhi on 2003/09/14 06:54:05
5860 Log: Use $Config{_exe}.
5863 ____________________________________________________________________________
5864 [ 21219] By: jhi on 2003/09/14 06:46:26
5865 Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
5866 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
5867 Date: Sat, 13 Sep 2003 20:20:30 -0700
5868 Message-ID: <20030914032030.GA17822@math.berkeley.edu>
5870 ! os2/os2.c t/run/switches.t
5871 ____________________________________________________________________________
5872 [ 21218] By: jhi on 2003/09/14 06:45:13
5873 Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
5874 From: Michael G Schwern <schwern@pobox.com>
5875 Date: Thu, 11 Sep 2003 15:07:10 -0700
5876 Message-ID: <20030911220710.GO18786@windhund.schwern.org>
5878 (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
5880 ! lib/ExtUtils/t/Manifest.t
5881 ____________________________________________________________________________
5882 [ 21217] By: jhi on 2003/09/14 06:42:12
5883 Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
5884 From: "Craig A. Berry" <craigberry@mac.com>
5885 Date: Sun, 14 Sep 2003 00:23:56 -0500
5886 Message-ID: <3F63FB6C.5040502@mac.com>
5889 ____________________________________________________________________________
5890 [ 21214] By: jhi on 2003/09/13 18:33:41
5891 Log: parse_version doesn't always succeed.
5893 ! Porting/cmpVERSION.pl
5894 ____________________________________________________________________________
5895 [ 21213] By: jhi on 2003/09/13 18:31:41
5896 Log: pod changes, so change $VERSION.
5899 ____________________________________________________________________________
5900 [ 21210] By: jhi on 2003/09/13 15:24:38
5901 Log: Subject: Re: unicode regex problem
5903 Date: Sat, 13 Sep 2003 15:21:34 +0100
5904 Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
5906 ! regcomp.c t/op/pat.t
5907 ____________________________________________________________________________
5908 [ 21209] By: jhi on 2003/09/13 15:22:38
5909 Log: More PerlIO warnings changes.
5911 ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
5912 ____________________________________________________________________________
5913 [ 21208] By: jhi on 2003/09/13 11:15:40
5914 Log: The "perlio: " prefix looks a little odd
5915 in the few warning/error messages, since
5916 no other 'subsystems' have prefixes.
5918 ! perlio.c pod/perldiag.pod t/io/open.t
5919 ____________________________________________________________________________
5920 [ 21207] By: jhi on 2003/09/13 10:37:30
5921 Log: Layer names were recognized by their prefixes
5922 (e.g. open(F, ":u", "file") worked...)
5924 ! perlio.c t/io/open.t
5925 ____________________________________________________________________________
5926 [ 21206] By: jhi on 2003/09/13 10:10:46
5927 Log: Apparently at some point doing 3-arg open with
5928 illegal mode like ">>>" had stopped croaking.
5930 ! doio.c t/io/open.t
5931 ____________________________________________________________________________
5932 [ 21205] By: jhi on 2003/09/13 08:42:10
5933 Log: Minuscule code cleanup.
5936 ____________________________________________________________________________
5937 [ 21204] By: jhi on 2003/09/13 06:47:23
5938 Log: Subject: [perl #23788] int of a fraction errors
5939 From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
5940 Date: 11 Sep 2003 22:38:19 -0000
5941 Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
5943 Add a separate faq entry for int(). (Yes, a bit redundant
5944 with the existing "why are my numbers broken" entry.)
5947 ____________________________________________________________________________
5948 [ 21203] By: jhi on 2003/09/13 06:34:03
5949 Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
5950 From: Stas Bekman <stas@stason.org>
5951 Date: Fri, 12 Sep 2003 13:44:11 -0700
5952 Message-ID: <3F62301B.3080604@stason.org>
5954 s/discipline/IO layer/, instead of "unknown" say "unavailable",
5955 and have the fuller explanation in perldiag.
5957 ! doio.c pod/perldiag.pod
5958 ____________________________________________________________________________
5959 [ 21202] By: jhi on 2003/09/13 06:07:27
5960 Log: Make the new glob tests pass (well, skip) even with miniperl.
5962 ! t/run/fresh_perl.t
5963 ____________________________________________________________________________
5964 [ 21201] By: rgs on 2003/09/12 21:41:04
5965 Log: Stringify the $VERSION of DynaLoader so it's never dependent
5966 on localized float-to-string conversions.
5968 ! ext/DynaLoader/DynaLoader_pm.PL
5969 ____________________________________________________________________________
5970 [ 21198] By: jhi on 2003/09/12 17:59:25
5971 Log: It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
5972 since that would break a lot of code.) Also few
5973 stray UTF16s, UTF32s, and "encoded in Unicode".
5975 ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
5976 ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
5977 ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
5978 ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
5979 ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
5980 ____________________________________________________________________________
5981 [ 21197] By: jhi on 2003/09/12 17:24:17
5982 Log: The buildtoc now has options.
5985 ____________________________________________________________________________
5986 [ 21196] By: jhi on 2003/09/12 14:33:16
5987 Log: Some more tweaks on open ...&=.
5990 ____________________________________________________________________________
5991 [ 21194] By: jhi on 2003/09/12 11:36:14
5992 Log: Slightly more documentation for open ...&=.
5995 ____________________________________________________________________________
5996 [ 21193] By: jhi on 2003/09/12 03:21:53
5997 Log: Document the new strict strict in strict.
6000 ____________________________________________________________________________
6001 [ 21191] By: jhi on 2003/09/12 03:03:17
6002 Log: More comments for the FreeBSD threads hints.
6005 ____________________________________________________________________________
6006 [ 21188] By: jhi on 2003/09/11 20:23:55
6007 Log: More refactoring of the FreeBSD threads hints.
6008 Basically, for fresh enough 5.x the -pthread is dropped,
6009 otherwise keep it, and no known FreeBSD release has
6010 a functional gethostbyaddr_r.
6013 ____________________________________________________________________________
6014 [ 21187] By: jhi on 2003/09/11 20:12:00
6015 Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
6016 From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
6017 Date: Thu, 11 Sep 2003 09:15:04 -0700
6018 Message-ID: <20030911161504.GA16113@math.berkeley.edu>
6020 ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
6021 ! os2/OS2/Process/Process.xs
6022 ____________________________________________________________________________
6023 [ 21186] By: jhi on 2003/09/11 20:10:32
6024 Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
6025 From: "Brendan O'Dea" <bod@debian.org>
6026 Date: Fri, 12 Sep 2003 00:12:51 +1000
6027 Message-ID: <20030911141251.GA26907@londo.c47.org>
6030 ____________________________________________________________________________
6031 [ 21181] By: jhi on 2003/09/11 08:25:13
6032 Log: The change of not needing -pthread in FreeBSD 5.x
6033 is very recent (Sep 3) (from Anton Berezin).
6036 ____________________________________________________________________________
6037 [ 21179] By: jhi on 2003/09/11 06:13:12
6038 Log: Upgrade to Pod::Perldoc 3.10.
6039 (Yes, the doughera address change is wrong, but hardly worth 3.11.)
6041 ! lib/Pod/Perldoc.pm
6042 ____________________________________________________________________________
6043 [ 21176] By: jhi on 2003/09/11 05:22:27
6044 Log: Upgrade to base 2.02.
6047 ! MANIFEST lib/base.pm lib/fields.t
6048 ____________________________________________________________________________
6049 [ 21174] By: jhi on 2003/09/11 04:45:56
6050 Log: Replace #21158 with a better patch from Hugo
6051 (for [perl #23769]).
6053 ! regcomp.c regexec.c t/op/pat.t
6054 ____________________________________________________________________________
6055 [ 21173] By: jhi on 2003/09/11 03:08:04
6056 Log: Subject: [PATCH][TESTS] dumpvar.pl
6057 From: Joe McMahon <mcmahon@metalab.unc.edu>
6058 Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
6059 Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
6061 ! lib/dumpvar.pl lib/dumpvar.t
6062 ____________________________________________________________________________
6063 [ 21172] By: jhi on 2003/09/11 03:03:52
6064 Log: Enache still wants -pthread gone for FreeBSD 5.x
6065 since it doesn't work with the latest -current.
6068 ____________________________________________________________________________
6069 [ 21171] By: jhi on 2003/09/11 02:58:29
6070 Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
6071 From: Stas Bekman <stas@stason.org>
6072 Date: Thu, 28 Aug 2003 16:10:48 -0700
6073 Message-ID: <3F4E8BF8.1090800@stason.org>
6075 ! emacs/cperl-mode.el emacs/ptags
6076 ____________________________________________________________________________
6077 [ 21170] By: jhi on 2003/09/11 02:56:50
6078 Log: Retract #21149, sez Schwern.
6081 ____________________________________________________________________________
6082 [ 21169] By: jhi on 2003/09/11 02:55:49
6083 Log: Retract #21168 based on advice from Anton Berezin (added).
6086 ____________________________________________________________________________
6087 [ 21168] By: rgs on 2003/09/10 21:43:40
6088 Log: Subject: nit to hints/freebsd.sh
6089 From: Enache Adrian <enache@rdslink.ro>
6090 Date: Wed, 10 Sep 2003 19:50:59 +0300
6091 Message-ID: <20030910165059.GB1321@ratsnest.hole>
6094 ____________________________________________________________________________
6095 [ 21167] By: rgs on 2003/09/10 21:18:59
6096 Log: Subject: Re: [perl #15395] lexical warnings and inheritance
6097 From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
6098 Date: Sun, 31 Aug 2003 22:08:19 GMT
6099 Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
6101 The test has been moved into warnings.pm's test suite. Note
6102 that this patch fixed as well the behaviour of warnings::enabled
6103 regarding lexical scoping and different files; hence the expected
6104 results in a few tests in /t/lib/warnings/9enabled has been
6107 ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
6108 ____________________________________________________________________________
6109 [ 21166] By: rgs on 2003/09/10 19:36:30
6110 Log: Remove the warning in perlfaq about using map in void context :
6111 From: abigail@abigail.nl (Abigail)
6112 Subject: [PATCH perlfaq6] map in a void context.
6113 Date: Tue, 9 Sep 2003 10:31:58 +0200
6114 Message-ID: <20030909083158.GA24125@abigail.nl>
6117 ____________________________________________________________________________
6118 [ 21165] By: jhi on 2003/09/10 16:48:52
6119 Log: Subject: [PATCH] AUTHORS
6120 From: enache@rdslink.ro (Enache Adrian)
6121 Date: Tue, 9 Sep 2003 19:34:05 +0300
6122 Message-ID: <20030909163405.GB1398@ratsnest.hole>
6125 ____________________________________________________________________________
6126 [ 21164] By: jhi on 2003/09/10 15:38:51
6130 ____________________________________________________________________________
6131 [ 21163] By: merijn on 2003/09/10 15:31:27
6132 Log: Subject: [perl #23778] hints/aix.sh
6133 Date: 10 Sep 2003 16:30:32 -0000
6134 From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
6135 Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
6138 ____________________________________________________________________________
6139 [ 21162] By: jhi on 2003/09/10 15:21:43
6140 Log: blead version of #21161.
6143 ____________________________________________________________________________
6144 [ 21160] By: jhi on 2003/09/10 15:11:59
6145 Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
6146 From: PPrymmer@factset.com
6147 Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
6148 Date: Fri, 5 Sep 2003 17:46:48 -0400
6150 ! lib/File/Spec/t/Spec.t
6151 ____________________________________________________________________________
6152 [ 21159] By: jhi on 2003/09/10 15:10:06
6153 Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
6154 From: Kurt Starsinic <kstar@cpan.org>
6155 Date: Tue, 9 Sep 2003 23:16:00 -0400
6156 Message-ID: <20030910031600.GA30554@verizon.net>
6158 Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
6159 From: "Brendan O'Dea" <bod@debian.org>
6160 Date: Wed, 10 Sep 2003 22:03:15 +1000
6161 Message-ID: <20030910120315.GA1372@londo.c47.org>
6163 ! t/lib/h2ph.pht utils/h2ph.PL
6164 ____________________________________________________________________________
6165 [ 21158] By: jhi on 2003/09/10 09:31:24
6166 Log: Unicode regex broken on simple example
6167 regrepeat() did not work right for UTF-8(ed Latin-1)
6168 in the EXACT case, which made the \x{a0}+ fail.
6170 ! regexec.c t/op/pat.t
6171 ____________________________________________________________________________
6172 [ 21157] By: jhi on 2003/09/10 08:15:54
6173 Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
6175 ! pp_hot.c t/io/utf8.t
6176 ____________________________________________________________________________
6177 [ 21156] By: jhi on 2003/09/10 08:05:13
6178 Log: Detypo and explain better.
6181 ____________________________________________________________________________
6182 [ 21155] By: jhi on 2003/09/10 08:02:55
6183 Log: If doing rcatline no point rescanning each time
6184 the beginning of the SV for utf8 validity.
6187 ____________________________________________________________________________
6188 [ 21154] By: jhi on 2003/09/10 07:16:52
6189 Log: No utf8 warnings without use warnings.
6192 ____________________________________________________________________________
6193 [ 21153] By: jhi on 2003/09/10 06:57:16
6194 Log: Reading a latin1 file with open(... "<:utf8") will freeze
6195 is no more valid, the script doesn't freeze, but I noticed
6196 that neither does the <FILE> complain about bad UTF-8 as it
6197 should and as it does with :encoding(utf8).
6199 ! pp_hot.c t/io/utf8.t
6200 ____________________________________________________________________________
6201 [ 21152] By: jhi on 2003/09/10 06:54:02
6202 Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
6203 of Perl_utf8_is_string().
6205 ! embed.fnc embed.h global.sym proto.h utf8.c
6206 ____________________________________________________________________________
6207 [ 21151] By: jhi on 2003/09/10 06:16:28
6208 Log: Document a PerlIO/Encode warning.
6211 ____________________________________________________________________________
6212 [ 21149] By: jhi on 2003/09/09 17:22:42
6213 Log: Subject: Re: maint @ 21116
6214 From: Fergal Daly <fergal@esatclear.ie>
6215 Date: Tue, 9 Sep 2003 18:26:20 +0100
6216 Message-Id: <200309091826.20630.fergal@esatclear.ie>
6221 ____________________________________________________________________________
6222 [ 21146] By: jhi on 2003/09/09 15:36:20
6223 Log: Adjust the test count.
6225 ! lib/Test/Simple/t/is_deeply.t
6226 ____________________________________________________________________________
6227 [ 21144] By: jhi on 2003/09/09 15:03:58
6228 Log: AUTHORS update from Dave Mitchell.
6231 ____________________________________________________________________________
6232 [ 21143] By: jhi on 2003/09/09 15:02:18
6233 Log: Retract #20548 and #20465.
6235 ! lib/Test/More.pm lib/Test/Simple/t/More.t
6236 ! lib/Test/Simple/t/is_deeply.t
6237 ____________________________________________________________________________
6238 [ 21141] By: jhi on 2003/09/09 14:27:10
6239 Log: Subject: Re: maint @ 21116
6240 From: Enache Adrian <enache@rdslink.ro>
6241 Date: Tue, 9 Sep 2003 16:59:44 +0300
6242 Message-ID: <20030909135944.GA1666@ratsnest.hole>
6245 ____________________________________________________________________________
6246 [ 21140] By: jhi on 2003/09/09 14:25:51
6247 Log: Retract #21132.
6250 ____________________________________________________________________________
6251 [ 21139] By: jhi on 2003/09/09 11:55:33
6252 Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
6254 ! lib/Hash/Util.pm pod/perlrun.pod
6255 ____________________________________________________________________________
6256 [ 21137] By: jhi on 2003/09/09 09:50:13
6257 Log: Subject: =encoding in perlpod/perlpodspec
6258 From: sburke@cpan.org (Sean M. Burke)
6259 Date: Sun, 07 Sep 2003 03:08:28 -0800
6260 Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
6262 ! pod/perlpod.pod pod/perlpodspec.pod
6263 ____________________________________________________________________________
6264 [ 21136] By: jhi on 2003/09/09 09:46:01
6265 Log: One more chance... Elizabeth's change #21107 plus
6266 Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
6267 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6268 Date: Tue, 9 Sep 2003 01:44:24 +0200
6269 Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
6271 ! lib/warnings.pm toke.c warnings.pl
6272 ____________________________________________________________________________
6273 [ 21135] By: jhi on 2003/09/09 09:35:48
6274 Log: One more test count tweak.
6277 ____________________________________________________________________________
6278 [ 21132] By: jhi on 2003/09/09 07:57:20
6279 Log: Subject: Re: maint @ 21116
6280 From: Steve Hay <steve.hay@uk.radan.com>
6281 Date: Tue, 09 Sep 2003 09:49:07 +0100
6282 Message-ID: <3F5D9403.3040004@uk.radan.com>
6285 ____________________________________________________________________________
6286 [ 21131] By: jhi on 2003/09/09 07:54:52
6287 Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
6288 From: david nicol <whatever@davidnicol.com>
6289 Date: 08 Sep 2003 23:39:32 -0500
6290 Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
6295 ____________________________________________________________________________
6296 [ 21128] By: jhi on 2003/09/09 07:08:15
6297 Log: Ooops, perlio into scalars was already history for this test...
6300 ____________________________________________________________________________
6301 [ 21127] By: jhi on 2003/09/09 07:06:26
6302 Log: Cannot do perlio into scalars without perlio.
6305 ____________________________________________________________________________
6306 [ 21126] By: jhi on 2003/09/09 07:04:53
6307 Log: I claim that the debugger is untestable until proven otherwise.
6311 ____________________________________________________________________________
6312 [ 21124] By: jhi on 2003/09/09 06:59:52
6313 Log: In trying to save space, the warnings.pl change (#21107)
6314 pulled in attributes.pm... and the change didn't seem to
6315 be that well tested with different configurations.
6316 Retract #21119, #21117, #21107.
6318 ! ext/B/t/stash.t lib/warnings.pm warnings.pl
6319 ____________________________________________________________________________
6320 [ 21122] By: jhi on 2003/09/09 06:28:31
6321 Log: Really do #21121.
6324 ____________________________________________________________________________
6325 [ 21121] By: jhi on 2003/09/09 05:56:52
6326 Log: There's no particular reason to have the dumpvar.t
6330 - lib/perl5db/dumpvar.t
6332 ____________________________________________________________________________
6333 [ 21119] By: jhi on 2003/09/09 05:46:02
6334 Log: strict stash seems to have gone, too.
6337 ____________________________________________________________________________
6338 [ 21117] By: rgs on 2003/09/08 22:26:36
6339 Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
6340 (due to #21107 apparently.) Adjust this test accordingly.
6343 ____________________________________________________________________________
6344 [ 21113] By: jhi on 2003/09/08 21:10:53
6345 Log: Subject: [PATCH] silence 1 compiler warning
6346 From: Nicholas Clark <nick@ccl4.org>
6347 Date: Mon, 8 Sep 2003 23:04:45 +0100
6348 Message-ID: <20030908230445.E30881@plum.flirble.org>
6351 ____________________________________________________________________________
6352 [ 21112] By: jhi on 2003/09/08 21:09:34
6353 Log: Retract #21096, mostly: I had misexplained the situation
6354 to Scott A. Crosby. Seeing the seed value while not good
6355 for the ultimate paranoia viewpoint is not that bad, as long
6356 as the users are fully aware of the dangers of disclosing
6357 the hash seed. So hash_seed() is okay.
6359 Being able to see the hash values (as in Java) would
6360 be another option, but dubious: it's not that per-key
6361 hash values themselves are bad to allow scripts to see,
6362 but rather that hash values are just as sensitive (from
6363 the DoSing viewpoint) as the hash seed itself (and there
6364 usually more hash values than the one hash seed....)
6366 ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
6367 ____________________________________________________________________________
6368 [ 21110] By: jhi on 2003/09/08 20:59:04
6369 Log: Urk. unique, not shared.
6372 ____________________________________________________________________________
6373 [ 21109] By: jhi on 2003/09/08 20:57:25
6374 Log: Subject: [PATCH] configpm: about 1.5K less per thread
6375 From: Elizabeth Mattijsen <liz@dijkmat.nl>
6376 Date: Mon, 8 Sep 2003 23:58:34 +0200
6377 Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
6380 ____________________________________________________________________________
6381 [ 21107] By: jhi on 2003/09/08 20:45:38
6382 Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
6383 From: Elizabeth Mattijsen <liz@dijkmat.nl>
6384 Date: Mon, 8 Sep 2003 22:22:38 +0200
6385 Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
6387 ! lib/warnings.pm warnings.pl
6388 ____________________________________________________________________________
6389 [ 21106] By: rgs on 2003/09/08 20:45:03
6390 Log: A version of change #21073 that works.
6392 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
6393 ____________________________________________________________________________
6394 [ 21105] By: jhi on 2003/09/08 20:44:22
6398 ____________________________________________________________________________
6399 [ 21103] By: jhi on 2003/09/08 20:18:56
6400 Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
6401 being a bad pointer is apparently a known cygwin bug). The
6402 cure is to initialize the field.
6405 ____________________________________________________________________________
6406 [ 21100] By: jhi on 2003/09/08 19:38:39
6410 ____________________________________________________________________________
6411 [ 21098] By: jhi on 2003/09/08 19:06:09
6412 Log: The IPC::Open3 is just too unreliable for this task.
6415 ____________________________________________________________________________
6416 [ 21097] By: jhi on 2003/09/08 18:42:43
6417 Log: Try to make the de0.t test more robust.
6418 The test is so flakey (too many external things influencing
6419 the result) that I'm likely to leave it out from the maint.
6422 ____________________________________________________________________________
6423 [ 21096] By: jhi on 2003/09/08 17:58:19
6424 Log: Scott A. Crosby believes in not disclosing
6425 any more information than necessary: therefore
6426 instead of hash_seed() we have now hashes_random().
6428 ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
6429 ____________________________________________________________________________
6430 [ 21095] By: jhi on 2003/09/08 17:36:50
6431 Log: Mac OS X "last resort" recipe.
6434 ____________________________________________________________________________
6435 [ 21094] By: jhi on 2003/09/08 16:50:55
6436 Log: Subject: [patch] AUTHORS
6437 From: Juerd <juerd@cpan.org>
6438 Date: Mon, 8 Sep 2003 08:42:13 +0200
6439 Message-ID: <20030908064213.GC23461@c3.convolution.nl>
6442 ____________________________________________________________________________
6443 [ 21093] By: jhi on 2003/09/08 15:47:14
6444 Log: Slightly more intelligent paranoia.
6446 ! pod/perldiag.pod util.c
6447 ____________________________________________________________________________
6448 [ 21090] By: jhi on 2003/09/08 14:07:03
6449 Log: Win32 is playing to hard to get but I do not have
6450 time to chase it, so restore #21072, more or less.
6451 I think testing the debugger in UNIX-like places
6452 is enough, no need to go into painful contortions
6453 trying to "portably" run interactive programs like
6457 ____________________________________________________________________________
6458 [ 21088] By: jhi on 2003/09/08 12:50:15
6459 Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
6461 ! ext/Storable/Storable.xs
6462 ____________________________________________________________________________
6463 [ 21087] By: jhi on 2003/09/08 12:34:37
6464 Log: Add Hash::Util::hash_seed() which answers among
6465 other things the question whether our hashes are
6466 "randomised". (They always were...)
6468 ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
6469 ____________________________________________________________________________
6470 [ 21086] By: jhi on 2003/09/08 12:22:03
6471 Log: XSRETURN_UV was missing.
6474 ____________________________________________________________________________
6475 [ 21085] By: jhi on 2003/09/08 12:15:23
6479 ____________________________________________________________________________
6480 [ 21084] By: ams on 2003/09/08 11:44:25
6481 Log: Clean up pp_readdir() somewhat.
6484 ____________________________________________________________________________
6485 [ 21082] By: jhi on 2003/09/08 11:32:46
6486 Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
6488 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
6489 ____________________________________________________________________________
6490 [ 21080] By: jhi on 2003/09/08 09:52:40
6491 Log: In Win32 IPC::Open3 + IO::Select does not work that well
6492 so mostly undo the change #21072 and revert back to using
6496 ____________________________________________________________________________
6497 [ 21078] By: jhi on 2003/09/08 09:10:47
6498 Log: In Win32 the cmd.exe console output doesn't seem to
6499 be catchable using the in-memory I/O + select trick,
6500 so use tie-STDOUT trick instead.
6502 ! lib/perl5db/dumpvar.t
6503 ____________________________________________________________________________
6504 [ 21077] By: jhi on 2003/09/08 09:03:13
6505 Log: Move Config test.
6508 ____________________________________________________________________________
6509 [ 21076] By: jhi on 2003/09/08 08:50:27
6510 Log: Let's require fork for this test.
6513 ____________________________________________________________________________
6514 [ 21074] By: jhi on 2003/09/08 08:09:27
6515 Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
6516 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
6517 Date: Mon, 08 Sep 2003 08:56:09 +0200
6518 Message-id: <20030908065609.GA1260@ethan>
6520 ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
6521 ! ext/Devel/PPPort/t/test.t
6522 ____________________________________________________________________________
6523 [ 21073] By: jhi on 2003/09/08 08:07:55
6524 Log: Subject: Re: one nit to fix [PATCH]
6525 From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
6526 Date: Mon, 8 Sep 2003 10:19:08 +0200
6527 Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
6529 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
6530 ____________________________________________________________________________
6531 [ 21072] By: jhi on 2003/09/08 08:04:53
6532 Log: Subject: Re: [PATCH] Test skeleton for debugger commands
6533 From: Andreas J Koenig <andreas.koenig@anima.de>
6534 Date: Mon, 08 Sep 2003 10:48:27 +0200
6535 Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
6538 ____________________________________________________________________________
6539 [ 21071] By: jhi on 2003/09/08 06:46:00
6540 Log: de0.t: use Test::More, add some tests.
6543 ____________________________________________________________________________
6544 [ 21070] By: jhi on 2003/09/08 06:31:39
6545 Log: More dumpvar testing.
6547 ! lib/perl5db/dumpvar.t
6548 ____________________________________________________________________________
6549 [ 21069] By: jhi on 2003/09/08 05:34:03
6552 ! lib/perl5db/dumpvar.t
6553 ____________________________________________________________________________
6554 [ 21068] By: jhi on 2003/09/08 05:21:21
6555 Log: dumpvar.t: use Test::More;
6557 ! lib/perl5db/dumpvar.t
6558 ____________________________________________________________________________
6559 [ 21067] By: jhi on 2003/09/08 05:11:46
6560 Log: Cleanup PerlIO::scalar documentation a bit.
6562 ! ext/PerlIO/scalar/scalar.pm
6563 ____________________________________________________________________________
6564 [ 21066] By: jhi on 2003/09/08 04:49:28
6565 Log: The in-memory files require PerlIO::scalar.
6567 ! lib/perl5db/dumpvar.t
6568 ____________________________________________________________________________
6569 [ 21065] By: rgs on 2003/09/07 21:17:23
6570 Log: Subject: [PATCH] Test skeleton for debugger commands
6571 From: Andreas J Koenig <andreas.koenig@anima.de>
6572 Date: Sun, 07 Sep 2003 18:51:56 +0200
6573 Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
6574 With minor adjustments
6576 + lib/perl5db/de0.t lib/perl5db/dumpvar.t
6578 ____________________________________________________________________________
6579 [ 21064] By: rgs on 2003/09/07 19:12:05
6580 Log: Upgrade to Unicode::Collate 0.28
6582 + lib/Unicode/Collate/t/contract.t
6583 ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6584 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6585 ____________________________________________________________________________
6586 [ 21063] By: rgs on 2003/09/07 18:25:23
6587 Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
6588 From: Dave Mitchell <davem@fdgroup.com>
6589 Date: Sun, 7 Sep 2003 19:14:44 +0100
6590 Message-ID: <20030907181444.GA7058@fdgroup.com>
6592 ! ext/Opcode/Safe.pm
6593 ____________________________________________________________________________
6594 [ 21062] By: rgs on 2003/09/07 12:44:33
6595 Log: Subject: [PATCH] honoring void context for map()
6596 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
6597 Date: Thu, 04 Sep 2003 11:13:41 +0200
6598 Message-id: <20030904091341.GA30655@ethan>
6601 ____________________________________________________________________________
6602 [ 21061] By: jhi on 2003/09/07 07:04:53
6603 Log: Retract #21010.
6606 ____________________________________________________________________________
6607 [ 21060] By: rgs on 2003/09/06 21:30:10
6608 Log: Minor doc style nits in XSLoader.
6610 ! ext/DynaLoader/XSLoader_pm.PL
6611 ____________________________________________________________________________
6612 [ 21058] By: jhi on 2003/09/06 19:57:46
6616 ____________________________________________________________________________
6617 [ 21057] By: jhi on 2003/09/06 19:56:53
6618 Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
6620 ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
6621 ! Cross/config.sh-arm-linux Cross/generate_config_sh
6622 ! Cross/installperl.patch
6623 ____________________________________________________________________________
6624 [ 21056] By: rgs on 2003/09/06 19:03:41
6625 Log: Email nits in Fatal.pm [perl #23724].
6628 ____________________________________________________________________________
6629 [ 21052] By: jhi on 2003/09/05 20:34:15
6630 Log: Musty corners of Syslog.pm.
6632 ! ext/Sys/Syslog/Syslog.pm
6633 ____________________________________________________________________________
6634 [ 21051] By: ams on 2003/09/05 18:43:46
6635 Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
6636 2. Compensate for PL_sv_placeholder <= 5.8.1.
6637 3. Clean up non-backwards-compatible tests.
6638 4. Prepare for the 2.08 CPAN release.
6640 ! ext/Storable/ChangeLog ext/Storable/Storable.xs
6641 ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
6642 ! ext/Storable/t/utf8hash.t
6643 ____________________________________________________________________________
6644 [ 21048] By: jhi on 2003/09/05 13:53:23
6645 Log: One more known tie problem.
6648 ____________________________________________________________________________
6649 [ 21047] By: jhi on 2003/09/05 13:46:35
6650 Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
6651 Date: Fri, 5 Sep 2003 14:46:00 +0200
6652 Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
6653 From: Elizabeth Mattijsen <liz@dijkmat.nl>
6655 ! ext/threads/shared/shared.pm
6656 ____________________________________________________________________________
6657 [ 21046] By: jhi on 2003/09/05 13:44:30
6658 Log: Subject: versions threads modules
6659 From: Elizabeth Mattijsen <liz@dijkmat.nl>
6660 Date: Fri, 5 Sep 2003 12:22:52 +0200
6661 Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
6663 ! ext/threads/shared/shared.pm
6664 ____________________________________________________________________________
6665 [ 21045] By: jhi on 2003/09/05 13:43:36
6666 Log: More suidperl path disclosure plugging:
6667 the #9813 didn't do enough. See either of
6668 http://rt.perl.org/rt2/Ticket/Display.html?id=6511
6669 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
6671 ! perl.c pod/perldiag.pod
6672 ____________________________________________________________________________
6673 [ 21044] By: jhi on 2003/09/05 13:09:54
6674 Log: FreeBSD hints updates from Anton Berezin.
6677 ____________________________________________________________________________
6678 [ 21043] By: merijn on 2003/09/05 11:18:20
6679 Log: Changed conflicting diff options
6682 ____________________________________________________________________________
6683 [ 21042] By: jhi on 2003/09/05 06:47:43
6684 Log: Acknowledge some known tie bugs.
6687 ____________________________________________________________________________
6688 [ 21041] By: merijn on 2003/09/05 04:50:44
6689 Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
6690 From: Ilya Martynov <ilya@martynov.org>
6691 Date: Fri, 05 Sep 2003 00:49:57 +0400
6692 Message-ID: <8765k8uvm2.fsf@abra.ru>
6695 ____________________________________________________________________________
6696 [ 21040] By: jhi on 2003/09/05 04:36:48
6697 Log: code example error in "perlopentut"
6699 ! pod/perlopentut.pod
6700 ____________________________________________________________________________
6701 [ 21039] By: jhi on 2003/09/05 04:13:17
6702 Log: Another seemingly fixed (un)tie bug,
6703 [perl ##22297] cannot untie scalar from within tied FETCH
6706 ____________________________________________________________________________
6707 [ 21036] By: jhi on 2003/09/04 19:34:26
6708 Log: Subject: Re: [PATCH] Data::Dumper 2.121
6709 From: Ilya Martynov <ilya@martynov.org>
6710 Date: Fri, 05 Sep 2003 00:33:46 +0400
6711 Message-ID: <87ad9kuwd1.fsf@abra.ru>
6713 ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
6714 ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6715 ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
6716 ____________________________________________________________________________
6717 [ 21033] By: jhi on 2003/09/04 18:52:29
6718 Log: I think once is enough.
6721 ____________________________________________________________________________
6722 [ 21032] By: jhi on 2003/09/04 17:30:28
6723 Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
6724 From: Enache Adrian <enache@rdslink.ro>
6725 Date: Thu, 4 Sep 2003 20:09:06 +0300
6726 Message-ID: <20030904170906.GA1235@ratsnest.hole>
6728 ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
6729 ! ext/ByteLoader/byterun.c
6730 ____________________________________________________________________________
6731 [ 21031] By: jhi on 2003/09/04 17:27:58
6732 Log: Subject: [PATCH] perlreftut: change distribution conditions
6733 From: "Brendan O'Dea" <bod@debian.org>
6734 Date: Thu, 4 Sep 2003 02:28:49 +1000
6735 Message-ID: <20030903162849.GA9675@londo.c47.org>
6737 ! pod/perlreftut.pod
6738 ____________________________________________________________________________
6739 [ 21030] By: jhi on 2003/09/04 17:26:48
6740 Log: Subject: Re: "vendor" patch pickup
6741 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6742 Date: Thu, 4 Sep 2003 19:47:55 +0200
6743 Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
6745 (Gentoo: take Marcus' version of the __THROW patch and
6746 even further #ifdef-protect it with __GLIBC__.)
6749 ____________________________________________________________________________
6750 [ 21029] By: jhi on 2003/09/04 16:01:26
6751 Log: Tiny perlcc tweaks.
6754 ____________________________________________________________________________
6755 [ 21028] By: jhi on 2003/09/04 15:10:48
6756 Log: A SuSE patchlet for perlcc -c to avoid
6757 "Modification of a read-only value attempted at ... C.pm"
6760 ____________________________________________________________________________
6761 [ 21027] By: jhi on 2003/09/04 08:54:40
6762 Log: AUTHORS updates.
6765 ____________________________________________________________________________
6766 [ 21025] By: jhi on 2003/09/03 20:27:56
6767 Log: Upgrade to Math::BigInt pre-rel 1.66 as of
6768 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
6769 (the tar.gz link doesn't have 'v1.66', it has '1.66')
6770 so that the smoke builds can start chewing it.
6772 ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
6773 ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
6774 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
6775 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6776 ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
6777 ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
6778 ____________________________________________________________________________
6779 [ 21022] By: jhi on 2003/09/03 16:42:24
6780 Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
6781 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6782 Date: Wed, 3 Sep 2003 19:20:20 +0200
6783 Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
6785 ! Porting/valgrindpp.pl
6786 ____________________________________________________________________________
6787 [ 21019] By: jhi on 2003/09/03 15:51:35
6788 Log: Also indicate the Unicode level here.
6789 (The last date is non-committal :-)
6791 ! pod/perlunicode.pod
6792 ____________________________________________________________________________
6793 [ 21018] By: jhi on 2003/09/03 12:08:23
6794 Log: Avoid lvalue casts, from Enache.
6796 ! ext/ByteLoader/bytecode.h op.h
6797 ____________________________________________________________________________
6798 [ 21017] By: jhi on 2003/09/03 08:23:39
6799 Log: Bump up the VERSION.
6802 ____________________________________________________________________________
6803 [ 21016] By: jhi on 2003/09/03 08:22:48
6804 Log: Add, document, and test bytes::substr, index, rindex, chr,
6805 document bytes::ord.
6807 ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
6808 ____________________________________________________________________________
6809 [ 21014] By: jhi on 2003/09/03 06:16:24
6810 Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
6811 From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6812 Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
6813 Message-ID: <29644.1062572245@www50.gmx.net>
6815 The other half of #20930 should be still good.
6818 ____________________________________________________________________________
6819 [ 21013] By: jhi on 2003/09/03 06:15:09
6820 Log: use IO; is deprecated.
6822 ! ext/threads/t/join.t
6823 ____________________________________________________________________________
6824 [ 21012] By: jhi on 2003/09/03 05:28:50
6825 Log: Upgrade to base 2.01 from CPAN.
6827 ! lib/base.pm lib/fields.pm
6828 ____________________________________________________________________________
6829 [ 21011] By: jhi on 2003/09/03 05:08:29
6830 Log: Changing the test count is a good idea.
6832 ! ext/threads/t/join.t
6833 ____________________________________________________________________________
6834 [ 21010] By: jhi on 2003/09/03 04:59:38
6835 Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
6836 From: Joe McMahon <mcmahon@ibiblio.org>
6837 Date: Tue, 2 Sep 2003 18:02:14 -0400
6838 Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
6841 ____________________________________________________________________________
6842 [ 21009] By: jhi on 2003/09/03 04:48:40
6843 Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
6844 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6845 Date: Wed, 3 Sep 2003 06:07:54 +0200
6846 Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
6848 ! ext/threads/t/join.t
6849 ____________________________________________________________________________
6850 [ 21008] By: jhi on 2003/09/03 04:31:35
6851 Log: VMS does not have quite UNIX glob semantics.
6853 ! t/run/fresh_perl.t
6854 ____________________________________________________________________________
6855 [ 21007] By: rgs on 2003/09/02 21:21:27
6856 Log: Subject: some method calls not autoloaded
6857 From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6858 Date: Tue, 2 Sep 2003 15:06:29 -0700
6859 Message-ID: <20030902220629.GA2952@efn.org>
6861 ! pod/perlfunc.pod pod/perlsub.pod
6862 ____________________________________________________________________________
6863 [ 21003] By: jhi on 2003/09/02 19:01:07
6864 Log: An untie test from perlmonks-- worked in 5.6.1,
6865 broken in 5.8.0, seems to be working again in maint,
6866 better nail it down now.
6869 ____________________________________________________________________________
6870 [ 21000] By: jhi on 2003/09/02 15:35:40
6871 Log: Retract #20930 because of
6872 Subject: maint@20974 or before broke mp2 ithreads test
6873 From: Stas Bekman <stas@stason.org>
6874 Date: Mon, 01 Sep 2003 23:31:11 -0700
6875 Message-ID: <3F54392F.7080009@stason.org>
6878 ____________________________________________________________________________
6879 [ 20999] By: jhi on 2003/09/02 15:34:14
6880 Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
6881 From: Fergal Daly <fergal@esatclear.ie>
6882 Date: Tue, 2 Sep 2003 17:36:52 +0100
6883 Message-Id: <200309021736.52725.fergal@esatclear.ie>
6886 ____________________________________________________________________________
6887 [ 20998] By: jhi on 2003/09/02 15:02:47
6888 Log: Subject: [perl #23672] Math::BigInit POD
6889 From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
6890 Date: 1 Sep 2003 08:47:39 -0000
6891 Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
6893 ! lib/Math/BigInt.pm
6894 ____________________________________________________________________________
6895 [ 20997] By: jhi on 2003/09/02 14:58:21
6896 Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
6897 From: Mark Jason Dominus <mjd@plover.com>
6898 Date: Mon, 01 Sep 2003 16:19:20 -0400
6899 Message-ID: <20030901201920.3929.qmail@plover.com>
6902 ____________________________________________________________________________
6903 [ 20996] By: jhi on 2003/09/02 14:56:29
6904 Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
6905 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
6906 Date: Tue, 02 Sep 2003 11:27:19 +0200
6907 Message-id: <20030902092719.GA18075@ethan>
6909 ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
6910 ! ext/Devel/PPPort/t/test.t
6911 ____________________________________________________________________________
6912 [ 20993] By: jhi on 2003/09/02 14:40:54
6913 Log: Subject: [PATCH] Re: ByteLoader and MSWin32
6914 From: Enache Adrian <enache@rdslink.ro>
6915 Date: Tue, 2 Sep 2003 03:45:11 +0300
6916 Message-ID: <20030902004511.GA1442@ratsnest.hole>
6918 ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
6919 ! op.h proto.h t/TEST
6920 ____________________________________________________________________________
6921 [ 20990] By: jhi on 2003/09/02 04:29:45
6922 Log: Upgrade to Unicode::Collate 0.27.
6924 + lib/Unicode/Collate/t/hangul.t
6925 ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6926 ! lib/Unicode/Collate/README
6927 ____________________________________________________________________________
6928 [ 20989] By: jhi on 2003/09/02 04:23:20
6929 Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
6930 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
6931 Date: Mon, 1 Sep 2003 22:28:58 +0200
6932 Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
6934 ! Porting/valgrindpp.pl
6935 ____________________________________________________________________________
6936 [ 20983] By: jhi on 2003/09/01 14:14:49
6937 Log: From Craig Berry, following the example of the other podxxx.PL
6938 in relying on basename($0, '.PL') to Do The Right Thing with
6939 regard to the case of the extension, which could be either
6940 .pl or .PL on VMS depending on version-specific features.
6942 ! pod/pod2usage.PL pod/podselect.PL
6943 ____________________________________________________________________________
6944 [ 20982] By: jhi on 2003/09/01 13:01:49
6945 Log: Configure -r in AIX bad.
6948 ____________________________________________________________________________
6949 [ 20981] By: jhi on 2003/09/01 11:28:35
6950 Log: Subject: [DOC PATCH] perlfaq4.pod
6951 Date: Mon, 1 Sep 2003 12:38:50 +0200
6952 From: Elizabeth Mattijsen <liz@dijkmat.nl>
6953 Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
6956 ____________________________________________________________________________
6957 [ 20980] By: jhi on 2003/09/01 08:49:02
6958 Log: Subject: glob() bug
6959 From: Gurusamy Sarathy <gsar@ActiveState.com>
6960 Date: Mon, 01 Sep 2003 02:25:41 -0700
6961 Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
6963 ! op.c t/run/fresh_perl.t
6964 ____________________________________________________________________________
6965 [ 20979] By: jhi on 2003/09/01 06:32:01
6966 Log: Ultrix VAX is like VMS VAX in floating point.
6969 ____________________________________________________________________________
6970 [ 20978] By: jhi on 2003/09/01 05:44:25
6971 Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
6972 From: Vadim Konovalov <vkonovalov@peterstar.ru>
6973 Date: Mon, 1 Sep 2003 02:57:33 +0400
6974 Message-ID: <1091134912500.20030901025733@peterstar.ru>
6976 ! wince/Makefile.ce wince/wince.c
6977 ____________________________________________________________________________
6978 [ 20973] By: jhi on 2003/08/31 15:34:43
6979 Log: Add test for -i.
6981 ! MANIFEST t/run/switches.t
6982 ____________________________________________________________________________
6983 [ 20972] By: jhi on 2003/08/31 15:12:10
6984 Log: Add tests for -h and (unknown) -z.
6986 ! MANIFEST t/run/switches.t
6987 ____________________________________________________________________________
6988 [ 20971] By: jhi on 2003/08/31 15:03:42
6989 Log: Add test for -v.
6991 ! MANIFEST t/run/switches.t
6992 ____________________________________________________________________________
6993 [ 20970] By: jhi on 2003/08/31 14:55:54
6994 Log: List the switches tested in switches.t.
6997 ____________________________________________________________________________
6998 [ 20969] By: jhi on 2003/08/31 14:51:19
6999 Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
7000 From: PPrymmer@factset.com
7001 Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
7002 Date: Sun, 31 Aug 2003 10:11:54 -0400
7005 ____________________________________________________________________________
7006 [ 20968] By: jhi on 2003/08/31 13:24:10
7007 Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
7008 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
7009 Date: Sun, 31 Aug 2003 15:21:17 +0200
7010 Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
7013 ____________________________________________________________________________
7014 [ 20965] By: jhi on 2003/08/31 08:55:59
7015 Log: Ouch. Upgrading to base 2.0 made the threads tests very unhappy
7016 both in blead and maint, lots of "Attempt to free non-existent
7017 shared string" and "Unbalanced string table refcount" errors.
7018 Retract #20960 (and #20963).
7020 - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
7021 - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
7022 ! MANIFEST lib/base.pm lib/fields.pm
7023 ____________________________________________________________________________
7024 [ 20964] By: jhi on 2003/08/31 08:17:43
7025 Log: Integrate from maint:
7027 Muffle the 'Pseudo-hashes are deprecated' warning for maint.
7029 !> lib/base/t/fp560.t
7030 ____________________________________________________________________________
7031 [ 20961] By: jhi on 2003/08/31 08:09:21
7034 ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
7035 ____________________________________________________________________________
7036 [ 20960] By: jhi on 2003/08/31 08:07:43
7037 Log: Upgrade to base.pm 2.0.
7039 (Rename the tests around a bit to be more 8.3-friendly.)
7041 + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
7042 + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
7043 ! MANIFEST lib/base.pm lib/fields.pm
7044 ____________________________________________________________________________
7045 [ 20957] By: jhi on 2003/08/30 18:47:02
7046 Log: Fewer naked char constants.
7048 ! doio.c perlio.c sv.h
7049 ____________________________________________________________________________
7050 [ 20956] By: jhi on 2003/08/30 18:38:05
7051 Log: This is probably a wrong fix for
7052 [perl #23645] tell with perlio on appended files
7053 but maybe this gets NI-S agitated enough to present the correct fix :-)
7055 ! perlio.c t/io/tell.t
7056 ____________________________________________________________________________
7057 [ 20954] By: jhi on 2003/08/30 17:14:19
7060 Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
7061 From: "Gerrit P. Haase" <gp@familiehaase.de>
7062 Date: Thu, 28 Aug 2003 08:18:51 +0200
7063 Message-ID: <4157199551.20030828081851@familiehaase.de>
7065 (this time Cygwin only)
7068 ____________________________________________________________________________
7069 [ 20952] By: rgs on 2003/08/30 15:20:48
7070 Log: Tweak XSLoader.t.
7071 XSLoader is supposed to work even for extensions that
7072 are statically linked. So only check that the extension we
7073 test for is actually available. (This test is not supposed
7074 to be run by miniperl.)
7076 ! ext/DynaLoader/t/XSLoader.t
7077 ____________________________________________________________________________
7078 [ 20950] By: jhi on 2003/08/30 06:49:31
7079 Log: Something went wrong in change #20929;
7080 linux 2.4.18-bf2.4 didn't like it:
7081 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
7082 and similar failure pattern also seen in Solaris 8.
7085 ____________________________________________________________________________
7086 [ 20948] By: jhi on 2003/08/30 06:08:57
7090 ____________________________________________________________________________
7091 [ 20946] By: jhi on 2003/08/30 06:00:09
7092 Log: Tabify and re-sort MANIFEST.
7095 ____________________________________________________________________________
7096 [ 20945] By: jhi on 2003/08/30 05:57:04
7097 Log: Make XSLoader.t more robust (and sdbm.t more verbose)
7099 ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
7100 ____________________________________________________________________________
7101 [ 20944] By: jhi on 2003/08/30 05:50:41
7102 Log: Subject: [PATCH] XSLoader nits and tests
7103 From: Michael G Schwern <schwern@pobox.com>
7104 Date: Fri, 29 Aug 2003 22:55:07 -0700
7105 Message-ID: <20030830055507.GI25970@windhund.schwern.org>
7107 + ext/DynaLoader/t/XSLoader.t
7108 ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
7109 ____________________________________________________________________________
7110 [ 20943] By: jhi on 2003/08/30 05:44:02
7111 Log: Missed from #20942.
7113 ! lib/File/Spec/VMS.pm
7114 ____________________________________________________________________________
7115 [ 20942] By: jhi on 2003/08/30 05:41:59
7116 Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
7117 From: PPrymmer@factset.com
7118 Date: Sat, 30 Aug 2003 00:57:28 -0400
7119 Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
7121 ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
7122 ____________________________________________________________________________
7123 [ 20941] By: jhi on 2003/08/30 05:37:13
7124 Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
7125 From: Stas Bekman <stas@stason.org>
7126 Date: Fri, 29 Aug 2003 17:11:41 -0700
7127 Message-ID: <3F4FEBBD.8000901@stason.org>
7129 ! pod/perlapi.pod sv.h
7130 ____________________________________________________________________________
7131 [ 20940] By: rgs on 2003/08/29 21:17:59
7132 Log: Add a new test, to ensure that we don't unexpectedly change
7133 prototypes of builtins.
7137 ____________________________________________________________________________
7138 [ 20938] By: rgs on 2003/08/29 20:22:21
7139 Log: Don't cast PL_multiline to bool : you may loose important bits.
7142 ____________________________________________________________________________
7143 [ 20937] By: jhi on 2003/08/29 17:22:11
7144 Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
7145 From: Nicholas Clark <nick@ccl4.org>
7146 Date: Wed, 27 Aug 2003 22:59:55 +0100
7147 Message-ID: <20030827225955.E558@plum.flirble.org>
7150 ____________________________________________________________________________
7151 [ 20936] By: jhi on 2003/08/29 17:17:16
7152 Log: Some perluniintro tweaks.
7154 ! pod/perluniintro.pod
7155 ____________________________________________________________________________
7156 [ 20935] By: jhi on 2003/08/29 17:07:25
7157 Log: Tiny doc tweak from Shannon -jj Behrens.
7159 ! pod/perluniintro.pod
7160 ____________________________________________________________________________
7161 [ 20933] By: jhi on 2003/08/29 13:25:18
7162 Log: Comparing an int to a U32 makes VC6 nervous.
7165 ____________________________________________________________________________
7166 [ 20932] By: jhi on 2003/08/29 13:06:06
7167 Log: Better skip() explicit number of tests, test counts getting
7168 out of sync less likely that way.
7171 ____________________________________________________________________________
7172 [ 20931] By: jhi on 2003/08/29 12:59:32
7173 Log: Some Ultrix test dodgings.
7175 ! t/base/num.t t/op/arith.t t/op/pack.t
7176 ____________________________________________________________________________
7177 [ 20930] By: jhi on 2003/08/29 12:57:07
7178 Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
7179 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
7180 Date: Thu, 28 Aug 2003 21:47:22 +0200
7181 Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
7184 ____________________________________________________________________________
7185 [ 20929] By: jhi on 2003/08/29 12:55:12
7186 Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
7187 From: "Gerrit P. Haase" <gp@familiehaase.de>
7188 Date: Thu, 28 Aug 2003 08:18:51 +0200
7189 Message-ID: <4157199551.20030828081851@familiehaase.de>
7191 (changed so that the 'b' is always appended)
7194 ____________________________________________________________________________
7195 [ 20928] By: jhi on 2003/08/29 07:04:17
7196 Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
7197 From: marek.rouchal@infineon.com
7198 Date: Wed, 27 Aug 2003 17:25:28 +0200
7199 Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
7201 PodParser-1.25 prerelease.
7203 ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
7204 ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
7205 ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
7206 ____________________________________________________________________________
7207 [ 20927] By: jhi on 2003/08/28 18:53:45
7208 Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
7210 ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
7211 ____________________________________________________________________________
7212 [ 20925] By: jhi on 2003/08/28 16:15:47
7213 Log: Subject: [PATCH] valgrindpp.pl
7214 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
7215 Date: Thu, 28 Aug 2003 09:43:49 +0200
7216 Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
7218 ! Porting/valgrindpp.pl
7219 ____________________________________________________________________________
7220 [ 20924] By: jhi on 2003/08/28 16:12:08
7221 Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
7222 From: Paul Johnson <paul@pjcj.net>
7223 Date: Thu, 28 Aug 2003 00:13:59 +0200
7224 Message-ID: <20030827221359.GE28396@pjcj.net>
7226 ! ext/B/B/Deparse.pm
7227 ____________________________________________________________________________
7228 [ 20923] By: jhi on 2003/08/28 01:45:51
7229 Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
7230 From: Michael G Schwern <schwern@pobox.com>
7231 Date: Wed, 27 Aug 2003 15:05:20 -0700
7232 Message-ID: <20030827220520.GD7300@windhund.schwern.org>
7234 ! lib/ExtUtils/MakeMaker/Tutorial.pod
7235 ____________________________________________________________________________
7236 [ 20922] By: rgs on 2003/08/27 19:52:27
7237 Log: Add caveats and tests for Symbol::delete_package().
7239 ! lib/Symbol.pm lib/Symbol.t
7240 ____________________________________________________________________________
7241 [ 20921] By: jhi on 2003/08/27 17:12:56
7242 Log: Configure is doing fine in Ultrix, operator error.
7245 ____________________________________________________________________________
7246 [ 20920] By: jhi on 2003/08/27 16:49:22
7247 Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
7249 + Porting/valgrindpp.pl
7251 ____________________________________________________________________________
7252 [ 20917] By: jhi on 2003/08/27 13:09:33
7253 Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
7254 From: "John P. Linderman" <jpl@research.att.com>
7255 Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
7256 Message-Id: <200308271210.IAA23907@raptor.research.att.com>
7258 Subject: typo in pod/perlnewmod.pod [PATCH]
7259 From: "John P. Linderman" <jpl@research.att.com>
7260 Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
7261 Message-Id: <200308271307.JAA46955@raptor.research.att.com>
7263 Subject: [PATCH] document the location of byacc
7264 From: Dave Mitchell <davem@fdgroup.com>
7265 Date: Wed, 27 Aug 2003 14:26:50 +0100
7266 Message-ID: <20030827132650.GA23144@fdgroup.com>
7268 ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
7269 ! pod/perlnewmod.pod
7270 ____________________________________________________________________________
7271 [ 20916] By: jhi on 2003/08/27 13:01:26
7272 Log: Ultrix tweaks: <string.h> must not be included twice
7273 (otherwise one gets prototype conflicts between the <string.h>
7274 and proto.h because Ultrix thinks e.g. Perl_ninstr has been
7275 define in <string.h>...); and Configure misprobes some features.
7277 ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
7278 ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
7280 ____________________________________________________________________________
7281 [ 20915] By: jhi on 2003/08/27 05:37:34
7282 Log: Urk. In Mac OS X byteorder is not one of the "known ones",
7283 but instead it is 0xFFFF. So retract #20914.
7286 ____________________________________________________________________________
7287 [ 20914] By: jhi on 2003/08/27 05:17:44
7288 Log: Sanity check for BYTEORDER.
7291 ____________________________________________________________________________
7292 [ 20913] By: rgs on 2003/08/26 20:34:48
7293 Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
7296 Two portability patches for DJGPP from Richard Dawe
7297 <rich@phekda.freeserve.co.uk>.
7298 Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
7301 Don't uppercase automatically all environment variables on DJGPP.
7302 (reported by Richard Dawe, this breaks portability of Unix
7303 scripts.) Don't change the behaviour on plain MS/DOS.
7306 !> djgpp/djgppsed.sh dosish.h
7307 ____________________________________________________________________________
7308 [ 20912] By: rgs on 2003/08/26 20:15:40
7309 Log: perlapi.pod tweaks, based on :
7310 Subject: misdocumented return value for sv_setref*
7311 From: Joe Schaefer <joe+perl@sunstarsys.com>
7312 Date: 12 Aug 2003 13:21:42 -0400
7313 Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
7315 ! pod/perlapi.pod sv.c
7316 ____________________________________________________________________________
7317 [ 20910] By: rgs on 2003/08/26 19:37:29
7318 Log: Change the internal prototype of the pop() and shift() builtins
7319 to (;\@), to reflect that their array argument is optional.
7321 ! opcode.h opcode.pl
7322 ____________________________________________________________________________
7323 [ 20909] By: rgs on 2003/08/26 19:13:39
7324 Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
7325 From: Dave Mitchell <davem@fdgroup.com>
7326 Date: Sun, 24 Aug 2003 15:52:00 +0100
7327 Message-ID: <20030824145159.GA12210@fdgroup.com>
7329 ! pp_ctl.c pp_hot.c scope.c t/op/args.t
7330 ____________________________________________________________________________
7331 [ 20908] By: rgs on 2003/08/26 18:40:50
7332 Log: Subject: [PATCH] minor File::Spec testing cleanup
7333 From: Ken Williams <ken@mathforum.org>
7334 Date: Thu, 21 Aug 2003 22:47:51 -0500
7335 Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
7337 ! lib/File/Spec/t/rel2abs2rel.t
7338 ____________________________________________________________________________
7339 [ 20907] By: jhi on 2003/08/26 12:12:14
7340 Log: Maintainer catch from Rafael.
7342 ! Porting/Maintainers.pl
7343 ____________________________________________________________________________
7344 [ 20905] By: jhi on 2003/08/26 09:36:22
7345 Log: Take a cutdown version of the change #20903 also to perlebcdic.
7347 ! pod/perlebcdic.pod
7348 ____________________________________________________________________________
7349 [ 20904] By: jhi on 2003/08/26 09:29:49
7350 Log: No dynaloading at all in Ultrix.
7353 ____________________________________________________________________________
7354 [ 20903] By: jhi on 2003/08/26 08:54:02
7355 Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
7356 (This information looks interesting enough to be mentioned
7360 ____________________________________________________________________________
7361 [ 20902] By: jhi on 2003/08/26 08:36:36
7362 Log: CGI::Carp from CGI.pm 3.00 was missing.
7365 ____________________________________________________________________________
7366 [ 20901] By: jhi on 2003/08/26 05:18:15
7367 Log: Subject: Re: [PATCH] valgrind and /#/x
7368 From: Enache Adrian <enache@rdslink.ro>
7369 Date: Tue, 26 Aug 2003 08:11:07 +0300
7370 Message-ID: <20030826051107.GA1086@ratsnest.hole>
7372 ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
7373 ____________________________________________________________________________
7374 [ 20900] By: jhi on 2003/08/26 04:53:09
7375 Log: More memory lane.
7378 ____________________________________________________________________________
7379 [ 20899] By: rgs on 2003/08/25 21:05:57
7380 Log: fix syscall() prototype description in
7381 perlfunc.pod, as suggested by Lukas Mai.
7384 ____________________________________________________________________________
7385 [ 20896] By: jhi on 2003/08/25 19:52:48
7386 Log: Tiny doc tweak.
7389 ____________________________________________________________________________
7390 [ 20895] By: jhi on 2003/08/25 19:46:31
7391 Log: Even more SunOS 4 info.
7394 ____________________________________________________________________________
7395 [ 20894] By: jhi on 2003/08/25 19:37:00
7396 Log: Subject: [PATCH@20512] make backspace key work for WinCE users
7397 From: Vadim Konovalov <vkonovalov@peterstar.ru>
7398 Date: Tue, 26 Aug 2003 00:10:29 +0400
7399 Message-ID: <135606488000.20030826001029@peterstar.ru>
7402 ____________________________________________________________________________
7403 [ 20893] By: jhi on 2003/08/25 19:25:08
7404 Log: Subject: more valgrinding: select problem?
7405 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
7406 Date: Mon, 25 Aug 2003 22:02:17 +0200
7407 Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
7409 In glibc, just use the __FD_SETSIZE since that's
7410 the size of the buffer (usually 1024 bits, much
7411 more than the selectminbits of 32).
7414 ____________________________________________________________________________
7415 [ 20892] By: jhi on 2003/08/25 19:11:32
7416 Log: More ptags tweakage from Stas; now add 'fullpath'
7417 option to get absolute paths.
7420 ____________________________________________________________________________
7421 [ 20891] By: jhi on 2003/08/25 18:35:03
7422 Log: The new tests of #20888 didn't really test what they claimed to.
7425 ____________________________________________________________________________
7426 [ 20890] By: jhi on 2003/08/25 18:14:33
7427 Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
7428 From: Jose.auguste-etienne@cgss-guyane.fr
7429 Date: Mon, 25 Aug 2003 14:35:45 -0300
7430 Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
7432 AIX Configure advice.
7435 ____________________________________________________________________________
7436 [ 20889] By: jhi on 2003/08/25 18:08:42
7437 Log: More SunOS 4.x info.
7440 ____________________________________________________________________________
7441 [ 20888] By: jhi on 2003/08/25 17:53:32
7442 Log: The #20887 didn't go over that well;
7443 and add a few more tests from UTS#18.
7446 ____________________________________________________________________________
7447 [ 20887] By: jhi on 2003/08/25 16:40:51
7448 Log: pat.t -> charnames -> UCD -> Storable,
7449 not good for static builds and minitest.
7452 ____________________________________________________________________________
7453 [ 20886] By: jhi on 2003/08/25 16:35:26
7454 Log: SunOS 4.1.4 is working, too.
7456 ! README.solaris hints/sunos_4_1.sh
7457 ____________________________________________________________________________
7458 [ 20884] By: jhi on 2003/08/25 16:05:18
7459 Log: Regen perlmodlib, perltoc.
7461 ! pod/perlmodlib.pod pod/perltoc.pod
7462 ____________________________________________________________________________
7463 [ 20881] By: jhi on 2003/08/25 15:45:51
7464 Log: UVSIZE is not yet defined when it would be needed
7465 by MULTIARCH. So go back to LONGSIZE, and (belt-
7466 and-suspenders-and-rope style) later in UVSIZE
7467 possibly redefine BYTEORDER.
7469 ! Configure config_h.SH
7470 ____________________________________________________________________________
7471 [ 20880] By: jhi on 2003/08/25 11:28:45
7472 Log: Subject: [PATCH] valgrind and /#/x
7473 From: Dave Mitchell <davem@fdgroup.com>
7474 Date: Mon, 25 Aug 2003 13:27:49 +0100
7475 Message-ID: <20030825122748.GA15560@fdgroup.com>
7478 ____________________________________________________________________________
7479 [ 20879] By: jhi on 2003/08/25 11:16:29
7480 Log: Subject: Please update my address
7481 From: Ed Avis <ed@membled.com>
7482 Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
7483 Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
7485 (Just the AUTHORS part, though, I don't think retroactively
7486 updating the Changes* is useful.)
7489 ____________________________________________________________________________
7490 [ 20878] By: jhi on 2003/08/25 11:14:26
7491 Log: Document even more ways of affecting your "utf8ness".
7494 ____________________________________________________________________________
7495 [ 20877] By: jhi on 2003/08/25 11:11:40
7496 Log: Change the VERSION since there are now changes since Perl 5.8.0.
7498 ! ext/I18N/Langinfo/Langinfo.pm
7499 ____________________________________________________________________________
7500 [ 20876] By: jhi on 2003/08/25 11:11:13
7501 Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
7505 ____________________________________________________________________________
7506 [ 20875] By: jhi on 2003/08/25 11:09:49
7507 Log: Upgrade to CGI.pm 3.00.
7509 ! lib/CGI.pm lib/CGI/Util.pm
7510 ____________________________________________________________________________
7511 [ 20872] By: jhi on 2003/08/25 09:03:44
7512 Log: Subject: [PATCH] valgrind update
7513 From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7514 Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
7515 Message-ID: <21671.1061797917@www38.gmx.net>
7517 ! t/TEST t/op/magic.t
7518 ____________________________________________________________________________
7519 [ 20871] By: jhi on 2003/08/25 05:16:02
7520 Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
7521 From: Nicholas Clark <nick@ccl4.org>
7522 Date: Sun, 24 Aug 2003 16:48:53 +0100
7523 Message-ID: <20030824164851.E558@plum.flirble.org>
7526 ____________________________________________________________________________
7527 [ 20870] By: jhi on 2003/08/25 05:14:04
7528 Log: Subject: [patch emacs/ptags] allow xemacs to be used
7529 From: Stas Bekman <stas@stason.org>
7530 Date: Sun, 24 Aug 2003 22:05:00 -0700
7531 Message-ID: <3F4998FC.3090401@stason.org>
7534 ____________________________________________________________________________
7535 [ 20868] By: jhi on 2003/08/24 13:20:03
7536 Log: MPE/iX doc tweak from Mark Bixby.
7539 ____________________________________________________________________________
7540 [ 20867] By: jhi on 2003/08/24 10:46:42
7541 Log: Various tweaks for getting Perl to compile on SunOS 4.x.
7542 Doesn't work well yet, something broken in DynaLoader/XSLoader?
7544 ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
7545 ____________________________________________________________________________
7546 [ 20866] By: jhi on 2003/08/24 10:00:59
7547 Log: IRIX 5.3 is 99.90% okay.
7549 ! README.irix hints/irix_5.sh
7550 ____________________________________________________________________________
7551 [ 20865] By: jhi on 2003/08/24 08:24:46
7552 Log: An imperfect last resort in case there is no strtoul() but
7553 there is strtol() (like e.g. SunOS 4) because of the Atoul()
7554 in Perl_get_hash_seed()). The only true fix would be to
7555 implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
7559 ____________________________________________________________________________
7560 [ 20864] By: jhi on 2003/08/24 07:45:47
7561 Log: s/rationale/rational/g on bigrats.
7563 ! lib/Math/BigRat.pm lib/bigrat.pm
7564 ____________________________________________________________________________
7565 [ 20862] By: jhi on 2003/08/24 06:41:17
7566 Log: Update the CPAN mirrors list.
7568 ! pod/perlmodlib.PL pod/perlmodlib.pod
7569 ____________________________________________________________________________
7570 [ 20861] By: jhi on 2003/08/24 06:13:13
7571 Log: gcc -O3 and Storable in Linux do not like each other.
7573 ! ext/Storable/hints/linux.pl
7574 ____________________________________________________________________________
7575 [ 20860] By: jhi on 2003/08/24 05:34:56
7576 Log: Bad quote day, noticed by Philip Newton.
7578 ! hints/dos_djgpp.sh
7579 ____________________________________________________________________________
7580 [ 20856] By: jhi on 2003/08/23 09:15:15
7581 Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
7582 From: Enache Adrian <enache@rdslink.ro>
7583 Date: Mon, 4 Aug 2003 16:20:19 +0300
7584 Message-ID: <20030804132019.GA6764@ratsnest.hole>
7586 ! Configure config_h.SH
7587 ____________________________________________________________________________
7588 [ 20855] By: jhi on 2003/08/23 07:51:32
7589 Log: Add more comments so that one can see what is supposed to happen.
7592 ____________________________________________________________________________
7593 [ 20854] By: jhi on 2003/08/23 07:41:11
7594 Log: More data points about the Storable optimization problem
7595 in Linux. (It might be that also non-Debians are affected,
7596 waiting for more information.)
7598 ! ext/Storable/hints/linux.pl
7599 ____________________________________________________________________________
7600 [ 20853] By: jhi on 2003/08/23 07:37:41
7601 Log: Move the note about known eval leaks earlier.
7604 ____________________________________________________________________________
7605 [ 20852] By: jhi on 2003/08/23 07:15:58
7606 Log: Forgot to regen byterun.c.
7608 ! ext/ByteLoader/byterun.c
7609 ____________________________________________________________________________
7610 [ 20851] By: jhi on 2003/08/23 07:13:29
7611 Log: Doc tweaks on perlhack.
7614 ____________________________________________________________________________
7615 [ 20850] By: jhi on 2003/08/23 06:54:58
7616 Log: Subject: [PATCH] Re: valgrind as a leak hound?
7617 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
7618 Date: Fri, 22 Aug 2003 23:28:18 +0200
7619 Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
7621 Add the leak detection to valgrind testing.
7624 ! MANIFEST pod/perlhack.pod t/TEST
7625 ____________________________________________________________________________
7626 [ 20843] By: jhi on 2003/08/22 15:05:39
7627 Log: Oops. Why can't C comments nest?
7630 ____________________________________________________________________________
7631 [ 20842] By: jhi on 2003/08/22 14:57:09
7632 Log: Try to dodge getspnam() in AIX.
7635 ____________________________________________________________________________
7636 [ 20840] By: jhi on 2003/08/22 13:52:26
7637 Log: Subject: Re: mysterious bytecode.t failure
7638 From: Enache Adrian <enache@rdslink.ro>
7639 Date: Fri, 22 Aug 2003 11:49:34 +0300
7640 Message-ID: <20030822084934.GA1257@ratsnest.hole>
7643 ____________________________________________________________________________
7644 [ 20839] By: jhi on 2003/08/22 13:51:44
7645 Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
7646 From: Slaven Rezic <slaven@rezic.de>
7647 Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
7648 Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
7650 ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
7651 ____________________________________________________________________________
7652 [ 20837] By: jhi on 2003/08/22 13:42:24
7655 ! pod/buildtoc pod/perltoc.pod
7656 ____________________________________________________________________________
7657 [ 20835] By: jhi on 2003/08/22 13:32:12
7661 ____________________________________________________________________________
7662 [ 20834] By: jhi on 2003/08/22 13:28:36
7663 Log: Also MANIFEST the vms/perlvms restoration.
7666 ____________________________________________________________________________
7667 [ 20833] By: jhi on 2003/08/22 13:22:02
7668 Log: In the vms/descrip_mms.template the perlvms.pod must
7669 be copied from vms/, err, [.vms], not [.pod].
7671 ! pod/buildtoc vms/descrip_mms.template
7672 ____________________________________________________________________________
7673 [ 20832] By: jhi on 2003/08/22 13:15:35
7674 Log: Retract #20826 and #20831; things are done differently
7675 in VMS, it seems. Maybe the vms/descrip_mms.template
7676 needs to be changed?
7680 ! MANIFEST Makefile.SH
7681 ____________________________________________________________________________
7682 [ 20831] By: jhi on 2003/08/22 13:04:47
7683 Log: Rafael spotted that vms/perlvms.pod was still referred to.
7686 ____________________________________________________________________________
7687 [ 20829] By: jhi on 2003/08/22 12:22:04
7688 Log: The change #20809 opened up a code path that might leave s unset.
7691 ____________________________________________________________________________
7692 [ 20828] By: jhi on 2003/08/22 12:17:49
7693 Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
7694 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
7695 Date: Fri, 22 Aug 2003 14:57:09 +0200
7696 Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
7699 ____________________________________________________________________________
7700 [ 20827] By: jhi on 2003/08/22 12:17:01
7701 Log: Test the correct longness; from Enache.
7703 ! ext/B/t/assembler.t
7704 ____________________________________________________________________________
7705 [ 20826] By: jhi on 2003/08/22 12:15:28
7706 Log: perlvms moving day, from Craig Berry.
7711 ____________________________________________________________________________
7712 [ 20825] By: jhi on 2003/08/22 12:14:14
7713 Log: Lower Storable.xs optimization to -O2 on certain
7716 + ext/Storable/hints/linux.pl
7718 ____________________________________________________________________________
7719 [ 20824] By: jhi on 2003/08/22 08:20:15
7720 Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
7721 From: Nicholas Clark <nick@ccl4.org>
7722 Date: Thu, 21 Aug 2003 22:26:18 +0100
7723 Message-ID: <20030821222618.T558@plum.flirble.org>
7726 ____________________________________________________________________________
7727 [ 20823] By: jhi on 2003/08/22 08:16:47
7728 Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
7729 From: alian@cpan.org (Alian)
7730 Date: Wed, 20 Aug 2003 20:39:17 +0200
7731 Message-ID: <3F43C055.6030709@jupiter.alianet>
7734 ____________________________________________________________________________
7735 [ 20822] By: jhi on 2003/08/22 08:01:57
7736 Log: Try to make the use of utf8 as clear as possible.
7739 ____________________________________________________________________________
7740 [ 20821] By: jhi on 2003/08/22 07:51:21
7741 Log: Put the tests of the change #19064 back, but disable them.
7744 ____________________________________________________________________________
7745 [ 20820] By: jhi on 2003/08/22 06:47:50
7746 Log: Advertise the encoding pragma at the utf8 pragma.
7749 ____________________________________________________________________________
7750 [ 20819] By: jhi on 2003/08/22 06:31:29
7751 Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
7752 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
7753 Date: Fri, 22 Aug 2003 09:01:09 +0200
7754 Message-id: <20030822070109.GA1029@ethan>
7756 ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
7757 ! ext/Devel/PPPort/t/test.t
7758 ____________________________________________________________________________
7759 [ 20817] By: jhi on 2003/08/22 05:18:53
7760 Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
7761 From: insecure <insecure@mail.od.ua>
7762 Date: Thu, 21 Aug 2003 21:37:56 +0300
7763 Message-Id: <200308212137.57016.insecure@mail.od.ua>
7765 ! ext/I18N/Langinfo/Langinfo.xs
7766 ____________________________________________________________________________
7767 [ 20816] By: jhi on 2003/08/22 05:15:30
7768 Log: More bytecode patching from Enache.
7770 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7771 ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
7772 ____________________________________________________________________________
7773 [ 20815] By: jhi on 2003/08/22 05:06:58
7774 Log: Subject: Re: pod cleanup
7775 From: Ken Williams <ken@mathforum.org>
7776 Date: Thu, 21 Aug 2003 21:24:57 -0500
7777 Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
7779 ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
7780 ____________________________________________________________________________
7781 [ 20814] By: jhi on 2003/08/22 05:05:52
7782 Log: Do not edit perltoc since it is autogenerated.
7785 ____________________________________________________________________________
7786 [ 20813] By: jhi on 2003/08/22 04:57:12
7787 Log: Subject: [PATCH] Re: pod cleanup
7788 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
7789 Date: Thu, 21 Aug 2003 17:09:17 -0400
7790 Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
7794 ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
7795 ! pod/perlipc.pod pod/perlpacktut.pod
7796 ____________________________________________________________________________
7797 [ 20811] By: jhi on 2003/08/22 04:46:58
7798 Log: No need to E<gt>.
7800 ! pod/perluniintro.pod
7801 ____________________________________________________________________________
7802 [ 20810] By: jhi on 2003/08/22 04:46:01
7803 Log: Add File::Temp's OO test.
7805 + lib/File/Temp/t/object.t
7807 ____________________________________________________________________________
7808 [ 20809] By: rgs on 2003/08/21 19:07:22
7809 Log: The magic variables that alter STDOUT have a tendancy to segfault
7810 when accessed if STDOUT is undefined. Protect them.
7813 ____________________________________________________________________________
7814 [ 20808] By: jhi on 2003/08/21 18:39:36
7815 Log: Mention the Unicode UTR #18 version referenced.
7817 ! pod/perlunicode.pod
7818 ____________________________________________________________________________
7819 [ 20807] By: jhi on 2003/08/21 18:22:22
7820 Log: Must close so that unlink works portably.
7823 ____________________________________________________________________________
7824 [ 20806] By: jhi on 2003/08/21 18:15:07
7825 Log: Subject: [perluniintro.pod] pod markup fix
7826 From: Stas Bekman <stas@stason.org>
7827 Date: Thu, 21 Aug 2003 11:41:01 -0700
7828 Message-ID: <3F45123D.8020805@stason.org>
7830 ! pod/perluniintro.pod
7831 ____________________________________________________________________________
7832 [ 20805] By: jhi on 2003/08/21 18:11:30
7833 Log: Subject: [PATCH] utf8 variable names scrambled in error messages
7834 From: Enache Adrian <enache@rdslink.ro>
7835 Date: Thu, 21 Aug 2003 21:17:26 +0300
7836 Message-ID: <20030821181726.GA1241@ratsnest.hole>
7839 ____________________________________________________________________________
7840 [ 20804] By: jhi on 2003/08/21 18:09:10
7841 Log: Fix the syswrite downgrade bug of
7842 [perl #23428] Somethings rotten in unicode semantics
7844 ! pp_sys.c t/io/utf8.t
7845 ____________________________________________________________________________
7846 [ 20801] By: jhi on 2003/08/21 15:06:16
7847 Log: No more public cwd(), use private _cwd().
7849 ! lib/File/Spec/t/Spec.t
7850 ____________________________________________________________________________
7851 [ 20799] By: jhi on 2003/08/21 14:20:04
7852 Log: Underline the fact that abs2rel() makes no sense
7853 if it spans multiple roots.
7855 ! lib/File/Spec.pm lib/File/Spec/Unix.pm
7856 ____________________________________________________________________________
7857 [ 20798] By: jhi on 2003/08/21 14:12:29
7858 Log: Rename the internal cwd() to _cwd() (it's not curdir).
7860 ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
7861 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
7862 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
7863 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
7864 ____________________________________________________________________________
7865 [ 20797] By: jhi on 2003/08/21 14:05:18
7866 Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
7867 From: PPrymmer@factset.com
7868 Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
7869 Date: Tue, 19 Aug 2003 21:50:12 -0400
7871 ! lib/ExtUtils/MM_Unix.pm
7872 ____________________________________________________________________________
7873 [ 20795] By: jhi on 2003/08/21 04:42:56
7874 Log: Retract #19064, broke mod_perl flushing (localisation of $|).
7875 http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
7876 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
7878 ! pp_ctl.c pp_hot.c scope.c t/op/args.t
7879 ____________________________________________________________________________
7880 [ 20794] By: jhi on 2003/08/21 04:35:54
7881 Log: MPE/iX does not have nanosleep() (the test makes
7882 a wrong conclusion of the linking succeeding)
7884 ! ext/Time/HiRes/Makefile.PL
7885 ____________________________________________________________________________
7886 [ 20793] By: jhi on 2003/08/21 04:35:05
7887 Log: Subject: Re: untieing your victim during the act
7888 From: Dave Mitchell <davem@fdgroup.com>
7889 Date: Wed, 20 Aug 2003 20:44:53 +0100
7890 Message-ID: <20030820194453.GD27719@fdgroup.com>
7893 ____________________________________________________________________________
7894 [ 20792] By: jhi on 2003/08/21 04:30:54
7895 Log: Byteloader patching from Enache continues;
7896 PADOFFSET handling was wrong.
7898 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
7899 ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
7900 ! ext/ByteLoader/byterun.c
7901 ____________________________________________________________________________
7902 [ 20791] By: jhi on 2003/08/20 13:55:35
7903 Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
7904 From: Steve Hay <steve.hay@uk.radan.com>
7905 Date: Wed, 20 Aug 2003 10:54:46 +0100
7906 Message-ID: <3F434566.3030602@uk.radan.com>
7908 ! win32/Makefile win32/makefile.mk
7909 ____________________________________________________________________________
7910 [ 20790] By: jhi on 2003/08/20 11:01:52
7911 Log: Upgrade to Encode 1.98.
7913 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
7914 ! ext/Encode/META.yml ext/Encode/bin/enc2xs
7915 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
7916 ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
7917 ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
7918 ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
7919 ! ext/Encode/ucm/macHebrew.ucm
7920 ____________________________________________________________________________
7921 [ 20789] By: jhi on 2003/08/20 10:49:51
7922 Log: Patch from Enache for the crashing of bytecode.t in Tru64.
7924 ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
7925 ____________________________________________________________________________
7926 [ 20786] By: rgs on 2003/08/19 20:22:07
7927 Log: t/TEST fails to fail when it can't find tests.
7930 ____________________________________________________________________________
7931 [ 20785] By: jhi on 2003/08/19 19:34:18
7932 Log: Manifest.t.ation of Schwern.
7934 ! lib/ExtUtils/t/Manifest.t
7935 ____________________________________________________________________________
7936 [ 20783] By: jhi on 2003/08/19 19:24:00
7937 Log: Nick's podulator was right, I just hadn't read the manual...
7938 the vms\perlvms.pod lines needed to be moved.
7940 ! win32/Makefile win32/makefile.mk
7941 ____________________________________________________________________________
7942 [ 20781] By: jhi on 2003/08/19 16:59:49
7943 Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well known) printer won't install in RH-9]
7944 From: Andy Dougherty <doughera@lafayette.edu>
7945 Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
7946 Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
7949 ____________________________________________________________________________
7950 [ 20780] By: jhi on 2003/08/19 16:54:48
7951 Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
7952 From: alian <alian@cpan.org>
7953 Date: Tue, 19 Aug 2003 18:18:03 +0200
7954 Message-ID: <20030819161650.65754.qmail@onion.perl.org>
7956 + ext/B/hints/openbsd.pl
7958 ____________________________________________________________________________
7959 [ 20779] By: jhi on 2003/08/19 16:49:22
7960 Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
7961 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
7962 Date: Tue, 19 Aug 2003 08:28:14 -0700
7963 Message-ID: <20030819152814.GA15441@math.berkeley.edu>
7965 ! lib/File/Spec/OS2.pm
7966 ____________________________________________________________________________
7967 [ 20778] By: jhi on 2003/08/19 15:09:30
7968 Log: Unnecessary whitespace diff.
7970 ! lib/ExtUtils/MakeMaker.pm
7971 ____________________________________________________________________________
7972 [ 20777] By: jhi on 2003/08/19 15:05:18
7973 Log: One less failure.
7975 ! lib/ExtUtils/t/Manifest.t
7976 ____________________________________________________________________________
7977 [ 20776] By: jhi on 2003/08/19 13:36:03
7978 Log: Replace #20772 with
7980 Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
7981 From: PPrymmer@factset.com
7982 Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
7983 Date: Tue, 19 Aug 2003 10:29:44 -0400
7985 ! lib/ExtUtils/t/Manifest.t
7986 ____________________________________________________________________________
7987 [ 20775] By: jhi on 2003/08/19 13:29:13
7988 Log: (From Enache) Keep bytecode files (.plc) around in case
7989 of failures. (Currently Tru64 is reliably barfing.)
7991 ! ext/B/t/bytecode.t
7992 ____________________________________________________________________________
7993 [ 20774] By: jhi on 2003/08/19 13:20:59
7994 Log: 's buildtoc now.
7997 ____________________________________________________________________________
7998 [ 20773] By: jhi on 2003/08/19 13:19:24
7999 Log: These are kind of important.
8002 ____________________________________________________________________________
8003 [ 20772] By: jhi on 2003/08/19 13:13:26
8004 Log: Replace #20763 with
8006 Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
8007 From: Michael G Schwern <schwern@pobox.com>
8008 Date: Mon, 18 Aug 2003 17:07:30 -0700
8009 Message-ID: <20030819000729.GG14782@windhund.schwern.org>
8011 ! lib/ExtUtils/t/Manifest.t
8012 ____________________________________________________________________________
8013 [ 20771] By: jhi on 2003/08/19 13:10:42
8014 Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
8015 From: Michael G Schwern <schwern@pobox.com>
8016 Date: Mon, 18 Aug 2003 18:02:08 -0700
8017 Message-ID: <20030819010208.GI14782@windhund.schwern.org>
8019 ! lib/File/Spec/OS2.pm
8020 ____________________________________________________________________________
8021 [ 20770] By: jhi on 2003/08/19 13:08:45
8022 Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
8023 From: Ken Williams <ken@mathforum.org>
8024 Date: Mon, 18 Aug 2003 17:07:43 -0500
8025 Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
8027 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8028 ! lib/File/Spec/t/Spec.t
8029 ____________________________________________________________________________
8030 [ 20769] By: jhi on 2003/08/19 12:25:07
8031 Log: Update the history records.
8034 ____________________________________________________________________________
8035 [ 20768] By: jhi on 2003/08/19 12:15:58
8036 Log: Still trying to unify MANIFEST sorting.
8038 ! MANIFEST pod/buildtoc
8039 ____________________________________________________________________________
8040 [ 20767] By: jhi on 2003/08/19 12:10:00
8041 Log: Try to unify the MANIFEST sorting.
8043 ! MANIFEST Makefile.SH pod/buildtoc
8044 ____________________________________________________________________________
8045 [ 20766] By: jhi on 2003/08/19 12:04:22
8046 Log: Nick Clark's podulator. The win32 makefile
8047 generation doesn't seem to be working yet.
8049 + pod.lst pod/buildtoc
8051 ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
8052 ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
8053 ____________________________________________________________________________
8054 [ 20765] By: jhi on 2003/08/19 03:10:57
8055 Log: Pod tweaks for NEXT from Alan Ferrency.
8058 ____________________________________________________________________________
8059 [ 20764] By: jhi on 2003/08/18 19:34:16
8060 Log: Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.
8062 ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
8063 ____________________________________________________________________________
8064 [ 20763] By: jhi on 2003/08/18 19:01:33
8065 Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
8066 From: PPrymmer@factset.com
8067 Date: Mon, 18 Aug 2003 15:57:12 -0400
8068 Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
8070 ! lib/ExtUtils/t/Manifest.t
8071 ____________________________________________________________________________
8072 [ 20762] By: jhi on 2003/08/18 18:57:22
8073 Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
8074 From: PPrymmer@factset.com
8075 Date: Mon, 18 Aug 2003 14:28:22 -0400
8076 Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
8078 ! vms/descrip_mms.template
8079 ____________________________________________________________________________
8080 [ 20761] By: jhi on 2003/08/18 18:53:05
8081 Log: Use the base class cwd() method.
8083 ! lib/File/Spec/VMS.pm
8084 ____________________________________________________________________________
8085 [ 20758] By: jhi on 2003/08/18 09:37:22
8086 Log: Subject: [PATCH] Uppercase globals in Pod::Html
8087 From: Michael G Schwern <schwern@pobox.com>
8088 Date: Mon, 18 Aug 2003 03:29:09 -0700
8089 Message-ID: <20030818102909.GJ823@windhund.schwern.org>
8092 ____________________________________________________________________________
8093 [ 20756] By: jhi on 2003/08/18 08:46:52
8094 Log: Subject: [PATCH] Pod::Html unifying global variable declaration and initialization
8095 From: Michael G Schwern <schwern@pobox.com>
8096 Date: Mon, 18 Aug 2003 02:44:31 -0700
8097 Message-ID: <20030818094431.GG823@windhund.schwern.org>
8100 ____________________________________________________________________________
8101 [ 20755] By: jhi on 2003/08/18 08:41:24
8102 Log: Warn about the slowness of memory debuggers.
8105 ____________________________________________________________________________
8106 [ 20754] By: jhi on 2003/08/18 08:34:00
8107 Log: Upgrade to ExtUtils::MakeMaker 6.16.
8109 + lib/ExtUtils/t/prereq_print.t
8110 ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
8111 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
8112 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
8113 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
8114 ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
8115 ____________________________________________________________________________
8116 [ 20753] By: jhi on 2003/08/18 08:21:36
8117 Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
8118 From: Michael G Schwern <schwern@pobox.com>
8119 Date: Mon, 18 Aug 2003 01:34:34 -0700
8120 Message-ID: <20030818083433.GB823@windhund.schwern.org>
8122 ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
8123 ____________________________________________________________________________
8124 [ 20752] By: jhi on 2003/08/18 07:01:16
8125 Log: I could have sworn the base class method was there.
8127 ! lib/File/Spec/Unix.pm
8128 ____________________________________________________________________________
8129 [ 20751] By: jhi on 2003/08/18 05:09:34
8130 Log: utf8::is_utf8() wasn't there in 5.8.0.
8133 ____________________________________________________________________________
8134 [ 20750] By: jhi on 2003/08/18 04:53:22
8135 Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
8136 From: "Craig A. Berry" <craigberry@mac.com>
8137 Date: Sun, 17 Aug 2003 23:28:21 -0500
8138 Message-ID: <3F4055E5.2070407@mac.com>
8140 ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
8141 ____________________________________________________________________________
8142 [ 20749] By: jhi on 2003/08/17 19:27:03
8143 Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
8144 From: Michael G Schwern <schwern@pobox.com>
8145 Date: Sat, 16 Aug 2003 14:58:25 -0700
8146 Message-ID: <20030816215824.GF5859@windhund.schwern.org>
8148 (plus local *REALPATH)
8151 ____________________________________________________________________________
8152 [ 20747] By: jhi on 2003/08/17 08:44:18
8153 Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
8154 From: Enache Adrian <enache@rdslink.ro>
8155 Date: Sat, 16 Aug 2003 16:03:16 +0300
8156 Message-ID: <20030816130316.GA1654@ratsnest.hole>
8158 Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
8159 From: Enache Adrian <enache@rdslink.ro>
8160 Date: Sun, 17 Aug 2003 04:42:22 +0300
8161 Message-ID: <20030817014222.GA1287@ratsnest.hole>
8164 ____________________________________________________________________________
8165 [ 20745] By: jhi on 2003/08/17 07:52:47
8166 Log: The lib/Cwd.pm diet part of
8168 Subject: [PATCH] File::Spec on diet
8169 From: Tels <perl_dummy@bloodgate.com>
8170 Date: Mon, 7 Jul 2003 22:41:42 +0200
8171 Message-Id: <200307072235.03364@bloodgate.com>
8174 ____________________________________________________________________________
8175 [ 20744] By: jhi on 2003/08/17 07:50:00
8176 Log: The "reduce memory footprint and increase speed by not
8177 unconditionally pulling in Cwd" part of
8179 Subject: [PATCH] File::Spec on diet
8180 From: Tels <perl_dummy@bloodgate.com>
8181 Date: Mon, 7 Jul 2003 22:41:42 +0200
8182 Message-Id: <200307072235.03364@bloodgate.com>
8186 ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
8187 ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
8188 ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8189 ! lib/File/Spec/Win32.pm
8190 ____________________________________________________________________________
8191 [ 20741] By: jhi on 2003/08/17 06:53:07
8192 Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
8195 ____________________________________________________________________________
8196 [ 20739] By: jhi on 2003/08/16 21:03:07
8197 Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
8198 From: PPrymmer@factset.com
8199 Date: Sat, 16 Aug 2003 11:55:58 -0400
8200 Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
8203 ____________________________________________________________________________
8204 [ 20738] By: jhi on 2003/08/16 20:39:47
8205 Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
8206 $VERSION at 1.601 so that we are different in version
8207 than 5.8.0 since the module is different (one doc tweak).
8209 ! ext/Filter/Util/Call/Call.pm
8210 ____________________________________________________________________________
8211 [ 20737] By: jhi on 2003/08/16 20:25:21
8212 Log: valgrind --help didn't return a happy exit status.
8215 ____________________________________________________________________________
8216 [ 20736] By: rgs on 2003/08/16 19:54:43
8217 Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
8218 loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
8219 because loading the XS part of Cwd might fail.
8222 ____________________________________________________________________________
8223 [ 20735] By: rgs on 2003/08/16 19:39:39
8224 Log: Subject: [patch lib/utf8.pm] doc tweaks
8225 From: Stas Bekman <stas@stason.org>
8226 Date: Sat, 16 Aug 2003 13:30:28 -0700
8227 Message-ID: <3F3E9464.3030202@stason.org>
8230 ____________________________________________________________________________
8231 [ 20734] By: rgs on 2003/08/16 19:32:05
8232 Log: Subject: [PATCH] Taint problems in Cwd::abs_path
8233 From: Michael G Schwern <schwern@pobox.com>
8234 Date: Fri, 15 Aug 2003 18:43:45 -0700
8235 Message-ID: <20030816014345.GE4023@windhund.schwern.org>
8237 ! ext/Cwd/t/taint.t lib/Cwd.pm
8238 ____________________________________________________________________________
8239 [ 20733] By: jhi on 2003/08/16 17:03:15
8240 Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
8243 ____________________________________________________________________________
8244 [ 20732] By: jhi on 2003/08/16 16:52:50
8245 Log: Add valgrind testing target.
8247 ! Makefile.SH pod/perlhack.pod t/TEST
8248 ____________________________________________________________________________
8249 [ 20731] By: jhi on 2003/08/16 14:37:33
8250 Log: More networking negativity.
8253 ____________________________________________________________________________
8254 [ 20730] By: rgs on 2003/08/16 12:12:43
8255 Log: Remove a useless vstring reference in perlnumber.pod.
8257 ! pod/perlnumber.pod
8258 ____________________________________________________________________________
8259 [ 20729] By: jhi on 2003/08/16 10:11:30
8260 Log: README.macosx updates about known problems.
8263 ____________________________________________________________________________
8264 [ 20728] By: jhi on 2003/08/16 08:32:04
8265 Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
8266 From: Andreas J Koenig <andreas.koenig@anima.de>
8267 Date: Fri, 15 Aug 2003 11:55:22 +0200
8268 Message-ID: <87smo39red.fsf@franz.ak.mind.de>
8270 ! lib/Memoize/t/errors.t
8271 ____________________________________________________________________________
8272 [ 20727] By: jhi on 2003/08/16 07:25:08
8273 Log: Upgrade to File::Temp 0.13 from CPAN--
8274 but since we had a '0.13' already in 5.8.0, make this
8277 ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
8278 ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
8279 ! lib/File/Temp/t/tempfile.t
8280 ____________________________________________________________________________
8281 [ 20726] By: jhi on 2003/08/15 20:29:10
8282 Log: Clarify the E flag.
8285 ____________________________________________________________________________
8286 [ 20725] By: jhi on 2003/08/15 15:37:36
8287 Log: Integrate from maint:
8289 No peeking before the buffer.
8290 (This was probably the random failure showing up
8291 in Solaris with t/uni/tr_7jis.t)
8294 ____________________________________________________________________________
8295 [ 20721] By: jhi on 2003/08/15 08:44:42
8296 Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
8297 From: Andreas J Koenig <andreas.koenig@anima.de>
8298 Date: Fri, 15 Aug 2003 11:37:29 +0200
8299 Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
8302 ____________________________________________________________________________
8303 [ 20720] By: jhi on 2003/08/15 08:40:07
8304 Log: Integrate from maint:
8306 no_plan is not a good plan until TEST is fixed.
8308 !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
8309 ____________________________________________________________________________
8310 [ 20717] By: jhi on 2003/08/15 05:06:39
8311 Log: Up the F::S subpackage versions; up the JPL JNI.pm version
8312 (the JPL cvs seems to be out of order), the only real change
8313 (in JNI.xs) seems to have been CRLF->LF conversion.
8315 ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
8316 ____________________________________________________________________________
8317 [ 20716] By: jhi on 2003/08/15 04:58:34
8318 Log: Upgrade to Test::Harness 2.30.
8320 ! lib/Test/Harness.pm lib/Test/Harness/Changes
8321 ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
8322 ____________________________________________________________________________
8323 [ 20715] By: jhi on 2003/08/15 04:41:37
8324 Log: Damian replied that he'll make a CPAN Switch 2.10
8325 out of 5.8.1 Switch 2.10.
8328 ____________________________________________________________________________
8329 [ 20714] By: jhi on 2003/08/14 18:35:07
8330 Log: Add PerlIO::via::QuotedPrint to Maintainers.
8332 ! Porting/Maintainers.pl
8333 ____________________________________________________________________________
8334 [ 20713] By: jhi on 2003/08/14 18:33:06
8335 Log: Upgrade to PerlIO::via::Quoted 0.05.
8337 ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
8338 ____________________________________________________________________________
8339 [ 20712] By: jhi on 2003/08/14 18:29:19
8340 Log: Upgrade to NEXT 0.60.
8342 ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
8343 ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
8344 ____________________________________________________________________________
8345 [ 20711] By: jhi on 2003/08/14 17:31:55
8346 Log: perlcheat is a reference, not tutorial.
8349 ____________________________________________________________________________
8350 [ 20710] By: jhi on 2003/08/14 16:48:34
8351 Log: Subject: PATCH RC4 IO::Dir
8352 From: Mark Jason Dominus <mjd@plover.com>
8353 Date: Thu, 14 Aug 2003 12:02:59 -0400
8354 Message-ID: <20030814160259.27586.qmail@plover.com>
8356 ! ext/IO/lib/IO/Dir.pm
8357 ____________________________________________________________________________
8358 [ 20708] By: jhi on 2003/08/14 14:45:20
8359 Log: win32/fcrypt.c was forgotten.
8362 ____________________________________________________________________________
8363 [ 20706] By: jhi on 2003/08/14 14:40:30
8364 Log: Not so great a version bump, let Paul release 0.17.
8366 ! ext/Filter/Util/Call/Call.pm
8367 ____________________________________________________________________________
8368 [ 20705] By: jhi on 2003/08/14 14:38:40
8369 Log: One more XS change versus no VERSION change.
8370 (Remaining in JNI.pm/xs, don't know what to about that
8371 since JNI is kind of "stable".)
8373 ! ext/Filter/Util/Call/Call.pm
8374 ____________________________________________________________________________
8375 [ 20704] By: jhi on 2003/08/14 14:36:45
8376 Log: XS contents changes versus VERSION non-changes.
8378 ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
8379 ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
8380 ! ext/Socket/Socket.pm
8381 ____________________________________________________________________________
8382 [ 20702] By: jhi on 2003/08/14 14:24:40
8383 Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
8384 From: Steve Hay <steve.hay@uk.radan.com>
8385 Date: Thu, 14 Aug 2003 15:39:16 +0100
8386 Message-ID: <3F3B9F14.4040609@uk.radan.com>
8388 (Sarathy okayed the idea.)
8391 - win32/des_fcrypt.patch
8392 ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
8393 ____________________________________________________________________________
8394 [ 20701] By: jhi on 2003/08/14 14:17:42
8395 Log: Subject: [DOC PATCH] warnings.pl
8396 From: Elizabeth Mattijsen <liz@dijkmat.nl>
8397 Date: Thu, 14 Aug 2003 13:12:55 +0200
8398 Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
8402 ! lib/warnings.pm warnings.pl
8403 ____________________________________________________________________________
8404 [ 20700] By: gbarr on 2003/08/14 14:12:45
8405 Log: Update to Scalar-List-Utils 1.12
8407 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
8408 ! ext/List/Util/lib/List/Util.pm
8409 ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
8410 ____________________________________________________________________________
8411 [ 20699] By: jhi on 2003/08/14 13:16:27
8412 Log: All the authors of these modules have now been contacted;
8413 but assuming no CPAN updates are upcoming, here are 'fake'
8414 version updates to make us different from 5.8.0.
8415 (List::Util+Scalar::Util will soon be updated;
8416 File::Spec CPAN release will be made based on 5.8.1.)
8418 ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
8419 ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
8420 ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
8421 ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
8422 ____________________________________________________________________________
8423 [ 20697] By: jhi on 2003/08/14 07:05:48
8424 Log: Make the blead versions of these be newer...
8426 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
8427 ____________________________________________________________________________
8428 [ 20696] By: jhi on 2003/08/14 06:51:34
8429 Log: Tweak from Slaven to catch also changed .xs files
8430 (.pm -> .xs name equivalence is assumed)
8432 ! Porting/cmpVERSION.pl
8433 ____________________________________________________________________________
8434 [ 20695] By: jhi on 2003/08/14 06:44:10
8435 Log: Diffs-sans-version-diffs between blead and maint.
8437 ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
8438 ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
8439 ! lib/warnings.pm warnings.pl
8440 ____________________________________________________________________________
8441 [ 20692] By: jhi on 2003/08/14 05:23:58
8442 Log: One more VERSION bump.
8445 ____________________________________________________________________________
8446 [ 20691] By: jhi on 2003/08/14 05:21:20
8447 Log: Add a known exception.
8449 ! Porting/cmpVERSION.pl
8450 ____________________________________________________________________________
8451 [ 20689] By: jhi on 2003/08/14 04:54:18
8452 Log: The blead version has got the dor.
8454 ! ext/Opcode/Opcode.pm
8455 ____________________________________________________________________________
8456 [ 20688] By: jhi on 2003/08/14 04:51:30
8457 Log: A swath of VERSION patches from Nick Clark.
8459 ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
8460 ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
8461 ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
8462 ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
8463 ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
8464 ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
8465 ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
8466 ! lib/vmsish.pm os2/OS2/Process/Process.pm
8467 ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
8468 ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
8469 ! vms/ext/Filespec.pm warnings.pl
8470 ____________________________________________________________________________
8471 [ 20687] By: jhi on 2003/08/13 18:53:15
8472 Log: Alpha version numbers noticed by Schwern.
8473 (These hacks are no more needed since the PAUSE indexer no
8474 more indexes the insides of Perl distributions, says Andreas.)
8476 ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
8477 ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
8478 ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
8479 ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
8480 ! ext/IPC/SysV/SysV.pm
8481 ____________________________________________________________________________
8482 [ 20686] By: jhi on 2003/08/13 18:42:50
8483 Log: Subject: Re: script wanted
8484 From: Nicholas Clark <nick@ccl4.org>
8485 Date: Wed, 13 Aug 2003 20:46:09 +0100
8486 Message-ID: <20030813204609.G20130@plum.flirble.org>
8488 ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
8489 ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
8490 ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
8491 ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
8492 ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
8493 ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
8494 ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
8495 ! ext/re/re.pm ext/threads/shared/shared.pm
8496 ! ext/threads/threads.pm
8497 ____________________________________________________________________________
8498 [ 20685] By: jhi on 2003/08/13 18:24:50
8499 Log: Subject: Re: script wanted
8500 From: Enache Adrian <enache@rdslink.ro>
8501 Date: Wed, 13 Aug 2003 22:31:18 +0300
8502 Message-ID: <20030813193118.GA1273@ratsnest.hole>
8504 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
8505 ! ext/B/B/Disassembler.pm
8506 ____________________________________________________________________________
8507 [ 20681] By: jhi on 2003/08/13 17:13:12
8508 Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
8509 From: Robin Barker <Robin.Barker@npl.co.uk>
8510 Date: Wed, 13 Aug 2003 18:05:38 +0100
8511 Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
8513 ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
8514 ____________________________________________________________________________
8515 [ 20680] By: jhi on 2003/08/13 17:11:38
8516 Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
8517 From: Michael G Schwern <schwern@pobox.com>
8518 Date: Wed, 13 Aug 2003 11:15:40 -0700
8519 Message-ID: <20030813181539.GA22658@windhund.schwern.org>
8521 ! pod/perlartistic.pod pod/perlgpl.pod
8522 ____________________________________________________________________________
8523 [ 20678] By: jhi on 2003/08/13 13:46:18
8524 Log: Add cmpVERSION.pl from Slaven for comparing two
8525 Perl source trees for modules that have changed
8526 but have the same version numbers.
8528 + Porting/cmpVERSION.pl
8530 ____________________________________________________________________________
8531 [ 20676] By: jhi on 2003/08/13 12:03:08
8532 Log: Make Johan's confusion go away, but there are no doubt more
8536 ____________________________________________________________________________
8537 [ 20674] By: jhi on 2003/08/13 11:57:47
8538 Log: Make (hopefully) the Windows CR CR LF bug go away
8539 by making the CRLF layer repel any other CRLF layers.
8540 In other words: binmode(FH, ":crlf") in e.g. Win32
8541 is effectively a no-op since there already is one
8542 CRLF layer in the stack by default.
8544 ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
8545 ____________________________________________________________________________
8546 [ 20673] By: jhi on 2003/08/13 10:29:56
8547 Log: One tweak from Dave Mitchell.
8550 ____________________________________________________________________________
8551 [ 20672] By: jhi on 2003/08/13 10:27:54
8552 Log: One tweak for microperl in OS/2.
8555 ____________________________________________________________________________
8556 [ 20671] By: merijn on 2003/08/13 08:57:27
8557 Log: Subject: [PATCH] another VMS pod nit
8558 From: "Craig A. Berry" <craigberry@mac.com>
8559 Date: Wed, 13 Aug 2003 01:01:46 -0500
8560 Message-ID: <3F39D44A.4010207@mac.com>
8562 ! vms/descrip_mms.template
8563 ____________________________________________________________________________
8564 [ 20670] By: merijn on 2003/08/13 08:54:45
8565 Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
8566 From: "Craig A. Berry" <craigberry@mac.com>
8567 Date: Tue, 12 Aug 2003 21:12:00 -0500
8568 Message-ID: <3F399E70.4050607@mac.com>
8570 ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
8571 ! lib/Tie/File/t/29a_upcopy.t
8572 ____________________________________________________________________________
8573 [ 20669] By: jhi on 2003/08/13 06:06:39
8574 Log: More don't:s for nyetworking.
8577 ____________________________________________________________________________
8578 [ 20668] By: rgs on 2003/08/12 20:27:41
8579 Log: perlipc thinko by John P. Linderman.
8582 ____________________________________________________________________________
8583 [ 20666] By: jhi on 2003/08/12 20:02:13
8584 Log: Subject: Re: maint @ 20617 [PATCH]
8585 From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
8586 Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
8587 Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
8589 ! lib/ExtUtils/Installed.pm
8590 ____________________________________________________________________________
8591 [ 20665] By: jhi on 2003/08/12 19:59:54
8592 Log: README.cygwin updates from Gerrit P. Haase.
8595 ____________________________________________________________________________
8596 [ 20664] By: jhi on 2003/08/12 19:57:53
8597 Log: Do some updates also on pod.mak -- which seems to
8598 be badly out of date.
8601 ____________________________________________________________________________
8602 [ 20663] By: jhi on 2003/08/12 19:48:01
8603 Log: More missing pods for VMS.
8605 ! vms/descrip_mms.template
8606 ____________________________________________________________________________
8607 [ 20662] By: jhi on 2003/08/12 19:43:46
8608 Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
8609 From: PPrymmer@factset.com
8610 Date: Tue, 12 Aug 2003 16:24:21 -0400
8611 Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
8613 ! vms/descrip_mms.template
8614 ____________________________________________________________________________
8615 [ 20661] By: jhi on 2003/08/12 19:41:50
8616 Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
8619 ____________________________________________________________________________
8620 [ 20660] By: jhi on 2003/08/12 18:44:27
8621 Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
8624 ____________________________________________________________________________
8625 [ 20657] By: jhi on 2003/08/12 13:55:56
8626 Log: Multiline one-liners are a bit too much to ask.
8629 ____________________________________________________________________________
8630 [ 20654] By: jhi on 2003/08/12 13:23:00
8631 Log: Add perlcheat to the toc and perl.pod; regen toc.
8633 ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8634 ____________________________________________________________________________
8635 [ 20653] By: jhi on 2003/08/12 13:15:17
8636 Log: Retract #20644 and #20643; on non-microperl non-fcntl
8637 systems Wrong Thing would be done. (And as Sarathy
8638 points out, closing both ends of a pipe is rather
8639 identical to never opening it...)
8642 ____________________________________________________________________________
8643 [ 20652] By: ams on 2003/08/12 13:06:40
8644 Log: Subject: perlcheat
8645 From: Juerd <juerd@cpan.org>
8646 Date: Mon, 11 Aug 2003 20:24:34 +0200
8647 Message-Id: <20030811182434.GI17748@c3.convolution.nl>
8651 ____________________________________________________________________________
8652 [ 20651] By: jhi on 2003/08/12 12:52:09
8653 Log: Microperl expects C89 (like the rest of Perl).
8656 ____________________________________________________________________________
8657 [ 20650] By: jhi on 2003/08/12 12:32:29
8658 Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
8659 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
8660 Date: Sun, 3 Aug 2003 06:19:02 -0700
8661 Message-ID: <20030803131902.GA5146@math.berkeley.edu>
8663 ! lib/ExtUtils/xsubpp
8664 ____________________________________________________________________________
8665 [ 20648] By: jhi on 2003/08/12 11:56:52
8666 Log: If we are void we cannot return a value.
8669 ____________________________________________________________________________
8670 [ 20647] By: jhi on 2003/08/12 11:54:32
8674 ____________________________________________________________________________
8675 [ 20646] By: jhi on 2003/08/12 11:51:25
8676 Log: Apply much of Ilya's microperl patch, but instead of
8677 implementing the opendir()/readdir()/closedir() using
8678 external commands give up "ANSI-pureness" and define them
8679 in uconfig.sh, also define other stuff like rename() and putenv().
8680 Leave out the $| emulation in my_fork() since we are
8681 not supposed to have fork() under microperl.
8683 ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
8684 ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
8685 ____________________________________________________________________________
8686 [ 20645] By: jhi on 2003/08/12 10:40:54
8687 Log: Localize PARENT (based on Ilya's microperl patch).
8690 ____________________________________________________________________________
8691 [ 20644] By: jhi on 2003/08/12 10:37:55
8692 Log: More microperlish faking in case no fcntl F_SETFD for pipes.
8695 ____________________________________________________________________________
8696 [ 20643] By: jhi on 2003/08/12 10:13:53
8697 Log: A generally useful hunk from Ilya's microperl patch.
8698 (If no fcntl F_SETFD, fake it the best we can.)
8701 ____________________________________________________________________________
8702 [ 20640] By: jhi on 2003/08/12 09:59:16
8703 Log: returning would be good, too.
8705 ! ext/Safe/t/safeops.t
8706 ____________________________________________________________________________
8707 [ 20639] By: jhi on 2003/08/12 09:57:07
8708 Log: No dor in maint.
8710 ! ext/Safe/t/safeops.t
8711 ____________________________________________________________________________
8712 [ 20634] By: jhi on 2003/08/12 08:41:49
8713 Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
8714 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
8715 Date: Mon, 21 Apr 2003 22:44:37 -0700
8716 Message-ID: <20030422054437.GA8297@math.berkeley.edu>
8718 (the XSLoader doc hunk; the h2xs looks like a behavioural change)
8720 ! ext/DynaLoader/XSLoader_pm.PL
8721 ____________________________________________________________________________
8722 [ 20633] By: jhi on 2003/08/12 08:31:01
8723 Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
8724 From: Michael G Schwern <schwern@pobox.com>
8725 Date: Sat, 9 Aug 2003 15:03:02 -0700
8726 Message-ID: <20030809220301.GE24919@windhund.schwern.org>
8728 (plus one extra catfile() in h2xs.t)
8730 ! lib/h2xs.t utils/h2xs.PL
8731 ____________________________________________________________________________
8732 [ 20632] By: jhi on 2003/08/12 08:11:08
8733 Log: The Debian people have expressed a wish for the boilerplate
8734 being specific about the Perl version; patch from Nick Clark.
8737 ____________________________________________________________________________
8738 [ 20631] By: jhi on 2003/08/12 08:09:43
8739 Log: A new try from Dave Mitchell for [perl #23265].
8741 ! pad.c t/op/closure.t
8742 ____________________________________________________________________________
8743 [ 20630] By: jhi on 2003/08/12 07:59:22
8744 Log: Fix for [perl #23287] segfault in untie.
8745 (Well, at least no more coredump.)
8747 ! pp_sys.c t/op/tie.t
8748 ____________________________________________________________________________
8749 [ 20629] By: jhi on 2003/08/12 06:24:32
8750 Log: =head2 ALL CAPS
8753 ____________________________________________________________________________
8754 [ 20628] By: jhi on 2003/08/12 06:22:25
8755 Log: Too enthusiastic head2-ing.
8758 ____________________________________________________________________________
8759 [ 20627] By: jhi on 2003/08/12 05:17:14
8760 Log: Gotta Get'em Cases Right.
8763 ____________________________________________________________________________
8764 [ 20626] By: jhi on 2003/08/12 05:04:02
8765 Log: head2-ify many of the head1s, will probably make this look
8769 ____________________________________________________________________________
8770 [ 20625] By: jhi on 2003/08/12 04:55:32
8771 Log: Subject: Re: [PATCH] perlreref.pod tweaks
8772 From: Iain Truskett <spoon@cpan.org>
8773 Date: Tue, 12 Aug 2003 13:59:27 +1000
8774 Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
8776 plus explain "Titlecase".
8779 ____________________________________________________________________________
8780 [ 20623] By: rgs on 2003/08/11 19:59:17
8781 Log: Add a new regression test for Safe : tests that all ops
8782 can be trapped by a Safe compartement (except for the ones
8785 + ext/Safe/t/safeops.t
8787 ____________________________________________________________________________
8788 [ 20622] By: rgs on 2003/08/11 18:33:06
8789 Log: B::Deparse wasn't handling correctly builtins that
8790 have two filehandles in their prototypes (pipe, socketpair,
8791 accept) when non-bareword prototypes were used.
8793 ! ext/B/B/Deparse.pm
8794 ____________________________________________________________________________
8795 [ 20620] By: jhi on 2003/08/11 17:08:29
8796 Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
8797 From: merlyn@stonehenge.com (Randal L. Schwartz)
8798 Date: 11 Aug 2003 09:45:29 -0700
8799 Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
8801 Subject: [PATCH] perlreref.pod tweaks
8802 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8803 Date: Mon, 11 Aug 2003 13:19:51 -0400
8804 Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
8806 Plus a note about {,n} not being a quantifier.
8809 ____________________________________________________________________________
8810 [ 20619] By: jhi on 2003/08/11 15:50:34
8813 $* is not yet fully gone in 5.8.1.
8815 !> pod/perlreref.pod
8816 ____________________________________________________________________________
8817 [ 20614] By: nick on 2003/08/11 12:14:55
8818 Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
8820 ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
8821 ____________________________________________________________________________
8822 [ 20612] By: jhi on 2003/08/11 10:55:19
8823 Log: VC6 warning: result still unsigned.
8826 ____________________________________________________________________________
8827 [ 20611] By: jhi on 2003/08/11 08:33:13
8828 Log: Typo fix from Boris Zentner.
8831 ____________________________________________________________________________
8832 [ 20609] By: jhi on 2003/08/11 04:28:29
8833 Log: Subject: [perl #23273] warnings in Unicode::UCD
8834 From: Lukas Mai (via RT) <perlbug-followup@perl.org>
8835 Date: 10 Aug 2003 22:37:41 -0000
8836 Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
8838 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8839 ____________________________________________________________________________
8840 [ 20608] By: jhi on 2003/08/11 04:24:34
8841 Log: Explain the 'Wide character in print' a bit more.
8844 ____________________________________________________________________________
8845 [ 20607] By: rgs on 2003/08/10 20:44:23
8846 Log: Subject: Re: killing for vital signs [PATCH]
8847 From: "John P. Linderman" <jpl@research.att.com>
8848 Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
8849 Message-Id: <200308101944.PAA96547@raptor.research.att.com>
8851 ! pod/perlfunc.pod pod/perlipc.pod
8852 ____________________________________________________________________________
8853 [ 20605] By: jhi on 2003/08/10 20:38:39
8854 Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
8855 sv_placeholder hunk.
8858 ____________________________________________________________________________
8859 [ 20604] By: jhi on 2003/08/10 20:14:28
8860 Log: Clarify the format checking instructions.
8862 ! Porting/pumpkin.pod
8863 ____________________________________________________________________________
8864 [ 20602] By: jhi on 2003/08/10 19:45:45
8865 Log: Retract #20597, too many resulting core dumps.
8867 ! pad.c t/op/closure.t
8868 ____________________________________________________________________________
8869 [ 20597] By: jhi on 2003/08/10 17:55:03
8870 Log: Subject: Re: [perl #23265] Nested anonymous subs
8871 From: Dave Mitchell <davem@fdgroup.com>
8872 Date: Sun, 10 Aug 2003 01:35:30 +0100
8873 Message-ID: <20030810003530.GB6547@fdgroup.com>
8875 ! pad.c t/op/closure.t
8876 ____________________________________________________________________________
8877 [ 20596] By: jhi on 2003/08/10 17:38:35
8878 Log: Try simple workaround for the POSIX autosplit.ix warning.
8880 ! ext/POSIX/POSIX.pm
8881 ____________________________________________________________________________
8882 [ 20595] By: jhi on 2003/08/10 17:33:12
8883 Log: One more PL_csighandlerp.
8885 ! ext/POSIX/POSIX.xs
8886 ____________________________________________________________________________
8887 [ 20594] By: rgs on 2003/08/10 13:30:11
8888 Log: Further tweaks on perlreref.pod (by Iain Truskett)
8891 ____________________________________________________________________________
8892 [ 20593] By: rgs on 2003/08/10 12:32:47
8893 Log: Add the perlreref manpage, by Iain Truskett
8894 (regular expressions quick reference.)
8895 Regenerate the table of contents.
8898 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8899 ____________________________________________________________________________
8900 [ 20592] By: rgs on 2003/08/09 21:13:27
8901 Log: Remove ByteLoader from the list of modules whose compilability should
8902 be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
8906 ____________________________________________________________________________
8907 [ 20591] By: rgs on 2003/08/09 21:08:59
8908 Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
8909 From: Dave Mitchell <davem@fdgroup.com>
8910 Date: Sat, 9 Aug 2003 14:51:44 +0100
8911 Message-ID: <20030809135144.GC4997@fdgroup.com>
8913 ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
8914 ! scope.h t/lib/warnings/pad
8915 ____________________________________________________________________________
8916 [ 20590] By: rgs on 2003/08/09 21:02:21
8917 Log: Regenerate perlapi.pod.
8920 ____________________________________________________________________________
8921 [ 20589] By: rgs on 2003/08/09 20:26:28
8922 Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
8923 From: Michael G Schwern <schwern@pobox.com>
8924 Date: Sat, 9 Aug 2003 13:36:59 -0700
8925 Message-ID: <20030809203659.GB24919@windhund.schwern.org>
8928 ____________________________________________________________________________
8929 [ 20588] By: jhi on 2003/08/09 18:13:07
8930 Log: Update Jon Orwant's email address as he wants it,
8931 drop TPJ URL; upate also Doug MacEachern's address.
8933 ! pod/perlembed.pod pod/perlmodinstall.pod
8934 ____________________________________________________________________________
8935 [ 20587] By: ams on 2003/08/09 18:09:34
8936 Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
8937 normal key was replaced by its UTF-8 equivalent. This caused the
8938 "Storable problem" RT3 users reported under RH9.
8941 ____________________________________________________________________________
8942 [ 20586] By: jhi on 2003/08/09 18:08:20
8943 Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
8944 From: Michael G Schwern <schwern@pobox.com>
8945 Date: Fri, 8 Aug 2003 18:35:51 -0700
8946 Message-ID: <20030809013550.GS1587@windhund.schwern.org>
8948 ! pod/perlmodinstall.pod
8949 ____________________________________________________________________________
8950 [ 20584] By: jhi on 2003/08/09 18:05:22
8951 Log: Reintroduce the U_32-ification to pad.c,
8952 suggested by Dave Mitchell.
8955 ____________________________________________________________________________
8956 [ 20583] By: rgs on 2003/08/09 12:43:50
8957 Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
8960 ____________________________________________________________________________
8961 [ 20579] By: jhi on 2003/08/09 08:07:22
8962 Log: Some updates for the memory use debugging section:
8963 -DL is obsolete, mention Devel::Size, and Purify and valgrind.
8965 ! pod/perldebguts.pod
8966 ____________________________________________________________________________
8967 [ 20578] By: jhi on 2003/08/09 07:34:16
8968 Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
8969 Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
8970 which was on old bug unearthed by the change #20559.
8971 Basically, qr// + (??{$lexical}) combination is very, VERY broken.
8972 Workaround is not to use lexicals.
8975 ____________________________________________________________________________
8976 [ 20577] By: jhi on 2003/08/09 07:28:41
8977 Log: The libcygipc doesn't really work with the Perl SysV IPC tests
8978 so no much point in adding it yet.
8981 ____________________________________________________________________________
8982 [ 20575] By: jhi on 2003/08/09 07:24:43
8983 Log: Retract #20524 since it was due to broken INT32_MIN in
8984 Cygwin 1.5's stdint.h.
8987 ____________________________________________________________________________
8988 [ 20574] By: jhi on 2003/08/09 07:11:32
8989 Log: Subject: [ PATCH] Re: strange destruction problem on VMS
8990 From: Dave Mitchell <davem@fdgroup.com>
8991 Date: Fri, 8 Aug 2003 22:28:48 +0100
8992 Message-ID: <20030808212848.GA2628@fdgroup.com>
8995 ____________________________________________________________________________
8996 [ 20573] By: jhi on 2003/08/09 07:09:07
8997 Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
8998 From: Michael G Schwern <schwern@pobox.com>
8999 Date: Fri, 8 Aug 2003 13:59:50 -0700
9000 Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
9003 ____________________________________________________________________________
9004 [ 20572] By: jhi on 2003/08/09 07:06:37
9005 Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
9006 From: Jan Dubois <jand@ActiveState.com>
9007 Date: Fri, 08 Aug 2003 17:49:03 -0700
9008 Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
9011 ____________________________________________________________________________
9012 [ 20571] By: jhi on 2003/08/09 06:53:54
9013 Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
9014 From: Nicholas Clark <nick@ccl4.org>
9015 Date: Fri, 8 Aug 2003 23:30:00 +0100
9016 Message-ID: <20030808233000.B20130@plum.flirble.org>
9018 ! ext/Storable/Storable.xs
9019 ____________________________________________________________________________
9020 [ 20570] By: jhi on 2003/08/09 06:52:36
9021 Log: Two more tests for #20566/#20568.
9024 ____________________________________________________________________________
9025 [ 20568] By: jhi on 2003/08/08 21:05:24
9026 Log: Subject: [PATCH] Re: UNICODE regexp bug
9027 From: Nick Ing-Simmons <nick@ing-simmons.net>
9028 Date: Fri, 08 Aug 2003 23:05:49 +0100
9029 Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
9031 Better patch (than #20566) from NI-S, one more test
9032 (introduce another variable rather than reuse the tmp, though)
9034 ! regexec.c t/op/pat.t
9035 ____________________________________________________________________________
9036 [ 20566] By: jhi on 2003/08/08 19:47:45
9037 Log: Subject: UNICODE regexp bug
9038 From: Nick Ing-Simmons <nick@ing-simmons.net>
9039 Date: Fri, 08 Aug 2003 20:36:56 +0100
9040 Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
9042 ! regexec.c t/op/pat.t
9043 ____________________________________________________________________________
9044 [ 20565] By: jhi on 2003/08/08 18:59:40
9045 Log: Move the csighandler to be a data variable so that
9046 things like DLL trampolines can't mess up the code
9047 variables the Perl_csighandler (seen in Cygwin:
9048 Perl_csighandler in POSIX extension was different
9049 than in main executable).
9051 ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
9052 ____________________________________________________________________________
9053 [ 20564] By: jhi on 2003/08/08 13:12:19
9054 Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
9055 From: Steve Hay <steve.hay@uk.radan.com>
9056 Date: Fri, 08 Aug 2003 12:42:28 +0100
9057 Message-ID: <3F338CA4.3010503@uk.radan.com>
9060 ____________________________________________________________________________
9061 [ 20563] By: jhi on 2003/08/08 13:09:00
9062 Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
9063 From: "Gerrit P. Haase" <gp@familiehaase.de>
9064 Date: Fri, 8 Aug 2003 13:44:51 +0200
9065 Message-ID: <1621817486657.20030808134451@familiehaase.de>
9067 ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
9069 ____________________________________________________________________________
9070 [ 20560] By: jhi on 2003/08/08 04:28:44
9071 Log: Retract PASTHRU* changes as recommended by Schwern.
9073 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
9074 ! lib/ExtUtils/t/MM_Win32.t
9075 ____________________________________________________________________________
9076 [ 20559] By: rgs on 2003/08/07 19:59:18
9077 Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
9078 From: Dave Mitchell <davem@fdgroup.com>
9079 Date: Thu, 7 Aug 2003 15:53:35 +0100
9080 Message-ID: <20030807145335.GF26683@fdgroup.com>
9082 ! scope.c t/lib/warnings/pad
9083 ____________________________________________________________________________
9084 [ 20556] By: jhi on 2003/08/07 18:14:41
9085 Log: The #20546 was too ambitious, broke the test.
9087 ! lib/Benchmark.pm lib/Benchmark.t
9088 ____________________________________________________________________________
9089 [ 20554] By: jhi on 2003/08/07 17:00:03
9090 Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
9091 From: PPrymmer@factset.com
9092 Date: Thu, 7 Aug 2003 14:02:02 -0400
9093 Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
9095 ! vms/descrip_mms.template
9096 ____________________________________________________________________________
9097 [ 20553] By: jhi on 2003/08/07 16:45:25
9098 Log: Some AUTHORS updates.
9101 ____________________________________________________________________________
9102 [ 20552] By: jhi on 2003/08/07 15:45:03
9103 Log: Hint away the semid_ds test in NetBSD/sparc.
9106 ____________________________________________________________________________
9107 [ 20550] By: jhi on 2003/08/07 15:39:53
9108 Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
9111 ____________________________________________________________________________
9112 [ 20548] By: jhi on 2003/08/07 14:48:27
9113 Log: Subject: [PATCH] Test::More
9114 From: Fergal Daly <fergal@esatclear.ie>
9115 Date: Thu, 7 Aug 2003 15:52:11 +0100
9116 Message-Id: <200308071552.11873.fergal@esatclear.ie>
9119 ____________________________________________________________________________
9120 [ 20547] By: jhi on 2003/08/07 14:45:22
9121 Log: Integrate from maint:
9123 Workround for SuSE8.2's -lndbm hack
9126 ____________________________________________________________________________
9127 [ 20546] By: jhi on 2003/08/07 14:43:57
9128 Log: Subject: [PATCH 5.8.1] Benchmark problem
9129 From: Radu Greab <rgreab@fx.ro>
9130 Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
9131 Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
9133 Subject: Re: [PATCH 5.8.1] Benchmark problem
9134 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9135 Date: Thu, 7 Aug 2003 15:48:38 +0200
9136 Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
9138 ! lib/Benchmark.pm lib/Benchmark.t
9139 ____________________________________________________________________________
9140 [ 20544] By: jhi on 2003/08/07 14:25:25
9141 Log: Retract #20359: too wide a brush.
9144 ____________________________________________________________________________
9145 [ 20542] By: jhi on 2003/08/07 06:24:23
9146 Log: If no alarm(), skip the subtests.
9148 ! ext/Time/HiRes/t/HiRes.t
9149 ____________________________________________________________________________
9150 [ 20541] By: jhi on 2003/08/07 06:15:54
9151 Log: Subject: Re: maint @ 20537
9152 From: Philip Newton <Philip.Newton@gmx.net>
9153 Date: Thu, 07 Aug 2003 09:05:17 +0200
9154 Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
9156 ! ext/Socket/Socket.xs
9157 ____________________________________________________________________________
9158 [ 20540] By: jhi on 2003/08/07 06:13:19
9159 Log: Subject: Re: maint @ 20537
9160 From: Philip Newton <Philip.Newton@gmx.net>
9161 Date: Thu, 07 Aug 2003 09:05:17 +0200
9162 Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
9164 ! hints/dos_djgpp.sh
9165 ____________________________________________________________________________
9166 [ 20539] By: jhi on 2003/08/07 05:17:56
9167 Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
9168 broken SysV semaphores.
9171 ____________________________________________________________________________
9172 [ 20538] By: jhi on 2003/08/07 05:08:14
9173 Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
9175 Date: Thu, 07 Aug 2003 02:44:23 +0100
9176 Message-Id: <200308070144.h771iN906446@zen.crypt.org>
9178 ! regexec.c t/op/re_tests
9179 ____________________________________________________________________________
9180 [ 20535] By: jhi on 2003/08/06 19:05:18
9181 Log: ESUCCESS = 0 is not true, but exists.
9183 ! ext/Errno/t/Errno.t
9184 ____________________________________________________________________________
9185 [ 20533] By: jhi on 2003/08/06 18:39:49
9186 Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
9187 From: jari.aalto@poboxes.com (Jari Aalto)
9188 Date: Wed, 06 Aug 2003 14:24:42 +0300
9189 Message-ID: <ekzzowp1.fsf@blue.sea.net>
9191 ! ext/Sys/Syslog/Syslog.pm
9192 ____________________________________________________________________________
9193 [ 20530] By: jhi on 2003/08/06 18:24:56
9194 Log: Make code agree with documentation (from Wolfgang Friebel)
9196 ! lib/ExtUtils/MakeMaker.pm
9197 ____________________________________________________________________________
9198 [ 20529] By: jhi on 2003/08/06 18:20:31
9199 Log: Various tweaks to help DJGPP builds.
9201 ! djgpp/djgppsed.sh hints/dos_djgpp.sh
9202 ____________________________________________________________________________
9203 [ 20527] By: jhi on 2003/08/06 14:57:22
9204 Log: More PASTHRU patching from Steve Hay.
9206 ! lib/ExtUtils/MM_Unix.pm
9207 ____________________________________________________________________________
9208 [ 20526] By: jhi on 2003/08/06 13:53:01
9209 Log: Cast away gcc 3.3 type conversion pickiness.
9211 ! ext/threads/threads.xs
9212 ____________________________________________________________________________
9213 [ 20524] By: jhi on 2003/08/06 13:36:44
9214 Log: Subject: Re: perl with cygwin 1.5, need help
9215 From: "Gerrit P. Haase" <gp@familiehaase.de>
9216 Date: Tue, 5 Aug 2003 14:36:55 +0200
9217 Message-ID: <71561410910.20030805143655@familiehaase.de>
9219 (needed manual fitting)
9222 ____________________________________________________________________________
9223 [ 20523] By: jhi on 2003/08/06 13:30:42
9224 Log: Subject: maint @ 20512
9225 From: Robin Barker <Robin.Barker@npl.co.uk>
9226 Date: Wed, 6 Aug 2003 15:31:33 +0100
9227 Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
9229 ! MANIFEST Porting/Maintainers.pl
9230 ____________________________________________________________________________
9231 [ 20520] By: jhi on 2003/08/06 11:38:46
9232 Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
9233 From: Steve Hay <steve.hay@uk.radan.com>
9234 Date: Wed, 06 Aug 2003 10:56:44 +0100
9235 Message-ID: <3F30D0DC.20700@uk.radan.com>
9237 ! lib/ExtUtils/MM_Unix.pm
9238 ____________________________________________________________________________
9239 [ 20514] By: jhi on 2003/08/06 05:22:29
9240 Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
9241 From: Tim Jenness <t.jenness@jach.hawaii.edu>
9242 Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
9243 Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
9246 ____________________________________________________________________________
9247 [ 20513] By: jhi on 2003/08/06 05:18:32
9248 Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
9249 From: "Craig A. Berry" <craigberry@mac.com>
9250 Date: Wed, 06 Aug 2003 00:18:36 -0500
9251 Message-ID: <3F308FAC.4090409@mac.com>
9256 ____________________________________________________________________________
9257 [ 20510] By: jhi on 2003/08/05 19:01:08
9258 Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
9259 From: mjd@plover.com
9260 Date: 5 Aug 2003 19:23:46 -0000
9261 Message-ID: <20030805192346.25911.qmail@plover.com>
9264 ____________________________________________________________________________
9265 [ 20508] By: jhi on 2003/08/05 18:36:38
9266 Log: Continue #20506.
9268 ! lib/ExtUtils/MM_Unix.pm
9269 ____________________________________________________________________________
9270 [ 20506] By: jhi on 2003/08/05 17:58:01
9271 Log: Try to fix the INC in PASTHRU.
9273 ! lib/ExtUtils/MM_Unix.pm
9274 ____________________________________________________________________________
9275 [ 20503] By: jhi on 2003/08/05 16:02:14
9276 Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
9277 From: Chip Salzenberg <chip@pobox.com>
9278 Date: Tue, 5 Aug 2003 11:39:24 -0400
9279 Message-ID: <20030805153924.GO1751@perlsupport.com
9282 ____________________________________________________________________________
9283 [ 20502] By: jhi on 2003/08/05 15:32:39
9284 Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
9285 From: Steve Hay <steve.hay@uk.radan.com>
9286 Date: Tue, 05 Aug 2003 10:43:49 +0100
9287 Message-ID: <3F2F7C55.9020808@uk.radan.com>
9289 (The MM_Unix.pm part was dealt with in #20501.)
9291 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
9292 ____________________________________________________________________________
9293 [ 20501] By: jhi on 2003/08/05 15:28:17
9294 Log: Reinstate #11125, hopefully making MakeMaker to pass
9295 DEFINE and INCLUDE to subdirs (NI-S says he'll work
9296 around any problems caused seen Tk if necessary).
9297 Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
9298 to be _after_ the directory-specific INC and DEFINE as suggested
9299 by NI-S (Tk probably being the only "user" of the said macros).
9301 ! lib/ExtUtils/MM_Unix.pm
9302 ____________________________________________________________________________
9303 [ 20500] By: jhi on 2003/08/05 15:14:35
9304 Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
9305 From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
9306 Date: Tue, 5 Aug 2003 20:12:18 +0400
9307 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
9309 - wince/include/netdb.h
9310 ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
9312 ____________________________________________________________________________
9313 [ 20499] By: jhi on 2003/08/05 14:03:43
9314 Log: A suggested perlio doc addition from Stas.
9317 ____________________________________________________________________________
9318 [ 20498] By: jhi on 2003/08/05 13:32:59
9319 Log: Subject: [PATCH RC4] AUTHORS + Maintainers.pl
9320 From: Robin Barker <Robin.Barker@npl.co.uk>
9321 Date: Tue, 5 Aug 2003 15:32:36 +0100
9322 Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
9324 ! AUTHORS Porting/Maintainers.pl
9325 ____________________________________________________________________________
9326 [ 20497] By: jhi on 2003/08/05 12:23:04
9327 Log: This is necessary to get things building for the VMS debugger.
9330 ! vms/descrip_mms.template
9331 ____________________________________________________________________________
9332 [ 20495] By: jhi on 2003/08/05 09:23:24
9333 Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
9334 From: alian <alian@cpan.org>
9335 Date: Tue, 05 Aug 2003 12:21:42 +0200
9336 Message-ID: <3F2F8536.1090702@jupiter.alianet>
9338 ! ext/POSIX/t/posix.t
9339 ____________________________________________________________________________
9340 [ 20494] By: jhi on 2003/08/05 09:03:57
9341 Log: Add some known cases to Maintainers.
9343 ! Porting/Maintainers.pl
9344 ____________________________________________________________________________
9345 [ 20492] By: jhi on 2003/08/05 08:34:34
9346 Log: Subject: [PATCH] perlthrtut.pod
9347 From: Elizabeth Mattijsen <liz@dijkmat.nl>
9348 Date: Tue, 5 Aug 2003 11:26:04 +0200
9349 Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
9351 ! pod/perlthrtut.pod
9352 ____________________________________________________________________________
9353 [ 20491] By: jhi on 2003/08/05 08:31:29
9354 Log: Add META.yml and Stas' makemeta (plus extensive reworking
9355 of the Maintainers utility)
9357 + META.yml Porting/Maintainers.pm Porting/makemeta
9358 ! MANIFEST Makefile.SH Porting/Maintainers
9359 ! Porting/Maintainers.pl
9360 ____________________________________________________________________________
9361 [ 20490] By: jhi on 2003/08/05 06:28:06
9362 Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
9363 Try to remove the created message queues and semaphores
9364 even in the case of failures.
9366 ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
9367 ____________________________________________________________________________
9368 [ 20489] By: jhi on 2003/08/05 06:21:47
9369 Log: Subject: PerlIO_{read,write} return value doc patch
9370 From: Gisle Aas <gisle@ActiveState.com>
9371 Date: 04 Aug 2003 13:25:28 -0700
9372 Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
9375 ____________________________________________________________________________
9376 [ 20488] By: jhi on 2003/08/05 06:12:07
9377 Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
9378 From: "Craig A. Berry" <craigberry@mac.com>
9379 Date: Mon, 04 Aug 2003 19:29:51 -0500
9380 Message-ID: <3F2EFA7F.6070801@mac.com>
9383 ____________________________________________________________________________
9384 [ 20486] By: jhi on 2003/08/05 06:05:53
9385 Log: Subject: [PATCH] typos in encoding.pm
9386 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9387 Date: Mon, 4 Aug 2003 20:09:35 +0200
9388 Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
9390 ! ext/Encode/encoding.pm
9391 ____________________________________________________________________________
9392 [ 20485] By: jhi on 2003/08/05 05:29:11
9393 Log: Bytecode patching from Enache.
9395 ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
9396 ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
9397 ____________________________________________________________________________
9398 [ 20484] By: jhi on 2003/08/05 05:26:32
9399 Log: Upgrade to Digest::MD5 2.27.
9401 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
9402 ! ext/Digest/MD5/t/files.t
9403 ____________________________________________________________________________
9404 [ 20483] By: jhi on 2003/08/05 05:15:16
9405 Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
9406 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9407 Date: Tue, 05 Aug 2003 00:27:10 +0900
9408 Message-Id: <20030805002313.9880.BQW10602@nifty.com>
9410 ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
9411 ____________________________________________________________________________
9412 [ 20482] By: rgs on 2003/08/04 22:06:46
9413 Log: Nit in INSTALL about the svr?.sh hint files.
9416 ____________________________________________________________________________
9417 [ 20480] By: rgs on 2003/08/04 21:30:25
9418 Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
9419 From: Steve Grazzini <grazz@pobox.com>
9420 Date: Mon, 4 Aug 2003 16:01:45 -0400
9421 Message-ID: <20030804200145.GB21699@grazzini.net>
9423 Prevent the warning "Bareword found where operator expected" in
9424 the case "print $fh foo()" where foo() is an undefined function.
9427 ____________________________________________________________________________
9428 [ 20479] By: rgs on 2003/08/04 20:26:17
9429 Log: Fix bug #23141 : localization of readonly magic scalars
9430 now produces an error "Modification of a read-only value
9431 attempted", instead of silently failing.
9433 ! scope.c t/op/local.t
9434 ____________________________________________________________________________
9435 [ 20478] By: rgs on 2003/08/04 20:10:52
9436 Log: Revert change #19282 : it caused problems for some -Duseshrplib
9437 builds. On the other hand, make sure that your C compiler isn't
9441 ____________________________________________________________________________
9442 [ 20475] By: jhi on 2003/08/04 09:35:55
9443 Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
9446 ____________________________________________________________________________
9447 [ 20474] By: jhi on 2003/08/04 08:41:55
9450 ! hints/darwin.sh hints/rhapsody.sh
9451 ____________________________________________________________________________
9452 [ 20473] By: jhi on 2003/08/04 07:58:36
9453 Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
9454 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9455 Date: Mon, 4 Aug 2003 10:35:12 +0200
9456 Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
9459 ____________________________________________________________________________
9460 [ 20470] By: jhi on 2003/08/04 06:30:05
9461 Log: Test count adjustment from Rafael.
9463 ! lib/Test/Simple/t/is_deeply.t
9464 ____________________________________________________________________________
9465 [ 20469] By: jhi on 2003/08/04 06:23:26
9466 Log: Subject: [PATCH] maint, Win32, GCC 3.2
9467 From: Mattia Barbon <mbarbon@dsi.unive.it>
9468 Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
9469 Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
9471 ! ext/Errno/Errno_pm.PL
9472 ____________________________________________________________________________
9473 [ 20467] By: jhi on 2003/08/04 05:10:57
9474 Log: Apparently the newly introduce -DDARWIN did conflict with
9475 some Apple definition, how ironic...
9477 ! hints/darwin.sh perl.h
9478 ____________________________________________________________________________
9479 [ 20466] By: jhi on 2003/08/04 05:03:30
9480 Log: Subject: Debian patch that skips podless modules
9481 From: Alexey Tourbin <at@altlinux.ru>
9482 Date: Sun, 3 Aug 2003 21:33:00 +0400
9483 Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
9485 (plus Schwern's and Robert's nits)
9488 ____________________________________________________________________________
9489 [ 20465] By: jhi on 2003/08/04 05:00:04
9490 Log: Subject: [PATCH] 4 bugs in Test::More
9491 From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
9492 Date: Fri, 21 Mar 2003 10:57:31 +0000
9493 Message-Id: <200303211057.31879.fergal@esatclear.ie>
9495 ! lib/Test/More.pm lib/Test/Simple/t/More.t
9496 ! lib/Test/Simple/t/is_deeply.t
9497 ____________________________________________________________________________
9498 [ 20464] By: jhi on 2003/08/04 04:44:08
9499 Log: Upgrade to ExtUtils::MakeMaker 6.15.
9501 ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
9502 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
9503 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
9504 ____________________________________________________________________________
9505 [ 20463] By: jhi on 2003/08/04 04:37:25
9506 Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
9507 From: Michael G Schwern <schwern@pobox.com>
9508 Date: Sun, 3 Aug 2003 16:12:35 -0700
9509 Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
9511 ! lib/Benchmark.pm lib/Benchmark.t
9512 ____________________________________________________________________________
9513 [ 20462] By: rgs on 2003/08/03 22:26:10
9514 Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
9515 From: Enache Adrian <enache@rdslink.ro>
9516 Date: Sun, 3 Aug 2003 18:00:05 +0300
9517 Message-ID: <20030803150005.GA1319@ratsnest.hole>
9519 ! pp.c t/op/substr.t
9520 ____________________________________________________________________________
9521 [ 20461] By: rgs on 2003/08/03 21:50:11
9522 Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
9523 From: alian <alian@cpan.org>
9524 Date: Sat, 02 Aug 2003 16:19:25 +0200
9525 Message-ID: <3F2BC86D.2050400@jupiter.alianet>
9527 Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
9529 ! ext/POSIX/t/posix.t
9530 ____________________________________________________________________________
9531 [ 20458] By: jhi on 2003/08/03 19:01:08
9532 Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
9533 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9534 Date: Mon, 4 Aug 2003 00:01:08 +0400
9535 Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
9538 ____________________________________________________________________________
9539 [ 20457] By: jhi on 2003/08/03 18:59:10
9540 Log: Subject: [PATCH perlreftut.pod] Minor edits
9541 From: mjd@plover.com
9542 Date: 3 Aug 2003 17:46:08 -0000
9543 Message-ID: <20030803174608.15792.qmail@plover.com>
9545 ! pod/perlreftut.pod
9546 ____________________________________________________________________________
9547 [ 20456] By: jhi on 2003/08/03 18:52:16
9548 Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
9549 From: mjd@plover.com
9550 Date: 3 Aug 2003 19:37:49 -0000
9551 Message-ID: <20030803193749.3733.qmail@plover.com>
9553 ! ext/Time/HiRes/HiRes.pm
9554 ____________________________________________________________________________
9555 [ 20455] By: jhi on 2003/08/03 18:47:13
9556 Log: Subject: [PATCH] Re: win32.c bug - handle leak
9557 From: Jan Dubois <jand@ActiveState.com>
9558 Date: Sat, 02 Aug 2003 10:25:05 -0700
9559 Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
9562 ____________________________________________________________________________
9563 [ 20454] By: jhi on 2003/08/03 18:45:53
9564 Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
9565 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
9566 Date: Sat, 2 Aug 2003 09:38:50 -0700
9567 Message-ID: <20030802163850.GA4712@math.berkeley.edu>
9570 ____________________________________________________________________________
9571 [ 20453] By: jhi on 2003/08/03 18:44:29
9572 Log: Subject: [PATCH] Storable and uninitalized array values
9573 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9574 Date: Sat, 2 Aug 2003 13:40:16 +0200
9575 Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
9577 ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
9578 ____________________________________________________________________________
9579 [ 20452] By: jhi on 2003/08/03 18:27:47
9580 Log: Upgrade to Unicode::Collate 0.26.
9582 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
9583 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
9584 ! lib/Unicode/Collate/t/test.t
9585 ____________________________________________________________________________
9586 [ 20451] By: jhi on 2003/08/03 18:24:18
9587 Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
9588 From: "Craig A. Berry" <craigberry@mac.com>
9589 Date: Sat, 02 Aug 2003 10:25:44 -0500
9590 Message-ID: <3F2BD7F8.8090003@mac.com>
9593 ____________________________________________________________________________
9594 [ 20450] By: rgs on 2003/08/03 12:50:07
9595 Log: Subject: [PATCH 5.8.1 @20218] Shell.t
9596 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
9597 Date: Sun, 3 Aug 2003 06:21:41 -0700
9598 Message-ID: <20030803132141.GA5156@math.berkeley.edu>
9601 ____________________________________________________________________________
9602 [ 20447] By: jhi on 2003/08/02 07:26:58
9603 Log: C++ (or C99) sneak attack ("inline" function keyword).
9605 ! ext/Devel/DProf/DProf.xs
9606 ____________________________________________________________________________
9607 [ 20445] By: jhi on 2003/08/02 06:24:30
9608 Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
9609 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9610 Date: Fri, 1 Aug 2003 13:12:14 +0200
9611 Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
9613 ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
9614 ! ext/File/Glob/t/basic.t
9615 ____________________________________________________________________________
9616 [ 20444] By: jhi on 2003/08/02 06:17:28
9617 Log: Only show the message if the locale settings look risky.
9619 ! ext/Time/HiRes/Makefile.PL
9620 ____________________________________________________________________________
9621 [ 20443] By: jhi on 2003/08/02 06:01:27
9622 Log: Add a message about the LC_ALL=C workaround (for non-core builds);
9625 ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
9626 ____________________________________________________________________________
9627 [ 20441] By: jhi on 2003/08/02 05:37:37
9628 Log: Subject: [PATCH] Small nit to pad.c
9629 From: Enache Adrian <enache@rdslink.ro>
9630 Date: Sat, 2 Aug 2003 01:50:40 +0300
9631 Message-ID: <20030801225040.GB1281@ratsnest.hole>
9634 ____________________________________________________________________________
9635 [ 20440] By: jhi on 2003/08/02 05:12:13
9636 Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
9637 From: Radu Greab <rgreab@fx.ro>
9638 Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
9639 Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
9641 ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9642 ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
9643 ! t/lib/dprof/test8_v
9644 ____________________________________________________________________________
9645 [ 20439] By: jhi on 2003/08/02 05:06:43
9646 Log: Subject: [PATCH] ioctl for VMS
9647 From: "Craig A. Berry" <craigberry@mac.com>
9648 Date: Fri, 01 Aug 2003 23:34:31 -0500
9649 Message-ID: <3F2B3F57.4050609@mac.com>
9651 ! configure.com vms/vmsish.h
9652 ____________________________________________________________________________
9653 [ 20438] By: jhi on 2003/08/02 05:05:40
9654 Log: Subject: [PATCH] argv case nit for VMS
9655 From: "Craig A. Berry" <craigberry@mac.com>
9656 Date: Fri, 01 Aug 2003 19:16:30 -0500
9657 Message-ID: <3F2B02DE.10207@mac.com>
9659 ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
9660 ____________________________________________________________________________
9661 [ 20437] By: jhi on 2003/08/01 22:00:30
9662 Log: Hugo's second thoughts: drop the relatively rare and
9663 slow optimization for now.
9666 ____________________________________________________________________________
9667 [ 20435] By: jhi on 2003/08/01 21:55:19
9668 Log: Missed this bit in the last update: couldn't answer ''
9669 or ' ' to get 'none'.
9672 ____________________________________________________________________________
9673 [ 20432] By: jhi on 2003/08/01 13:45:10
9674 Log: Encode pre-1.98 update from Dan Kogai, sent from
9675 the ashes of his smoldering motherboard.
9677 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
9678 ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
9679 ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
9680 ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
9681 ____________________________________________________________________________
9682 [ 20431] By: jhi on 2003/08/01 13:34:28
9683 Log: More runperl(switches => ...) finds (bleadperl only).
9686 ____________________________________________________________________________
9687 [ 20426] By: jhi on 2003/08/01 12:45:19
9691 ____________________________________________________________________________
9692 [ 20425] By: jhi on 2003/08/01 12:44:16
9693 Log: pod likes whitespace.
9695 ! ext/ByteLoader/ByteLoader.pm
9696 ____________________________________________________________________________
9697 [ 20422] By: jhi on 2003/08/01 11:37:53
9701 ____________________________________________________________________________
9702 [ 20420] By: jhi on 2003/08/01 11:06:54
9703 Log: Update INSTALL on the *dir.
9706 ____________________________________________________________________________
9707 [ 20419] By: jhi on 2003/08/01 11:04:55
9708 Log: Regen Glossary et al.
9710 ! Porting/Glossary Porting/config.sh Porting/config_H
9711 ____________________________________________________________________________
9712 [ 20418] By: jhi on 2003/08/01 10:58:23
9713 Log: Now the test should be really testing what it's supposed to.
9715 ! ext/B/t/bytecode.t
9716 ____________________________________________________________________________
9717 [ 20417] By: jhi on 2003/08/01 10:45:57
9718 Log: Fix the options.
9720 ! ext/B/t/bytecode.t
9721 ____________________________________________________________________________
9722 [ 20416] By: jhi on 2003/08/01 10:44:19
9723 Log: Argument sanity checking.
9726 ____________________________________________________________________________
9727 [ 20413] By: jhi on 2003/08/01 10:37:09
9728 Log: Regen Configure to use the *html*dir files.
9729 (installhtml uses none of that, though)
9731 ! Configure Policy_sh.SH config_h.SH
9732 ____________________________________________________________________________
9733 [ 20411] By: jhi on 2003/08/01 10:10:05
9734 Log: More for the *dir changes.
9736 ! Policy_sh.SH config_h.SH hints/darwin.sh
9737 ____________________________________________________________________________
9738 [ 20410] By: jhi on 2003/08/01 10:09:38
9739 Log: Regen Configure for the new *dir installation variables.
9740 If these don't work, ask Schwern.
9743 ____________________________________________________________________________
9744 [ 20408] By: jhi on 2003/08/01 05:27:48
9745 Log: Upgrade to MakeMaker 6.13.
9747 ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
9748 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
9749 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9750 ! lib/ExtUtils/t/basic.t
9751 ____________________________________________________________________________
9752 [ 20407] By: jhi on 2003/08/01 05:21:36
9753 Log: JAPH patch :-) from Abigail.
9756 ____________________________________________________________________________
9757 [ 20406] By: jhi on 2003/08/01 05:10:30
9761 ____________________________________________________________________________
9762 [ 20405] By: jhi on 2003/08/01 05:09:23
9763 Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
9764 From: Dave Mitchell <davem@fdgroup.com>
9765 Date: Fri, 1 Aug 2003 01:16:31 +0100
9766 Message-ID: <20030801001631.GA11233@fdgroup.com>
9768 ! regcomp.c t/op/pat.t
9769 ____________________________________________________________________________
9770 [ 20404] By: ams on 2003/08/01 03:28:17
9771 Log: Subject: [PATCH] LotR quote for perlapi.c
9772 From: Autrijus Tang <autrijus@autrijus.org>
9773 Date: Fri, 1 Aug 2003 10:00:29 +0800
9774 Message-Id: <20030801020029.GA28241@not.autrijus.org>
9777 ____________________________________________________________________________
9778 [ 20396] By: rgs on 2003/07/31 20:37:50
9779 Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
9782 ____________________________________________________________________________
9783 [ 20395] By: jhi on 2003/07/31 20:32:30
9784 Log: Integrate README.macosx more.
9786 ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9787 ! win32/Makefile win32/makefile.mk
9788 ____________________________________________________________________________
9789 [ 20394] By: jhi on 2003/07/31 20:31:49
9790 Log: README.macosx from Sherm Pendley.
9794 ____________________________________________________________________________
9795 [ 20393] By: jhi on 2003/07/31 20:31:08
9796 Log: Unportable subtest needs rethink.
9798 ! ext/B/t/bytecode.t
9799 ____________________________________________________________________________
9800 [ 20392] By: jhi on 2003/07/31 20:22:03
9803 ! ext/ByteLoader/bytecode.h
9804 ____________________________________________________________________________
9805 [ 20390] By: jhi on 2003/07/31 20:20:28
9806 Log: Retract #20385.
9808 ! ext/ByteLoader/bytecode.h
9809 ____________________________________________________________________________
9810 [ 20389] By: jhi on 2003/07/31 20:14:06
9811 Log: Yet another bytecode tweak from Enache.
9813 ! ext/B/B/Bytecode.pm
9814 ____________________________________________________________________________
9815 [ 20388] By: jhi on 2003/07/31 20:11:21
9816 Log: Subject: [DOC PATCH] pod/perlguts.pod
9817 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
9818 Date: Thu, 31 Jul 2003 22:39:01 +0200
9819 Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
9822 ____________________________________________________________________________
9823 [ 20387] By: jhi on 2003/07/31 19:57:36
9824 Log: Subject: Re: [perl #23171] Regex too selfish
9826 Date: Thu, 31 Jul 2003 18:59:43 +0100
9827 Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
9829 (choose the second code patch)
9831 ! regexec.c t/op/re_tests
9832 ____________________________________________________________________________
9833 [ 20386] By: jhi on 2003/07/31 19:48:17
9834 Log: Make consistent with installperl (and working in MPE/iX)
9838 ____________________________________________________________________________
9839 [ 20385] By: jhi on 2003/07/31 19:46:14
9840 Log: (retracted by #20390)
9842 ! ext/ByteLoader/bytecode.h
9843 ____________________________________________________________________________
9844 [ 20383] By: jhi on 2003/07/31 19:37:22
9845 Log: Upgrade to real CPAN.pm 1.76.
9847 + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
9848 + lib/CPAN/t/signature.t
9849 ! MANIFEST lib/CPAN.pm
9850 ____________________________________________________________________________
9851 [ 20379] By: jhi on 2003/07/31 12:32:31
9852 Log: One more tweak for Mac OS X hints.
9855 ____________________________________________________________________________
9856 [ 20378] By: jhi on 2003/07/31 11:39:31
9857 Log: The new PKI system is far too untested and rough yet
9858 (think machines with no network, machines behind firewalls,
9859 corporate and national encryption policies). It cannot be
9860 considered useable at this stage.
9862 Therefore, create a fake CPAN 1.76.
9865 ____________________________________________________________________________
9866 [ 20377] By: jhi on 2003/07/31 11:28:58
9867 Log: This test is pretty useless as it stands.
9869 - lib/CPAN/t/signature.t
9871 ____________________________________________________________________________
9872 [ 20376] By: jhi on 2003/07/31 10:30:08
9873 Log: Document the requirements for Module::Signature a bit.
9876 ____________________________________________________________________________
9877 [ 20375] By: jhi on 2003/07/31 09:37:44
9878 Log: We are change #20316 ahead of 1.75.
9881 ____________________________________________________________________________
9882 [ 20373] By: jhi on 2003/07/31 07:35:11
9883 Log: Integrate from maint:
9885 No more wince/README.compile here, either.
9888 ____________________________________________________________________________
9889 [ 20371] By: jhi on 2003/07/31 05:41:56
9890 Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
9893 ! lib/ExtUtils/MakeMaker.pm
9894 ____________________________________________________________________________
9895 [ 20370] By: jhi on 2003/07/31 05:39:11
9896 Log: Schwern says this is most probably an old VMS MakeMaker
9897 bug workaround that can go now.
9899 ! ext/SDBM_File/sdbm/Makefile.PL
9900 ____________________________________________________________________________
9901 [ 20369] By: jhi on 2003/07/31 05:32:15
9902 Log: Final touches to "Apple-like" installation directories.
9905 ____________________________________________________________________________
9906 [ 20368] By: jhi on 2003/07/31 05:28:17
9907 Log: Tests for change #20367 (and change use overload; to
9908 just require overload;)
9910 ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
9911 ____________________________________________________________________________
9912 [ 20367] By: jhi on 2003/07/31 05:12:47
9913 Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
9914 From: Xavier Noria <fxn@hashref.com>
9915 Date: Thu, 31 Jul 2003 00:29:13 +0200
9916 Message-Id: <200307310029.13567.fxn@hashref.com>
9918 ! lib/Tie/RefHash.pm
9919 ____________________________________________________________________________
9920 [ 20366] By: jhi on 2003/07/31 05:06:11
9921 Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
9922 From: Enache Adrian <enache@rdslink.ro>
9923 Date: Thu, 31 Jul 2003 03:49:40 +0300
9924 Message-ID: <20030731004940.GB1266@ratsnest.hole>
9926 (but use test.pl:run_perl() instead of manual `$^X ...`)
9928 + ext/B/t/bytecode.t
9930 ____________________________________________________________________________
9931 [ 20364] By: rgs on 2003/07/30 21:35:08
9932 Log: Silence spurious noise from MakeMaker :
9933 hint files shouldn't return undef and have set $!.
9935 ! ext/DynaLoader/hints/linux.pl
9936 ____________________________________________________________________________
9937 [ 20362] By: jhi on 2003/07/30 20:24:49
9938 Log: Upgrade to NEXT 0.52.
9940 ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
9941 ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
9942 ____________________________________________________________________________
9943 [ 20356] By: jhi on 2003/07/30 18:16:55
9947 ____________________________________________________________________________
9948 [ 20355] By: jhi on 2003/07/30 18:15:49
9952 ____________________________________________________________________________
9953 [ 20353] By: jhi on 2003/07/30 17:09:59
9954 Log: This is getting comical. (Practical tip: never ask
9955 for opinions from one than one person at one time.)
9956 Now back to -Dprefix='/usr' replacing the system Perl,
9957 but don't use the Apple internal DSTROOT.
9960 ____________________________________________________________________________
9961 [ 20352] By: jhi on 2003/07/30 17:00:25
9962 Log: Mac OS X hints dance continues. Now drop any special
9963 installation directory mangling. In other words, if
9964 you want to overwrite the system perl, you really need
9965 to find out how to do that.
9968 ____________________________________________________________________________
9969 [ 20350] By: jhi on 2003/07/30 14:23:03
9970 Log: Try again with the Mac OS X hints. Now the three cases
9971 (no -Dprefix, /usr, and something else) all install
9972 into separate places. No prefix installs to /usr/local.
9973 The /usr overwrites the Apple install (modulo the version).
9976 ____________________________________________________________________________
9977 [ 20348] By: jhi on 2003/07/30 13:28:30
9978 Log: Subject: [PATCH] NEXT and Diamond Inheritance
9979 From: Casey West <casey@geeknest.com>
9980 Date: Tue, 29 Jul 2003 17:37:15 -0400
9981 Message-ID: <20030729213715.GY76899@geeknest.com>
9983 (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
9985 ! lib/NEXT.pm lib/NEXT/t/unseen.t
9986 ____________________________________________________________________________
9987 [ 20347] By: jhi on 2003/07/30 13:19:03
9988 Log: Match also on full name and email (though the email is
9989 now less interesting than it used to be).
9991 ! Porting/Maintainers
9992 ____________________________________________________________________________
9993 [ 20346] By: jhi on 2003/07/30 12:26:53
9994 Log: Maintainers script tweaks.
9996 ! Porting/Maintainers
9997 ____________________________________________________________________________
9998 [ 20345] By: jhi on 2003/07/30 11:17:33
9999 Log: rmdir t/lib/IO.
10002 ____________________________________________________________________________
10003 [ 20344] By: jhi on 2003/07/30 11:15:30
10004 Log: Adjust the list of rmdired lib directories.
10007 ____________________________________________________________________________
10008 [ 20343] By: jhi on 2003/07/30 10:06:24
10009 Log: Be paranoid about PL_origargv.
10010 Paranoia warranted by Win32 mod_perl.
10013 ____________________________________________________________________________
10014 [ 20342] By: jhi on 2003/07/30 09:57:55
10015 Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
10016 From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10017 Date: Wed, 30 Jul 2003 14:56:32 +0400
10018 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
10021 ____________________________________________________________________________
10022 [ 20341] By: jhi on 2003/07/30 09:54:46
10023 Log: Upgrade to ExtUtils::MakeMaker 6.12.
10025 ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
10026 ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
10027 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
10028 ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
10029 ____________________________________________________________________________
10030 [ 20340] By: jhi on 2003/07/30 09:47:32
10031 Log: That's M. Schwern to you, earthling.
10033 ! Porting/Maintainers.pl
10034 ____________________________________________________________________________
10035 [ 20339] By: jhi on 2003/07/30 09:43:32
10036 Log: Arthur maintains Safe.
10038 ! Porting/Maintainers.pl
10039 ____________________________________________________________________________
10040 [ 20338] By: jhi on 2003/07/30 09:40:28
10041 Log: Use the CPAN id where available.
10043 ! Porting/Maintainers.pl
10044 ____________________________________________________________________________
10045 [ 20337] By: jhi on 2003/07/30 09:26:47
10046 Log: Rename Modules and Modules.pl as Maintainers and
10047 Maintainers.pl since the same framework can be used
10048 for more than just modules.
10050 + Porting/Maintainers Porting/Maintainers.pl
10051 - Porting/Modules Porting/Modules.pl
10053 ____________________________________________________________________________
10054 [ 20336] By: jhi on 2003/07/30 09:11:06
10055 Log: Strip leading ./
10058 ____________________________________________________________________________
10059 [ 20335] By: jhi on 2003/07/30 09:01:47
10060 Log: More Modules.pl.
10062 ! Porting/Modules.pl
10063 ____________________________________________________________________________
10064 [ 20334] By: jhi on 2003/07/30 08:51:57
10065 Log: Modules.pl: add B::Deparse.
10067 ! Porting/Modules.pl
10068 ____________________________________________________________________________
10069 [ 20333] By: jhi on 2003/07/30 08:26:47
10070 Log: Mac OS X: tweak once again the installation directories.
10073 ____________________________________________________________________________
10074 [ 20332] By: jhi on 2003/07/30 07:55:04
10075 Log: Modules.pl tweaks.
10077 ! Porting/Modules.pl
10078 ____________________________________________________________________________
10079 [ 20331] By: jhi on 2003/07/30 06:13:55
10080 Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
10081 From: Jan Dubois <jand@ActiveState.com>
10082 Date: Tue, 29 Jul 2003 19:14:10 -0700
10083 Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
10085 ! lib/Win32.pod win32/win32.c
10086 ____________________________________________________________________________
10087 [ 20330] By: rgs on 2003/07/29 21:20:28
10090 ! pod/perlfaq4.pod pod/perlfaq7.pod
10091 ____________________________________________________________________________
10092 [ 20329] By: jhi on 2003/07/29 20:54:38
10093 Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
10094 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10095 Date: Wed, 30 Jul 2003 02:02:41 +0400
10096 Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
10099 ____________________________________________________________________________
10100 [ 20327] By: jhi on 2003/07/29 20:09:15
10101 Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
10103 ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
10104 ____________________________________________________________________________
10105 [ 20324] By: jhi on 2003/07/29 19:55:50
10106 Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
10107 important for IPv6 (Spider). Since there is no way to
10108 otherwise detect 3.X, use the hints.
10110 ! hints/dec_osf.sh perl.h
10111 ____________________________________________________________________________
10112 [ 20316] By: jhi on 2003/07/29 15:27:46
10113 Log: Don't nag about Module::Signature if there is no
10114 way for the user to use it (based on Autrijus' patch).
10116 ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10117 ____________________________________________________________________________
10118 [ 20315] By: jhi on 2003/07/29 14:47:04
10122 ____________________________________________________________________________
10123 [ 20314] By: jhi on 2003/07/29 13:26:26
10124 Log: Slight rewording on the destdir.
10127 ____________________________________________________________________________
10128 [ 20312] By: jhi on 2003/07/29 13:20:21
10129 Log: Subject: [PATCH] pod/perlvar.pod: minor typo
10130 From: "Brendan O'Dea" <bod@debian.org>
10131 Date: Tue, 29 Jul 2003 23:49:18 +1000
10132 Message-ID: <20030729134918.GA4339@londo.c47.org>
10135 ____________________________________________________________________________
10136 [ 20310] By: jhi on 2003/07/29 13:11:57
10137 Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
10138 From: PPrymmer@factset.com
10139 Date: Tue, 22 Jul 2003 11:12:05 -0400
10140 Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
10142 ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
10143 ! ext/Encode/t/perlio.t
10144 ____________________________________________________________________________
10145 [ 20309] By: jhi on 2003/07/29 13:06:24
10146 Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
10147 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10148 Date: Sun, 13 Jul 2003 10:23:35 +0900
10149 Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
10151 ! ext/Encode/lib/Encode/Alias.pm
10152 ____________________________________________________________________________
10153 [ 20308] By: jhi on 2003/07/29 13:02:43
10154 Log: The --destdir option to installman should be made
10155 optional so that it doesn't complain when passed
10156 an empty value (from Rafael)
10159 ____________________________________________________________________________
10160 [ 20306] By: jhi on 2003/07/29 12:05:24
10161 Log: Too many my $fh:s.
10164 ____________________________________________________________________________
10165 [ 20305] By: jhi on 2003/07/29 11:55:11
10166 Log: Quieten MSVC6.
10169 ____________________________________________________________________________
10170 [ 20302] By: jhi on 2003/07/29 11:31:17
10171 Log: Subject: DESTDIR in perl-5.8.1 package?
10172 From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
10173 Date: Fri, 11 Jul 2003 14:48:41 +0200
10174 Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
10176 Subject: Re: DESTDIR in perl-5.8.1 package?
10177 From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
10178 Date: Mon, 14 Jul 2003 12:00:25 +0200
10179 Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
10181 (blindly prepending and s///ing away the $destdir does not work
10182 at least in VMS, but the --destdir should help rpm builders
10185 ! INSTALL Makefile.SH installman installperl
10186 ____________________________________________________________________________
10187 [ 20301] By: jhi on 2003/07/29 11:20:07
10188 Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
10189 From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
10190 Date: 26 Jul 2003 21:44:06 -0000
10191 Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
10193 Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
10194 releases 4.x and 5.x.
10197 ____________________________________________________________________________
10198 [ 20300] By: jhi on 2003/07/29 11:18:27
10199 Log: Cleanup the sv_gets() logic for platforms with small stacks.
10200 (I think hogging 8K of stack sounds like bad behaviour on any
10201 platform, big stack or not.)
10204 ____________________________________________________________________________
10205 [ 20299] By: merijn on 2003/07/29 10:57:37
10206 Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
10209 ____________________________________________________________________________
10210 [ 20298] By: jhi on 2003/07/29 10:57:28
10211 Log: DEC OSF/1 3.x did (does) not do sizer -v.
10214 ____________________________________________________________________________
10215 [ 20295] By: jhi on 2003/07/29 10:36:25
10216 Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
10217 From: Autrijus Tang <autrijus@autrijus.org>
10218 Date: Tue, 29 Jul 2003 09:58:35 +0800
10219 Message-ID: <20030729015834.GA7149@not.autrijus.org>
10222 ____________________________________________________________________________
10223 [ 20294] By: jhi on 2003/07/29 10:30:05
10224 Log: There is no skip() since we are not using Test*.
10226 ! lib/CPAN/t/signature.t
10227 ____________________________________________________________________________
10228 [ 20293] By: jhi on 2003/07/29 10:28:10
10229 Log: Upgrade to CPAN.pm 1.74.
10231 ! lib/CPAN.pm lib/CPAN/t/signature.t
10232 ____________________________________________________________________________
10233 [ 20292] By: jhi on 2003/07/29 10:14:26
10234 Log: Most importantly, don't try HvNAME(gp->gp_hv)
10235 unless PL_stashcache exists, otherwise we get
10236 an invalid read (detected by valgrind, and crashes
10237 ext/threads/t/basic.t in Windows).
10239 Also add a few if:s for the refcnt decrements,
10240 no need to call Perl_sv_free() if there's nothing to free.
10243 ____________________________________________________________________________
10244 [ 20291] By: jhi on 2003/07/29 09:00:58
10248 ____________________________________________________________________________
10249 [ 20288] By: jhi on 2003/07/29 08:29:50
10250 Log: Subject: [perl #22969] fix $hash{utf8bareword}
10251 From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
10252 Date: Tue, 29 Jul 2003 11:09:37 +0200
10253 Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
10255 ! t/op/utfhash.t toke.c
10256 ____________________________________________________________________________
10257 [ 20287] By: jhi on 2003/07/29 08:26:48
10258 Log: Subject: [PATCH pointer] B::Deparse 0.64
10259 From: Stephen McCamant <smcc@mit.edu>
10260 Date: Mon, 28 Jul 2003 16:57:19 -0400
10261 Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
10263 ! ext/B/B/Deparse.pm ext/B/t/deparse.t
10264 ____________________________________________________________________________
10265 [ 20286] By: jhi on 2003/07/29 08:24:45
10266 Log: More perlio docs from Stas.
10269 ____________________________________________________________________________
10270 [ 20285] By: jhi on 2003/07/29 08:22:49
10271 Log: Reintroduce Porting/Modules. No, it's not duplicating
10272 the information in Module::CoreList.
10274 + Porting/Modules Porting/Modules.pl
10276 ____________________________________________________________________________
10277 [ 20283] By: jhi on 2003/07/29 05:00:12
10278 Log: The better prefixify() patch from Ed Moy.
10280 ! lib/ExtUtils/MM_Unix.pm
10281 ____________________________________________________________________________
10282 [ 20282] By: jhi on 2003/07/29 04:57:57
10283 Log: PerlIO_popped doc addition from NI-S.
10286 ____________________________________________________________________________
10287 [ 20281] By: jhi on 2003/07/29 04:55:48
10288 Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
10289 From: "Craig A. Berry" <craigberry@mac.com>
10290 Date: Tue, 29 Jul 2003 00:11:46 -0500
10291 Message-ID: <3F260212.9000104@mac.com>
10294 ____________________________________________________________________________
10295 [ 20278] By: jhi on 2003/07/28 18:03:48
10296 Log: More bytecode tweaks.
10298 ! ext/B/B.xs ext/B/B/Bytecode.pm
10299 ____________________________________________________________________________
10300 [ 20275] By: jhi on 2003/07/28 16:47:53
10301 Log: No more wince/README.compile.
10303 ! Porting/curliff.pl
10304 ____________________________________________________________________________
10305 [ 20272] By: jhi on 2003/07/28 16:19:47
10306 Log: Slightly better failure output.
10308 ! ext/Devel/Peek/t/Peek.t
10309 ____________________________________________________________________________
10310 [ 20270] By: jhi on 2003/07/28 15:12:28
10311 Log: These directories no more exist during cleanup.
10314 ____________________________________________________________________________
10315 [ 20269] By: jhi on 2003/07/28 15:07:22
10316 Log: No more ext/*/*.t, move them all to ext/*/t.
10318 + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
10319 + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
10320 + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
10321 + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
10322 + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
10323 + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
10324 + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
10325 + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
10326 + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
10327 + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
10328 - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
10329 - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
10330 - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
10331 - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
10332 - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
10333 - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
10334 - ext/Socket/Socket.t ext/Socket/socketpair.t
10335 - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
10336 - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
10338 ! MANIFEST ext/IPC/SysV/MANIFEST
10339 ____________________________________________________________________________
10340 [ 20268] By: jhi on 2003/07/28 14:31:17
10341 Log: Move the ext/IO tests to a more standard location so that
10342 the *.t do not get copied to the build tree (lib/IO/).
10344 + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
10345 + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
10346 + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
10347 + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
10348 + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
10349 + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
10350 - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
10351 - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
10352 - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
10353 - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
10354 - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
10355 - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
10356 - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
10357 - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
10359 ____________________________________________________________________________
10360 [ 20267] By: jhi on 2003/07/28 14:16:44
10361 Log: Retract #20260.
10363 ! perlio.c perliol.h
10364 ____________________________________________________________________________
10365 [ 20266] By: jhi on 2003/07/28 13:38:59
10366 Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
10369 ____________________________________________________________________________
10370 [ 20265] By: jhi on 2003/07/28 13:23:44
10371 Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
10372 From: "Craig A. Berry" <craigberry@mac.com>
10373 Date: Mon, 28 Jul 2003 08:04:32 -0500
10374 Message-ID: <3F251F60.6050607@mac.com>
10377 ____________________________________________________________________________
10378 [ 20264] By: jhi on 2003/07/28 13:21:58
10379 Log: Subject: [PATCH] t/op/write.t cleanup after itself.
10380 From: Michael G Schwern <schwern@pobox.com>
10381 Date: Mon, 28 Jul 2003 05:54:19 -0700
10382 Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
10385 ____________________________________________________________________________
10386 [ 20263] By: jhi on 2003/07/28 12:13:24
10387 Log: Make Storable work with blead/maint by making PL_sv_placeholder
10388 a true global, bump $VERSION to 2.08. Will take a look at the
10389 portability issue of placeholders soon.
10391 ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
10392 ! intrpvar.h perlapi.h perlvars.h sv.c
10393 ____________________________________________________________________________
10394 [ 20262] By: jhi on 2003/07/28 11:35:31
10395 Log: Storable test nosewipe.
10397 ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
10398 ____________________________________________________________________________
10399 [ 20261] By: jhi on 2003/07/28 11:02:23
10400 Log: Solaris cc didn't appreciate casting a long to a pointer
10401 with no cast, and lval casts are unportable, so introduce
10404 ! bytecode.pl ext/ByteLoader/byterun.c
10405 ____________________________________________________________________________
10406 [ 20260] By: jhi on 2003/07/28 10:46:58
10407 Log: (Retracted by #20267)
10409 ! perlio.c perliol.h
10410 ____________________________________________________________________________
10411 [ 20257] By: jhi on 2003/07/28 10:05:58
10412 Log: Subject: CPAN/t/signature.t noisy
10413 From: Michael G Schwern <schwern@pobox.com>
10414 Date: Mon, 28 Jul 2003 02:14:19 -0700
10415 Message-ID: <20030728091419.GG21044@windhund.schwern.org>
10417 ! lib/CPAN/t/signature.t
10418 ____________________________________________________________________________
10419 [ 20256] By: jhi on 2003/07/28 10:00:11
10420 Log: Extra noise from File::Spec.
10422 ! lib/File/Spec/t/rel2abs2rel.t
10423 ____________________________________________________________________________
10424 [ 20255] By: jhi on 2003/07/28 09:50:55
10425 Log: Prettyprint the constants list of defsubs_h.PL.
10427 ! ext/B/defsubs_h.PL
10428 ____________________________________________________________________________
10429 [ 20253] By: jhi on 2003/07/28 04:56:48
10430 Log: Subject: [PATCH] B enhancements
10431 From: Stephen McCamant <smcc@mit.edu>
10432 Date: Sun, 27 Jul 2003 14:07:46 -0400
10433 Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
10435 ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
10436 ____________________________________________________________________________
10437 [ 20252] By: jhi on 2003/07/28 04:55:42
10438 Log: More clarification about the hash randomisation defines.
10441 ____________________________________________________________________________
10442 [ 20251] By: jhi on 2003/07/28 04:51:46
10443 Log: Clarify the process a bit.
10446 ____________________________________________________________________________
10447 [ 20250] By: jhi on 2003/07/28 04:43:23
10448 Log: Add $VERSION to B::Bytecode.
10450 ! ext/B/B/Bytecode.pm
10451 ____________________________________________________________________________
10452 [ 20249] By: jhi on 2003/07/28 04:39:14
10453 Log: Missing test file. (Not very useful since Module::Signature
10454 is not in the core, but let's not make an exception.)
10457 ____________________________________________________________________________
10458 [ 20248] By: jhi on 2003/07/28 04:35:27
10459 Log: Subject: Re: downrev modules in RC2
10460 From: Gisle Aas <gisle@ActiveState.com>
10461 Date: 27 Jul 2003 20:25:07 -0700
10462 Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
10464 (upgrade to Digest::MD5 2.26)
10466 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
10467 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
10468 ____________________________________________________________________________
10469 [ 20247] By: jhi on 2003/07/28 04:31:32
10470 Log: Upgrade to CGI 2.97.
10473 ____________________________________________________________________________
10474 [ 20246] By: jhi on 2003/07/28 04:26:58
10475 Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
10478 ! bytecode.pl ext/ByteLoader/byterun.c
10479 ____________________________________________________________________________
10480 [ 20243] By: jhi on 2003/07/27 20:31:31
10481 Log: Upgrade to CPAN 1.72.
10483 + lib/CPAN/t/signature.t
10484 ! MANIFEST lib/CPAN.pm
10485 ____________________________________________________________________________
10486 [ 20242] By: jhi on 2003/07/27 20:21:40
10487 Log: We now return to your normally scheduled hash randomisation.
10489 ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
10491 ____________________________________________________________________________
10492 [ 20240] By: jhi on 2003/07/27 19:45:22
10493 Log: fresh_perl_(is|like) were printing out the wrong file/line
10494 number on failure because _where() was hard coded to only
10495 look one level up the call stack. In these cases it has to
10500 ____________________________________________________________________________
10501 [ 20239] By: jhi on 2003/07/27 19:43:34
10502 Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
10506 ____________________________________________________________________________
10507 [ 20238] By: jhi on 2003/07/27 19:20:45
10508 Log: Upgrade to Test::Harness 2.29.
10510 ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
10511 ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
10512 ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
10513 ! lib/Test/Harness/t/test-harness.t
10514 ____________________________________________________________________________
10515 [ 20237] By: jhi on 2003/07/27 18:37:45
10516 Log: Missing MakeMaker test.
10518 + lib/ExtUtils/t/postamble.t
10520 ____________________________________________________________________________
10521 [ 20236] By: jhi on 2003/07/27 18:29:16
10522 Log: Add -l (one file per line) option to manicheck.
10524 ! Porting/manicheck
10525 ____________________________________________________________________________
10526 [ 20235] By: jhi on 2003/07/27 18:08:55
10527 Log: Further Byteloader tweaks from Enache.
10529 ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
10530 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
10531 ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
10532 ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10533 ! ext/ByteLoader/byterun.h t/TEST
10534 ____________________________________________________________________________
10535 [ 20234] By: jhi on 2003/07/27 18:02:24
10536 Log: Reapply some perldoc changes not in 3.09.
10538 ! lib/Pod/Perldoc.pm
10539 ____________________________________________________________________________
10540 [ 20233] By: jhi on 2003/07/27 17:51:01
10541 Log: Upgrade to Pod::Perldoc 3.09.
10543 ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
10544 ____________________________________________________________________________
10545 [ 20232] By: jhi on 2003/07/27 17:34:23
10546 Log: A bug reported in perl-unicode by Terry Jones, fixed
10547 by Andreas Koenig, and add a test.
10549 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
10550 ____________________________________________________________________________
10551 [ 20231] By: jhi on 2003/07/27 17:21:11
10552 Log: Unicode::UCD doc nit from Andreas Koenig.
10554 ! lib/Unicode/UCD.pm
10555 ____________________________________________________________________________
10556 [ 20230] By: jhi on 2003/07/27 17:13:55
10557 Log: Upgrade to I18N::LangTags 0.28.
10559 + lib/I18N/LangTags/t/01test.t
10560 - lib/I18N/LangTags/test.pl
10561 ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
10562 ____________________________________________________________________________
10563 [ 20229] By: jhi on 2003/07/27 16:59:27
10564 Log: Skip the test until Enache fixes it.
10566 ! ext/B/t/assembler.t
10567 ____________________________________________________________________________
10568 [ 20225] By: jhi on 2003/07/27 16:12:44
10569 Log: Upgrade to File::Spec 0.85.
10571 ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
10572 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10573 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
10574 ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
10575 ! lib/File/Spec/t/rel2abs2rel.t
10576 ____________________________________________________________________________
10577 [ 20224] By: jhi on 2003/07/27 15:48:20
10578 Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
10579 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
10580 Date: Sun, 20 Jul 2003 22:36:02 +0200
10581 Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
10583 ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
10584 ! perl.c perlapi.h sv.c universal.c
10585 ____________________________________________________________________________
10586 [ 20223] By: jhi on 2003/07/27 15:43:30
10587 Log: Regen byterun once more: the incav is not yet right, but at
10588 least it compiles now (Tru64 cc choked on the lvalue cast).
10590 ! bytecode.pl ext/ByteLoader/byterun.c
10591 ____________________________________________________________________________
10592 [ 20222] By: jhi on 2003/07/27 15:31:52
10593 Log: Regenerated because of #20220.
10595 ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
10596 ! ext/ByteLoader/byterun.h
10597 ____________________________________________________________________________
10598 [ 20221] By: jhi on 2003/07/27 15:19:57
10599 Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
10600 From: "Craig A. Berry" <craigberry@mac.com>
10601 Date: Mon, 21 Jul 2003 19:40:20 -0500
10602 Message-ID: <3F1C87F4.2070401@mac.com>
10605 ____________________________________________________________________________
10606 [ 20220] By: jhi on 2003/07/27 15:13:10
10607 Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
10608 From: Enache Adrian <enache@rdslink.ro>
10609 Date: Fri, 18 Jul 2003 23:15:37 +0300
10610 Message-ID: <20030718201537.GA1574@ratsnest.hole>
10612 ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
10613 ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
10614 ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
10615 ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
10616 ____________________________________________________________________________
10617 [ 20219] By: jhi on 2003/07/27 15:08:23
10618 Log: Subject: [PATCH-for-RC2] WinCE port addition
10619 From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
10620 Date: Fri, 25 Jul 2003 22:17:11 +0400
10621 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
10623 - wince/README.compile
10624 ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
10625 ! wince/compile.bat wince/wince.c wince/wince.h
10626 ____________________________________________________________________________
10627 [ 20217] By: jhi on 2003/07/25 06:39:08
10628 Log: Another missing hunk for MakeMaker from .org.
10630 ! lib/ExtUtils/MakeMaker.pm
10631 ____________________________________________________________________________
10632 [ 20213] By: jhi on 2003/07/24 14:49:25
10633 Log: Grabbed from www.makemaker.org.
10635 + t/lib/MakeMaker/Test/Setup/Recurs.pm
10637 ____________________________________________________________________________
10638 [ 20211] By: jhi on 2003/07/24 14:00:29
10639 Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
10640 From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
10641 Date: 14 Jul 2003 05:35:15 -0000
10642 Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
10645 ____________________________________________________________________________
10646 [ 20209] By: jhi on 2003/07/24 13:42:58
10647 Log: Subject: Re: [typo] sv.c pod/perlapi.pod
10648 From: Stas Bekman <stas@stason.org>
10649 Date: Thu, 24 Jul 2003 16:49:27 +0200
10650 Message-ID: <3F1FF1F7.30500@stason.org>
10652 ! pod/perlapi.pod sv.c
10653 ____________________________________________________________________________
10654 [ 20208] By: jhi on 2003/07/24 13:41:37
10655 Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
10656 From: Michael G Schwern <schwern@pobox.com>
10657 Date: Thu, 24 Jul 2003 01:28:07 -0700
10658 Message-ID: <20030724082807.GA24285@windhund.schwern.org>
10660 ! lib/ExtUtils/MakeMaker.pm
10661 ____________________________________________________________________________
10662 [ 20207] By: jhi on 2003/07/24 13:40:39
10663 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
10664 From: Michael G Schwern <schwern@pobox.com>
10665 Date: Mon, 21 Jul 2003 20:12:25 -0700
10666 Message-ID: <20030722031224.GD12711@windhund.schwern.org>
10668 + lib/ExtUtils/t/recurs.t
10669 ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
10670 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
10671 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10672 ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
10673 ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
10674 ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
10675 ! lib/ExtUtils/t/basic.t
10676 ____________________________________________________________________________
10677 [ 20206] By: jhi on 2003/07/24 13:23:27
10678 Log: (accidentally empty checkin)
10681 ____________________________________________________________________________
10682 [ 20203] By: jhi on 2003/07/24 13:14:53
10683 Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
10684 From: Steve Hay <steve.hay@uk.radan.com>
10685 Date: Fri, 18 Jul 2003 10:03:21 +0100
10686 Message-ID: <3F17B7D9.80805@uk.radan.com>
10689 ____________________________________________________________________________
10690 [ 20202] By: jhi on 2003/07/24 13:12:08
10691 Log: Subject: [patch] perldebug.pod clarification
10692 From: Stéphane Payrard <stef@payrard.net>
10693 Date: Mon, 21 Jul 2003 21:36:59 +0200
10694 Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
10696 ! pod/perldebug.pod
10697 ____________________________________________________________________________
10698 [ 20201] By: jhi on 2003/07/24 13:08:50
10699 Log: Subject: PATCH: More edge tests on t/op/pow.t
10700 From: Andy Lester <andy@petdance.com>
10701 Date: Wed, 23 Jul 2003 16:38:35 -0500
10702 Message-ID: <20030723213834.GA20468@petdance.com>
10705 ____________________________________________________________________________
10706 [ 20200] By: jhi on 2003/07/24 13:06:36
10707 Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
10708 From: Stephen McCamant <smcc@mit.edu>
10709 Date: Tue, 22 Jul 2003 09:41:10 -0400
10710 Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
10713 ____________________________________________________________________________
10714 [ 20199] By: jhi on 2003/07/24 13:04:24
10715 Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
10716 From: Dave Mitchell <davem@fdgroup.com>
10717 Date: Fri, 18 Jul 2003 18:49:43 +0100
10718 Message-ID: <20030718174943.GB6427@fdgroup.com>
10721 ____________________________________________________________________________
10722 [ 20198] By: jhi on 2003/07/24 09:07:45
10723 Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
10724 From: Stephen McCamant <smcc@mit.edu>
10725 Date: Sat, 19 Jul 2003 12:06:31 -0400
10726 Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
10728 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
10729 ____________________________________________________________________________
10730 [ 20197] By: jhi on 2003/07/24 08:59:45
10731 Log: Subject: [PATCH] typo in VMS::Filespec
10732 From: Ken Williams <ken@mathforum.org>
10733 Date: Tue, 22 Jul 2003 15:18:21 -0500
10734 Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
10736 ! vms/ext/Filespec.pm
10737 ____________________________________________________________________________
10738 [ 20196] By: jhi on 2003/07/24 08:54:54
10739 Log: EBCDIC fix from Thomas Dorner.
10742 ____________________________________________________________________________
10743 [ 20195] By: jhi on 2003/07/24 08:54:13
10744 Log: POSIX-BC patch from Thomas Dorner.
10746 ! hints/posix-bc.sh
10747 ____________________________________________________________________________
10748 [ 20194] By: jhi on 2003/07/24 08:45:55
10749 Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
10750 From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
10751 Date: 14 Jul 2003 05:37:15 -0000
10752 Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
10754 ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
10755 ____________________________________________________________________________
10756 [ 20193] By: jhi on 2003/07/24 08:43:33
10757 Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
10758 From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
10759 Date: 14 Jul 2003 05:37:02 -0000
10760 Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
10762 ! ext/IO/lib/IO/Socket.pm
10763 ____________________________________________________________________________
10764 [ 20191] By: jhi on 2003/07/24 08:38:35
10765 Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
10766 From: Dave Mitchell <davem@fdgroup.com>
10767 Date: Thu, 17 Jul 2003 20:33:29 +0100
10768 Message-ID: <20030717193329.GA2699@fdgroup.com>
10770 ! pad.c t/lib/warnings/pad
10771 ____________________________________________________________________________
10772 [ 20190] By: jhi on 2003/07/24 08:35:11
10773 Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
10774 From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
10775 Date: 22 Jul 2003 02:59:13 -0000
10776 Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
10779 ____________________________________________________________________________
10780 [ 20189] By: jhi on 2003/07/24 08:26:02
10781 Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
10782 From: Stephen Clouse <stephenc@theiqgroup.com>
10783 Date: Tue, 22 Jul 2003 21:31:38 -0500
10784 Message-ID: <20030723023138.GA15653@owns.warpcore.org>
10787 ____________________________________________________________________________
10788 [ 20187] By: jhi on 2003/07/24 07:53:33
10789 Log: Subject: [PATCH] configure.gnu --prefix
10790 From: slaven@rezic.de
10791 Date: Thu, 10 Jul 2003 09:33:27 +0000
10792 Message-Id: <1057829607.9622@devpc01.iconmobile.de>
10795 ____________________________________________________________________________
10796 [ 20186] By: jhi on 2003/07/24 07:48:21
10797 Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
10798 From: Edward Moy <emoy@apple.com>
10799 Date: Sun, 13 Jul 2003 14:12:57 -0700
10800 Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
10802 ! lib/ExtUtils/MM_Unix.pm
10803 ____________________________________________________________________________
10804 [ 20184] By: jhi on 2003/07/24 07:02:31
10805 Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
10806 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
10807 Date: Tue, 15 Jul 2003 07:46:58 -0700
10808 Message-ID: <20030715144657.GA21313@math.berkeley.edu>
10810 ! makedef.pl malloc.c malloc_ctl.h
10811 ____________________________________________________________________________
10812 [ 20182] By: jhi on 2003/07/23 13:28:52
10813 Log: This should make Stas happy.
10816 ____________________________________________________________________________
10817 [ 20180] By: jhi on 2003/07/23 12:40:11
10818 Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
10821 ____________________________________________________________________________
10822 [ 20179] By: rgs on 2003/07/21 19:46:19
10823 Log: As the perldoc.pod is now in a separate file under pod/,
10824 the installman script was installing an empty perldoc.1 manpage.
10826 ! installperl utils.lst
10827 ____________________________________________________________________________
10828 [ 20178] By: rgs on 2003/07/21 19:19:06
10829 Log: Subject: [DOCPATCH] %SIG and SA_RESTART
10830 From: Steve Grazzini <grazz@pobox.com>
10831 Date: Wed, 16 Jul 2003 08:56:21 -0400
10832 Message-ID: <20030716125620.GA7022@grazzini.net>
10834 ! pod/perlipc.pod pod/perlvar.pod
10835 ____________________________________________________________________________
10836 [ 20177] By: rgs on 2003/07/21 19:14:35
10837 Log: Subject: [PATCH] Re: Perl formats do not work with tied values
10838 From: Dave Mitchell <davem@fdgroup.com>
10839 Date: Tue, 15 Jul 2003 20:46:07 +0100
10840 Message-ID: <20030715194607.GA24592@fdgroup.com>
10842 plus the regression test :
10843 Subject: Re: [PATCH] Re: Perl formats do not work with tied values
10844 From: Nicholas Clark <nick@ccl4.org>
10845 Date: Tue, 15 Jul 2003 22:24:04 +0100
10846 Message-ID: <20030715222404.L20414@plum.flirble.org>
10848 ! pp_ctl.c t/op/write.t
10849 ____________________________________________________________________________
10850 [ 20176] By: rgs on 2003/07/21 19:00:32
10851 Log: Subject: Re: [PATCH] h2xs and extra_libraries
10852 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
10853 Date: Tue, 15 Jul 2003 07:28:52 +0200
10854 Message-id: <20030715052852.GA494@ethan>
10857 ____________________________________________________________________________
10858 [ 20175] By: merijn on 2003/07/21 14:26:43
10859 Log: Subject: Re: [PATCH] test clean-up for VMS
10860 From: "Craig A. Berry" <craigberry@mac.com>
10861 Date: Sun, 20 Jul 2003 10:43:32 -0500
10862 Message-ID: <3F1AB8A4.2070207@mac.com>
10864 ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
10865 ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
10866 ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
10868 ____________________________________________________________________________
10869 [ 20174] By: hv on 2003/07/21 10:26:07
10870 Log: Update Changes.
10872 ! Changes patchlevel.h
10873 ____________________________________________________________________________
10874 [ 20173] By: rgs on 2003/07/20 21:48:21
10875 Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
10878 ! pod/perlfaq3.pod pod/perlrun.pod
10879 ____________________________________________________________________________
10880 [ 20172] By: rgs on 2003/07/20 21:14:12
10881 Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
10882 From: Andy Dougherty <doughera@lafayette.edu>
10883 Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
10884 Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
10886 plus a clarification to INSTALL :
10887 Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
10888 From: Andy Dougherty <doughera@lafayette.edu>
10889 Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
10890 Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
10892 ! INSTALL Makefile.SH
10893 ____________________________________________________________________________
10894 [ 20171] By: rgs on 2003/07/20 20:12:54
10895 Log: The warning "Possible precedence problem on bitwise operator"
10896 was incorrectly produced with the bitwise-assignment operators.
10897 Fix it. (bug #23065 concerning 5.8.1 RC2)
10899 ! op.c t/lib/warnings/op
10900 ____________________________________________________________________________
10901 [ 20170] By: rgs on 2003/07/18 08:03:02
10902 Log: Rename get_seed() to get_hash_seed(), as suggested by
10903 Eric J Kidder, to solve a name conflict on HP_UX 11.00.
10905 ! embed.fnc embed.h perl.c proto.h util.c
10906 ____________________________________________________________________________
10907 [ 20169] By: rgs on 2003/07/18 06:36:20
10908 Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
10909 From: Andreas J Koenig <andreas.koenig@anima.de>
10910 Date: Fri, 18 Jul 2003 09:36:47 +0200
10911 Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
10914 ____________________________________________________________________________
10915 [ 20168] By: rgs on 2003/07/18 06:21:15
10916 Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
10917 From: Dave Mitchell <davem@fdgroup.com>
10918 Date: Thu, 17 Jul 2003 21:51:12 +0100
10919 Message-ID: <20030717205112.GA2994@fdgroup.com>
10921 ! t/op/universal.t universal.c
10922 ____________________________________________________________________________
10923 [ 20167] By: rgs on 2003/07/18 06:14:33
10924 Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
10925 From: Stephen McCamant <smcc@mit.edu>
10926 Date: Fri, 18 Jul 2003 02:26:14 -0400
10927 Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
10930 ____________________________________________________________________________
10931 [ 20166] By: rgs on 2003/07/17 21:49:10
10932 Log: Subject: [PATCH] Increment cop_seqmax in utilize()
10933 From: Stephen McCamant <smcc@mit.edu>
10934 Date: Tue, 15 Jul 2003 09:57:26 -0400
10935 Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
10937 Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
10938 From: Stephen McCamant <smcc@mit.edu>
10939 Date: Tue, 15 Jul 2003 09:57:31 -0400
10940 Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
10942 ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
10943 ____________________________________________________________________________
10944 [ 20165] By: rgs on 2003/07/17 21:24:46
10945 Log: Subject: [PATCH] Re: POSIX::div
10946 From: Michael G Schwern <schwern@pobox.com>
10947 Date: Mon, 14 Jul 2003 14:00:58 -0700
10948 Message-ID: <20030714210057.GK18517@windhund.schwern.org>
10950 ! ext/POSIX/POSIX.pm
10951 ____________________________________________________________________________
10952 [ 20164] By: rgs on 2003/07/17 21:15:51
10953 Log: PERL5LIB is not colon-separated everywhere
10956 ____________________________________________________________________________
10957 [ 20163] By: rgs on 2003/07/17 20:59:15
10958 Log: Subject: [PATCH] fix $^N-related coredump
10959 From: Anton Berezin <tobez@tobez.org>
10960 Date: Mon, 14 Jul 2003 13:50:35 +0200
10961 Message-ID: <20030714115035.GA10971@heechee.tobez.org>
10964 ____________________________________________________________________________
10965 [ 20162] By: rgs on 2003/07/17 20:39:31
10966 Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
10967 From: Tony Bowden <tony@kasei.com>
10968 Date: Thu, 17 Jul 2003 16:49:35 +0100
10969 Message-ID: <20030717154935.GA20302@soto.kasei.com>
10972 ____________________________________________________________________________
10973 [ 20161] By: rgs on 2003/07/17 20:25:52
10974 Log: Minor nits in perlsyn.pod
10977 ____________________________________________________________________________
10978 [ 20159] By: rgs on 2003/07/13 20:02:34
10979 Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
10980 From: Claes Jacobsson <claes@surfar.nu>
10981 Date: Sat, 12 Jul 2003 16:30:42 +0200
10982 Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
10984 ! lib/Attribute/Handlers.pm
10985 ____________________________________________________________________________
10986 [ 20158] By: rgs on 2003/07/13 19:52:58
10987 Log: Add a TODO test for perlbug #19049
10988 Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
10989 From: Alex Gough <alex-p5p@earth.li>
10990 Date: Fri, 11 Jul 2003 01:12:42 +0100
10991 Message-ID: <20030711001242.GD2484@the.earth.li>
10994 ____________________________________________________________________________
10995 [ 20157] By: rgs on 2003/07/13 19:43:29
10996 Log: Minor updates of the charnames documentation.
10999 ____________________________________________________________________________
11000 [ 20156] By: rgs on 2003/07/11 19:37:34
11001 Log: Subject: Re: Sort sub and NaNs
11002 From: "John P. Linderman" <jpl@research.att.com>
11003 Date: Thu, 10 Jul 2003 10:45:06 -0400
11004 Message-Id: <200307101445.KAA79110@raptor.research.att.com>
11006 Warn against a potential edge case with sort, <=> and NaNs.
11009 ____________________________________________________________________________
11010 [ 20155] By: rgs on 2003/07/11 19:11:17
11011 Log: Subject: [DOCPATCH] perlfunc/read
11012 From: Steve Grazzini <grazz@pobox.com>
11013 Date: Tue, 8 Jul 2003 10:23:03 -0400
11014 Message-ID: <20030708142303.GB23698@grazzini.net>
11016 Clarify the OFFSET parameter to read().
11019 ____________________________________________________________________________
11020 [ 20154] By: rgs on 2003/07/11 18:54:09
11021 Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
11022 From: Michael G Schwern <schwern@pobox.com>
11023 Date: Tue, 13 May 2003 18:33:05 -0700
11024 Message-ID: <20030514013305.GB22001@windhund.schwern.org>
11026 ! pod/perlsyn.pod pod/perltrap.pod
11027 ____________________________________________________________________________
11028 [ 20145] By: jhi on 2003/07/11 05:07:09
11029 Log: I think the API for mod_perl v2 should be simply that
11030 PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
11031 itself, hopefully from a good source of random bits.
11034 ____________________________________________________________________________
11035 [ 20143] By: jhi on 2003/07/11 00:35:07
11039 ____________________________________________________________________________
11040 [ 20139] By: jhi on 2003/07/11 00:21:43
11041 Log: New order of seed.
11044 ____________________________________________________________________________
11045 [ 20138] By: jhi on 2003/07/11 00:13:11
11046 Log: More retraction.
11049 ____________________________________________________________________________
11050 [ 20137] By: jhi on 2003/07/11 00:10:14
11051 Log: Retract the statements.
11053 ! pod/perlfunc.pod pod/perlsec.pod
11054 ____________________________________________________________________________
11055 [ 20135] By: jhi on 2003/07/11 00:03:33
11056 Log: Chicken out: the hash randomisation is not on by default.
11057 We switch over to the explicit mode: in other words, if
11058 the $ENV{PERL_HASH_SEED} is on, we randomise. Also, we
11059 randomise only if PL_hash_seed_set is FALSE (this means
11060 one can use PERL_HASH() before perl_run.) Also, since
11061 now PERL_HASH_SEED is okay even under -T, all should be fine.
11064 ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
11065 ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
11066 ____________________________________________________________________________
11067 [ 20134] By: jhi on 2003/07/10 23:23:38
11068 Log: Check PERL_HASH_SEED even when tainted.
11070 ! perl.c pod/perlrun.pod
11071 ____________________________________________________________________________
11072 [ 20131] By: jhi on 2003/07/10 22:42:29
11073 Log: &Time::HiRes::d_nanosleep was broken.
11075 ! ext/Time/HiRes/Makefile.PL
11076 ____________________________________________________________________________
11077 [ 20130] By: jhi on 2003/07/10 22:37:02
11078 Log: Subject: [PATCH} db-recno.t on Mac OS X
11079 From: slaven@rezic.de
11080 Date: Thu, 10 Jul 2003 12:41:05 +0000
11081 Message-Id: <1057840865.9622@devpc01.iconmobile.de>
11083 ! ext/DB_File/t/db-recno.t
11084 ____________________________________________________________________________
11085 [ 20129] By: jhi on 2003/07/10 22:31:39
11086 Log: Subject: [comment patch]
11087 From: Stas Bekman <stas@stason.org>
11088 Date: Thu, 10 Jul 2003 14:19:22 -0700
11089 Message-ID: <3F0DD85A.1070902@stason.org>
11092 ____________________________________________________________________________
11093 [ 20127] By: jhi on 2003/07/10 22:21:04
11094 Log: Be vague enough.
11097 ____________________________________________________________________________
11098 [ 20125] By: rgs on 2003/07/10 19:28:48
11099 Log: regen embed.pl for the bleadperl branch as well.
11102 ____________________________________________________________________________
11103 [ 20124] By: jhi on 2003/07/10 18:33:56
11104 Log: Time travel noticed by Enache.
11107 ____________________________________________________________________________
11108 [ 20120] By: jhi on 2003/07/10 17:38:28
11109 Log: I can see the future. It is cloudy.
11112 ____________________________________________________________________________
11113 [ 20119] By: jhi on 2003/07/10 17:37:25
11114 Log: Subject: [PATCH] configure.gnu --prefix
11115 From: slaven@rezic.de
11116 Date: Thu, 10 Jul 2003 09:33:27 +0000
11117 Message-Id: <1057829607.9622@devpc01.iconmobile.de>
11120 ____________________________________________________________________________
11121 [ 20118] By: jhi on 2003/07/10 17:35:32
11122 Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
11125 ____________________________________________________________________________
11126 [ 20117] By: jhi on 2003/07/10 17:33:53
11127 Log: Subject: [PATCH] Restore SIGFPE on exec()
11128 From: Chip Salzenberg <chip@pobox.com>
11129 Date: Thu, 10 Jul 2003 13:13:20 -0400
11130 Message-ID: <20030710171319.GA21588@perlsupport.com>
11132 ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
11133 ____________________________________________________________________________
11134 [ 20116] By: jhi on 2003/07/10 17:28:00
11135 Log: The *right* way to make the csighandler visible.
11137 ! embed.fnc embed.h global.sym
11138 ____________________________________________________________________________
11139 [ 20114] By: jhi on 2003/07/10 15:06:41
11140 Log: Retract #20112.
11142 ! embed.fnc embedvar.h intrpvar.h perlapi.h
11143 ____________________________________________________________________________
11144 [ 20112] By: jhi on 2003/07/10 14:17:59
11145 Log: Argh. At least AIX builds choke because of this.
11147 ! embed.fnc embedvar.h intrpvar.h perlapi.h
11148 ____________________________________________________________________________
11149 [ 20106] By: jhi on 2003/07/10 04:50:05
11150 Log: Upgrade to podlators 1.27.
11152 ! lib/Pod/Text/Termcap.pm
11153 ____________________________________________________________________________
11154 [ 20104] By: jhi on 2003/07/10 04:40:02
11155 Log: Deprecate v-strings.
11158 ____________________________________________________________________________
11159 [ 20103] By: jhi on 2003/07/10 04:28:40
11163 ____________________________________________________________________________
11164 [ 20100] By: jhi on 2003/07/09 17:40:41
11168 ____________________________________________________________________________
11169 [ 20098] By: jhi on 2003/07/09 17:29:53
11170 Log: Fixes from Ron Kimball.
11173 ____________________________________________________________________________
11174 [ 20097] By: jhi on 2003/07/09 17:27:35
11175 Log: Fix for the 'print v65' plus safety tweaks from Rafael.
11178 ____________________________________________________________________________
11179 [ 20096] By: jhi on 2003/07/09 17:06:29
11180 Log: More Darwin/MacOSX paths twiddling.
11183 ____________________________________________________________________________
11184 [ 20093] By: jhi on 2003/07/09 11:43:09
11185 Log: Play safe and use the system malloc in FreeBSD.
11186 Yes, performance suffers. But that is better than
11190 ____________________________________________________________________________
11191 [ 20090] By: jhi on 2003/07/09 08:12:32
11192 Log: Upgrade to Encode 1.97.
11194 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
11195 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
11196 ! ext/Encode/lib/Encode/Encoder.pm
11197 ! ext/Encode/lib/Encode/Guess.pm
11198 ! ext/Encode/lib/Encode/JP/JIS7.pm
11199 ____________________________________________________________________________
11200 [ 20089] By: jhi on 2003/07/09 08:08:30
11201 Log: Rework the perldata vXX => ... entry a bit.
11204 ____________________________________________________________________________
11205 [ 20088] By: jhi on 2003/07/09 08:04:04
11206 Log: Document the vXX => change in perldata, too.
11209 ____________________________________________________________________________
11210 [ 20085] By: jhi on 2003/07/09 07:49:46
11211 Log: Test the vX => ... fix.
11214 ____________________________________________________________________________
11215 [ 20084] By: jhi on 2003/07/09 06:58:39
11216 Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
11217 From: John Peacock <jpeacock@rowman.com>
11218 Date: Wed, 09 Jul 2003 01:05:38 -0700
11219 Message-ID: <3F0BCCD2.1020009@rowman.com>
11221 ! embed.fnc pod/perlapi.pod toke.c util.c
11222 ____________________________________________________________________________
11223 [ 20083] By: jhi on 2003/07/09 06:27:15
11224 Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
11225 for the install dirs.
11228 ____________________________________________________________________________
11229 [ 20082] By: jhi on 2003/07/09 05:57:16
11230 Log: Enable avoiding /System/Library in Mac OS X by
11231 doing Configure -Dprefix=/some/where -Uvendorlib.
11234 ____________________________________________________________________________
11235 [ 20081] By: jhi on 2003/07/09 05:53:56
11236 Log: Subject: [PATCH] Safe signals via POSIX::sigaction
11237 From: Chip Salzenberg <chip@pobox.com>
11238 Date: Wed, 9 Jul 2003 01:49:10 -0400
11239 Message-ID: <20030709054910.GH2021@perlsupport.com>
11241 ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
11242 ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
11243 ____________________________________________________________________________
11244 [ 20079] By: rgs on 2003/07/08 20:26:20
11245 Log: The CHECKOP macro was not invoked on some newly created ops
11246 (to match them against the current opmask.) As a consequence,
11247 Safe compartments were unable to trap some ops (pattern
11248 match, slices, conditionals.) This fixes the holes.
11251 ____________________________________________________________________________
11252 [ 20078] By: jhi on 2003/07/08 19:30:13
11253 Log: Revert #20077.
11256 ____________________________________________________________________________
11257 [ 20077] By: jhi on 2003/07/08 18:40:51
11258 Log: Don't recommend to upgrade the base.pm in the core with
11259 the base.pm from Class::Fields. They are not the same.
11262 ____________________________________________________________________________
11263 [ 20076] By: jhi on 2003/07/08 17:39:49
11264 Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
11265 From: Enache Adrian <enache@rdslink.ro>
11266 Date: Tue, 8 Jul 2003 20:47:58 +0300
11267 Message-ID: <20030708174758.GA1177@ratsnest.hole>
11269 (ByteLoader tweak avoiding a leaked scalar)
11272 ____________________________________________________________________________
11273 [ 20071] By: jhi on 2003/07/08 09:18:19
11274 Log: In 5.8.x, fast stdio places still do use stdio.
11276 ! ext/Digest/MD5/t/badfile.t
11277 ____________________________________________________________________________
11278 [ 20069] By: jhi on 2003/07/08 08:41:01
11279 Log: Subject: [PATCH] format 'botched' in malloc.c
11280 From: Enache Adrian <enache@rdslink.ro>
11281 Date: Mon, 7 Jul 2003 21:57:06 +0300
11282 Message-ID: <20030707185706.GB7017@ratsnest.hole>
11285 ____________________________________________________________________________
11286 [ 20068] By: jhi on 2003/07/08 08:36:27
11287 Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
11288 From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11289 Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
11290 Message-ID: <12022.1057655645@www59.gmx.net>
11292 ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
11293 ____________________________________________________________________________
11294 [ 20066] By: jhi on 2003/07/08 05:24:58
11295 Log: Retract #20065: I don't think this is the right way
11296 to patch this issue.
11298 ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
11299 ____________________________________________________________________________
11300 [ 20065] By: jhi on 2003/07/08 05:14:31
11301 Log: Configure tweak from Johnny Lam so that the
11302 INSTALLSITEMAN[13]DIR get correctly set.
11304 ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
11305 ____________________________________________________________________________
11306 [ 20063] By: rgs on 2003/07/07 18:58:47
11307 Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
11310 ____________________________________________________________________________
11311 [ 20062] By: jhi on 2003/07/07 18:27:02
11312 Log: Mark Bixby ++.
11315 ____________________________________________________________________________
11316 [ 20061] By: jhi on 2003/07/07 18:26:35
11317 Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
11319 ! ext/Time/HiRes/Makefile.PL
11320 ____________________________________________________________________________
11321 [ 20059] By: jhi on 2003/07/07 15:06:35
11322 Log: Good catch from Gisle.
11325 ____________________________________________________________________________
11326 [ 20058] By: jhi on 2003/07/07 14:12:27
11327 Log: Refashioned #20055: we cannot trust stdio to fail here.
11329 ! ext/Digest/MD5/t/badfile.t
11330 ____________________________________________________________________________
11331 [ 20057] By: jhi on 2003/07/07 14:08:16
11332 Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
11333 are just breaking more than they are fixing.
11335 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
11336 ! ext/Digest/MD5/t/files.t perlio.c
11337 ____________________________________________________________________________
11338 [ 20056] By: jhi on 2003/07/07 13:31:14
11339 Log: Returning zero from PerlIO_read() is okay;
11342 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
11343 ____________________________________________________________________________
11344 [ 20055] By: jhi on 2003/07/07 13:23:58
11345 Log: If perlio is completely out of the picture, we can
11346 get tripped by different stdio implementations.
11348 ! ext/Digest/MD5/t/badfile.t
11349 ____________________________________________________________________________
11350 [ 20054] By: jhi on 2003/07/07 12:58:06
11351 Log: AUTHORS tweak.
11354 ____________________________________________________________________________
11355 [ 20053] By: jhi on 2003/07/07 12:04:26
11356 Log: Subject: Patch to README.solaris
11357 From: Alan Burlison <Alan.Burlison@sun.com>
11358 Date: Mon, 07 Jul 2003 14:15:57 +0100
11359 Message-ID: <3F09728D.1070408@sun.com>
11362 ____________________________________________________________________________
11363 [ 20052] By: jhi on 2003/07/07 10:28:35
11364 Log: Update MD5 checksums.
11366 ! ext/Digest/MD5/t/files.t
11367 ____________________________________________________________________________
11368 [ 20051] By: jhi on 2003/07/07 09:56:48
11369 Log: Be more explicit than just 'characters'.
11372 ____________________________________________________________________________
11373 [ 20050] By: jhi on 2003/07/07 09:38:28
11374 Log: Try making PerlIO errors more consistent.
11375 (1) Check early whether the filehandle is capable of
11376 the requested action.
11377 (2) PerlIO_read() really can return -1, and so can
11379 (3) Some stdio implementations are more forgiving
11380 than others, so check also for errors recorded
11381 by PerlIO in PerlStdio_errno().
11384 ____________________________________________________________________________
11385 [ 20049] By: jhi on 2003/07/07 09:08:19
11389 ____________________________________________________________________________
11390 [ 20048] By: jhi on 2003/07/07 09:06:58
11391 Log: PerlIO_read() can return negative.
11393 ! ext/Digest/MD5/MD5.xs
11394 ____________________________________________________________________________
11395 [ 20043] By: jhi on 2003/07/07 04:36:22
11396 Log: Use the existence, instead of the truth, to decide
11397 whether to scan for a symbol.
11398 (Also remove trailing spaces.)
11400 ! ext/Time/HiRes/Makefile.PL
11401 ____________________________________________________________________________
11402 [ 20042] By: jhi on 2003/07/07 04:29:35
11403 Log: MPE/iX tweak from Mark Bixby.
11405 ! ext/Time/HiRes/Makefile.PL
11406 ____________________________________________________________________________
11407 [ 20041] By: rgs on 2003/07/06 21:45:37
11408 Log: Upgrade BigInt and BigRat
11409 Subject: BigInt v1.65, Bigrat v0.10 - reloaded
11410 From: Tels <perl_dummy@bloodgate.com>
11411 Date: Sun, 6 Jul 2003 15:41:36 +0200
11412 Message-Id: <200307061158.23576@bloodgate.com>
11414 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11415 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
11416 ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
11417 ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
11418 ! lib/Math/BigRat/t/bigratpm.t
11419 ____________________________________________________________________________
11420 [ 20040] By: rgs on 2003/07/06 21:11:20
11421 Log: Subject: Re: [perl #5025] #line directive explination wrong
11422 From: Casey West <casey@geeknest.com>
11423 Date: Sun, 6 Jul 2003 18:24:46 -0400
11424 Message-ID: <20030706222446.GL7506@geeknest.com>
11427 ____________________________________________________________________________
11428 [ 20039] By: jhi on 2003/07/06 20:19:31
11429 Log: Update the CPAN mirrors list.
11431 ! pod/perlmodlib.PL pod/perlmodlib.pod
11432 ____________________________________________________________________________
11433 [ 20036] By: gsar on 2003/07/06 17:11:59
11434 Log: yet another symbol missing in change#20018
11437 ____________________________________________________________________________
11438 [ 20035] By: gsar on 2003/07/06 17:02:21
11439 Log: PerlIOBase_pushed seems to have gone missing in change#20018
11442 ____________________________________________________________________________
11443 [ 20034] By: jhi on 2003/07/06 16:46:20
11444 Log: Subject: [PATCH @19834] DProf fixes
11445 From: Radu Greab <radu@netsoft.ro>
11446 Date: Sun, 6 Jul 2003 20:09:12 +0300
11447 Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
11449 + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
11450 + t/lib/dprof/test8_v
11451 ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
11452 ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
11453 ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
11454 ____________________________________________________________________________
11455 [ 20032] By: jhi on 2003/07/06 16:21:33
11456 Log: Forgotten from change #20031.
11458 ! makedef.pl malloc_ctl.h
11459 ____________________________________________________________________________
11460 [ 20031] By: jhi on 2003/07/06 16:16:08
11461 Log: Subject: [PATCH] improve WinCE port
11462 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
11463 Date: Sun, 6 Jul 2003 18:46:09 +0400
11464 Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
11466 Subject: [PATCH] improve WinCE port -- addition
11467 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
11468 Date: Sun, 6 Jul 2003 19:50:47 +0400
11469 Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
11471 + wince/perlhost.h wince/vdir.h wince/vmem.h
11472 ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
11473 ! wince/win32.h wince/win32io.c wince/win32iop.h
11474 ! wince/win32thread.c wince/win32thread.h wince/wince.c
11476 ____________________________________________________________________________
11477 [ 20030] By: jhi on 2003/07/06 15:59:25
11478 Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
11479 From: merlyn@stonehenge.com (Randal L. Schwartz)
11480 Date: 05 Jul 2003 16:29:14 -0700
11481 Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
11484 ____________________________________________________________________________
11485 [ 20026] By: jhi on 2003/07/06 08:14:48
11486 Log: FreeBSD: if someone *really* wants to use the system malloc.
11489 ____________________________________________________________________________
11490 [ 20025] By: jhi on 2003/07/06 07:48:01
11491 Log: Make the 'slow ok' feature optional.
11493 ! lib/Test/Harness.pm
11494 ____________________________________________________________________________
11495 [ 20024] By: jhi on 2003/07/06 07:44:57
11496 Log: The change #20022 didn't work for Command.t.
11498 ! lib/ExtUtils/t/Command.t
11499 ____________________________________________________________________________
11500 [ 20023] By: jhi on 2003/07/06 07:29:22
11501 Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
11502 From: Michael G Schwern <schwern@pobox.com>
11503 Date: Sat, 5 Jul 2003 13:34:37 -0700
11504 Message-ID: <20030705203437.GB2598@windhund.schwern.org>
11506 Print out the "ok" messages only once every second,
11507 this should make output much less and therefore testing
11508 much faster, especially on slower connections.
11510 ! lib/Test/Harness.pm
11511 ____________________________________________________________________________
11512 [ 20022] By: jhi on 2003/07/06 07:26:52
11513 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
11514 From: Michael G Schwern <schwern@pobox.com>
11515 Date: Sat, 5 Jul 2003 16:59:49 -0700
11516 Message-ID: <20030705235949.GB3485@windhund.schwern.org>
11518 ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
11519 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11520 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
11521 ! lib/ExtUtils/t/Command.t
11522 ____________________________________________________________________________
11523 [ 20021] By: jhi on 2003/07/06 07:19:17
11524 Log: Reintroduce changes #19723 and #19723 that were not
11525 in Net::Ping 2.31; needed for Windows.
11527 ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
11528 ____________________________________________________________________________
11529 [ 20020] By: jhi on 2003/07/05 19:12:21
11530 Log: Upgrade to Digest::MD5 2.25.
11532 + ext/Digest/MD5/t/clone.t
11533 ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11534 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
11535 ! ext/Digest/MD5/t/files.t
11536 ____________________________________________________________________________
11537 [ 20019] By: jhi on 2003/07/05 18:40:51
11538 Log: Make a read from a write-only fh to set errno
11542 ____________________________________________________________________________
11543 [ 20018] By: jhi on 2003/07/05 18:05:19
11544 Log: Add PerlIOBuf_close to makedef.pl as pointed out by
11545 Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
11549 ____________________________________________________________________________
11550 [ 20017] By: jhi on 2003/07/05 17:47:47
11551 Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
11552 From: Dave Mitchell <davem@fdgroup.com>
11553 Date: Sat, 5 Jul 2003 19:12:51 +0100
11554 Message-ID: <20030705181251.GA14502@fdgroup.com>
11556 ! ext/threads/t/problems.t
11557 ____________________________________________________________________________
11558 [ 20016] By: jhi on 2003/07/05 17:36:34
11559 Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
11562 ____________________________________________________________________________
11563 [ 20012] By: jhi on 2003/07/05 13:46:05
11564 Log: Be explicit about the $0 pain in Linux 2.2.
11567 ____________________________________________________________________________
11568 [ 20010] By: rgs on 2003/07/05 12:06:41
11569 Log: Comment out some debugging output in Math::BigInt, that
11570 causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
11572 ! lib/Math/BigInt.pm
11573 ____________________________________________________________________________
11574 [ 20009] By: jhi on 2003/07/05 10:56:55
11575 Log: The logic for additional randomisation for 64-bit UV
11579 ____________________________________________________________________________
11580 [ 20008] By: jhi on 2003/07/05 09:10:46
11581 Log: IIRC gcc would complain about if (s = ...).
11584 ____________________________________________________________________________
11585 [ 20007] By: jhi on 2003/07/05 09:09:44
11586 Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
11587 since CGI scripts are (should be) run under -T, being able
11588 to show the HASH_SEED in case of problems is good.
11589 The $ENV{PERL_HASH_SEED} is still ignored under taint.
11592 ____________________________________________________________________________
11593 [ 20006] By: jhi on 2003/07/05 07:56:56
11594 Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
11595 From: "Craig A. Berry" <craigberry@mac.com>
11596 Date: Sat, 05 Jul 2003 00:38:28 -0500
11597 Message-ID: <3F066454.90003@mac.com>
11599 ! lib/ExtUtils/MM_VMS.pm
11600 ____________________________________________________________________________
11601 [ 20004] By: jhi on 2003/07/05 07:47:02
11602 Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
11603 From: Robin Barker <Robin.Barker@npl.co.uk>
11604 Date: Fri, 4 Jul 2003 19:15:01 +0100
11605 Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
11608 ____________________________________________________________________________
11609 [ 20003] By: rgs on 2003/07/05 07:45:16
11610 Log: Allow to create more than one Shell object :
11611 Subject: [patch] Shell.pm fix
11612 From: Stéphane Payrard <stef@payrard.net>
11613 Date: Sat, 5 Jul 2003 01:16:50 +0200
11614 Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
11617 ____________________________________________________________________________
11618 [ 20002] By: rgs on 2003/07/04 21:49:05
11619 Log: Author list update (to be continued...)
11622 ____________________________________________________________________________
11623 [ 20001] By: rgs on 2003/07/04 21:42:12
11624 Log: Add a new test target in the makefile, test_harness_notty.
11625 It's like test_harness, but sets HARNESS_NOTTY=1 to make
11626 Test::Harness' output less blinking.
11629 ____________________________________________________________________________
11630 [ 20000] By: rgs on 2003/07/04 20:58:05
11631 Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
11634 + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
11635 + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
11636 + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
11637 + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
11638 + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
11639 + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
11640 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11641 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
11642 ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
11643 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
11644 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
11645 ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
11646 ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
11647 ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
11648 ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
11649 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
11650 ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
11651 ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
11652 ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
11653 ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
11654 ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
11655 ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
11656 ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
11657 ! lib/bignum/t/brinfnan.t lib/bigrat.pm
11658 ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
11659 ! t/lib/Math/BigInt/Subclass.pm
11660 ____________________________________________________________________________
11661 [ 19999] By: rgs on 2003/07/04 19:39:01
11662 Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
11663 appears just before the name of the command to be run. See
11665 Subject: Re: PERL_SKIP_TTY_TEST fix
11666 From: Alexey Tourbin <at@altlinux.ru>
11667 Date: Fri, 4 Jul 2003 17:25:34 +0400
11668 Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
11671 ____________________________________________________________________________
11672 [ 19998] By: rgs on 2003/07/04 19:31:33
11673 Log: Fix non-numeric $VERSION.
11675 ! lib/Math/BigInt.pm
11676 ____________________________________________________________________________
11677 [ 19995] By: jhi on 2003/07/04 14:36:56
11678 Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
11680 ! lib/Math/BigInt.pm
11681 ____________________________________________________________________________
11682 [ 19994] By: jhi on 2003/07/04 14:36:17
11683 Log: More $0 sad tales.
11686 ____________________________________________________________________________
11687 [ 19993] By: jhi on 2003/07/04 14:34:40
11690 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
11691 ____________________________________________________________________________
11692 [ 19990] By: jhi on 2003/07/04 13:50:29
11693 Log: Upgrade to PodParser 1.23; but do not update
11694 t/pod/find.t or t/pod/testp2pt.pl since the
11695 first one does not work at all under core,
11696 and the second change would drop MacOS Classic
11697 portability tweaks introduced by change #18669.
11699 ! lib/Pod/Find.pm lib/Pod/Usage.pm
11700 ____________________________________________________________________________
11701 [ 19989] By: jhi on 2003/07/04 13:20:51
11702 Log: Upgrade to Text::Balanced 1.94.
11704 ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
11705 ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
11706 ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
11707 ____________________________________________________________________________
11708 [ 19988] By: jhi on 2003/07/04 13:17:22
11709 Log: Upgrade to Net::Ping 2.31.
11711 ! lib/Net/Ping.pm lib/Net/Ping/Changes
11712 ! lib/Net/Ping/t/250_ping_hires.t
11713 ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
11714 ____________________________________________________________________________
11715 [ 19987] By: jhi on 2003/07/04 13:09:04
11716 Log: Upgrade to Locale::Maketext 1.06.
11718 + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
11719 + lib/Locale/Maketext/t/90utf8.t
11720 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
11721 ____________________________________________________________________________
11722 [ 19986] By: jhi on 2003/07/04 12:59:45
11723 Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
11724 (1) make the PATCHLEVEL logic as it is with List::Util
11725 (more portable to older Perls)
11726 (2) regen the MD5 checksums with ...
11727 (3) ... the Mac OS Classic checksums generated via MacRoman
11729 (4) Keep the core Makefile.PL.
11731 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11732 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
11733 ____________________________________________________________________________
11734 [ 19985] By: jhi on 2003/07/04 12:43:10
11735 Log: Upgrade to CPAN 1.71.
11738 ____________________________________________________________________________
11739 [ 19984] By: jhi on 2003/07/04 12:39:20
11740 Log: Upgrade to CGI.pm 2.97.
11742 ! lib/CGI.pm lib/CGI/Carp.pm
11743 ____________________________________________________________________________
11744 [ 19982] By: jhi on 2003/07/04 10:45:05
11745 Log: No energy now to figure out what is wrong with $0
11746 (or ps) in Tru64. The test works fine when run from
11749 ! ext/threads/t/join.t
11750 ____________________________________________________________________________
11751 [ 19981] By: jhi on 2003/07/04 10:34:42
11752 Log: AUTHORS updates.
11755 ____________________________________________________________________________
11756 [ 19980] By: jhi on 2003/07/04 08:40:51
11757 Log: line_t is U32, not I32.
11760 ____________________________________________________________________________
11761 [ 19979] By: jhi on 2003/07/04 08:33:32
11762 Log: Remove PL_earlytaint since the hash seed code
11763 can be delayed until perl_parse().
11765 ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
11766 ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
11767 ! plan9/plan9ish.h unixish.h vms/vmsish.h
11768 ____________________________________________________________________________
11769 [ 19977] By: jhi on 2003/07/04 04:56:41
11772 ! ext/threads/t/join.t
11773 ____________________________________________________________________________
11774 [ 19976] By: jhi on 2003/07/04 04:48:37
11775 Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
11776 From: PPrymmer@factset.com
11777 Date: Thu, 3 Jul 2003 23:59:51 -0400
11778 Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
11780 ! vms/vms.c vms/vmspipe.com
11781 ____________________________________________________________________________
11782 [ 19973] By: jhi on 2003/07/03 21:34:03
11783 Log: Bump Time::HiRes version to 1.50.
11785 ! ext/Time/HiRes/HiRes.pm
11786 ____________________________________________________________________________
11787 [ 19972] By: jhi on 2003/07/03 21:33:10
11788 Log: Subject: [PATCH] installperl -n
11789 From: Slaven Rezic <slaven@rezic.de>
11790 Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
11791 Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
11794 ____________________________________________________________________________
11795 [ 19971] By: jhi on 2003/07/03 21:31:47
11796 Log: Subject: [PATCH] t/op/magic.t on FreeBSD
11797 From: Slaven Rezic <slaven@rezic.de>
11798 Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
11799 Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
11802 ____________________________________________________________________________
11803 [ 19969] By: jhi on 2003/07/03 21:27:11
11808 ____________________________________________________________________________
11809 [ 19967] By: jhi on 2003/07/03 19:02:40
11810 Log: Add autarch and Time::Local to Modules.
11813 ____________________________________________________________________________
11814 [ 19966] By: jhi on 2003/07/03 18:59:44
11815 Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
11816 From: Dave Rolsky <autarch@urth.org>
11817 Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
11818 Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
11820 ! lib/Time/Local.pm
11821 ____________________________________________________________________________
11822 [ 19965] By: jhi on 2003/07/03 18:58:25
11823 Log: Subject: [PATCH] Win32: fix WM_TIMER handling
11824 From: Mattia Barbon <mbarbon@dsi.unive.it>
11825 Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
11826 Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
11829 ____________________________________________________________________________
11830 [ 19964] By: jhi on 2003/07/03 18:56:26
11831 Log: Subject: Re: randomly untainting?
11832 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11833 Date: Thu, 3 Jul 2003 17:35:09 +0200
11834 Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
11837 ____________________________________________________________________________
11838 [ 19963] By: jhi on 2003/07/03 18:55:37
11839 Log: Revert #19957 as requested by Rafael.
11841 ! ext/List/Util/t/tainted.t
11842 ____________________________________________________________________________
11843 [ 19962] By: jhi on 2003/07/03 18:54:09
11844 Log: Add at least meager beginnings of assertion checks for
11845 the UTF-8 length/pos cache. It's not as full as I would
11846 like since the exact behaviour of the second half of the
11847 cache, used in substr(), eludes me right now.
11850 ____________________________________________________________________________
11851 [ 19961] By: jhi on 2003/07/03 13:57:47
11852 Log: Extra light testing for the UTF-8 cache
11853 (that it isn't broken, not that it helps).
11856 ____________________________________________________________________________
11857 [ 19957] By: jhi on 2003/07/03 12:01:25
11858 Log: Subject: Re: randomly untainting?
11859 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11860 Date: Thu, 3 Jul 2003 14:58:18 +0200
11861 Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
11862 (plus extra debug printing)
11864 ! ext/List/Util/t/tainted.t
11865 ____________________________________________________________________________
11866 [ 19954] By: jhi on 2003/07/03 11:10:21
11867 Log: Subject: Re: maint @ 19923
11868 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
11869 Date: Thu, 3 Jul 2003 15:57:55 +0400
11870 Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
11872 ! wince/Makefile.ce wince/wince.c
11873 ____________________________________________________________________________
11874 [ 19952] By: jhi on 2003/07/03 10:56:45
11875 Log: Tiny tweak to perlartistic from Robin Barker.
11877 ! pod/perlartistic.pod
11878 ____________________________________________________________________________
11879 [ 19950] By: jhi on 2003/07/03 07:46:45
11880 Log: Mention Modules in AUTHORS.
11883 ____________________________________________________________________________
11884 [ 19949] By: jhi on 2003/07/03 06:58:01
11885 Log: No fancy binmode() if no perlio.
11887 ! ext/IO/lib/IO/t/io_sock.t
11888 ____________________________________________________________________________
11889 [ 19948] By: jhi on 2003/07/03 06:55:12
11890 Log: Underline the fact that XSLoader is not DynaLoader
11891 ([perl #21974] dl_load_flags not honored by XSLoader)
11893 ! ext/DynaLoader/XSLoader_pm.PL
11894 ____________________________________________________________________________
11895 [ 19947] By: jhi on 2003/07/03 06:35:29
11896 Log: Apply Schwern's suggested warning code from
11897 [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
11899 ! lib/Test/Harness/Straps.pm
11900 ____________________________________________________________________________
11901 [ 19944] By: jhi on 2003/07/03 06:30:11
11902 Log: Subject: [PATCH] "without parens" vs "without parentheses"
11903 From: Iain Truskett <spoon@cpan.org>
11904 Date: Thu, 3 Jul 2003 12:40:42 +1000
11905 Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
11907 ! t/lib/warnings/toke toke.c
11908 ____________________________________________________________________________
11909 [ 19943] By: jhi on 2003/07/03 06:27:18
11910 Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
11911 From: Dave Mitchell <davem@fdgroup.com>
11912 Date: Thu, 3 Jul 2003 01:32:11 +0100
11913 Message-ID: <20030703003211.GB3747@fdgroup.com>
11916 ____________________________________________________________________________
11917 [ 19942] By: jhi on 2003/07/03 06:25:30
11918 Log: Nicer options for Porting/Modules.
11920 ! MANIFEST Porting/Modules
11921 ____________________________________________________________________________
11922 [ 19941] By: rgs on 2003/07/02 21:38:19
11923 Log: Minor test adjustments :
11924 - test name correction in op/concat.t by Yitzchak Scott-Thoennes
11925 - prototypes added to some public functions in t/test.pl,
11926 as suggested by Enache Adrian
11928 ! t/op/concat.t t/test.pl
11929 ____________________________________________________________________________
11930 [ 19940] By: rgs on 2003/07/02 20:58:19
11931 Log: Skip a socketpair test on SCO OSR
11933 ! ext/Socket/socketpair.t
11934 ____________________________________________________________________________
11935 [ 19939] By: jhi on 2003/07/02 20:10:47
11936 Log: Subject: [PATCH] various Deparse fixes
11937 From: Dave Mitchell <davem@fdgroup.com>
11938 Date: Wed, 2 Jul 2003 18:10:45 +0100
11939 Message-ID: <20030702171045.GF2137@fdgroup.com>
11941 ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
11942 ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
11943 ____________________________________________________________________________
11944 [ 19935] By: jhi on 2003/07/02 20:01:06
11945 Log: It would seem that in Linux 2.2 there is no way
11946 we can do the right thing to make ps(1) see $0
11947 our way. Also amend the $0 documentation a bit.
11949 ! pod/perlvar.pod t/op/magic.t
11950 ____________________________________________________________________________
11951 [ 19934] By: jhi on 2003/07/02 19:39:11
11952 Log: Subject: [PATCH] line numbers are given % 64k
11953 From: James Jurach <muaddib@erf.net>
11954 Date: Wed, 2 Jul 2003 13:31:05 -0500
11955 Message-ID: <20030702183105.GA4837@lebowski>
11957 ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
11958 ! handy.h pp_ctl.c scope.h
11959 ____________________________________________________________________________
11960 [ 19933] By: jhi on 2003/07/02 14:55:49
11961 Log: Subject: Re: maint @ 19923
11962 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
11963 Date: Wed, 2 Jul 2003 11:43:05 -0400
11964 Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
11967 ____________________________________________________________________________
11968 [ 19932] By: jhi on 2003/07/02 14:29:42
11969 Log: Subject: Re: maint @ 19923
11970 From: Jim Cromie <jcromie@divsol.com>
11971 Date: Wed, 02 Jul 2003 05:35:06 -0600
11972 Message-ID: <3F02C36A.9030704@divsol.com>
11975 ____________________________________________________________________________
11976 [ 19931] By: jhi on 2003/07/02 11:34:49
11977 Log: Fix for [perl #22759 insufficient format string checking];
11978 using ewix makes no sense, assuming evix was intended,
11979 no old tests fail; add the test case.
11981 ! sv.c t/op/sprintf.t
11982 ____________________________________________________________________________
11983 [ 19929] By: jhi on 2003/07/02 09:13:33
11986 ! pod/perlipc.pod pod/perlrun.pod
11987 ____________________________________________________________________________
11988 [ 19928] By: jhi on 2003/07/02 08:58:26
11989 Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
11992 ____________________________________________________________________________
11993 [ 19927] By: jhi on 2003/07/02 08:48:00
11994 Log: ...and getting the comma right, too.
11997 ____________________________________________________________________________
11998 [ 19926] By: jhi on 2003/07/02 08:46:18
11999 Log: Getting the whitespace right.
12002 ____________________________________________________________________________
12003 [ 19925] By: jhi on 2003/07/02 08:40:36
12004 Log: FreeBSD $0 dance.
12006 ! pod/perlvar.pod t/op/magic.t
12007 ____________________________________________________________________________
12008 [ 19924] By: jhi on 2003/07/02 08:17:31
12009 Log: Fix from Enache Adrian for the magic.t failure in
12010 FreeBSD: setproctitle() cannot get rid of the " (perl)".
12013 ____________________________________________________________________________
12014 [ 19921] By: jhi on 2003/07/02 05:26:33
12015 Log: VMS: with this, 100% make test in Compaq C V6.5-001
12016 on OpenVMS Alpha V7.3-1, from Craig Berry.
12018 ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
12019 ____________________________________________________________________________
12020 [ 19920] By: jhi on 2003/07/02 05:21:23
12021 Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
12022 The latest releases of NetBSD don't require the hack. From
12026 ____________________________________________________________________________
12027 [ 19918] By: jhi on 2003/07/01 20:02:33
12028 Log: Add a new utility, Porting/Modules.
12032 ____________________________________________________________________________
12033 [ 19917] By: jhi on 2003/07/01 17:00:02
12034 Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
12035 From: Robin Barker <Robin.Barker@npl.co.uk>
12036 Date: Tue, 1 Jul 2003 18:21:34 +0100
12037 Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
12039 Subject: [PATCH] long C<=item>s in lib/CGI.pm
12040 From: Robin Barker <Robin.Barker@npl.co.uk>
12041 Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
12042 Date: Tue, 1 Jul 2003 18:25:17 +0100
12044 Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod
12045 From: Robin Barker <Robin.Barker@npl.co.uk>
12046 Date: Tue, 1 Jul 2003 18:29:09 +0100
12047 Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
12049 ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
12050 ____________________________________________________________________________
12051 [ 19916] By: jhi on 2003/07/01 16:51:31
12052 Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
12053 From: Enache Adrian <enache@rdslink.ro>
12054 Date: Tue, 1 Jul 2003 19:51:25 +0300
12055 Message-ID: <20030701165125.GA1521@ratsnest.hole>
12057 ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
12058 ! ext/B/typemap t/op/magic.t
12059 ____________________________________________________________________________
12060 [ 19915] By: jhi on 2003/07/01 16:22:09
12061 Log: Upgrade to Unicode::Normalize 0.23.
12063 ! ext/Unicode/Normalize/Changes
12064 ! ext/Unicode/Normalize/Normalize.pm
12065 ! ext/Unicode/Normalize/Normalize.xs
12066 ____________________________________________________________________________
12067 [ 19914] By: jhi on 2003/07/01 13:08:44
12068 Log: A naked values() caused shuffling of lib/Config.pm,
12069 which in turn caused unnecessary rebuilds.
12072 ____________________________________________________________________________
12073 [ 19913] By: jhi on 2003/07/01 13:01:10
12074 Log: Even more :utf8 socket testing, now in both directions.
12076 ! ext/IO/lib/IO/t/io_sock.t
12077 ____________________________________________________________________________
12078 [ 19912] By: jhi on 2003/07/01 12:44:32
12079 Log: One more test (does binmode()ing a socket succeed)
12082 ! ext/IO/lib/IO/t/io_sock.t
12083 ____________________________________________________________________________
12084 [ 19911] By: jhi on 2003/07/01 12:38:13
12085 Log: Tweak an existing IO test to test also the change #19910.
12087 ! ext/IO/lib/IO/t/io_sock.t
12088 ____________________________________________________________________________
12089 [ 19910] By: jhi on 2003/07/01 11:18:27
12090 Log: Integrate from perlio:
12092 binmode() should affect IoOFP() as well as IoIFP() if it is
12093 distinct (e.g. sockets).
12096 ____________________________________________________________________________
12097 [ 19906] By: jhi on 2003/07/01 08:03:17
12098 Log: Do the "aligned contiguous" check only if the arguments
12099 look like aligned; re-introduce the "traditional contiguous"
12100 checks with OS/2 special quirks and all.
12103 ____________________________________________________________________________
12104 [ 19903] By: jhi on 2003/07/01 06:22:12
12105 Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
12108 ____________________________________________________________________________
12109 [ 19902] By: jhi on 2003/07/01 06:20:48
12110 Log: Regen Glossary et al.
12112 ! Porting/Glossary Porting/config.sh Porting/config_H
12113 ____________________________________________________________________________
12114 [ 19900] By: jhi on 2003/07/01 05:56:38
12115 Log: Regen Configure.
12118 ____________________________________________________________________________
12119 [ 19899] By: jhi on 2003/07/01 05:56:14
12120 Log: More nanosleep removal.
12122 ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
12123 ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
12124 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12125 ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
12126 ____________________________________________________________________________
12127 [ 19898] By: jhi on 2003/07/01 05:54:58
12128 Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
12130 + ext/Time/HiRes/hints/dec_osf.pl
12131 ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
12132 ! ext/Time/HiRes/hints/sco.pl
12133 ____________________________________________________________________________
12134 [ 19897] By: jhi on 2003/07/01 05:04:50
12135 Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
12136 From: Alan Burlison <Alan.Burlison@sun.com>
12137 Date: Tue, 01 Jul 2003 00:03:24 +0100
12138 Message-ID: <3F00C1BC.3020103@sun.com>
12140 ! Configure Makefile.SH config_h.SH configure.com
12141 ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
12142 ____________________________________________________________________________
12143 [ 19896] By: jhi on 2003/06/30 20:20:54
12144 Log: Integrate #19892, #19895 from perlio to compile and avoid
12148 ____________________________________________________________________________
12149 [ 19890] By: jhi on 2003/06/30 08:41:51
12150 Log: int is not UV.
12153 ____________________________________________________________________________
12154 [ 19889] By: jhi on 2003/06/30 08:36:38
12155 Log: The 'contiguous' test for argv[], envp[] was bogus
12156 since those need not be in memory end-to-end, e.g.
12157 in Tru64 they are aligned by eight. Loosen the test
12158 so that 'contiguousness' is fulfilled if the elements
12159 are within PTRSIZE alignment. This makes Tru64 to pass
12162 ! ext/threads/t/join.t mg.c perl.c
12163 ____________________________________________________________________________
12164 [ 19888] By: jhi on 2003/06/30 07:24:18
12165 Log: $0 doc tweakage.
12168 ____________________________________________________________________________
12169 [ 19887] By: jhi on 2003/06/30 07:20:58
12170 Log: $0 test tweaks from Andreas.
12172 ! ext/threads/t/join.t t/op/magic.t
12173 ____________________________________________________________________________
12174 [ 19886] By: rgs on 2003/06/29 19:18:43
12175 Log: Misc Pod Nits.
12177 ! ext/B/B.pm pod/perlrun.pod
12178 ____________________________________________________________________________
12179 [ 19885] By: jhi on 2003/06/29 15:49:52
12180 Log: Fix a faulty alias.
12182 ! ext/Encode/lib/Encode/Alias.pm
12183 ____________________________________________________________________________
12184 [ 19884] By: jhi on 2003/06/29 15:41:05
12185 Log: The joy of $0. Undoing the #16399 makes Andreas'
12186 tests (see [perl #22811]) pass (yes, padding with space instead
12187 of nul makes no sense, but that seems to work, maybe Linux does
12188 some deep magic in ps(1)?); moving the PL_origalen computation
12189 earlier makes also the threaded-first case fully pass.
12191 But in general modifying the argv[] is very non-portable.
12192 (e.g. in Tru64 it seems to be limited to the size of the
12193 original argv[0] since the argv[] are not contiguous?)
12195 Everybody should just have setproctitle().
12197 ! mg.c perl.c pod/perlvar.pod
12198 ____________________________________________________________________________
12199 [ 19883] By: jhi on 2003/06/29 13:47:36
12200 Log: More on the macro debugging and expansion.
12203 ____________________________________________________________________________
12204 [ 19882] By: rgs on 2003/06/29 13:17:09
12205 Log: Perl_doing_taint must be public, for programs that embed perl
12207 ! embed.fnc embed.h global.sym
12208 ____________________________________________________________________________
12209 [ 19881] By: jhi on 2003/06/29 10:17:28
12210 Log: More coffee...
12212 ! lib/Test/Harness.pm
12213 ____________________________________________________________________________
12214 [ 19880] By: jhi on 2003/06/29 09:48:50
12218 ____________________________________________________________________________
12219 [ 19879] By: jhi on 2003/06/29 09:34:47
12220 Log: Another spot where a zero $test{$max} can make things go boom.
12222 ! lib/Test/Harness.pm
12223 ____________________________________________________________________________
12224 [ 19878] By: jhi on 2003/06/29 09:28:58
12225 Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
12226 as per suggestion from Sarathy.
12228 ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
12229 ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
12230 ____________________________________________________________________________
12231 [ 19877] By: jhi on 2003/06/28 18:28:01
12232 Log: The #19842 is no more needed thanks to #19876,
12233 and the #19842 was wrong anyway (it affected
12234 only the threaded case.)
12237 ____________________________________________________________________________
12238 [ 19876] By: jhi on 2003/06/28 18:24:46
12239 Log: Subject: Re: your malloc patches
12240 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
12241 Date: Fri, 27 Jun 2003 06:54:06 -0700
12242 Message-ID: <20030627135406.GA8914@math.berkeley.edu>
12244 More malloc patches: now they seem to work even in Tru64.
12247 ____________________________________________________________________________
12248 [ 19875] By: jhi on 2003/06/28 18:09:30
12252 ____________________________________________________________________________
12253 [ 19874] By: jhi on 2003/06/28 17:30:52
12254 Log: Retract #19867; the bug was really much simpler:
12255 the < max must be <= max instead.
12258 ____________________________________________________________________________
12259 [ 19873] By: rgs on 2003/06/28 16:02:53
12260 Log: Using $1 without testing success of the regexp, bad.
12262 ! pod/perlretut.pod
12263 ____________________________________________________________________________
12264 [ 19872] By: rgs on 2003/06/28 16:01:08
12265 Log: Some clarification about the current semantics of CHECK and
12266 INIT blocks. See bug [perl #22826].
12269 ____________________________________________________________________________
12270 [ 19871] By: rgs on 2003/06/28 15:47:22
12271 Log: Subject: [Encode] pre-1.97 patches
12272 From: Dan Kogai <dankogai@dan.co.jp>
12273 Date: Sat, 28 Jun 2003 01:20:59 +0900
12274 Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
12276 ! ext/Encode/Changes ext/Encode/Encode.pm
12277 ! ext/Encode/lib/Encode/Guess.pm
12278 ____________________________________________________________________________
12279 [ 19870] By: rgs on 2003/06/28 15:39:57
12280 Log: Two debugging patches.
12281 The first allows to hold symbolic switches in $^D
12282 and more generally fixes assignment to $^D. The
12283 second one improves the information given by -Dl.
12285 Subject: [PATCH] allow $^D = "flags"
12286 From: Dave Mitchell <davem@fdgroup.com>
12287 Date: Fri, 27 Jun 2003 22:26:24 +0100
12288 Message-ID: <20030627212624.GB12887@fdgroup.com>
12290 Subject: [PATCH] make -Dl show more scope info
12291 From: Dave Mitchell <davem@fdgroup.com>
12292 Date: Fri, 27 Jun 2003 23:00:36 +0100
12293 Message-ID: <20030627220036.GC12887@fdgroup.com>
12295 ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
12297 ____________________________________________________________________________
12298 [ 19869] By: rgs on 2003/06/28 14:39:40
12299 Log: Fix test count, by Abe Timmerman.
12302 ____________________________________________________________________________
12303 [ 19867] By: jhi on 2003/06/27 10:08:20
12304 Log: The two-for-loops is no more a valid way to walk through
12305 a hash (this was the reason the Hash/Util.t intermittently
12306 failed, the two-loop didn't find all the SVs of the HV).
12309 ____________________________________________________________________________
12310 [ 19866] By: jhi on 2003/06/27 08:54:16
12311 Log: Some warnings about the (im)proper uses of the hash randomisation.
12314 ____________________________________________________________________________
12315 [ 19865] By: jhi on 2003/06/27 08:40:45
12316 Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
12317 is larger than INT_MAX (atoi() returns -1 in that case).
12320 ____________________________________________________________________________
12321 [ 19864] By: jhi on 2003/06/27 08:18:47
12322 Log: Use the PL_earlytaint. (PL_earlytaint is a global,
12323 not per-interp, since perl_construct() is not passed
12324 the argc, argv, and therefore it can't set the per-interp
12328 ____________________________________________________________________________
12329 [ 19863] By: jhi on 2003/06/27 08:15:11
12330 Log: Introduce (global) variable PL_earlytaint which
12331 is set very early in main(), before perl_parse()
12332 has been called and PL_tainting (or PL_taint_warn)
12333 might have been set.
12335 ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
12336 ! perlvars.h proto.h
12337 ____________________________________________________________________________
12338 [ 19862] By: jhi on 2003/06/27 07:39:58
12339 Log: Make doing_taint() always available (though not
12340 part of the public API).
12342 ! embed.fnc embed.h perl.c proto.h
12343 ____________________________________________________________________________
12344 [ 19861] By: jhi on 2003/06/27 05:30:03
12345 Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
12346 if tainting-- but is this a good thing or a bad thing?
12347 (At least it makes debugging lib/Hash/Util.t harder,
12348 since it has, for no apparent good reason, -T: one must
12349 make a copy of it without the -T.)
12352 ____________________________________________________________________________
12353 [ 19860] By: jhi on 2003/06/27 05:02:14
12354 Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
12355 From: Tim Bunce <Tim.Bunce@pobox.com>
12356 Date: Thu, 26 Jun 2003 10:53:22 +0100
12357 Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
12360 ____________________________________________________________________________
12361 [ 19859] By: jhi on 2003/06/27 04:59:23
12362 Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
12363 random failures. To make these easier to reproduce,
12364 add a variable, PERL_HASH_SEED_DEBUG, to display the
12365 hash seed. E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
12366 of 82972356 makes the first one to fail.
12368 ! perl.c pod/perlrun.pod
12369 ____________________________________________________________________________
12370 [ 19858] By: rgs on 2003/06/26 20:21:53
12371 Log: perlhack update, by Steve Grazzini
12372 about macro support in gdb and gcc.
12375 ____________________________________________________________________________
12376 [ 19854] By: jhi on 2003/06/26 05:32:02
12377 Log: Bite the bullet and apply the hash randomisation patch.
12378 [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
12380 ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
12381 ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
12382 ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
12384 ____________________________________________________________________________
12385 [ 19853] By: rgs on 2003/06/25 19:35:02
12386 Log: Subject: Re: P and V
12387 From: "Philip Newton" <pnewton@gmx.de>
12388 Date: Wed, 25 Jun 2003 17:50:22 +0200
12389 Message-ID: <3EF9E0DE.4786.16A6869@localhost>
12391 ! lib/Thread/Semaphore.pm
12392 ____________________________________________________________________________
12393 [ 19852] By: rgs on 2003/06/25 19:27:42
12394 Log: Enhance some macro robustness.
12396 ! opcode.h opcode.pl
12397 ____________________________________________________________________________
12398 [ 19851] By: rgs on 2003/06/25 19:25:47
12399 Log: Fix [perl #21742] :
12400 require() should always be called in scalar context,
12401 even when it's the last statement in an eval("").
12403 ! pp_ctl.c t/comp/require.t
12404 ____________________________________________________________________________
12405 [ 19849] By: jhi on 2003/06/24 17:32:37
12406 Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
12407 From: Dave Mitchell <davem@fdgroup.com>
12408 Date: Tue, 24 Jun 2003 13:16:18 +0100
12409 Message-ID: <20030624121618.GC22675@fdgroup.com>
12412 ____________________________________________________________________________
12413 [ 19848] By: merijn on 2003/06/24 08:06:57
12414 Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
12415 From: "Gerrit P. Haase" <gerrit@familiehaase.de>
12416 Date: Tue, 24 Jun 2003 11:00:34 +0200
12417 Message-ID: <186930306740.20030624110034@familiehaase.de>
12419 ! lib/Pod/Perldoc.pm
12420 ____________________________________________________________________________
12421 [ 19847] By: jhi on 2003/06/24 04:52:42
12422 Log: Subject: [PATCH] version.pm up to date with CPAN
12423 From: John Peacock <jpeacock@rowman.com>
12424 Date: Mon, 23 Jun 2003 21:58:18 -0400
12425 Message-ID: <3EF7B03A.2060705@rowman.com>
12427 ! lib/version.pm lib/version.t universal.c
12428 ____________________________________________________________________________
12429 [ 19846] By: rgs on 2003/06/23 20:52:26
12430 Log: Subject: [perlport.pod] code point of \cU
12431 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12432 Date: Tue, 24 Jun 2003 01:00:16 +0900
12433 Message-Id: <20030624004743.1237.BQW10602@nifty.com>
12436 ____________________________________________________________________________
12437 [ 19845] By: jhi on 2003/06/23 04:55:39
12438 Log: Test tweaks for VMS from Craig Berry.
12440 ! lib/strict.t lib/warnings.t
12441 ____________________________________________________________________________
12442 [ 19843] By: jhi on 2003/06/22 17:00:10
12443 Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
12445 ! embed.fnc embed.h pp.c proto.h util.c
12446 ____________________________________________________________________________
12447 [ 19842] By: jhi on 2003/06/22 16:44:16
12448 Log: Until the Perl malloc problems in Tru64 are fixed.
12451 ____________________________________________________________________________
12452 [ 19841] By: jhi on 2003/06/22 16:35:33
12453 Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
12454 From: Enache Adrian <enache@rdslink.ro>
12455 Date: Sat, 21 Jun 2003 03:19:31 +0300
12456 Message-ID: <20030621001931.GB1255@ratsnest.hole>
12458 ! op.c t/op/concat.t
12459 ____________________________________________________________________________
12460 [ 19840] By: jhi on 2003/06/22 16:33:25
12461 Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
12462 From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
12463 Date: 21 Jun 2003 19:02:30 -0000
12464 Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
12466 ! lib/overload.pm lib/overload.t
12467 ____________________________________________________________________________
12468 [ 19839] By: jhi on 2003/06/22 16:31:05
12469 Log: Subject: FileCache 1.03 broken on VMS -- possible patch
12470 From: "Craig A. Berry" <craigberry@mac.com>
12471 Date: Sat, 21 Jun 2003 10:31:59 -0500
12472 Message-ID: <3EF47A6F.9060904@mac.com>
12474 ! lib/FileCache.pm lib/FileCache/t/01open.t
12475 ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
12476 ____________________________________________________________________________
12477 [ 19838] By: jhi on 2003/06/22 16:16:01
12478 Log: Debian fix from Brendan O'Dea:
12479 Adjust output to screen width.
12480 (adjusted to probe for the stty command)
12483 ____________________________________________________________________________
12484 [ 19837] By: jhi on 2003/06/22 15:56:45
12485 Log: Debian fix from Brendan O'Dea:
12486 Use a temporary directory to avoid symlink attacks.
12487 Specify -gstabs explicitly (not the default format for gcc 3.2).
12490 ____________________________________________________________________________
12491 [ 19836] By: jhi on 2003/06/22 15:55:13
12492 Log: Debian fix from Brendan O'Dea:
12493 Bug#156284: the stucture used by pp_accept is too small to hold an
12497 ____________________________________________________________________________
12498 [ 19835] By: jhi on 2003/06/22 15:46:50
12499 Log: For characters beyond the BMP the $bits will be undef,
12500 which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
12501 analysis and fix from SADAHIRO Tomoyuki)
12503 ! lib/utf8_heavy.pl
12504 ____________________________________________________________________________
12505 [ 19834] By: jhi on 2003/06/20 08:42:58
12506 Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
12509 ____________________________________________________________________________
12510 [ 19833] By: jhi on 2003/06/20 08:16:02
12511 Log: Don't do sprintf().
12514 ____________________________________________________________________________
12515 [ 19832] By: jhi on 2003/06/20 07:43:48
12516 Log: Show the source code location of an "assertion botch".
12519 ____________________________________________________________________________
12520 [ 19831] By: jhi on 2003/06/20 07:31:11
12521 Log: More Perl malloc debugging magic from Ilya. Seems to work in
12522 Linux, Solaris, AIX. Had to do #ifdef OS2 for the <io.h> in
12523 malloc.c, found in AIX since there is no such header.
12524 In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
12525 memory was overwritten?"
12526 (In IRIX compiles but that doesn't prove much since in IRIX
12527 Perl's malloc is simply not used.)
12530 ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
12531 ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
12532 ____________________________________________________________________________
12533 [ 19830] By: jhi on 2003/06/20 06:02:21
12534 Log: Retract #19785 and #19756: JPL nowadays works without this
12535 (verified by a true JPL user).
12538 ____________________________________________________________________________
12539 [ 19827] By: jhi on 2003/06/19 20:18:31
12540 Log: Apparently this is needed for VMS (Craig Berry).
12543 ____________________________________________________________________________
12544 [ 19824] By: jhi on 2003/06/19 15:11:48
12545 Log: Bump Time::HiRes to 1.49.
12547 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12548 ! ext/Time/HiRes/HiRes.xs
12549 ____________________________________________________________________________
12550 [ 19822] By: jhi on 2003/06/19 14:49:37
12551 Log: This change chunk doesn't work well with blead.
12553 ! lib/ExtUtils/t/Command.t
12554 ____________________________________________________________________________
12555 [ 19821] By: jhi on 2003/06/19 14:27:52
12556 Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
12559 ! lib/ExtUtils/MM_Unix.pm
12560 ____________________________________________________________________________
12561 [ 19820] By: jhi on 2003/06/19 14:25:53
12562 Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
12563 as of 2003-06-19 18:39 EET).
12565 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
12566 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12567 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
12568 ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
12569 ____________________________________________________________________________
12570 [ 19819] By: jhi on 2003/06/19 14:08:13
12571 Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
12572 From: grazz@pobox.com (Steve Grazzini)
12573 Date: Wed, 18 Jun 2003 19:42:37 -0400
12574 Message-ID: <20030618234237.GA6267@grazzini.net>
12576 ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
12577 ! t/op/runlevel.t t/op/tiehandle.t util.c
12578 ____________________________________________________________________________
12579 [ 19818] By: jhi on 2003/06/19 13:57:55
12580 Log: Subject: [PATCH -current] email address correction
12581 Date: Thu, 19 Jun 2003 02:19:31 -0700
12582 Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
12583 From: rs@crystalflame.net (Richard Soderberg)
12585 ! ext/threads/threads.pm
12586 ____________________________________________________________________________
12587 [ 19816] By: jhi on 2003/06/19 05:02:22
12588 Log: MPE/iX gets serious indigestion on w-packed infinities.
12591 ____________________________________________________________________________
12592 [ 19815] By: rgs on 2003/06/18 20:47:47
12593 Log: A bunch of minor changes to perlguts.pod.
12596 ____________________________________________________________________________
12597 [ 19814] By: jhi on 2003/06/18 19:19:38
12598 Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
12599 From: Enache Adrian <enache@rdslink.ro>
12600 Date: Wed, 18 Jun 2003 23:00:43 +0300
12601 Message-ID: <20030618200043.GA1249@ratsnest.hole>
12603 ! pp.c regexec.c t/op/pat.t
12604 ____________________________________________________________________________
12605 [ 19813] By: jhi on 2003/06/18 17:31:50
12606 Log: Upgrade to Tie::File 0.97.
12608 ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
12609 ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
12610 ! lib/Tie/File/t/29_downcopy.t
12611 ____________________________________________________________________________
12612 [ 19812] By: gbarr on 2003/06/18 16:41:31
12613 Log: Sync with libnet 1.16
12615 ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
12616 ____________________________________________________________________________
12617 [ 19811] By: jhi on 2003/06/18 12:11:07
12618 Log: Subject: Encode] 1.96 Released
12619 From: Dan Kogai <dankogai@dan.co.jp>
12620 Date: Wed, 18 Jun 2003 19:09:11 +0900
12621 Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
12623 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
12624 ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
12625 ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
12626 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
12627 ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
12628 ! ext/Encode/t/guess.t
12629 ____________________________________________________________________________
12630 [ 19810] By: jhi on 2003/06/18 09:20:43
12631 Log: Oops in change #19809.
12633 ! ext/POSIX/POSIX.xs
12634 ____________________________________________________________________________
12635 [ 19809] By: jhi on 2003/06/18 09:08:47
12636 Log: If the first argument of sigaction() was a string, not a number
12637 (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
12638 isn't numeric in subroutine entry ...' but after that one got
12639 (depending on the OS) either a coredump (because of trying to
12640 assign to *0 in mg_get) or a hang (because of the sigprocmask()
12641 blocking signals inside POSIX::sigaction, a nasty hang since
12642 one obviously cannot interrupt it...only SIGKILL works).
12643 In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
12644 because of the string becoming zero due to the XS typemap magic.
12645 Resolved by making the POSIX::sigaction to try harder to figure
12646 out a valid signal number (one still gets the warning, though),
12647 and returning undef if no sense can be made.
12649 ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
12650 ____________________________________________________________________________
12651 [ 19808] By: rgs on 2003/06/17 21:10:06
12652 Log: Some docs for the assertions.
12654 ! lib/assertions.pm lib/assertions/activate.pm
12655 ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
12656 ____________________________________________________________________________
12657 [ 19806] By: jhi on 2003/06/17 18:12:26
12658 Log: io_dir.t tweak from Craig Berry.
12660 ! ext/IO/lib/IO/t/io_dir.t
12661 ____________________________________________________________________________
12662 [ 19805] By: jhi on 2003/06/17 16:47:06
12663 Log: Subject: /ext/DynaLoader/dl_dyld.xs
12664 From: "Peter O'Gorman" <peter@pogma.com>
12665 Date: Tue, 17 Jun 2003 23:45:47 +0900
12666 Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
12668 No need to see dlclose() and dlsym() outside the dl_dyld.xs
12669 (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
12672 ! ext/DynaLoader/dl_dyld.xs
12673 ____________________________________________________________________________
12674 [ 19804] By: jhi on 2003/06/17 13:12:21
12675 Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
12676 From: david nicol <whatever@davidnicol.com>
12677 Date: 16 Jun 2003 20:35:24 -0500
12678 Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
12680 Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
12681 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12682 Date: Tue, 17 Jun 2003 00:12:04 -0400
12683 Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
12685 ! pod/perlre.pod pod/perltrap.pod
12686 ____________________________________________________________________________
12687 [ 19802] By: jhi on 2003/06/17 04:51:33
12688 Log: UNICOS: try papering over the Configure symbol scan problems
12689 by disavowing any knowledge of dynaloading.
12692 ____________________________________________________________________________
12693 [ 19801] By: rgs on 2003/06/16 22:47:28
12694 Log: Revert change #19126, a poor attempt at fixing bug #21742.
12695 The test for #21742 is marked as TODO.
12696 Plus new regression tests from :
12698 Subject: [perl #22708] void context in string eval is broken
12699 From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
12700 Date: 15 Jun 2003 23:09:03 -0000
12701 Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
12703 ! pp_ctl.c t/comp/require.t t/op/eval.t
12704 ____________________________________________________________________________
12705 [ 19800] By: rgs on 2003/06/16 21:14:26
12706 Log: Subject: [PATCH] unnecessary stringification in eval/die
12707 From: Steve Grazzini <grazz@pobox.com>
12708 Date: 15 Jun 2003 21:02:26 -0000
12709 Message-ID: <20030615210226.56430.qmail@onion.perl.org>
12710 (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
12711 in c.l.p.misc and bug #17763)
12713 ! pod/perlfunc.pod pp_ctl.c
12714 ____________________________________________________________________________
12715 [ 19799] By: rgs on 2003/06/16 20:15:28
12716 Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
12717 From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
12718 Date: 9 Jun 2003 15:48:09 -0000
12719 Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
12722 ____________________________________________________________________________
12723 [ 19798] By: jhi on 2003/06/16 12:26:29
12724 Log: And even more glibc fcntl constants, this time mostly F_XXX.
12725 Be more conservative and use @EXPORT_OK instead of @EXPORT.
12727 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
12728 ____________________________________________________________________________
12729 [ 19797] By: jhi on 2003/06/16 08:05:11
12730 Log: Even more glibc O_ modes.
12732 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
12733 ____________________________________________________________________________
12734 [ 19796] By: jhi on 2003/06/16 07:59:26
12735 Log: Add O_NOATIME.
12737 ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
12738 ____________________________________________________________________________
12739 [ 19795] By: jhi on 2003/06/16 06:51:19
12740 Log: Instead of fancy condvar footwork do a simple join,
12741 as suggested by Arthur.
12743 ! ext/threads/shared/t/hv_refs.t
12744 ____________________________________________________________________________
12745 [ 19794] By: rgs on 2003/06/15 21:01:18
12746 Log: Rename again the warning about $* being no longer supported
12747 (and update perldiag this time!)
12749 ! gv.c pod/perldiag.pod t/lib/warnings/gv
12750 ____________________________________________________________________________
12751 [ 19793] By: rgs on 2003/06/15 19:47:21
12752 Log: Remove all magic in untie()
12754 Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
12755 From: Aaron J Mackey <ajm6q@virginia.edu>
12756 Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
12757 Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
12760 ! pp_sys.c t/op/tie.t
12761 ____________________________________________________________________________
12762 [ 19790] By: jhi on 2003/06/15 17:22:08
12763 Log: Start using Perl malloc in FreeBSD since the system malloc
12764 is reaaally slooow for Perl.
12766 Subject: FreeBSD 5.1 vs. -Uusemymalloc
12767 From: Dan Kogai <dankogai@dan.co.jp>
12768 Date: Mon, 16 Jun 2003 01:48:49 +0900
12769 Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
12772 ____________________________________________________________________________
12773 [ 19789] By: jhi on 2003/06/15 17:08:02
12774 Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
12775 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
12776 Date: Sat, 14 Jun 2003 17:49:57 -0700
12777 Message-ID: <20030615004956.GA28272@math.berkeley.edu>
12779 + os2/OS2/typemap os2/perlrexx.cmd
12780 - os2/OS2/PrfDB/typemap
12781 ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
12782 ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
12783 ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
12784 ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
12785 ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
12786 ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
12787 ! os2/os2ish.h pp_sys.c utils/h2xs.PL
12788 ____________________________________________________________________________
12789 [ 19788] By: jhi on 2003/06/15 15:05:40
12790 Log: Reindent a section of the file.
12793 ____________________________________________________________________________
12794 [ 19787] By: jhi on 2003/06/15 15:01:26
12795 Log: Unused variable.
12798 ____________________________________________________________________________
12799 [ 19786] By: jhi on 2003/06/15 07:41:23
12800 Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
12801 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12802 Date: Sun, 15 Jun 2003 10:48:40 +0200
12803 Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
12805 ! embed.fnc embed.h proto.h sv.c
12806 ____________________________________________________________________________
12807 [ 19785] By: jhi on 2003/06/15 07:37:02
12808 Log: Most often unused variables.
12811 ____________________________________________________________________________
12812 [ 19784] By: rgs on 2003/06/14 20:08:52
12813 Log: Rename the warning about $* being removed,
12814 as suggested by Dave Mitchell
12816 ! gv.c t/lib/warnings/gv
12817 ____________________________________________________________________________
12818 [ 19783] By: jhi on 2003/06/14 16:30:23
12819 Log: The FileCache 1.03 tests from belg4mit.
12821 + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
12822 + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
12823 + lib/FileCache/t/05override.t
12826 ____________________________________________________________________________
12827 [ 19782] By: jhi on 2003/06/14 13:45:01
12828 Log: Mention the Unicode::Regex::Set module.
12830 ! pod/perlunicode.pod
12831 ____________________________________________________________________________
12832 [ 19781] By: jhi on 2003/06/14 13:39:45
12833 Log: Followup on #19779: make the helper function static,
12834 and rename it for paranoia reasons.
12836 ! embed.fnc embed.h proto.h sv.c
12837 ____________________________________________________________________________
12838 [ 19779] By: jhi on 2003/06/14 13:13:34
12839 Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
12840 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12841 Date: Sat, 14 Jun 2003 12:51:31 +0200
12842 Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
12844 (choosing the safe alternative)
12847 ____________________________________________________________________________
12848 [ 19778] By: jhi on 2003/06/14 09:28:01
12849 Log: Exercise the utf8:: "internal" functions.
12851 ! lib/utf8.pm lib/utf8.t
12852 ____________________________________________________________________________
12853 [ 19777] By: jhi on 2003/06/14 09:05:07
12854 Log: Having to pull in the whole Encode just to get SvUTF8()
12855 is a bit too much: introduce utf8::is_utf8().
12857 ! lib/utf8.pm pod/perluniintro.pod universal.c
12858 ____________________________________________________________________________
12859 [ 19776] By: jhi on 2003/06/14 08:56:11
12860 Log: Slight tweaks on the length() and chr() entries,
12861 passing-by rewrapping on the rmdir entry.
12864 ____________________________________________________________________________
12865 [ 19775] By: jhi on 2003/06/14 08:50:16
12866 Log: test.pl-ify and add a couple of tests.
12869 ____________________________________________________________________________
12870 [ 19773] By: jhi on 2003/06/14 08:05:01
12871 Log: Slight reorg of the binmode() entry.
12874 ____________________________________________________________________________
12875 [ 19772] By: jhi on 2003/06/14 07:07:38
12879 ____________________________________________________________________________
12880 [ 19770] By: jhi on 2003/06/14 04:36:18
12881 Log: Subject: Re: FileCache
12882 From: belg4mit <belg4mit@MIT.EDU>
12883 Date: Sat, 14 Jun 2003 01:35:05 -0400
12884 Message-ID: <3EEAB409.7B4C21EA@mit.edu>
12889 ____________________________________________________________________________
12890 [ 19769] By: rgs on 2003/06/13 19:17:50
12891 Log: Remove the deprecated $* variable.
12892 Incidentally, this fixes bug #22354, about unwanted
12893 action-at-distance of the /m regexp modifier.
12894 Add a new warning to advertise this fact.
12896 ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
12897 ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
12898 ! t/op/pat.t t/op/study.t
12899 ____________________________________________________________________________
12900 [ 19768] By: jhi on 2003/06/13 17:08:45
12901 Log: Encode simply needs more work on EBCDIC.
12903 ! ext/Encode/t/Unicode.t
12904 ____________________________________________________________________________
12905 [ 19767] By: jhi on 2003/06/13 17:05:01
12906 Log: Redundancy removal from Brian De Pradine;
12907 both the forms, pthread_mutexattr_settype() and
12908 pthread_mutexattr_setkind_np(), exist on z/OS.
12911 ____________________________________________________________________________
12912 [ 19766] By: jhi on 2003/06/13 17:02:57
12913 Log: Somehow MPE/iX managed to get
12914 "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
12916 ! lib/Test/Harness.pm
12917 ____________________________________________________________________________
12918 [ 19765] By: jhi on 2003/06/13 14:36:18
12919 Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
12920 From: alan <alan@pair.com>
12921 Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
12922 Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
12924 (the first alternative)
12927 ____________________________________________________________________________
12928 [ 19764] By: jhi on 2003/06/13 14:33:51
12929 Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
12930 way of detecting Darwin/Mac OS X; instead it is recommended to
12931 detect the OS at a higher level and pass the information manually
12932 down to the application, using e.g. a -Ddefinition.
12934 ! hints/darwin.sh perl.h x2p/util.c
12935 ____________________________________________________________________________
12936 [ 19763] By: jhi on 2003/06/13 14:12:13
12937 Log: Define a cpp symbol, BSDish, if that looks appropriate.
12940 ____________________________________________________________________________
12941 [ 19760] By: jhi on 2003/06/13 12:00:06
12942 Log: Even more tweakage on symbol scanning from Alan Burlison.
12945 ____________________________________________________________________________
12946 [ 19758] By: gbarr on 2003/06/13 07:01:11
12947 Log: Sync with libnet 1.15
12949 ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
12950 ____________________________________________________________________________
12951 [ 19756] By: jhi on 2003/06/13 05:09:17
12952 Log: The changes #8803 and #8896 that fixed JPL for use with
12953 JDK 1.2/1.3 had somehow disappeared.
12956 ____________________________________________________________________________
12957 [ 19752] By: rgs on 2003/06/12 20:49:25
12958 Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
12959 to be issued if the string to be left-justified by s?printf contains
12962 Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
12963 From: Robin Barker <Robin.Barker@npl.co.uk>
12964 Date: Wed, 11 Jun 2003 18:10:14 +0100
12965 Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
12967 ! pod/perldiag.pod sv.c t/lib/warnings/sv
12968 ____________________________________________________________________________
12969 [ 19751] By: rgs on 2003/06/12 20:25:41
12970 Log: Patch for a warning emitted twice, from :
12971 Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
12972 From: Steve Grazzini <grazz@pobox.com>
12973 Date: Wed, 11 Jun 2003 00:46:47 -0400
12974 Message-ID: <20030611044647.GA16696@grazzini.net>
12977 ____________________________________________________________________________
12978 [ 19750] By: sky on 2003/06/12 15:03:55
12979 Log: In free we want to destroy, not init, thanks to Tim Bunce for
12980 detecting this. Should hopefully fix memory leak on Tru64
12982 ! ext/threads/shared/shared.xs
12983 ____________________________________________________________________________
12984 [ 19749] By: jhi on 2003/06/12 13:27:44
12985 Log: More perlio ->Open paranoia. Set errno to EINVAL if there's
12986 no ->Open, not if ->Open returns NULL.
12989 ____________________________________________________________________________
12990 [ 19748] By: jhi on 2003/06/12 11:32:44
12991 Log: Further perlio doc tweaks.
12993 ! lib/PerlIO.pm pod/perlrun.pod
12994 ____________________________________________________________________________
12995 [ 19747] By: jhi on 2003/06/12 11:25:19
12996 Log: Slightly amended version of the proposed patch for
12997 "[perl #22390] export PERLIO=bytes segfaults";
12998 the amendment is to set errno.
12999 TODO: we really should not get here if the layer
13000 stack is corrupt or non-sensical (like "bytes").
13003 ____________________________________________________________________________
13004 [ 19746] By: sky on 2003/06/12 08:37:39
13005 Log: Be polite and destroy the mutexes and conditions we use!
13007 ! ext/threads/shared/shared.xs
13008 ____________________________________________________________________________
13009 [ 19744] By: rgs on 2003/06/11 20:49:04
13010 Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
13011 From: Andy Dougherty <doughera@lafayette.edu>
13012 Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
13013 Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
13015 ! lib/File/Temp/t/security.t
13016 ____________________________________________________________________________
13017 [ 19742] By: jhi on 2003/06/11 18:28:12
13018 Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
13019 From: Andy Dougherty <doughera@lafayette.edu>
13020 Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
13021 Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
13024 ____________________________________________________________________________
13025 [ 19741] By: merijn on 2003/06/11 14:06:49
13026 Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
13027 From: PPrymmer@factset.com
13028 Date: Wed, 11 Jun 2003 09:00:34 -0400
13029 Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
13032 ____________________________________________________________________________
13033 [ 19740] By: jhi on 2003/06/11 13:29:59
13037 ____________________________________________________________________________
13038 [ 19739] By: jhi on 2003/06/11 05:30:53
13039 Log: Integrate from maint:
13041 Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
13042 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13043 Date: Tue, 10 Jun 2003 22:10:47 +0200
13044 Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
13046 !> ext/Encode/encengine.c ext/List/Util/Util.xs
13047 !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
13048 !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
13050 ____________________________________________________________________________
13051 [ 19735] By: jhi on 2003/06/10 05:27:33
13052 Log: Upgrade to Unicode::Normalize 0.22.
13054 ! ext/Unicode/Normalize/Changes
13055 ! ext/Unicode/Normalize/Makefile.PL
13056 ! ext/Unicode/Normalize/Normalize.pm
13057 ! ext/Unicode/Normalize/Normalize.xs
13058 ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
13059 ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
13060 ! ext/Unicode/Normalize/t/test.t
13061 ____________________________________________________________________________
13062 [ 19734] By: jhi on 2003/06/10 05:14:18
13063 Log: Upgrade to Unicode::Collate 0.25.
13065 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
13066 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
13067 ! lib/Unicode/Collate/t/test.t
13068 ____________________________________________________________________________
13069 [ 19731] By: jhi on 2003/06/09 20:48:14
13070 Log: On a real multicpu box the child thread could still be running
13071 when the parent thread was already testing.
13073 ! ext/threads/shared/t/hv_refs.t
13074 ____________________________________________________________________________
13075 [ 19730] By: rgs on 2003/06/09 19:56:29
13076 Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
13077 From: Andy Dougherty <doughera@lafayette.edu>
13078 Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
13079 Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
13082 ____________________________________________________________________________
13083 [ 19729] By: rgs on 2003/06/09 19:13:16
13084 Log: Subject: [PATCH] Re: nitpick with \(0..2)
13085 From: Steve Grazzini <grazz@pobox.com>
13086 Date: Fri, 6 Jun 2003 01:42:59 -0400
13087 Message-ID: <20030606054259.GA30249@grazzini.net>
13089 ! op.c pod/perlop.pod t/op/ref.t
13090 ____________________________________________________________________________
13091 [ 19726] By: jhi on 2003/06/09 18:45:00
13092 Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
13094 ! ext/Unicode/Normalize/Normalize.pm
13095 ____________________________________________________________________________
13096 [ 19725] By: rgs on 2003/06/09 18:33:50
13097 Log: In the debugger, flush stdout/stderr before the prompt is printed
13098 Subject: Re: [PATCH] Perlbug #15228
13099 From: Alex Vandiver <alexmv@MIT.EDU>
13100 Date: 04 Jun 2003 04:50:10 -0400
13101 Message-Id: <1054716610.21402.45.camel@supox>
13104 ____________________________________________________________________________
13105 [ 19724] By: gsar on 2003/06/09 18:17:42
13106 Log: mark 450_service.t#18 as a todo test on windows
13108 ! lib/Net/Ping/t/450_service.t
13109 ____________________________________________________________________________
13110 [ 19723] By: gsar on 2003/06/09 18:00:57
13111 Log: one of the Net::Ping time-dependent tests fails sporadically
13112 when the response from localhost is "too quick"
13114 ! lib/Net/Ping/t/250_ping_hires.t
13115 ____________________________________________________________________________
13116 [ 19721] By: jhi on 2003/06/09 17:04:50
13117 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
13118 From: Michael G Schwern <schwern@pobox.com>
13119 Date: Sat, 7 Jun 2003 01:16:32 -0700
13120 Message-ID: <20030607081632.GA16228@windhund.schwern.org>
13122 ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
13123 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
13124 ! lib/ExtUtils/t/Liblist.t
13125 ____________________________________________________________________________
13126 [ 19720] By: gsar on 2003/06/09 15:59:52
13127 Log: fix for perlio.t failures on windows (from Dan Kogai)
13129 ! ext/Encode/t/perlio.t
13130 ____________________________________________________________________________
13131 [ 19719] By: jhi on 2003/06/09 15:28:18
13132 Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
13133 From: PPrymmer@factset.com
13134 Date: Mon, 9 Jun 2003 09:57:43 -0400
13135 Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
13137 ! configure.com utils/perlivp.PL
13138 ____________________________________________________________________________
13139 [ 19717] By: gsar on 2003/06/09 14:09:55
13140 Log: windows: fix memory leak in %ENV handling (shows up as a
13141 leak even in the simplest fork() loop, because perl_construct()
13142 now does the equivalent of %ENV assignments using mg_set())
13145 ____________________________________________________________________________
13146 [ 19715] By: sky on 2003/06/09 09:35:47
13147 Log: Support blessed shared references.
13149 ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
13150 ! ext/threads/shared/t/hv_refs.t
13151 ____________________________________________________________________________
13152 [ 19714] By: jhi on 2003/06/09 04:29:04
13153 Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
13154 From: "Craig A. Berry" <craigberry@mac.com>
13155 Date: Sun, 08 Jun 2003 16:49:43 -0500
13156 Message-ID: <3EE3AF77.7060302@mac.com>
13159 ____________________________________________________________________________
13160 [ 19712] By: jhi on 2003/06/08 17:05:59
13161 Log: Subject: Re: forwarded you a test result
13162 From: Dan Kogai <dankogai@dan.co.jp>
13163 Date: Sun, 8 Jun 2003 11:04:43 +0900
13164 Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
13166 ! ext/Encode/t/Encode.t
13167 ____________________________________________________________________________
13168 [ 19710] By: jhi on 2003/06/08 17:03:07
13169 Log: Regen Configure et al.
13171 ! Configure Porting/config.sh Porting/config_H
13172 ____________________________________________________________________________
13173 [ 19709] By: jhi on 2003/06/08 16:45:50
13174 Log: More symbol scan logic from Alan Burlison.
13176 ! Configure Porting/Glossary hints/solaris_2.sh
13177 ____________________________________________________________________________
13178 [ 19708] By: sky on 2003/06/07 13:28:50
13179 Log: Major (internal) change to make it much more easy to embed
13180 threaded perl because we don't use our own TLS for the current
13181 thread info, but instead use PL_modglobal. Should make the
13182 mod_perl2 team (Hi Stas!) happy. Should also be more robust.
13184 ! ext/threads/threads.xs
13185 ____________________________________________________________________________
13186 [ 19707] By: sky on 2003/06/07 13:27:01
13187 Log: Last patch broke this slightly because INC was wrong.
13189 ! ext/threads/t/thread.t
13190 ____________________________________________________________________________
13191 [ 19706] By: sky on 2003/06/07 13:07:53
13192 Log: Remove warnings from tests.
13194 ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
13195 ! ext/threads/t/list.t
13196 ____________________________________________________________________________
13197 [ 19705] By: sky on 2003/06/07 12:42:28
13198 Log: Work in non core env.
13200 ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
13201 ! ext/threads/t/libc.t ext/threads/t/list.t
13202 ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
13203 ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
13204 ! ext/threads/t/thread.t
13205 ____________________________________________________________________________
13206 [ 19703] By: jhi on 2003/06/07 05:11:50
13207 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
13208 From: Michael G Schwern <schwern@pobox.com>
13209 Date: Fri, 6 Jun 2003 18:41:45 -0700
13210 Message-ID: <20030607014145.GB12031@windhund.schwern.org>
13212 ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
13213 ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
13214 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
13215 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
13216 ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
13217 ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
13218 ! lib/ExtUtils/t/zz_cleanup_dummy.t
13219 ____________________________________________________________________________
13220 [ 19702] By: rgs on 2003/06/06 23:00:00
13221 Log: Upgrade to Time::Local 1.06, by Dave Rolsky
13223 ! lib/Time/Local.pm lib/Time/Local.t
13224 ____________________________________________________________________________
13225 [ 19701] By: rgs on 2003/06/06 22:50:37
13226 Log: Complement to change #19698 :
13227 add also this information (=> and curly braces doesn't
13228 quote compound identifiers) to the strict manpage.
13229 As an experiment in documentation, add a "HISTORY" section
13230 to the strict manpage.
13233 ____________________________________________________________________________
13234 [ 19700] By: rgs on 2003/06/06 22:31:50
13235 Log: Minor grammatical nit.
13238 ____________________________________________________________________________
13239 [ 19699] By: rgs on 2003/06/06 22:29:38
13240 Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
13241 From: Stas Bekman <stas@stason.org>
13242 Date: Thu, 05 Jun 2003 10:10:36 +1000
13243 Message-ID: <3EDE8A7C.2080302@stason.org>
13245 Subject: [patch] perlguts authors dup
13246 From: Stas Bekman <stas@stason.org>
13247 Date: Thu, 05 Jun 2003 10:14:12 +1000
13248 Message-ID: <3EDE8B54.6090808@stason.org>
13250 ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
13251 ____________________________________________________________________________
13252 [ 19698] By: rgs on 2003/06/06 22:23:56
13253 Log: Clarify that => doesn't quote compound identifiers.
13256 ____________________________________________________________________________
13257 [ 19696] By: merijn on 2003/06/06 12:21:43
13258 Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
13259 as the compiler supports it)
13262 ____________________________________________________________________________
13263 [ 19695] By: jhi on 2003/06/05 18:50:51
13264 Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
13265 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13266 Date: Wed, 04 Jun 2003 00:08:32 -0700
13267 Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
13269 ! t/run/switches.t toke.c
13270 ____________________________________________________________________________
13271 [ 19694] By: jhi on 2003/06/05 18:37:02
13272 Log: Subject: [PATCH] RE: maint @ 19683
13273 From: Robin Barker <Robin.Barker@npl.co.uk>
13274 Date: Thu, 5 Jun 2003 17:16:58 +0100
13275 Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
13277 (skipped the MIME::Base64 part, leaving that to Gisle)
13279 ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
13280 ____________________________________________________________________________
13281 [ 19693] By: jhi on 2003/06/05 17:26:04
13282 Log: SKIP label was missing.
13285 ____________________________________________________________________________
13286 [ 19692] By: jhi on 2003/06/05 16:58:23
13287 Log: z/OS makedepend fix from Peter Prymmer;
13288 still needed as reported by Brian De Pradine.
13291 ____________________________________________________________________________
13292 [ 19691] By: jhi on 2003/06/05 16:56:01
13293 Log: Even more getspecific patches from Brian De Pradine;
13294 macrofy the construct.
13296 ! ext/threads/threads.xs
13297 ____________________________________________________________________________
13298 [ 19690] By: jhi on 2003/06/05 16:19:40
13299 Log: z/OS threads tweak from Brian De Pradine.
13301 ! ext/threads/threads.xs
13302 ____________________________________________________________________________
13303 [ 19689] By: jhi on 2003/06/05 05:43:31
13304 Log: Upgrade to Time::HiRes 1.48.
13306 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13307 ____________________________________________________________________________
13308 [ 19688] By: rgs on 2003/06/04 18:53:48
13309 Log: Prevent a potential null pointer dereference.
13310 Noticed by Ryan Koga <rkoga@caida.org> in
13311 Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
13314 ____________________________________________________________________________
13315 [ 19687] By: jhi on 2003/06/04 18:26:08
13316 Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
13317 From: Andy Dougherty <doughera@lafayette.edu>
13318 Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
13319 Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
13322 ____________________________________________________________________________
13323 [ 19686] By: jhi on 2003/06/04 11:02:54
13324 Log: On closer reading the proposed UTS#18 update required
13327 ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
13328 ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
13329 ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
13330 ! lib/unicore/mktables
13331 ____________________________________________________________________________
13332 [ 19685] By: jhi on 2003/06/04 10:14:09
13333 Log: Align the 'graph' property definition with the proposed
13334 Unicode UTS #18 update (v7).
13336 ! lib/unicore/lib/Graph.pl lib/unicore/mktables
13337 ____________________________________________________________________________
13338 [ 19681] By: jhi on 2003/06/04 05:16:38
13339 Log: Subject: [MacOS X] consider useshrplib='false' by default
13340 From: Dan Kogai <dankogai@dan.co.jp>
13341 Date: Wed, 4 Jun 2003 01:29:42 +0900
13342 Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
13345 ____________________________________________________________________________
13346 [ 19679] By: jhi on 2003/06/03 15:51:36
13347 Log: Urk. Joe's patches were for the maint branch,
13348 not for the blead (which has assertions and stuff).
13349 Retract #19677, #19676, #19674.
13352 ____________________________________________________________________________
13353 [ 19678] By: jhi on 2003/06/03 15:05:19
13354 Log: According to Arthur this should help
13355 #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
13357 ! ext/threads/threads.xs
13358 ____________________________________________________________________________
13359 [ 19677] By: jhi on 2003/06/03 14:07:06
13360 Log: Tiny tweaks from Joe McMahon.
13363 ____________________________________________________________________________
13364 [ 19676] By: jhi on 2003/06/03 12:38:46
13365 Log: Tiny pod and speling tweaks.
13368 ____________________________________________________________________________
13369 [ 19674] By: jhi on 2003/06/03 12:20:59
13370 Log: Subject: Extensive documentation patch redux
13371 From: Joe McMahon <mcmahon@ibiblio.org>
13372 Date: Mon, 2 Jun 2003 09:53:40 -0400
13373 Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
13375 Subject: RE: [PATCH] RE: Extensive documentation patch redux
13376 From: Robin Barker <Robin.Barker@npl.co.uk>
13377 Date: Tue, 3 Jun 2003 10:00:22 +0100
13378 Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
13381 ____________________________________________________________________________
13382 [ 19673] By: jhi on 2003/06/03 09:51:59
13383 Log: Salvage parts of #19667.
13385 ! perlio.c win32/win32.c win32/win32iop.h
13386 ____________________________________________________________________________
13387 [ 19672] By: jhi on 2003/06/03 09:26:45
13388 Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
13391 ! MANIFEST pod/perlfunc.pod
13392 ____________________________________________________________________________
13393 [ 19671] By: merijn on 2003/06/03 08:27:07
13394 Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
13395 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13396 Date: Tue, 03 Jun 2003 01:55:06 -0700
13397 Message-ID: <qJG3+gzkgajL092yn@efn.org>
13400 ____________________________________________________________________________
13401 [ 19670] By: jhi on 2003/06/03 08:04:39
13402 Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
13403 #19655, #19418; File::Temp no more used internally.
13404 Some parts of these will be salvaged later.
13406 ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
13407 ! proto.h win32/win32.c win32/win32iop.h
13408 ____________________________________________________________________________
13409 [ 19669] By: gsar on 2003/06/02 20:59:39
13410 Log: fix for 09_gen_rs.t#59 failure on windows
13412 ! lib/Tie/File/t/09_gen_rs.t
13413 ____________________________________________________________________________
13414 [ 19668] By: gsar on 2003/06/02 20:40:19
13415 Log: resurrect change#19628 and make it work by generalizing
13416 a spot that had a hardcoded dependency on the cmd.exe
13417 arguments being "/x/c" or "/c"
13419 ! pod/perlrun.pod win32/win32.c
13420 ____________________________________________________________________________
13421 [ 19667] By: gsar on 2003/06/02 18:44:34
13422 Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
13423 reuse the straightforward native implementation instead
13425 this fixes the warning from io_xs.t
13427 NOTE: File::Temp has a less-than-robust implementation on windows
13428 that relies on END blocks being run (this may not happen always)
13430 ! op.c win32/win32.c win32/win32iop.h
13431 ____________________________________________________________________________
13432 [ 19666] By: gsar on 2003/06/02 18:29:46
13433 Log: change#19628 broke many win32/system.t tests, so back it out
13435 ! pod/perlrun.pod win32/win32.c
13436 ____________________________________________________________________________
13437 [ 19665] By: rgs on 2003/06/02 18:22:06
13438 Log: A little bit more of weird-code-proofing in B::Deparse.
13439 Fixes a bug reported by Alexey Tourbin in
13440 Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
13442 ! ext/B/B/Deparse.pm
13443 ____________________________________________________________________________
13444 [ 19664] By: jhi on 2003/06/02 16:41:37
13445 Log: Upgrade to the CGI.pm 2.93.
13447 (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.)
13449 + lib/CGI/t/util-58.t
13450 ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
13451 ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
13452 ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
13453 ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
13454 ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
13455 ! lib/CGI/t/switch.t lib/CGI/t/util.t
13456 ____________________________________________________________________________
13457 [ 19663] By: jhi on 2003/06/02 16:16:51
13458 Log: Whitespace tweaks.
13461 ____________________________________________________________________________
13462 [ 19662] By: jhi on 2003/06/02 16:08:22
13463 Log: U/WIN: final (for now) touches from John P. Linderman;
13464 now we get 97% success rate, the remaining failures are
13467 ! hints/uwin.sh lib/locale.t
13468 ____________________________________________________________________________
13469 [ 19661] By: gbarr on 2003/06/02 12:13:35
13470 Log: Sync with libnet 1.14
13472 ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
13473 ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
13474 ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
13475 ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
13476 ____________________________________________________________________________
13477 [ 19660] By: jhi on 2003/06/02 09:28:30
13478 Log: Beautification.
13481 ____________________________________________________________________________
13482 [ 19659] By: jhi on 2003/06/02 09:07:38
13483 Log: Duplicate definition bad.
13486 ____________________________________________________________________________
13487 [ 19658] By: jhi on 2003/06/02 09:02:18
13488 Log: I thought I tried building threaded. Never think. Try.
13491 ____________________________________________________________________________
13492 [ 19657] By: jhi on 2003/06/02 08:54:04
13493 Log: Stick with the original (5.8.0) logic.
13496 ____________________________________________________________________________
13497 [ 19656] By: jhi on 2003/06/02 08:28:51
13498 Log: Since pulling in File::Temp for tempfiles would pull in
13499 also Fcntl, miniperl could not open up tempfiles. This broke
13500 the use of miniperl in VMS, as noticed by Craig Berry.
13501 Try to cure this by moving the creation of tempfile into its
13502 own routine, my_tmpfp(), which gets compiled differently
13503 for miniperl and perl.
13505 ! embed.fnc embed.h op.c perlio.c proto.h
13506 ____________________________________________________________________________
13507 [ 19655] By: jhi on 2003/06/02 06:54:05
13508 Log: A pointless test, noticed by Craig Berry.
13511 ____________________________________________________________________________
13512 [ 19654] By: rgs on 2003/06/01 07:37:50
13513 Log: Two Cygwin patches from Gerrit.
13515 Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
13516 From: "Gerrit P. Haase" <gp@familiehaase.de>
13517 Date: Sat, 31 May 2003 14:12:07 +0200
13518 Message-ID: <179860591535.20030531141207@familiehaase.de>
13520 Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
13521 Date: Sat, 31 May 2003 13:57:49 +0200
13522 Message-ID: <11859733881.20030531135749@familiehaase.de>
13524 ! README.cygwin perl.h t/io/layers.t
13525 ____________________________________________________________________________
13526 [ 19652] By: rgs on 2003/05/31 19:54:31
13527 Log: Fix a case of segfault in gv_check(), by making
13528 it ignore non-GV values in stashes.
13530 ! gv.c t/op/stash.t
13531 ____________________________________________________________________________
13532 [ 19651] By: rgs on 2003/05/31 18:48:59
13533 Log: Don't install test.pl files.
13536 ____________________________________________________________________________
13537 [ 19650] By: rgs on 2003/05/31 18:47:50
13538 Log: Regenerate internals pods.
13540 ! pod/perlapi.pod pod/perlintern.pod
13541 ____________________________________________________________________________
13542 [ 19649] By: rgs on 2003/05/31 18:33:07
13543 Log: Subject: [PATCH] jumbo closure patch broke formats
13544 From: Dave Mitchell <davem@fdgroup.com>
13545 Date: Sat, 31 May 2003 19:54:48 +0100
13546 Message-ID: <20030531185448.GA6055@fdgroup.com>
13547 Plus restore the original test script for bug #22372
13549 ! pad.c t/op/write.t
13550 ____________________________________________________________________________
13551 [ 19648] By: jhi on 2003/05/31 17:37:36
13552 Log: Better patch from Inaba Hiroto for
13553 [perl #22375] 'split'/'index' problem for utf8
13556 ____________________________________________________________________________
13557 [ 19647] By: rgs on 2003/05/31 11:46:52
13558 Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
13559 From: Enache Adrian <enache@rdslink.ro>
13560 Date: Sat, 31 May 2003 14:18:11 +0300
13561 Message-ID: <20030531111811.GA1240@ratsnest.hole>
13564 ____________________________________________________________________________
13565 [ 19646] By: jhi on 2003/05/31 05:40:15
13566 Log: Interesting patch(1) glitch.
13569 ____________________________________________________________________________
13570 [ 19645] By: jhi on 2003/05/31 05:37:10
13571 Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
13572 From: Enache Adrian <enache@rdslink.ro>
13573 Date: Fri, 30 May 2003 18:52:28 +0300
13574 Message-ID: <20030530155228.GA872@ratsnest.hole>
13576 ! sv.c t/op/write.t
13577 ____________________________________________________________________________
13578 [ 19644] By: jhi on 2003/05/31 05:31:11
13579 Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
13580 From: "Craig A. Berry" <craigberry@mac.com>
13581 Date: Fri, 30 May 2003 13:08:01 -0500
13582 Message-ID: <3ED79E01.8050401@mac.com>
13584 ! ext/Encode/t/perlio.t
13585 ____________________________________________________________________________
13586 [ 19643] By: jhi on 2003/05/31 05:28:56
13587 Log: Upgrade to Tie::File 0.96.
13589 ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13590 ! lib/Tie/File/t/09_gen_rs.t
13591 ____________________________________________________________________________
13592 [ 19642] By: jhi on 2003/05/30 19:06:02
13593 Log: test.pl-isation.
13596 ____________________________________________________________________________
13597 [ 19641] By: jhi on 2003/05/30 15:59:57
13598 Log: A bit of networking notworking negativity.
13599 (Inspiration from Jos.)
13602 ____________________________________________________________________________
13603 [ 19640] By: jhi on 2003/05/30 05:47:15
13604 Log: Fix for "#22375 'split'/'index' problem for utf8".
13606 ! sv.c t/op/index.t
13607 ____________________________________________________________________________
13608 [ 19639] By: jhi on 2003/05/29 19:07:35
13609 Log: Add the test case for the already fixed
13610 [perl #22351] perl bug with 'e' substitution modifier
13613 ____________________________________________________________________________
13614 [ 19638] By: jhi on 2003/05/29 18:56:46
13615 Log: Comment tweakage.
13618 ____________________________________________________________________________
13619 [ 19637] By: rgs on 2003/05/29 18:47:40
13620 Log: Subject: [PATCH] jumbo closure fix
13621 From: Dave Mitchell <davem@fdgroup.com>
13622 Date: Wed, 26 Feb 2003 14:49:47 +0000
13623 Message-ID: <20030226144947.A14444@fdgroup.com>
13625 ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
13626 ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
13627 ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
13629 ____________________________________________________________________________
13630 [ 19635] By: jhi on 2003/05/29 09:13:06
13631 Log: Subject: Credits patch
13632 From: Ed Avis <ed@membled.com>
13633 Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
13634 Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
13636 ! lib/Tie/RefHash.pm
13637 ____________________________________________________________________________
13638 [ 19634] By: jhi on 2003/05/29 09:11:30
13639 Log: Subject: [patch] IO::File->open() with encoding
13640 From: Pradeep Hodigere <phodigere@yahoo.com>
13641 Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
13642 Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
13644 + ext/IO/lib/IO/t/io_utf8.t
13645 ! MANIFEST ext/IO/lib/IO/File.pm
13646 ____________________________________________________________________________
13647 [ 19633] By: jhi on 2003/05/29 08:18:09
13648 Log: A *much* cut-down version of the patches in the thread
13649 Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
13650 From: Jim Cromie (via RT) <perlbug-followup@perl.org>
13651 Date: 16 May 2003 19:04:28 -0000
13652 Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
13655 ____________________________________________________________________________
13656 [ 19632] By: jhi on 2003/05/29 08:12:46
13657 Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
13658 From: Dave Mitchell <davem@fdgroup.com>
13659 Date: Tue, 27 May 2003 19:31:10 +0100
13660 Message-ID: <20030527183110.GA22715@fdgroup.com>
13663 ____________________________________________________________________________
13664 [ 19631] By: jhi on 2003/05/29 08:11:42
13665 Log: Document that setvbuf() is not probably any more available.
13666 Many reports, most recently by mjd in
13667 [perl #22339] IO::Handle::setvbuf not defined properly
13669 ! ext/IO/lib/IO/Handle.pm
13670 ____________________________________________________________________________
13671 [ 19630] By: jhi on 2003/05/29 07:59:51
13672 Log: Subject: typo in pod/perlfunc.pod
13673 From: Alexey Mahotkin <alexm@w-m.ru>
13674 Date: Wed, 28 May 2003 15:18:04 +0400
13675 Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
13678 ____________________________________________________________________________
13679 [ 19629] By: merijn on 2003/05/28 12:24:42
13680 Log: Subject: [PATCH] Re: a2p is linked against too many libraries
13681 From: Andy Dougherty <doughera@lafayette.edu>
13682 Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
13683 Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
13686 ____________________________________________________________________________
13687 [ 19628] By: jhi on 2003/05/28 05:26:43
13688 Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
13689 From: Jan Dubois <jand@ActiveState.com>
13690 Date: Mon, 26 May 2003 23:33:53 -0700
13691 Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
13693 ! pod/perlrun.pod win32/win32.c
13694 ____________________________________________________________________________
13695 [ 19627] By: jhi on 2003/05/28 05:08:07
13696 Log: OpenZaurus cross-compilation patches from Redvers Davies.
13698 ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
13699 ! Cross/config.sh-arm-linux Cross/generate_config_sh
13700 ! Cross/installperl.patch
13701 ____________________________________________________________________________
13702 [ 19626] By: jhi on 2003/05/27 06:30:54
13703 Log: For now reword the sysread/syswrite description to
13704 stress the fact that by default everything is still bytes.
13707 ____________________________________________________________________________
13708 [ 19625] By: jhi on 2003/05/26 20:31:56
13709 Log: Subject: Re: [perl #22299] goto doesn't find label
13710 From: Dave Mitchell <davem@fdgroup.com>
13711 Date: Sat, 24 May 2003 12:25:17 +0100
13712 Message-ID: <20030524112517.GA11761@fdgroup.com>
13714 Subject: [PATCH] Re: [perl #22299] goto doesn't find label
13715 From: Dave Mitchell <davem@fdgroup.com>
13716 Date: Mon, 26 May 2003 13:47:11 +0100
13717 Message-ID: <20030526124710.GA17670@fdgroup.com>
13719 ! pp_ctl.c t/op/goto.t
13720 ____________________________________________________________________________
13721 [ 19623] By: merijn on 2003/05/26 11:19:38
13722 Log: Subject: [PATCH] for cygwin/perlld.in
13723 From: "Gerrit P. Haase" <gp@familiehaase.de>
13724 Date: Sat, 24 May 2003 16:51:29 +0200
13725 Message-ID: <162265353578.20030524165129@familiehaase.de>
13728 ____________________________________________________________________________
13729 [ 19622] By: jhi on 2003/05/25 18:57:18
13730 Log: Regen modlib and toc.
13732 ! pod/perlmodlib.pod pod/perltoc.pod
13733 ____________________________________________________________________________
13734 [ 19621] By: jhi on 2003/05/25 18:51:00
13735 Log: Run external commands only with localized sanitized $ENV{PATH}.
13737 ! ext/Sys/Hostname/Hostname.pm
13738 ____________________________________________________________________________
13739 [ 19620] By: jhi on 2003/05/25 18:39:04
13740 Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
13741 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13742 Date: Sun, 25 May 2003 21:17:42 +0200
13743 Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
13746 ____________________________________________________________________________
13747 [ 19619] By: jhi on 2003/05/25 18:36:17
13748 Log: Protect against race conditions: if the pid is not seen,
13749 neither will be the $0 change be seen (and vice versa).
13751 ! ext/threads/t/join.t
13752 ____________________________________________________________________________
13753 [ 19618] By: jhi on 2003/05/24 19:54:39
13754 Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
13755 From: Dan Kogai <dankogai@dan.co.jp>
13756 Date: 24 May 2003 19:50:48 -0000
13757 Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
13759 ! ext/Encode/bin/piconv
13760 ____________________________________________________________________________
13761 [ 19610] By: jhi on 2003/05/24 06:42:52
13762 Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
13763 From: Dave Mitchell <davem@fdgroup.com>
13764 Date: Thu, 22 May 2003 10:13:19 +0100
13765 Message-ID: <20030522091319.GA4568@fdgroup.com>
13767 Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
13768 From: Dave Mitchell <davem@fdgroup.com>
13769 Date: Fri, 23 May 2003 17:09:44 +0100
13770 Message-ID: <20030523160944.GC9194@fdgroup.com>
13772 ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
13773 ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
13774 ____________________________________________________________________________
13775 [ 19608] By: jhi on 2003/05/24 06:30:40
13778 ! NetWare/config_H.wc Porting/config_H config_h.SH
13779 ! plan9/config.plan9 plan9/config_h.sample uconfig.h
13780 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13781 ! win32/config_H.vc64 wince/config_H.ce
13782 ____________________________________________________________________________
13783 [ 19607] By: jhi on 2003/05/24 06:23:51
13784 Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
13786 ! Cross/config.sh-arm-linux NetWare/config.wc
13787 ! NetWare/config_H.wc configure.com epoc/config.sh
13788 ! plan9/config.plan9 plan9/config_h.sample
13789 ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
13790 ! win32/config.gc win32/config.vc win32/config.vc64
13791 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13792 ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
13793 ____________________________________________________________________________
13794 [ 19606] By: jhi on 2003/05/24 06:05:17
13795 Log: Regen Glossary et al.
13797 ! Porting/Glossary Porting/config.sh Porting/config_H
13798 ____________________________________________________________________________
13799 [ 19604] By: jhi on 2003/05/24 05:57:49
13800 Log: Add a real scan for pthread_attr_setscope().
13802 ! Configure config_h.SH ext/threads/threads.xs
13803 ____________________________________________________________________________
13804 [ 19603] By: jhi on 2003/05/24 05:32:34
13805 Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
13809 ____________________________________________________________________________
13810 [ 19602] By: jhi on 2003/05/23 17:02:28
13811 Log: Noticed by John P. Linderman.
13813 ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
13814 ____________________________________________________________________________
13815 [ 19601] By: jhi on 2003/05/23 16:58:04
13816 Log: Subject: [PATCH] RE: state of deparse?
13817 From: Robin Barker <Robin.Barker@npl.co.uk>
13818 Date: Fri, 23 May 2003 17:42:37 +0100
13819 Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
13821 ! ext/B/B/Deparse.pm
13822 ____________________________________________________________________________
13823 [ 19600] By: jhi on 2003/05/23 16:55:09
13824 Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
13825 From: Robin Barker <Robin.Barker@npl.co.uk>
13826 Date: Fri, 23 May 2003 17:37:09 +0100
13827 Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
13829 ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
13830 ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
13831 ____________________________________________________________________________
13832 [ 19599] By: jhi on 2003/05/23 16:51:18
13833 Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
13834 From: Robin Barker <Robin.Barker@npl.co.uk>
13835 Date: Fri, 23 May 2003 17:32:22 +0100
13836 Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
13838 ! embed.pl perl.h perlio.c perlio.h proto.h
13839 ____________________________________________________________________________
13840 [ 19598] By: jhi on 2003/05/23 16:05:36
13841 Log: Hasty editing, grumble.
13843 ! ext/POSIX/POSIX.xs
13844 ____________________________________________________________________________
13845 [ 19597] By: jhi on 2003/05/23 16:02:30
13846 Log: Linewrapping MUAs, grumble.
13848 ! ext/POSIX/POSIX.xs
13849 ____________________________________________________________________________
13850 [ 19596] By: jhi on 2003/05/23 16:00:51
13851 Log: U/WIN extension fix from John P. Linderman.
13853 ! ext/POSIX/POSIX.xs
13854 ____________________________________________________________________________
13855 [ 19595] By: jhi on 2003/05/23 14:19:53
13856 Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
13857 From: Dan Kogai <dankogai@dan.co.jp>
13858 Date: Sat, 24 May 2003 00:15:49 +0900
13859 Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
13861 ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
13862 ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
13863 ____________________________________________________________________________
13864 [ 19594] By: jhi on 2003/05/23 13:06:25
13865 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
13866 From: Michael G Schwern <schwern@pobox.com>
13867 Date: Fri, 23 May 2003 02:10:46 -0700
13868 Message-ID: <20030523091046.GB11662@windhund.schwern.org>
13870 + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
13871 + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
13872 ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
13873 ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
13874 ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
13875 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13876 ! lib/ExtUtils/MakeMaker/FAQ.pod
13877 ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
13878 ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
13879 ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
13880 ____________________________________________________________________________
13881 [ 19593] By: jhi on 2003/05/23 12:56:23
13882 Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
13883 From: Dan Kogai <dankogai@dan.co.jp>
13884 Date: Fri, 23 May 2003 20:17:16 +0900
13885 Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
13887 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13888 ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
13889 ! ext/Encode/lib/Encode/Encoding.pm
13890 ! ext/PerlIO/encoding/encoding.xs
13891 ____________________________________________________________________________
13892 [ 19592] By: jhi on 2003/05/23 12:52:05
13893 Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
13895 ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
13896 ! ext/Time/HiRes/HiRes.xs
13897 ____________________________________________________________________________
13898 [ 19590] By: jhi on 2003/05/22 11:51:46
13899 Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
13900 From: Dan Kogai <dankogai@dan.co.jp>
13901 Date: Thu, 22 May 2003 18:46:40 +0900
13902 Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
13904 ! ext/Encode/encoding.pm
13905 ____________________________________________________________________________
13906 [ 19589] By: rgs on 2003/05/21 21:37:28
13907 Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
13908 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
13909 Date: Tue, 13 May 2003 10:36:32 +0200
13910 Message-id: <20030513083631.GA21782@ethan>
13913 ____________________________________________________________________________
13914 [ 19588] By: rgs on 2003/05/21 21:03:04
13915 Log: New warning "Useless localization of %s", based on
13916 Subject: [PATCH] new warning "Useless localization of %s is deprecated"
13917 From: Dave Mitchell <davem@fdgroup.com>
13918 Date: Wed, 30 Apr 2003 21:17:38 +0100
13919 Message-ID: <20030430201738.GA22054@fdgroup.com>
13921 The proposed patch added this warning in the 'deprecated' category ;
13922 I think this category is for things that exist and will be removed,
13923 rather than for things that don't exist and that will maybe be added.
13925 ! op.c pod/perldiag.pod t/lib/warnings/op
13926 ____________________________________________________________________________
13927 [ 19586] By: rgs on 2003/05/21 19:56:38
13928 Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
13929 disable the loading of .pmc files if defined.
13930 Rename the function S_doopen_pmc to S_doopen_pm.
13932 ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
13933 ____________________________________________________________________________
13934 [ 19585] By: jhi on 2003/05/21 19:28:23
13935 Log: More U/WIN tweaks from John P. Linderman.
13937 ! t/io/layers.t t/io/tell.t
13938 ____________________________________________________________________________
13939 [ 19584] By: rgs on 2003/05/21 19:27:13
13940 Log: Subject: [PATCH] perldata.pod revamp rev. 3
13941 From: Shlomi Fish <shlomif@vipe.technion.ac.il>
13942 Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
13943 Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
13946 ____________________________________________________________________________
13947 [ 19583] By: jhi on 2003/05/21 19:18:21
13948 Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
13949 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13950 Date: Mon, 19 May 2003 17:53:25 -0400
13951 Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
13953 (the bug id corrected to be #22231, not #22238)
13956 ____________________________________________________________________________
13957 [ 19582] By: jhi on 2003/05/21 14:17:14
13958 Log: MAN3PODS => {} good. (Was in 5.8.0, has been lost at some point.)
13960 ! ext/MIME/Base64/Makefile.PL
13961 ____________________________________________________________________________
13962 [ 19581] By: jhi on 2003/05/21 14:15:26
13963 Log: U/WIN test tweak from John P. Linderman.
13966 ____________________________________________________________________________
13967 [ 19580] By: jhi on 2003/05/21 13:06:13
13968 Log: VMS test tweak from Craig Berry.
13971 ____________________________________________________________________________
13972 [ 19579] By: jhi on 2003/05/21 13:03:34
13973 Log: U/WIN test nit for John P. Linderman.
13976 ____________________________________________________________________________
13977 [ 19578] By: jhi on 2003/05/21 13:01:42
13978 Log: Subject: [Encode] 1.95 released
13979 From: Dan Kogai <dankogai@dan.co.jp>
13980 Date: Wed, 21 May 2003 18:26:26 +0900
13981 Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
13983 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
13984 ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
13985 ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
13986 ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
13987 ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
13988 ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
13989 ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
13990 ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
13991 ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
13992 ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
13993 ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
13994 ! ext/Encode/ucm/8859-9.ucm
13995 ____________________________________________________________________________
13996 [ 19575] By: rgs on 2003/05/20 19:22:30
13997 Log: Enhance the failure reporting for the pod2html tests
13999 ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
14000 ____________________________________________________________________________
14001 [ 19574] By: rgs on 2003/05/20 18:52:21
14002 Log: Upgrade to Getopt::Long 2.33
14003 (mostly a version number increment)
14005 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14006 ! lib/Getopt/Long/README
14007 ____________________________________________________________________________
14008 [ 19573] By: rgs on 2003/05/20 18:43:37
14009 Log: Upgrade to CPAN 1.70_54
14010 Subject: Re: CPAN.pm into blead
14011 From: Andreas J Koenig <andreas.koenig@anima.de>
14012 Date: Tue, 20 May 2003 11:31:16 +0200
14013 Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
14016 ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
14017 ____________________________________________________________________________
14018 [ 19571] By: jhi on 2003/05/19 19:52:23
14019 Log: Further -Uuseperlio tweaking.
14021 ! ext/Encode/t/Unicode.t
14022 ____________________________________________________________________________
14023 [ 19570] By: rgs on 2003/05/19 19:20:48
14024 Log: Subject: Re: Possible precedence problem on bitwise ^ operator
14025 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14026 Date: Sun, 18 May 2003 19:21:01 -0700
14027 Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
14028 (with tweaks to perldiag.pod)
14030 ! op.c pod/perldiag.pod
14031 ____________________________________________________________________________
14032 [ 19569] By: jhi on 2003/05/19 19:02:23
14033 Log: More Ultrix double definition avoidance.
14035 ! ext/Socket/Socket.xs
14036 ____________________________________________________________________________
14037 [ 19566] By: jhi on 2003/05/19 04:58:25
14038 Log: Integrate perlio:
14043 EINTR retry should exit on count >= 0 not !=0
14046 ____________________________________________________________________________
14047 [ 19565] By: jhi on 2003/05/19 04:56:16
14048 Log: Nekkid numbers.
14050 ! ext/threads/threads.xs
14051 ____________________________________________________________________________
14052 [ 19564] By: jhi on 2003/05/19 04:52:49
14053 Log: Meaningless cosmetics.
14055 ! ext/threads/threads.xs
14056 ____________________________________________________________________________
14057 [ 19563] By: jhi on 2003/05/19 04:47:53
14058 Log: Make Perl_ithread_self() a bit more helpful when
14059 finding the thread fails (suggested by Stas in
14060 perl-ithreads Mar 01)
14062 ! ext/threads/threads.xs
14063 ____________________________________________________________________________
14064 [ 19562] By: jhi on 2003/05/19 04:40:11
14065 Log: Slightly wrong panic messages.
14067 ! ext/threads/threads.xs
14068 ____________________________________________________________________________
14069 [ 19561] By: jhi on 2003/05/19 04:33:31
14070 Log: Ultrix: the #19435 helped the IO extension, so this should
14071 help the Socket extension (socket structs redefinitions).
14073 ! ext/Socket/Socket.xs
14074 ____________________________________________________________________________
14075 [ 19560] By: jhi on 2003/05/19 04:30:01
14078 Subject: [PATCH threads.xs] no system scope on VMS
14079 From: "Craig A. Berry" <craigberry@mac.com>
14080 Date: Sun, 18 May 2003 23:02:07 -0500
14081 Message-ID: <3EC8573F.6050005@mac.com>
14083 but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
14085 ! ext/threads/threads.xs
14086 ____________________________________________________________________________
14087 [ 19559] By: jhi on 2003/05/19 04:24:27
14088 Log: Make the test work without perlio, from Dan Kogai.
14090 ! ext/Encode/t/Unicode.t
14091 ____________________________________________________________________________
14092 [ 19558] By: rgs on 2003/05/18 21:40:10
14093 Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
14094 From: Michael G Schwern <schwern@pobox.com>
14095 Date: Wed, 14 May 2003 15:36:23 -0700
14096 Message-ID: <20030514223623.GD23350@windhund.schwern.org>
14098 ! pod/perlsyn.pod pod/perltrap.pod
14099 ____________________________________________________________________________
14100 [ 19552] By: jhi on 2003/05/18 07:57:23
14101 Log: Integrate from perlio:
14106 Spotted a bare close() where PerlLIO_close() seems correct.
14109 ____________________________________________________________________________
14110 [ 19550] By: jhi on 2003/05/18 06:23:50
14111 Log: UTF-7 tweak from Dan Kogai.
14113 ! ext/Encode/lib/Encode/Unicode/UTF7.pm
14114 ____________________________________________________________________________
14115 [ 19549] By: jhi on 2003/05/18 05:58:58
14116 Log: The 'quotes' really are important (caught by Enache Adrian).
14119 ____________________________________________________________________________
14120 [ 19548] By: jhi on 2003/05/17 16:39:19
14121 Log: Subject: [Encode] UTF-7 Support
14122 From: Dan Kogai <dankogai@dan.co.jp>
14123 Date: Sun, 18 May 2003 00:45:35 +0900
14124 Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
14126 + ext/Encode/lib/Encode/Unicode/UTF7.pm
14127 ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
14128 ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
14129 ! ext/Encode/lib/Encode/Config.pm
14130 ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
14131 ____________________________________________________________________________
14132 [ 19547] By: jhi on 2003/05/17 16:26:47
14133 Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
14134 non-left-aligned heredocs.
14137 ____________________________________________________________________________
14138 [ 19545] By: jhi on 2003/05/17 15:51:07
14139 Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
14140 From: Alan Burlison <Alan.Burlison@sun.com>
14141 Date: Thu, 15 May 2003 22:17:55 +0100
14142 Message-ID: <3EC40403.9000804@sun.com>
14144 (fixed symbol scanning for Solaris 10)
14147 ____________________________________________________________________________
14148 [ 19541] By: rgs on 2003/05/17 12:10:14
14149 Log: Upgrade to Getopt::Long 2.32_05
14151 ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14152 ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
14153 ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
14154 ! lib/Getopt/Long/t/gol-oo.t
14155 ____________________________________________________________________________
14156 [ 19540] By: rgs on 2003/05/17 11:46:25
14157 Log: Clarify the explanation of the warning "Possible precedence problem
14158 on bitwise operator".
14161 ____________________________________________________________________________
14162 [ 19539] By: rgs on 2003/05/17 11:36:08
14163 Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
14164 with fractional version numbers or v-strings.
14166 ! ext/B/B/Deparse.pm
14167 ____________________________________________________________________________
14168 [ 19537] By: gsar on 2003/05/17 06:32:46
14169 Log: missing init in change#19533
14172 ____________________________________________________________________________
14173 [ 19536] By: gsar on 2003/05/17 06:07:07
14174 Log: apply Net::Ping patch that makes the fork()-based approach
14175 work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
14177 the code this affects is currently not enabled anywhere, but
14178 could be enabled if the non-blocking approach runs into problems
14179 on older windows versions
14182 ____________________________________________________________________________
14183 [ 19535] By: gsar on 2003/05/17 05:54:39
14184 Log: improve the implementation of Net::Ping on windows by avoiding
14185 fork(), which is pretty heavy-weight for this kind of
14186 application; use non-blocking sockets instead
14188 has been verified to work on Win2k but will need testing on
14189 other flavors of windows
14191 there is a single known failure on windows in 450_service.t (test 18)
14192 due to what appears to be bugs in the ping_syn()/ack() code
14195 ____________________________________________________________________________
14196 [ 19534] By: gsar on 2003/05/17 04:53:06
14197 Log: change#16723 broke the ioctl() return value on platforms
14198 that have ioctl() but no fcntl() (e.g. windows)
14200 change#17577 then attempted to fix the bustage, but got
14204 ____________________________________________________________________________
14205 [ 19533] By: gsar on 2003/05/17 04:49:18
14206 Log: avoid select() on windows destroying errno (used to typically
14207 always sets it to EINVAL due to the way it maps the FD_SETs)
14210 ____________________________________________________________________________
14211 [ 19532] By: jhi on 2003/05/16 18:21:27
14212 Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
14213 compile error on ia64/HP-UX (comparing incompatible pointers)"
14214 plus a possible cure for the warning mentioned in the case.
14216 ! ext/Storable/Storable.xs
14217 ____________________________________________________________________________
14218 [ 19531] By: jhi on 2003/05/16 17:56:06
14219 Log: Apply the supplied patch for [perl #22195]
14220 "File::Find, sorted directory traversal order is inverted"
14223 ____________________________________________________________________________
14224 [ 19528] By: jhi on 2003/05/16 15:56:33
14225 Log: Subject: [PATCH] RE: maint snapshot @ 19525
14226 From: Robin Barker <Robin.Barker@npl.co.uk>
14227 Date: Fri, 16 May 2003 17:16:57 +0100
14228 Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
14230 (Part #2: the hv.c SVf)
14233 ____________________________________________________________________________
14234 [ 19527] By: jhi on 2003/05/16 15:55:10
14235 Log: Subject: [PATCH] RE: maint snapshot @ 19525
14236 From: Robin Barker <Robin.Barker@npl.co.uk>
14237 Date: Fri, 16 May 2003 17:16:57 +0100
14238 Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
14240 (Part #1: the __format__ and __printf__)
14242 ! Configure embed.pl perlio.c proto.h
14243 ____________________________________________________________________________
14244 [ 19523] By: jhi on 2003/05/14 05:19:05
14245 Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
14246 From: Gisle Aas <gisle@ActiveState.com>
14247 Date: 13 May 2003 19:51:19 -0700
14248 Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
14250 ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
14251 ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
14252 ! ext/MIME/Base64/t/quoted-print.t
14253 ____________________________________________________________________________
14254 [ 19522] By: jhi on 2003/05/14 05:11:49
14255 Log: More Panther moves.
14257 ! Makefile.SH hints/darwin.sh
14258 ____________________________________________________________________________
14259 [ 19521] By: jhi on 2003/05/13 19:33:44
14260 Log: Curliff and liff with ease.
14262 + Porting/curliff.pl
14264 ____________________________________________________________________________
14265 [ 19520] By: jhi on 2003/05/13 18:59:51
14266 Log: Use /usr/bin/perl (de facto in Porting/ scripts).
14268 ! Porting/sort_perldiag.pl
14269 ____________________________________________________________________________
14270 [ 19518] By: jhi on 2003/05/13 18:53:48
14271 Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
14272 From: Casey West <casey@geeknest.com>
14273 Date: Fri, 9 May 2003 04:00:44 -0400
14274 Message-ID: <20030509080044.GA49820@geeknest.com>
14276 (except for the dup.t patch which diddled with system().)
14278 ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
14279 ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
14280 ! plan9/config.plan9 plan9/config_h.sample uconfig.h
14281 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14282 ! win32/config_H.vc64 wince/config_H.ce
14283 ____________________________________________________________________________
14284 [ 19517] By: jhi on 2003/05/13 18:39:40
14285 Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
14286 From: Gisle Aas <gisle@ActiveState.com>
14287 Date: 13 May 2003 09:59:50 -0700
14288 Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
14290 ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
14291 ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
14292 ! ext/MIME/Base64/t/quoted-print.t
14293 ____________________________________________________________________________
14294 [ 19516] By: jhi on 2003/05/13 18:37:11
14295 Log: Subject: [PATCH] More perldiag.pod sorting
14296 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
14297 Date: Tue, 13 May 2003 15:13:53 -0400
14298 Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
14300 (plus add 'no locale;')
14302 + Porting/sort_perldiag.pl
14303 ! MANIFEST pod/perldiag.pod
14304 ____________________________________________________________________________
14305 [ 19514] By: jhi on 2003/05/13 17:38:09
14308 ! lib/Unicode/UCD.pm
14309 ____________________________________________________________________________
14310 [ 19512] By: gsar on 2003/05/13 13:28:42
14311 Log: make it easier to reproduce the bug
14314 ____________________________________________________________________________
14315 [ 19511] By: gsar on 2003/05/13 13:08:47
14316 Log: the \do {local *FH} trick in Tie::File was really only needed
14317 on 5.005 and earlier, since later versions can autovivify
14320 however, a search in the p5p archives reveals the trick doesn't
14321 fully work in the versions it is needed in, so use the more
14322 standard Symbol::gensym() way
14324 ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
14325 ____________________________________________________________________________
14326 [ 19510] By: gsar on 2003/05/13 12:36:01
14327 Log: $Config{usethreads} wasn't being set on windows
14329 ! win32/Makefile win32/makefile.mk
14330 ____________________________________________________________________________
14331 [ 19509] By: jhi on 2003/05/13 12:24:19
14332 Log: Reinstate the #19498 but now skip the crashing
14333 tests (when threaded) as TODOs.
14335 ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
14336 ____________________________________________________________________________
14337 [ 19508] By: jhi on 2003/05/13 11:22:06
14338 Log: Revert #19498 since it broke threaded builds.
14341 ____________________________________________________________________________
14342 [ 19507] By: jhi on 2003/05/13 05:20:56
14343 Log: Better be explicit with dangling elses.
14346 ____________________________________________________________________________
14347 [ 19506] By: jhi on 2003/05/13 04:46:18
14348 Log: Detypo Pantherisms.
14350 ! Makefile.SH hints/darwin.sh
14351 ____________________________________________________________________________
14352 [ 19505] By: rgs on 2003/05/12 21:49:21
14353 Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
14354 From: Alex Vandiver <alexmv@MIT.EDU>
14355 Date: 02 May 2003 06:45:05 -0400
14356 Message-Id: <1051872303.26203.104.camel@supox>
14357 (plus perldiag nit)
14359 ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
14361 ____________________________________________________________________________
14362 [ 19504] By: rgs on 2003/05/12 20:52:52
14363 Log: Small nit in perlsyn about the new // operator
14366 ____________________________________________________________________________
14367 [ 19503] By: rgs on 2003/05/12 19:43:07
14368 Log: Use a more sophisticated heuristics to produce the warning
14369 'Parentheses missing around "%s" list'. This fixes bug #22147.
14370 Also, the warning is now produced for C<local *a,*b;>.
14372 ! op.c t/lib/warnings/op
14373 ____________________________________________________________________________
14374 [ 19502] By: jhi on 2003/05/12 19:34:10
14375 Log: Work also without perlio.
14378 ____________________________________________________________________________
14379 [ 19500] By: jhi on 2003/05/12 05:25:14
14380 Log: Panther preparation.
14382 ! Makefile.SH hints/darwin.sh
14383 ____________________________________________________________________________
14384 [ 19499] By: jhi on 2003/05/12 04:49:57
14385 Log: More moves to intrpvar.h.
14387 ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
14388 ____________________________________________________________________________
14389 [ 19498] By: gsar on 2003/05/12 01:40:46
14390 Log: fix for Tie::File test failures on windows: the problem was
14391 that Tie::File did not close any file handles it opens internally,
14392 leading to file handle leaks and t/tf* temporary file littering;
14393 we now close the handle iff Tie::File opened it
14395 this fix unearths what appears to be a perl bug in localizing globs:
14396 09_gen_rs.t fails due to a prematurely closed filehandle, although
14397 it wasn't explicitly closed anywhere by the code (renaming the
14398 *FH at line 97 to *FH1 makes it work, but I haven't done this
14399 to allow the bug to be tracked down)
14402 ____________________________________________________________________________
14403 [ 19497] By: jhi on 2003/05/11 20:17:30
14404 Log: Move the thread *hook into interpreter.
14406 ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
14407 ____________________________________________________________________________
14408 [ 19496] By: rgs on 2003/05/11 20:06:03
14409 Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
14410 From: Dave Mitchell <davem@fdgroup.com>
14411 Date: Sat, 10 May 2003 01:45:23 +0100
14412 Message-ID: <20030510004523.GC20871@fdgroup.com>
14415 ____________________________________________________________________________
14416 [ 19495] By: rgs on 2003/05/11 20:01:10
14417 Log: Open UNIX is not really "formerly Unixware", since the most
14418 recent releases are known as Unixware, not as Open UNIX.
14421 ____________________________________________________________________________
14422 [ 19494] By: jhi on 2003/05/11 19:52:38
14423 Log: Slight tweaks to the platform list.
14426 ____________________________________________________________________________
14427 [ 19493] By: rgs on 2003/05/11 19:13:00
14428 Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
14429 From: Casey West <casey@geeknest.com>
14430 Date: Fri, 9 May 2003 10:30:13 -0400
14431 Message-ID: <20030509143013.GM49820@geeknest.com>
14434 ____________________________________________________________________________
14435 [ 19492] By: rgs on 2003/05/11 19:04:27
14436 Log: perlport.pod nit for doc bug #8253.
14439 ____________________________________________________________________________
14440 [ 19491] By: jhi on 2003/05/11 17:50:49
14444 ____________________________________________________________________________
14445 [ 19490] By: jhi on 2003/05/11 17:46:09
14446 Log: Try to handle a $^X with spaces in it.
14449 ____________________________________________________________________________
14450 [ 19489] By: jhi on 2003/05/11 17:44:28
14451 Log: Separate the creation of the command to run by
14452 runperl() into its own function, _create_runperl().
14455 ____________________________________________________________________________
14456 [ 19488] By: jhi on 2003/05/11 16:52:00
14457 Log: Fixup the method behaviour table.
14460 ____________________________________________________________________________
14461 [ 19487] By: jhi on 2003/05/11 16:43:26
14462 Log: Integrate from perlio:
14464 Tweaks to Jarkko's NULL deref checks in perlio.c
14467 Fix for bugs 21717 and 22140.
14468 Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
14469 and derived layers. So have :unix's "pushed" method stat() the fd and
14470 cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
14474 Better but still unproven fix for lseek() on pipes.
14480 Tests to prove Ticket 9468 is fixed.
14483 add test for change#19475,19479 (bugs#21717,22140)
14485 !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
14487 ____________________________________________________________________________
14488 [ 19484] By: gsar on 2003/05/11 15:37:14
14489 Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
14490 in terms of an exported function rather than as an inlined
14491 macro (latter wants PL_op_mutex which isn't exported as such)
14493 Jarkko: please merge into maint-5.8
14495 ! dosish.h makedef.pl win32/win32.c win32/win32.h
14496 ____________________________________________________________________________
14497 [ 19482] By: jhi on 2003/05/11 07:53:26
14498 Log: Test _getcode().
14500 ! lib/Unicode/UCD.t
14501 ____________________________________________________________________________
14502 [ 19481] By: jhi on 2003/05/11 06:25:08
14503 Log: Clarify the doc (and the code) for Unicode code points.
14505 ! lib/Unicode/UCD.pm
14506 ____________________________________________________________________________
14507 [ 19480] By: jhi on 2003/05/11 06:18:06
14508 Log: Another doc suggestion from terry@eatoni.com (terry jones):
14509 use codepoints that return undef.
14511 ! lib/Unicode/UCD.pm
14512 ____________________________________________________________________________
14513 [ 19478] By: jhi on 2003/05/10 19:01:17
14514 Log: Add Encode's META.yml.
14516 + ext/Encode/META.yml
14518 ____________________________________________________________________________
14519 [ 19477] By: jhi on 2003/05/10 18:59:29
14520 Log: Upgrade to Encode 1.94.
14522 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
14523 ! ext/Encode/MANIFEST ext/Encode/bin/piconv
14524 ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
14525 ! ext/Encode/t/mime-header.t
14526 ____________________________________________________________________________
14527 [ 19476] By: jhi on 2003/05/10 18:56:08
14528 Log: Doc bug noticed by terry@eatoni.com (terry jones).
14530 ! lib/Unicode/UCD.pm
14531 ____________________________________________________________________________
14532 [ 19472] By: jhi on 2003/05/10 10:55:49
14533 Log: Try to plug more potential PerlIO NULL method
14534 dereferences; try to document the matter.
14536 ! perlio.c pod/perliol.pod
14537 ____________________________________________________________________________
14538 [ 19471] By: jhi on 2003/05/10 07:07:30
14539 Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
14542 ____________________________________________________________________________
14543 [ 19470] By: jhi on 2003/05/10 06:51:24
14544 Log: In eof() the errno can get stomped by the peek-ahead.
14546 ! doio.c ext/Socket/socketpair.t
14547 ____________________________________________________________________________
14548 [ 19469] By: rgs on 2003/05/09 21:33:15
14549 Log: A regression test for the remaining "Final $ should be..." error.
14552 ____________________________________________________________________________
14553 [ 19468] By: rgs on 2003/05/09 21:23:57
14554 Log: Remove the error messages "Final @ should be \@ or @name"
14555 and "Final % should be \% or %name", that appear to be
14556 only produced in addition to another syntax error, and therefore
14557 misleading, if I understand correctly that kind of black magic.
14559 ! pod/perldiag.pod toke.c
14560 ____________________________________________________________________________
14561 [ 19467] By: jhi on 2003/05/09 20:11:18
14562 Log: Have to think this test more when I'm awake.
14564 ! ext/Socket/socketpair.t
14565 ____________________________________________________________________________
14566 [ 19466] By: rgs on 2003/05/09 19:56:37
14567 Log: Document that perl tries to load .pmc files before .pm files.
14568 Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
14569 From: Casey West <casey@geeknest.com>
14570 Date: Fri, 9 May 2003 17:03:50 -0400
14571 Message-ID: <20030509210350.GW49820@geeknest.com>
14574 ____________________________________________________________________________
14575 [ 19465] By: rgs on 2003/05/09 19:47:49
14576 Log: Fix for doc bug #8602 : clarify eof() example comments
14579 ____________________________________________________________________________
14580 [ 19464] By: rgs on 2003/05/09 19:34:30
14581 Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
14582 From: Casey West <casey@geeknest.com>
14583 Date: Fri, 9 May 2003 11:09:39 -0400
14584 Message-ID: <20030509150939.GN49820@geeknest.com>
14587 ____________________________________________________________________________
14588 [ 19463] By: rgs on 2003/05/09 19:33:25
14589 Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
14590 From: Casey West <casey@geeknest.com>
14591 Date: Fri, 9 May 2003 15:25:59 -0400
14592 Message-ID: <20030509192559.GS49820@geeknest.com>
14595 ____________________________________________________________________________
14596 [ 19462] By: jhi on 2003/05/09 18:53:27
14597 Log: Try to comprehensively have a plan B if a PerlIO
14598 layer doesn't have a particular function.
14599 (1) If there's a corresponding PerlIOBase, call it.
14600 (2) If not having the function is 'harmless', be silently happy.
14601 (Currently only Flush is in this category.)
14602 (3) Otherwise set errno and return failure.
14605 ____________________________________________________________________________
14606 [ 19461] By: rgs on 2003/05/09 18:45:39
14607 Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
14608 From: Casey West <casey@geeknest.com>
14609 Date: Fri, 9 May 2003 11:17:53 -0400
14610 Message-ID: <20030509151753.GO49820@geeknest.com>
14613 ____________________________________________________________________________
14614 [ 19460] By: jhi on 2003/05/09 14:25:49
14615 Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
14618 ____________________________________________________________________________
14619 [ 19459] By: jhi on 2003/05/09 14:22:08
14620 Log: Result of change #19458.
14623 ____________________________________________________________________________
14624 [ 19458] By: jhi on 2003/05/09 14:21:51
14625 Log: Subject: Weekend fun: MANIFEST sorting
14626 From: andreas.koenig@anima.de (Andreas J. Koenig)
14627 Date: Fri, 09 May 2003 15:12:05 +0200
14628 Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
14630 (both sorts need LC_ALL=C)
14631 (add also manicheck target)
14634 ____________________________________________________________________________
14635 [ 19457] By: jhi on 2003/05/09 04:30:13
14636 Log: Better skip this test on OpenBSD and BSD/OS since it
14637 does not seem to work (Slaven Rezic).
14640 ____________________________________________________________________________
14641 [ 19456] By: jhi on 2003/05/09 03:41:56
14642 Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
14643 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14644 Date: Wed, 07 May 2003 23:37:47 -0700
14645 Message-ID: <7sfu+gzkg+AY092yn@efn.org>
14648 ____________________________________________________________________________
14649 [ 19455] By: jhi on 2003/05/09 03:36:54
14650 Log: Missing files.
14653 ____________________________________________________________________________
14654 [ 19454] By: rgs on 2003/05/08 18:49:25
14655 Log: Suppress a few compilation warnings in pp_hot.c.
14658 ____________________________________________________________________________
14659 [ 19453] By: rgs on 2003/05/08 18:42:16
14660 Log: Remove duplicate entries from perldiag
14663 ____________________________________________________________________________
14664 [ 19452] By: jhi on 2003/05/08 18:12:46
14665 Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
14666 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14667 Date: Wed, 07 May 2003 15:27:07 -0700
14668 Message-ID: <7gYu+gzkgaFU092yn@efn.org>
14670 ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
14671 ! pp_hot.c t/op/magic.t
14672 ____________________________________________________________________________
14673 [ 19451] By: jhi on 2003/05/08 17:47:13
14674 Log: Tiny nit from mjd.
14677 ____________________________________________________________________________
14678 [ 19450] By: jhi on 2003/05/08 17:46:26
14679 Log: Upgrade to Tie::File 0.95.
14681 + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
14682 + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
14683 + lib/Tie/File/t/42_offset.t
14684 ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
14685 ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14686 ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
14687 ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
14688 ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
14689 ! lib/Tie/File/t/30_defer.t
14690 ____________________________________________________________________________
14691 [ 19449] By: jhi on 2003/05/08 17:35:10
14692 Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
14693 From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
14694 Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
14695 Date: 8 May 2003 00:42:18 -0000
14697 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14698 ! ext/Time/HiRes/Makefile.PL
14699 ____________________________________________________________________________
14700 [ 19448] By: jhi on 2003/05/08 17:27:47
14701 Log: Subject: [PATCH] alphabetize perldiag.pod
14702 From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14703 Date: Thu, 8 May 2003 11:52:39 -0400
14704 Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
14707 ____________________________________________________________________________
14708 [ 19447] By: jhi on 2003/05/08 17:19:06
14709 Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
14710 From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
14711 Date: Thu, 08 May 2003 08:42:20 +0200
14712 Message-id: <20030508064220.GA763@ethan>
14714 ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
14715 ! ext/Devel/PPPort/t/test.t
14716 ____________________________________________________________________________
14717 [ 19445] By: jhi on 2003/05/08 05:21:44
14720 Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
14721 From: enache@rdslink.ro (Enache Adrian)
14722 Date: Tue, 22 Apr 2003 02:54:05 +0300
14723 Message-ID: <20030421235405.GA1162@ratsnest.hole>
14725 to quench the black smoke from the BSD builds.
14727 ! lib/ExtUtils/MM_Unix.pm
14728 ____________________________________________________________________________
14729 [ 19444] By: rgs on 2003/05/07 20:25:45
14730 Log: Subject: Re: [DOC PATCH] & More File::Path issues
14731 From: Casey West <casey@geeknest.com>
14732 Date: Mon, 5 May 2003 13:25:47 -0400
14733 Message-ID: <20030505172547.GB20508@geeknest.com>
14736 ____________________________________________________________________________
14737 [ 19443] By: jhi on 2003/05/07 20:03:58
14738 Log: Spelling correction from Nicholas Clark.
14740 ! ext/POSIX/POSIX.pod
14741 ____________________________________________________________________________
14742 [ 19440] By: jhi on 2003/05/07 19:20:53
14743 Log: One more possible extensions permutation.
14746 ____________________________________________________________________________
14747 [ 19437] By: jhi on 2003/05/07 16:58:21
14748 Log: Allow platforms to manipulate their archname by creating
14749 a archname.cbu in their hints files.
14752 ____________________________________________________________________________
14753 [ 19436] By: jhi on 2003/05/07 16:53:26
14754 Log: More long double logic from Alan Burlison.
14757 ____________________________________________________________________________
14758 [ 19435] By: jhi on 2003/05/06 15:21:55
14759 Log: Worth a try for [perl #17146]
14762 ____________________________________________________________________________
14763 [ 19433] By: jhi on 2003/05/06 05:12:23
14764 Log: Document which interfaces are NOT Unicode-aware.
14766 ! pod/perltodo.pod pod/perlunicode.pod
14767 ____________________________________________________________________________
14768 [ 19432] By: rgs on 2003/05/05 20:31:22
14769 Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
14770 From: Casey West <casey@geeknest.com>
14771 Date: Mon, 28 Apr 2003 11:07:36 -0400
14772 Message-ID: <20030428150736.GD62281@geeknest.com>
14774 ! pod/perlfilter.pod
14775 ____________________________________________________________________________
14776 [ 19431] By: rgs on 2003/05/05 20:07:33
14777 Log: Subject: [patch] Re: [perl #21728] regexp SEGV
14778 From: Enache Adrian <enache@rdslink.ro>
14779 Date: Fri, 28 Mar 2003 23:53:09 +0200
14780 Message-ID: <20030328215309.GA6413@ratsnest.hole>
14781 (with minor tweaks)
14783 ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
14784 ____________________________________________________________________________
14785 [ 19430] By: rgs on 2003/05/05 20:01:36
14786 Log: Fix doc bug #22067, noticed by Mark Knutsen
14789 ____________________________________________________________________________
14790 [ 19429] By: rgs on 2003/05/05 18:59:59
14791 Log: Fix : the svr5 hints file doesn't propagate libswanted with
14792 threads enabled. Now threads are OK on OpenUNIX 8, except a
14793 mysterious failure in ext/POSIX/t/sigaction.t.
14796 ____________________________________________________________________________
14797 [ 19428] By: jhi on 2003/05/05 16:54:34
14798 Log: Snip away the perlunicode slowness demo since the new
14799 caching scheme should help things a bit.
14801 ! pod/perlunicode.pod
14802 ____________________________________________________________________________
14803 [ 19427] By: jhi on 2003/05/05 16:14:09
14804 Log: Subject: Re: Minor change to strict.pm. Who? How?
14805 From: Adam Kennedy <adam@ali.as>
14806 Date: Wed, 30 Apr 2003 00:02:40 +1000
14807 Message-ID: <3EAE8600.2000806@ali.as>
14809 Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
14810 From: Michael G Schwern <schwern@pobox.com>
14811 Date: Tue, 29 Apr 2003 12:26:32 -0700
14812 Message-ID: <20030429192632.GA6129@windhund.schwern.org>
14815 ____________________________________________________________________________
14816 [ 19426] By: jhi on 2003/05/05 15:48:57
14817 Log: Subject: [DOC PATCH] missing ')' in File::Path docs
14818 From: "Jos I.Boumans" <kane@dwim.org>
14819 Date: 30 Apr 2003 09:45:16 -0000
14820 Message-ID: <20030430114513165+0200@nntp.perl.org>
14823 ____________________________________________________________________________
14824 [ 19425] By: jhi on 2003/05/05 15:47:19
14825 Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
14826 From: Michael G Schwern <schwern@pobox.com>
14827 Date: Sat, 3 May 2003 15:30:16 -0700
14828 Message-ID: <20030503223016.GE1234@windhund.schwern.org>
14831 ____________________________________________________________________________
14832 [ 19424] By: jhi on 2003/05/05 15:44:39
14833 Log: Subject: [PATCH] [perl #3096] undefing hash with object values
14834 From: Dave Mitchell <davem@fdgroup.com>
14835 Date: Thu, 1 May 2003 21:06:57 +0100
14836 Message-ID: <20030501200657.GA25456@fdgroup.com>
14838 ! hv.c t/op/undef.t
14839 ____________________________________________________________________________
14840 [ 19423] By: jhi on 2003/05/05 15:42:58
14841 Log: Subject: Re: hv.c patch - pathological hashes too easy
14842 From: "Tye McQueen" <tye@metronet.com>
14843 Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
14844 Message-Id: <200305011834.h41IYoE08503@metronet.com>
14847 ____________________________________________________________________________
14848 [ 19422] By: jhi on 2003/05/05 15:40:02
14849 Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
14850 From: Casey West <casey@geeknest.com>
14851 Date: Tue, 29 Apr 2003 16:14:20 -0400
14852 Message-ID: <20030429201420.GT62281@geeknest.com>
14854 ! pod/perlrequick.pod
14855 ____________________________________________________________________________
14856 [ 19421] By: jhi on 2003/05/05 15:38:23
14857 Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
14858 From: Slaven Rezic <slaven@rezic.de>
14859 Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
14860 Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
14862 ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
14863 ____________________________________________________________________________
14864 [ 19420] By: jhi on 2003/05/05 15:36:39
14865 Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
14866 From: Steve Hay <steve.hay@uk.radan.com>
14867 Date: Wed, 30 Apr 2003 09:52:30 +0100
14868 Message-ID: <3EAF8ECE.8060403@uk.radan.com>
14871 ____________________________________________________________________________
14872 [ 19419] By: jhi on 2003/05/05 08:20:34
14873 Log: Reintroduce the mention of the fact that the Artistic/GPL
14874 also are Perl's own licenses.
14876 ! pod/perlartistic.pod pod/perlgpl.pod
14877 ____________________________________________________________________________
14878 [ 19418] By: jhi on 2003/05/05 07:23:57
14879 Log: Switch the new perlio way of opening anonymous temporary files
14880 open my $fh, '+>', undef
14881 to using File::Temp. Test it, and test also the "accidental
14882 feature" of +< working the same way.
14883 This should address [perl #21937].
14885 + ext/PerlIO/t/open.t
14886 ! MANIFEST perlio.c pod/perlfunc.pod
14887 ____________________________________________________________________________
14888 [ 19417] By: jhi on 2003/05/05 05:52:47
14889 Log: perlartistic and perlgpl reformatting from Sean Burke.
14891 ! pod/perlartistic.pod pod/perlgpl.pod
14892 ____________________________________________________________________________
14893 [ 19416] By: jhi on 2003/05/05 05:33:43
14894 Log: pack/unpack fixes from Wolfgang Laun:
14895 - fix bug in UNICOS (where SIZE16 != sizeof(short))
14896 - introduce and use new internal pack/unpack API
14897 (packlist, unpackstring)
14898 that does away with the unused arguments in the old API
14899 (pack_cat, unpack_str).
14901 ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
14902 ____________________________________________________________________________
14903 [ 19415] By: jhi on 2003/05/05 04:58:39
14904 Log: Subject: [PATCH] Embed.t flushing problem
14905 From: "Craig A. Berry" <craigberry@mac.com>
14906 Date: Sun, 04 May 2003 16:25:38 -0500
14907 Message-ID: <3EB58552.2070207@mac.com>
14909 ! lib/ExtUtils/t/Embed.t
14910 ____________________________________________________________________________
14911 [ 19414] By: jhi on 2003/05/05 04:52:37
14912 Log: Doc nit from mjd.
14914 ! ext/DB_File/DB_File.pm
14915 ____________________________________________________________________________
14916 [ 19413] By: ams on 2003/05/05 04:03:10
14917 Log: None of that "our" stuff here, please.
14919 ! ext/Storable/t/tied.t
14920 ____________________________________________________________________________
14921 [ 19412] By: ams on 2003/05/05 03:57:06
14922 Log: Oops. More Storable 2.07 preparations.
14924 ! ext/Storable/README ext/Storable/Storable.pm
14925 ____________________________________________________________________________
14926 [ 19411] By: ams on 2003/05/05 03:53:44
14927 Log: Update changelog for 2.07 release.
14929 ! ext/Storable/ChangeLog
14930 ____________________________________________________________________________
14931 [ 19410] By: ams on 2003/05/05 03:31:36
14932 Log: Update Changes.
14935 ____________________________________________________________________________
14936 [ 19409] By: ams on 2003/05/05 03:21:41
14937 Log: Subject: Re: Bug in Storable???
14938 From: Slaven Rezic <slaven@rezic.de>
14939 Date: 04 May 2003 18:00:40 +0200
14940 Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
14942 ! ext/Storable/Storable.xs ext/Storable/t/integer.t
14943 ____________________________________________________________________________
14944 [ 19407] By: jhi on 2003/05/04 19:39:01
14945 Log: This way reads a bit better with pod2man.
14947 ! pod/perlartistic.pod pod/perlgpl.pod
14948 ____________________________________________________________________________
14949 [ 19406] By: jhi on 2003/05/04 12:01:00
14950 Log: Integrate from maint:
14952 Add the POSIX::sigaction() trick by Slaven Rezic
14955 !> pod/perlfunc.pod pod/perlipc.pod
14956 ____________________________________________________________________________
14957 [ 19401] By: jhi on 2003/05/04 09:25:48
14958 Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
14959 regen perltoc, perlmodlib. The GPL added as verbatim as possible,
14960 the perlartistic is a straightforward podification.
14962 + pod/perlartistic.pod pod/perlgpl.pod
14963 ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
14964 ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
14965 ____________________________________________________________________________
14966 [ 19398] By: jhi on 2003/05/04 08:19:14
14967 Log: Doesn't make any difference for the test but is more logical.
14969 ! t/lib/Devel/switchd.pm
14970 ____________________________________________________________________________
14971 [ 19396] By: jhi on 2003/05/03 15:42:54
14972 Log: Plagued by thinkos tonight.
14975 ____________________________________________________________________________
14976 [ 19395] By: jhi on 2003/05/03 15:37:35
14977 Log: Must skip more.
14980 ____________________________________________________________________________
14981 [ 19394] By: jhi on 2003/05/03 15:30:45
14982 Log: Subject: Re: Does filetest work at all?
14983 From: Slaven Rezic <slaven@rezic.de>
14984 Date: 03 May 2003 18:26:49 +0200
14985 Message-ID: <87ade4q9me.fsf@vran.herceg.de>
14987 ! lib/filetest.t pp_sys.c
14988 ____________________________________________________________________________
14989 [ 19393] By: jhi on 2003/05/03 05:34:21
14990 Log: Extra tweakage from Rafael for #19392.
14992 ! ext/B/B/Concise.pm lib/filetest.pm
14993 ____________________________________________________________________________
14994 [ 19392] By: jhi on 2003/05/03 05:33:04
14995 Log: Salvage 'use filetest "access"' from compiletime to runtime.
14997 ! dump.c op.c op.h pp_sys.c
14998 ____________________________________________________________________________
14999 [ 19391] By: jhi on 2003/05/03 05:19:23
15000 Log: Upgrade to Unicode 4.0.0. (Well, upgrade at least
15001 the Unicode character database to 4.0.0.)
15003 + lib/unicore/HangulSyllableType.txt
15004 + lib/unicore/NormalizationCorrections.txt
15005 + lib/unicore/StandardizedVariants.txt
15006 + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
15007 + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
15008 + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
15009 + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
15010 + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
15011 + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
15012 + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
15013 + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
15014 + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
15015 + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
15016 + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
15017 + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
15019 ____________________________________________________________________________
15020 [ 19390] By: jhi on 2003/05/03 04:52:09
15021 Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
15022 the fp offset, which was quite a big larger than the input file,
15023 which meant that the SvGROW tried to grow the file to about
15024 2**64-2**20, which made safesysrealloc() to understandably
15028 ____________________________________________________________________________
15029 [ 19387] By: jhi on 2003/05/02 19:18:35
15030 Log: Regen Configure (no changes but that's fine).
15033 ____________________________________________________________________________
15034 [ 19386] By: jhi on 2003/05/02 19:06:39
15035 Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
15036 From: Andy Dougherty <doughera@lafayette.edu>
15037 Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
15038 Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
15041 ____________________________________________________________________________
15042 [ 19385] By: jhi on 2003/05/02 19:01:04
15043 Log: Subject: [PATCH] OpenUNIX 8 support
15044 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15045 Date: Fri, 2 May 2003 12:12:08 +0200
15046 Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
15048 ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
15049 ____________________________________________________________________________
15050 [ 19384] By: jhi on 2003/05/02 18:58:32
15051 Log: Subject: [PATCH win32/win32.c] silence compiler warnings
15052 From: Abe Timmerman <abe@ztreet.demon.nl>
15053 Date: Fri, 2 May 2003 00:51:42 +0200
15054 Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
15057 ____________________________________________________________________________
15058 [ 19383] By: jhi on 2003/05/02 18:55:37
15059 Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
15060 From: Abe Timmerman <abe@ztreet.demon.nl>
15061 Date: Thu, 1 May 2003 18:34:35 +0200
15062 Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
15065 ____________________________________________________________________________
15066 [ 19382] By: jhi on 2003/05/02 18:50:25
15067 Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
15068 From: Michael G Schwern <schwern@pobox.com>
15069 Date: Wed, 30 Apr 2003 18:19:32 -0700
15070 Message-ID: <20030501011932.GM701@windhund.schwern.org>
15072 ! ext/POSIX/POSIX.pod
15073 ____________________________________________________________________________
15074 [ 19381] By: jhi on 2003/05/02 15:12:47
15075 Log: Forgot to check in the -d: file.
15077 + t/lib/Devel/switchd.pm
15078 ! MANIFEST t/run/switchd.t
15079 ____________________________________________________________________________
15080 [ 19380] By: jhi on 2003/05/02 15:02:04
15081 Log: Solaris: make -Duse64bitall'ed to have an archname of
15082 sun4-solaris-64, from Alan Burlison. (The default is to not
15083 to suffix anything with -Duse64bitall if longs are 64 bit.
15084 This may lead into confusion and much sorrow if 32-bit binaries
15085 and 64-bit binaries are installed under the same directories.
15086 Why is "-64" or something like that the default? Well, there
15087 are platforms where 64 bits really is the default default.
15088 There adding a "-64" would be kind of odd. Better to let
15089 each 64-bit capable platform to choose their archnames.)
15091 ! hints/solaris_2.sh
15092 ____________________________________________________________________________
15093 [ 19378] By: jhi on 2003/05/02 08:41:40
15094 Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
15095 by change #18589 (it was broken by change #9754); add test case.
15099 ____________________________________________________________________________
15100 [ 19376] By: jhi on 2003/05/02 05:31:52
15101 Log: great_circle_direction() was broken,
15102 reported by Alexander Becher.
15104 ! lib/Math/Trig.pm lib/Math/Trig.t
15105 ____________________________________________________________________________
15106 [ 19375] By: jhi on 2003/05/01 18:18:06
15107 Log: OS X: could not -Doptimize=-g.
15110 ____________________________________________________________________________
15111 [ 19374] By: jhi on 2003/05/01 12:33:44
15112 Log: OS X test tweak.
15115 ____________________________________________________________________________
15116 [ 19373] By: jhi on 2003/05/01 11:09:42
15117 Log: Subject: [PATCH] RE: perl@19333
15118 From: Robin Barker <Robin.Barker@npl.co.uk>
15119 Date: Tue, 29 Apr 2003 17:30:23 +0100
15120 Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
15122 ! embed.pl pp_hot.c pp_pack.c proto.h
15123 ____________________________________________________________________________
15124 [ 19372] By: jhi on 2003/05/01 09:52:52
15125 Log: miniperl cannot handle layers.t.
15128 ____________________________________________________________________________
15129 [ 19371] By: jhi on 2003/05/01 08:26:06
15130 Log: The solution in change #19363 was too unportable.
15133 ____________________________________________________________________________
15134 [ 19369] By: jhi on 2003/05/01 07:48:06
15135 Log: perlreftut updates from mjd.
15137 ! pod/perlreftut.pod
15138 ____________________________________________________________________________
15139 [ 19368] By: jhi on 2003/05/01 07:45:06
15140 Log: z/OS: More threaded build tweaks from Brian De Pradine--
15141 apparently now it works!
15143 ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
15144 ____________________________________________________________________________
15145 [ 19367] By: rgs on 2003/04/29 20:31:07
15146 Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
15147 From: Enache Adrian <enache@rdslink.ro>
15148 Date: Sat, 19 Apr 2003 01:41:07 +0300
15149 Message-ID: <20030418224107.GA2751@ratsnest.hole>
15151 ! t/comp/parser.t toke.c
15152 ____________________________________________________________________________
15153 [ 19366] By: jhi on 2003/04/29 08:55:12
15154 Log: If it's S_, it should be STATIC.
15156 ! embed.fnc embed.h numeric.c proto.h
15157 ____________________________________________________________________________
15158 [ 19365] By: sky on 2003/04/28 16:30:03
15159 Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
15160 From: Casey West <casey@geeknest.com>
15161 Date: mÂŒn apr 28, 2003 16:00:05 Europe/Stockholm
15162 Message-Id: <20030428140005.GC62281@geeknest.com>
15165 ____________________________________________________________________________
15166 [ 19364] By: sky on 2003/04/28 16:20:43
15167 Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
15168 From: Casey West <casey@geeknest.com>
15169 Date: mÂŒn apr 28, 2003 19:22:06 Europe/Stockholm
15170 Message-Id: <20030428172206.GK62281@geeknest.com>
15173 ____________________________________________________________________________
15174 [ 19363] By: sky on 2003/04/28 15:32:35
15175 Log: Fix bug 2681, change the test not to use the shell and use 3+arg
15179 ____________________________________________________________________________
15180 [ 19359] By: jhi on 2003/04/28 08:43:23
15181 Log: Feel-good cleanup.
15184 ____________________________________________________________________________
15185 [ 19358] By: jhi on 2003/04/28 08:27:15
15186 Log: SysV msg queues can be something hanging (witnessed in IRIX),
15187 so let's use IPC_NOWAIT.
15189 ! ext/IPC/SysV/t/msg.t t/op/taint.t
15190 ____________________________________________________________________________
15191 [ 19357] By: jhi on 2003/04/28 06:32:47
15192 Log: Detecting errors of reentrant APIs: getgrgid_r and the like
15193 when returning an int can either return the error in the return
15194 value or in the errno. We need a new per-interp variable to store
15195 the return value instead of clobbering the errno with it. The new
15196 variable, PL_reentrant_retint, is only used within the reentrancy
15197 framework, and immediately after it's set, so there should not be
15198 similar visibility issues as for the errno. Spotted by Edward Moy.
15200 ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
15201 ____________________________________________________________________________
15202 [ 19356] By: rgs on 2003/04/27 20:09:01
15203 Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
15204 Check errno to see if the call to nice(2) succeeded.
15205 Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
15206 From: Enache Adrian <enache@rdslink.ro>
15207 Date: Wed, 23 Apr 2003 22:48:20 +0300
15208 Message-ID: <20030423194820.GA874@ratsnest.hole>
15210 ! ext/POSIX/POSIX.xs
15211 ____________________________________________________________________________
15212 [ 19355] By: jhi on 2003/04/27 19:56:09
15213 Log: Document a faint compilation noise.
15216 ____________________________________________________________________________
15217 [ 19354] By: rgs on 2003/04/27 19:35:11
15218 Log: $[ clarifications.
15221 ____________________________________________________________________________
15222 [ 19353] By: rgs on 2003/04/27 18:51:37
15223 Log: utime() doc clarifications
15225 Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
15226 From: Casey West <casey@geeknest.com>
15227 Date: Fri, 25 Apr 2003 08:00:54 -0400
15228 Message-ID: <20030425120054.GQ34510@geeknest.com>
15231 ____________________________________________________________________________
15232 [ 19351] By: jhi on 2003/04/27 08:13:34
15233 Log: Add a test case for [perl #15288] (already solved).
15236 ____________________________________________________________________________
15237 [ 19350] By: jhi on 2003/04/27 07:38:17
15238 Log: Add Dave Mitchell's test case for fields.
15241 ____________________________________________________________________________
15242 [ 19349] By: jhi on 2003/04/27 06:50:09
15243 Log: Subject: [PATCH] VMS::Stdio test tweak
15244 From: "Craig A. Berry" <craigberry@mac.com>
15245 Date: Sat, 26 Apr 2003 15:53:07 -0500
15246 Message-ID: <3EAAF1B3.7020708@mac.com>
15248 ! vms/ext/Stdio/test.pl
15249 ____________________________________________________________________________
15250 [ 19348] By: jhi on 2003/04/27 06:46:16
15251 Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
15252 From: Casey West <casey@geeknest.com>
15253 Date: Thu, 24 Apr 2003 08:18:42 -0400
15254 Message-ID: <20030424121842.GW34510@geeknest.com>
15257 ____________________________________________________________________________
15258 [ 19346] By: jhi on 2003/04/27 06:03:48
15259 Log: Document that restricted hashes are not atomic
15260 (from Dave Mitchell).
15263 ____________________________________________________________________________
15264 [ 19345] By: jhi on 2003/04/27 05:59:39
15265 Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
15266 From: Dave Mitchell <davem@fdgroup.com>
15267 Date: Sat, 26 Apr 2003 18:45:28 +0100
15268 Message-ID: <20030426174528.GA9588@fdgroup.com>
15270 ! hv.c lib/Hash/Util.t pod/perldiag.pod
15271 ____________________________________________________________________________
15272 [ 19344] By: rgs on 2003/04/26 22:48:32
15273 Log: Some doc patches by Casey West :
15275 Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
15276 From: Casey West <casey@geeknest.com>
15277 Date: Fri, 25 Apr 2003 10:46:39 -0400
15278 Message-ID: <20030425144639.GY34510@geeknest.com>
15280 Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
15281 From: Casey West <casey@geeknest.com>
15282 Date: Fri, 25 Apr 2003 07:52:13 -0400
15283 Message-ID: <20030425115213.GP34510@geeknest.com>
15285 Subject: Re: [perl #7213] [PATCH] Updating example in perldata
15286 From: Casey West <casey@geeknest.com>
15287 Date: Thu, 24 Apr 2003 21:27:22 -0400
15288 Message-ID: <20030425012722.GN34510@geeknest.com>
15290 ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
15291 ____________________________________________________________________________
15292 [ 19343] By: rgs on 2003/04/26 22:30:07
15293 Log: Document that splice() doesn't extend arrays
15294 Subject: Re: slice autoextending ? still another revised doc patch; COW
15295 From: david nicol <whatever@davidnicol.com>
15296 Date: 22 Apr 2003 22:05:02 -0500
15297 Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
15300 ____________________________________________________________________________
15301 [ 19342] By: sky on 2003/04/26 21:43:32
15302 Log: Fix bug #15161 by increasing the refcount on the RE and making
15303 sure to restore it correctly. Deals with both s//e and s///g.
15305 ! pp_ctl.c pp_hot.c
15306 ____________________________________________________________________________
15307 [ 19341] By: jhi on 2003/04/26 04:36:03
15310 Caught by Mark Lutz in UNICOS: A declaration cannot appear
15311 after an executable statement in a block.
15314 ____________________________________________________________________________
15315 [ 19337] By: jhi on 2003/04/25 20:19:36
15316 Log: Now the -Dnoextensions and -Dnoextensions have the
15317 chance of actually doing something.
15320 ____________________________________________________________________________
15321 [ 19334] By: jhi on 2003/04/25 19:48:31
15322 Log: Subject: [PATCH] Configure's extension sanity check is too strict
15323 From: Andy Dougherty <doughera@lafayette.edu>
15324 Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
15325 Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
15328 ____________________________________________________________________________
15329 [ 19330] By: jhi on 2003/04/25 14:11:33
15330 Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
15331 From: "Craig A. Berry" <craigberry@mac.com>
15332 Date: Thu, 24 Apr 2003 20:09:48 -0500
15333 Message-ID: <3EA88ADC.3000300@mac.com>
15335 ! ext/Encode/t/enc_module.t
15336 ____________________________________________________________________________
15337 [ 19329] By: jhi on 2003/04/25 07:06:49
15338 Log: Upgrade to Time::HiRes 1.46.
15340 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15341 ! ext/Time/HiRes/Makefile.PL
15342 ____________________________________________________________________________
15343 [ 19328] By: jhi on 2003/04/25 06:57:10
15344 Log: Subject: typo in Time::HiRes docs
15345 From: mjd@plover.com
15346 Date: 19 Apr 2003 15:13:44 -0000
15347 Message-ID: <20030419151344.28237.qmail@plover.com>
15349 ! ext/Time/HiRes/HiRes.pm
15350 ____________________________________________________________________________
15351 [ 19327] By: jhi on 2003/04/25 04:45:05
15352 Log: Clarify(?) the perlio default layers table.
15354 ! lib/PerlIO.pm t/io/layers.t
15355 ____________________________________________________________________________
15356 [ 19326] By: jhi on 2003/04/25 04:22:49
15357 Log: Upgrade to Test::Harness 2.28.
15359 ! lib/Test/Harness.pm lib/Test/Harness/Changes
15360 ! lib/Test/Harness/t/pod.t
15361 ____________________________________________________________________________
15362 [ 19325] By: jhi on 2003/04/24 19:06:29
15363 Log: Upgrade to Encode 1.93.
15365 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
15366 ! ext/Encode/lib/Encode/CJKConstants.pm
15367 ! ext/Encode/lib/Encode/CN/HZ.pm
15368 ! ext/Encode/lib/Encode/Encoding.pm
15369 ! ext/Encode/lib/Encode/Guess.pm
15370 ! ext/Encode/lib/Encode/KR/2022_KR.pm
15371 ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
15372 ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
15373 ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
15374 ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
15375 ____________________________________________________________________________
15376 [ 19323] By: jhi on 2003/04/24 16:57:13
15377 Log: VMS patch for faststdio from Craig Berry.
15380 ____________________________________________________________________________
15381 [ 19320] By: rgs on 2003/04/23 20:20:58
15382 Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
15383 From: Casey West <casey@geeknest.com>
15384 Date: Wed, 23 Apr 2003 14:03:20 -0400
15385 Message-ID: <20030423180320.GZ15574@geeknest.com>
15387 ! pod/perlmodlib.PL pod/perlmodlib.pod
15388 ____________________________________________________________________________
15389 [ 19319] By: rgs on 2003/04/23 19:54:31
15390 Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
15391 From: Chris Pepper (via RT) <perlbug-followup@perl.org>
15392 Date: 22 Apr 2003 04:31:17 -0000
15393 Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
15394 (with minor further corrections)
15397 ____________________________________________________________________________
15398 [ 19316] By: rgs on 2003/04/23 19:11:01
15399 Log: A new fatal error :
15400 Subject: [PATCH] Perl_croak("Use of freed value in iteration")
15401 From: Dave Mitchell <davem@fdgroup.com>
15402 Date: Mon, 21 Apr 2003 13:19:50 +0100
15403 Message-ID: <20030421121950.GB18189@fdgroup.com>
15404 Message-ID: <20030421125433.GC18189@fdgroup.com>
15406 ! pod/perldiag.pod pp_hot.c t/cmd/for.t
15407 ____________________________________________________________________________
15408 [ 19314] By: jhi on 2003/04/23 18:53:46
15409 Log: Introduce 'fast stdio' symbols to non-Configure lands.
15411 ! NetWare/config.wc NetWare/config_H.wc configure.com
15412 ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
15413 ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
15414 ! win32/config.gc win32/config.vc win32/config.vc64
15415 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15416 ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
15417 ____________________________________________________________________________
15418 [ 19312] By: jhi on 2003/04/23 18:21:47
15419 Log: Regen Configure, Glossary, et alia.
15421 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15423 ____________________________________________________________________________
15424 [ 19310] By: jhi on 2003/04/23 08:34:33
15425 Log: Handle the combination of dosish and non-faststdio.
15428 ____________________________________________________________________________
15429 [ 19308] By: rgs on 2003/04/22 20:53:20
15430 Log: Subject: 5.8.0: two problems
15431 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
15432 Date: Tue, 22 Apr 2003 11:43:17 -0700
15433 Message-ID: <20030422184316.GA8602@math.berkeley.edu>
15436 ____________________________________________________________________________
15437 [ 19307] By: ams on 2003/04/22 16:39:51
15438 Log: Subject: [PATCH] Doc pointers in perlbot.
15439 From: Casey West <casey@geeknest.com>
15440 Date: Tue, 22 Apr 2003 11:19:09 -0400
15441 Message-Id: <20030422151909.GC11119@geeknest.com>
15445 ____________________________________________________________________________
15446 [ 19306] By: jhi on 2003/04/22 13:09:21
15447 Log: z/OS: changes for building threaded from "Brian De Pradine"
15448 <PRADINE@uk.ibm.com>.
15450 ! Makefile.SH hints/os390.sh thread.h util.c
15451 ____________________________________________________________________________
15452 [ 19305] By: jhi on 2003/04/22 11:42:35
15453 Log: Enache's turn.
15455 ! ext/Encode/t/enc_module.t
15456 ____________________________________________________________________________
15457 [ 19304] By: jhi on 2003/04/22 10:48:47
15458 Log: Re-merge Encode 1.92.
15460 ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
15461 ____________________________________________________________________________
15462 [ 19302] By: jhi on 2003/04/22 05:26:21
15463 Log: Argh, cut-and-pasto.
15466 ____________________________________________________________________________
15467 [ 19301] By: sky on 2003/04/21 21:33:14
15468 Log: Fix bug 17964 by properly refcounting the gv top.
15469 Seems like the entries in rsfp are way different than
15470 normal PVIO objects.
15473 ____________________________________________________________________________
15474 [ 19300] By: rgs on 2003/04/21 19:42:04
15475 Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
15477 Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
15478 From: Enache Adrian <enache@rdslink.ro>
15479 Date: Sun, 20 Apr 2003 02:45:48 +0300
15480 Message-ID: <20030419234548.GA849@ratsnest.hole>
15482 Date: Wed, 2 Apr 2003 07:52:28 +0300
15483 Message-ID: <20030402045227.GA1023@ratsnest.hole>
15485 ! pp_sys.c t/op/ref.t util.c
15486 ____________________________________________________________________________
15487 [ 19299] By: sky on 2003/04/21 17:05:31
15488 Log: Croak on non ref to shared methods instead of segfault.
15489 This can really only happen for &share("string").
15491 ! ext/threads/shared/shared.xs
15492 ____________________________________________________________________________
15493 [ 19297] By: jhi on 2003/04/21 16:24:36
15494 Log: Add OpenZaurus cross-compilation patches.
15496 + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
15497 + Cross/config.sh-arm-linux Cross/generate_config_sh
15498 + Cross/installperl.patch Cross/warp
15499 ! Cross/README INSTALL MANIFEST
15500 ____________________________________________________________________________
15501 [ 19289] By: sky on 2003/04/21 13:24:40
15502 Log: Fixes bug #17043, resets PL_srand_called before the cloning.
15503 Allows people to override the resetting by using srand() in CLONE.
15505 ! ext/threads/t/thread.t ext/threads/threads.xs
15506 ____________________________________________________________________________
15507 [ 19286] By: jhi on 2003/04/21 06:50:42
15508 Log: Introduce two new Configure symbols:
15509 [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval &&
15510 (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
15511 [2] usefaststdio = do we use fast stdio if we have it?
15512 For 5.[68], we do. For anything else, we don't.
15513 (At least, unless otherwise instructed by -Dusefaststdio.)
15514 This means that for bleadperl we no more use stdio, but instead
15515 default to perlio: the effect of PERLIO=perlio, in other words.
15516 (PERLIO=stdio will still switch to using stdio.)
15517 This change may endanger extensions using FILE*-- but if we are
15518 to migrate fully to perlio, better start swallowing the poison now.
15519 For maintperl, the usefaststdio still defaults to yes.
15521 ! Configure config_h.SH perlio.c t/io/layers.t
15522 ____________________________________________________________________________
15523 [ 19285] By: jhi on 2003/04/21 05:43:55
15524 Log: Upgrade to Locale::Maketext 1.05.
15526 ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
15527 ____________________________________________________________________________
15528 [ 19284] By: jhi on 2003/04/21 05:40:34
15529 Log: Upgrade to Test 1.24.
15532 ____________________________________________________________________________
15533 [ 19283] By: rgs on 2003/04/20 22:01:28
15534 Log: Subject: [PATCH] goto &sub doesn't empty @_
15535 From: Dave Mitchell <davem@fdgroup.com>
15536 Date: Sun, 20 Apr 2003 21:46:51 +0100
15537 Message-ID: <20030420204651.GE15591@fdgroup.com>
15540 ____________________________________________________________________________
15541 [ 19282] By: rgs on 2003/04/20 21:22:29
15542 Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
15543 the commands that invoke $(CC).
15544 Subject: Re: Smoke failure
15545 From: Enache Adrian <enache@rdslink.ro>
15546 Date: Fri, 18 Apr 2003 19:06:07 +0300
15547 Message-ID: <20030418160606.GA797@ratsnest.hole>
15550 ____________________________________________________________________________
15551 [ 19281] By: rgs on 2003/04/20 19:53:53
15552 Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
15553 From: Enache Adrian <enache@rdslink.ro>
15554 Date: Sat, 19 Apr 2003 20:12:18 +0300
15555 Message-ID: <20030419171218.GA974@ratsnest.hole>
15558 ____________________________________________________________________________
15559 [ 19280] By: rgs on 2003/04/20 18:55:40
15560 Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
15561 Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
15562 From: Steve Hay <steve.hay@uk.radan.com>
15563 Date: Wed, 16 Apr 2003 11:12:22 +0100
15564 Message-ID: <3E9D2C86.8040104@uk.radan.com>
15566 ! INSTALL win32/Makefile
15567 ____________________________________________________________________________
15568 [ 19278] By: jhi on 2003/04/20 07:42:17
15569 Log: Give more information of what to do when -Dusexxx fail.
15572 ____________________________________________________________________________
15573 [ 19277] By: rgs on 2003/04/19 19:40:22
15574 Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
15575 by adding a dummy destructor method Regexp::DESTROY.
15576 This prevents infinite recursion, since Regexp::DESTROY
15577 is no more autoloaded.
15579 Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
15580 From: Enache Adrian <enache@rdslink.ro>
15581 Date: Wed, 2 Apr 2003 05:02:42 +0300
15582 Message-ID: <20030402020242.GA2966@ratsnest.hole>
15584 ! ext/B/t/stash.t t/op/ref.t universal.c
15585 ____________________________________________________________________________
15586 [ 19276] By: rgs on 2003/04/19 19:32:25
15587 Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
15588 From: Dave Mitchell <davem@fdgroup.com>
15589 Date: Sat, 19 Apr 2003 20:06:51 +0100
15590 Message-ID: <20030419190651.GD13333@fdgroup.com>
15592 ! t/comp/parser.t toke.c
15593 ____________________________________________________________________________
15594 [ 19275] By: jhi on 2003/04/19 18:52:24
15595 Log: Restore the two variables retired by the change #19268
15596 (for binary backward compatibility)
15598 ! embedvar.h perlapi.h thrdvar.h
15599 ____________________________________________________________________________
15600 [ 19273] By: jhi on 2003/04/19 17:36:33
15601 Log: Fail if the specified -Duse64xxx cannot be fulfilled.
15602 (And undo a doublesize probe glitch from change #19272.)
15605 ____________________________________________________________________________
15606 [ 19272] By: jhi on 2003/04/19 16:38:12
15607 Log: If long doubles fail, we really cannot sensibly
15608 drop back to doubles anymore, therefore abort.
15609 Pointed out by Slaven Rezic. (I tried to fix this
15610 via metaconfig but ended up with a vicious cyclic
15614 ____________________________________________________________________________
15615 [ 19270] By: jhi on 2003/04/19 12:09:21
15616 Log: Upgrade to Net::Ping 2.30.
15618 ! lib/Net/Ping.pm lib/Net/Ping/Changes
15619 ! lib/Net/Ping/t/450_service.t
15620 ____________________________________________________________________________
15621 [ 19269] By: jhi on 2003/04/19 07:10:57
15622 Log: Bump the test count.
15624 ! ext/Storable/t/tied.t
15625 ____________________________________________________________________________
15626 [ 19268] By: jhi on 2003/04/19 07:06:13
15627 Log: Subject: [PATCH] allow recursive FETCHes
15628 From: Dave Mitchell <davem@fdgroup.com>
15629 Date: Mon, 7 Apr 2003 10:00:41 +0100
15630 Message-ID: <20030407100041.A1617@fdgroup.com>
15632 ! av.c dump.c embed.fnc embed.h embedvar.h
15633 ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
15634 ! sv.h t/op/tie.t thrdvar.h
15635 ____________________________________________________________________________
15636 [ 19267] By: jhi on 2003/04/19 06:54:34
15637 Log: Subject: [PATCH] readline.t tweak for VMS
15638 From: "Craig A. Berry" <craigberry@mac.com>
15639 Date: Thu, 17 Apr 2003 17:18:19 -0500
15640 Message-ID: <3E9F282B.6090603@mac.com>
15643 ____________________________________________________________________________
15644 [ 19266] By: jhi on 2003/04/19 06:46:48
15645 Log: Subject: [PATCH] Re: any takers for this Storable bug?
15646 From: Enache Adrian <enache@rdslink.ro>
15647 Date: Wed, 16 Apr 2003 21:11:11 +0300
15648 Message-ID: <20030416181111.GA6687@ratsnest.hole>
15650 ams had already fixed the bug by #19227, but take the
15653 ! ext/Storable/t/tied.t
15654 ____________________________________________________________________________
15655 [ 19265] By: sky on 2003/04/19 00:40:42
15656 Log: Don't use the stack to allocate a SV that we hand out to another
15657 function, only badness can ensure.
15658 Message-Id: <20030418180131.GD10086@fdgroup.com>
15659 Thanks go to Dave Mitchell for help in tracking down the bug!
15662 ____________________________________________________________________________
15663 [ 19264] By: jhi on 2003/04/18 19:28:04
15664 Log: UTF8 regexp patch from Inaba Hiroto.
15666 ! regcomp.c t/op/pat.t
15667 ____________________________________________________________________________
15668 [ 19263] By: jhi on 2003/04/18 19:16:43
15669 Log: Unused variables.
15671 ! perlio.c universal.c
15672 ____________________________________________________________________________
15673 [ 19262] By: sky on 2003/04/17 20:02:33
15674 Log: Another needle in the voodoo doll.
15675 Now I think it should work with the shared
15679 ____________________________________________________________________________
15680 [ 19254] By: sky on 2003/04/17 17:31:52
15681 Log: Extreme Voodoo programming, by not pinching the SV if it is a
15682 PADTMP it happily keeps it's value later on!
15685 ____________________________________________________________________________
15686 [ 19253] By: jhi on 2003/04/17 17:09:16
15687 Log: Implement -Dnoextensions=... and -Donlyextensions=...
15689 ! Configure INSTALL
15690 ____________________________________________________________________________
15691 [ 19252] By: ams on 2003/04/17 16:19:31
15692 Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
15693 Anything that's broken by this change should be fixed.
15696 ____________________________________________________________________________
15697 [ 19251] By: jhi on 2003/04/17 15:39:56
15698 Log: Introduce the new *l APIs, undefined, to non-Configure lands.
15700 ! NetWare/config.wc NetWare/config_H.wc configure.com
15701 ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
15702 ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
15703 ! win32/config.gc win32/config.vc win32/config.vc64
15704 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15705 ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
15706 ____________________________________________________________________________
15707 [ 19250] By: jhi on 2003/04/17 15:07:08
15708 Log: Regen Glossary et alia.
15710 ! Porting/Glossary Porting/config.sh Porting/config_H
15711 ____________________________________________________________________________
15712 [ 19248] By: jhi on 2003/04/17 14:53:41
15713 Log: Small tidying up of the selectminbits code, but most
15714 importantly allocate the buffer from the heap using
15715 malloc, not from the stack: using stack causes unaligned
15716 access in LP64 Solaris since stack data is not guaranteed
15717 to be 64-bit aligned, while a fd_set is (it has 1024 longs).
15718 (via Alan Burlison)
15721 ____________________________________________________________________________
15722 [ 19247] By: ams on 2003/04/17 12:24:57
15723 Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
15724 From: Enache Adrian <enache@rdslink.ro>
15725 Date: Thu, 17 Apr 2003 14:35:36 +0300
15726 Message-Id: <20030417113536.GA898@ratsnest.hole>
15728 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
15729 ____________________________________________________________________________
15730 [ 19245] By: jhi on 2003/04/17 09:20:27
15731 Log: Document that the open pragma does not affect
15732 the three-headed hydra, ummm, open.
15735 ____________________________________________________________________________
15736 [ 19244] By: jhi on 2003/04/17 06:45:26
15737 Log: More maneuvering closer to proposed POSIX classes
15738 mapping to Unicode: (1) The definitions of "graph" and
15739 "print" are still in flux: move closer back to how Perl
15740 5.8.0 defined it (though drop Co, that did not make sense)
15741 (2) Add U+0085 (NEL) to "space".
15743 ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
15744 ! lib/unicore/lib/Space.pl lib/unicore/mktables
15745 ____________________________________________________________________________
15746 [ 19243] By: jhi on 2003/04/17 05:29:24
15747 Log: Detect the 'fast stdio' case.
15749 ! lib/PerlIO.pm t/io/layers.t
15750 ____________________________________________________________________________
15751 [ 19242] By: jhi on 2003/04/16 20:14:01
15752 Log: Fix up Larry's copyright statements to my best knowledge.
15753 (Lots of Perl 5 source code archaeology was involved.)
15754 Larry didn't make strangled noises when I showed him
15755 the patch, either :-)
15757 ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
15758 ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
15759 ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
15760 ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
15761 ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
15762 ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
15763 ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
15764 ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
15765 ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
15766 ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
15767 ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
15768 ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
15769 ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
15770 ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
15771 ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
15772 ____________________________________________________________________________
15773 [ 19241] By: jhi on 2003/04/16 17:24:24
15774 Log: Handle PERLIO= and document a bit.
15776 ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
15777 ____________________________________________________________________________
15778 [ 19240] By: sky on 2003/04/16 16:27:43
15779 Log: Fix double join problem for those places where free
15780 actually means free (solaris for example :)
15783 ! ext/threads/t/join.t ext/threads/threads.xs
15784 ____________________________________________________________________________
15785 [ 19239] By: jhi on 2003/04/16 14:57:47
15786 Log: Try to get the layers.t working also for dosish platforms.
15788 ! lib/PerlIO.pm t/io/layers.t
15789 ____________________________________________________________________________
15790 [ 19238] By: jhi on 2003/04/16 13:27:24
15791 Log: A -C parsed from the #! line can still have line endings in it.
15794 ____________________________________________________________________________
15795 [ 19237] By: jhi on 2003/04/16 13:23:37
15796 Log: What does an empty PERLIO= mean, anyway?
15799 ____________________________________________________________________________
15800 [ 19236] By: jhi on 2003/04/16 13:09:42
15801 Log: Document the effect of thread creation context.
15803 ! ext/threads/threads.pm
15804 ____________________________________________________________________________
15805 [ 19235] By: jhi on 2003/04/16 12:13:07
15806 Log: Use the right prototype and a glob is fine (from Rafael).
15808 ! lib/PerlIO.pm universal.c
15809 ____________________________________________________________________________
15810 [ 19234] By: jhi on 2003/04/16 10:20:46
15811 Log: PerlIO::get_layers() usage tip.
15814 ____________________________________________________________________________
15815 [ 19233] By: jhi on 2003/04/16 10:07:48
15816 Log: Syntax terror.
15818 ! lib/unicore/mktables
15819 ____________________________________________________________________________
15820 [ 19232] By: jhi on 2003/04/16 09:45:51
15821 Log: Redundant test.
15823 ! lib/unicore/mktables
15824 ____________________________________________________________________________
15825 [ 19231] By: jhi on 2003/04/16 09:21:25
15826 Log: Synchronize the specifications of the POSIX character
15827 classes alnum, graph, and print closer to the planned
15830 ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
15831 ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
15832 ____________________________________________________________________________
15833 [ 19230] By: jhi on 2003/04/16 08:57:01
15834 Log: Patch from Merijn.
15837 ____________________________________________________________________________
15838 [ 19228] By: jhi on 2003/04/16 08:27:26
15839 Log: Thinko in modfl detection.
15842 ____________________________________________________________________________
15843 [ 19227] By: ams on 2003/04/16 02:32:11
15844 Log: Storable now handles self-tied scalars with NULL mg_obj.
15846 ! ext/Storable/Storable.xs
15847 ____________________________________________________________________________
15848 [ 19226] By: jhi on 2003/04/15 18:00:21
15849 Log: Upgrade to Pod::LaTeX 0.55.
15851 + lib/Pod/t/pod2latex.t
15852 - lib/Pod/t/latex.t
15853 ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
15854 ____________________________________________________________________________
15855 [ 19224] By: jhi on 2003/04/15 17:01:27
15856 Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
15859 ____________________________________________________________________________
15860 [ 19223] By: jhi on 2003/04/15 16:36:32
15861 Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
15864 ____________________________________________________________________________
15865 [ 19221] By: jhi on 2003/04/15 16:27:49
15866 Log: False alarm: no cyclic dependency.
15868 ! Configure config_h.SH
15869 ____________________________________________________________________________
15870 [ 19219] By: jhi on 2003/04/15 16:08:11
15871 Log: Backport of _most_ of the changes in #19218: not one big
15872 cyclic dependency, though, it must be broken up somehow.
15874 ! Configure config_h.SH
15875 ____________________________________________________________________________
15876 [ 19218] By: jhi on 2003/04/15 14:09:31
15877 Log: Big patch from Alan Burlison to make Solaris long doubles work.
15878 (Also spreads more <stdlib.h> joy.)
15879 Needs backporting to metaconfig units and introducing the new
15880 symbols to non-Configure lands.
15882 ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
15883 ____________________________________________________________________________
15884 [ 19217] By: jhi on 2003/04/15 14:01:03
15885 Log: Don't skip the whole test for PERLIO=perlio.
15888 ____________________________________________________________________________
15889 [ 19215] By: jhi on 2003/04/15 05:54:17
15890 Log: Add a test for [perl #17753].
15893 ____________________________________________________________________________
15894 [ 19214] By: jhi on 2003/04/15 05:40:52
15895 Log: "proto.h": 'id' is a reserved word in Objective-C.
15897 ! embed.fnc op.c proto.h
15898 ____________________________________________________________________________
15899 [ 19213] By: sky on 2003/04/14 21:42:10
15900 Log: Ook, run tests on correct build-dir next time.
15901 We must check if the hv is a stash, otherwise we try to delete
15902 something that is a HvNAME of null..... tests pass better now
15905 ____________________________________________________________________________
15906 [ 19212] By: sky on 2003/04/14 21:15:00
15907 Log: Fixes to bugs introduced by PL_stashcache
15908 A) Follow suggestion by Benjamin Goldberg to use hv_delete
15909 instead of hv_delete_ent to avoid creating a temporary SV
15910 B) Don't increment the refcount, sneak it into an IV instead
15911 C) When a GP is a deleted that contains a stash, remove the
15912 corresponding entry since hv might be in use in other places.
15913 D) Note that no test cases test the deletion of packages to catch
15916 ! gv.c hv.c pp_hot.c
15917 ____________________________________________________________________________
15918 [ 19211] By: rgs on 2003/04/14 21:11:11
15919 Log: Mention that "make test_harness" lets messages sent through
15920 standard error out. Complements change #19206.
15923 ____________________________________________________________________________
15924 [ 19210] By: rgs on 2003/04/14 20:48:02
15925 Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1 [perl #17757]
15926 From: Inaba Hiroto <inaba@st.rim.or.jp>
15927 Date: Fri, 21 Mar 2003 17:35:21 +0900
15928 Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
15929 Date: Sat, 22 Mar 2003 11:28:05 +0900
15930 Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
15932 ! regexec.c t/op/pat.t
15933 ____________________________________________________________________________
15934 [ 19209] By: jhi on 2003/04/14 20:36:55
15935 Log: PERLIO=perlio requires extra steps.
15937 ! lib/PerlIO.pm t/io/layers.t
15938 ____________________________________________________________________________
15939 [ 19208] By: jhi on 2003/04/14 20:02:04
15940 Log: Skip as early as possible if no perlio since the
15941 use open would be compile-time.
15944 ____________________________________________________________________________
15945 [ 19207] By: rgs on 2003/04/14 19:34:42
15946 Log: Document and test autovivified dirhandles.
15947 Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
15948 From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
15949 Date: 12 Apr 2003 12:40:45 -0000
15950 Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
15952 ! pod/perlfunc.pod t/op/readdir.t
15953 ____________________________________________________________________________
15954 [ 19206] By: rgs on 2003/04/14 19:13:26
15955 Log: More docs about running tests and the test suite.
15956 Update perlhack.pod in various places.
15957 Add 'test_harness' as a .PHONY dependency in the Makefile.
15959 ! Makefile.SH pod/perlhack.pod t/README
15960 ____________________________________________________________________________
15961 [ 19205] By: jhi on 2003/04/14 18:58:01
15962 Log: Build get_layers() also under -Uuseperlio.
15965 ____________________________________________________________________________
15966 [ 19204] By: jhi on 2003/04/14 18:48:04
15967 Log: Bump up the version and admonish against aspiring (ab)use.
15970 ____________________________________________________________________________
15971 [ 19203] By: jhi on 2003/04/14 17:35:51
15972 Log: Introduce PerlIO::get_layers() to allow people to peek
15973 at the PerlIO layer stack.
15976 ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
15978 ____________________________________________________________________________
15979 [ 19202] By: merijn on 2003/04/14 05:42:18
15980 Log: Subject: [PATCH] vms/vms.c waitpid tweak
15981 From: "Craig A. Berry" <craigberry@mac.com>
15982 Date: Mon, 14 Apr 2003 00:43:00 -0500
15983 Message-ID: <3E9A4A64.6030205@mac.com>
15986 ____________________________________________________________________________
15987 [ 19201] By: sky on 2003/04/13 19:26:46
15988 Log: Fix bug #16253, use all the CPU that we can :-)
15990 ! ext/threads/threads.xs
15991 ____________________________________________________________________________
15992 [ 19200] By: sky on 2003/04/13 18:38:58
15993 Log: Fix bug #15893 by creating shared scalars with a refcount of 1
15994 instead of 2 and make push and pop increase the refcount.
15996 ! ext/threads/shared/shared.xs
15997 ____________________________________________________________________________
15998 [ 19199] By: jhi on 2003/04/13 11:45:42
15999 Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
16000 ../../lib for the lc() at line 66 (UTF-8 data possible
16001 if using UTF-8 locales).
16003 ! lib/ExtUtils/t/Install.t
16004 ____________________________________________________________________________
16005 [ 19198] By: jhi on 2003/04/13 09:43:09
16006 Log: The lib/ipc_sysv.t test has a new name.
16009 ____________________________________________________________________________
16010 [ 19197] By: jhi on 2003/04/13 09:32:05
16011 Log: Continue hunting for the cause of the Tru64 failed threaded smokes
16012 most probably introduced by the change #19157. The tweak suggested
16013 by Stephen McCamant trades a possible dangling pointer (CopFILE()
16014 is tricky like that with threads) to a memory leak. (This means
16015 that this tweak shouldn't be left in as-is, but if this helps,
16016 we at least know that the failure was caused by the #19157.)
16019 ____________________________________________________________________________
16020 [ 19196] By: jhi on 2003/04/13 09:20:02
16021 Log: Upgrade to Net::Ping 2.29.
16023 + lib/Net/Ping/t/510_ping_udp.t
16024 - lib/Net/Ping/README
16025 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
16026 ____________________________________________________________________________
16027 [ 19195] By: jhi on 2003/04/13 09:02:05
16028 Log: Upgrade to Test::Harness 2.27_04.
16030 + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
16031 ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
16032 ! lib/Test/Harness/t/test-harness.t
16033 ____________________________________________________________________________
16034 [ 19194] By: rgs on 2003/04/12 21:21:04
16035 Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
16037 ! hints/darwin.sh hints/rhapsody.sh
16038 ____________________________________________________________________________
16039 [ 19192] By: jhi on 2003/04/12 18:23:40
16040 Log: The debugging aid #19182 didn't.
16042 ! ext/B/t/deparse.t
16043 ____________________________________________________________________________
16044 [ 19191] By: jhi on 2003/04/12 16:51:12
16045 Log: Benchmark nit from Nick Clark (in OpenBSD the result could
16046 be a negative zero, -0).
16049 ____________________________________________________________________________
16050 [ 19190] By: rgs on 2003/04/12 13:41:25
16051 Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
16052 From: Michael G Schwern <schwern@pobox.com>
16053 Date: Fri, 11 Apr 2003 00:32:02 -0700
16054 Message-ID: <20030411073202.GC5916@windhund.schwern.org>
16056 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
16057 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16058 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
16059 ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
16060 ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
16061 ! lib/ExtUtils/t/zz_cleanup_dummy.t
16062 ____________________________________________________________________________
16063 [ 19189] By: rgs on 2003/04/10 20:40:14
16064 Log: Peter Scott suggests that the docs for base.pm should
16065 state explicitely that base.pm doesn't call import()
16066 on base classes. Plus a few typos.
16069 ____________________________________________________________________________
16070 [ 19188] By: rgs on 2003/04/10 19:45:08
16073 ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
16074 ! pod/perlfaq7.pod pod/perlfaq9.pod
16075 ____________________________________________________________________________
16076 [ 19187] By: rgs on 2003/04/10 19:25:18
16077 Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
16078 There used to be a nullstash (%{"<none>::"}) to hold illegal
16079 variables under strict 'vars'. It has been removed by change #17942.
16080 This can lead to segfaults during the parsing, because some illegal
16081 variables might have been discarded before the compilation of the
16082 current statement had completed.
16083 Bug analysis and test case by Enache Adrian.
16085 ! gv.c t/lib/strict/vars
16086 ____________________________________________________________________________
16087 [ 19186] By: jhi on 2003/04/10 19:13:40
16088 Log: Be more descriptive.
16091 ____________________________________________________________________________
16092 [ 19185] By: jhi on 2003/04/10 19:06:02
16093 Log: Noted by Nat: -0 didn't work that well with Unicode.
16095 ! perl.c pod/perlrun.pod
16096 ____________________________________________________________________________
16097 [ 19184] By: jhi on 2003/04/10 17:26:43
16098 Log: Add an option for the grok_xxx() to silently ignore bad digits.
16101 ____________________________________________________________________________
16102 [ 19183] By: jhi on 2003/04/10 10:56:25
16103 Log: The test doesn't work that well when -Uusedl.
16104 Some of the tests could be salvaged even then I guess.
16106 ! lib/ExtUtils/t/Constant.t
16107 ____________________________________________________________________________
16108 [ 19182] By: jhi on 2003/04/10 09:40:24
16109 Log: A temporary debugging aid for Tru64 threaded builds.
16111 ! ext/B/t/deparse.t
16112 ____________________________________________________________________________
16113 [ 19181] By: jhi on 2003/04/10 08:02:10
16114 Log: Unless Inuits are involved...
16117 ____________________________________________________________________________
16118 [ 19180] By: jhi on 2003/04/10 07:02:44
16119 Log: With AFS the cwds have little chance of agreeing.
16122 ____________________________________________________________________________
16123 [ 19179] By: jhi on 2003/04/10 06:46:50
16124 Log: I assume the idea was to use the *cwd variables for testing.
16127 ____________________________________________________________________________
16128 [ 19177] By: jhi on 2003/04/10 04:34:48
16129 Log: perlport information about portably embedding string data.
16132 ____________________________________________________________________________
16133 [ 19176] By: jhi on 2003/04/10 04:18:45
16134 Log: Also locale names can contain illegal UTF-8.
16137 ____________________________________________________________________________
16138 [ 19175] By: jhi on 2003/04/10 04:03:48
16139 Log: In case someone is using UTF-8 locales.
16141 ! lib/ExtUtils/MM_MacOS.pm
16142 ____________________________________________________________________________
16143 [ 19174] By: merijn on 2003/04/09 14:33:12
16144 Log: Even more promotion for -lc128 (long doubles on AIX)
16145 More obvious detection of C compiler
16146 cc_type should not promote to config.sh
16148 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16149 Date: Wed, 09 Apr 2003 14:31:48 +0200
16150 Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
16153 ____________________________________________________________________________
16154 [ 19173] By: jhi on 2003/04/09 12:39:35
16155 Log: open(my $fh, ">&", STDOUT) should not warn under strict.
16158 ____________________________________________________________________________
16159 [ 19172] By: jhi on 2003/04/09 10:40:31
16160 Log: Try to be more descriptive than just __ANONIO__ which is what
16161 you get when you autovivify filehandles into array/hash elements.
16163 ! doio.c op.c t/io/open.t
16164 ____________________________________________________________________________
16165 [ 19171] By: rgs on 2003/04/08 20:44:20
16166 Log: Implement support for --help and --version in Getopt::Std
16167 Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
16168 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16169 Date: Mon, 7 Apr 2003 17:07:15 -0700
16170 Message-ID: <20030408000714.GA953@math.berkeley.edu>
16172 ! lib/Getopt/Std.pm
16173 ____________________________________________________________________________
16174 [ 19170] By: rgs on 2003/04/08 19:47:05
16175 Log: Subject: [PATCH] Re: Error: Unknown error
16176 From: Enache Adrian <enache@rdslink.ro>
16177 Date: Tue, 8 Apr 2003 07:12:13 +0300
16178 Message-ID: <20030408041213.GA13553@ratsnest.hole>
16180 ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
16181 ____________________________________________________________________________
16182 [ 19169] By: rgs on 2003/04/08 19:19:34
16183 Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
16184 From: Dave Mitchell <davem@fdgroup.com>
16185 Date: Mon, 7 Apr 2003 21:43:17 +0100
16186 Message-ID: <20030407204317.GA8796@fdgroup.com>
16188 The new XTERMORDORDOR lexer expectation must also be named
16189 in debugging perls, to be used in the output of -DT.
16192 ____________________________________________________________________________
16193 [ 19168] By: rgs on 2003/04/08 19:05:22
16194 Log: Document that perl recognizes 2>&1 on the command-line on VMS.
16197 ____________________________________________________________________________
16198 [ 19167] By: rgs on 2003/04/08 18:47:18
16199 Log: Typos fixes by Stas Bekman.
16201 ! cv.h lib/attributes.pm sv.h
16202 ____________________________________________________________________________
16203 [ 19166] By: rgs on 2003/04/08 18:43:22
16204 Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days?
16205 From: Robin Barker <Robin.Barker@npl.co.uk>
16206 Date: Tue, 8 Apr 2003 14:23:04 +0100
16207 Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
16210 ____________________________________________________________________________
16211 [ 19164] By: jhi on 2003/04/08 04:42:05
16212 Log: Few more words about safe/unsafe signals.
16214 ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
16215 ____________________________________________________________________________
16216 [ 19163] By: jhi on 2003/04/07 19:25:39
16217 Log: The SvGROW() might move the PV.
16220 ____________________________________________________________________________
16221 [ 19162] By: jhi on 2003/04/07 18:23:29
16222 Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
16223 From: Michael G Schwern <schwern@pobox.com>
16224 Date: Mon, 7 Apr 2003 02:09:17 -0700
16225 Message-ID: <20030407090917.GA9221@windhund.schwern.org>
16227 + lib/ExtUtils/t/MM_Any.t
16228 ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
16229 ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16230 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
16231 ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
16232 ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
16233 ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
16234 ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
16235 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16236 ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16237 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
16238 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
16239 ! lib/ExtUtils/README lib/ExtUtils/TODO
16240 ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
16241 ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
16242 ____________________________________________________________________________
16243 [ 19160] By: jhi on 2003/04/07 04:17:38
16244 Log: Time::HiRes: Do not create files in blib directories under core
16247 ! ext/Time/HiRes/Makefile.PL
16248 ____________________________________________________________________________
16249 [ 19159] By: jhi on 2003/04/07 03:53:01
16250 Log: Future binary compat wishful thinking:
16251 maint will use the stashcache, but not the dbassertion.
16254 ____________________________________________________________________________
16255 [ 19158] By: jhi on 2003/04/07 03:41:17
16256 Log: More WinCE tweaking for Vadim Konovalov.
16258 ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
16259 ! wince/makedist.pl
16260 ____________________________________________________________________________
16261 [ 19157] By: rgs on 2003/04/06 20:53:29
16262 Log: Subject: CvFILE for constant subs
16263 From: Stephen McCamant <smcc@mit.edu>
16264 Date: Sun, 6 Apr 2003 16:39:13 -0400
16265 Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
16268 ____________________________________________________________________________
16269 [ 19156] By: rgs on 2003/04/06 20:44:09
16270 Log: Subject: [PATCH] B::Deparse: sv_no != 0
16271 From: Stephen McCamant <smcc@mit.edu>
16272 Date: Sun, 6 Apr 2003 17:00:48 -0400
16273 Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
16275 ! ext/B/B/Deparse.pm
16276 ____________________________________________________________________________
16277 [ 19154] By: jhi on 2003/04/06 19:46:35
16278 Log: An unconditional carp is not nice.
16280 ! ext/Sys/Syslog/Syslog.pm
16281 ____________________________________________________________________________
16282 [ 19153] By: rgs on 2003/04/06 18:37:58
16283 Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
16284 From: Robert Spier <rspier@pobox.com>
16285 Date: Sat, 05 Apr 2003 21:12:20 -0800
16286 Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
16289 ____________________________________________________________________________
16290 [ 19152] By: rgs on 2003/04/06 18:24:38
16291 Log: Remove unportable ">|" shell syntax
16292 Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
16293 From: Enache Adrian <enache@rdslink.ro>
16294 Date: Sun, 6 Apr 2003 21:13:27 +0300
16295 Message-ID: <20030406181326.GA873@ratsnest.hole>
16298 ____________________________________________________________________________
16299 [ 19151] By: jhi on 2003/04/06 18:14:44
16300 Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
16301 From: Joost van Baal <J.E.vanBaal@uvt.nl>
16302 Date: Mon, 25 Nov 2002 17:35:37 +0100
16303 Message-ID: <20021125163537.GC4745@banach.uvt.nl>
16305 (The .pm patch modified a bit, and removed the false
16306 claim that _PATH_INFO would be coming from syslog.ph)
16308 ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
16309 ! ext/Sys/Syslog/syslog.t
16310 ____________________________________________________________________________
16311 [ 19150] By: rgs on 2003/04/05 21:10:00
16312 Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
16313 From: Enache Adrian <enache@rdslink.ro>
16314 Date: Thu, 3 Apr 2003 15:50:48 +0300
16315 Message-ID: <20030403125048.GA6107@ratsnest.hole>
16317 On linux, when building a shared library, generate
16318 a small shell wrapper, "preload", that preloads libperl.so
16319 only if it exists. Useful when the 'make' process stops
16320 before the link phase.
16323 ____________________________________________________________________________
16324 [ 19149] By: jhi on 2003/04/05 20:44:25
16325 Log: Upgrade to Locale::Maketext 1.04.
16327 + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
16328 + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
16329 - lib/Locale/Maketext/test.pl
16330 ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
16331 ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
16332 ____________________________________________________________________________
16333 [ 19148] By: jhi on 2003/04/05 20:38:30
16334 Log: perluniintro.pod: nice_string() doesn't escape
16335 literal escape chars -- use Sadahiro-san's fix(es).
16337 ! pod/perluniintro.pod
16338 ____________________________________________________________________________
16339 [ 19147] By: rgs on 2003/04/05 19:12:30
16340 Log: Subject: [PATCH 5.8.1 @19053] Embedding
16341 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16342 Date: Mon, 31 Mar 2003 12:39:24 -0800
16343 Message-ID: <20030331203924.GA3602@math.berkeley.edu>
16345 Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
16346 to be used in a C program's main function.
16348 ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
16349 ____________________________________________________________________________
16350 [ 19146] By: jhi on 2003/04/05 19:08:37
16351 Log: Heredocs and use encoding didn't work for SJIS;
16352 patch from Inaba Hiroto.
16355 ____________________________________________________________________________
16356 [ 19145] By: rgs on 2003/04/05 11:45:36
16357 Log: The manpages don't have to be built by MakeMaker for the
16358 core modules in ext/. Disable this in Devel::PPPort (not
16359 up-to-date on CPAN), Unicode::Normalize (the CPAN version
16360 uses a different Makefile.PL anyway) and XS::APItest
16363 ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
16364 ! ext/XS/APItest/Makefile.PL
16365 ____________________________________________________________________________
16366 [ 19144] By: rgs on 2003/04/05 11:28:22
16367 Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
16368 by SADAHIRO Tomoyuki.
16370 ! ext/Unicode/Normalize/Changes
16371 ! ext/Unicode/Normalize/Normalize.pm
16372 ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16373 ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
16374 ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
16375 ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
16376 ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
16377 ____________________________________________________________________________
16378 [ 19143] By: merijn on 2003/04/03 08:55:33
16379 Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
16380 From: "Craig A. Berry" <craigberry@mac.com>
16381 Date: Wed, 02 Apr 2003 18:09:03 -0600
16382 Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
16384 ! vms/vms.c vms/vmsish.h
16385 ____________________________________________________________________________
16386 [ 19142] By: merijn on 2003/04/03 08:50:55
16387 Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
16388 From: andreas.koenig@anima.de (Andreas J. Koenig)
16389 Date: Thu, 03 Apr 2003 08:28:52 +0200
16390 Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
16392 ! lib/Pod/t/Functions.t
16393 ____________________________________________________________________________
16394 [ 19141] By: jhi on 2003/04/03 05:00:36
16395 Log: Don't recurse from threads to threads/shared (since
16396 threads/shared is built separately, temp solution from
16397 Schwern while MM is being fixed.)
16399 ! ext/threads/Makefile.PL
16400 ____________________________________________________________________________
16401 [ 19140] By: rgs on 2003/04/02 20:41:46
16402 Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
16403 From: Steve Hay <steve.hay@uk.radan.com>
16404 Date: Thu, 20 Mar 2003 11:55:01 +0000
16405 Message-ID: <3E79AC15.80307@uk.radan.com>
16407 ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
16408 ____________________________________________________________________________
16409 [ 19139] By: jhi on 2003/04/02 19:44:07
16410 Log: Make perldiag agree with #19138.
16413 ____________________________________________________________________________
16414 [ 19138] By: jhi on 2003/04/02 19:37:59
16415 Log: Make at least the thread count make sense.
16417 ! ext/threads/threads.xs
16418 ____________________________________________________________________________
16419 [ 19137] By: rgs on 2003/04/02 19:24:47
16420 Log: Adjust test for the recent change (#19136) to Pod::Html
16422 ! lib/Pod/t/htmlview.t
16423 ____________________________________________________________________________
16424 [ 19136] By: rgs on 2003/04/02 18:46:31
16425 Log: Fixes for "installhtml --splithead", based on :
16426 Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
16427 From: Steve Hay <steve.hay@uk.radan.com>
16428 Date: Wed, 02 Apr 2003 11:33:41 +0100
16429 Message-ID: <3E8ABC85.5060807@uk.radan.com>
16431 This also includes a small patch to Pod::Html : when generating
16432 anchor names, play on the safe side and turn every non-alphanumeric
16433 character into an '_'. Moreover, Pod::Html::anchorify() is now
16434 optionally exported.
16436 ! installhtml lib/Pod/Html.pm
16437 ____________________________________________________________________________
16438 [ 19135] By: rgs on 2003/04/02 18:42:50
16439 Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
16440 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16441 Date: Tue, 01 Apr 2003 16:32:46 -0800
16442 Message-ID: <u+ii+gzkgqkV092yn@efn.org>
16444 ! pp.c t/op/split.t
16445 ____________________________________________________________________________
16446 [ 19134] By: sky on 2003/04/02 18:01:40
16447 Log: Fix some small nits, thanks to Rafael.
16450 ____________________________________________________________________________
16451 [ 19133] By: sky on 2003/04/02 13:41:14
16452 Log: Add packname->stash cache before the check if a packname is a
16453 filehandle or a package, it works because only packnames
16454 that have been resolved to stashes are added to the cache,
16455 and when a newIO is created we clean the cache.
16456 Results in roughly 1.8 speed increase for class->method()
16459 ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
16460 ____________________________________________________________________________
16461 [ 19132] By: merijn on 2003/04/02 11:28:02
16462 Log: #19122 should have been tested on non-glibc system (like AIX)
16465 ____________________________________________________________________________
16466 [ 19131] By: jhi on 2003/04/02 05:25:19
16467 Log: Spread IlyaZ's PERL_CORE detection trick.
16469 ! ext/Encode/Makefile.PL
16470 ____________________________________________________________________________
16471 [ 19130] By: jhi on 2003/04/02 04:42:40
16472 Log: Cannot portably compare files if one of them is still open
16473 (from Craig Berry).
16475 ! ext/Encode/t/enc_module.t
16476 ____________________________________________________________________________
16477 [ 19129] By: jhi on 2003/04/02 04:30:45
16478 Log: MM_VMS tweak from Craig Berry:
16479 http://nntp.x.perl.org/group/perl.makemaker/1002
16481 ! lib/ExtUtils/MM_VMS.pm
16482 ____________________________________________________________________________
16483 [ 19128] By: rgs on 2003/04/01 21:30:12
16484 Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
16485 From: Steve Hay <steve.hay@uk.radan.com>
16486 Date: Thu, 20 Mar 2003 12:34:15 +0000
16487 Message-ID: <3E79B547.6030201@uk.radan.com>
16488 (with a few minor tweaks)
16491 ____________________________________________________________________________
16492 [ 19127] By: rgs on 2003/04/01 19:01:20
16493 Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
16494 From: Enache Adrian <enache@rdslink.ro>
16495 Date: Sat, 29 Mar 2003 19:45:41 +0200
16496 Message-ID: <20030329174541.GA8138@ratsnest.hole>
16498 ! ext/B/B/Deparse.pm
16499 ____________________________________________________________________________
16500 [ 19126] By: rgs on 2003/04/01 18:39:43
16501 Log: Fix bug #21742. require should be always invoked in
16502 scalar context. This wasn't the case when called from
16503 an eval(""), because the void context doesn't propagate
16504 through the leaveeval op. Instead of making scalarvoid()
16505 handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
16506 a workaround in doeval().
16508 ! pp_ctl.c t/comp/require.t
16509 ____________________________________________________________________________
16510 [ 19124] By: jhi on 2003/04/01 16:52:28
16511 Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
16512 From: "Green, Paul" <Paul.Green@stratus.com>
16513 Date: Tue, 1 Apr 2003 12:37:38 -0500
16514 Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
16517 ____________________________________________________________________________
16518 [ 19122] By: jhi on 2003/04/01 16:36:52
16521 Address "5.8.1@19053: crypt_r() takes 128K per thread".
16523 !> pp.c reentr.c reentr.h reentr.pl
16524 ____________________________________________________________________________
16525 [ 19121] By: jhi on 2003/04/01 16:36:02
16528 Subject: [PATCH 5.8.1 @19053] Time::HiRes
16529 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16530 Date: Mon, 31 Mar 2003 12:53:01 -0800
16531 Message-ID: <20030331205301.GA3687@math.berkeley.edu>
16534 A cleaner way to detect PERL_CORE, from IlyaZ.
16536 !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
16537 ____________________________________________________________________________
16538 [ 19120] By: jhi on 2003/04/01 16:32:03
16541 Subject: [PATCH 5.8.1 @19053] OS/2-related patches
16542 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16543 Date: Mon, 31 Mar 2003 12:43:37 -0800
16544 Message-ID: <20030331204337.GA3634@math.berkeley.edu>
16546 and regen Configure.
16548 ! Configure config_h.SH embedvar.h
16549 !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
16550 !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
16551 !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
16552 !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
16553 !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
16554 !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
16555 !> reentr.h reentr.pl sv.c
16556 ____________________________________________________________________________
16557 [ 19118] By: jhi on 2003/04/01 16:17:04
16558 Log: Document the _exit() issue with threads in Linux [perl #17057].
16560 ! ext/POSIX/POSIX.pod
16561 ____________________________________________________________________________
16562 [ 19117] By: jhi on 2003/04/01 16:07:59
16563 Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
16564 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16565 Date: Tue, 1 Apr 2003 11:02:35 +0200
16566 Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
16569 ____________________________________________________________________________
16570 [ 19116] By: jhi on 2003/04/01 16:06:12
16571 Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
16572 From: Michael G Schwern <schwern@pobox.com>
16573 Date: Mon, 31 Mar 2003 15:16:57 -0800
16574 Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
16576 ! ext/SDBM_File/sdbm/Makefile.PL
16577 ____________________________________________________________________________
16578 [ 19115] By: jhi on 2003/04/01 15:58:45
16579 Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
16580 From: Richard.Foley@ubsw.com
16581 Date: Mon, 31 Mar 2003 16:27:14 +0200
16582 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
16585 ____________________________________________________________________________
16586 [ 19114] By: jhi on 2003/04/01 15:56:27
16587 Log: Subject: [PATCH] Text::Abbrev warnings safe
16588 From: Peter Scott <Peter@PSDT.com>
16589 Date: Fri, 28 Mar 2003 16:34:47 -0800
16590 Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
16592 ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
16593 ____________________________________________________________________________
16594 [ 19113] By: merijn on 2003/04/01 14:12:33
16595 Log: Implemented AIX longdouble support in hints/aix.sh, which now
16596 actually work. Thanks to John L. Allen for the hint.
16598 Subject: Re: AIX longdoubles
16599 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16600 Date: Tue, 01 Apr 2003 17:18:57 +0200
16601 Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
16604 ____________________________________________________________________________
16605 [ 19104] By: jhi on 2003/03/31 10:51:36
16606 Log: Tabify; strictly speaking unnecessary but anyway...
16609 ____________________________________________________________________________
16610 [ 19102] By: jhi on 2003/03/31 10:36:48
16611 Log: Upgrade to Test::Harness 2.27_02.
16613 + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
16614 + t/lib/sample-tests/too_many
16615 ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
16616 ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
16617 ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
16618 ____________________________________________________________________________
16619 [ 19101] By: jhi on 2003/03/31 10:07:35
16620 Log: Upgrade to podlators 1.26.
16623 ____________________________________________________________________________
16624 [ 19100] By: jhi on 2003/03/31 10:03:50
16625 Log: Upgrade to Encode 1.92.
16627 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
16628 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
16629 ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
16630 ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
16631 ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
16632 ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
16633 ____________________________________________________________________________
16634 [ 19099] By: jhi on 2003/03/31 09:54:52
16635 Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
16636 From: Michael G Schwern <schwern@pobox.com>
16637 Date: Mon, 31 Mar 2003 02:42:58 -0800
16638 Message-ID: <20030331104257.GB15327@windhund.schwern.org>
16640 + lib/ExtUtils/MakeMaker/FAQ.pod
16641 + lib/ExtUtils/MakeMaker/Tutorial.pod
16642 + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
16643 + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
16644 + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
16645 + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
16646 + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
16648 ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
16649 ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
16650 ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
16651 ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
16652 ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
16653 ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
16654 ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
16655 ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
16656 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16657 ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
16658 ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
16659 ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
16660 ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
16661 ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
16662 ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
16663 ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
16664 ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
16665 ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
16666 ____________________________________________________________________________
16667 [ 19098] By: jhi on 2003/03/31 09:36:11
16668 Log: Subject: [PATCH dump.c] stray n_a
16669 From: Michael G Schwern <schwern@pobox.com>
16670 Date: Mon, 31 Mar 2003 00:55:49 -0800
16671 Message-ID: <20030331085549.GB1300@windhund.schwern.org>
16674 ____________________________________________________________________________
16675 [ 19097] By: jhi on 2003/03/31 05:00:07
16676 Log: Some low-hanging fruit for EBCDIC portability
16677 (or for marking as EBCDIC todos)
16679 ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
16681 ____________________________________________________________________________
16682 [ 19094] By: jhi on 2003/03/30 15:54:35
16683 Log: Upgrade to Time::HiRes 1.44.
16685 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16686 ____________________________________________________________________________
16687 [ 19092] By: jhi on 2003/03/30 15:09:02
16688 Log: IRIX 5.3 update.
16691 ____________________________________________________________________________
16692 [ 19091] By: jhi on 2003/03/30 10:26:32
16693 Log: Not all compilers like #ifdefs within cpp macros
16694 (follow-up on #19086)
16697 ____________________________________________________________________________
16698 [ 19090] By: jhi on 2003/03/30 09:50:33
16699 Log: Ending strings is customary (typo from #19084).
16701 ! ext/Socket/Socket.t
16702 ____________________________________________________________________________
16703 [ 19089] By: jhi on 2003/03/30 09:24:08
16704 Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
16707 ____________________________________________________________________________
16708 [ 19088] By: jhi on 2003/03/30 09:09:42
16709 Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
16710 as the test expects.
16712 ! lib/Net/hostent.t
16713 ____________________________________________________________________________
16714 [ 19087] By: jhi on 2003/03/30 09:08:07
16715 Log: In IRIX 5.3 turn off some of the warnings that cannot
16716 really be helped (e.g. warnings coming from system headers,
16717 or linker warnings during Configure).
16720 ____________________________________________________________________________
16721 [ 19086] By: jhi on 2003/03/30 08:59:24
16722 Log: In IRIX 5.3 the cc is awfully confused about the prototype
16725 ! hints/irix_5.sh pp_sys.c
16726 ____________________________________________________________________________
16727 [ 19085] By: jhi on 2003/03/30 08:43:53
16728 Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
16730 + ext/Time/HiRes/hints/irix.pl
16732 ____________________________________________________________________________
16733 [ 19084] By: jhi on 2003/03/30 08:31:53
16734 Log: gethostbyname('localhost') is not that portable.
16735 inet_aton('localhost') in IRIX 5.3 returned an undef,
16736 which in turn made pack_sockaddr_in to barf on zero
16739 ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
16740 ____________________________________________________________________________
16741 [ 19083] By: jhi on 2003/03/30 07:49:46
16742 Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
16743 From: Nicholas Clark <nick@unfortu.net>
16744 Date: Sun, 30 Mar 2003 00:35:48 +0000
16745 Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
16748 ____________________________________________________________________________
16749 [ 19082] By: jhi on 2003/03/29 21:18:32
16750 Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
16751 not defined AF_LINK.
16753 ! ext/Socket/Socket.xs
16754 ____________________________________________________________________________
16755 [ 19081] By: jhi on 2003/03/29 20:41:56
16756 Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
16757 From: Nicholas Clark <nick@unfortu.net>
16758 Date: Sat, 29 Mar 2003 18:58:09 +0000
16759 Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
16762 ____________________________________________________________________________
16763 [ 19080] By: rgs on 2003/03/29 20:39:34
16764 Log: Minor rephrasing in perlopentut,
16765 noticed by Bob Wilkinson (RT [perl #21725])
16767 ! pod/perlopentut.pod
16768 ____________________________________________________________________________
16769 [ 19079] By: rgs on 2003/03/29 20:21:11
16770 Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
16771 From: Nicholas Clark <nick@unfortu.net>
16772 Date: Thu, 27 Mar 2003 22:37:35 +0000
16773 Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
16775 ! pod/perlapi.pod sv.h
16776 ____________________________________________________________________________
16777 [ 19078] By: jhi on 2003/03/29 07:23:00
16778 Log: It seems that in Tru64 V5 gcc cannot be used to
16779 compile a threaded Perl because <pthread.h> explicitly
16780 checks for supported compilers (gcc not being one of them).
16781 This is not so bad since the system C compiler is always there.
16783 ! README.tru64 hints/dec_osf.sh
16784 ____________________________________________________________________________
16785 [ 19077] By: jhi on 2003/03/28 06:03:16
16786 Log: Feeding illegal QP (like \x80) to this
16787 ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
16788 caused a coredump in av_length() <- nextargv() because
16789 the av was NULL. I don't know that returning Nullfp is
16790 the best thing to do, but it dodges the segfault and
16791 introduces no test failures.
16794 ____________________________________________________________________________
16795 [ 19074] By: jhi on 2003/03/27 18:17:20
16796 Log: Missing final \n.
16798 ! lib/Attribute/Handlers/Changes
16799 ____________________________________________________________________________
16800 [ 19072] By: rgs on 2003/03/26 22:30:09
16801 Log: Subject: [perl #21672] IO::New and undefined filename behaviour
16802 From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
16803 Date: 24 Mar 2003 16:29:08 -0000
16804 Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
16805 plus a regression test
16807 ! ext/IO/lib/IO/File.pm lib/FileHandle.t
16808 ____________________________________________________________________________
16809 [ 19071] By: rgs on 2003/03/26 22:08:16
16810 Log: Better version of change #19069
16811 Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
16812 From: Nicholas Clark <nick@unfortu.net>
16813 Date: Wed, 26 Mar 2003 23:01:46 +0000
16814 Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
16816 ! pp_hot.c sv.c t/op/readline.t
16817 ____________________________________________________________________________
16818 [ 19070] By: rgs on 2003/03/26 21:31:55
16819 Log: Subject: [patch] for Stratus VOS
16820 From: "Green, Paul" <Paul.Green@stratus.com>
16821 Date: Wed, 26 Mar 2003 17:24:38 -0500
16822 Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
16823 (plus a small tweak to the test script)
16825 ! README.vos t/op/pack.t
16826 ____________________________________________________________________________
16827 [ 19069] By: rgs on 2003/03/26 21:14:33
16828 Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
16829 From: Nicholas Clark <nick@unfortu.net>
16830 Date: Tue, 25 Mar 2003 22:59:17 +0000
16831 Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
16833 ! sv.c t/op/readline.t
16834 ____________________________________________________________________________
16835 [ 19068] By: rgs on 2003/03/26 20:53:18
16836 Log: Win32 counterpart of change #19065
16838 ! win32/Makefile win32/makefile.mk
16839 ____________________________________________________________________________
16840 [ 19067] By: rgs on 2003/03/26 20:34:32
16841 Log: VMS counterpart of change #19065
16843 ! vms/descrip_mms.template
16844 ____________________________________________________________________________
16845 [ 19066] By: jhi on 2003/03/26 20:05:40
16846 Log: Upgrade to Term::ANSIColor 1.07.
16848 ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
16849 ! lib/Term/ANSIColor/README
16850 ____________________________________________________________________________
16851 [ 19065] By: rgs on 2003/03/26 19:55:20
16852 Log: Add a file utils/cpan.PL to generate the "cpan" utility,
16853 also separately maintained on CPAN, and now moved as
16854 lib/CPAN/bin/cpan. Tweak installperl to avoid installing
16858 +> lib/CPAN/bin/cpan
16860 ! MANIFEST installperl utils/Makefile
16861 ____________________________________________________________________________
16862 [ 19064] By: jhi on 2003/03/26 19:48:32
16863 Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
16864 From: Dave Mitchell <davem@fdgroup.com>
16865 Date: Thu, 20 Mar 2003 01:26:19 +0000
16866 Message-ID: <20030320012619.C19869@fdgroup.com>
16868 Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
16869 From: Dave Mitchell <davem@fdgroup.com>
16870 Date: Mon, 24 Mar 2003 16:06:51 +0000
16871 Message-ID: <20030324160651.D1798@fdgroup.com>
16873 ! pp_ctl.c pp_hot.c scope.c t/op/args.t
16874 ____________________________________________________________________________
16875 [ 19063] By: jhi on 2003/03/26 19:33:09
16876 Log: Subject: [perl #21648] Doc typo in Net::servent
16877 From: Andy Lester (via RT) <perlbug-followup@perl.org>
16878 Date: 22 Mar 2003 05:02:31 -0000
16879 Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
16881 ! lib/Net/servent.pm
16882 ____________________________________________________________________________
16883 [ 19062] By: jhi on 2003/03/26 19:29:39
16884 Log: Subject: [PATCH README.qnx] for QNX 6.2
16885 From: Norton Allen <allen@huarp.harvard.edu>
16886 Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
16887 Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
16890 ____________________________________________________________________________
16891 [ 19060] By: merijn on 2003/03/26 13:13:23
16892 Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
16893 From: "Craig A. Berry" <craigberry@mac.com>
16894 Date: Tue, 25 Mar 2003 22:52:58 -0600
16895 Message-ID: <3E81322A.3040508@mac.com>
16898 ____________________________________________________________________________
16899 [ 19059] By: rgs on 2003/03/24 21:43:03
16900 Log: Change 19056 wasn't good enough.
16901 ldlibpth should be changed later, to avoid spaces to be quoted.
16904 ____________________________________________________________________________
16905 [ 19058] By: rgs on 2003/03/24 21:37:59
16906 Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
16907 From: Michael G Schwern <schwern@pobox.com>
16908 Date: Mon, 24 Mar 2003 00:50:39 -0800
16909 Message-ID: <20030324085039.GA19981@windhund.schwern.org>
16912 ____________________________________________________________________________
16913 [ 19057] By: rgs on 2003/03/24 21:33:43
16914 Log: Typo, spotted by Doru Petrescu
16915 Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
16917 ! ext/Data/Dumper/Dumper.pm
16918 ____________________________________________________________________________
16919 [ 19056] By: rgs on 2003/03/24 21:05:48
16920 Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
16921 From: Enache Adrian <enache@rdslink.ro>
16922 Date: Mon, 24 Mar 2003 23:56:25 +0200
16923 Message-ID: <20030324215625.GB853@ratsnest.hole>
16926 ____________________________________________________________________________
16927 [ 19055] By: merijn on 2003/03/24 07:05:39
16928 Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
16929 From: Enache Adrian <enache@rdslink.ro>
16930 Date: Sat, 22 Mar 2003 22:49:49 +0200
16931 Message-ID: <20030322204949.GB794@ratsnest.hole>
16933 This is a slightly more defensive patch than Chip's patch that
16934 fell through the cracks, but does the same
16935 Subject: Shared libperl.so and build issues
16936 From: Chip Turner <cturner@redhat.com>
16937 Date: Tue 31 Dec 2002 17:21
16940 ____________________________________________________________________________
16941 [ 19054] By: merijn on 2003/03/24 06:54:23
16942 Log: Subject: [PATCH bleadperl] vms.c thread clean-up
16943 From: "Craig A. Berry" <craigberry@mac.com>
16944 Date: Sun, 23 Mar 2003 15:32:58 -0600
16945 Message-ID: <3E7E280A.5000304@mac.com>
16948 ____________________________________________________________________________
16949 [ 19052] By: jhi on 2003/03/24 04:28:13
16950 Log: For change #19051: a new .bat to CRLF.
16953 ____________________________________________________________________________
16954 [ 19051] By: jhi on 2003/03/24 04:27:55
16955 Log: WinCE update from Vadim Konovalov.
16957 + wince/compile-all.bat wince/makedist.pl
16958 - wince/include/sys/stat.h wince/xbuildall.ksh
16959 - wince/xdistclean.ksh wince/xmakediffs.ksh
16960 ! MANIFEST README.ce dosish.h wince/Makefile.ce
16961 ! wince/compile.bat wince/config.ce
16962 ____________________________________________________________________________
16963 [ 19050] By: jhi on 2003/03/24 04:25:15
16964 Log: Oops (change #19013 missed changing the Perl version number).
16967 ____________________________________________________________________________
16968 [ 19047] By: jhi on 2003/03/23 17:54:33
16969 Log: Integrate from maint-5.8:
16971 If no IVSIZE == 8, no need for modulo_1.
16974 ____________________________________________________________________________
16975 [ 19044] By: rgs on 2003/03/21 21:09:15
16976 Log: Subject: [PATCH] p4genpatch
16977 From: andreas.koenig@anima.de (Andreas J. Koenig)
16978 Date: Sat, 15 Mar 2003 12:04:18 +0100
16979 Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
16981 ! Porting/p4genpatch
16982 ____________________________________________________________________________
16983 [ 19043] By: rgs on 2003/03/21 20:43:55
16984 Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
16985 From: Martien Verbruggen <mgjv@tradingpost.com.au>
16986 Date: Sat, 15 Mar 2003 12:31:47 +1100
16987 Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
16989 ! pod/perlsub.pod pod/perlsyn.pod
16990 ____________________________________________________________________________
16991 [ 19042] By: merijn on 2003/03/21 07:45:54
16992 Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
16993 From: "Craig A. Berry" <craigberry@mac.com>
16994 Date: Thu, 20 Mar 2003 23:03:36 -0600
16995 Message-ID: <3E7A9D28.1040706@mac.com>
16997 ! configure.com vms/vms.c vms/vmsish.h
16998 ____________________________________________________________________________
16999 [ 19039] By: rgs on 2003/03/20 22:40:38
17000 Log: Subject: Re: [patch] [perl #21628] rcatline issue
17001 From: Enache Adrian <enache@rdslink.ro>
17002 Date: Thu, 20 Mar 2003 22:39:06 +0200
17003 Message-ID: <20030320203906.GA31199@ratsnest.hole>
17005 ! MANIFEST pp_hot.c t/op/readline.t
17006 ____________________________________________________________________________
17007 [ 19038] By: rgs on 2003/03/20 22:07:50
17008 Log: Subject: Re: Bytecode? Back into service.
17009 From: Enache Adrian <enache@rdslink.ro>
17010 Date: Thu, 20 Mar 2003 07:38:39 +0200
17011 Message-ID: <20030320053839.GA4044@ratsnest.hole>
17013 ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
17014 ! ext/ByteLoader/byterun.h op.c
17015 ____________________________________________________________________________
17016 [ 19037] By: rgs on 2003/03/20 20:16:43
17017 Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
17018 From: "Gerrit P. Haase" <gp@familiehaase.de>
17019 Date: Thu, 20 Mar 2003 21:23:28 +0100
17020 Message-ID: <941032389637.20030320212328@familiehaase.de>
17023 ____________________________________________________________________________
17024 [ 19036] By: jhi on 2003/03/20 05:23:15
17027 file test operators weren't doing the right thing if the SV
17028 passed to them wasn't NUL-terminated
17031 ensure SVs returned by Win32::Get{Short,Full}PathName() are
17034 !> doio.c win32/win32.c
17035 ____________________________________________________________________________
17036 [ 19028] By: jhi on 2003/03/19 09:46:27
17037 Log: Better wording as requested by Rafael, and
17038 the module is BerkeleyDB, not BerkeleyFile.
17041 ____________________________________________________________________________
17042 [ 19026] By: jhi on 2003/03/19 09:11:43
17043 Log: Update the DB_File instructions in Tru64.
17046 ____________________________________________________________________________
17047 [ 19025] By: rgs on 2003/03/18 21:59:33
17048 Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
17049 From: Dave Mitchell <davem@fdgroup.com>
17050 Date: Tue, 18 Mar 2003 21:55:05 +0000
17051 Message-ID: <20030318215505.A16787@fdgroup.com>
17053 ! pp_ctl.c t/op/goto.t
17054 ____________________________________________________________________________
17055 [ 19024] By: rgs on 2003/03/18 21:24:27
17056 Log: Subject: [PATCH] VMS pod install tweaks
17057 From: "Craig A. Berry" <craigberry@mac.com>
17058 Date: Sat, 15 Mar 2003 16:06:07 -0600
17059 Message-ID: <3E73A3CF.3060502@mac.com>
17061 ! vms/descrip_mms.template
17062 ____________________________________________________________________________
17063 [ 19023] By: rgs on 2003/03/18 21:22:03
17064 Log: Subject: [PATCH] poll() help for VMS
17065 From: "Craig A. Berry" <craigberry@mac.com>
17066 Date: Tue, 18 Mar 2003 01:10:10 -0600
17067 Message-ID: <3E76C652.30205@mac.com>
17069 ! configure.com ext/IO/poll.h
17070 ____________________________________________________________________________
17071 [ 19021] By: jhi on 2003/03/18 06:56:26
17072 Log: The description of SIG_SIZE was off.
17074 ! Configure NetWare/config_H.wc Porting/Glossary
17075 ! Porting/config.sh Porting/config_H config_h.SH
17076 ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
17077 ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
17078 ! wince/config_H.ce
17079 ____________________________________________________________________________
17080 [ 19020] By: merijn on 2003/03/18 05:45:50
17081 Log: Minor updates of Wolfgang's pack patch
17083 Subject: Re: pack changes and related fixes
17084 From: Philip Newton <Philip.Newton@gmx.net>
17085 Date: Tue, 18 Mar 2003 06:19:30 +0100
17086 Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
17088 ! embed.fnc pod/perldiag.pod
17089 ____________________________________________________________________________
17090 [ 19019] By: gsar on 2003/03/18 05:06:07
17091 Log: regenerate win32/config_H.*
17093 ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17094 ! win32/config_H.vc64
17095 ____________________________________________________________________________
17096 [ 19018] By: gsar on 2003/03/18 03:02:38
17097 Log: there is no trailing NULL in sig_name or sig_num, so don't
17101 ____________________________________________________________________________
17102 [ 19017] By: gsar on 2003/03/18 03:01:02
17103 Log: according to the new Porting/Glossary, sig_num doesn't have an
17104 extra '0' at the end
17106 ! win32/config.bc win32/config.gc win32/config.vc
17107 ! win32/config.vc64
17108 ____________________________________________________________________________
17109 [ 19016] By: hv on 2003/03/18 00:52:09
17110 Log: add tests for existing behaviour of undef postinc/dec
17113 ____________________________________________________________________________
17114 [ 19015] By: hv on 2003/03/18 00:46:18
17115 Log: add comment at undef postinc special case
17118 ____________________________________________________________________________
17119 [ 19014] By: hv on 2003/03/18 00:27:19
17120 Log: clarify behaviour of $a++
17123 ____________________________________________________________________________
17124 [ 19013] By: jhi on 2003/03/17 19:52:06
17127 We don't have the new Perl at this stage.
17129 !> cygwin/perlld.in
17130 ____________________________________________________________________________
17131 [ 19010] By: jhi on 2003/03/17 17:16:44
17132 Log: Subject: pack changes and related fixes
17133 From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
17134 Date: Mon, 17 Mar 2003 13:55:37 +0100
17135 Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
17137 ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
17138 ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
17139 ! t/lib/warnings/pp_pack t/op/pack.t
17140 ____________________________________________________________________________
17141 [ 19007] By: jhi on 2003/03/17 04:45:40
17144 Subject: Re: [Patch] Maintperl versioning for Cygwin
17145 From: Slaven Rezic <slaven@rezic.de>
17146 Date: 17 Mar 2003 00:42:43 +0100
17147 Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
17149 !> cygwin/perlld.in
17150 ____________________________________________________________________________
17151 [ 19005] By: hv on 2003/03/17 02:06:20
17152 Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
17153 From: chocolateboy <chocolateboy@chocolatey.com>
17154 Date: Sat, 22 Feb 2003 12:17:28 +0000
17155 Message-ID: <3E576A58.8010901@chocolatey.com>
17157 + ext/Data/Dumper/t/pair.t
17158 ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17159 ____________________________________________________________________________
17160 [ 19004] By: hv on 2003/03/17 01:38:23
17161 Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
17162 From: Stas Bekman <stas@stason.org>
17163 Date: Fri, 14 Feb 2003 11:59:53 +1100
17164 Message-ID: <3E4C3F89.6050005@stason.org>
17167 ____________________________________________________________________________
17168 [ 19003] By: hv on 2003/03/17 01:23:02
17169 Log: Subject: [perl #20724] Patch for dprofpp
17170 From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
17171 Date: 5 Feb 2003 08:41:17 -0000
17172 Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
17175 ____________________________________________________________________________
17176 [ 19002] By: hv on 2003/03/16 23:36:57
17177 Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
17178 From: Adam Spiers (via RT) <perlbug-followup@perl.org>
17179 Date: 10 Jan 2003 10:59:44 -0000
17180 Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
17183 ____________________________________________________________________________
17184 [ 19001] By: jhi on 2003/03/16 21:50:24
17185 Log: getservbyname_r() kaputt in OpenBSD (might get fixed
17186 for 3.3, but only might)
17189 ____________________________________________________________________________
17190 [ 18999] By: jhi on 2003/03/16 21:33:49
17191 Log: Stay within known facts: what platforms the skippage helps,
17192 and in which it is not needed.
17194 ! ext/POSIX/t/posix.t
17195 ____________________________________________________________________________
17196 [ 18998] By: jhi on 2003/03/16 18:15:42
17197 Log: This seems to fix (well, dodge) the problems in FreeBSD for
17198 Enache Adrian; in _theory_ this patch could be good for NetBSD,
17199 too, but Alian gets a core dump already at subtest #9 (anyone
17200 with a real NetBSD, Alian's is a VMware one, which has in the
17201 past caused similar odd crashes). OpenBSD threaded build result
17204 ! ext/POSIX/t/posix.t
17205 ____________________________________________________________________________
17206 [ 18997] By: jhi on 2003/03/16 18:07:30
17207 Log: IRIX ls -l marks sockets with 'S'.
17210 ____________________________________________________________________________
17211 [ 18996] By: jhi on 2003/03/16 17:41:42
17212 Log: Turn on UTF-8 flag only if the $str is valid utf8
17213 (pointed out by Dan Kogai).
17215 ! lib/Term/ReadLine.pm
17216 ____________________________________________________________________________
17217 [ 18995] By: jhi on 2003/03/16 16:40:06
17218 Log: Signedness nits.
17221 ____________________________________________________________________________
17222 [ 18994] By: jhi on 2003/03/16 15:41:44
17223 Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
17224 Should work both for PERL_UNICODE/-C and use encoding 'foo';
17226 ! lib/Term/ReadLine.pm
17227 ____________________________________________________________________________
17228 [ 18991] By: jhi on 2003/03/16 15:14:31
17229 Log: Pod fix from Philip Newton.
17232 ____________________________________________________________________________
17233 [ 18990] By: jhi on 2003/03/16 15:12:00
17234 Log: Further potential pitfalls for the utf8 len/pos cache
17235 found by Inaba Hiroto. No test cases, yet.
17238 ____________________________________________________________________________
17239 [ 18989] By: jhi on 2003/03/16 08:02:31
17240 Log: Make the :bytes conditional on PerlIO.
17242 ! ext/Encode/t/CJKT.t
17243 ____________________________________________________________________________
17244 [ 18988] By: jhi on 2003/03/15 18:27:36
17245 Log: Needs PerlIO for :bytes.
17247 ! ext/Encode/t/CJKT.t
17248 ____________________________________________________________________________
17249 [ 18986] By: rgs on 2003/03/14 20:28:20
17250 Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
17251 From: Enache Adrian <enache@rdslink.ro>
17252 Date: Fri, 14 Mar 2003 23:02:42 +0200
17253 Message-ID: <20030314210242.GA1159@ratsnest.hole>
17254 (with an added test)
17256 ! t/comp/parser.t toke.c
17257 ____________________________________________________________________________
17258 [ 18985] By: rgs on 2003/03/14 19:45:18
17259 Log: Time::HiRes is a core module
17262 ____________________________________________________________________________
17263 [ 18984] By: rgs on 2003/03/14 19:38:57
17264 Log: Subject: [patch ext/B/typemap] STRLEN T_UV
17265 From: Stas Bekman <stas@stason.org>
17266 Date: Fri, 14 Mar 2003 17:45:09 +1100
17267 Message-ID: <3E717A75.2060300@stason.org>
17270 ____________________________________________________________________________
17271 [ 18982] By: jhi on 2003/03/14 15:16:18
17272 Log: Better pass in the $self for a method.
17274 ! lib/File/Spec/Unix.pm
17275 ____________________________________________________________________________
17276 [ 18980] By: jhi on 2003/03/14 13:42:32
17277 Log: Cleanup the File::Spec tmpdir() implementations:
17278 now all the platforms specific modules call _tmpdir()
17279 (inherited from Unix.pm) with the list of platform
17280 specific list of temporary directories, and _tmpdir()
17281 then does the appropriate suitability checking.
17283 ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
17284 ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17285 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17286 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17287 ____________________________________________________________________________
17288 [ 18979] By: jhi on 2003/03/14 12:48:09
17289 Log: whichsig() really does return -1 for unknown signals.
17292 ____________________________________________________________________________
17293 [ 18977] By: jhi on 2003/03/14 10:42:33
17294 Log: Rework the @Config{/sig.*/} tests.
17297 ____________________________________________________________________________
17298 [ 18976] By: jhi on 2003/03/14 10:31:50
17299 Log: Subject: [PATCH] configure.com: sig_num, etc.
17300 From: "Craig A. Berry" <craigberry@mac.com>
17301 Date: Thu, 13 Mar 2003 21:38:19 -0600
17302 Message-ID: <3E714EAB.6030001@mac.com>
17305 ____________________________________________________________________________
17306 [ 18975] By: jhi on 2003/03/14 10:30:53
17307 Log: Make whichsig() to work also if some system defines
17308 zero signals (now -1 is the "not found"). Note that
17309 in couple of mg.c spots only whichsig() > 0 branches
17310 are taken because signal handlers et al don't make
17311 much sense for the zero signal.
17314 ____________________________________________________________________________
17315 [ 18973] By: jhi on 2003/03/14 10:27:46
17316 Log: Since Configure does the signal name/number probe with awk
17317 based on the cpp results (not by really running code), testing
17318 for the signum value is not really helpful if we have runtime
17319 function calls (some signal numbers are dynamic, for example)
17320 (or other extra stuff where the signum value is expected).
17321 (Runtimeness also means that Configure cannot get these right,
17322 anyway.) Better filter in just the constant non-negative numbers.
17325 ____________________________________________________________________________
17326 [ 18971] By: jhi on 2003/03/14 09:30:18
17327 Log: Signal issues.
17328 (1) Filter out negative signals.
17329 (2) Correct sig_num* and sig_name* descriptions.
17331 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17333 ____________________________________________________________________________
17334 [ 18970] By: jhi on 2003/03/14 06:21:48
17335 Log: Hopefully this works also in Win32.
17337 ! ext/Encode/t/CJKT.t
17338 ____________________________________________________________________________
17339 [ 18969] By: jhi on 2003/03/14 05:43:34
17340 Log: Subject: [PATCH] Perldoc.pm tweak for VMS
17341 From: "Craig A. Berry" <craigberry@mac.com>
17342 Date: Thu, 13 Mar 2003 13:44:55 -0600
17343 Message-ID: <3E70DFB7.8070405@mac.com>
17345 ! lib/Pod/Perldoc.pm
17346 ____________________________________________________________________________
17347 [ 18968] By: gsar on 2003/03/14 04:41:25
17348 Log: fix for switchC.t test#6 failure on windows
17351 ____________________________________________________________________________
17352 [ 18967] By: gsar on 2003/03/14 04:29:10
17353 Log: Config.t wasn't getting the sig_num and sig_size relationship
17354 right, and therefore failed test#35 on windows
17356 note that config_h.SH documents that $sig_size does NOT include
17357 the final NULL in $sig_num!
17360 ____________________________________________________________________________
17361 [ 18966] By: gsar on 2003/03/14 04:20:51
17362 Log: another fix for failing test on windows ("use encoding" puts
17363 STDIN in :raw mode, so chomp() wasn't stripping the CR)
17365 ! ext/Encode/t/enc_module.t
17366 ____________________________________________________________________________
17367 [ 18965] By: gsar on 2003/03/14 04:06:31
17368 Log: fix CJKT.t failures on windows due to incorrect binmode()
17370 ! ext/Encode/t/CJKT.t
17371 ____________________________________________________________________________
17372 [ 18964] By: rgs on 2003/03/13 21:47:52
17373 Log: Skip the last test of Config.t on HP-UX.
17374 (This test should be skipped for every system that
17375 actually defines a negative signal number. Maybe that
17376 test should be removed, to be future-proof.)
17379 ____________________________________________________________________________
17380 [ 18963] By: rgs on 2003/03/13 20:57:32
17381 Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
17382 From: Kurt Starsinic <kstar@cpan.org>
17383 Date: Mon, 10 Mar 2003 00:54:49 -0500
17384 Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
17386 ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
17387 ____________________________________________________________________________
17388 [ 18962] By: rgs on 2003/03/13 20:46:53
17389 Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
17390 From: "Craig A. Berry" <craigberry@mac.com>
17391 Date: Tue, 11 Mar 2003 21:29:31 -0600
17392 Message-ID: <3E6EA99B.9060902@mac.com>
17393 Patch by Scott Lepage (scott.lepage@hp.com)
17396 ____________________________________________________________________________
17397 [ 18959] By: jhi on 2003/03/13 20:05:50
17398 Log: Some more stdlib.h inclusions and change the gccversion
17399 test to use return (could have used that for all, sigh).
17402 ____________________________________________________________________________
17403 [ 18958] By: rgs on 2003/03/12 20:46:58
17404 Log: Trims slashes from the argument to rmdir(), likewise
17405 to what happens with rmdir(). Factorize the code in a
17406 local macro, TRIMSLASHES.
17409 ____________________________________________________________________________
17410 [ 18957] By: jhi on 2003/03/12 14:23:02
17411 Log: VOS nit from Paul Green.
17413 ! vos/configure_full_perl.sh
17414 ____________________________________________________________________________
17415 [ 18956] By: jhi on 2003/03/12 13:58:26
17416 Log: File::Spec: Do not fall back to '', use curdir instead.
17417 Note: Mac used to use cwd(), now curdir, slight change
17418 (relative vs. absolute).
17420 ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
17421 ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17422 ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17423 ____________________________________________________________________________
17424 [ 18955] By: jhi on 2003/03/12 13:49:15
17425 Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
17426 was unset (the tests attempted to create files at the /)
17428 ! lib/File/Spec/Cygwin.pm
17429 ____________________________________________________________________________
17430 [ 18954] By: jhi on 2003/03/12 10:59:03
17431 Log: Another finding by IRIX cc: non-void function
17432 sv_cat_decode() should return a value.
17435 ____________________________________________________________________________
17436 [ 18952] By: jhi on 2003/03/12 10:53:02
17439 pudge> never integrate anything from macos/
17441 - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
17442 - macos/macperl.sym
17444 ____________________________________________________________________________
17445 [ 18951] By: jhi on 2003/03/12 10:52:17
17448 Integrate from maint-5.8/macperl:
17450 Various MacOS portability fixes for tests
17453 File::Spec::Unix method should be called on $self
17456 lib.pm:_get_dirs() should use $_[0], not $_
17459 Update MacOS for new configpm
17463 Update Makefile for new source files,
17464 update test script, add additional symbol for APItest
17466 +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
17467 +> macos/macperl.sym
17468 !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
17469 !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
17470 !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
17471 !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
17472 !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
17473 !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
17474 ____________________________________________________________________________
17475 [ 18950] By: jhi on 2003/03/12 10:49:27
17476 Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
17477 (Too early? If inited there the pthread_mutex_init() returns
17478 an integer much too large be an errno), but initing the mutex
17479 later, in perl_alloc(), seems to be okay with Cygwin, and also
17483 ____________________________________________________________________________
17484 [ 18944] By: jhi on 2003/03/12 06:00:48
17485 Log: Ouch. Missed one more, the void flags check (and exit() is void).
17488 ____________________________________________________________________________
17489 [ 18943] By: jhi on 2003/03/12 05:51:21
17490 Log: Tell how to possibly dodge 'Out of memory' errors.
17493 ____________________________________________________________________________
17494 [ 18935] By: jhi on 2003/03/11 22:00:54
17495 Log: WinCE tweaks from Vadim Konovalov.
17497 ! perl.c perlio.c wince/Makefile.ce
17498 ____________________________________________________________________________
17499 [ 18932] By: jhi on 2003/03/11 20:22:07
17503 ____________________________________________________________________________
17504 [ 18929] By: jhi on 2003/03/11 20:15:51
17505 Log: Single vs doublequoted context is important...
17508 ____________________________________________________________________________
17509 [ 18927] By: jhi on 2003/03/11 20:04:33
17510 Log: """glob.*""" patch for VMS, from Peter Prymmer.
17512 ! vms/perlvms.pod vms/vms.c
17513 ____________________________________________________________________________
17514 [ 18926] By: rgs on 2003/03/11 19:44:54
17515 Log: Questionable construct.
17518 ____________________________________________________________________________
17519 [ 18925] By: jhi on 2003/03/11 19:15:15
17520 Log: Better setmode() prototype for cygwin.
17523 ____________________________________________________________________________
17524 [ 18923] By: jhi on 2003/03/11 19:11:39
17525 Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
17528 ____________________________________________________________________________
17529 [ 18921] By: jhi on 2003/03/11 18:15:45
17530 Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
17531 (cc-1171 cc: WARNING ... The indicated expression has no effect.)
17532 So make the macro to include the , and the non-gcc case empty.
17535 ____________________________________________________________________________
17536 [ 18919] By: jhi on 2003/03/11 17:43:10
17537 Log: Uid_t and Gid_t can easily be shorts and one cannot
17538 pull shorts off the va_args, int is the shortest (ahem).
17540 ! reentr.c reentr.pl
17541 ____________________________________________________________________________
17542 [ 18918] By: jhi on 2003/03/11 17:32:23
17543 Log: Subject: [PATCH] io_sock.t
17544 From: Norton Allen <allen@huarp.harvard.edu>
17545 Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
17546 Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
17548 ! README.qnx ext/IO/lib/IO/t/io_sock.t
17549 ____________________________________________________________________________
17550 [ 18917] By: jhi on 2003/03/11 17:30:43
17551 Log: Get rid of one Cygwin warning by introducing a prototype
17552 for the init_os_extras(). Since there is no header file
17553 in Perl specific to cygwin, use perl.h.
17556 ____________________________________________________________________________
17557 [ 18916] By: jhi on 2003/03/11 11:40:38
17558 Log: Upgrade to Time-HiRes 1.43.
17560 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17561 ! ext/Time/HiRes/Makefile.PL
17562 ____________________________________________________________________________
17563 [ 18915] By: jhi on 2003/03/11 09:19:54
17564 Log: Be more lax about the out of memory error message.
17567 ____________________________________________________________________________
17568 [ 18914] By: jhi on 2003/03/11 09:18:25
17569 Log: Try to handle hitting the heap/data limit in small systems.
17570 (One can simulate this with e.g. 32MB or 64MB datasize,
17571 use your shell's ulimit/limit/limits command.)
17574 ____________________________________________________________________________
17575 [ 18912] By: hv on 2003/03/11 07:36:00
17576 Log: typo for utf8locale in #18907
17579 ____________________________________________________________________________
17580 [ 18910] By: jhi on 2003/03/11 06:55:29
17581 Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
17582 From: "Craig A. Berry" <craigberry@mac.com>
17583 Date: Tue, 11 Mar 2003 00:34:39 -0600
17584 Message-ID: <3E6D837F.7000506@mac.com>
17587 ____________________________________________________________________________
17588 [ 18909] By: jhi on 2003/03/11 06:29:35
17589 Log: Upgrade to cperl-mode 5.0, from IlyaZ.
17591 ! emacs/cperl-mode.el
17592 ____________________________________________________________________________
17593 [ 18908] By: jhi on 2003/03/11 06:09:05
17594 Log: Missed some, cryptically.
17597 ____________________________________________________________________________
17598 [ 18907] By: jhi on 2003/03/11 06:01:28
17599 Log: Add missing intrpvar clonings to perl_clone.
17600 Also move the IDBassertion to the end since there's
17601 no particular reason to break bincompat for that.
17604 ____________________________________________________________________________
17605 [ 18906] By: jhi on 2003/03/11 05:43:30
17606 Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
17609 ____________________________________________________________________________
17610 [ 18905] By: jhi on 2003/03/11 05:38:10
17611 Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
17612 From: Stas Bekman <stas@stason.org>
17613 Date: Tue, 11 Mar 2003 17:09:02 +1100
17614 Message-ID: <3E6D7D7E.5000704@stason.org>
17617 ____________________________________________________________________________
17618 [ 18904] By: jhi on 2003/03/11 05:33:10
17619 Log: Subject: [PATCH] typos and other minor things
17620 From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17621 Date: Mon, 10 Mar 2003 21:00:55 -0700
17622 Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
17624 ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
17625 ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
17626 ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
17627 ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
17628 ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
17629 ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
17630 ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
17631 ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
17632 ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
17633 ____________________________________________________________________________
17634 [ 18903] By: jhi on 2003/03/11 05:29:12
17635 Log: A rejected hunk of #18902 reapplied.
17638 ____________________________________________________________________________
17639 [ 18902] By: jhi on 2003/03/11 05:19:15
17640 Log: Patch from Craig Berry to resolve test failures in VMS.
17641 Will poke the Net::Ping author.
17643 ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
17644 ! t/io/utf8.t t/op/magic.t
17645 ____________________________________________________________________________
17646 [ 18900] By: rgs on 2003/03/10 22:12:37
17647 Log: Integrate (by hand) change #18386 from maint-5.8
17650 ____________________________________________________________________________
17651 [ 18899] By: jhi on 2003/03/10 21:44:12
17652 Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
17655 ____________________________________________________________________________
17656 [ 18891] By: rgs on 2003/03/10 20:22:39
17657 Log: A new test, to check that signal numbers are actually positive,
17658 and that there is a consistent number of signals available.
17661 ____________________________________________________________________________
17662 [ 18889] By: rgs on 2003/03/10 19:55:06
17663 Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
17664 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17665 Date: Fri, 07 Mar 2003 13:12:49 -0800
17666 Message-ID: <RtQa+gzkg2kF092yn@efn.org>
17668 ! mg.c pod/perldiag.pod t/op/tie.t
17669 ____________________________________________________________________________
17670 [ 18888] By: rgs on 2003/03/10 19:37:40
17671 Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
17672 From: Nicholas Clark <nick@unfortu.net>
17673 Date: Sun, 9 Mar 2003 21:24:46 +0000
17674 Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
17677 ____________________________________________________________________________
17678 [ 18880] By: jhi on 2003/03/10 16:17:50
17679 Log: Integrate from maint:
17681 Somehow I managed to get makefile.olds that didn't get cleaned away.
17683 !> Makefile.SH x2p/Makefile.SH
17684 ____________________________________________________________________________
17685 [ 18876] By: jhi on 2003/03/10 06:35:20
17689 ____________________________________________________________________________
17690 [ 18875] By: jhi on 2003/03/10 05:31:00
17691 Log: Remove the foo-old files.
17694 ____________________________________________________________________________
17695 [ 18874] By: jhi on 2003/03/10 05:23:32
17696 Log: Subject: Re: Shared libperl.so and build issues
17697 From: Chip Turner <cturner@redhat.com>
17698 Date: 05 Jan 2003 10:35:40 -0500
17699 Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
17702 ____________________________________________________________________________
17703 [ 18873] By: jhi on 2003/03/10 05:18:02
17704 Log: Bunch of doc patches from Stas; plus regen.
17706 Subject: [doc patch] perl.c's pod api entry
17707 From: Stas Bekman <stas@stason.org>
17708 Date: Mon, 10 Mar 2003 12:35:52 +1100
17709 Message-ID: <3E6BEBF8.80402@stason.org>
17711 Subject: Re: [patch] perlguts.pod
17712 From: Stas Bekman <stas@stason.org>
17713 Date: Mon, 10 Mar 2003 12:38:57 +1100
17714 Message-ID: <3E6BECB1.7050009@stason.org>
17716 Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
17717 From: Stas Bekman <stas@stason.org>
17718 Date: Mon, 10 Mar 2003 12:41:46 +1100
17719 Message-ID: <3E6BED5A.801@stason.org>
17721 Subject: Re: [patch] perlapi.pod fix
17722 From: Stas Bekman <stas@stason.org>
17723 Date: Mon, 10 Mar 2003 12:43:33 +1100
17724 Message-ID: <3E6BEDC5.6010405@stason.org>
17726 Subject: Re: [docs patch] replace gets() with fgets() in example
17727 From: Stas Bekman <stas@stason.org>
17728 Date: Mon, 10 Mar 2003 12:45:41 +1100
17729 Message-ID: <3E6BEE45.9030901@stason.org>
17731 Subject: [doc patch] perlrun.pod
17732 From: Stas Bekman <stas@stason.org>
17733 Date: Mon, 10 Mar 2003 14:49:59 +1100
17734 Message-ID: <3E6C0B67.4050606@stason.org>
17736 ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
17737 ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
17738 ____________________________________________________________________________
17739 [ 18871] By: jhi on 2003/03/09 20:15:13
17740 Log: Must not hide the protos, though.
17743 ____________________________________________________________________________
17744 [ 18870] By: jhi on 2003/03/09 20:12:11
17745 Log: I hate embed*. Tell me what you know.
17747 ! embed.fnc embed.h
17748 ____________________________________________________________________________
17749 [ 18869] By: jhi on 2003/03/09 19:32:19
17750 Log: Upgrade to Encode 1.91.
17752 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
17753 ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
17754 ____________________________________________________________________________
17755 [ 18868] By: jhi on 2003/03/09 19:04:22
17756 Log: Export the symbols from #18863; do not prototype (but export)
17757 Nick Clark's experimental COW functions.
17758 Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
17759 a mess of Herculean proportions. Someone should redesign and
17760 clean up the stables.
17762 ! embed.fnc embed.pl global.sym proto.h
17763 ____________________________________________________________________________
17764 [ 18867] By: jhi on 2003/03/09 17:12:55
17765 Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
17767 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
17768 ! ext/Encode/MANIFEST ext/Encode/encoding.pm
17769 ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
17770 ! ext/Encode/t/enc_module.t
17771 ____________________________________________________________________________
17772 [ 18865] By: jhi on 2003/03/09 13:50:57
17773 Log: From Inaba Hiroto: DATA wasn't properly utf8ed
17774 under 'use encoding'.
17776 + ext/Encode/t/enc_data.t
17777 ! MANIFEST ext/Encode/MANIFEST toke.c
17778 ____________________________________________________________________________
17779 [ 18864] By: jhi on 2003/03/09 13:21:09
17780 Log: Tru64: additional instructions for building a newer Berkeley DB.
17782 ! README.tru64 hints/dec_osf.sh
17783 ____________________________________________________________________________
17784 [ 18863] By: jhi on 2003/03/09 12:07:28
17785 Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
17786 function stubs, should be helpful for really simple extensions.
17787 Undoes large parts of changes #16289 and #16290.
17790 ____________________________________________________________________________
17791 [ 18862] By: rgs on 2003/03/09 11:48:37
17792 Log: ... and add a test case for bug #20798
17795 ____________________________________________________________________________
17796 [ 18861] By: jhi on 2003/03/09 11:46:17
17797 Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
17798 From: Enache Adrian <enache@rdslink.ro>
17799 Date: Fri, 7 Mar 2003 23:28:37 +0200
17800 Message-ID: <20030307212837.GB765@ratsnest.hole>
17802 (and few more test cases from the thread)
17804 ! sv.c t/op/sprintf.t
17805 ____________________________________________________________________________
17806 [ 18860] By: rgs on 2003/03/09 11:33:09
17807 Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
17808 From: Enache Adrian <enache@rdslink.ro>
17809 Date: Fri, 7 Mar 2003 00:12:03 +0200
17810 Message-ID: <20030306221203.GB13330@ratsnest.hole>
17813 ____________________________________________________________________________
17814 [ 18859] By: rgs on 2003/03/09 11:30:22
17815 Log: Adjust test count.
17818 ____________________________________________________________________________
17819 [ 18858] By: jhi on 2003/03/09 10:54:10
17820 Log: From Inaba Hiroto: re_intuit_start set a value to
17821 PL_bostr before calling find_byclass when regexp has
17822 ROPT_UTF8 flag on. But right value for PL_bostr is set
17823 before re_intuit_start is called. PL_regdata is always
17824 assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
17827 ! regexec.c t/op/pat.t
17828 ____________________________________________________________________________
17829 [ 18857] By: jhi on 2003/03/09 10:46:23
17830 Log: From Inaba Hiroto: the UTF-8 length cache wasn't
17831 updated when fbm_compile() appended a "\n".
17833 ! t/op/pat.t util.c
17834 ____________________________________________________________________________
17835 [ 18856] By: rgs on 2003/03/08 20:16:36
17836 Log: Add a B::COP::io() method, to return the cop_io field of COPs.
17837 Print it in B::Debug. Can be used later in B::Deparse to deparse
17840 ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
17841 ____________________________________________________________________________
17842 [ 18855] By: rgs on 2003/03/08 19:51:40
17843 Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
17844 From: Richard.Foley@ubsw.com
17845 Date: Fri, 21 Feb 2003 13:51:51 +0100
17846 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
17848 ! pod/perldebug.pod
17849 ____________________________________________________________________________
17850 [ 18854] By: jhi on 2003/03/08 19:41:25
17851 Log: Enache Adrian reads comments.
17854 ____________________________________________________________________________
17855 [ 18853] By: rgs on 2003/03/08 19:40:13
17856 Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
17857 From: Richard Soderberg <perl@crystalflame.net>
17858 Date: Sat, 15 Feb 2003 01:27:17 -0500
17859 Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
17861 ! ext/IO/lib/IO/Select.pm
17862 ____________________________________________________________________________
17863 [ 18852] By: jhi on 2003/03/08 19:05:04
17864 Log: Subject: [PATCH] long %ENV values for VMS
17865 From: "Craig A. Berry" <craigberry@mac.com>
17866 Date: Fri, 07 Mar 2003 13:49:50 -0600
17867 Message-ID: <3E68F7DE.8070603@mac.com>
17870 ____________________________________________________________________________
17871 [ 18851] By: jhi on 2003/03/08 06:49:35
17872 Log: regen_headers tiny tidying:
17873 - regen.pl renamed as regen_lib.pl
17874 - regen_headers.pl renamed as regen.pl
17875 - added make target 'regen' (kept target 'regen_headers'
17876 for porters' brains' backward compatibility)
17877 - regen.pl fancified a bit to display the names
17878 of the files that got changed by running the scripts
17882 ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
17883 ! keywords.pl opcode.pl regcomp.pl regen.pl
17884 ____________________________________________________________________________
17885 [ 18848] By: jhi on 2003/03/07 08:40:52
17886 Log: Give pointers to runtime Unicode changes.
17888 ! pod/perlrun.pod pod/perlvar.pod
17889 ____________________________________________________________________________
17890 [ 18847] By: jhi on 2003/03/07 08:02:50
17891 Log: Extra character noticed by Tels.
17894 ____________________________________________________________________________
17895 [ 18846] By: jhi on 2003/03/07 05:28:11
17896 Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
17897 From: Kay Roepke <kay@dolphin-services.de>
17898 Date: Thu, 06 Mar 2003 23:00:10 +0100
17899 Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
17901 (plus change the d_gethostbyaddr_r_proto default to "0",
17902 that is what an undefined r_proto looks like)
17905 ____________________________________________________________________________
17906 [ 18845] By: jhi on 2003/03/07 05:21:43
17907 Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
17908 (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
17909 in non-glibc case", from Craig Berry)
17912 ____________________________________________________________________________
17913 [ 18844] By: jhi on 2003/03/07 05:05:57
17914 Log: Good observation from Philip Newton.
17917 ____________________________________________________________________________
17918 [ 18843] By: rgs on 2003/03/06 21:59:02
17919 Log: Make the -A switch work without an assertion name.
17920 by Salvador Fandiño.
17922 ! perl.c t/run/switch_A.t
17923 ____________________________________________________________________________
17924 [ 18842] By: rgs on 2003/03/06 21:27:15
17925 Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
17926 From: "Jos I. Boumans" <kane@dwim.org>
17927 Date: Fri, 21 Feb 2003 20:33:53 +0100
17928 Message-ID: <3E567F21.6020006@dwim.org>
17929 (with some minor tweaks)
17931 ! pod/perlmodstyle.pod
17932 ____________________________________________________________________________
17933 [ 18841] By: rgs on 2003/03/06 20:56:32
17934 Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
17935 From: Enache Adrian <enache@rdslink.ro>
17936 Date: Sun, 2 Mar 2003 06:05:22 +0200
17937 Message-ID: <20030302040522.GB4905@ratsnest.hole>
17940 ____________________________________________________________________________
17941 [ 18840] By: rgs on 2003/03/06 20:45:08
17942 Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
17943 From: Enache Adrian <enache@rdslink.ro>
17944 Date: Wed, 5 Mar 2003 12:06:20 +0200
17945 Message-ID: <20030305100620.GA909@ratsnest.hole>
17947 ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
17948 ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
17949 ____________________________________________________________________________
17950 [ 18839] By: jhi on 2003/03/06 17:21:36
17951 Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
17952 From: "Craig A. Berry" <craigberry@mac.com>
17953 Date: Thu, 06 Mar 2003 10:42:05 -0600
17954 Message-ID: <3E677A5D.10805@mac.com>
17957 ____________________________________________________________________________
17958 [ 18838] By: jhi on 2003/03/06 10:11:22
17961 ! Porting/findrfuncs
17962 ____________________________________________________________________________
17963 [ 18837] By: jhi on 2003/03/06 09:33:33
17964 Log: PERL_UNICODE explanation saga continues.
17967 ____________________________________________________________________________
17968 [ 18836] By: jhi on 2003/03/06 07:55:03
17969 Log: Handle also extra directories et alia.
17971 ! Porting/manicheck
17972 ____________________________________________________________________________
17973 [ 18835] By: jhi on 2003/03/06 07:48:05
17974 Log: Add mani(fest) check(ing) utility.
17976 + Porting/manicheck
17978 ____________________________________________________________________________
17979 [ 18833] By: jhi on 2003/03/06 05:36:13
17980 Log: Subject: [patch config_h.SH] redefining __attribute__
17981 From: Stas Bekman <stas@stason.org>
17982 Date: Thu, 06 Mar 2003 12:03:39 +1100
17983 Message-ID: <3E669E6B.1060606@stason.org>
17985 ! Configure NetWare/config_H.wc Porting/config.sh
17986 ! Porting/config_H config_h.SH plan9/config.plan9
17987 ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
17988 ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
17989 ____________________________________________________________________________
17990 [ 18831] By: jhi on 2003/03/05 19:56:41
17991 Log: Couple more _r possibilities (found in a RH 8.0 box), and
17992 the random() macros were all wrong. (I don't know why
17993 metaconfig did so much reordering of config_h.SH.)
17995 ! Configure config_h.SH reentr.h reentr.pl
17996 ____________________________________________________________________________
17997 [ 18830] By: rgs on 2003/03/04 23:25:01
17998 Log: Change #18829 makes this test workaround obsolete.
18000 ! ext/B/t/deparse.t
18001 ____________________________________________________________________________
18002 [ 18829] By: rgs on 2003/03/04 22:23:41
18003 Log: Patch by Salvador Fandiño to read the warning mask
18004 returned by caller() and ${^WARNING_BITS} from
18005 $warnings::Bits{all} and not from the hardcoded core
18006 constant. (This mask could have been extended by
18007 warnings::register.) Plus tests.
18009 ! mg.c pp_ctl.c t/op/caller.t
18010 ____________________________________________________________________________
18011 [ 18828] By: rgs on 2003/03/04 20:49:59
18012 Log: Subject: [PATCH] assertions
18013 From: Salvador Fandiño <sfandino@yahoo.com>
18014 Date: Fri, 21 Feb 2003 17:26:16 +0000
18015 Message-ID: <3E566138.4090709@yahoo.com>
18016 and the complement : (with added comments)
18017 Subject: [PATCH] bug in ext/B/t/deparse.t
18018 Message-ID: <3E563E16.7060303@yahoo.com>
18019 plus perldiag.pod patch for the new warning
18020 (previous change was, once again, empty)
18022 ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
18023 ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
18024 ! pod/perldiag.pod warnings.h warnings.pl
18025 ____________________________________________________________________________
18026 [ 18827] By: rgs on 2003/03/04 20:48:09
18027 Log: Subject: [PATCH] assertions
18028 From: Salvador Fandiño <sfandino@yahoo.com>
18029 Date: Fri, 21 Feb 2003 17:26:16 +0000
18030 Message-ID: <3E566138.4090709@yahoo.com>
18031 and the complement : (with added comments)
18032 Subject: [PATCH] bug in ext/B/t/deparse.t
18033 Message-ID: <3E563E16.7060303@yahoo.com>
18034 plus perldiag.pod patch for the new warning
18036 ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
18037 ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
18038 ! pod/perldiag.pod warnings.h warnings.pl
18039 ____________________________________________________________________________
18040 [ 18826] By: jhi on 2003/03/04 20:22:25
18041 Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
18042 The variant is from how List::Util Util.xs does it.
18044 ! ext/Devel/PPPort/PPPort.pm
18045 ____________________________________________________________________________
18046 [ 18825] By: rgs on 2003/03/04 19:56:28
18050 ____________________________________________________________________________
18051 [ 18823] By: jhi on 2003/03/04 05:33:50
18052 Log: Try to give rcatline() a good jog on Unicode.
18055 ____________________________________________________________________________
18056 [ 18822] By: jhi on 2003/03/04 05:14:13
18057 Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
18058 From: Enache Adrian <enache@rdslink.ro>
18059 Date: Sun, 2 Mar 2003 05:43:54 +0200
18060 Message-ID: <20030302034354.GA4905@ratsnest.hole>
18063 ____________________________________________________________________________
18064 [ 18821] By: jhi on 2003/03/04 04:58:36
18065 Log: Can't test this without PerlIO.
18068 ____________________________________________________________________________
18069 [ 18820] By: sky on 2003/03/04 01:01:07
18070 Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
18071 What happened was that a constant was freed, the pad released but
18072 the pad slot still held the SV, when pad slot was reallocated
18073 to be a target for a stringify, it did a sv_setpv on the target
18074 and the original SV was wiped out. When this SV was later on
18075 to new places using the constant, they got the wrong value.
18076 By replacing pad_free with pad_swipe for these cases, we
18077 won't have such a problem. (pad_swipe also removes the
18078 pointer to the original SV).
18081 ____________________________________________________________________________
18082 [ 18819] By: jhi on 2003/03/03 19:15:07
18083 Log: Further clarification on PERL_UNICODE's semantics.
18086 ____________________________________________________________________________
18087 [ 18818] By: gbarr on 2003/03/03 10:07:44
18088 Log: Sync with libnet-1.13
18090 ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
18091 ! lib/Net/POP3.pm lib/Net/SMTP.pm
18092 ____________________________________________________________________________
18093 [ 18817] By: jhi on 2003/03/03 06:45:59
18094 Log: Upgrade to Unicode::Normalize 0.20.
18096 ! ext/Unicode/Normalize/Changes
18097 ! ext/Unicode/Normalize/Normalize.pm
18098 ! ext/Unicode/Normalize/Normalize.xs
18099 ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
18100 ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
18101 ! ext/Unicode/Normalize/t/test.t
18102 ____________________________________________________________________________
18103 [ 18816] By: jhi on 2003/03/03 06:17:28
18104 Log: Upgrade to Encode 1.89. The enc_module.t required
18105 a little tweak, sending that to Dan.
18107 + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
18108 + ext/Encode/t/enc_module.t
18109 ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
18110 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
18111 ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
18112 ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
18113 ! ext/Encode/ucm/viscii.ucm
18114 ____________________________________________________________________________
18115 [ 18813] By: jhi on 2003/03/03 05:33:21
18116 Log: Use a macro for abs() to avoid the possible truncation to an int;
18117 also make an explicit (double)cast for the arguments to fabs().
18119 ! perl.h pp.c sv.c util.c
18120 ____________________________________________________________________________
18121 [ 18812] By: hv on 2003/03/02 22:36:05
18122 Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
18123 From: andreas.koenig@anima.de (Andreas J. Koenig)
18124 Date: Wed, 19 Feb 2003 11:05:28 +0100
18125 Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
18128 ____________________________________________________________________________
18129 [ 18811] By: hv on 2003/03/02 22:30:50
18130 Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
18131 From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
18132 Date: 18 Feb 2003 21:05:15 -0000
18133 Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
18135 ! ext/IPC/SysV/Msg.pm
18136 ____________________________________________________________________________
18137 [ 18810] By: hv on 2003/03/02 21:59:10
18138 Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
18139 From: Richard Soderberg <perl@crystalflame.net>
18140 Date: Sat, 15 Feb 2003 01:27:21 -0500
18141 Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
18143 ! lib/File/Basename.pm
18144 ____________________________________________________________________________
18145 [ 18809] By: hv on 2003/03/02 21:54:53
18146 Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
18147 From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
18148 Date: 15 Feb 2003 00:21:41 -0000
18149 Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
18152 ____________________________________________________________________________
18153 [ 18807] By: hv on 2003/03/02 21:22:56
18154 Log: Reverse copyright update (#18801) for files not changed in 2003.
18156 ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
18157 ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
18158 ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
18159 ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
18160 ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
18161 ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
18162 ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
18163 ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
18164 ____________________________________________________________________________
18165 [ 18805] By: hv on 2003/03/02 16:29:28
18166 Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
18167 From: Enache Adrian <enache@rdslink.ro>
18168 Date: Sun, 2 Mar 2003 10:11:27 +0200
18169 Message-ID: <20030302081127.GA10782@ratsnest.hole>
18172 ____________________________________________________________________________
18173 [ 18803] By: hv on 2003/03/02 16:12:34
18174 Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch included)
18175 From: "Anders Johnson" <ajohnson@wischip.com>
18176 Date: Mon, 10 Feb 2003 14:09:46 -0800
18177 Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
18179 ! mg.c t/op/magic.t
18180 ____________________________________________________________________________
18181 [ 18802] By: jhi on 2003/03/02 15:39:06
18182 Log: Narrow down the -C test skippage.
18185 ____________________________________________________________________________
18186 [ 18801] By: hv on 2003/03/02 15:24:22
18187 Log: Update all copyrights to 2003, from Jarkko
18189 ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
18190 ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
18191 ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
18192 ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
18193 ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
18194 ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
18195 ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
18196 ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
18197 ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
18198 ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
18199 ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
18200 ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
18201 ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
18202 ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
18203 ! x2p/util.h x2p/walk.c xsutils.c
18204 ____________________________________________________________________________
18205 [ 18800] By: hv on 2003/03/02 15:16:38
18206 Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
18207 From: Richard.Foley@ubsw.com
18208 Date: Wed, 19 Feb 2003 13:24:38 +0100
18209 Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
18212 ____________________________________________________________________________
18213 [ 18799] By: jhi on 2003/03/02 13:34:13
18214 Log: The -CI cannot be easily tested under UTF-8 locale with
18215 the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
18216 Also other small tweaks in the -C neighbourhood.
18218 ! perl.c perl.h t/run/switchC.t util.c
18219 ____________________________________________________________________________
18220 [ 18798] By: jhi on 2003/03/02 09:12:06
18221 Log: Go with "right = -right" for greater portability, some platforms
18222 might require llabs() to get abs() of long longs.
18225 ____________________________________________________________________________
18226 [ 18797] By: jhi on 2003/03/02 08:07:32
18227 Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
18228 with negative quads", or also as RedHat bug #65612.
18231 ____________________________________________________________________________
18232 [ 18796] By: jhi on 2003/03/02 07:34:54
18233 Log: Forgotten from change #18795.
18236 ____________________________________________________________________________
18237 [ 18795] By: jhi on 2003/03/02 07:27:44
18238 Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
18239 From: Abe Timmerman <abe@ztreet.demon.nl>
18240 Date: Sun, 2 Mar 2003 02:03:16 +0100
18241 Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
18243 ! embed.fnc embed.h makedef.pl
18244 ____________________________________________________________________________
18245 [ 18794] By: jhi on 2003/03/02 07:21:36
18246 Log: Further Unicode formats patching from Inaba Hiroto.
18249 ! MANIFEST pp_ctl.c
18250 ____________________________________________________________________________
18251 [ 18793] By: jhi on 2003/03/01 08:18:35
18252 Log: Integrate change #18788 from maint.
18255 ____________________________________________________________________________
18256 [ 18792] By: jhi on 2003/03/01 08:14:43
18257 Log: Subject: [PATCH] Get MSWin32 back compiling
18258 From: Abe Timmerman <abe@ztreet.demon.nl>
18259 Date: Sat, 1 Mar 2003 04:31:19 +0100
18260 Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
18262 ! embed.fnc embed.h global.sym makedef.pl
18263 ____________________________________________________________________________
18264 [ 18785] By: jhi on 2003/02/26 20:38:55
18265 Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
18266 From: Inaba Hiroto <inaba@st.rim.or.jp>
18267 Date: Mon, 10 Feb 2003 00:04:51 +0900
18268 Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
18271 ____________________________________________________________________________
18272 [ 18784] By: jhi on 2003/02/26 19:45:53
18273 Log: An already fixed bug from perl-unicode.
18276 ____________________________________________________________________________
18277 [ 18782] By: hv on 2003/02/26 01:36:49
18278 Log: Subject: Re: [perl #20683] [fix] Better Patch
18279 From: Enache Adrian <enache@rdslink.ro>
18280 Date: Sun, 23 Feb 2003 20:16:39 +0200
18281 Message-ID: <20030223181639.GA18713@ratsnest.hole>
18283 ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
18284 ! regexec.c sv.c t/op/pat.t
18285 ____________________________________________________________________________
18286 [ 18781] By: hv on 2003/02/26 01:11:14
18289 ! perlapi.h pod/perlapi.pod
18290 ____________________________________________________________________________
18291 [ 18780] By: hv on 2003/02/26 00:25:32
18292 Log: Two typos found by Philip Newton <pnewton@gmx.de>
18294 ! configpm ext/DB_File/DB_File.pm
18295 ____________________________________________________________________________
18296 [ 18779] By: jhi on 2003/02/25 18:20:01
18297 Log: Add tests for the -C switch. Depending on the
18298 CLIs some $^O dance may be needed.
18302 ____________________________________________________________________________
18303 [ 18778] By: hv on 2003/02/25 15:24:17
18304 Log: Add missing file from change #18774.
18307 ____________________________________________________________________________
18308 [ 18777] By: hv on 2003/02/25 14:07:59
18309 Log: More variables for change #18776.
18312 ____________________________________________________________________________
18313 [ 18776] By: hv on 2003/02/25 14:04:03
18314 Log: Subject: [perl #20682] [fix] @- array not visible in s///
18315 From: Enache Adrian <enache@rdslink.ro>
18316 Date: Fri, 21 Feb 2003 17:50:14 +0200
18317 Message-ID: <20030221155014.GB793@ratsnest.hole>
18319 ! op.c t/op/subst.t
18320 ____________________________________________________________________________
18321 [ 18775] By: hv on 2003/02/25 13:53:11
18322 Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
18323 From: Enache Adrian <enache@rdslink.ro>
18324 Date: Fri, 21 Feb 2003 17:49:41 +0200
18325 Message-ID: <20030221154941.GA793@ratsnest.hole>
18327 ! pp_ctl.c t/op/subst.t
18328 ____________________________________________________________________________
18329 [ 18774] By: hv on 2003/02/25 13:21:19
18330 Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
18331 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18332 Date: Sun, 23 Feb 2003 00:03:27 +0100
18333 Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
18335 ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
18336 ____________________________________________________________________________
18337 [ 18773] By: hv on 2003/02/25 12:45:01
18338 Log: Subject: [Encode] 1.88 Released
18339 From: Dan Kogai <dankogai@dan.co.jp>
18340 Date: Thu, 20 Feb 2003 23:49:55 +0900
18341 Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
18343 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
18344 ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
18345 ! ext/Encode/lib/Encode/CJKConstants.pm
18346 ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
18347 ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
18348 ____________________________________________________________________________
18349 [ 18772] By: merijn on 2003/02/25 12:12:14
18350 Log: Subject: [perl@18752] warnings from CGI tests under cygwin
18351 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18352 Date: Wed, 19 Feb 2003 13:37:39 -0800
18353 Message-ID: <jk/U+gzkg2DE092yn@efn.org>
18356 ____________________________________________________________________________
18357 [ 18771] By: jhi on 2003/02/25 07:46:53
18358 Log: Cleanup #18770 as suggested by Rafael.
18361 ____________________________________________________________________________
18362 [ 18770] By: jhi on 2003/02/25 06:01:09
18363 Log: A new try at #18765 (for [perl #20920]).
18366 ____________________________________________________________________________
18367 [ 18769] By: jhi on 2003/02/25 05:33:10
18368 Log: Retract change #18765: makes HiRes.t hang after subtest #11.
18371 ____________________________________________________________________________
18372 [ 18768] By: chip on 2003/02/24 21:42:57
18373 Log: Include p4d2p in Porting again, because p4genpatch doesn't work
18374 until a change has been submitted.
18378 ____________________________________________________________________________
18379 [ 18767] By: chip on 2003/02/24 21:35:56
18380 Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
18382 ! Porting/check83.pl Porting/findvars Porting/fixCORE
18383 ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
18384 ____________________________________________________________________________
18385 [ 18766] By: jhi on 2003/02/24 20:04:36
18386 Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
18388 ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
18389 ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
18390 ____________________________________________________________________________
18391 [ 18765] By: jhi on 2003/02/24 19:56:23
18392 Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
18393 From: Slaven Rezic <slaven@rezic.de>
18394 Date: 14 Feb 2003 09:11:15 +0100
18395 Message-ID: <878ywji8nw.fsf@vran.herceg.de>
18397 (with slight tweaks)
18400 ____________________________________________________________________________
18401 [ 18764] By: jhi on 2003/02/24 18:44:41
18402 Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
18403 "scalar upgraded to UTF-8 as a side effect of quote-interpolation
18404 when 'use encoding' is engaged"-- wasn't actually encoding's fault.
18406 ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
18407 ____________________________________________________________________________
18408 [ 18763] By: chip on 2003/02/24 14:54:36
18409 Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
18411 ! op.c win32/perlhost.h
18412 ____________________________________________________________________________
18413 [ 18762] By: hv on 2003/02/24 00:18:42
18414 Log: Remove no-longer-true line from perlop
18417 ____________________________________________________________________________
18418 [ 18761] By: jhi on 2003/02/23 12:07:53
18419 Log: Chip noticed that the intended optionality of the 'IV' was
18420 forgotten in the change #18758.
18422 ! ext/Devel/Peek/Peek.t
18423 ____________________________________________________________________________
18424 [ 18760] By: jhi on 2003/02/22 19:17:04
18425 Log: API doc tweaks.
18428 ____________________________________________________________________________
18429 [ 18759] By: sky on 2003/02/21 09:08:30
18430 Log: Change regex to be a bit more friendly against various
18431 outputs from ps -f, regex suggest by rgs
18433 ! ext/threads/t/join.t
18434 ____________________________________________________________________________
18435 [ 18758] By: jhi on 2003/02/20 17:28:44
18436 Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
18437 From: PPrymmer@factset.com
18438 Date: Thu, 20 Feb 2003 13:28:09 -0500
18439 Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
18441 ! ext/Devel/Peek/Peek.t
18442 ____________________________________________________________________________
18443 [ 18757] By: jhi on 2003/02/20 17:27:17
18444 Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
18445 From: PPrymmer@factset.com
18446 Date: Wed, 19 Feb 2003 15:04:40 -0500
18447 Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
18449 ! README.vms configure.com
18450 ____________________________________________________________________________
18451 [ 18756] By: jhi on 2003/02/20 06:16:05
18452 Log: Doc tweakage on -C.
18455 ____________________________________________________________________________
18456 [ 18755] By: rgs on 2003/02/19 21:31:43
18457 Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
18458 From: Brendan O'Dea <bod@debian.org>
18459 Date: Sun, 16 Feb 2003 21:09:23 +1100
18460 Message-ID: <20030216100923.GA29761@londo.c47.org>
18462 ! pod/perlcompile.pod
18463 ____________________________________________________________________________
18464 [ 18754] By: rgs on 2003/02/19 21:14:37
18465 Log: Document clearly that "_" is always in package "main".
18468 ____________________________________________________________________________
18469 [ 18753] By: rgs on 2003/02/19 20:55:09
18470 Log: Subject: Re: [perl #20716] scope error with brackets
18471 From: Enache Adrian <enache@rdslink.ro>
18472 Date: Thu, 13 Feb 2003 04:52:21 +0200
18473 Message-ID: <20030213025221.GA1215@ratsnest.hole>
18474 (better version of change #18687)
18476 ! t/comp/parser.t toke.c
18477 ____________________________________________________________________________
18478 [ 18752] By: jhi on 2003/02/19 05:10:26
18479 Log: 'A' is not 65 everywhere.
18482 ____________________________________________________________________________
18483 [ 18751] By: chip on 2003/02/19 03:54:45
18484 Log: Support one-parameter unpack(), which unpacks $_.
18486 ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
18487 ____________________________________________________________________________
18488 [ 18750] By: hv on 2003/02/19 00:53:03
18489 Log: more complex assertions activation:
18490 Subject: Re: Did the assertion patch/feature submission get overlooked?
18491 From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
18492 Date: Tue, 18 Feb 2003 19:24:13 +0000
18493 Message-ID: <3E52885D.5060903@yahoo.com>
18495 ! lib/assertions.pm lib/assertions/activate.pm
18496 ! t/comp/assertions.t
18497 ____________________________________________________________________________
18498 [ 18749] By: hv on 2003/02/19 00:19:21
18499 Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
18500 From: andreas.koenig@anima.de (Andreas J. Koenig)
18501 Date: Tue, 18 Feb 2003 11:48:40 +0100
18502 Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
18505 ____________________________________________________________________________
18506 [ 18748] By: hv on 2003/02/19 00:00:41
18507 Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
18508 From: Dave Mitchell <davem@fdgroup.com>
18509 Date: Tue, 18 Feb 2003 21:45:45 +0000
18510 Message-ID: <20030218214545.C18547@fdgroup.com>
18512 and tests for the same:
18513 From: Dave Mitchell <davem@fdgroup.com>
18514 Date: Wed, 19 Feb 2003 00:42:01 +0000
18515 Message-ID: <20030219004201.F18547@fdgroup.com>
18517 ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
18518 ____________________________________________________________________________
18519 [ 18747] By: hv on 2003/02/18 23:47:06
18520 Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
18521 problems on case-insensitive file systems. Rename it back to
18524 +> t/run/switch_A.t
18527 ____________________________________________________________________________
18528 [ 18746] By: sky on 2003/02/18 21:31:37
18529 Log: Subject: Re: -Os for Darwin why?
18530 From: schwern@pobox.com
18531 Date: tis feb 18, 2003 20:37:39 Europe/Stockholm
18532 Message-Id: <20030218113739.D25848@ttul.org>
18535 ____________________________________________________________________________
18536 [ 18741] By: jhi on 2003/02/18 14:01:34
18540 ____________________________________________________________________________
18541 [ 18740] By: sky on 2003/02/18 06:33:57
18542 Log: Re: -Os for Darwin why?
18543 From: schwern@pobox.com
18544 Date: tis feb 18, 2003 04:14:03 Europe/Stockholm
18545 Message-Id: <20030217191403.A17553@ttul.org>
18548 ____________________________________________________________________________
18549 [ 18739] By: hv on 2003/02/18 01:04:01
18550 Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
18551 From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
18552 Date: Mon, 17 Feb 2003 23:38:05 +0000
18553 Message-ID: <3E51725D.5060303@yahoo.com>
18555 + t/comp/assertions.t t/run/switchA.t
18557 ____________________________________________________________________________
18558 [ 18738] By: hv on 2003/02/18 00:51:24
18559 Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
18560 From: Nicholas Clark <nick@ccl4.org>
18561 Date: Mon, 17 Feb 2003 21:07:03 +0000
18562 Message-ID: <20030217210330.A8611@plum.flirble.org>
18565 ____________________________________________________________________________
18566 [ 18737] By: hv on 2003/02/18 00:47:00
18567 Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
18568 From: Stephen McCamant <smcc@mit.edu>
18569 Date: Mon, 17 Feb 2003 19:34:36 -0500
18570 Date: Mon, 17 Feb 2003 19:34:36 -0500
18571 Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
18573 ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
18574 ! ext/B/B/Terse.pm ext/B/t/terse.t
18575 ____________________________________________________________________________
18576 [ 18736] By: hv on 2003/02/17 09:33:47
18577 Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
18578 From: Nicholas Clark <nick@unfortu.net>
18579 Date: Sun, 16 Feb 2003 23:09:50 +0000
18580 Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
18583 ____________________________________________________________________________
18584 [ 18735] By: hv on 2003/02/17 09:13:02
18585 Log: Use the escape E<ntilde> in source files rather than the actual char.
18587 ! lib/assertions.pm lib/assertions/activate.pm
18588 ____________________________________________________________________________
18589 [ 18734] By: hv on 2003/02/17 09:06:44
18590 Log: Suppress empty #ifdef blocks in embed.pl
18593 ____________________________________________________________________________
18594 [ 18733] By: hv on 2003/02/17 08:51:53
18595 Log: fix typo in sv.c and regenerate perlapi.pod
18597 ! pod/perlapi.pod sv.c
18598 ____________________________________________________________________________
18599 [ 18732] By: jhi on 2003/02/17 06:40:09
18600 Log: Philip Newton has eagle eyes :-)
18603 ____________________________________________________________________________
18604 [ 18731] By: jhi on 2003/02/17 05:31:18
18605 Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
18607 ! locale.c pod/perlrun.pod pod/perlunicode.pod
18608 ! pod/perluniintro.pod pod/perlvar.pod util.c
18609 ____________________________________________________________________________
18610 [ 18730] By: jhi on 2003/02/17 04:44:53
18611 Log: Make also the -CAL conditional on locale.
18613 ! perl.c pod/perlrun.pod
18614 ____________________________________________________________________________
18615 [ 18729] By: jhi on 2003/02/16 18:33:05
18616 Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
18618 ! embed.h embed.pl pod/perlembed.pod
18619 ____________________________________________________________________________
18620 [ 18728] By: jhi on 2003/02/16 18:20:04
18621 Log: According to Sarathy it's better have the Ministry
18622 of Information to remove all memory of NO_EMBED.
18626 ____________________________________________________________________________
18627 [ 18727] By: hv on 2003/02/16 13:55:10
18628 Log: add support for assertions. Updated form of:
18629 Subject: Re: Did the assertion patch/feature submission get overlooked?
18630 From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
18631 Date: Sat, 30 Nov 2002 17:24:09 +0000
18632 Message-ID: <3DE8F439.50402@yahoo.com>
18634 + lib/assertions.pm lib/assertions/activate.pm
18635 ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
18636 ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
18637 ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
18638 ____________________________________________________________________________
18639 [ 18726] By: hv on 2003/02/16 13:10:32
18641 Subject: [PATCH] Copy on write for $& and $1...
18642 From: Nicholas Clark <nick@unfortu.net>
18643 Date: Sun, 9 Feb 2003 23:00:09 +0000
18644 Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
18646 ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
18647 ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
18648 ____________________________________________________________________________
18649 [ 18725] By: hv on 2003/02/16 13:08:52
18650 Log: inline SvREFCNT_dec:
18651 Subject: [PATCH] Copy on write for $& and $1...
18652 From: Nicholas Clark <nick@unfortu.net>
18653 Date: Sun, 9 Feb 2003 23:00:09 +0000
18654 Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
18656 ! embed.fnc embed.h proto.h sv.c sv.h
18657 ____________________________________________________________________________
18658 [ 18723] By: hv on 2003/02/16 11:12:58
18659 Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
18660 From: Enache Adrian <enache@rdslink.ro>
18661 Date: Sun, 16 Feb 2003 00:05:10 +0200
18662 Message-ID: <20030215220510.GB893@ratsnest.hole>
18665 ____________________________________________________________________________
18666 [ 18722] By: hv on 2003/02/16 11:08:06
18667 Log: outdent else-if chain in scope()
18670 ____________________________________________________________________________
18671 [ 18721] By: hv on 2003/02/16 11:00:47
18672 Log: Subject: [PATCH] arcane tainting bug in vms.c
18673 From: "Craig A. Berry" <craigberry@mac.com>
18674 Date: Sat, 15 Feb 2003 12:29:03 -0600
18675 Message-ID: <3E4E86EF.8090609@mac.com>
18678 ____________________________________________________________________________
18679 [ 18720] By: hv on 2003/02/16 10:54:58
18680 Log: restrict PERL_PRESERVE_IVUV to things that should really give an
18681 integer, but extend to runtime. Based on:
18682 Subject: Re: [perl #20827] Unexpected scientific notation.
18684 Date: Wed, 12 Feb 2003 03:12:43 +0000
18685 Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
18688 ____________________________________________________________________________
18689 [ 18718] By: jhi on 2003/02/16 09:47:02
18690 Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
18691 which will disable the short forms of the Perl_ API, good for
18692 embedding stuff. (Kind of like the old NO_EMBED, but better.)
18694 ! embed.h embed.pl pod/perlembed.pod
18695 ____________________________________________________________________________
18696 [ 18717] By: jhi on 2003/02/16 09:44:57
18697 Log: Clarify the -C syntax a bit.
18700 ____________________________________________________________________________
18701 [ 18716] By: jhi on 2003/02/16 08:29:54
18702 Log: Forgotten from #18715.
18705 ____________________________________________________________________________
18706 [ 18715] By: jhi on 2003/02/15 21:19:37
18707 Log: The new(er) way of controlling Unicode I/O (and other) features;
18708 -C (or PERL_UNICODE). See perlrun/-C for more details.
18710 ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
18711 ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
18712 ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
18714 ____________________________________________________________________________
18715 [ 18714] By: jhi on 2003/02/15 12:31:25
18716 Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
18718 ! ext/Storable/Storable.xs
18719 ____________________________________________________________________________
18720 [ 18712] By: jhi on 2003/02/15 08:39:38
18721 Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
18722 even closer to each other. The dec_osf.pl is irrelevant
18723 for the current core but adding it makes for one less exception
18726 + ext/Digest/MD5/hints/dec_osf.pl
18727 ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
18728 ! ext/Digest/MD5/t/files.t
18729 ____________________________________________________________________________
18730 [ 18711] By: jhi on 2003/02/15 08:32:04
18731 Log: Update MD5 Changes; update checksums.
18733 ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
18734 ____________________________________________________________________________
18735 [ 18710] By: jhi on 2003/02/15 08:19:20
18736 Log: Update the MD5 checksums.
18738 ! ext/Digest/MD5/t/files.t
18739 ____________________________________________________________________________
18740 [ 18709] By: jhi on 2003/02/15 08:16:26
18741 Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
18742 (problem noticed by Graham with List::Util).
18744 ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
18745 ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
18746 ____________________________________________________________________________
18747 [ 18708] By: jhi on 2003/02/15 07:31:17
18748 Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
18749 From: Enache Adrian <enache@rdslink.ro>
18750 Date: Sat, 15 Feb 2003 00:37:40 +0200
18751 Message-ID: <20030214223740.GA13575@ratsnest.hole>
18753 ! pp.c t/op/split.t
18754 ____________________________________________________________________________
18755 [ 18707] By: hv on 2003/02/15 06:38:15
18756 Log: Subject: [doc patch] ext/threads/shared/shared.pm
18757 From: Stas Bekman <stas@stason.org>
18758 Date: Fri, 14 Feb 2003 11:12:39 +1100
18759 Message-ID: <3E4C3477.7030306@stason.org>
18761 ! ext/threads/shared/shared.pm
18762 ____________________________________________________________________________
18763 [ 18706] By: hv on 2003/02/15 06:32:35
18764 Log: Subject: Re: perlvar phrasing clarification for $^S
18765 From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
18766 Date: Fri, 14 Feb 2003 10:12:00 +1100
18767 Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
18770 ____________________________________________________________________________
18771 [ 18705] By: hv on 2003/02/15 06:27:07
18772 Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
18773 From: Dave Mitchell <davem@fdgroup.com>
18774 Date: Fri, 14 Feb 2003 22:48:27 +0000
18775 Message-ID: <20030214224827.B6783@fdgroup.com>
18778 From: Slaven Rezic <slaven@rezic.de>
18779 Date: 14 Feb 2003 20:23:20 +0100
18780 Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
18782 ! pp.c t/op/substr.t t/op/vec.t
18783 ____________________________________________________________________________
18784 [ 18704] By: hv on 2003/02/15 06:17:06
18785 Log: Subject: Re: overriding builtins quirk
18786 From: Jerrad Pierce <belg4mit@MIT.EDU>
18787 Date: Fri, 14 Feb 2003 09:28:13 -0500
18788 Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
18791 ____________________________________________________________________________
18792 [ 18703] By: rgs on 2003/02/14 22:23:56
18793 Log: Subject: Re: trying to fix #20154, #20357
18794 From: Enache Adrian <enache@rdslink.ro>
18795 Date: Sat, 8 Feb 2003 21:05:14 +0200
18796 Message-ID: <20030208190514.GA866@ratsnest.hole>
18797 (fixes #19061 as well)
18799 ! pp_ctl.c t/op/goto.t
18800 ____________________________________________________________________________
18801 [ 18702] By: gbarr on 2003/02/14 19:26:23
18802 Log: Update to Scalar-List-Utils 1.11
18804 + ext/List/Util/t/proto.t
18805 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
18806 ! ext/List/Util/lib/List/Util.pm
18807 ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
18808 ____________________________________________________________________________
18809 [ 18699] By: jhi on 2003/02/13 09:43:33
18810 Log: gcc 3.2.1 does not have -Wall faith that tmp
18811 will not be used uninitialized.
18814 ____________________________________________________________________________
18815 [ 18698] By: hv on 2003/02/12 03:01:32
18816 Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
18817 From: Slaven Rezic <slaven@rezic.de>
18818 Date: 30 Jan 2003 19:03:41 +0100
18819 Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
18822 ____________________________________________________________________________
18823 [ 18697] By: hv on 2003/02/12 02:20:39
18824 Log: Subject: [PATCH 5.9.0] to silence compiler warning
18825 From: Robin Barker <Robin.Barker@npl.co.uk>
18826 Date: Tue, 28 Jan 2003 13:27:17 -0000
18827 Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
18829 ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
18830 ! universal.c util.c
18831 ____________________________________________________________________________
18832 [ 18696] By: rgs on 2003/02/11 20:13:21
18833 Log: Subject: [perl #20654] %*v02x considered invalid in printf
18834 From: Robin Barker (via RT) <perlbug-followup@perl.org>
18835 Date: 10 Feb 2003 16:43:23 -0000
18836 Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
18838 ! sv.c t/op/sprintf.t
18839 ____________________________________________________________________________
18840 [ 18695] By: rgs on 2003/02/11 20:00:23
18841 Log: Subject: mini-[patch] perlrun "^$W" typo
18842 From: Iain Truskett <spoon@dellah.org>
18843 Date: Tue, 11 Feb 2003 08:38:52 +1100
18844 Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
18847 ____________________________________________________________________________
18848 [ 18694] By: rgs on 2003/02/11 19:44:00
18849 Log: Subject: [PATCH] More B::Concise fixes
18850 From: Stephen McCamant <smcc@mit.edu>
18851 Date: Sun, 9 Feb 2003 17:28:38 -0500
18852 Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
18854 ! ext/B/B/Concise.pm
18855 ____________________________________________________________________________
18856 [ 18693] By: merijn on 2003/02/11 08:14:29
18857 Log: More code cleanup.
18859 Subject: Re: New SV Flag
18860 Date: Fri, 07 Feb 2003 09:57:43 +0100
18861 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18862 Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
18865 ____________________________________________________________________________
18866 [ 18692] By: jhi on 2003/02/11 07:53:26
18867 Log: Dueling patches.
18869 - lib/CPAN/ChangeLog
18871 ____________________________________________________________________________
18872 [ 18691] By: hv on 2003/02/11 00:27:56
18873 Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
18874 From: Mark Mielke <mark@mark.mielke.cc>
18875 Date: Mon, 20 Jan 2003 19:56:13 -0500
18876 Message-ID: <20030121005613.GA31739@mark.mielke.cc>
18879 ____________________________________________________________________________
18880 [ 18690] By: hv on 2003/02/10 22:08:05
18881 Log: fix comment in change #18689
18884 ____________________________________________________________________________
18885 [ 18689] By: hv on 2003/02/10 21:59:34
18886 Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
18887 Now allows but ignores the 'l' modifier on floating point formats
18888 and adds a couple of tests.
18890 ! sv.c t/op/sprintf.t
18891 ____________________________________________________________________________
18892 [ 18688] By: sky on 2003/02/10 19:54:13
18893 Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
18894 From: Enache Adrian <enache@rdslink.ro>
18895 Date: sun feb 9, 2003 21:10:25 Europe/Stockholm
18896 Message-Id: <20030209201025.GA1247@ratsnest.hole>
18899 ____________________________________________________________________________
18900 [ 18687] By: sky on 2003/02/10 18:13:29
18901 Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
18902 From: Enache Adrian <enache@rdslink.ro>
18903 Date: mon feb 10, 2003 18:48:58 Europe/Stockholm
18904 Message-id: <20030210174858.GA872@ratsnest.hole>
18906 ! t/comp/parser.t toke.c
18907 ____________________________________________________________________________
18908 [ 18686] By: sky on 2003/02/10 18:11:35
18909 Log: Compile under threads and MacOSX. For some reason newSVpvf
18913 ____________________________________________________________________________
18914 [ 18685] By: ams on 2003/02/10 03:44:07
18915 Log: No, we don't really want the utility scripts.
18917 - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
18918 - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
18919 ! MANIFEST ext/MIME/Base64/Makefile.PL
18920 ____________________________________________________________________________
18921 [ 18684] By: hv on 2003/02/10 01:43:12
18922 Log: fix for C< use if qw/ 1 open :utf8 / > based on:
18923 Subject: [perl #20536] use if 1, open => ':utf8' fails
18924 From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
18925 Date: 24 Jan 2003 22:39:06 -0000
18926 Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
18928 ! lib/if.pm lib/if.t
18929 ____________________________________________________________________________
18930 [ 18683] By: hv on 2003/02/10 01:15:52
18931 Log: Subject: RE: perldebug.pod suggestion
18932 From: "Jay Hannah" <jhannah@omnihotels.com>
18933 Date: Fri, 24 Jan 2003 11:28:44 -0600
18934 Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
18936 ! pod/perldebug.pod
18937 ____________________________________________________________________________
18938 [ 18682] By: hv on 2003/02/10 00:26:50
18939 Log: Subject: [PATCH] version objects final(?) patch
18940 From: John Peacock <jpeacock@rowman.com>
18941 Date: Sun, 05 Jan 2003 21:28:41 -0500
18942 Message-ID: <3E18E9D9.2040908@rowman.com>
18944 ! lib/version.pm lib/version.t universal.c util.c
18945 ____________________________________________________________________________
18946 [ 18680] By: chip on 2003/02/09 17:39:33
18947 Log: Add CPAN ChangeLog to MANIFEST.
18950 ____________________________________________________________________________
18951 [ 18678] By: jhi on 2003/02/09 14:37:38
18952 Log: CPAN ChangeLog not needed, says Andreas.
18955 ____________________________________________________________________________
18956 [ 18677] By: jhi on 2003/02/09 08:42:19
18957 Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
18958 From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
18959 Date: 8 Feb 2003 11:54:11 -0000
18960 Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
18962 ! ext/PerlIO/encoding/encoding.pm
18963 ____________________________________________________________________________
18964 [ 18676] By: jhi on 2003/02/09 08:35:25
18965 Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
18966 From: Stas Bekman <stas@stason.org>
18967 Date: Sat, 08 Feb 2003 11:12:28 +1100
18968 Message-ID: <3E444B6C.5060407@stason.org>
18971 ____________________________________________________________________________
18972 [ 18675] By: jhi on 2003/02/08 19:49:40
18973 Log: Possible cruft removal.
18976 ____________________________________________________________________________
18977 [ 18674] By: jhi on 2003/02/08 18:22:42
18978 Log: Signedness nits.
18981 ____________________________________________________________________________
18982 [ 18672] By: jhi on 2003/02/08 08:45:35
18983 Log: Upgrade to CPAN 1.64, from Andreas Koenig.
18985 + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
18986 ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
18987 ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
18989 ____________________________________________________________________________
18990 [ 18671] By: jhi on 2003/02/08 08:35:06
18991 Log: Upgrade to Net::Ping 2.28, from Rob Brown.
18993 + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
18994 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
18995 ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
18996 ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
18997 ____________________________________________________________________________
18998 [ 18670] By: jhi on 2003/02/08 07:23:02
18999 Log: Subject: [PATCH] perluniintro nit
19000 From: Autrijus Tang <autrijus@autrijus.org>
19001 Date: Fri, 7 Feb 2003 00:02:49 +0800
19002 Message-ID: <20030206160249.GA12984@not.autrijus.org>
19004 ! pod/perluniintro.pod
19005 ____________________________________________________________________________
19006 [ 18669] By: jhi on 2003/02/06 20:06:09
19007 Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
19008 From: PPrymmer@factset.com
19009 Date: Wed, 5 Feb 2003 12:00:05 -0500
19010 Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
19013 ____________________________________________________________________________
19014 [ 18668] By: jhi on 2003/02/06 20:00:52
19015 Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
19018 ____________________________________________________________________________
19019 [ 18666] By: sky on 2003/02/06 09:39:24
19020 Log: Patch from Richard Soderberg, cleanup the code a bit and comment
19021 why we are not using SvOOK_on.
19024 ____________________________________________________________________________
19025 [ 18664] By: jhi on 2003/02/06 09:26:53
19026 Log: Things forgotten from Encode 1.87.
19028 ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
19029 ____________________________________________________________________________
19030 [ 18663] By: jhi on 2003/02/06 04:03:31
19031 Log: Upgrade to Encode 1.87.
19033 ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
19034 ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
19035 ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
19036 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
19037 ! ext/Encode/lib/Encode/CJKConstants.pm
19038 ! ext/Encode/lib/Encode/Encoder.pm
19039 ! ext/Encode/lib/Encode/Encoding.pm
19040 ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
19041 ! ext/Encode/t/enc_eucjp.t
19042 ____________________________________________________________________________
19043 [ 18662] By: jhi on 2003/02/05 19:40:38
19044 Log: Add the test of [perl #8760] (fixed by change #18656).
19046 ! t/run/fresh_perl.t
19047 ____________________________________________________________________________
19048 [ 18661] By: jhi on 2003/02/05 19:28:37
19049 Log: has become fixed too (by changes #18653
19050 and #18658, methinks), adding the test(s).
19053 ____________________________________________________________________________
19054 [ 18660] By: jhi on 2003/02/05 17:15:35
19055 Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
19056 From: Inaba HIroto <inaba@st.rim.or.jp>
19057 Date: Sat, 01 Feb 2003 21:58:20 +0900
19058 Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
19060 ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
19061 ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
19062 ! ext/Encode/lib/Encode/Encoding.pm
19063 ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
19064 ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
19065 ____________________________________________________________________________
19066 [ 18659] By: jhi on 2003/02/05 11:51:30
19067 Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
19068 From: PPrymmer@factset.com
19069 Date: Tue, 4 Feb 2003 12:03:17 -0500
19070 Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
19072 ! ext/PerlIO/via/via.xs
19073 ____________________________________________________________________________
19074 [ 18658] By: jhi on 2003/02/05 05:45:11
19075 Log: s/S_cache_re/cache_re/ for building with threads.
19078 ____________________________________________________________________________
19079 [ 18657] By: rgs on 2003/02/04 20:06:19
19080 Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
19081 From: Stephen McCamant <smcc@mit.edu>
19082 Date: Mon, 3 Feb 2003 21:01:07 -0500
19083 Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
19085 ! ext/B/B/Concise.pm ext/B/t/concise.t
19086 ____________________________________________________________________________
19087 [ 18656] By: rgs on 2003/02/04 20:02:56
19088 Log: Better version of change #18648, by Enache Adrian
19089 Message-ID: <20030204101533.GA11817@ratsnest.hole>
19092 ____________________________________________________________________________
19093 [ 18655] By: jhi on 2003/02/04 15:56:36
19094 Log: Add the new test to MANIFEST.
19097 ____________________________________________________________________________
19098 [ 18654] By: gbarr on 2003/02/04 14:42:51
19099 Log: Sync with 1.10
19101 + ext/List/Util/t/lln.t
19102 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
19103 ! ext/List/Util/lib/List/Util.pm
19104 ! ext/List/Util/lib/Scalar/Util.pm
19105 ____________________________________________________________________________
19106 [ 18653] By: jhi on 2003/02/04 11:04:25
19107 Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
19108 The PL_regdata was not set up (S_cache_re()) before it
19109 was needed (S_reginclass()). The test put in fresh_perl.t
19110 because we need a pristine state to start.
19112 ! regexec.c t/run/fresh_perl.t
19113 ____________________________________________________________________________
19114 [ 18652] By: jhi on 2003/02/04 06:35:51
19115 Log: Comment tweak.
19118 ____________________________________________________________________________
19119 [ 18651] By: jhi on 2003/02/04 06:28:53
19120 Log: Signedness issue.
19122 ! ext/MIME/Base64/Base64.xs
19123 ____________________________________________________________________________
19124 [ 18650] By: rgs on 2003/02/03 22:02:44
19125 Log: Force the C locale in makedepend, to prevent gcc from
19126 producing locale-dependent messages.
19129 ____________________________________________________________________________
19130 [ 18649] By: rgs on 2003/02/03 22:00:21
19131 Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
19134 ____________________________________________________________________________
19135 [ 18648] By: rgs on 2003/02/03 19:32:57
19136 Log: Fix bug #8760 : cop_line isn't properly restored
19137 when a module is loaded at runtime behind the scenes.
19139 ! op.c t/lib/warnings/perlio
19140 ____________________________________________________________________________
19141 [ 18647] By: merijn on 2003/02/03 16:14:00
19142 Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
19143 From: Abe Timmerman <abe@ztreet.demon.nl>
19144 Date: Sun, 2 Feb 2003 18:27:57 +0100
19145 Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
19148 ____________________________________________________________________________
19149 [ 18644] By: jhi on 2003/02/03 12:41:51
19150 Log: Duh, test -e ENOPORTABLE, I should've remembered that.
19151 (Made Solaris go boom.)
19154 ____________________________________________________________________________
19155 [ 18643] By: jhi on 2003/02/03 10:36:15
19159 ____________________________________________________________________________
19160 [ 18642] By: ams on 2003/02/03 08:26:36
19161 Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
19164 + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
19165 + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
19166 ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19167 ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19168 ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
19169 ! ext/MIME/Base64/t/quoted-print.t
19170 ____________________________________________________________________________
19171 [ 18641] By: sky on 2003/02/02 23:46:24
19172 Log: In any case, never copy this but use the same SV since
19173 if we copy we loose the hash we so badly need.
19174 For op_const we might still need to copy however.
19177 ____________________________________________________________________________
19178 [ 18640] By: sky on 2003/02/02 23:38:40
19179 Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
19180 threading issue. Should perhaps be a PVOP to save memory, but then
19181 we have nowhere to store the hash of the function!
19183 ! dump.c op.c pp_hot.c
19184 ____________________________________________________________________________
19185 [ 18637] By: jhi on 2003/02/02 20:07:57
19186 Log: Plan 9: Some time has passed.
19189 ____________________________________________________________________________
19190 [ 18636] By: jhi on 2003/02/02 20:02:11
19191 Log: Subject: Re: typo in checkin 18616
19192 From: Nick Ing-Simmons <nick@ing-simmons.net>
19193 Date: Sun, 02 Feb 2003 17:23:08 +0000
19194 Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
19197 ____________________________________________________________________________
19198 [ 18635] By: jhi on 2003/02/02 19:46:35
19199 Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
19201 + plan9/config_sh.sample
19203 ____________________________________________________________________________
19204 [ 18634] By: ams on 2003/02/02 18:07:01
19205 Log: Subject: [PATCH] pod/perlfunc.pod
19206 From: abigail@abigail.nl
19207 Date: Sun, 2 Feb 2003 16:59:48 +0100
19208 Message-Id: <20030202155948.7971.qmail@abigail.nl>
19211 ____________________________________________________________________________
19212 [ 18633] By: jhi on 2003/02/02 16:48:26
19213 Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
19214 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19215 Date: Wed, 22 Jan 2003 22:35:56 +0100
19216 Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
19218 ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
19219 ____________________________________________________________________________
19220 [ 18632] By: jhi on 2003/02/02 15:31:36
19221 Log: Also [perl #3547] has been fixed; add its test case.
19224 ____________________________________________________________________________
19225 [ 18631] By: jhi on 2003/02/02 15:26:10
19226 Log: The [perl #7471] seems to have been fixed; add its test.
19229 ____________________________________________________________________________
19230 [ 18630] By: jhi on 2003/02/02 15:21:23
19231 Log: seems to have been fixed; add its test.
19234 ____________________________________________________________________________
19235 [ 18629] By: jhi on 2003/02/02 15:09:39
19236 Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
19238 + plan9/config_h.sample
19240 ____________________________________________________________________________
19241 [ 18628] By: jhi on 2003/02/02 14:46:26
19242 Log: Plan 9: Update config.plan9 based on Russ Cox' work.
19244 ! plan9/config.plan9
19245 ____________________________________________________________________________
19246 [ 18627] By: jhi on 2003/02/02 14:24:00
19247 Log: Plan 9: Update the list of object files.
19250 ____________________________________________________________________________
19251 [ 18626] By: jhi on 2003/02/02 14:03:16
19252 Log: Plan 9: No Configure.
19255 ____________________________________________________________________________
19256 [ 18624] By: jhi on 2003/02/02 13:29:02
19257 Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
19260 ____________________________________________________________________________
19261 [ 18622] By: jhi on 2003/02/02 12:49:13
19262 Log: minitest wasn't working. (The $^X /miniperl/ test in
19263 io/crlf.t didn't work in Tru64, $^X was "./perl", used
19264 the same 'eval q/use .../' trick everywhere.)
19266 ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
19268 ____________________________________________________________________________
19269 [ 18621] By: jhi on 2003/02/02 12:23:28
19270 Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
19271 (test.pl-ise quotemeta.t, too)
19273 ! t/op/quotemeta.t toke.c
19274 ____________________________________________________________________________
19275 [ 18618] By: sky on 2003/02/01 21:04:36
19276 Log: Fix bug #15837, temporary from storable call hadn't gotten
19277 freed yet and was cloned but without a real (AvREAL)
19278 reference to it. @_ doesn't refcount!
19280 ! ext/threads/threads.xs
19281 ____________________________________________________________________________
19282 [ 18616] By: jhi on 2003/02/01 19:43:09
19283 Log: Integrate from perlio:
19286 PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
19290 Michael Schroeder's fix for re-try if stdio ops after
19291 interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
19294 PerlIO friendly version of speed up of $/ = undef case.
19297 fflush() before invalidating stdio's fileno.
19299 !> XSUB.h perlio.c sv.c
19300 ____________________________________________________________________________
19301 [ 18615] By: sky on 2003/02/01 12:01:01
19302 Log: Don't free thread before using it, breaks platforms that
19303 trust that I really want to free what I free, (like HPUX
19306 ! ext/threads/threads.xs
19307 ____________________________________________________________________________
19308 [ 18614] By: ams on 2003/02/01 12:00:29
19309 Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
19310 From: Nick Ing-Simmons <nick@ing-simmons.net>
19311 Date: Sat, 01 Feb 2003 13:03:52 +0000
19312 Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
19315 ____________________________________________________________________________
19316 [ 18609] By: jhi on 2003/01/31 08:58:40
19317 Log: Go even further (back) than change #18608 and revert
19318 to the 5.8.0 code, since otherwise split.t #40 fails.
19319 The four new tests of pat.t should keep us more honest.
19322 ____________________________________________________________________________
19323 [ 18608] By: jhi on 2003/01/31 08:24:53
19324 Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
19325 From: Enache Adrian <enache@rdslink.ro>
19326 Date: Fri, 31 Jan 2003 09:20:59 +0200
19327 Message-ID: <20030131072059.GB6045@ratsnest.hole>
19329 ! regexec.c t/op/pat.t
19330 ____________________________________________________________________________
19331 [ 18607] By: ams on 2003/01/31 02:29:56
19332 Log: Fix typo in version check ($[ to $]).
19334 ! ext/Storable/t/restrict.t
19335 ____________________________________________________________________________
19336 [ 18606] By: rgs on 2003/01/30 22:02:47
19337 Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
19338 From: Jose.auguste-etienne@cgss-guyane.fr
19339 Date: Thu, 30 Jan 2003 12:40:53 -0300
19340 Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
19342 ! pod/perlunicode.pod
19343 ____________________________________________________________________________
19344 [ 18605] By: rgs on 2003/01/30 20:58:52
19345 Log: code example in the FAQ that isn't strict-friendly.
19346 Subject: [perl #20616] Tie::IxHash doc error.
19347 From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
19348 Date: 30 Jan 2003 11:43:17 -0000
19349 Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
19352 ____________________________________________________________________________
19353 [ 18604] By: rgs on 2003/01/30 20:52:05
19356 ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
19357 ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
19359 ____________________________________________________________________________
19360 [ 18603] By: jhi on 2003/01/30 08:05:22
19361 Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
19362 From: Enache Adrian <enache@rdslink.ro>
19363 Date: Thu, 30 Jan 2003 10:48:09 +0200
19364 Message-ID: <20030130084809.GA16902@ratsnest.hole>
19366 Fix for half of the failures, with an expanded test.
19369 ____________________________________________________________________________
19370 [ 18602] By: merijn on 2003/01/30 06:31:50
19371 Log: Updates to the openbsd hints
19373 Subject: [perl #20606] [no subject]
19374 Date: 29 Jan 2003 18:38:37 -0000
19375 From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
19376 Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
19379 ____________________________________________________________________________
19380 [ 18601] By: jhi on 2003/01/29 05:58:36
19381 Log: More of the #18600.
19384 ____________________________________________________________________________
19385 [ 18600] By: jhi on 2003/01/29 05:37:12
19386 Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
19387 dumping (but now use SvPV_nolen). (This change made an empty
19388 prototype to show up as "_" under -Uuseperlio.)
19391 ____________________________________________________________________________
19392 [ 18599] By: rgs on 2003/01/28 21:07:08
19393 Log: Fix a very small memory leak in op_free, by reserving the
19394 case op_seq == (U16)-1 for the compiler backend
19396 Subject: Re: Freeing code
19397 From: "Paul Johnson" <paul@pjcj.net>
19398 Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
19399 Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
19402 ____________________________________________________________________________
19403 [ 18598] By: rgs on 2003/01/28 20:43:02
19404 Log: Integrate from maint-5.8:
19408 AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
19409 things like drand48_data are undefined).
19411 List the PERL_MAGIC_utf8 ('w') flag.
19413 !> hints/aix.sh pod/perlguts.pod t/op/pat.t
19414 ____________________________________________________________________________
19415 [ 18597] By: rgs on 2003/01/27 21:52:00
19416 Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
19417 From: Slaven Rezic <slaven@rezic.de>
19418 Date: 14 Jan 2003 20:58:54 +0100
19419 Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
19421 ! ext/Sys/Hostname/Hostname.pm
19422 ____________________________________________________________________________
19423 [ 18596] By: rgs on 2003/01/27 20:38:21
19424 Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
19425 without the lval context tweak. Used in OP_DBSTATE.
19426 Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
19427 From: Dave Mitchell <davem@fdgroup.com>
19428 Date: Sun, 26 Jan 2003 17:42:42 +0000
19429 Message-ID: <20030126174242.H16182@fdgroup.com>
19432 ____________________________________________________________________________
19433 [ 18595] By: rgs on 2003/01/27 20:32:01
19434 Log: Subject: [PATCH] make Copy On Write work once again
19435 From: Nicholas Clark <nick@unfortu.net>
19436 Date: Sat, 25 Jan 2003 00:25:50 +0000
19437 Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
19440 ____________________________________________________________________________
19441 [ 18594] By: jhi on 2003/01/27 20:01:44
19442 Log: Update the pod list for Plan 9.
19445 ____________________________________________________________________________
19446 [ 18593] By: sky on 2003/01/26 22:37:21
19447 Log: When we copy things out of a hash and increment the
19448 refcount of the shared scalar, we really must protect
19449 that refcount increase with a lock, or else it might not
19450 happen. Fixes segfault when objects would prematurely
19453 ! ext/threads/shared/shared.xs
19454 ____________________________________________________________________________
19455 [ 18592] By: jhi on 2003/01/26 21:54:36
19456 Log: Missing (STRLEN)casts.
19459 ____________________________________________________________________________
19460 [ 18589] By: rgs on 2003/01/26 13:06:49
19461 Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
19463 Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
19464 From: Dave Mitchell <davem@fdgroup.com>
19465 Date: Fri, 24 Jan 2003 18:44:19 +0000
19466 Message-ID: <20030124184419.F11179@fdgroup.com>
19468 ! mg.c op.h pp_ctl.c
19469 ____________________________________________________________________________
19470 [ 18588] By: jhi on 2003/01/26 12:18:10
19471 Log: Lest people get worried about not having PerlIO.
19473 ! pod/perluniintro.pod
19474 ____________________________________________________________________________
19475 [ 18586] By: jhi on 2003/01/26 09:19:01
19476 Log: Plan 9 doesn't do nm, from Russ Cox.
19479 ____________________________________________________________________________
19480 [ 18584] By: jhi on 2003/01/26 09:11:23
19481 Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
19484 ____________________________________________________________________________
19485 [ 18583] By: jhi on 2003/01/26 09:08:36
19486 Log: Plan 9 compiler can't return quads from the ?: (condop).
19487 (There may be more spots like this, so a Configure test
19488 maybe in order, but this works for now.) From Russ Cox.
19490 ! ext/PerlIO/via/via.xs plan9/plan9ish.h
19491 ____________________________________________________________________________
19492 [ 18581] By: ams on 2003/01/26 05:29:40
19493 Log: Subject: Re: truncate using a globref
19494 From: Slaven Rezic <slaven@rezic.de>
19495 Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
19496 Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
19498 ! pp_sys.c t/io/fs.t
19499 ____________________________________________________________________________
19500 [ 18580] By: ams on 2003/01/26 04:57:47
19501 Log: Subject: patch to speed up Perl's slurp mode
19502 From: Enache Adrian <enache@rdslink.ro>
19503 Date: Fri, 24 Jan 2003 06:23:54 +0200
19504 Message-Id: <20030124042354.GA30362@ratsnest.hole>
19507 ____________________________________________________________________________
19508 [ 18579] By: ams on 2003/01/26 02:50:44
19509 Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
19510 From: Enache Adrian <enache@rdslink.ro>
19511 Date: Sun, 26 Jan 2003 04:55:48 +0200
19512 Message-Id: <20030126025548.GB812@ratsnest.hole>
19515 ____________________________________________________________________________
19516 [ 18578] By: ams on 2003/01/26 02:40:20
19517 Log: Subject: [PATCH Storable 2.06] const declaration fixup
19518 From: "Craig A. Berry" <craigberry@mac.com>
19519 Date: Thu, 23 Jan 2003 16:24:46 -0600
19520 Message-Id: <3E306BAE.4030807@mac.com>
19522 ! ext/Storable/Storable.xs
19523 ____________________________________________________________________________
19524 [ 18577] By: rgs on 2003/01/23 20:46:00
19525 Log: Subject: [PATCH] move pad.c warnings to different test file
19526 From: Dave Mitchell <davem@fdgroup.com>
19527 Date: Thu, 23 Jan 2003 20:56:47 +0000
19528 Message-ID: <20030123205647.C8696@fdgroup.com>
19530 + t/lib/warnings/pad
19531 ! MANIFEST t/lib/warnings/op
19532 ____________________________________________________________________________
19533 [ 18573] By: nick on 2003/01/23 07:26:43
19534 Log: Fix Solaris 32-bit invalidate case.
19537 ____________________________________________________________________________
19538 [ 18572] By: rgs on 2003/01/22 21:40:21
19539 Log: Integrate change 18448 from maint-5.8 :
19541 Subject: Partial Data::Dumper patch
19542 From: Richard Clamp <richardc@unixbeard.net>
19543 Date: Sat, 4 Jan 2003 00:52:47 +0000
19544 Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
19546 Subject: Re: Partial Data::Dumper patch
19547 From: Slaven Rezic <slaven@rezic.de>
19548 Date: 04 Jan 2003 02:48:08 +0100
19549 Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
19551 !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
19552 ____________________________________________________________________________
19553 [ 18571] By: rgs on 2003/01/22 21:22:31
19554 Log: Subject: [PATCH] Re: difference between my and our before introduction
19555 From: Dave Mitchell <davem@fdgroup.com>
19556 Date: Thu, 16 Jan 2003 17:12:37 +0000
19557 Message-ID: <20030116171237.C420@fdgroup.com>
19558 (with a small test tweak)
19560 ! pad.c t/comp/our.t toke.c
19561 ____________________________________________________________________________
19562 [ 18569] By: rgs on 2003/01/22 21:00:59
19563 Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
19565 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
19566 ____________________________________________________________________________
19567 [ 18561] By: jhi on 2003/01/22 17:43:45
19568 Log: Integrate from perlio:
19570 Fixes for open.pm which attempts to load layers:
19571 1. C equivalent of local $SIG{__WARN__} = sub {}
19572 while loading layers to supress warnings lib/open.t does
19574 2. The loading scheme does not recurse now so look for
19575 new symptom of bad layer which is that a good module
19576 fails to load (as we cannot open any files).
19578 NOTE: In my opinion open.pm should probably die on bad layer
19579 spec rather than just (maybe) warning and then allowing opens
19582 !> lib/open.t perlio.c
19583 ____________________________________________________________________________
19584 [ 18559] By: jhi on 2003/01/22 13:19:31
19585 Log: Upgrade to Encode 1.86.
19587 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
19588 ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
19589 ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
19590 ____________________________________________________________________________
19591 [ 18558] By: jhi on 2003/01/22 13:05:27
19592 Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
19593 From: Dave Mitchell <davem@fdgroup.com>
19594 Date: Sun, 19 Jan 2003 17:22:05 +0000
19595 Message-ID: <20030119172204.D24444@fdgroup.com>
19598 ____________________________________________________________________________
19599 [ 18557] By: jhi on 2003/01/22 13:01:15
19600 Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning in blead with SIGWARN
19601 From: Nicholas Clark <nick@unfortu.net>
19602 Date: Tue, 21 Jan 2003 22:27:21 +0000
19603 Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
19606 ____________________________________________________________________________
19607 [ 18556] By: jhi on 2003/01/22 12:59:02
19608 Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
19609 From: Robin Barker <Robin.Barker@npl.co.uk>
19610 Date: Mon, 20 Jan 2003 15:26:21 -0000
19611 Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
19614 ____________________________________________________________________________
19615 [ 18555] By: jhi on 2003/01/22 12:57:20
19616 Log: Integrate from perlio:
19618 Try the invalidate_fileno() idea for non-leaky stdio sockets.
19621 stdio does NOT set errno==EBADF on invalidated fileno
19624 Tweak APItest for new semantics of printf.
19625 Now printf() is always real printf() and not #define'd to
19626 PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
19627 back to original file does not affect stdout unless we are
19628 using :stdio as implementation. So things printf()ed XS side
19629 are not written to file (and turn up at end of test).
19630 So add an XS function which does fflush(stdout), modify .pm
19631 file to export it and .t file to call it.
19634 Add defined(__osf__) case to invalidate_fileno (for Tru64).
19637 Report layer name (without arg) on fail, and attempt to
19638 autoload layer name. (Fix for [perl #20460]).
19641 #if defined(__irix__) (for stdio invalidate) from Jarkko.
19643 !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
19644 !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
19645 ____________________________________________________________________________
19646 [ 18554] By: jhi on 2003/01/22 12:47:03
19647 Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
19648 From: Dave Mitchell <davem@fdgroup.com>
19649 Date: Sun, 19 Jan 2003 16:43:54 +0000
19650 Message-ID: <20030119164353.B24444@fdgroup.com>
19652 ! av.c t/op/array.t
19653 ____________________________________________________________________________
19654 [ 18553] By: jhi on 2003/01/22 12:43:31
19655 Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
19656 From: Martti Rahkila <martti.rahkila@hut.fi>
19657 Date: Sat, 18 Jan 2003 00:25:39 +0200
19658 Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
19660 (chose the 'even safer' version)
19662 ! lib/Term/Complete.pm
19663 ____________________________________________________________________________
19664 [ 18552] By: jhi on 2003/01/22 12:34:06
19665 Log: Subject: [PATCH] assert PV isn't RV
19666 From: Nicholas Clark <nick@unfortu.net>
19667 Date: Fri, 17 Jan 2003 19:40:45 +0000
19668 Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
19671 ____________________________________________________________________________
19672 [ 18551] By: jhi on 2003/01/22 12:28:11
19673 Log: Integrate from maint-5.8:
19675 Better version of change #18370; use the new 'E' flag
19676 so that cxinc is exposed (as cpp) only to List::Util
19677 (well, any extension) (well, anyone who does -DPERL_EXT),
19678 no need to export it globally.
19680 !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
19681 ____________________________________________________________________________
19682 [ 18545] By: ams on 2003/01/22 06:06:26
19683 Log: Subject: [PATCH perl-current] AUTHORS correction
19684 From: Richard Soderberg <rs@crystalflame.net>
19685 Date: Wed, 22 Jan 2003 02:08:13 -0500
19686 Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
19689 ____________________________________________________________________________
19690 [ 18544] By: jhi on 2003/01/22 03:45:01
19691 Log: Continuation of #18542.
19694 ____________________________________________________________________________
19695 [ 18543] By: jhi on 2003/01/22 03:21:23
19696 Log: Update the MD5 checksums.
19698 ! ext/Digest/MD5/t/files.t
19699 ____________________________________________________________________________
19700 [ 18542] By: hv on 2003/01/22 01:37:52
19701 Log: #18530 misses a couple of pTHX definitions
19704 ____________________________________________________________________________
19705 [ 18541] By: jhi on 2003/01/21 22:08:51
19706 Log: Try to make including patchlevel.h a bit more
19707 robust (use <> instead of "") and in case of
19708 failure (PERL_VERSION didn't get defined) try
19709 to fail (by trying to #include an "obviously"
19710 named file that should not exist) (didn't use
19711 #error since IIRC older cpps do not have it)
19712 (Tries to address [perl #20276].)
19714 ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
19715 ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
19716 ! ext/Storable/Storable.xs
19717 ____________________________________________________________________________
19718 [ 18538] By: merijn on 2003/01/21 16:54:00
19719 Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
19720 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19721 Date: Mon, 30 Dec 2002 18:01:16 -0800
19722 Message-ID: <spPE+gzkg+6F092yn@efn.org>
19725 ____________________________________________________________________________
19726 [ 18536] By: jhi on 2003/01/21 14:18:40
19727 Log: Allow explicit -C enable/disable by -C:1/-C:0
19728 (suggested by Peter Haworth).
19730 ! perl.c pod/perlrun.pod
19731 ____________________________________________________________________________
19732 [ 18534] By: hv on 2003/01/21 02:22:53
19733 Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
19734 From: Chip Turner <cturner@redhat.com>
19735 Date: 02 Jan 2003 11:35:57 -0500
19736 Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
19738 ! lib/Pod/Perldoc.pm
19739 ____________________________________________________________________________
19740 [ 18533] By: hv on 2003/01/21 02:15:29
19741 Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
19743 Date: Thu, 02 Jan 2003 14:33:49 +0000
19744 Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
19746 ! regexec.c t/op/subst.t
19747 ____________________________________________________________________________
19748 [ 18532] By: hv on 2003/01/21 01:56:31
19749 Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
19750 From: Martien Verbruggen <mgjv@tradingpost.com.au>
19751 Date: Tue, 31 Dec 2002 16:42:28 +1100
19752 Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
19755 ____________________________________________________________________________
19756 [ 18531] By: hv on 2003/01/21 01:52:49
19757 Log: integrate #18366-18370 from maint-5.8:
19758 Implement the CPP namespace protection from [perl #8610];
19759 unless a function has an 'A' flag, it's defined only if
19760 PERL_CORE. (Why do we have so many many functions with an
19761 'A' flag, is another matter.) (The number of #ifdef PERL_COREs
19762 could be cut down further by having a state variable and
19763 inserting #ifdefs and #endifs when the state flips.)
19765 Caught by change #18366; thanks to the re extension we have some
19766 functions that are file static but yet part of "the public API"...
19767 Maybe a new class of exportability (a new embed.fnc flag) is
19768 required for this case.
19770 Continue on change #18367; implement the said flag, 'E'.
19771 (Some nm output studying was needed to get the right set
19772 of re symbols defined.)
19774 In AIX (strict symbol exports) the cxinc is needed for List::Util.
19776 ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
19777 ____________________________________________________________________________
19778 [ 18530] By: hv on 2003/01/21 01:37:03
19779 Log: integrate (by hand) #18353 and #18359 from maint-5.8:
19780 Introduce a cache for UTF-8 data: length and byte<->char offset
19781 mapping are stored in a new type of magic. Speeds up length(),
19782 substr(), index(), rindex(), pos(), and some parts of s///.
19784 The speedup varies a lot (on the usual suspects: what is the
19785 access pattern of the data, compiler, CPU), but should be at
19786 least one order of magnitude, and getting to the same magnitude
19787 as byte string speeds, and in some cases (length on unchanged data)
19788 even reaching the byte string speed. On the other hand, in some
19789 cases (index) the byte speed is still faster by a factor of five
19790 or so, but the bottleneck there does not seem to be any more
19791 the byte<->char offset mapping (instead, the fbm_instr() speed).
19793 There is one cache slot for the length, and only two for the
19794 byte<->char offset mapping (the first one for the start->offset,
19795 and the second for the offset->offset+length, when talking
19796 in substr() terms).
19798 Code this hairy is bound to have hairy trolls hiding under it.
19800 A small tweak on top of #18353: don't display mg_len bytes of
19801 mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
19803 ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
19805 ____________________________________________________________________________
19806 [ 18529] By: hv on 2003/01/21 00:44:20
19807 Log: integrate #18349 from maint-5.8:
19808 At least partially address [perl #10000] by speeding
19809 up both the ASCII case (by about 2-3%) and the UTF-8 case
19810 (by about 45%). The major trick is to avoid hitting the
19811 costly S_reginclass(). (Even before this patch the speedup
19812 since 5.8.0 was about 40-50%.) After this the UTF-8 case is
19813 still about 30-60% slower than the ASCII case. (Note that
19814 I'm unable to reproduce the 10-fold speed difference of the
19815 original bug report; I can see a factor of 2 or 3, but no more.)
19818 ____________________________________________________________________________
19819 [ 18528] By: hv on 2003/01/21 00:24:11
19820 Log: Subject: [PATCH pp_ctl.c] silence warning
19821 From: Dave Mitchell <davem@fdgroup.com>
19822 Date: Sun, 29 Dec 2002 15:09:31 +0000
19823 Message-ID: <20021229150931.C2325@fdgroup.com>
19826 ____________________________________________________________________________
19827 [ 18527] By: hv on 2003/01/21 00:04:14
19828 Log: Subject: perl version reporting
19829 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19830 Date: Wed, 18 Dec 2002 08:30:32 +0100
19831 Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
19834 ____________________________________________________________________________
19835 [ 18526] By: hv on 2003/01/20 23:21:22
19836 Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
19837 From: Blair Zajac <blair@orcaware.com>
19838 Date: Wed, 08 Jan 2003 12:28:35 -0800
19839 Message-ID: <3E1C89F3.2B4759C@orcaware.com>
19841 ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
19842 ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
19843 ____________________________________________________________________________
19844 [ 18524] By: jhi on 2003/01/20 17:51:10
19845 Log: Integrate from perlio:
19847 Move #define printf out of perl.h into appropriate
19850 !> fakesdio.h nostdio.h perl.h
19851 ____________________________________________________________________________
19852 [ 18523] By: jhi on 2003/01/20 17:48:51
19853 Log: Upgrade to Digest 1.02.
19855 ! lib/Digest.pm lib/Digest.t
19856 ____________________________________________________________________________
19857 [ 18522] By: jhi on 2003/01/20 17:43:15
19858 Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
19859 From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
19860 Date: 20 Jan 2003 01:54:07 -0000
19861 Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
19864 ____________________________________________________________________________
19865 [ 18521] By: jhi on 2003/01/20 17:37:35
19866 Log: Retract #18154 (integrate of perlio #18507), not enough
19870 ____________________________________________________________________________
19871 [ 18519] By: jhi on 2003/01/20 12:25:43
19872 Log: Encode MANIFEST update.
19874 ! ext/Encode/MANIFEST
19875 ____________________________________________________________________________
19876 [ 18517] By: nick on 2003/01/20 08:34:10
19877 Log: Integrate #18405 from maint-5.8 which fixes whitespac
19878 issues in open(FH,"&...")
19881 ____________________________________________________________________________
19882 [ 18516] By: jhi on 2003/01/19 13:48:10
19883 Log: microperl update.
19885 ! Makefile.micro uconfig.h uconfig.sh
19886 ____________________________________________________________________________
19887 [ 18514] By: jhi on 2003/01/18 18:36:00
19888 Log: Integrate from perlio:
19890 Thread-protection for dup/fclose/dup2 scheme of stdio leak
19893 !> perlio.c t/io/tell.t
19894 ____________________________________________________________________________
19895 [ 18513] By: jhi on 2003/01/18 18:07:01
19896 Log: Slight pod reformatting based on [perl #20284].
19898 ! README.mint ext/Data/Dumper/Dumper.pm
19899 ____________________________________________________________________________
19900 [ 18512] By: jhi on 2003/01/17 21:00:15
19901 Log: EPOC perl address updates.
19904 ____________________________________________________________________________
19905 [ 18511] By: jhi on 2003/01/17 20:23:42
19906 Log: Upgrade to Digest 1.01.
19909 ____________________________________________________________________________
19910 [ 18510] By: jhi on 2003/01/17 19:53:37
19911 Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
19913 ! utils/libnetcfg.PL
19914 ____________________________________________________________________________
19915 [ 18509] By: jhi on 2003/01/17 19:45:11
19916 Log: Upgrade to Digest::MD5 2.22.
19918 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19919 ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
19920 ! ext/Digest/MD5/t/files.t
19921 ____________________________________________________________________________
19922 [ 18508] By: merijn on 2003/01/17 14:12:53
19923 Log: Subject: Re: 18457 on cygwin/20030113
19924 From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
19925 Date: Fri, 17 Jan 2003 15:10:34 +0000
19926 Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
19929 ____________________________________________________________________________
19930 [ 18504] By: jhi on 2003/01/17 13:21:51
19931 Log: Integrate from perlio:
19933 Remove workaround for :stdio layer bug now fixed
19937 ____________________________________________________________________________
19938 [ 18502] By: jhi on 2003/01/16 22:53:23
19939 Log: Integrate from maint-5.6:
19941 search utility doesn't skip exe/lib/pdb files properly on windows
19943 !> win32/bin/search.pl
19944 ____________________________________________________________________________
19945 [ 18501] By: rgs on 2003/01/16 21:28:42
19946 Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
19947 From: "Jos I. Boumans" <kane@dwim.org>
19948 Date: Thu, 16 Jan 2003 14:04:48 +0100
19949 Message-ID: <3E26ADF0.6010605@dwim.org>
19952 ! lib/File/Find.pm lib/File/Find/t/find.t
19953 ____________________________________________________________________________
19954 [ 18500] By: rgs on 2003/01/16 21:17:14
19955 Log: Integrate #18447 from maint-5.8 :
19956 test.pl-ise t/op/fh.t.
19959 ____________________________________________________________________________
19960 [ 18499] By: rgs on 2003/01/16 20:58:59
19961 Log: Integrate changes to Attribute::Handlers from maint-5.8
19963 Subject: [PATCH] Re: Attribute::Handlers phase variance
19964 From: Richard Clamp <richardc@unixbeard.net>
19965 Date: Mon, 9 Dec 2002 11:10:24 +0000
19966 Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
19968 !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
19969 ____________________________________________________________________________
19970 [ 18498] By: rgs on 2003/01/16 20:48:10
19971 Log: Integrate changes #18422 and #18423 from maint-5.8.
19973 Third Degree found a read of uninit memory (after setting
19974 grent_size with sysconf(), pwent_size was read). Also make
19975 the ERANGE/INVARG more consistent.
19977 spent_size was still off. (As far as I can tell
19978 _SC_GETPW_R_SIZE_MAX is supposed to be used also
19979 for spents, not just pwents.)
19981 !> reentr.c reentr.h reentr.pl
19982 ____________________________________________________________________________
19983 [ 18497] By: rgs on 2003/01/16 20:40:58
19984 Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
19985 From: Dave Mitchell <davem@fdgroup.com>
19986 Date: Wed, 1 Jan 2003 21:43:24 +0000
19987 Message-ID: <20030101214324.F12907@fdgroup.com>
19988 (integrated from change #18397 in maint-5.8)
19990 !> lib/Time/Local.pm lib/Time/Local.t
19991 ____________________________________________________________________________
19992 [ 18496] By: jhi on 2003/01/16 20:36:23
19993 Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
19994 code changes from Inaba Hiroto; test tweaks by jhi.
19996 + ext/Encode/t/enc_eucjp.t
19997 ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
19998 ! pp.c sv.c sv.h t/uni/tr_utf8.t
19999 ____________________________________________________________________________
20000 [ 18495] By: jhi on 2003/01/16 20:19:36
20001 Log: It seems the binmode() is needed with UTF-8 locales enabled.
20003 ! ext/Encode/t/CJKT.t
20004 ____________________________________________________________________________
20005 [ 18494] By: jhi on 2003/01/16 20:11:35
20006 Log: Upgrade to CGI.pm 2.89.
20008 ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
20009 ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
20010 ____________________________________________________________________________
20011 [ 18493] By: jhi on 2003/01/16 20:03:01
20012 Log: Subject: Update for ext/MIME/Base64/
20013 From: Gisle Aas <gisle@ActiveState.com>
20014 Date: 30 Dec 2002 07:34:34 -0800
20015 Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
20017 ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
20018 ! ext/MIME/Base64/QuotedPrint.pm
20019 ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
20020 ____________________________________________________________________________
20021 [ 18492] By: jhi on 2003/01/16 19:56:07
20022 Log: Subject: Update for ext/Digest/MD5/
20023 From: Gisle Aas <gisle@ActiveState.com>
20024 Date: 30 Dec 2002 07:38:16 -0800
20025 Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
20027 ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20028 ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
20029 ! ext/Digest/MD5/t/files.t
20030 ____________________________________________________________________________
20031 [ 18491] By: jhi on 2003/01/16 19:24:10
20032 Log: if (0) the PL_widesyscalls code for now: Sarathy
20033 should take another look to see whether it is really
20034 safe to remove the code, too.
20036 ! win32/win32.h wince/win32.h
20037 ____________________________________________________________________________
20038 [ 18490] By: jhi on 2003/01/16 01:58:39
20039 Log: Make the locale-induced UTF-8-ification of STD fhs
20040 and the default file open layer explicit (either -C
20041 or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
20043 ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
20044 ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
20046 ____________________________________________________________________________
20047 [ 18489] By: rgs on 2003/01/15 20:55:00
20048 Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
20049 From: Brendan O'Dea <bod@debian.org>
20050 Date: Sun, 12 Jan 2003 06:18:32 +1100
20051 Message-ID: <20030111191832.GA19441@londo.c47.org>
20054 ____________________________________________________________________________
20055 [ 18488] By: rgs on 2003/01/15 20:51:48
20056 Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
20057 From: Brendan O'Dea <bod@debian.org>
20058 Date: Sun, 12 Jan 2003 06:17:30 +1100
20059 Message-ID: <20030111191730.GA19420@londo.c47.org>
20061 ! lib/diagnostics.pm
20062 ____________________________________________________________________________
20063 [ 18487] By: rgs on 2003/01/15 20:45:14
20064 Log: Add a test case for bug [perl #19545]
20067 ____________________________________________________________________________
20068 [ 18486] By: rgs on 2003/01/15 20:34:52
20069 Log: isa() and can() didn't work on magic variables
20070 see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
20071 plus a test case by B. Goldberg
20073 ! t/op/universal.t universal.c
20074 ____________________________________________________________________________
20075 [ 18485] By: rgs on 2003/01/15 20:10:57
20076 Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
20077 From: Stephen McCamant <smcc@mit.edu>
20078 Date: Thu, 2 Jan 2003 18:08:23 -0500
20079 Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
20080 Plus a test by Jarkko
20081 Integrated from changes 18444 and 18446 from maint-5.8
20084 !> MANIFEST pp_hot.c
20085 ____________________________________________________________________________
20086 [ 18484] By: jhi on 2003/01/15 14:09:57
20087 Log: Upgrade to Time::HiRes 1.42.
20089 + ext/Time/HiRes/fallback/const-c.inc
20090 + ext/Time/HiRes/fallback/const-xs.inc
20091 ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20092 ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20093 ____________________________________________________________________________
20094 [ 18483] By: jhi on 2003/01/15 00:23:20
20097 ! ext/Encode/Unicode/Unicode.xs
20098 ____________________________________________________________________________
20099 [ 18482] By: rgs on 2003/01/14 21:41:04
20100 Log: Integrate change #18365 from maint-5.8 :
20101 Doc tweak on the S_ macros.
20103 !> pod/perlfunc.pod
20104 ____________________________________________________________________________
20105 [ 18481] By: jhi on 2003/01/14 12:40:24
20106 Log: Apparently some stdios have bugs (no! don't tell it is so!)
20107 or there is a corner of stdio that is substandardised.
20110 ____________________________________________________________________________
20111 [ 18480] By: jhi on 2003/01/14 01:25:14
20112 Log: Encode 1.84 broke the subtest #7, further study required.
20115 ____________________________________________________________________________
20116 [ 18479] By: jhi on 2003/01/13 23:13:02
20117 Log: Add a test for encoding 'utf8'.
20119 + ext/Encode/t/enc_utf8.t
20120 ! MANIFEST ext/Encode/MANIFEST
20121 ____________________________________________________________________________
20122 [ 18478] By: jhi on 2003/01/13 23:10:55
20123 Log: Upgrade to Encode 1.84.
20125 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
20126 ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
20127 ____________________________________________________________________________
20128 [ 18475] By: jhi on 2003/01/13 02:42:47
20129 Log: Integrate from perlio:
20131 Fix #18711 and add test for it (and indeed tell on write
20134 (#18711 Serious bug of tell() in perl)
20136 !> perlio.c t/io/tell.t
20137 ____________________________________________________________________________
20138 [ 18474] By: jhi on 2003/01/13 02:41:04
20139 Log: Integrate from perlio:
20141 Fix #16306 and #16880
20143 (#16306 Big Badda leak in Sockets)
20144 (#16880 Memory leak with IO::Socket in Perl v5.8.0)
20147 ____________________________________________________________________________
20148 [ 18473] By: jhi on 2003/01/13 02:38:33
20149 Log: Integrate perlio #18040 and #18043 (no real changes;
20150 some whitespace changes but ignored them so that Dan's
20151 version of Encode wins)
20153 !> ext/Encode/Encode.xs
20154 ____________________________________________________________________________
20155 [ 18472] By: jhi on 2003/01/13 01:31:01
20156 Log: Integrate perlio to mainline:
20158 Avoid eqtime() wiping the file (as suggested by
20159 "Luis G. Uribe C." <GUribe@SoftHome.net>
20161 !> lib/ExtUtils/Command.pm
20162 ____________________________________________________________________________
20163 [ 18468] By: rgs on 2003/01/09 21:07:44
20164 Log: Subject: [PATCH] VMS perly build tweak
20165 From: "Craig A. Berry" <craigberry@mac.com>
20166 Date: Thu, 9 Jan 2003 14:44:40 -0600
20167 Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
20169 ! vms/descrip_mms.template
20170 ____________________________________________________________________________
20171 [ 18467] By: rgs on 2003/01/09 21:03:07
20172 Log: Document that ${^TAINT} is read-only.
20175 ____________________________________________________________________________
20176 [ 18465] By: rgs on 2003/01/08 22:02:26
20177 Log: Fix the doc for splitpath() in the File::Spec modules :
20178 this function doesn't return undef in any case.
20180 ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
20181 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
20182 ____________________________________________________________________________
20183 [ 18464] By: rgs on 2003/01/08 21:40:37
20184 Log: Subject: [PATCH] label code in pp_ctl.c
20185 From: Nicholas Clark <nick@unfortu.net>
20186 Date: Thu, 26 Dec 2002 21:19:36 +0000
20187 Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
20188 (Integrated from change #18400 from maint-5.8)
20191 ____________________________________________________________________________
20192 [ 18463] By: rgs on 2003/01/08 21:27:49
20193 Log: Subject: [DOCPATCH] hv_store and hv_store_ent
20194 From: Nicholas Clark <nick@unfortu.net>
20195 Date: Wed, 1 Jan 2003 18:17:59 +0000
20196 Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
20197 (Integrated from change #18399 from maint-5.8)
20200 ____________________________________________________________________________
20201 [ 18462] By: rgs on 2003/01/08 21:24:09
20202 Log: Integrate change #18391 from maint-5.8:
20203 Document the installprefix trick for compiling PASE Perl in AIX.
20206 ____________________________________________________________________________
20207 [ 18461] By: rgs on 2003/01/08 21:16:54
20208 Log: Integrate change #18362 from maint-5.8:
20209 Fix [perl #18666] (taking the more conservative approach).
20211 !> lib/File/Spec/Unix.pm
20212 ____________________________________________________________________________
20213 [ 18460] By: rgs on 2003/01/08 21:14:20
20214 Log: Integrate change #18361 from maint-5.8:
20215 Document that the socketpair tests are unhappy in old SCO,
20216 as per [perl #18537].
20218 !> pod/perl58delta.pod
20219 ____________________________________________________________________________
20220 [ 18459] By: rgs on 2003/01/08 20:48:19
20223 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20224 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20225 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20227 ____________________________________________________________________________
20228 [ 18456] By: hv on 2003/01/07 09:20:22
20229 Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
20230 From: Nicholas Clark <nick@unfortu.net>
20231 Date: Thu, 26 Dec 2002 21:16:27 +0000
20232 Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
20234 ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
20235 ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
20237 ____________________________________________________________________________
20238 [ 18455] By: hv on 2003/01/07 08:54:38
20239 Log: Subject: [PATCH] integrate more with report_evil_fh
20240 From: Nicholas Clark <nick@unfortu.net>
20241 Date: Thu, 26 Dec 2002 20:56:21 +0000
20242 Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
20245 ____________________________________________________________________________
20246 [ 18454] By: hv on 2003/01/07 08:45:54
20247 Log: Integrate podlators-1.25
20249 ! lib/Pod/Man.pm lib/Pod/t/man.t
20250 ____________________________________________________________________________
20251 [ 18453] By: rgs on 2003/01/06 20:31:43
20252 Log: Change the value of ${^TAINT} : 0 without taint checks,
20253 1 with -T, and -1 with -t or -TU.
20255 ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
20257 ____________________________________________________________________________
20258 [ 18451] By: merijn on 2003/01/06 06:43:11
20259 Log: Subject: [PATCH perl@18746] VMS test adjustments
20260 Date: Sat, 04 Jan 2003 11:26:00 -0600
20261 From: "Craig A. Berry" <craigberry@mac.com>
20262 Message-ID: <3E171928.1040100@mac.com>
20264 ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
20266 ____________________________________________________________________________
20267 [ 18441] By: rgs on 2003/01/04 20:06:45
20268 Log: Subject: [DOCPATCH] File::Copy's synopsis
20269 From: Nicholas Clark <nick@unfortu.net>
20270 Date: Wed, 1 Jan 2003 21:09:30 +0000
20271 Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
20274 ____________________________________________________________________________
20275 [ 18440] By: rgs on 2003/01/04 16:31:31
20276 Log: Integrate change #18420 from maint-5.8:
20277 Mea culpa: the join() was the string join, not the
20280 !> ext/threads/t/join.t
20281 ____________________________________________________________________________
20282 [ 18439] By: rgs on 2003/01/04 15:34:54
20283 Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
20284 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20285 Date: Fri, 13 Dec 2002 00:54:43 +0100
20286 Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
20287 Same as change 18403 for maint-5.8 branch
20289 ! lib/ExtUtils/t/Embed.t
20290 ____________________________________________________________________________
20291 [ 18438] By: rgs on 2003/01/04 15:24:22
20292 Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
20293 From: andreas.koenig@anima.de (Andreas J. Koenig)
20294 Date: Fri, 03 Jan 2003 00:57:15 +0100
20295 Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
20298 ____________________________________________________________________________
20299 [ 18435] By: jhi on 2003/01/04 14:36:08
20300 Log: The problems.t is back.
20303 ____________________________________________________________________________
20304 [ 18434] By: sky on 2003/01/04 07:43:50
20305 Log: Forgot to add problems.t with change #18419
20307 + ext/threads/t/problems.t
20308 ____________________________________________________________________________
20309 [ 18432] By: jhi on 2003/01/04 04:48:30
20310 Log: One more (or, rather, less) //.
20312 ! ext/threads/threads.xs
20313 ____________________________________________________________________________
20314 [ 18431] By: jhi on 2003/01/04 04:39:01
20315 Log: Integrate from maintperl:
20317 // is still not portable C commentary.
20319 !> ext/threads/threads.xs
20320 ____________________________________________________________________________
20321 [ 18425] By: jhi on 2003/01/04 03:37:04
20322 Log: Until Arthur really adds the problems.t.
20325 ____________________________________________________________________________
20326 [ 18421] By: sky on 2003/01/04 01:27:55
20327 Log: Fix long standing memory leak with pop and shift!
20329 ! ext/threads/shared/shared.xs
20330 ____________________________________________________________________________
20331 [ 18419] By: sky on 2003/01/03 23:45:34
20332 Log: Fixes bug #15273, the return of the object caused
20333 the stash of the object to be cloned, cloning the entire syntax
20334 tree and all lexicals in there creating danglning copies to the
20335 object. (Pararell but unlinked STASH tree).
20336 This adds a new flag, when set it will use STASHES from the
20337 thread we are joining into avoiding the problem.
20339 ! MANIFEST ext/threads/threads.xs sv.c sv.h
20340 ____________________________________________________________________________
20341 [ 18417] By: sky on 2003/01/03 18:16:46
20342 Log: Fake what context we are running in for CLONE and DESTROY so
20343 threads->tid() returns the correct value.
20344 This is reported as bug #10046
20346 ! ext/threads/t/basic.t ext/threads/threads.xs
20347 ____________________________________________________________________________
20348 [ 18413] By: sky on 2003/01/03 15:15:14
20349 Log: Change pp_lock to take a reference instead of a
20350 scalar since it wouldn't fork for the HELEM/AELEM
20351 case. This was reported in bug #10045
20353 ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
20354 ____________________________________________________________________________
20355 [ 18412] By: hv on 2003/01/03 11:14:51
20356 Log: Integrate from maint-5.8 #18348:
20357 Make Math::Trig a little bit more better behaved module citizen.
20359 !> lib/Math/Trig.pm
20360 ____________________________________________________________________________
20361 [ 18411] By: hv on 2003/01/03 11:11:09
20362 Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
20363 From: Stephen McCamant <smcc@mit.edu>
20364 Date: Sun, 22 Dec 2002 22:09:51 -0500
20365 Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
20368 ____________________________________________________________________________
20369 [ 18410] By: hv on 2003/01/03 11:06:40
20370 Log: Subject: new flag SvPADSTALE
20371 From: Dave Mitchell <davem@fdgroup.com>
20372 Date: Thu, 19 Dec 2002 19:00:21 +0000
20373 Message-ID: <20021219190021.D9530@fdgroup.com>
20375 ! dump.c scope.c sv.h
20376 ____________________________________________________________________________
20377 [ 18409] By: hv on 2003/01/03 11:05:09
20378 Log: Subject: remove flag SvPADBUSY
20379 From: Dave Mitchell <davem@fdgroup.com>
20380 Date: Thu, 19 Dec 2002 18:55:43 +0000
20381 Message-ID: <20021219185543.C9530@fdgroup.com>
20383 ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
20384 ____________________________________________________________________________
20385 [ 18408] By: hv on 2003/01/03 10:56:54
20386 Log: Subject: win32_msgwait() problem
20387 From: Gurusamy Sarathy <gsar@ActiveState.com>
20388 Date: Fri, 13 Dec 2002 17:31:59 -0800
20389 Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
20392 ____________________________________________________________________________
20393 [ 18407] By: hv on 2003/01/03 10:30:05
20394 Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
20396 Date: Thu, 02 Jan 2003 17:16:04 +0000
20397 Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
20400 ____________________________________________________________________________
20401 [ 18406] By: sky on 2003/01/03 08:23:16
20402 Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
20406 ____________________________________________________________________________
20407 [ 18393] By: merijn on 2003/01/02 19:41:29
20408 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)
20409 Date: Thu, 2 Jan 2003 19:02:21 +0100
20410 Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
20411 From: abe@ztreet.demon.nl (Abe Timmerman)
20413 ! win32/makefile.mk
20414 ____________________________________________________________________________
20415 [ 18390] By: merijn on 2003/01/02 07:32:00
20416 Log: Use a more likely location for the perl binary
20419 ____________________________________________________________________________
20420 [ 18378] By: gsar on 2002/12/31 04:07:56
20421 Log: integrate change#18377 from maint-5.6 branch
20423 change#17566 needs to be more defensive about win32_dup2()
20424 itself calling SetStdHandle() (at least MSVCRT does this)
20427 ____________________________________________________________________________
20428 [ 18376] By: hv on 2002/12/31 02:02:17
20429 Log: Update Changes
20431 ! Changes patchlevel.h
20432 ____________________________________________________________________________
20433 [ 18374] By: hv on 2002/12/30 03:32:22
20434 Log: Remove duplicate entry
20437 ____________________________________________________________________________
20438 [ 18373] By: hv on 2002/12/30 03:19:17
20439 Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
20440 From: Dave Paris (via RT) <perlbug-followup@perl.org>
20441 Date: 22 Dec 2002 05:15:14 -0000
20442 Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
20445 ____________________________________________________________________________
20446 [ 18372] By: hv on 2002/12/30 03:13:42
20447 Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
20448 From: Michael G Schwern <schwern@pobox.com>
20449 Date: Sat, 21 Dec 2002 19:29:41 -0800
20450 Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
20453 ____________________________________________________________________________
20454 [ 18371] By: hv on 2002/12/30 03:08:12
20455 Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
20456 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20457 Date: Fri, 27 Dec 2002 16:14:24 +0100
20458 Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
20460 ! mg.c t/op/magic.t
20461 ____________________________________________________________________________
20462 [ 18358] By: gsar on 2002/12/28 03:30:49
20463 Log: save_re_context() was not saving many regexec.c state
20464 variables, resulting in various reentrancy problems when
20465 the swatches were autoloaded by perl in the midst of a
20469 ____________________________________________________________________________
20470 [ 18357] By: gsar on 2002/12/28 02:16:51
20471 Log: silence another signed/unsigned mismatch warning
20474 ____________________________________________________________________________
20475 [ 18356] By: gsar on 2002/12/28 02:08:23
20476 Log: fix signed/unsigned mismatch warning from change#18266
20479 ____________________________________________________________________________
20480 [ 18355] By: gsar on 2002/12/28 02:05:14
20481 Log: these variables are not in use anywhere since 5.8.0
20483 ! embedvar.h perlapi.h sv.c thrdvar.h
20484 ____________________________________________________________________________
20485 [ 18354] By: ams on 2002/12/26 03:54:09
20486 Log: Subject: [PATCH] docpatch for cv.h
20487 From: Nicholas Clark <nick@unfortu.net>
20488 Date: Wed, 25 Dec 2002 21:01:04 +0000
20489 Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
20492 ____________________________________________________________________________
20493 [ 18351] By: hv on 2002/12/25 02:29:17
20494 Log: #18345 was still broken; should be fixed now.
20497 ____________________________________________________________________________
20498 [ 18350] By: merijn on 2002/12/24 05:26:40
20499 Log: Removal of duplicate comment block
20501 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20502 Subject: Re: [perl #19306] Sys::Syslog issues.
20503 Date: Mon, 23 Dec 2002 15:25:51 -0800
20504 Message-ID: </t5B+gzkg6DR092yn@efn.org>
20506 ! ext/Sys/Syslog/Syslog.pm
20507 ____________________________________________________________________________
20508 [ 18346] By: hv on 2002/12/23 06:14:22
20509 Log: integrate maint-5.8 #18301
20512 ____________________________________________________________________________
20513 [ 18345] By: hv on 2002/12/23 06:01:17
20514 Log: more on #18344.
20517 ____________________________________________________________________________
20518 [ 18344] By: hv on 2002/12/23 05:56:43
20519 Log: more on #18312: sv.c:ss_dup()
20522 ____________________________________________________________________________
20523 [ 18343] By: hv on 2002/12/23 05:47:17
20524 Log: Subject: [perl #19153] Term::Complete (the argument of stty)
20525 From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
20526 Date: 15 Dec 2002 13:45:23 -0000
20527 Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
20529 ! lib/Term/Complete.pm
20530 ____________________________________________________________________________
20531 [ 18342] By: hv on 2002/12/23 05:27:25
20532 Log: Subject: [perl #18544] Patch included to fix problem.
20533 From: Richard Kandarian <richard.kandarian@lanl.gov>
20534 Date: Thu, 21 Nov 2002 08:00:20 -0700
20538 ____________________________________________________________________________
20539 [ 18341] By: hv on 2002/12/23 05:08:49
20540 Log: Subject: [PATCH] operation on `PL_na' may be undefined
20541 From: Nicholas Clark <nick@unfortu.net>
20542 Date: Tue, 10 Dec 2002 19:59:18 +0000
20543 Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
20546 ____________________________________________________________________________
20547 [ 18340] By: hv on 2002/12/23 05:04:29
20548 Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
20549 From: Nicholas Clark <nick@unfortu.net>
20550 Date: Tue, 10 Dec 2002 18:55:28 +0000
20551 Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
20554 ____________________________________________________________________________
20555 [ 18339] By: hv on 2002/12/23 04:39:48
20556 Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
20558 ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20559 ! ext/Time/HiRes/Makefile.PL
20560 ____________________________________________________________________________
20561 [ 18338] By: hv on 2002/12/23 03:43:09
20562 Log: Subject: [PATCH] read permissions for h2ph-generated files
20563 From: Slaven Rezic <slaven.rezic@berlin.de>
20564 Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
20565 Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
20568 ____________________________________________________________________________
20569 [ 18337] By: hv on 2002/12/23 03:38:59
20570 Log: handy hint: getting a perforce change as a usable patch
20572 ! Porting/repository.pod
20573 ____________________________________________________________________________
20574 [ 18336] By: hv on 2002/12/23 03:36:26
20575 Log: Reverse #18285, for reasons given in:
20576 Subject: Re: Precedence of ? :
20578 Date: Fri, 20 Dec 2002 00:35:27 +0000
20579 Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
20581 ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
20583 ____________________________________________________________________________
20584 [ 18335] By: gsar on 2002/12/18 23:12:14
20585 Log: my_fflush_all() wasn't doing the right thing under useperlio
20589 ____________________________________________________________________________
20590 [ 18334] By: merijn on 2002/12/18 06:48:11
20591 Log: AIX compiler version updates
20594 ____________________________________________________________________________
20595 [ 18332] By: gsar on 2002/12/18 03:20:27
20596 Log: $Config{prefixexp} was set incorrectly on windows
20598 ! win32/config.bc win32/config.gc win32/config.vc
20599 ! win32/config.vc64
20600 ____________________________________________________________________________
20601 [ 18330] By: gsar on 2002/12/18 02:32:20
20602 Log: remove CRs from a couple of files (these show up as CRCRLF
20605 ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20606 ____________________________________________________________________________
20607 [ 18328] By: gsar on 2002/12/18 02:27:10
20608 Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
20611 ____________________________________________________________________________
20612 [ 18327] By: gsar on 2002/12/18 02:08:12
20613 Log: windows: support for large files
20615 note that this change will break binary compatibility with the
20616 default 5.8.0 build options; nevertheless I think it is worth
20617 having in 5.8.1 (people who want the compatibility can disable
20618 the option in the makefile)
20620 ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
20621 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
20622 ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
20623 ! win32/config.vc win32/config.vc64 win32/config_H.bc
20624 ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
20625 ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
20626 ! win32/win32.c win32/win32iop.h
20627 ____________________________________________________________________________
20628 [ 18326] By: gsar on 2002/12/18 00:57:46
20629 Log: Win32.pod update
20632 ____________________________________________________________________________
20633 [ 18325] By: gsar on 2002/12/18 00:42:45
20634 Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
20637 ____________________________________________________________________________
20638 [ 18324] By: gsar on 2002/12/18 00:34:08
20639 Log: windows: avoid prompting under some shells during $(MAKE) distclean
20641 ! win32/Makefile win32/makefile.mk
20642 ____________________________________________________________________________
20643 [ 18323] By: gsar on 2002/12/18 00:17:29
20644 Log: PerlSIO_stderr et al are not functions
20647 ____________________________________________________________________________
20648 [ 18321] By: gsar on 2002/12/17 22:56:25
20649 Log: integrate change#18320 from maint-5.6 branch
20651 C<require '\foo\bar.pm'> fails on windows if not running
20652 from the root directory; for a test case, see:
20654 http://bugs.activestate.com/show_bug.cgi?id=19317
20656 this was due to not recognizing \foo\bar.pm as an absolute
20660 ____________________________________________________________________________
20661 [ 18319] By: hv on 2002/12/17 10:08:24
20662 Log: Whoops, these are the changes supposed to be in #18318.
20664 ! pad.c t/op/eval.t
20665 ____________________________________________________________________________
20666 [ 18318] By: hv on 2002/12/17 03:12:18
20667 Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
20668 From: Nicholas Clark <nick@unfortu.net>
20669 Date: Sat, 14 Dec 2002 23:13:37 +0000
20670 Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
20672 ! pad.c t/op/eval.t
20673 ____________________________________________________________________________
20674 [ 18317] By: hv on 2002/12/17 02:58:12
20675 Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
20677 + lib/Net/Ping/t/410_syn_host.t
20678 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
20679 ! lib/Net/Ping/t/450_service.t
20680 ____________________________________________________________________________
20681 [ 18316] By: hv on 2002/12/17 02:17:16
20682 Log: Subject: [PATCH 5.8.1 @oldish-18156] build
20683 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
20684 Date: Fri, 13 Dec 2002 13:54:05 -0800
20685 Message-ID: <20021213215404.GA2597@math.berkeley.edu>
20687 ! os2/os2.c t/run/runenv.t
20688 ____________________________________________________________________________
20689 [ 18315] By: hv on 2002/12/17 02:03:58
20690 Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
20691 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
20692 Date: Fri, 13 Dec 2002 13:47:08 -0800
20693 Message-ID: <20021213214707.GA2588@math.berkeley.edu>
20695 ! lib/constant.t lib/fields.t
20696 ____________________________________________________________________________
20697 [ 18314] By: hv on 2002/12/17 01:58:32
20698 Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
20699 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
20700 Date: Fri, 13 Dec 2002 14:00:48 -0800
20701 Message-ID: <20021213220048.GA2606@math.berkeley.edu>
20703 ! os2/OS2/Process/t/os2_process.t os2/os2.c
20704 ____________________________________________________________________________
20705 [ 18313] By: hv on 2002/12/17 01:54:19
20706 Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
20707 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
20708 Date: Fri, 13 Dec 2002 14:08:00 -0800
20709 Message-ID: <20021213220800.GA2625@math.berkeley.edu>
20711 ! os2/OS2/REXX/REXX.xs
20712 ____________________________________________________________________________
20713 [ 18312] By: hv on 2002/12/17 01:43:28
20714 Log: Subject: [Fwd: Patch for perl utf8-related bug]
20715 From: Richard Hitt <rbh00@utsglobal.com>
20716 Date: Fri, 06 Dec 2002 16:47:42 -0800
20719 ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
20721 ____________________________________________________________________________
20722 [ 18311] By: hv on 2002/12/17 00:52:05
20723 Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
20724 From: Dave Mitchell <davem@fdgroup.com>
20725 Date: Sat, 14 Dec 2002 19:16:49 +0000
20726 Message-ID: <20021214191649.B3992@fdgroup.com>
20728 ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
20729 ____________________________________________________________________________
20730 [ 18310] By: hv on 2002/12/17 00:51:46
20731 Log: regen-headers to get new API docs from #18306
20734 ____________________________________________________________________________
20735 [ 18308] By: rgs on 2002/12/16 22:06:23
20736 Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
20737 From: peter@PSDT.com (Peter Scott)
20738 Date: 12 Dec 2002 18:13:17 -0000
20739 Message-ID: <20021212181317.50538.qmail@onion.perl.org>
20740 (fix bug [perl #19058])
20743 ____________________________________________________________________________
20744 [ 18307] By: rgs on 2002/12/16 22:01:14
20745 Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
20746 From: Dave Mitchell <davem@fdgroup.com>
20747 Date: Thu, 12 Dec 2002 23:42:35 +0000
20748 Message-ID: <20021212234235.A29245@fdgroup.com>
20750 Date: Sat, 14 Dec 2002 19:16:38 +0000
20751 Message-ID: <20021214191638.A3992@fdgroup.com>
20753 ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
20754 ! proto.h t/op/eval.t
20755 ____________________________________________________________________________
20756 [ 18306] By: sky on 2002/12/16 21:41:40
20757 Log: More documentation of obscure flags is good, even if the
20758 documentation might be not so good. Atleast it's not false!
20759 Documents the flags one can give to perl_clone
20762 ____________________________________________________________________________
20763 [ 18305] By: merijn on 2002/12/16 10:53:19
20764 Log: Enough changes to Configure and metaunits warrant an update.
20765 Several small changes and three additions
20768 ____________________________________________________________________________
20769 [ 18304] By: merijn on 2002/12/16 10:44:57
20770 Log: Redone #18011 from metaunits
20773 ____________________________________________________________________________
20774 [ 18302] By: rgs on 2002/12/14 22:34:25
20775 Log: Subject: Proper fix for CvOUTSIDE weak refcounting
20776 From: Dave Mitchell <davem@fdgroup.com>
20777 Date: Tue, 10 Dec 2002 01:26:44 +0000
20778 Message-ID: <20021210012644.A7843@fdgroup.com>
20780 ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
20781 ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
20782 ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
20783 ____________________________________________________________________________
20784 [ 18300] By: rgs on 2002/12/12 20:40:22
20785 Log: Subject: [patch] typo in perlop
20786 From: andreas.koenig@anima.de (Andreas J. Koenig)
20787 Date: Wed, 11 Dec 2002 21:31:14 +0100
20788 Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
20791 ____________________________________________________________________________
20792 [ 18299] By: rgs on 2002/12/12 20:35:29
20793 Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
20795 !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
20796 !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
20798 ____________________________________________________________________________
20799 [ 18298] By: rgs on 2002/12/12 20:00:36
20800 Log: Whitespace and indentation fix in the output of B::Debug.
20803 ____________________________________________________________________________
20804 [ 18292] By: gbarr on 2002/12/12 09:23:04
20805 Log: Update to Scalar-List-Utils 1.09
20807 ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
20808 ! ext/List/Util/lib/List/Util.pm
20809 ____________________________________________________________________________
20810 [ 18287] By: gsar on 2002/12/11 18:53:07
20811 Log: this has been incorrect for a while now, and has changed
20814 ! Porting/repository.pod
20815 ____________________________________________________________________________
20816 [ 18285] By: hv on 2002/12/11 10:35:01
20817 Log: Subject: [PATCH] Re: Precedence of ? :
20818 From: Stephen McCamant <smcc@mit.edu>
20819 Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
20820 Message-Id: <20021210055707.974F073CCC@syllepsis>
20822 ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
20824 ____________________________________________________________________________
20825 [ 18284] By: hv on 2002/12/11 10:21:12
20826 Log: One more email address for #18282
20828 ! lib/Pod/Perldoc.pm
20829 ____________________________________________________________________________
20830 [ 18283] By: hv on 2002/12/11 10:18:07
20831 Log: More email addresses for #18282
20833 ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
20834 ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
20835 ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
20836 ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
20837 ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
20838 ____________________________________________________________________________
20839 [ 18282] By: hv on 2002/12/11 10:16:05
20840 Log: Subject: Remove stale e-mail addresses
20841 From: Andy Dougherty <doughera@lafayette.edu>
20842 Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
20843 Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
20845 ! Porting/pumpkin.pod configure.gnu
20846 ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
20847 ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
20848 ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
20849 ____________________________________________________________________________
20850 [ 18281] By: hv on 2002/12/11 09:59:31
20851 Log: Integrate from maint-5.8 #18156, #18218.
20853 !> lib/Unicode/UCD.t lib/unicore/Category.pl
20854 !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
20855 !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
20856 !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
20857 !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
20858 !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
20859 ____________________________________________________________________________
20860 [ 18280] By: rgs on 2002/12/10 21:30:10
20861 Log: Integrate from the maint-5.8/ branch :
20862 changes 18219, 18236, 18242-3, 18247-8,
20863 18253-5, 18257, 18273-6
20866 !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
20867 !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
20868 !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
20870 ____________________________________________________________________________
20871 [ 18279] By: merijn on 2002/12/10 14:10:03
20872 Log: Subject: Re: ANSIColor 1.06 released
20873 Version bump only after typo fix to sync with CPAN
20875 ! lib/Term/ANSIColor.pm
20876 ____________________________________________________________________________
20877 [ 18277] By: merijn on 2002/12/10 08:46:05
20878 Log: Subject: [PATCH perl@18251] VMS build update
20879 Message-ID: <3DF56BE2.9000300@mac.com>
20880 Date: Mon, 09 Dec 2002 22:21:54 -0600
20881 From: "Craig A. Berry" <craigberry@mac.com>
20883 ! configure.com ext/Time/HiRes/Makefile.PL
20884 ! vms/descrip_mms.template
20885 ____________________________________________________________________________
20886 [ 18272] By: merijn on 2002/12/09 15:31:28
20889 Subject: [PATCH] Typo in Term::ANSIColor
20890 Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
20891 From: "Mr. Nobody" <mrnobo1024 at yahoo.com>
20893 ! lib/Term/ANSIColor.pm
20894 ____________________________________________________________________________
20895 [ 18270] By: hv on 2002/12/09 00:25:26
20896 Log: Subject: [perl #18256] xsubpp can make nested comments in C code
20897 From: Nicholas Clark (via RT) <perlbug@perl.org>
20898 Date: 7 Nov 2002 14:58:14 -0000
20899 Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
20901 ! lib/ExtUtils/xsubpp
20902 ____________________________________________________________________________
20903 [ 18269] By: hv on 2002/12/09 00:19:33
20904 Log: Subject: Re: Bug in Filter::Simple
20905 From: Slaven Rezic <slaven.rezic@berlin.de>
20906 Date: 07 Nov 2002 10:01:41 +0100
20907 Message-ID: <87of91u51m.fsf@vran.herceg.de>
20909 ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
20910 ____________________________________________________________________________
20911 [ 18268] By: hv on 2002/12/09 00:14:58
20912 Log: fix #18266 sprintf format mismatch
20915 ____________________________________________________________________________
20916 [ 18267] By: hv on 2002/12/09 00:10:09
20917 Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are sometimes wrong
20918 From: Slaven Rezic <slaven.rezic@berlin.de>
20919 Date: 09 Nov 2002 23:21:16 +0100
20920 Message-ID: <874raqz8o3.fsf@vran.herceg.de>
20922 ! config_h.SH ext/POSIX/t/posix.t util.c
20923 ____________________________________________________________________________
20924 [ 18266] By: hv on 2002/12/09 00:02:57
20925 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
20926 From: Abhijit Menon-Sen <ams@wiw.org>
20927 Date: Wed, 6 Nov 2002 19:38:11 +0530
20928 Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
20930 ! regcomp.c t/op/lc.t
20931 ____________________________________________________________________________
20932 [ 18265] By: rgs on 2002/12/08 22:10:45
20933 Log: Subject: Re: [perl #18927] barewords with no errors
20934 From: Abe Timmerman <abe@ztreet.demon.nl>
20935 Date: Sun, 8 Dec 2002 17:12:56 +0100
20936 Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
20938 ! t/lib/strict/subs
20939 ____________________________________________________________________________
20940 [ 18264] By: rgs on 2002/12/08 22:04:39
20941 Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
20942 From: Slaven Rezic <slaven.rezic@berlin.de>
20943 Date: 30 Nov 2002 00:07:05 +0100
20944 Message-ID: <8765ugnffq.fsf@vran.herceg.de>
20946 ! pp_ctl.c t/cmd/for.t
20947 ____________________________________________________________________________
20948 [ 18263] By: rgs on 2002/12/08 21:56:13
20949 Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
20950 From: Slaven Rezic <slaven.rezic@berlin.de>
20951 Date: 08 Dec 2002 01:31:45 +0100
20952 Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
20954 ! lib/Exporter/Heavy.pm
20955 ____________________________________________________________________________
20956 [ 18262] By: rgs on 2002/12/08 20:31:42
20957 Log: getservbyport() should accept an empty string as its
20958 proto argument (as does getservbyname()).
20960 Subject: Re: Is this a bug or am I being stupid?
20961 From: Slaven Rezic <slaven.rezic@berlin.de>
20962 Date: 08 Dec 2002 01:54:37 +0100
20963 Message-ID: <87znrhl48i.fsf@vran.herceg.de>
20966 ____________________________________________________________________________
20967 [ 18261] By: rgs on 2002/12/08 20:17:37
20968 Log: Change the set of characters that are considered to be
20969 safe in $ENV{TERM} for taint checkings.
20972 ____________________________________________________________________________
20973 [ 18260] By: rgs on 2002/12/08 20:14:57
20974 Log: Document that $ENV{TERM} may produce taint failures.
20975 Subject: Re: [perl #18717] spurious failures in regression test
20976 From: Slaven Rezic <slaven.rezic@berlin.de>
20977 Date: 29 Nov 2002 22:11:46 +0100
20978 Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
20981 ____________________________________________________________________________
20982 [ 18259] By: rgs on 2002/12/08 19:34:34
20983 Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
20984 From: Nicholas Clark <nick@unfortu.net>
20985 Date: Mon, 2 Dec 2002 21:48:29 +0000
20986 Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
20988 ! hv.c lib/Hash/Util.t
20989 ____________________________________________________________________________
20990 [ 18251] By: rgs on 2002/12/06 21:27:55
20991 Log: Fix two cases of buffer overflow in the lexer.
20993 ! t/comp/parser.t toke.c
20994 ____________________________________________________________________________
20995 [ 18250] By: rgs on 2002/12/06 20:44:26
20996 Log: Fix bug #18874, essentially by reverting change #11890.
20997 Add a regression test for it.
20999 ! lib/English.pm lib/English.t
21000 ____________________________________________________________________________
21001 [ 18249] By: rgs on 2002/12/06 20:42:01
21002 Log: Suppress a compilation warning reported by Jarkko
21003 (variable initialization skipped by goto).
21006 ____________________________________________________________________________
21007 [ 18239] By: jhi on 2002/12/03 12:49:01
21008 Log: Fix up #18229.
21010 ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
21011 ! pod/perlintern.pod
21012 ____________________________________________________________________________
21013 [ 18233] By: rgs on 2002/12/02 20:03:09
21014 Log: Fix bug #18573 : in a double-quoted string, a \c not followed
21015 by any character may corrupt memory due to reading past the
21016 end of the input buffer. Add a new error message corresponding
21019 ! pod/perldiag.pod t/comp/parser.t toke.c
21020 ____________________________________________________________________________
21021 [ 18232] By: rgs on 2002/12/02 19:59:07
21022 Log: Skip test #17 of lib/open.t when useperlio is not defined.
21025 ____________________________________________________________________________
21026 [ 18231] By: merijn on 2002/12/02 16:00:12
21027 Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
21028 Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
21029 From: Andy Dougherty <doughera@lafayette.edu>
21030 Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
21033 ____________________________________________________________________________
21034 [ 18230] By: merijn on 2002/12/02 15:45:31
21035 Log: $0 modifying part II (HP-UX only)
21037 Date: Sat, 30 Nov 2002 20:16:51 +0200
21038 From: Jarkko Hietaniemi <jhi@iki.fi>
21039 Subject: [PATCH] $0 modifying
21040 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
21043 ____________________________________________________________________________
21044 [ 18229] By: merijn on 2002/12/02 15:43:16
21045 Log: $0 mofifying part I
21047 Date: Sat, 30 Nov 2002 20:16:51 +0200
21048 From: Jarkko Hietaniemi <jhi@iki.fi>
21049 Subject: [PATCH] $0 modifying
21050 Message-ID: <20021130181651.GA5876@kosh.hut.fi>
21052 ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
21053 ! sv.c t/op/magic.t thread.h
21054 ____________________________________________________________________________
21055 [ 18228] By: hv on 2002/12/02 13:37:59
21056 Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
21057 with a module-driven version, and separates out its docs.
21059 + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
21060 + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
21061 + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
21062 + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
21063 + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
21064 + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
21065 + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
21067 ! MANIFEST utils/perldoc.PL
21068 ____________________________________________________________________________
21069 [ 18226] By: hv on 2002/12/02 12:44:35
21070 Log: missed the new file from #18224
21072 + lib/Pod/PlainText.pm
21074 ____________________________________________________________________________
21075 [ 18225] By: hv on 2002/12/02 03:09:42
21076 Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
21079 ____________________________________________________________________________
21080 [ 18224] By: hv on 2002/12/02 02:59:02
21081 Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
21082 and lib/Pod/t/utils.t to cater for simpler output text.
21084 ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
21085 ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
21086 ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
21087 ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
21088 ! t/pod/multiline_items.t t/pod/multiline_items.xr
21089 ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
21090 ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
21091 ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
21092 ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
21093 ____________________________________________________________________________
21094 [ 18223] By: hv on 2002/12/02 02:46:17
21095 Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
21096 From: Dave Mitchell <davem@fdgroup.com>
21097 Date: Mon, 25 Nov 2002 21:25:33 +0000
21098 Message-ID: <20021125212533.B29157@fdgroup.com>
21100 ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
21101 ____________________________________________________________________________
21102 [ 18222] By: hv on 2002/12/02 02:23:28
21103 Log: #18221 broke t/op/eval.t
21106 ____________________________________________________________________________
21107 [ 18221] By: hv on 2002/12/02 02:18:19
21108 Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
21110 +> ext/POSIX/t/is.t
21111 !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
21112 !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
21113 !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
21114 !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
21115 ____________________________________________________________________________
21116 [ 18220] By: hv on 2002/12/02 00:58:54
21117 Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
21118 From: Dave Mitchell <davem@fdgroup.com>
21119 Date: Sun, 24 Nov 2002 22:19:06 +0000
21120 Message-ID: <20021124221906.A25386@fdgroup.com>
21122 ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
21123 ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
21124 ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
21125 ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
21126 ____________________________________________________________________________
21127 [ 18217] By: rgs on 2002/11/29 12:11:28
21128 Log: Document the hint constants and where they're used.
21130 ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
21131 ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
21133 ____________________________________________________________________________
21134 [ 18216] By: merijn on 2002/11/29 10:00:54
21135 Log: 64bit Peek failure on HP-UX 11.00
21137 Subject: Re: Smoke 18188
21138 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21139 From: Slaven Rezic <slaven.rezic@berlin.de>
21140 Date: 28 Nov 2002 19:25:25 +0100
21141 Message-ID: <877kexsga2.fsf@vran.herceg.de>
21143 ! ext/Devel/Peek/Peek.t
21144 ____________________________________________________________________________
21145 [ 18203] By: jhi on 2002/11/28 14:54:34
21146 Log: Slight beauty tweak.
21149 ____________________________________________________________________________
21150 [ 18188] By: hv on 2002/11/27 01:32:52
21151 Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
21152 From: Slaven Rezic <slaven.rezic@berlin.de>
21153 Date: 03 Nov 2002 10:59:43 +0100
21154 Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
21156 ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
21157 ____________________________________________________________________________
21158 [ 18186] By: hv on 2002/11/27 00:57:18
21159 Log: Subject: DESTROY called in scalar context ?
21160 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21161 Date: Tue, 29 Oct 2002 22:04:23 +0100
21162 Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
21165 ____________________________________________________________________________
21166 [ 18185] By: rgs on 2002/11/26 21:06:48
21169 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
21170 ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21171 ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
21173 ____________________________________________________________________________
21174 [ 18184] By: rgs on 2002/11/26 20:42:25
21175 Log: Subject: [PATCH] 2 Pod errors in perlop.pod
21176 From: andreas.koenig@anima.de (Andreas J. Koenig)
21177 Date: Mon, 25 Nov 2002 10:21:08 +0100
21178 Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
21180 Plus a few similar POD fixes
21182 ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
21184 ____________________________________________________________________________
21185 [ 18183] By: rgs on 2002/11/26 19:53:26
21186 Log: Subject: Re: [perl #18626] bug in perlipc man page
21187 From: Slaven Rezic <slaven.rezic@berlin.de>
21188 Date: 23 Nov 2002 21:23:20 +0100
21189 Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
21192 ____________________________________________________________________________
21193 [ 18182] By: merijn on 2002/11/26 08:44:39
21194 Log: Subject: #17171: ld flag for shrplib on OpenBSD
21195 Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
21196 From: "Todd C. Miller" <Todd.Miller at courtesan.com>
21199 ____________________________________________________________________________
21200 [ 18180] By: hv on 2002/11/25 03:10:03
21201 Log: integrate #18144 updates to pod/perlport.pod
21204 ____________________________________________________________________________
21205 [ 18179] By: hv on 2002/11/25 03:06:44
21206 Log: Subject: [PATCH] UTF8 regexp {n} bug
21207 From: Inaba Hiroto <inaba@st.rim.or.jp>
21208 Date: Sat, 16 Nov 2002 19:23:00 +0900
21209 Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
21211 ! regcomp.c t/op/pat.t
21212 ____________________________________________________________________________
21213 [ 18178] By: hv on 2002/11/25 02:43:40
21214 Log: Subject: Re: Storable bug #1698
21215 From: Slaven Rezic <slaven.rezic@berlin.de>
21216 Date: 18 Nov 2002 10:41:36 +0100
21217 Message-ID: <87ptt343lb.fsf@vran.herceg.de>
21219 ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
21220 ! ext/Storable/t/forgive.t
21221 ____________________________________________________________________________
21222 [ 18177] By: hv on 2002/11/25 02:37:07
21223 Log: add support for STASH and MAGIC information for REFs to sv_dump().
21225 From: Slaven Rezic <slaven.rezic@berlin.de>
21226 Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
21227 Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
21229 ! dump.c ext/Devel/Peek/Peek.t
21230 ____________________________________________________________________________
21231 [ 18176] By: hv on 2002/11/25 02:31:10
21232 Log: Subject: Re: [perl #18479] Error when no strict refs in effect
21233 From: Slaven Rezic <slaven.rezic@berlin.de>
21234 Date: 18 Nov 2002 22:50:04 +0100
21235 Message-ID: <87smxya6pf.fsf@vran.herceg.de>
21238 ____________________________________________________________________________
21239 [ 18175] By: hv on 2002/11/25 02:20:48
21240 Log: Subject: [Encode] 1.83 + bleedperl patch released
21241 From: Dan Kogai <dankogai@dan.co.jp>
21242 Date: Tue, 19 Nov 2002 03:18:44 +0900
21243 Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
21245 ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
21246 ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
21247 ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
21248 ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
21249 ____________________________________________________________________________
21250 [ 18172] By: rgs on 2002/11/22 21:44:09
21251 Log: Subject: [PATCH] Historic version labels
21252 From: andreas.koenig@anima.de (Andreas J. Koenig)
21253 Date: Fri, 22 Nov 2002 14:39:41 +0100
21254 Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
21256 ! Changes5.005 Changes5.6
21257 ____________________________________________________________________________
21258 [ 18171] By: rgs on 2002/11/22 21:15:54
21259 Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
21260 Fix the existing tests that didn't checked the difference
21261 between 0 and undef.
21264 ____________________________________________________________________________
21265 [ 18170] By: rgs on 2002/11/22 20:49:12
21266 Log: Move some tests from t/run/fresh_perl.t
21267 to the new t/comp/parser.t. The goal being to
21268 get rid of fresh_perl.t at some point.
21270 ! t/comp/parser.t t/run/fresh_perl.t
21271 ____________________________________________________________________________
21272 [ 18169] By: rgs on 2002/11/21 20:49:36
21273 Log: Add a test for bug #17920, and a new test file for it.
21277 ____________________________________________________________________________
21278 [ 18168] By: merijn on 2002/11/21 13:59:12
21279 Log: Subject: [PATCH] hires sleeping wants libs
21280 Date: Wed, 20 Nov 2002 17:18:31 +0200
21281 From: Jarkko Hietaniemi <jhi@iki.fi>
21282 Message-ID: <20021120151830.GC127060@lyta.hut.fi>
21284 ! Configure hints/irix_6.sh
21285 ____________________________________________________________________________
21286 [ 18166] By: rgs on 2002/11/19 23:02:31
21287 Log: Fix perl bug #17920 : a case of parser coredump.
21288 The fix is to disable Perl_block_start and Perl_block_end
21289 when the yacc parser has encountered errors. This prevents
21290 corruption of the internal stack, at the expense of correctness,
21291 but this doesn't matter as the code is unparseable anyway.
21294 ____________________________________________________________________________
21295 [ 18165] By: rgs on 2002/11/19 22:45:36
21296 Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
21297 From: Jarkko Hietaniemi <jhi@iki.fi>
21298 Date: Sun, 3 Nov 2002 17:50:08 +0200
21299 Message-ID: <20021103155008.GA382682@lyta.hut.fi>
21301 ! lib/open.pm locale.c pod/perl58delta.pod
21302 ____________________________________________________________________________
21303 [ 18164] By: rgs on 2002/11/19 22:32:52
21304 Log: t/io/crlf.t failed with miniperl.
21307 ____________________________________________________________________________
21308 [ 18163] By: rgs on 2002/11/19 22:11:24
21309 Log: Subject: Re: [PATCH] AutoLoader gives wrong message
21310 From: Peter Scott <Peter@PSDT.com>
21311 Date: Thu, 07 Nov 2002 19:04:27 -0800
21312 Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
21314 With a tweak to the END cleanup block to fully remove the
21315 temporary test directory
21318 ____________________________________________________________________________
21319 [ 18162] By: rgs on 2002/11/19 21:29:25
21320 Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
21321 From: Dave Mitchell <davem@fdgroup.com>
21322 Date: Thu, 14 Nov 2002 22:55:39 +0000
21323 Message-ID: <20021114225539.A18614@fdgroup.com>
21325 ! ext/threads/threads.xs
21326 ____________________________________________________________________________
21327 [ 18161] By: rgs on 2002/11/19 21:26:21
21328 Log: Subject: [PATCH Win32] Document wperl.exe
21329 From: "Brent Dax" <brentdax@cpan.org>
21330 Date: Fri, 15 Nov 2002 23:02:01 -0800
21331 Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
21334 ____________________________________________________________________________
21335 [ 18160] By: hv on 2002/11/19 12:07:25
21336 Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
21337 From: Nicholas Clark <nick@unfortu.net>
21338 Date: Tue, 29 Oct 2002 23:00:05 +0000
21339 Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
21341 + regen.pl regen_headers.pl
21342 ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
21343 ! keywords.pl opcode.pl regcomp.pl
21344 ____________________________________________________________________________
21345 [ 18159] By: hv on 2002/11/19 11:48:30
21346 Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
21347 From: Gurusamy Sarathy <gsar@ActiveState.com>
21348 Date: Wed, 30 Oct 2002 20:58:15 -0800
21349 Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
21350 Date: Wed, 30 Oct 2002 21:56:22 -0800
21351 Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
21352 Date: Wed, 30 Oct 2002 22:55:30 -0800
21353 Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
21355 ! gv.c pp_hot.c t/op/method.t
21356 ____________________________________________________________________________
21357 [ 18158] By: hv on 2002/11/19 11:35:16
21358 Log: Remove duplicate my() declaration giving warnings from change #18105.
21360 ! lib/Class/Struct.t
21361 ____________________________________________________________________________
21362 [ 18154] By: rgs on 2002/11/16 22:08:44
21363 Log: Correction to change #18152, by Dave Mitchell.
21366 ____________________________________________________________________________
21367 [ 18152] By: rgs on 2002/11/16 21:23:15
21368 Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
21369 From: Dave Mitchell <davem@fdgroup.com>
21370 Date: Sat, 16 Nov 2002 22:18:23 +0000
21371 Message-ID: <20021116221823.A23614@fdgroup.com>
21372 Documentation for change #18150.
21375 ____________________________________________________________________________
21376 [ 18151] By: rgs on 2002/11/16 20:45:26
21377 Log: Document PRIVSHIFT.
21378 Subject: [PATCH] two small doc patches
21379 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21380 Date: Thu, 14 Nov 2002 15:07:35 -0800
21381 Message-ID: <3yC19gzkguTO092yn@efn.org>
21384 ____________________________________________________________________________
21385 [ 18150] By: rgs on 2002/11/16 20:25:57
21386 Log: Subject: [PATCH] optional code for debugging leaking scalars
21387 From: Dave Mitchell <davem@fdgroup.com>
21388 Date: Thu, 14 Nov 2002 23:03:00 +0000
21389 Message-ID: <20021114230300.B18614@fdgroup.com>
21392 ____________________________________________________________________________
21393 [ 18149] By: rgs on 2002/11/16 20:10:50
21394 Log: New B::Lint option, bare-subs, that checks for implicitely
21395 quoted barewords that are also subroutines, from
21396 Ian Phillipps <ip@tarragon-et.co.uk>.
21397 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
21398 With a few tweaks to the implementation and tests.
21399 (previous change was empty)
21401 ! ext/B/B/Lint.pm ext/B/t/lint.t
21402 ____________________________________________________________________________
21403 [ 18148] By: rgs on 2002/11/16 20:05:34
21404 Log: New B::Lint option, bare-subs, that checks for implicitely
21405 quoted barewords that are also subroutines, from
21406 Ian Phillipps <ip@tarragon-et.co.uk>.
21407 Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
21408 With a few tweaks to the implementation and tests.
21410 ! ext/B/B/Lint.pm ext/B/t/lint.t
21411 ____________________________________________________________________________
21412 [ 18147] By: rgs on 2002/11/16 19:52:54
21413 Log: Subject: [PATCH] Typo in perl58delta
21414 From: andreas.koenig@anima.de (Andreas J. Koenig)
21415 Date: Sat, 16 Nov 2002 16:29:14 +0100
21416 Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
21418 ! pod/perl58delta.pod
21419 ____________________________________________________________________________
21420 [ 18142] By: rgs on 2002/11/12 22:09:39
21421 Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
21422 From: Dave Mitchell <davem@fdgroup.com>
21423 Date: Thu, 7 Nov 2002 16:38:02 +0000
21424 Message-ID: <20021107163802.C25337@fdgroup.com>
21427 ____________________________________________________________________________
21428 [ 18141] By: merijn on 2002/11/12 16:15:30
21429 Log: repair 18139 (missing awk command)
21432 ____________________________________________________________________________
21433 [ 18139] By: merijn on 2002/11/12 14:20:36
21434 Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
21435 From: Jarkko Hietaniemi <jhi@iki.fi>
21436 Subject: [PATCH] Tru64 osvers
21437 Message-ID: <20021112144922.GI511825@lyta.hut.fi>
21440 ____________________________________________________________________________
21441 [ 18137] By: rgs on 2002/11/10 21:57:04
21442 Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
21443 From: Slaven Rezic <slaven.rezic@berlin.de>
21444 Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
21445 Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
21447 ! lib/Term/ReadLine.pm
21448 ____________________________________________________________________________
21449 [ 18136] By: rgs on 2002/11/10 21:38:44
21450 Log: Subject: t/run/runenv.t bug
21451 From: Salvador "Fandiño" <sfandino@yahoo.com>
21452 Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
21453 Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
21456 ____________________________________________________________________________
21457 [ 18135] By: rgs on 2002/11/10 21:30:36
21458 Log: Subject: [PATCH] perlopentut and PerlIO documentation
21459 From: Slaven Rezic <slaven.rezic@berlin.de>
21460 Date: 08 Nov 2002 22:22:19 +0100
21461 Message-ID: <8765v7kb90.fsf@vran.herceg.de>
21463 ! lib/PerlIO.pm pod/perlopentut.pod
21464 ____________________________________________________________________________
21465 [ 18125] By: hv on 2002/11/07 14:01:57
21466 Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
21467 From: Dan Kogai <dankogai@dan.co.jp>
21468 Date: Fri, 25 Oct 2002 13:04:00 +0900
21469 Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
21471 + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
21474 ____________________________________________________________________________
21475 [ 18124] By: hv on 2002/11/07 13:51:39
21476 Log: Subject: [PATCH] File::Temp documentation fix
21477 From: Slaven Rezic <slaven.rezic@berlin.de>
21478 Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
21479 Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
21482 ____________________________________________________________________________
21483 [ 18123] By: hv on 2002/11/07 13:46:59
21484 Log: Subject: PATCH x2p/find2perl.PL
21485 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
21486 Date: Thu, 24 Oct 2002 10:05:19 +0200
21487 Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
21490 ____________________________________________________________________________
21491 [ 18122] By: hv on 2002/11/07 13:40:25
21492 Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
21493 From: "david@dhaller.de (via RT)" <perlbug@perl.org>
21494 Date: 23 Oct 2002 18:42:51 -0000
21495 Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
21497 ! ext/Fcntl/t/syslfs.t t/op/lfs.t
21498 ____________________________________________________________________________
21499 [ 18121] By: hv on 2002/11/07 13:21:15
21500 Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
21501 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21502 Date: Sun, 03 Nov 2002 15:48:18 -0800
21503 Message-ID: <CXbx9gzkgS8W092yn@efn.org>
21506 ____________________________________________________________________________
21507 [ 18120] By: hv on 2002/11/07 13:14:21
21508 Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
21509 From: Gurusamy Sarathy <gsar@ActiveState.com>
21510 Date: Sat, 19 Oct 2002 12:11:43 -0700
21511 Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
21513 ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
21514 ____________________________________________________________________________
21515 [ 18119] By: hv on 2002/11/07 12:13:28
21516 Log: Subject: [perl #18154] Problem found in calculating offsets in regex
21517 From: Mark Pease (via RT) <perlbug@perl.org>
21518 Date: 29 Oct 2002 20:23:54 -0000
21519 Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
21522 ____________________________________________________________________________
21523 [ 18118] By: hv on 2002/11/07 11:33:38
21524 Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
21526 Date: Sun, 03 Nov 2002 16:41:24 +0000
21527 Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
21529 ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
21531 ____________________________________________________________________________
21532 [ 18117] By: rgs on 2002/11/06 22:15:36
21533 Log: "make distclean" should remove the generated file lib/Config.pod.
21536 ____________________________________________________________________________
21537 [ 18116] By: rgs on 2002/11/06 22:11:06
21538 Log: The new test introduced in #18114 failed with threads
21540 ! ext/B/t/concise.t
21541 ____________________________________________________________________________
21542 [ 18115] By: rgs on 2002/11/06 20:43:14
21543 Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
21544 From: Slaven Rezic <slaven.rezic@berlin.de>
21545 Date: 24 Oct 2002 00:44:35 +0200
21546 Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
21548 ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
21549 ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
21550 ____________________________________________________________________________
21551 [ 18114] By: rgs on 2002/11/06 20:08:53
21552 Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
21553 From: Stephen McCamant <smcc@mit.edu>
21554 Date: Thu, 31 Oct 2002 01:35:29 -0500
21555 Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
21557 plus a test case in ext/B/t/concise.t
21558 plus a (less intrusive, but less future-proof) fix for a
21559 similar problem in B::walkoptree_exec().
21561 ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
21562 ____________________________________________________________________________
21563 [ 18113] By: rgs on 2002/11/05 20:11:55
21564 Log: make regen_headers.
21565 Backport change #18078 to warnings.pl.
21567 ! global.sym perlapi.c perlapi.h proto.h warnings.pl
21568 ____________________________________________________________________________
21569 [ 18109] By: ams on 2002/11/05 13:03:34
21570 Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
21572 Date: Tue, 05 Nov 2002 13:30:00 +0000
21573 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
21575 This is half of the fix for #18107. The swash_init() problems
21576 described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
21577 but can now be seen only with UTF-8 test cases.
21580 ____________________________________________________________________________
21581 [ 18108] By: merijn on 2002/11/05 07:52:08
21582 Log: Put back the DO NOT EDIT headers in proto.h and global.sym
21584 Subject: Re: [perl #18066] Bug in -I when path has double colons?
21585 From: Slaven Rezic <slaven.rezic@berlin.de>
21586 Date: 03 Nov 2002 10:25:10 +0100
21587 Message-ID: <87adkrngy1.fsf@vran.herceg.de>
21590 ____________________________________________________________________________
21591 [ 18107] By: ams on 2002/11/05 03:43:46
21592 Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
21593 character is UTF-8. (Copied from pp_lcfirst.)
21594 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
21597 ____________________________________________________________________________
21598 [ 18106] By: hv on 2002/11/05 01:43:27
21599 Log: new test based on:
21600 Subject: [TEST] for [PATCH] bug in utf8.c(?)
21601 From: Marty Pauley <marty+p5p@kasei.com>
21602 Date: Fri, 18 Oct 2002 21:02:38 +0100
21603 Message-ID: <20021018200238.GY3764@soto.kasei.com>
21606 ____________________________________________________________________________
21607 [ 18105] By: hv on 2002/11/05 00:59:30
21608 Log: Subject: Re: Class::Struct, simple patch, tests
21609 From: Marty Pauley <marty+p5p@kasei.com>
21610 Date: Fri, 18 Oct 2002 22:26:38 +0100
21611 Message-ID: <20021018212638.GB3764@soto.kasei.com>
21613 ! lib/Class/Struct.pm lib/Class/Struct.t
21614 ____________________________________________________________________________
21615 [ 18102] By: rgs on 2002/11/04 21:43:53
21616 Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
21617 From: Slaven Rezic <slaven.rezic@berlin.de>
21618 Date: 30 Oct 2002 11:18:47 +0100
21619 Message-ID: <87of9c2prs.fsf@vran.herceg.de>
21621 With the corresponding change to embed.fnc
21624 ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
21625 ! proto.h t/run/runenv.t
21626 ____________________________________________________________________________
21627 [ 18094] By: merijn on 2002/11/04 16:08:22
21628 Log: Changed the warning detection pattern because of:
21630 Subject: ccache gcc3.2 doesn't work
21631 From: Nicholas Clark <nick@ccl4.org>
21632 Date: Tue, 29 Oct 2002 15:01:39
21633 Message-ID: <20021029150139.J82080@plum.flirble.org>
21636 ____________________________________________________________________________
21637 [ 18093] By: jhi on 2002/11/04 16:06:39
21638 Log: s/Perlf/Perl/ (thanks rgs)
21641 ____________________________________________________________________________
21642 [ 18091] By: jhi on 2002/11/04 15:50:07
21643 Log: How pre-5.9.0 Perl can be fooled by a defined-or.
21646 ____________________________________________________________________________
21647 [ 18090] By: hv on 2002/11/04 15:49:29
21648 Log: extend #13786 to cover the other four identical chunks of code
21649 to avoid looping under overload.
21652 ____________________________________________________________________________
21653 [ 18088] By: merijn on 2002/11/04 15:37:06
21654 Log: Charnames take 4
21655 Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
21657 ! lib/charnames.pm lib/charnames.t
21658 ____________________________________________________________________________
21659 [ 18086] By: hv on 2002/11/04 15:16:34
21660 Log: integrate from perlio: changes #17709, #17795, #17796, #18032
21662 !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
21663 !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
21664 ____________________________________________________________________________
21665 [ 18085] By: hv on 2002/11/04 12:17:12
21666 Log: Subject: Re: [perl #17064] illegal legal unicode character
21668 Date: Mon, 04 Nov 2002 13:23:49 +0000
21669 Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
21671 ! regexec.c t/op/split.t
21672 ____________________________________________________________________________
21673 [ 18084] By: merijn on 2002/11/04 11:04:45
21674 Log: Tru64, gcc -O3, datasize
21675 Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
21677 ! README.tru64 hints/dec_osf.sh
21678 ____________________________________________________________________________
21679 [ 18083] By: merijn on 2002/11/04 10:58:52
21681 Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21684 ____________________________________________________________________________
21685 [ 18078] By: hv on 2002/11/03 13:20:50
21686 Log: avoid reliance on croak() prototype
21689 ____________________________________________________________________________
21690 [ 18077] By: hv on 2002/11/03 13:18:17
21691 Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
21693 From: Michael G Schwern <schwern@pobox.com>
21694 Date: Wed, 4 Sep 2002 12:06:08 -0700
21695 Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
21697 ! configpm lib/Config.t
21698 ____________________________________________________________________________
21699 [ 18076] By: gbarr on 2002/11/03 10:11:18
21700 Log: Update to Scalar-List-Utils 1.08
21702 + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
21703 ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
21704 ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
21705 ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
21706 ! ext/List/Util/t/reduce.t
21707 ____________________________________________________________________________
21708 [ 18075] By: rgs on 2002/10/31 20:58:12
21709 Log: Adjust the number of tests in t/op/range.t
21712 ____________________________________________________________________________
21713 [ 18074] By: ams on 2002/10/30 22:30:32
21714 Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
21715 but "-4\n".."-0\n" is!
21716 From: Slaven Rezic <slaven.rezic@berlin.de>
21717 Date: 30 Oct 2002 16:22:36 +0100
21718 Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
21720 Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
21721 is not DWIM but "-4\n".."-0\n" is!
21722 From: "Orton, Yves" <yves.orton@mciworldcom.de>
21723 Date: Wed, 30 Oct 2002 11:59:31 -0000
21724 Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
21726 (Applied over previous fix.)
21728 ! pp_ctl.c t/op/range.t
21729 ____________________________________________________________________________
21730 [ 18073] By: ams on 2002/10/30 19:47:12
21731 Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
21732 From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
21733 Date: 30 Oct 2002 17:27:53 -0000
21734 Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
21736 (Fixed by making an exception for .."0" in pp_flop.)
21738 ! pp_ctl.c t/op/range.t
21739 ____________________________________________________________________________
21740 [ 18072] By: rgs on 2002/10/29 20:37:31
21741 Log: Partial fix of bug [perl #17589] : prevent the parser to
21742 segfault when encountering the erroneous construct "sub;".
21744 ! pod/perldiag.pod t/op/anonsub.t toke.c
21745 ____________________________________________________________________________
21746 [ 18071] By: rgs on 2002/10/28 21:57:25
21747 Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
21748 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21749 Date: Mon, 28 Oct 2002 12:53:52 -0000
21750 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
21752 ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
21753 ____________________________________________________________________________
21754 [ 18070] By: rgs on 2002/10/28 20:46:33
21755 Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
21756 From: Nicholas Clark <nick@unfortu.net>
21757 Date: Sun, 27 Oct 2002 18:39:03 +0000
21758 Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
21761 ____________________________________________________________________________
21762 [ 18069] By: rgs on 2002/10/28 20:44:12
21763 Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
21764 From: Nicholas Clark <nick@unfortu.net>
21765 Date: Sun, 27 Oct 2002 22:31:08 +0000
21766 Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
21769 ____________________________________________________________________________
21770 [ 18068] By: merijn on 2002/10/27 17:57:15
21771 Log: Repair broken previous patch. I don't like it, but not repairing it
21772 breaks each and every build. Will teach me to test on the same
21773 machine where I patched it. Sorry.
21776 ____________________________________________________________________________
21777 [ 18067] By: merijn on 2002/10/27 06:02:21
21778 Log: embed.pl doc. (embed.pl reorganization for doc headers)
21779 Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
21780 With some additional modifications
21783 ____________________________________________________________________________
21784 [ 18064] By: merijn on 2002/10/25 11:47:07
21785 Log: The 5005thread todo list; 2 down 25 to go
21787 ! README.irix README.tru64
21788 ____________________________________________________________________________
21789 [ 18063] By: hv on 2002/10/25 00:28:48
21790 Log: change #18038 gives too many problems on t/450_service.t; disable
21793 ! lib/Net/Ping/t/450_service.t
21794 ____________________________________________________________________________
21795 [ 18062] By: hv on 2002/10/25 00:21:17
21796 Log: Subject: [PATCH] DB_File 1.806
21797 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21798 Date: Tue, 22 Oct 2002 11:16:21 +0100
21799 Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
21801 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21802 ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
21803 ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
21804 ____________________________________________________________________________
21805 [ 18061] By: hv on 2002/10/25 00:13:07
21806 Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
21807 From: chromatic <chromatic@wgz.org>
21808 Date: Mon, 21 Oct 2002 20:27:43 -0700
21809 Message-ID: <20021022033253.57952.qmail@onion.perl.org>
21811 + ext/IO/lib/IO/t/IO.t
21812 ! MANIFEST lib/Net/Ping/t/450_service.t
21813 ____________________________________________________________________________
21814 [ 18060] By: hv on 2002/10/24 23:54:50
21815 Log: 2 lines of change #18039 had several problems
21818 ____________________________________________________________________________
21819 [ 18059] By: hv on 2002/10/24 23:46:29
21820 Log: Subject: [perl #18036] perldoc refuses to run on BeOS
21821 From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
21822 Date: 21 Oct 2002 10:18:50 -0000
21823 Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
21826 ____________________________________________________________________________
21827 [ 18058] By: hv on 2002/10/24 23:36:48
21828 Log: Subject: The Inaba patch for tr/// vs. use encoding
21829 From: Dan Kogai <dankogai@dan.co.jp>
21830 Date: Mon, 21 Oct 2002 17:36:02 +0900
21831 Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
21833 ! mg.c regcomp.c sv.c toke.c
21834 ____________________________________________________________________________
21835 [ 18057] By: hv on 2002/10/24 23:16:15
21836 Log: Subject: [Encode] 1.80 released
21837 From: Dan Kogai <dankogai@dan.co.jp>
21838 Date: Tue, 22 Oct 2002 05:47:16 +0900
21839 Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
21841 + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
21842 ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
21843 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21844 ! ext/Encode/lib/Encode/MIME/Header.pm
21845 ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
21846 ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
21847 ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
21848 ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
21849 ____________________________________________________________________________
21850 [ 18056] By: hv on 2002/10/24 22:48:06
21851 Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
21852 From: Autrijus Tang <autrijus@autrijus.org>
21853 Date: Sat, 19 Oct 2002 17:51:57 +0800
21854 Message-ID: <20021019095157.GA430@not.autrijus.org>
21857 ____________________________________________________________________________
21858 [ 18055] By: hv on 2002/10/24 22:34:10
21859 Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
21861 ! pp_sys.c t/run/fresh_perl.t
21862 ____________________________________________________________________________
21863 [ 18054] By: hv on 2002/10/24 22:17:40
21864 Log: change #18030 needs the removal of ext/Thread/thr5005.t
21866 - ext/Thread/thr5005.t
21867 ____________________________________________________________________________
21868 [ 18053] By: merijn on 2002/10/24 08:20:09
21869 Log: charnames pragma extended with :alias for customized
21870 unicode naming aliases
21871 Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
21873 ! lib/charnames.pm lib/charnames.t
21874 ____________________________________________________________________________
21875 [ 18052] By: rgs on 2002/10/23 19:16:50
21876 Log: Further tweaks to perlmodlib.pod.
21877 Add a note about perllocal.pod, which wasn't documented.
21879 ! pod/perlmodlib.PL pod/perlmodlib.pod
21880 ____________________________________________________________________________
21881 [ 18051] By: rgs on 2002/10/23 18:56:08
21882 Log: Further tweaks to perluniintro.pod
21884 ! pod/perluniintro.pod
21885 ____________________________________________________________________________
21886 [ 18050] By: rgs on 2002/10/22 19:11:12
21887 Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
21888 Regenerate perlmodlib.pod
21890 ! pod/perlmodlib.PL pod/perlmodlib.pod
21891 ____________________________________________________________________________
21892 [ 18049] By: rgs on 2002/10/22 18:48:00
21893 Log: Subject: [PATCH] perluniintro
21894 From: Jarkko Hietaniemi <jhi@iki.fi>
21895 Date: Sun, 20 Oct 2002 15:48:09 +0300
21896 Message-ID: <20021020124809.GE444369@lyta.hut.fi>
21898 ! pod/perluniintro.pod
21899 ____________________________________________________________________________
21900 [ 18048] By: hv on 2002/10/22 17:04:26
21901 Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
21902 From: Dave Mitchell <davem@fdgroup.com>
21903 Date: Fri, 18 Oct 2002 13:36:40 +0100
21904 Message-ID: <20021018133640.A19172@fdgroup.com>
21906 ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
21907 ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
21908 ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
21909 ____________________________________________________________________________
21910 [ 18047] By: hv on 2002/10/22 16:20:18
21911 Log: Subject: [PATCH] AutoLoader gives wrong message
21912 From: Peter Scott <peter@psdt.com>
21913 Date: Thu, 17 Oct 2002 19:54:56 -0700
21914 Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
21916 ! lib/AutoLoader.pm
21917 ____________________________________________________________________________
21918 [ 18046] By: hv on 2002/10/22 15:52:40
21919 Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
21920 From: Alain Barbet <alian@alianwebserver.com>
21921 Date: Fri, 18 Oct 2002 15:29:29 +0200
21922 Message-ID: <3DB00CB9.70708@alianwebserver.com>
21924 ! README.win32 win32/makefile.mk win32/win32.c
21925 ____________________________________________________________________________
21926 [ 18045] By: hv on 2002/10/22 15:47:21
21927 Log: improve 'atomicity' wording
21930 ____________________________________________________________________________
21931 [ 18044] By: hv on 2002/10/22 15:43:55
21932 Log: Subject: [PATCH] Shell.pm object methods broken
21933 From: Dan Brook <dbrook@easyspace.com>
21934 Date: Thu, 17 Oct 2002 16:05:04 +0100
21935 Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
21937 ! lib/Shell.pm lib/Shell.t
21938 ____________________________________________________________________________
21939 [ 18042] By: hv on 2002/10/21 09:20:54
21940 Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
21942 Date: Mon, 21 Oct 2002 11:27:40 +0100
21943 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
21945 ! t/lib/warnings/toke toke.c
21946 ____________________________________________________________________________
21947 [ 18041] By: hv on 2002/10/21 01:14:48
21948 Log: Subject: Re: [perl #18019] regex overoptimization
21950 Date: Mon, 21 Oct 2002 03:21:54 +0100
21951 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
21953 ! regcomp.c t/op/re_tests
21954 ____________________________________________________________________________
21955 [ 18039] By: hv on 2002/10/20 14:33:16
21956 Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
21957 From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
21958 Date: Tue, 15 Oct 2002 02:17:03 +0200
21959 Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
21962 ____________________________________________________________________________
21963 [ 18038] By: hv on 2002/10/20 14:23:06
21964 Log: Update to Net::Ping v2.23
21966 + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
21967 + lib/Net/Ping/t/450_service.t
21968 ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
21969 ! lib/Net/Ping/t/200_ping_tcp.t
21970 ____________________________________________________________________________
21971 [ 18037] By: hv on 2002/10/20 13:57:06
21972 Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
21973 From: Jarkko Hietaniemi <jhi@iki.fi>
21974 Date: Mon, 14 Oct 2002 14:49:54 +0300
21975 Message-ID: <20021014114954.GB80937@lyta.hut.fi>
21978 ____________________________________________________________________________
21979 [ 18036] By: hv on 2002/10/20 13:43:56
21980 Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
21981 From: Slaven Rezic <slaven.rezic@berlin.de>
21982 Date: 14 Oct 2002 09:37:18 +0200
21983 Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
21985 ! pp_sys.c t/op/mkdir.t
21986 ____________________________________________________________________________
21987 [ 18035] By: hv on 2002/10/20 13:39:09
21988 Log: Subject: Re: [perl #17951] Strange UTF error
21989 From: Jarkko Hietaniemi <jhi@iki.fi>
21990 Date: Wed, 16 Oct 2002 18:50:51 +0300
21991 Message-ID: <20021016155051.GB268437@lyta.hut.fi>
21993 ! lib/utf8_heavy.pl t/run/fresh_perl.t
21994 ____________________________________________________________________________
21995 [ 18034] By: hv on 2002/10/20 13:23:16
21996 Log: Update to Time::HiRes v1.38
21998 + ext/Time/HiRes/typemap
21999 ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22000 ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
22001 ! ext/Time/HiRes/Makefile.PL
22002 ____________________________________________________________________________
22003 [ 18033] By: hv on 2002/10/20 13:12:25
22004 Log: Upgrade to Test.pm v1.23
22007 ____________________________________________________________________________
22008 [ 18030] By: merijn on 2002/10/19 14:10:21
22009 Log: Happy chainsaw stories; The removal of the 5005 threads
22010 Still imcomplete. Configure will follow
22012 ! MANIFEST NetWare/Makefile NetWare/config.wc
22013 ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
22014 ! Porting/Glossary Porting/config.sh Porting/config_H
22015 ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
22016 ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
22017 ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
22018 ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
22019 ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
22020 ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
22021 ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
22022 ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
22023 ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
22024 ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
22025 ! win32/config.bc win32/config.gc win32/config.vc
22026 ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22027 ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
22028 ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
22029 ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
22030 ! wince/Makefile.ce wince/config.ce wince/config_H.ce
22031 ! wince/config_sh.PL wince/win32.h wince/win32thread.c
22032 ! wince/win32thread.h wince/wincesck.c
22033 ____________________________________________________________________________
22034 [ 18029] By: merijn on 2002/10/18 07:28:21
22035 Log: minor tweaks in Porting/pumpkin.pod
22036 Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
22038 ! Porting/pumpkin.pod
22039 ____________________________________________________________________________
22040 [ 18028] By: rgs on 2002/10/17 20:33:32
22041 Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
22042 From: Abe Timmerman <abe@ztreet.demon.nl>
22043 Date: Thu, 17 Oct 2002 23:38:34 +0200
22044 Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
22047 ____________________________________________________________________________
22048 [ 18027] By: hv on 2002/10/17 14:39:27
22049 Log: Subject: Re: versions too accurate
22050 From: John Peacock <jpeacock@rowman.com>
22051 Date: Mon, 14 Oct 2002 22:36:48 -0400
22052 Message-ID: <3DAB7F40.1050200@rowman.com>
22054 ! lib/version.pm util.c
22055 ____________________________________________________________________________
22056 [ 18026] By: hv on 2002/10/17 14:29:41
22057 Log: Subject: Re: [PATCH] Version object combined patch
22058 From: John Peacock <jpeacock@rowman.com>
22059 Date: Thu, 10 Oct 2002 21:23:01 -0400
22060 Message-ID: <3DA627F5.5050907@rowman.com>
22062 ! lib/version.pm lib/version.t pod/perldiag.pod util.c
22063 ____________________________________________________________________________
22064 [ 18025] By: hv on 2002/10/17 13:37:04
22065 Log: definition of MAXPATHLEN
22066 Subject: [PATCH] standard lawyerism
22067 From: Jarkko Hietaniemi <jhi@iki.fi>
22068 Date: Fri, 11 Oct 2002 02:48:26 +0300
22069 Message-ID: <20021010234825.GM292305@lyta.hut.fi>
22072 ____________________________________________________________________________
22073 [ 18024] By: hv on 2002/10/17 13:34:01
22074 Log: Subject: Re: [perl #17061] no strict 'garbage'
22075 From: Slaven Rezic <slaven.rezic@berlin.de>
22076 Date: 10 Oct 2002 16:23:22 +0200
22077 Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
22079 ! ext/Storable/Storable.pm
22080 ____________________________________________________________________________
22081 [ 18023] By: hv on 2002/10/17 12:56:28
22082 Log: Subject: Re: [perl #17830] open FH, "<&", $fd
22083 From: Steve Grazzini <grazz@nyc.rr.com>
22084 Date: 11 Oct 2002 22:28:58 -0000
22085 Message-ID: <20021011222858.452.qmail@onion.perl.org>
22087 ! doio.c t/io/open.t
22088 ____________________________________________________________________________
22089 [ 18022] By: hv on 2002/10/17 12:24:42
22090 Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
22091 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22092 Date: Tue, 15 Oct 2002 17:01:43 -0700
22093 Message-ID: <nxKr9gzkgmBO092yn@efn.org>
22095 ! t/op/assignwarn.t
22096 ____________________________________________________________________________
22097 [ 18021] By: hv on 2002/10/17 11:28:38
22098 Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
22099 From: Slaven Rezic <slaven.rezic@berlin.de>
22100 Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
22101 Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
22103 ! Porting/pumpkin.pod
22104 ____________________________________________________________________________
22105 [ 18020] By: rgs on 2002/10/16 18:43:21
22106 Log: prototype() didn't warn when used in void context.
22108 ! op.c t/lib/warnings/op
22109 ____________________________________________________________________________
22110 [ 18019] By: ams on 2002/10/15 20:54:53
22111 Log: Subject: Japanese translation of Storable
22112 From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
22113 Date: Tue, 15 Oct 2002 06:31:01 +0900
22114 Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
22116 ! ext/Storable/README
22117 ____________________________________________________________________________
22118 [ 18018] By: rgs on 2002/10/15 19:08:20
22119 Log: Subject: Re: [PATCH] cv.h: Comment update
22120 From: Paul Johnson <paul@pjcj.net>
22121 Date: Mon, 14 Oct 2002 20:00:50 +0200
22122 Message-ID: <20021014180050.GC7333@pjcj.net>
22125 ____________________________________________________________________________
22126 [ 18017] By: rgs on 2002/10/14 20:37:06
22127 Log: Subject: [PATCH] perlipc.pod
22128 From: Slaven Rezic <slaven.rezic@berlin.de>
22129 Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
22130 Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
22133 ____________________________________________________________________________
22134 [ 18016] By: rgs on 2002/10/14 20:30:03
22135 Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
22136 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22137 Date: Sun, 13 Oct 2002 09:02:36 +0900
22138 Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
22140 ! pod/perlunicode.pod
22141 ____________________________________________________________________________
22142 [ 18015] By: rgs on 2002/10/12 20:22:37
22143 Log: The -0 command-line switch wasn't setting $/ at compile-time.
22144 Move the initialization of $/ just after switch parsing
22145 (it was done after yyparse().)
22147 ! perl.c t/run/switches.t
22148 ____________________________________________________________________________
22149 [ 18014] By: rgs on 2002/10/12 20:18:55
22150 Log: Subject: Re: [PATCH] perl573delta delinting
22151 From: Philip Newton <Philip.Newton@gmx.net>
22152 Date: Sat, 12 Oct 2002 21:25:49 +0200
22153 Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
22155 ! pod/perl573delta.pod
22156 ____________________________________________________________________________
22157 [ 18013] By: hv on 2002/10/12 15:41:50
22158 Log: Subject: [PATCH] for -Dm
22159 From: Slaven Rezic <slaven.rezic@berlin.de>
22160 Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
22161 Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
22164 ____________________________________________________________________________
22165 [ 18012] By: hv on 2002/10/12 15:39:49
22166 Log: #18005 was not enough
22167 Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
22168 From: Abe Timmerman <abeltje@cpan.org>
22169 Date: Sat, 12 Oct 2002 17:56:39 +0200
22170 Message-Id: <200210121756.39803.abeltje@cpan.org>
22172 ! win32/makefile.mk
22173 ____________________________________________________________________________
22174 [ 18011] By: hv on 2002/10/12 15:36:43
22175 Log: Subject: [perl #17805] BUG: Grammar bug during Configure
22176 From: Richard Hitt (via RT) <perlbug@perl.org>
22177 Date: 8 Oct 2002 21:04:30 -0000
22178 Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
22181 ____________________________________________________________________________
22182 [ 18010] By: hv on 2002/10/12 15:31:06
22183 Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
22184 From: Nicholas Clark <nick@unfortu.net>
22185 Date: Tue, 8 Oct 2002 21:52:53 +0100
22186 Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
22188 ! pod/perldiag.pod pp_pack.c t/op/pack.t
22189 ____________________________________________________________________________
22190 [ 18009] By: hv on 2002/10/12 15:12:18
22191 Log: Subject: [PATCH perldoc] For screaming hell's sake
22192 From: Simon Cozens <simon@netthink.co.uk>
22193 Date: Tue, 8 Oct 2002 11:13:07 +0100
22194 Message-ID: <20021008101307.GA8175@netthink.co.uk>
22197 ____________________________________________________________________________
22198 [ 18008] By: hv on 2002/10/12 14:38:19
22199 Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
22200 From: Nicholas Clark <nick@unfortu.net>
22201 Date: Mon, 7 Oct 2002 23:35:34 +0100
22202 Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
22204 ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
22205 ! ext/Storable/README ext/Storable/Storable.pm
22206 ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
22207 ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
22208 ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
22209 ____________________________________________________________________________
22210 [ 18007] By: hv on 2002/10/12 14:22:36
22211 Log: Subject: [perl #17773] errors in c2ph(1) man page
22212 From: Eric Melville (via RT) <perlbug@perl.org>
22213 Date: 7 Oct 2002 02:58:34 -0000
22214 Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
22217 ____________________________________________________________________________
22218 [ 18006] By: hv on 2002/10/12 14:19:55
22219 Log: Subject: [PATCH pad.c] Re: closure failures
22220 From: Dave Mitchell <davem@fdgroup.com>
22221 Date: Mon, 7 Oct 2002 02:42:13 +0100
22222 Message-ID: <20021007024213.B29760@fdgroup.com>
22225 ____________________________________________________________________________
22226 [ 18005] By: hv on 2002/10/12 14:17:07
22227 Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
22228 From: Abe Timmerman <abeltje@cpan.org>
22229 Date: Tue, 8 Oct 2002 14:16:56 +0200
22230 Message-Id: <200210081416.56942.abeltje@cpan.org>
22233 ____________________________________________________________________________
22234 [ 18004] By: hv on 2002/10/12 14:06:59
22235 Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
22238 ____________________________________________________________________________
22239 [ 18003] By: hv on 2002/10/12 13:48:34
22240 Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
22243 ! ext/Devel/Peek/Peek.t
22244 ____________________________________________________________________________
22245 [ 18002] By: hv on 2002/10/11 23:22:56
22246 Log: Subject: [Encode] 1.77 Released
22247 From: Dan Kogai <dankogai@dan.co.jp>
22248 Date: Sun, 6 Oct 2002 12:52:52 +0900
22249 Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
22251 ! ext/Encode/Changes ext/Encode/Encode.pm
22252 ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
22253 ! ext/Encode/lib/Encode/Alias.pm
22254 ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
22255 ! ext/Encode/ucm/big5-eten.ucm
22256 ____________________________________________________________________________
22257 [ 18001] By: hv on 2002/10/11 22:52:43
22258 Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
22259 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22260 Date: Thu, 10 Oct 2002 14:28:55 -0700
22261 Message-ID: <XEfp9gzkgquV092yn@efn.org>
22263 ! ext/Devel/Peek/Peek.t
22264 ____________________________________________________________________________
22265 [ 18000] By: hv on 2002/10/11 22:30:36
22266 Log: Subject: [PATCH] perl573delta delinting
22267 From: Jarkko Hietaniemi <jhi@iki.fi>
22268 Date: Fri, 4 Oct 2002 16:19:31 +0300
22269 Message-ID: <20021004131931.GE278184@lyta.hut.fi>
22271 ! pod/perl573delta.pod
22272 ____________________________________________________________________________
22273 [ 17999] By: hv on 2002/10/11 22:28:36
22274 Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
22275 From: Jarkko Hietaniemi <jhi@iki.fi>
22276 Date: Fri, 4 Oct 2002 16:11:57 +0300
22277 Message-ID: <20021004131157.GD278184@lyta.hut.fi>
22279 ! pod/perldiag.pod reentr.c reentr.pl
22280 ____________________________________________________________________________
22281 [ 17998] By: rgs on 2002/10/11 19:53:05
22282 Log: Fix bug #17771 : segfault with the 'for' statement modifier
22283 used inside a map or a grep.
22285 ! pp_ctl.c t/op/grep.t
22286 ____________________________________________________________________________
22287 [ 17997] By: hv on 2002/10/11 12:10:39
22288 Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
22289 From: Information Service <info@lingo.kiev.ua>
22290 Date: Wed, 09 Oct 2002 07:17:00 +0400
22291 Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
22293 ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
22294 ____________________________________________________________________________
22295 [ 17996] By: hv on 2002/10/11 11:55:53
22296 Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
22297 From: chromatic <chromatic@wgz.org>
22298 Date: Thu, 03 Oct 2002 22:56:54 -0700
22299 Message-ID: <20021004060120.33329.qmail@onion.perl.org>
22301 ! lib/AutoLoader.pm lib/AutoLoader.t
22302 ____________________________________________________________________________
22303 [ 17995] By: ams on 2002/10/11 05:24:20
22304 Log: Subject: [perl #17819] Typo in perltooc?
22305 From: Bob Wilkinson (via RT) <perlbug@perl.org>
22306 Date: 9 Oct 2002 09:50:40 -0000
22307 Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
22309 Subject: [perl #17821] Typo in perltooc
22310 From: Bob Wilkinson (via RT) <perlbug@perl.org>
22311 Date: 9 Oct 2002 10:12:51 -0000
22312 Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
22315 ____________________________________________________________________________
22316 [ 17994] By: rgs on 2002/10/10 20:19:27
22317 Log: Fix bug #17776 : memory corruption in qr/##/x
22320 ____________________________________________________________________________
22321 [ 17993] By: rgs on 2002/10/10 19:52:00
22322 Log: croak() is better written Perl_croak() in C code.
22325 ____________________________________________________________________________
22326 [ 17992] By: hv on 2002/10/10 11:29:12
22327 Log: Subject: Re: Hash::Util::lock_keys inhibits bless
22328 From: andreas.koenig@anima.de (Andreas J. Koenig)
22329 Date: Fri, 04 Oct 2002 06:38:57 +0200
22330 Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
22333 ____________________________________________________________________________
22334 [ 17991] By: hv on 2002/10/10 11:20:41
22335 Log: new files lib/version.pm and lib/version.t for change #17990.
22337 + lib/version.pm lib/version.t
22338 ____________________________________________________________________________
22339 [ 17990] By: hv on 2002/10/10 11:19:57
22340 Log: Subject: [PATCH] Version object combined patch
22341 From: John Peacock <jpeacock@rowman.com>
22342 Date: Fri, 04 Oct 2002 23:15:10 -0400
22343 Message-ID: <3D9E593E.1060605@rowman.com>
22345 ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
22346 ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
22347 ____________________________________________________________________________
22348 [ 17989] By: hv on 2002/10/10 10:48:42
22349 Log: Subject: PATCH: lib/ExtUtils/typemap
22350 From: Brian Ingerson <ingy@ttul.org>
22351 Date: Sat, 28 Sep 2002 13:03:24 -0700
22352 Message-ID: <20020928130324.A16900@ttul.org>
22354 ! lib/ExtUtils/typemap
22355 ____________________________________________________________________________
22356 [ 17988] By: hv on 2002/10/10 10:45:19
22357 Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
22358 From: Nicholas Clark <nick@unfortu.net>
22359 Date: Sat, 28 Sep 2002 18:52:00 +0100
22360 Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
22362 ! lib/Exporter.t lib/Exporter/Heavy.pm
22363 ____________________________________________________________________________
22364 [ 17987] By: hv on 2002/10/10 10:27:40
22365 Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
22366 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
22367 Date: Mon, 9 Sep 2002 17:36:55 -0400
22368 Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
22371 ____________________________________________________________________________
22372 [ 17986] By: hv on 2002/10/10 09:51:24
22373 Log: Remove use of caller() in strict.pm, and tighten Safe compartment
22374 for Storable tests to match.
22376 ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
22377 ____________________________________________________________________________
22378 [ 17985] By: hv on 2002/10/10 09:27:00
22379 Log: Subject: Re: README.cygwin draft update
22380 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22381 Date: Mon, 07 Oct 2002 17:15:09 -0700
22382 Message-ID: <NOio9gzkg6oR092yn@efn.org>
22384 ! README.cygwin pod/perl58delta.pod
22385 ____________________________________________________________________________
22386 [ 17984] By: rgs on 2002/10/09 19:17:08
22387 Log: Fix bug #17823 : non-modifying tr/// stringifies references
22390 ____________________________________________________________________________
22391 [ 17983] By: merijn on 2002/10/09 12:22:26
22392 Log: Tru64 and gcc and threads
22393 Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
22396 ____________________________________________________________________________
22397 [ 17982] By: merijn on 2002/10/09 10:34:40
22398 Log: Correct mailing list archive URL
22399 Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
22401 ! Porting/pumpkin.pod
22402 ____________________________________________________________________________
22403 [ 17981] By: merijn on 2002/10/09 04:49:06
22404 Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
22405 Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
22407 ! Porting/pumpkin.pod
22408 ____________________________________________________________________________
22409 [ 17980] By: sky on 2002/10/06 15:40:56
22410 Log: Upgrade Safe.pm to 2.09 after CPAN backport.
22411 Fix testcases to run properly outside perl core build enviroment.
22413 ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
22415 ____________________________________________________________________________
22416 [ 17979] By: sky on 2002/10/06 07:03:19
22417 Log: Subject: [PATCH] fix typo in Tie::Array
22418 From: "Jos I. Boumans" <kane@cpan.org>
22419 Date: sat okt 5, 2002 20:39:17 Europe/Stockholm
22420 Message-Id: <20021005183920.14746.qmail@onion.perl.org>
22423 ____________________________________________________________________________
22424 [ 17978] By: sky on 2002/10/05 04:44:10
22425 Log: Upgrade to Attribute::Handlers 0.78
22427 ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22428 ! lib/Attribute/Handlers/README
22429 ____________________________________________________________________________
22430 [ 17977] By: rgs on 2002/10/04 20:01:54
22431 Log: Complement to change #17976 :
22432 there was a similar bug on rdo().
22433 Increment $Safe::VERSION.
22435 ! ext/Opcode/Safe.pm ext/Safe/safe3.t
22436 ____________________________________________________________________________
22437 [ 17976] By: rgs on 2002/10/04 19:44:48
22438 Log: Fix bug #17744, suggested by Andreas Jurenda,
22439 tweaked by rgs (security hole in Safe).
22442 ! MANIFEST ext/Opcode/Safe.pm
22443 ____________________________________________________________________________
22444 [ 17975] By: merijn on 2002/10/04 13:30:17
22445 Log: Non ANSI feature detection in enum
22448 ____________________________________________________________________________
22449 [ 17974] By: rgs on 2002/10/03 21:00:50
22450 Log: Fix a precedence problem.
22452 ! ext/Storable/t/integer.t
22453 ____________________________________________________________________________
22454 [ 17973] By: rgs on 2002/10/03 20:34:13
22455 Log: Change the warning message "%s trapped by operation mask"
22456 to include '' around the op name. Document it in perldiag.
22458 ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
22460 ____________________________________________________________________________
22461 [ 17972] By: rgs on 2002/10/03 20:26:54
22462 Log: Add a new warning, "Possible precedence problem on bitwise
22463 %c operator", triggerred when a bitwise op has a numeric
22464 comparison op as child.
22466 ! op.c pod/perldiag.pod t/lib/warnings/op
22467 ____________________________________________________________________________
22468 [ 17971] By: ams on 2002/10/03 11:03:41
22469 Log: Subject: Re: Not OK 17969
22470 From: Slaven Rezic <slaven.rezic@berlin.de>
22471 Date: 03 Oct 2002 13:12:58 +0200
22472 Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
22474 ! ext/Storable/Storable.pm ext/Storable/t/code.t
22475 ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
22476 ! ext/Storable/t/malice.t
22477 ____________________________________________________________________________
22478 [ 17970] By: ams on 2002/10/03 02:21:15
22479 Log: Add a line about 2.05.
22481 ! ext/Storable/ChangeLog
22482 ____________________________________________________________________________
22483 [ 17969] By: ams on 2002/10/03 02:12:27
22484 Log: Subject: [PATCH] Storable and code serialization: documentation
22485 From: Slaven Rezic <slaven.rezic@berlin.de>
22486 Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
22487 Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
22489 ! ext/Storable/MANIFEST ext/Storable/Storable.pm
22490 ! ext/Storable/t/code.t
22491 ____________________________________________________________________________
22492 [ 17968] By: ams on 2002/10/03 01:40:51
22493 Log: Subject: [PATCH] Re: speed of my
22494 From: Stephen McCamant <smcc@mit.edu>
22495 Date: Wed, 2 Oct 2002 21:48:59 -0400
22496 Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
22499 ____________________________________________________________________________
22500 [ 17967] By: hv on 2002/10/02 15:04:57
22501 Log: Subject: [PATCH] reentrant buffers
22502 From: Jarkko Hietaniemi <jhi@iki.fi>
22503 Date: Fri, 27 Sep 2002 01:08:56 +0300
22504 Message-ID: <20020926220856.GA339120@lyta.hut.fi>
22506 ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
22507 ____________________________________________________________________________
22508 [ 17966] By: hv on 2002/10/02 14:46:52
22509 Log: Subject: [PATCH] retropatch
22510 From: Jarkko Hietaniemi <jhi@iki.fi>
22511 Date: Fri, 27 Sep 2002 03:51:34 +0300
22512 Message-ID: <20020927005134.GB339120@lyta.hut.fi>
22514 + pod/perl573delta.pod
22515 ! MANIFEST pod/buildtoc.PL pod/perl.pod
22516 ____________________________________________________________________________
22517 [ 17965] By: hv on 2002/10/02 14:42:21
22518 Log: op/tr.t test is affected by #17962
22521 ____________________________________________________________________________
22522 [ 17964] By: hv on 2002/10/02 14:38:59
22523 Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
22524 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22525 Date: Tue, 1 Oct 2002 23:34:35 +0200
22526 Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
22528 ! t/op/override.t toke.c
22529 ____________________________________________________________________________
22530 [ 17963] By: hv on 2002/10/02 14:15:22
22531 Log: Subject: Re: [perl #17376] Bug Report - our(%)
22532 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22533 Date: Tue, 01 Oct 2002 09:54:30 -0700
22534 Message-ID: <GNdm9gzkgWOS092yn@efn.org>
22536 ! op.c pp_hot.c t/comp/our.t
22537 ____________________________________________________________________________
22538 [ 17962] By: ams on 2002/10/02 14:10:07
22539 Log: Subject: [PATCH] no [] in tr///
22540 From: Jarkko Hietaniemi <jhi@iki.fi>
22541 Date: Wed, 2 Oct 2002 17:09:11 +0300
22542 Message-Id: <20021002140911.GH278184@lyta.hut.fi>
22544 ! pod/perldiag.pod toke.c
22545 ____________________________________________________________________________
22546 [ 17961] By: hv on 2002/10/02 14:09:11
22547 Log: Subject: Re: Hash::Util::lock_keys inhibits bless
22548 From: andreas.koenig@anima.de (Andreas J. Koenig)
22549 Date: Mon, 30 Sep 2002 17:24:06 +0200
22550 Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
22553 ____________________________________________________________________________
22554 [ 17959] By: hv on 2002/10/02 14:06:29
22555 Log: Subject: [DOCPATCH] Unicode porting advice
22556 From: andreas.koenig@anima.de (Andreas J. Koenig)
22557 Date: Fri, 27 Sep 2002 15:30:16 +0200
22558 Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
22560 ! pod/perlunicode.pod
22561 ____________________________________________________________________________
22562 [ 17958] By: hv on 2002/10/02 13:57:06
22563 Log: missing quote from #17957
22565 ! Porting/pumpkin.pod
22566 ____________________________________________________________________________
22567 [ 17957] By: hv on 2002/10/02 13:55:56
22568 Log: document how to set APPLLIB_EXP
22569 Subject: Re: [perl #15957] error installing perl 5.8.0
22570 From: Andy Dougherty <doughera@lafayette.edu>
22571 Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
22572 Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
22574 ! Porting/pumpkin.pod
22575 ____________________________________________________________________________
22576 [ 17956] By: hv on 2002/10/02 13:51:12
22577 Log: Devel::Peek tests from:
22578 Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
22579 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22580 Date: Thu, 26 Sep 2002 22:16:39 -0700
22581 Message-ID: <3m+k9gzkgqnP092yn@efn.org>
22583 ! ext/Devel/Peek/Peek.t
22584 ____________________________________________________________________________
22585 [ 17955] By: hv on 2002/10/02 13:43:26
22586 Log: add precedence warning for bitwise docs
22587 Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
22588 From: Mike Guy <mjtg@cam.ac.uk>
22589 Date: Thu, 26 Sep 2002 13:20:45 +0100
22590 Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
22593 ____________________________________________________________________________
22594 [ 17954] By: hv on 2002/10/02 13:18:01
22595 Log: Subject: [PATCH] Re: perlio bug?
22596 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22597 Date: Wed, 25 Sep 2002 21:58:12 +0200
22598 Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
22600 ! doio.c pod/perldiag.pod t/lib/warnings/doio
22601 ____________________________________________________________________________
22602 [ 17953] By: hv on 2002/10/02 12:55:29
22603 Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
22604 From: Dave Mitchell <davem@fdgroup.com>
22605 Date: Wed, 25 Sep 2002 23:40:23 +0100
22606 Message-ID: <20020925234023.A20044@fdgroup.com>
22609 ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
22610 ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
22611 ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
22612 ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
22613 ! proto.h scope.c sv.c toke.c
22614 ____________________________________________________________________________
22615 [ 17952] By: hv on 2002/10/02 11:23:38
22616 Log: better handling of whitespace in autodoc declarations; fragment from:
22617 Subject: [PATCH pad.c,h] move all pad-related code to its own src file
22618 From: Dave Mitchell <davem@fdgroup.com>
22619 Date: Wed, 25 Sep 2002 23:40:23 +0100
22620 Message-ID: <20020925234023.A20044@fdgroup.com>
22623 ____________________________________________________________________________
22624 [ 17951] By: merijn on 2002/10/02 09:15:18
22625 Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
22626 Thu, 25 Jul 2002, Andy Dougherty
22628 ! Configure Policy_sh.SH
22629 ____________________________________________________________________________
22630 [ 17950] By: ams on 2002/10/02 03:43:41
22631 Log: Add silly bandaid to stop segfaults on subsequent accesses to
22632 the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
22636 ____________________________________________________________________________
22637 [ 17949] By: hv on 2002/10/01 08:49:02
22638 Log: patch based on:
22639 Subject: Re: [perl #17376] Bug Report - our(%)
22640 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22641 Date: Mon, 30 Sep 2002 15:22:18 -0700
22642 Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
22645 ____________________________________________________________________________
22646 [ 17948] By: hv on 2002/10/01 08:26:44
22647 Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
22648 From: chromatic <chromatic@wgz.org>
22649 Date: Fri, 13 Sep 2002 14:26:08 -0700
22650 Message-Id: <200209131426.08116.chromatic@wgz.org>
22652 ! lib/AutoLoader.pm
22653 ____________________________________________________________________________
22654 [ 17947] By: hv on 2002/10/01 08:10:21
22655 Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
22656 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22657 Date: Wed, 11 Sep 2002 22:22:45 -0700
22658 Message-ID: <lSCg9gzkgymX092yn@efn.org>
22660 ! dump.c mg.h regexec.c sv.c t/op/pat.t
22661 ____________________________________________________________________________
22662 [ 17946] By: merijn on 2002/09/30 15:19:36
22663 Log: nanosleep on VMS not present
22666 ____________________________________________________________________________
22667 [ 17945] By: merijn on 2002/09/30 09:51:40
22668 Log: -Dgccansipedantic only for gcc 3+
22669 Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
22671 ! Porting/pumpkin.pod cflags.SH
22672 ____________________________________________________________________________
22673 [ 17944] By: merijn on 2002/09/30 08:29:33
22674 Log: nanosleep probes as per Jarkko's request
22676 ! Configure NetWare/config_H.wc Porting/config.sh
22677 ! Porting/config_H config_h.SH epoc/config.sh perl.h
22678 ! win32/config.bc win32/config.gc win32/config.vc
22679 ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22680 ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
22681 ! wince/config_H.ce
22682 ____________________________________________________________________________
22683 [ 17942] By: ams on 2002/09/29 22:26:37
22684 Log: Remove package; (Heh heh.)
22686 ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
22687 ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
22688 ! vms/perly_c.vms vms/perly_h.vms
22689 ____________________________________________________________________________
22690 [ 17941] By: hv on 2002/09/29 12:11:06
22691 Log: Subject: [perl #16796] Configure script buglet
22692 From: "Amick, Eric" (via RT) <perlbug@perl.org>
22693 Date: 27 Aug 2002 20:09:29 -0000
22694 Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
22697 ____________________________________________________________________________
22698 [ 17940] By: hv on 2002/09/29 11:59:28
22699 Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
22700 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22701 Date: Fri, 27 Sep 2002 13:52:18 +0200
22702 Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
22704 ! lib/Attribute/Handlers.pm
22705 ____________________________________________________________________________
22706 [ 17939] By: hv on 2002/09/29 11:55:17
22707 Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
22708 From: Allen Smith (via RT) <perlbug@perl.org>
22709 Date: 13 Sep 2002 03:01:30 -0000
22710 Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
22712 ! t/lib/h2ph.pht utils/h2ph.PL
22713 ____________________________________________________________________________
22714 [ 17938] By: rgs on 2002/09/28 20:42:59
22715 Log: Email address change for Stéphane Payrard
22718 ____________________________________________________________________________
22719 [ 17937] By: hv on 2002/09/27 10:05:42
22720 Log: Subject: Re: [REVISED PATCH] Magic v-strings
22721 From: John Peacock <jpeacock@rowman.com>
22722 Date: Thu, 19 Sep 2002 22:30:58 -0400
22723 Message-ID: <3D8A8862.3000602@rowman.com>
22726 ____________________________________________________________________________
22727 [ 17936] By: hv on 2002/09/27 10:00:42
22728 Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
22729 From: "Craig A. Berry" <craigberry@mac.com>
22730 Date: Wed, 25 Sep 2002 17:14:33 -0500
22731 Message-ID: <3D923549.6050809@mac.com>
22734 ____________________________________________________________________________
22735 [ 17935] By: hv on 2002/09/27 09:48:19
22736 Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
22737 From: Andy Lester <andy@petdance.com>
22738 Date: Fri, 20 Sep 2002 12:23:41 -0500
22739 Message-ID: <20020920172341.GA15672@petdance.com>
22741 ! pod/perlopentut.pod
22742 ____________________________________________________________________________
22743 [ 17934] By: hv on 2002/09/26 18:50:02
22744 Log: missing '.' in test from #17932
22746 ! t/lib/strict/subs
22747 ____________________________________________________________________________
22748 [ 17933] By: hv on 2002/09/26 17:01:11
22749 Log: Subject: [PATCH] perl #17453
22750 From: Jarkko Hietaniemi <jhi@iki.fi>
22751 Date: Fri, 20 Sep 2002 17:22:45 +0300
22752 Message-ID: <20020920142245.GG280265@lyta.hut.fi>
22754 ! lib/utf8_heavy.pl t/op/pat.t
22755 ____________________________________________________________________________
22756 [ 17932] By: hv on 2002/09/26 16:47:32
22757 Log: #17931 checked for wrong constant
22760 ____________________________________________________________________________
22761 [ 17931] By: hv on 2002/09/26 16:29:26
22762 Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
22763 From: Kay_Röpke <kay@dolphin-services.de>
22764 Date: Fri, 20 Sep 2002 16:09:08 +0200
22765 Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
22767 ! op.c t/lib/strict/subs
22768 ____________________________________________________________________________
22769 [ 17930] By: hv on 2002/09/26 15:56:07
22770 Log: Subject: [perl #17445] Class::Struct patch: version number, examples
22771 From: Ken Neighbors (via RT) <perlbug@perl.org>
22772 Date: 19 Sep 2002 18:48:22 -0000
22773 Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
22775 ! lib/Class/Struct.pm
22776 ____________________________________________________________________________
22777 [ 17928] By: hv on 2002/09/26 09:54:05
22778 Log: Subject: [PATCH] bug in utf8.c(?)
22779 From: Marty Pauley <marty+p5p@kasei.com>
22780 Date: Fri, 20 Sep 2002 10:55:33 +0100
22781 Subject: [PATCH] bug in utf8.c(?)
22784 ____________________________________________________________________________
22785 [ 17927] By: hv on 2002/09/26 09:37:19
22786 Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
22787 From: Marty Pauley <marty+p5p@kasei.com>
22788 Date: Fri, 20 Sep 2002 09:52:16 +0100
22789 Message-Id: 20020920085216.GC10512@soto.kasei.com
22791 ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
22792 ____________________________________________________________________________
22793 [ 17926] By: hv on 2002/09/26 09:28:06
22794 Log: Subject: [PATCH] defuse installusrbinperl
22795 From: Jarkko Hietaniemi <jhi@iki.fi>
22796 Date: Thu, 19 Sep 2002 18:01:03 +0300
22797 Message-ID: <20020919150103.GI208696@lyta.hut.fi>
22800 ____________________________________________________________________________
22801 [ 17925] By: hv on 2002/09/26 09:15:55
22802 Log: Subject: [PATCH v2] enable -ansi -pedantic
22803 From: Jarkko Hietaniemi <jhi@iki.fi>
22804 Date: Wed, 18 Sep 2002 01:19:25 +0300
22805 Message-ID: <20020917221925.GF85044@lyta.hut.fi>
22807 ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
22808 ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
22809 ____________________________________________________________________________
22810 [ 17924] By: hv on 2002/09/26 08:44:16
22811 Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
22812 From: Nicholas Clark <nick@unfortu.net>
22813 Date: Sat, 14 Sep 2002 18:49:10 +0100
22814 Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
22817 ____________________________________________________________________________
22818 [ 17923] By: hv on 2002/09/26 08:33:54
22819 Log: Subject: [PATCH] Re: Advice on coredump
22820 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22821 Date: Wed, 18 Sep 2002 22:14:57 +0200
22822 Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
22824 ! op.c t/op/closure.t
22825 ____________________________________________________________________________
22826 [ 17922] By: hv on 2002/09/26 08:25:28
22827 Log: Subject: Re: [PATCH] spurious t/auto directory appears
22828 From: Michael G Schwern <schwern@pobox.com>
22829 Date: Fri, 13 Sep 2002 23:56:05 -0400
22830 Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
22832 ! lib/ExtUtils/t/Installed.t
22833 ____________________________________________________________________________
22834 [ 17921] By: hv on 2002/09/26 08:21:59
22835 Log: add TODO tests for slow our() declaration
22836 Subject: Re: [perl #17376] Bug Report - our(%)
22837 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22838 Date: Thu, 19 Sep 2002 22:34:01 -0700
22839 Message-ID: <JNri9gzkgSBB092yn@efn.org>
22843 ____________________________________________________________________________
22844 [ 17920] By: hv on 2002/09/26 08:16:43
22845 Log: LEAKTEST is dead, RIP
22846 Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
22847 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22848 Date: Mon, 23 Sep 2002 18:33:12 +0200
22849 Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
22851 ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
22852 ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
22853 ____________________________________________________________________________
22854 [ 17919] By: hv on 2002/09/26 07:59:42
22855 Log: Subject: [PATCH] AIX hints missinga >&4
22856 From: Jarkko Hietaniemi <jhi@iki.fi>
22857 Date: Fri, 13 Sep 2002 16:48:42 +0300
22858 Message-ID: <20020913134842.GD8929@lyta.hut.fi>
22861 ____________________________________________________________________________
22862 [ 17918] By: hv on 2002/09/26 07:51:10
22863 Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
22864 From: "Brendan O'Dea" <bod@debian.org>
22865 Date: Mon, 23 Sep 2002 22:45:40 +1000
22866 Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
22869 ____________________________________________________________________________
22870 [ 17917] By: hv on 2002/09/26 07:46:43
22871 Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
22872 From: Slaven Rezic <slaven.rezic@berlin.de>
22873 Date: 11 Sep 2002 19:37:09 +0200
22874 Message-ID: <871y80a0my.fsf@vran.herceg.de>
22876 ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
22877 ____________________________________________________________________________
22878 [ 17916] By: hv on 2002/09/26 07:31:42
22879 Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
22880 From: "Brendan O'Dea" <bod@debian.org>
22881 Date: Tue, 10 Sep 2002 09:19:05 +1000
22882 Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
22884 ! pod/perlembed.pod
22885 ____________________________________________________________________________
22886 [ 17915] By: rgs on 2002/09/24 20:19:22
22887 Log: Patch #17914 was empty ; this should have been applied instead.
22890 ____________________________________________________________________________
22891 [ 17914] By: rgs on 2002/09/21 19:58:57
22892 Log: Subject: [PATCH] PASE saga continues
22893 From: Jarkko Hietaniemi <jhi@iki.fi>
22894 Date: Thu, 19 Sep 2002 23:30:20 +0300
22895 Message-ID: <20020919203020.GB274453@lyta.hut.fi>
22898 ____________________________________________________________________________
22899 [ 17913] By: rgs on 2002/09/21 19:46:56
22900 Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
22901 From: "Craig A. Berry" <craigberry@mac.com>
22902 Date: Wed, 18 Sep 2002 16:57:02 -0500
22903 Message-ID: <3D88F6AE.3020708@mac.com>
22905 ! lib/File/Spec/VMS.pm vms/ext/filespec.t
22906 ____________________________________________________________________________
22907 [ 17912] By: ams on 2002/09/19 17:21:24
22908 Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
22909 From: Jarkko Hietaniemi <jhi@iki.fi>
22910 Date: Thu, 19 Sep 2002 18:59:48 +0300
22911 Message-Id: <20020919155948.GU208696@lyta.hut.fi>
22913 Subject: [PATCH] more PASE tweakage
22914 From: Jarkko Hietaniemi <jhi@iki.fi>
22915 Date: Thu, 19 Sep 2002 18:01:44 +0300
22916 Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
22918 ! README.os400 hints/aix.sh
22919 ____________________________________________________________________________
22920 [ 17911] By: ams on 2002/09/17 19:29:53
22923 ! ext/POSIX/POSIX.pod
22924 ____________________________________________________________________________
22925 [ 17910] By: ams on 2002/09/17 18:09:32
22926 Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
22927 checking for SvOK in do_readline().
22929 ! pp_hot.c t/op/gv.t
22930 ____________________________________________________________________________
22931 [ 17909] By: rgs on 2002/09/16 21:49:27
22932 Log: Pod formatting nit, found by Merijn and Jos Boumans.
22934 ! pod/perlunicode.pod
22935 ____________________________________________________________________________
22936 [ 17908] By: rgs on 2002/09/16 21:34:55
22937 Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
22938 From: (Ilya Martynov) (via RT) <perlbug@perl.org>
22939 Date: 15 Sep 2002 19:06:56 -0000
22940 Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
22942 ! lib/Locale/Country.pm lib/Locale/Currency.pm
22943 ! lib/Locale/Language.pm lib/Locale/Script.pm
22944 ____________________________________________________________________________
22945 [ 17907] By: rgs on 2002/09/16 20:33:51
22946 Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
22947 From: Jarkko Hietaniemi <jhi@iki.fi>
22948 Date: Sun, 15 Sep 2002 18:02:17 +0300
22949 Message-ID: <20020915150217.GB21300@lyta.hut.fi>
22952 ____________________________________________________________________________
22953 [ 17906] By: rgs on 2002/09/15 11:30:38
22954 Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
22955 of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
22956 not all modules listed in perlmodlib are necessarily installed.
22957 Plus some corrections by Vincent Lefevre.
22959 ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
22960 ____________________________________________________________________________
22961 [ 17904] By: merijn on 2002/09/13 14:02:18
22962 Log: Tabs erroneusly expanded to spaces, causing AIX to fail
22966 ____________________________________________________________________________
22967 [ 17902] By: merijn on 2002/09/13 07:47:29
22968 Log: configure.com needs d_modflproto
22969 Thu 12 Sep 2002 23:19, "Craig A. Berry"
22972 ____________________________________________________________________________
22973 [ 17901] By: rgs on 2002/09/12 20:19:55
22974 Log: Subject: [PATCH] more PASE wisdom
22975 From: Jarkko Hietaniemi <jhi@iki.fi>
22976 Date: Fri, 13 Sep 2002 00:17:39 +0300
22977 Message-ID: <20020912211739.GB6980@lyta.hut.fi>
22980 ____________________________________________________________________________
22981 [ 17900] By: rgs on 2002/09/12 19:33:06
22982 Log: Fix a syntax incompatibility introduced by the // operator.
22983 (Note that C<print $fh //> is still a syntax error, it
22984 wasn't with perl 5.8.0.)
22986 ! t/op/dor.t toke.c
22987 ____________________________________________________________________________
22988 [ 17898] By: rgs on 2002/09/11 20:58:46
22989 Log: Fix bug #17006 : remove spurious do{} in the deparsing
22992 ! ext/B/B/Deparse.pm ext/B/t/deparse.t
22993 ____________________________________________________________________________
22994 [ 17897] By: rgs on 2002/09/11 20:56:21
22995 Log: Subject: [perl #17119] typo in utils/dprofpp.PL
22996 From: "Todd C. Miller" (via RT) <perlbug@perl.org>
22997 Date: 10 Sep 2002 18:49:56 -0000
22998 Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
23001 ____________________________________________________________________________
23002 [ 17896] By: merijn on 2002/09/11 08:31:45
23003 Log: re-synced Configure to backported metaunits
23005 ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23007 ____________________________________________________________________________
23008 [ 17892] By: merijn on 2002/09/10 15:43:53
23009 Log: Callback behaviour in hints
23010 Mon, 9 Sep 2002, Allen Smith
23012 ! hints/README.hints
23013 ____________________________________________________________________________
23014 [ 17888] By: merijn on 2002/09/10 09:20:52
23015 Log: New low-price HP servers
23018 ____________________________________________________________________________
23019 [ 17887] By: rgs on 2002/09/09 21:00:08
23020 Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
23021 From: Paul Johnson <paul@pjcj.net>
23022 Date: Mon, 9 Sep 2002 23:37:33 +0200
23023 Message-ID: <20020909213733.GD879@pjcj.net>
23025 ! ext/B/B/Deparse.pm
23026 ____________________________________________________________________________
23027 [ 17886] By: rgs on 2002/09/09 20:38:01
23028 Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
23029 From: Nicholas Clark <nick@unfortu.net>
23030 Date: Sun, 8 Sep 2002 23:05:54 +0100
23031 Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
23034 ____________________________________________________________________________
23035 [ 17885] By: rgs on 2002/09/09 20:35:34
23036 Log: Subject: [PATCH] strict.pm pod at __END__
23037 From: Nicholas Clark <nick@unfortu.net>
23038 Date: Sun, 8 Sep 2002 22:36:09 +0100
23039 Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
23042 ____________________________________________________________________________
23043 [ 17884] By: rgs on 2002/09/09 19:33:11
23044 Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
23045 From: Nicholas Clark <nick@unfortu.net>
23046 Date: Sun, 8 Sep 2002 19:45:52 +0100
23047 Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
23049 ! lib/File/Find/t/find.t
23050 ____________________________________________________________________________
23051 [ 17883] By: rgs on 2002/09/09 19:10:08
23052 Log: Subject: [PATCH] Quieten warnings in Deparse.pm
23053 From: Paul Johnson <paul@pjcj.net>
23054 Date: Sun, 8 Sep 2002 23:50:11 +0200
23055 Message-ID: <20020908215011.GA879@pjcj.net>
23057 ! ext/B/B/Deparse.pm
23058 ____________________________________________________________________________
23059 [ 17882] By: hv on 2002/09/09 10:33:58
23060 Log: Update Changes
23062 ! Changes patchlevel.h
23063 ____________________________________________________________________________
23064 [ 17881] By: hv on 2002/09/09 09:54:55
23065 Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
23066 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
23067 Date: Mon, 9 Sep 2002 01:48:08 -0400
23068 Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
23071 ____________________________________________________________________________
23072 [ 17880] By: hv on 2002/09/09 09:33:55
23073 Log: integrate Math::BigInt-1.63
23074 Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
23075 From: Tels <perl_dummy@bloodgate.com>
23076 Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
23077 Message-Id: <200209082022.g88KMGY20194@crypt.org>
23079 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23080 ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
23081 ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
23082 ! lib/Math/BigInt/t/sub_mif.t
23083 ____________________________________________________________________________
23084 [ 17879] By: hv on 2002/09/09 09:23:53
23085 Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
23086 From: Jarkko Hietaniemi <jhi@iki.fi>
23087 Date: Mon, 9 Sep 2002 00:07:46 +0300
23088 Message-ID: <20020908210746.GB4136@lyta.hut.fi>
23091 ____________________________________________________________________________
23092 [ 17878] By: hv on 2002/09/09 09:11:57
23093 Log: small grammar fix in Benchmark docs
23096 ____________________________________________________________________________
23097 [ 17877] By: hv on 2002/09/09 09:09:30
23098 Log: Subject: [PATCH] configpm
23099 From: Abe Timmerman <abe@ztreet.demon.nl>
23100 Date: Sun, 8 Sep 2002 17:21:19 +0200
23101 Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
23104 ____________________________________________________________________________
23105 [ 17876] By: hv on 2002/09/09 08:48:35
23106 Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
23107 From: Abe Timmerman <abe@ztreet.demon.nl>
23108 Date: Mon, 9 Sep 2002 01:32:19 +0200
23109 Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
23112 ____________________________________________________________________________
23113 [ 17875] By: rgs on 2002/09/08 18:55:01
23114 Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
23115 From: Nicholas Clark <nick@unfortu.net>
23116 Date: Sun, 8 Sep 2002 15:46:44 +0100
23117 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
23119 Plus two other similar tweaks
23121 ! ext/SDBM_File/sdbm.t
23122 ____________________________________________________________________________
23123 [ 17874] By: hv on 2002/09/08 17:10:38
23124 Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
23125 From: "Allen Smith" <easmith@beatrice.rutgers.edu>
23126 Date: Sat, 7 Sep 2002 05:25:45 -0400
23127 Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
23129 ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
23131 ____________________________________________________________________________
23132 [ 17873] By: hv on 2002/09/08 16:48:54
23133 Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
23134 From: Nicholas Clark <nick@unfortu.net>
23135 Date: Sat, 7 Sep 2002 00:20:53 +0100
23136 Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
23139 ____________________________________________________________________________
23140 [ 17872] By: hv on 2002/09/08 16:35:46
23141 Log: temporarily skip failing Storable tests caused by #17869
23143 ! ext/Storable/t/code.t
23144 ____________________________________________________________________________
23145 [ 17871] By: hv on 2002/09/08 16:23:49
23146 Log: Subject: [PATCH] tiddly tidy up for util.c
23147 From: Nicholas Clark <nick@unfortu.net>
23148 Date: Fri, 6 Sep 2002 23:00:14 +0100
23149 Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
23152 ____________________________________________________________________________
23153 [ 17870] By: hv on 2002/09/08 16:21:23
23154 Log: regularise whitespace and formatting in util.c
23157 ____________________________________________________________________________
23158 [ 17869] By: hv on 2002/09/08 15:46:08
23159 Log: Subject: [perl #17061] no strict 'garbage'
23160 From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
23161 Date: 6 Sep 2002 19:31:02 -0000
23162 Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
23163 Date: Sat, 07 Sep 2002 13:40:22 +0200
23164 Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
23166 ! lib/strict.pm lib/strict.t
23167 ____________________________________________________________________________
23168 [ 17868] By: hv on 2002/09/08 15:24:08
23169 Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
23171 ! pod/perl58delta.pod
23172 ____________________________________________________________________________
23173 [ 17867] By: hv on 2002/09/08 15:10:46
23174 Log: Subject: [PATCH] allow using hires time() in Benchmark
23175 From: Jarkko Hietaniemi <jhi@iki.fi>
23176 Date: Fri, 6 Sep 2002 00:38:11 +0300
23177 Message-ID: <20020905213811.GA23771@lyta.hut.fi>
23180 ____________________________________________________________________________
23181 [ 17866] By: hv on 2002/09/08 15:06:05
23182 Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
23183 From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
23184 Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
23185 Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
23188 ____________________________________________________________________________
23189 [ 17865] By: hv on 2002/09/08 15:03:23
23190 Log: Subject: Unicode::Collate 0.23 Released
23191 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23192 Date: Thu, 05 Sep 2002 23:28:32 +0900
23193 Message-Id: <20020905232316.8151.BQW10602@nifty.com>
23195 + lib/Unicode/Collate/t/index.t
23196 ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
23197 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
23198 ____________________________________________________________________________
23199 [ 17864] By: hv on 2002/09/08 14:55:31
23200 Log: Subject: sv_2pv_flags and ROK and UTF8 flags
23201 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23202 Date: Wed, 04 Sep 2002 21:09:01 -0700
23203 Message-ID: <djtd9gzkgyLd092yn@efn.org>
23204 Date: Fri, 06 Sep 2002 09:23:03 -0700
23205 Message-ID: <nZNe9gzkgKdH092yn@efn.org>
23207 ! lib/overload.t sv.c sv.h t/op/pat.t
23208 ____________________________________________________________________________
23209 [ 17863] By: hv on 2002/09/08 14:11:54
23210 Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
23213 ____________________________________________________________________________
23214 [ 17862] By: hv on 2002/09/08 14:01:07
23215 Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
23216 From: Michael G Schwern <schwern@pobox.com>
23217 Date: Wed, 4 Sep 2002 11:38:01 -0700
23218 Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
23221 ____________________________________________________________________________
23222 [ 17861] By: hv on 2002/09/08 13:58:10
23223 Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
23224 From: Michael G Schwern <schwern@pobox.com>
23225 Date: Fri, 6 Sep 2002 14:03:16 -0700
23226 Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
23229 ____________________________________________________________________________
23230 [ 17860] By: hv on 2002/09/08 13:48:49
23231 Log: #17859 misuses s/// return values
23234 ____________________________________________________________________________
23235 [ 17859] By: hv on 2002/09/08 13:17:46
23236 Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work.
23237 From: Nicholas Clark <nick@unfortu.net>
23238 Date: Mon, 2 Sep 2002 23:22:32 +0100
23239 Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
23242 ____________________________________________________________________________
23243 [ 17850] By: ams on 2002/09/06 03:31:32
23244 Log: Subject: [PATCH] (mostly (Unicode)) pod nits
23245 From: Jarkko Hietaniemi <jhi@iki.fi>
23246 Date: Fri, 6 Sep 2002 06:01:57 +0300
23247 Message-Id: <20020906030157.GA28252@lyta.hut.fi>
23249 ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
23250 ____________________________________________________________________________
23251 [ 17849] By: gsar on 2002/09/05 06:28:36
23252 Log: document setting the email address
23254 ! Porting/repository.pod
23255 ____________________________________________________________________________
23256 [ 17848] By: hv on 2002/09/04 23:12:15
23257 Log: AUTHORS: preferred address for Allen Smith
23260 ____________________________________________________________________________
23261 [ 17847] By: hv on 2002/09/04 23:10:37
23262 Log: copy on write: fixes and debugging
23263 Subject: what copies scalars in ithreads?
23264 From: Nicholas Clark <nick@unfortu.net>
23265 Date: Wed, 4 Sep 2002 21:52:47 +0100
23266 Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
23269 ____________________________________________________________________________
23270 [ 17846] By: hv on 2002/09/04 23:02:43
23271 Log: Subject: Re: [PATCH] A variety of README nitpicks.
23272 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23273 Date: Wed, 04 Sep 2002 09:10:05 +0200
23274 Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
23277 ____________________________________________________________________________
23278 [ 17845] By: hv on 2002/09/04 15:06:33
23279 Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
23281 ! lib/Math/BigInt/t/constant.t
23282 ____________________________________________________________________________
23283 [ 17844] By: hv on 2002/09/04 14:32:19
23284 Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
23286 ! ext/DB_File/DB_File.xs
23287 ____________________________________________________________________________
23288 [ 17843] By: hv on 2002/09/04 14:09:13
23289 Log: #17842 was only half the story
23290 Subject: [PATCH deb.c] Re: HiRes failure is success?
23291 From: Dave Mitchell <davem@fdgroup.com>
23292 Date: Wed, 4 Sep 2002 16:11:15 +0100
23293 Message-ID: <20020904161115.E27603@fdgroup.com>
23296 ____________________________________________________________________________
23297 [ 17842] By: hv on 2002/09/04 14:04:40
23298 Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
23301 ____________________________________________________________________________
23302 [ 17841] By: hv on 2002/09/04 13:57:27
23303 Log: Subject: [PATCH] op/getpid.t failure
23304 From: Michael G Schwern <schwern@pobox.com>
23305 Date: Tue, 3 Sep 2002 17:48:24 -0700
23306 Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
23309 ____________________________________________________________________________
23310 [ 17840] By: hv on 2002/09/04 13:55:20
23311 Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
23312 and Subject: [PATCH] More modules that don't lazy load Carp right.
23313 From: Michael G Schwern <schwern@pobox.com>
23314 Date: Tue, 3 Sep 2002 17:21:57 -0700
23315 Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
23316 and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
23318 ! ext/Encode/Unicode/Unicode.pm
23319 ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
23320 ! lib/File/Basename.pm
23321 ____________________________________________________________________________
23322 [ 17839] By: hv on 2002/09/04 13:47:12
23323 Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
23324 From: "Brendan O'Dea" <bod@debian.org>
23325 Date: Wed, 4 Sep 2002 02:36:10 +1000
23326 Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
23328 ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
23329 ____________________________________________________________________________
23330 [ 17838] By: hv on 2002/09/04 13:41:27
23331 Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
23332 From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
23333 Date: Tue, 3 Sep 2002 13:46:18 +0200
23334 Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
23336 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
23337 ____________________________________________________________________________
23338 [ 17837] By: hv on 2002/09/04 13:38:27
23339 Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
23340 From: Michael G Schwern <schwern@pobox.com>
23341 Date: Mon, 2 Sep 2002 22:29:07 -0700
23342 Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
23345 ____________________________________________________________________________
23346 [ 17836] By: hv on 2002/09/04 13:35:36
23347 Log: Subject: [PATCH] DB_File 1.805
23348 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
23349 Date: Mon, 2 Sep 2002 23:56:40 +0100
23350 Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
23352 ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23353 ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
23354 ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
23355 ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
23356 ____________________________________________________________________________
23357 [ 17835] By: hv on 2002/09/04 13:23:17
23358 Log: fix coredump after 64k-deep recursion
23359 Subject: Re: debugging coredump with -DD
23361 Date: Tue, 03 Sep 2002 14:34:20 +0100
23362 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
23364 ! cop.h t/op/recurse.t
23365 ____________________________________________________________________________
23366 [ 17834] By: hv on 2002/09/04 13:08:36
23367 Log: perldoc: allow arguments for pager
23368 Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
23369 From: Chip Turner <cturner@redhat.com>
23370 Date: 02 Sep 2002 01:17:23 -0400
23371 Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
23374 ____________________________________________________________________________
23375 [ 17833] By: hv on 2002/09/04 12:55:54
23376 Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
23377 From: Jarkko Hietaniemi <jhi@iki.fi>
23378 Date: Sun, 1 Sep 2002 19:23:55 +0300
23379 Message-ID: <20020901162355.GH12536@lyta.hut.fi>
23381 ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
23382 ____________________________________________________________________________
23383 [ 17832] By: hv on 2002/09/04 12:39:42
23384 Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
23385 From: John Peacock <jpeacock@rowman.com>
23386 Date: Sun, 01 Sep 2002 15:00:12 -0400
23387 Message-ID: <3D7263BC.9020608@rowman.com>
23389 ! lib/ExtUtils/xsubpp pod/perlxs.pod
23390 ____________________________________________________________________________
23391 [ 17831] By: hv on 2002/09/04 11:47:10
23392 Log: #17827 misses some win32 tweaks
23394 ! win32/Makefile win32/makefile.mk
23395 ____________________________________________________________________________
23396 [ 17830] By: hv on 2002/09/04 11:41:22
23397 Log: update email address for Paul Marquess
23400 ____________________________________________________________________________
23401 [ 17829] By: hv on 2002/09/04 11:38:39
23402 Log: Subject: Correction for AUTHORS.html
23403 From: Sean Davis <dive@ender.com>
23404 Date: Fri, 30 Aug 2002 03:51:16 -0700
23405 Message-ID: <20020830035116.A18739@endersgame.net>
23408 ____________________________________________________________________________
23409 [ 17828] By: hv on 2002/09/04 11:31:42
23410 Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
23411 From: Michael G Schwern <schwern@pobox.com>
23412 Date: Fri, 30 Aug 2002 03:40:45 -0700
23413 Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
23415 ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
23416 ! lib/File/Spec/t/Spec.t
23417 ____________________________________________________________________________
23418 [ 17827] By: hv on 2002/09/04 11:21:57
23419 Log: Subject: [PATCH] OS/400 PASE port
23420 From: Jarkko Hietaniemi <jhi@iki.fi>
23421 Date: Thu, 29 Aug 2002 22:22:51 +0300
23422 Message-ID: <20020829192251.GA27102@lyta.hut.fi>
23424 + README.os400 hints/os400.sh
23425 ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
23426 ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
23427 ____________________________________________________________________________
23428 [ 17826] By: hv on 2002/09/04 11:10:54
23429 Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
23430 From: "Brendan O'Dea" <bod@debian.org>
23431 Date: Thu, 29 Aug 2002 22:42:39 +1000
23432 Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
23434 ! ext/Sys/Syslog/syslog.t
23435 ____________________________________________________________________________
23436 [ 17825] By: hv on 2002/09/04 10:53:59
23437 Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
23438 From: "John P. Linderman" <jpl@research.att.com>
23439 Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
23440 Message-Id: <200208271900.PAA98096@raptor.research.att.com>
23442 ! ext/IPC/SysV/Semaphore.pm
23443 ____________________________________________________________________________
23444 [ 17824] By: rgs on 2002/09/03 20:02:36
23445 Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
23446 From: Richard Soderberg (via RT) <perlbug@perl.org>
23447 Date: 3 Sep 2002 18:48:54 -0000
23448 Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
23450 Subject: [PATCH] A variety of README nitpicks.
23451 From: Richard Soderberg <rs@crystalflame.net>
23452 Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
23453 Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
23455 ! README.amiga README.dgux README.dos README.epoc README.hpux
23456 ! README.mint README.netware README.vmesa
23457 ____________________________________________________________________________
23458 [ 17823] By: rgs on 2002/09/03 19:47:05
23459 Log: Fix bug #16828.
23460 Add a few tests to ext/B/t/b.t, make it use Test::More.
23462 ! ext/B/B.xs ext/B/t/b.t
23463 ____________________________________________________________________________
23464 [ 17822] By: rgs on 2002/09/02 19:29:52
23465 Log: Some simple tests for the POSIX::isXXX() functions.
23467 ! ext/POSIX/t/posix.t
23468 ____________________________________________________________________________
23469 [ 17821] By: rgs on 2002/08/30 19:56:53
23470 Log: Advertise Linux::Pid.
23472 ! pod/perlfunc.pod pod/perlvar.pod
23473 ____________________________________________________________________________
23474 [ 17819] By: hv on 2002/08/30 13:42:02
23475 Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
23476 From: John Peacock <jpeacock@rowman.com>
23477 Date: Wed, 28 Aug 2002 22:13:48 -0400
23478 Message-ID: <3D6D835C.50809@rowman.com>
23480 ! universal.c util.c
23481 ____________________________________________________________________________
23482 [ 17818] By: hv on 2002/08/30 13:16:05
23483 Log: add test related to change #17799:
23484 Subject: Re: if.pm bug.
23485 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
23486 Date: Thu, 29 Aug 2002 19:39:58 +0200
23487 Message-ID: <20020829173358.34731.qmail@onion.perl.org>
23490 ____________________________________________________________________________
23491 [ 17817] By: hv on 2002/08/30 13:12:20
23492 Log: Subject: [PATCH] AUTHORS
23493 From: "Brendan O'Dea" <bod@debian.org>
23494 Date: Thu, 29 Aug 2002 22:49:34 +1000
23495 Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
23498 ____________________________________________________________________________
23499 [ 17816] By: hv on 2002/08/30 13:10:45
23500 Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
23501 From: "Brendan O'Dea" <bod@debian.org>
23502 Date: Thu, 29 Aug 2002 22:46:47 +1000
23503 Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
23506 ____________________________________________________________________________
23507 [ 17815] By: hv on 2002/08/30 13:02:41
23508 Log: formatting cleanup and:
23509 Subject: Re: perl-5.8.0 on HP porting center
23510 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23511 Date: Thu, 29 Aug 2002 12:23:31 +0200
23512 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
23515 ____________________________________________________________________________
23516 [ 17814] By: hv on 2002/08/30 12:23:33
23517 Log: Subject: [PATCH] perlmod.pod nit
23518 From: Autrijus Tang <autrijus@autrijus.org>
23519 Date: Thu, 29 Aug 2002 03:49:34 +0800
23520 Message-ID: <20020828194934.GA12244@not.autrijus.org>
23523 ____________________________________________________________________________
23524 [ 17813] By: hv on 2002/08/30 12:19:15
23525 Log: Subject: [PATCH] Re: glob names and Regexp type introspection
23526 From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23527 Date: Thu, 29 Aug 2002 17:31:31 -0700
23528 Message-ID: <jzrb9gzkgO7W092yn@efn.org>
23531 ____________________________________________________________________________
23532 [ 17812] By: hv on 2002/08/30 12:06:20
23533 Log: Subject: [PATCH] typos in Hash::Util documentation
23534 From: Slaven Rezic <slaven.rezic@berlin.de>
23535 Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
23536 Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
23539 ____________________________________________________________________________
23540 [ 17811] By: hv on 2002/08/30 12:02:59
23541 Log: Subject: Re: Recent changes on the HP porting center
23542 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23543 Date: Wed, 28 Aug 2002 17:39:27 +0200
23544 Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
23547 ____________________________________________________________________________
23548 [ 17810] By: hv on 2002/08/30 11:58:18
23549 Log: Subject: [PATCH] Fixes to threads::shared when disabled
23550 From: Michael G Schwern <schwern@pobox.com>
23551 Date: Wed, 28 Aug 2002 06:04:18 -0700
23552 Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
23554 + ext/threads/shared/t/disabled.t
23555 ! MANIFEST ext/threads/shared/shared.pm
23556 ! ext/threads/shared/t/hv_refs.t
23557 ____________________________________________________________________________
23558 [ 17808] By: ams on 2002/08/30 02:59:31
23559 Log: Subject: [PATCH] Tru64 vs Berkeley DB
23560 From: Jarkko Hietaniemi <jhi@iki.fi>
23561 Date: Fri, 30 Aug 2002 06:56:38 +0300
23562 Message-Id: <20020830035638.GB874@lyta.hut.fi>
23564 ! README.tru64 hints/dec_osf.sh
23565 ____________________________________________________________________________
23566 [ 17807] By: ams on 2002/08/30 02:32:30
23567 Log: Subject: [PATCH] IRIX + INSTALL
23568 From: Jarkko Hietaniemi <jhi@iki.fi>
23569 Date: Fri, 30 Aug 2002 06:31:48 +0300
23570 Message-Id: <20020830033148.GA874@lyta.hut.fi>
23572 ! INSTALL hints/irix_6.sh
23573 ____________________________________________________________________________
23574 [ 17806] By: hv on 2002/08/29 22:56:45
23575 Log: #17449 failed to apply the actual patch. This is it.
23577 ! lib/Exporter.pm lib/Exporter/Heavy.pm
23578 ____________________________________________________________________________
23579 [ 17805] By: hv on 2002/08/29 13:49:04
23581 Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
23582 From: "esm@pobox.com (via RT)" <perlbug@perl.org>
23583 Date: 27 Aug 2002 22:10:16 -0000
23584 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
23586 ! ext/POSIX/POSIX.xs
23587 ____________________________________________________________________________
23588 [ 17804] By: hv on 2002/08/29 13:29:43
23589 Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
23590 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23591 Date: Tue, 27 Aug 2002 23:36:53 +0200
23592 Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
23594 ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
23595 ! perl.c perlapi.h sv.c
23596 ____________________________________________________________________________
23597 [ 17803] By: ams on 2002/08/29 13:09:47
23598 Log: Subject: [PATCH] AIX compiler setup sanity checking
23599 From: Jarkko Hietaniemi <jhi@iki.fi>
23600 Date: Thu, 29 Aug 2002 16:43:51 +0300
23601 Message-Id: <20020829134351.GG5219@lyta.hut.fi>
23604 ____________________________________________________________________________
23605 [ 17802] By: hv on 2002/08/29 12:32:51
23606 Log: Subject: [perl #16769] Documention bug
23607 From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
23608 Date: 26 Aug 2002 10:01:04 -0000
23609 Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
23611 ! pod/perl58delta.pod
23612 ____________________________________________________________________________
23613 [ 17801] By: hv on 2002/08/29 12:19:30
23614 Log: Subject: [PATCH] ExtUtils::Constant 0.14
23615 From: Nicholas Clark <nick@unfortu.net>
23616 Date: Sun, 25 Aug 2002 18:06:00 +0100
23617 Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
23619 ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
23620 ____________________________________________________________________________
23621 [ 17800] By: hv on 2002/08/29 12:08:59
23622 Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
23623 From: Mark-Jason Dominus <mjd@plover.com>
23624 Date: Sun, 25 Aug 2002 12:09:53 -0400
23625 Message-ID: <20020825160953.15987.qmail@plover.com>
23628 ____________________________________________________________________________
23629 [ 17799] By: hv on 2002/08/29 11:48:39
23630 Log: Subject: Re: if.pm bug.
23631 From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
23632 Date: Sun, 25 Aug 2002 00:27:59 +0200
23633 Message-ID: <20020824222210.16387.qmail@onion.perl.org>
23636 ____________________________________________________________________________
23637 [ 17798] By: hv on 2002/08/29 11:44:00
23638 Log: Subject: [PATCH] posixify getppid on linux-multithread
23639 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23640 Date: Tue, 6 Aug 2002 21:56:46 +0200
23641 Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
23644 ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
23645 ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
23646 ____________________________________________________________________________
23647 [ 17797] By: hv on 2002/08/29 10:55:41
23648 Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
23649 From: Mark-Jason Dominus <mjd@plover.com>
23650 Date: Sun, 25 Aug 2002 22:31:54 -0400
23651 Message-ID: <20020826023154.22986.qmail@plover.com>
23654 ____________________________________________________________________________
23655 [ 17791] By: hv on 2002/08/27 11:28:32
23656 Log: Missing MANIFEST files for #17783.
23659 ____________________________________________________________________________
23660 [ 17790] By: hv on 2002/08/27 11:22:36
23661 Log: #17783 introduced an outdated test module, causing failure in
23662 lib/ExtUtils/t/problems.t. This grabs a more recent copy from
23663 ExtUtils::MakeMaker.
23666 ____________________________________________________________________________
23667 [ 17789] By: ams on 2002/08/27 04:04:48
23668 Log: Subject: Patch perlvar.pod
23669 From: mjd@plover.com
23670 Date: 27 Aug 2002 03:03:01 -0000
23671 Message-Id: <20020827030301.32481.qmail@plover.com>
23674 ____________________________________________________________________________
23675 [ 17788] By: hv on 2002/08/26 23:59:47
23676 Log: Update Changes
23678 ! Changes patchlevel.h
23679 ____________________________________________________________________________
23680 [ 17787] By: hv on 2002/08/26 19:22:27
23682 Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
23683 From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
23684 Date: 26 Aug 2002 15:01:36 -0000
23685 Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
23687 ! regexec.c t/op/re_tests
23688 ____________________________________________________________________________
23689 [ 17786] By: hv on 2002/08/26 15:34:25
23690 Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
23691 From: "Sean M. Burke" <sburke@cpan.org>
23692 Date: Mon, 26 Aug 2002 04:38:19 -0600
23693 Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
23695 ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
23696 ! lib/Test/t/todo.t
23697 ____________________________________________________________________________
23698 [ 17785] By: hv on 2002/08/26 15:18:41
23699 Log: fix non-ANSI C++-style comment
23700 Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current
23701 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23702 Date: Mon, 26 Aug 2002 09:15:18 +0200
23703 Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
23705 ! ext/Storable/Storable.xs
23706 ____________________________________________________________________________
23707 [ 17784] By: hv on 2002/08/26 15:15:19
23708 Log: #17780 relies on unixy paths to locate own directory for bignum tests.
23710 ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
23711 ! lib/bignum/t/brinfnan.t
23712 ____________________________________________________________________________
23713 [ 17783] By: hv on 2002/08/26 15:07:21
23714 Log: Subject: [ANNOUNCE] Test::Simple 0.47
23715 From: Michael G Schwern <schwern@pobox.com>
23716 Date: Mon, 26 Aug 2002 04:13:03 -0700
23717 Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
23719 + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
23720 + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
23721 + lib/Test/Simple/t/ok_obj.t
23722 + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
23723 ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
23724 ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
23725 ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
23726 ! lib/Test/Tutorial.pod t/lib/TieOut.pm
23727 ____________________________________________________________________________
23728 [ 17782] By: hv on 2002/08/26 15:00:55
23729 Log: new test for change #17773
23730 Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
23731 From: DH <crazyinsomniac@yahoo.com>
23732 Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
23733 Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
23735 ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
23736 ____________________________________________________________________________
23737 [ 17781] By: hv on 2002/08/26 14:48:35
23738 Log: #17775 changed reentr.c instead of reentr.pl, which generates it
23741 ____________________________________________________________________________
23742 [ 17780] By: hv on 2002/08/25 19:03:50
23743 Log: fix bignum test failures
23745 ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
23746 ! lib/bignum/t/brinfnan.t
23747 ____________________________________________________________________________
23748 [ 17779] By: hv on 2002/08/25 18:56:29
23749 Log: upgrade bignum to v0.13: fix test failures and update docs
23751 ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
23752 ____________________________________________________________________________
23753 [ 17778] By: hv on 2002/08/25 18:43:06
23754 Log: Subject: Encode 1.76 Released
23755 From: Dan Kogai <dankogai@dan.co.jp>
23756 Date: su elo 25, 2002 11:27:07 US/Eastern
23757 Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
23759 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
23760 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
23761 ! ext/Encode/lib/Encode/MIME/Header.pm
23762 ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
23763 ____________________________________________________________________________
23764 [ 17777] By: rgs on 2002/08/25 18:42:46
23765 Log: Fix parsing problems with the // operator.
23766 Make // able to follow various unary operators used without
23767 arguments or parens (shift, pop, getc, pos, readline,
23768 readlink, undef, umask, and the filetest operators), as
23769 well as the <FH> operator.
23771 ! perl.h t/op/dor.t toke.c
23772 ____________________________________________________________________________
23773 [ 17776] By: hv on 2002/08/25 15:56:37
23774 Log: Subject: [PATCH] ExtUtils::Constant 0.13
23775 From: Nicholas Clark <nick@unfortu.net>
23776 Date: Fri, 23 Aug 2002 19:21:12 +0100
23777 Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
23779 ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
23780 ____________________________________________________________________________
23781 [ 17775] By: hv on 2002/08/25 15:46:28
23782 Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
23783 From: "mls@suse.de (via RT)" <perlbug@perl.org>
23784 Date: 23 Aug 2002 15:24:39 -0000
23785 Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
23788 ____________________________________________________________________________
23789 [ 17774] By: hv on 2002/08/25 15:29:42
23790 Log: Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented.
23791 From: Abigail <abigail@foad.org>
23792 Date: Thu, 22 Aug 2002 04:10:39 -0700
23793 Message-ID: <20020822041039.A2089@ucan.foad.org>
23795 ! lib/Benchmark.pm lib/Benchmark.t
23796 ____________________________________________________________________________
23797 [ 17773] By: hv on 2002/08/25 15:17:16
23798 Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
23799 From: DH <crazyinsomniac@yahoo.com>
23800 Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
23801 Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
23804 ____________________________________________________________________________
23805 [ 17772] By: hv on 2002/08/25 14:49:37
23806 Log: Subject: Re: p5p patches
23807 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23808 Date: Fri, 23 Aug 2002 15:27:48 +0200
23809 Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
23811 ! Porting/patching.pod
23812 ____________________________________________________________________________
23813 [ 17771] By: hv on 2002/08/25 14:45:46
23814 Log: Subject: Newdated info for HP-UX
23815 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23816 Date: Wed, 21 Aug 2002 20:20:17 +0200
23817 Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
23820 ____________________________________________________________________________
23821 [ 17770] By: hv on 2002/08/25 14:26:36
23822 Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
23823 From: "Jos I. Boumans" <kane@cpan.org>
23824 Date: Wed, 21 Aug 2002 14:55:51 +0200
23825 Message-ID: <20020821124817.34761.qmail@onion.perl.org>
23828 ____________________________________________________________________________
23829 [ 17769] By: hv on 2002/08/25 14:16:50
23830 Log: Subject: bit more for WinCE
23831 From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
23832 Date: Wed, 21 Aug 2002 01:31:52 +0400
23833 Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
23835 ! wince/Makefile.ce wince/compile.bat wince/win32io.c
23837 ____________________________________________________________________________
23838 [ 17768] By: hv on 2002/08/25 14:02:47
23839 Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
23840 From: Anton Berezin <tobez@tobez.org>
23841 Date: Tue, 20 Aug 2002 23:44:25 +0200
23842 Message-ID: <20020820214425.GG16178@heechee.tobez.org>
23844 ! lib/lib.t lib/lib_pm.PL
23845 ____________________________________________________________________________
23846 [ 17767] By: hv on 2002/08/25 13:52:08
23847 Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
23848 From: "Randy W. Sims" (via RT) <perlbug@perl.org>
23849 Date: 18 Aug 2002 13:27:12 -0000
23850 Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
23853 ____________________________________________________________________________
23854 [ 17766] By: rgs on 2002/08/24 20:33:05
23855 Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
23856 From: Peter BARABAS (via RT) <perlbug@perl.org>
23857 Date: 24 Aug 2002 08:16:19 -0000
23858 Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
23860 ! pod/perlxstut.pod
23861 ____________________________________________________________________________
23862 [ 17765] By: rgs on 2002/08/24 19:03:52
23863 Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
23864 From: Nicholas Clark <nick@unfortu.net>
23865 Date: Sat, 24 Aug 2002 17:01:08 +0100
23866 Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
23869 ! lib/Net/t/hostname.t
23870 ____________________________________________________________________________
23871 [ 17764] By: rgs on 2002/08/24 12:29:27
23872 Log: a2p wasn't installed with -Dversiononly
23875 ____________________________________________________________________________
23876 [ 17763] By: hv on 2002/08/23 12:23:31
23877 Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
23878 with a NULL subaddr. Fix that, and stop it happening again.
23881 ____________________________________________________________________________
23882 [ 17762] By: hv on 2002/08/23 11:02:35
23883 Log: fixup threaded build for vstring changes
23885 ! universal.c util.c
23886 ____________________________________________________________________________
23887 [ 17761] By: ams on 2002/08/23 02:54:09
23888 Log: Incorporate fix from JHI at:
23889 http://rt.perl.org/rt2/Ticket/Display.html?id=16708
23891 ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
23892 ____________________________________________________________________________
23893 [ 17760] By: ams on 2002/08/23 01:30:46
23894 Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
23895 From: Jarkko Hietaniemi <jhi@iki.fi>
23896 Date: Fri, 23 Aug 2002 05:29:09 +0300
23897 Message-Id: <20020823022909.GC9135@lyta.hut.fi>
23899 ! ext/Devel/PPPort/PPPort.pm
23900 ____________________________________________________________________________
23901 [ 17759] By: ams on 2002/08/23 01:27:23
23902 Log: Subject: [PATCH] x2p/str.c signedness nits
23903 From: Jarkko Hietaniemi <jhi@iki.fi>
23904 Date: Fri, 23 Aug 2002 02:43:30 +0300
23905 Message-Id: <20020822234330.GC31624@lyta.hut.fi>
23908 ____________________________________________________________________________
23909 [ 17758] By: hv on 2002/08/22 22:29:45
23910 Log: bignum-0.12 updates from:
23911 Subject: [ANNOUCNE] Big Math::Big* update
23912 From: Tels <perl_dummy@bloodgate.com>
23913 Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
23914 Message-Id: <200208132121.g7DLLRV21408@crypt.org>
23916 + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
23917 + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
23918 + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
23919 ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
23921 ____________________________________________________________________________
23922 [ 17757] By: hv on 2002/08/22 22:19:42
23923 Log: new file for #17756
23926 ____________________________________________________________________________
23927 [ 17756] By: hv on 2002/08/22 22:16:41
23928 Log: Subject: ANNOUCNE: Math::BigRat v0.09
23929 From: Tels <perl_dummy@bloodgate.com>
23930 Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
23931 Message-Id: <200208141812.g7EICrV23771@crypt.org>
23933 + lib/Math/BigRat/t/big_ap.t
23934 ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
23935 ! lib/Math/BigRat/t/bigratpm.inc
23936 ____________________________________________________________________________
23937 [ 17755] By: hv on 2002/08/22 19:44:03
23938 Log: new files from #17754
23940 + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
23941 ____________________________________________________________________________
23942 [ 17754] By: hv on 2002/08/22 19:42:58
23943 Log: Subject: ANNOUNCE: Math-BigInt v1.62
23944 From: Tels <perl_dummy@bloodgate.com>
23945 Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
23946 Message-Id: <200208211513.g7LFDUs02512@crypt.org>
23948 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23949 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
23950 ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
23951 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
23952 ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
23953 ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
23954 ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
23955 ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
23956 ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
23957 ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
23958 ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
23959 ____________________________________________________________________________
23960 [ 17753] By: hv on 2002/08/22 12:05:57
23961 Log: Subject: podlators 1.24 released
23962 From: Russ Allbery <rra@stanford.edu>
23963 Date: Sat, 03 Aug 2002 20:56:42 -0700
23964 Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
23966 + lib/Pod/t/text-options.t
23967 ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
23968 ! lib/Pod/t/basic.t pod/pod2text.PL
23969 ____________________________________________________________________________
23970 [ 17752] By: hv on 2002/08/22 11:13:17
23971 Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
23972 From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23973 Date: Fri, 26 Jul 2002 02:59:12 +0900
23974 Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
23976 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
23977 ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
23978 ! lib/Unicode/Collate/t/test.t
23979 ____________________________________________________________________________
23980 [ 17751] By: hv on 2002/08/22 11:08:35
23981 Log: fix test failure from #17747
23984 ____________________________________________________________________________
23985 [ 17750] By: hv on 2002/08/22 10:46:19
23986 Log: Subject: [PATCH] Fix DBM filters
23987 From: "Paul Marquess" <Paul.Marquess@btinternet.com>
23988 Date: Wed, 21 Aug 2002 11:40:49 +0100
23989 Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
23991 ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
23992 ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
23993 ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
23994 ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
23995 ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
23996 ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
23997 ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
23998 ____________________________________________________________________________
23999 [ 17749] By: hv on 2002/08/22 01:04:32
24000 Log: avoid use of %caller::EXPORT
24001 Subject: [PATCH] Re: question about Exporter::import
24002 From: Nicholas Clark <nick@unfortu.net>
24003 Date: Wed, 14 Aug 2002 21:33:12 +0100
24004 Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
24006 ! lib/Exporter.pm lib/Exporter/Heavy.pm
24007 ____________________________________________________________________________
24008 [ 17748] By: hv on 2002/08/22 00:54:03
24009 Log: todo test for linux $0 modification
24010 Subject: Re: [perl #16206] $0 in 5.8
24011 From: Slaven Rezic <slaven.rezic@berlin.de>
24012 Date: 17 Aug 2002 21:32:37 +0200
24013 Message-id: <87elcx2sdm.fsf@vran.herceg.de>
24016 ____________________________________________________________________________
24017 [ 17747] By: hv on 2002/08/22 00:11:34
24018 Log: Subject: Re: [PATCH] Version object patch #1
24019 From: John Peacock <jpeacock@rowman.com>
24020 Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
24021 Message-id: <3D630042.6020407@rowman.com>
24023 Subject: Re: [REVISED PATCH] Magic v-strings
24024 From: John Peacock <jpeacock@rowman.com>
24025 Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
24026 Message-id: <3D63E532.7020305@rowman.com>
24028 ! sv.c t/op/ver.t universal.c util.c
24029 ____________________________________________________________________________
24030 [ 17746] By: hv on 2002/08/20 16:48:05
24031 Log: Subject: [PATCH] Version object patch #1
24032 From: John Peacock <jpeacock@rowman.com>
24033 Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
24034 Message-id: <3D5BB55D.6090603@rowman.com>
24035 and Message-id: <3D627D1A.4050607@rowman.com>
24036 and t/lib/warnings/universal tweak to skip
24038 ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
24039 ! t/lib/warnings/universal toke.c util.c
24040 ____________________________________________________________________________
24041 [ 17745] By: hv on 2002/08/20 16:27:01
24042 Log: perldelta for #17727
24044 ! pod/perldelta.pod
24045 ____________________________________________________________________________
24046 [ 17744] By: hv on 2002/08/20 15:34:36
24047 Log: Subject: typo in perfunc.pod
24048 From: "John P. Linderman" <jpl@research.att.com>
24049 Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
24050 Message-id: <200208191245.IAA20072@raptor.research.att.com>
24053 ____________________________________________________________________________
24054 [ 17743] By: hv on 2002/08/20 15:31:40
24055 Log: Subject: Re: [PATCH] fix typos in perlpacktut
24056 From: "Mr. Nobody" <mrnobo1024@yahoo.com>
24057 Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
24058 Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
24060 ! pod/perlpacktut.pod
24061 ____________________________________________________________________________
24062 [ 17742] By: hv on 2002/08/20 14:51:16
24063 Log: Subject: [REVISED PATCH] Magic v-strings
24064 From: John Peacock <jpeacock@rowman.com>
24065 Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
24066 Message-id: <3D556FE6.6000404@rowman.com>
24067 plus a bit of cleanup
24069 ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
24070 ____________________________________________________________________________
24071 [ 17741] By: hv on 2002/08/20 14:20:16
24072 Log: Subject: Re: [PATCH] Storable and CODE references
24073 From: Slaven Rezic <slaven.rezic@berlin.de>
24074 Date: 17 Aug 2002 21:58:03 +0200
24075 Message-id: <87bs812r78.fsf@vran.herceg.de>
24077 + ext/Storable/t/code.t
24078 ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
24079 ! ext/Storable/t/malice.t
24080 ____________________________________________________________________________
24081 [ 17740] By: hv on 2002/08/20 14:07:56
24082 Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
24083 Handle CoW in hashes:
24084 Subject: Re: why would tr/// be performing hash copies?
24085 From: Nicholas Clark <nick@unfortu.net>
24086 Date: Sun, 18 Aug 2002 23:17:01 +0100
24087 Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
24089 ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
24090 ____________________________________________________________________________
24091 [ 17739] By: hv on 2002/08/20 13:52:18
24092 Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
24093 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24094 Date: Tue, 23 Jul 2002 09:21:10 +0200
24095 Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
24098 ____________________________________________________________________________
24099 [ 17737] By: ams on 2002/08/19 07:48:39
24100 Log: Effect a speedy recovery from POD affected by (ahem, Australian)
24104 ____________________________________________________________________________
24105 [ 17736] By: hv on 2002/08/18 18:27:28
24106 Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
24107 From: Dave Mitchell <davem@fdgroup.com>
24108 Date: Fri, 16 Aug 2002 23:31:07 +0100
24109 Message-id: <20020816233107.E9388@fdgroup.com>
24111 ! numeric.c t/base/num.t
24112 ____________________________________________________________________________
24113 [ 17735] By: hv on 2002/08/18 02:22:21
24114 Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
24115 From: Mark-Jason Dominus <mjd@plover.com>
24116 Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
24117 Message-id: <20020814011909.22744.qmail@plover.com>
24119 ! lib/Net/hostent.pm
24120 ____________________________________________________________________________
24121 [ 17734] By: hv on 2002/08/18 02:20:05
24122 Log: Subject: [PATCH] Re: Pod::Functions tpyo
24123 From: Abe Timmerman <abe@ztreet.demon.nl>
24124 Date: Tue, 13 Aug 2002 23:47:00 +0200
24125 Message-id: <200208132347.00782.abe@ztreet.demon.nl>
24127 ! lib/Pod/Functions.pm
24128 ____________________________________________________________________________
24129 [ 17733] By: hv on 2002/08/18 02:17:18
24130 Log: Subject: Server rename revisited
24131 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24132 Date: Tue, 13 Aug 2002 19:19:03 +0200
24133 Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
24136 ____________________________________________________________________________
24137 [ 17732] By: hv on 2002/08/18 02:11:49
24138 Log: Subject: [PATCH] Remove old VOS build methods
24139 From: Paul_GreenVOS@vos.stratus.com
24140 Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
24141 Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
24143 - vos/Makefile vos/build.cm vos/compile_perl.cm
24144 - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24145 - vos/config.ga.h vos/config.pl vos/configure_perl.cm
24146 - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
24147 - vos/vos_dummies.c
24148 ! MANIFEST README.vos pod/perlport.pod vos/Changes
24149 ____________________________________________________________________________
24150 [ 17731] By: hv on 2002/08/18 01:57:12
24151 Log: Subject: [PATCH] Configure missing d_modflproto=''
24152 From: "Gerrit P. Haase" <gp@familiehaase.de>
24153 Date: Tue, 13 Aug 2002 15:11:05 +0200
24154 Message-id: <11417599086.20020813151105@familiehaase.de>
24157 ____________________________________________________________________________
24158 [ 17730] By: hv on 2002/08/18 01:41:33
24159 Log: missing chunk from #17725 causes lib/constant.t test failures
24162 ____________________________________________________________________________
24163 [ 17729] By: hv on 2002/08/17 02:33:15
24164 Log: Subject: [PATCH] Safe.pm documentation
24165 From: Slaven Rezic <slaven.rezic@berlin.de>
24166 Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
24167 Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
24169 ! ext/Opcode/Safe.pm pod/perlre.pod
24170 ____________________________________________________________________________
24171 [ 17728] By: hv on 2002/08/17 02:07:24
24172 Log: Subject: Copy On Write
24173 From: Nicholas Clark <nick@ccl4.org>
24174 Date: Thu, 15 Aug 2002 00:10:35 +0100
24175 Message-id: <20020815001035.A69079@plum.flirble.org>
24176 specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
24178 ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
24179 ! pp_hot.c proto.h sv.c sv.h
24180 ____________________________________________________________________________
24181 [ 17727] By: hv on 2002/08/17 01:20:05
24182 Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
24183 From: Mark-Jason Dominus <mjd@plover.com>
24184 Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
24185 Message-id: <20020415033855.6343.qmail@plover.com>
24187 ! av.c av.h pod/perltie.pod t/op/tiearray.t
24188 ____________________________________________________________________________
24189 [ 17726] By: hv on 2002/08/17 01:17:09
24190 Log: pp.c warns that sv may be used uninitialised in pp_delete()
24193 ____________________________________________________________________________
24194 [ 17725] By: hv on 2002/08/17 00:51:19
24195 Log: Subject: [PATCH] Remove pseudo-hashes (complete)
24196 From: Michael G Schwern <schwern@pobox.com>
24197 Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
24198 Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
24200 ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
24201 ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
24202 ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
24203 ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
24204 ____________________________________________________________________________
24205 [ 17724] By: hv on 2002/08/17 00:27:33
24206 Log: ext/B/defsubs.h also depends on the program that builds it
24208 ! ext/B/Makefile.PL
24209 ____________________________________________________________________________
24210 [ 17723] By: hv on 2002/08/17 00:10:24
24211 Log: Subject: Re: deb.c compile time error (patchlevel 17721)
24212 From: Dave Mitchell <davem@fdgroup.com>
24213 Date: Tue, 13 Aug 2002 14:42:15 +0100
24214 Message-ID: <20020813144215.G11939@fdgroup.com>
24216 ! embed.fnc embed.h global.sym proto.h
24217 ____________________________________________________________________________
24218 [ 17722] By: ams on 2002/08/16 05:20:22
24219 Log: Subject: Minor perlrun.pod patch
24220 From: Iain Truskett <spoon@cpan.org>
24221 Date: Fri, 16 Aug 2002 16:20:27 +1000
24222 Message-Id: <20020816162027.D17196@eh.org>
24225 ____________________________________________________________________________
24226 [ 17721] By: hv on 2002/08/12 12:17:19
24227 Log: #17717 needed tests fixing up
24230 ____________________________________________________________________________
24231 [ 17720] By: hv on 2002/08/12 12:10:07
24232 Log: Subject: Re: [PATCH] Re: taint news
24233 From: Rick Delaney <rick.delaney@rogers.com>
24234 Date: 04 Aug 2002 00:28:58 EDT
24235 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
24236 missed patch fragment from Change #17676
24239 ____________________________________________________________________________
24240 [ 17719] By: hv on 2002/08/12 12:03:53
24241 Log: Subject: [perl #15987] Tests fail when sources are under CVS control
24242 From: Warren Jones (via RT) <perlbug@perl.org>
24243 Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
24244 Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
24246 ! lib/strict.t lib/warnings.t
24247 ____________________________________________________________________________
24248 [ 17718] By: hv on 2002/08/12 11:57:17
24249 Log: Subject: [PATCH] add verbose stack display option, -Dvs
24250 From: Dave Mitchell <davem@fdgroup.com>
24251 Date: Mon, 5 Aug 2002 00:55:33 +0100
24252 Message-id: <20020805005533.B26111@fdgroup.com>
24254 ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
24255 ! pod/perlrun.pod proto.h
24256 ____________________________________________________________________________
24257 [ 17717] By: hv on 2002/08/12 11:44:06
24258 Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
24259 From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24260 Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
24261 Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
24263 ! op.c t/op/chop.t t/op/ref.t
24264 ____________________________________________________________________________
24265 [ 17716] By: hv on 2002/08/12 11:29:53
24266 Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
24267 From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24268 Date: Sat, 13 Jul 2002 17:44:02 +0100
24269 Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
24271 ! pp_hot.c t/op/tiehandle.t
24272 ____________________________________________________________________________
24273 [ 17715] By: hv on 2002/08/12 11:28:26
24274 Log: Subject: [PATCH] better modfl detection
24275 From: Nicholas Clark <nick@unfortu.net>
24276 Date: Sun, 11 Aug 2002 20:05:49 +0100
24277 Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
24279 ! Configure config_h.SH perl.h
24280 ____________________________________________________________________________
24281 [ 17714] By: hv on 2002/08/12 11:26:23
24282 Log: Subject: [PATCH] perltodo.pod
24283 From: Richard.Foley@t-online.de
24284 Date: Sun, 11 Aug 2002 18:26:10 +0200
24285 Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
24289 ____________________________________________________________________________
24290 [ 17713] By: hv on 2002/08/12 11:24:44
24291 Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
24292 From: Nicholas Clark <nick@unfortu.net>
24293 Date: Sun, 11 Aug 2002 16:59:16 +0100
24294 Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
24297 ____________________________________________________________________________
24298 [ 17712] By: hv on 2002/08/12 11:23:06
24299 Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
24300 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24301 Date: Mon, 12 Aug 2002 10:25:20 +0200
24302 Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
24303 gcc bug test needs -lm
24306 ____________________________________________________________________________
24307 [ 17711] By: hv on 2002/08/12 11:20:49
24308 Log: Subject: [PATCH s2p] Small typo correction
24309 From: "Newton, Philip" <Philip.Newton@datenrevision.de>
24310 Date: Wed, 7 Aug 2002 11:50:51 +0200
24311 Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
24314 ____________________________________________________________________________
24315 [ 17710] By: hv on 2002/08/12 11:17:21
24316 Log: Subject: [PATCH] pod/perlfaq4.pod
24317 From: Abigail <abigail@foad.org>
24318 Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
24319 Message-id: <20020730095202.A6462@ucan.foad.org>
24320 Add references to Regexp::Common.
24323 ____________________________________________________________________________
24324 [ 17707] By: rgs on 2002/08/09 21:23:20
24325 Log: Subject: New HP-UX itanium servers
24326 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24327 Date: Wed, 07 Aug 2002 13:25:57 +0200
24328 Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
24331 ____________________________________________________________________________
24332 [ 17706] By: rgs on 2002/08/09 21:00:41
24333 Log: Subject: Re: missing lower range in {} regex
24334 From: "John P. Linderman" <jpl@research.att.com>
24335 Date: Fri, 09 Aug 2002 12:48:55 -0400
24336 Message-ID: <200208091648.MAA77577@raptor.research.att.com>
24339 ____________________________________________________________________________
24340 [ 17705] By: rgs on 2002/08/08 20:57:59
24341 Log: More tests for the attribute syntax, from the
24342 attributes manpage.
24345 ____________________________________________________________________________
24346 [ 17704] By: rgs on 2002/08/08 19:47:44
24347 Log: Fix bug #16080 : an attribute list should end at '}'
24349 ! t/op/attrs.t toke.c
24350 ____________________________________________________________________________
24351 [ 17703] By: hv on 2002/08/08 15:30:12
24352 Log: Update Changes
24354 ! Changes patchlevel.h
24355 ____________________________________________________________________________
24356 [ 17702] By: hv on 2002/08/08 15:08:57
24357 Log: Subject: Re: README.aix
24358 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24359 Date: Tue, 30 Jul 2002 13:30:29 +0200
24360 Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
24363 ____________________________________________________________________________
24364 [ 17701] By: hv on 2002/08/08 15:06:01
24365 Log: Subject: [PATCH] Re: pp_sys.c compile failed..
24366 From: Andy Dougherty <doughera@lafayette.edu>
24367 Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
24368 Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
24371 ____________________________________________________________________________
24372 [ 17700] By: hv on 2002/08/08 15:02:57
24373 Log: Subject: [DOC PATCH] perlipc.pod
24374 From: Arjen Laarhoven <arjen@nl.demon.net>
24375 Date: Tue, 6 Aug 2002 14:16:01 +0200
24376 Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
24379 ____________________________________________________________________________
24380 [ 17699] By: hv on 2002/08/08 14:56:56
24381 Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
24382 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24383 Date: Fri, 2 Aug 2002 23:44:21 +0200
24384 Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
24386 ! op.c t/op/attrs.t
24387 ____________________________________________________________________________
24388 [ 17698] By: hv on 2002/08/08 14:52:45
24389 Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
24390 From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
24391 Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
24392 Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
24395 ____________________________________________________________________________
24396 [ 17697] By: hv on 2002/08/08 14:49:00
24397 Log: Subject: Doc patch for Class::Struct under 5.8.0
24398 From: Damian Conway <damian@conway.org>
24399 Date: Tue, 30 Jul 2002 23:03:14 +1000
24400 Message-id: <3D471FCF.1C7C6E6B@conway.org>
24402 ! lib/Class/Struct.pm
24403 ____________________________________________________________________________
24404 [ 17696] By: hv on 2002/08/08 14:44:21
24405 Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
24406 From: Slaven Rezic <slaven.rezic@berlin.de>
24407 Date: 31 Jul 2002 09:50:06 +0200
24408 Message-id: <87ado85ob5.fsf@vran.herceg.de>
24411 ____________________________________________________________________________
24412 [ 17695] By: hv on 2002/08/08 14:40:41
24413 Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
24414 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24415 Date: Fri, 2 Aug 2002 00:13:10 +0200
24416 Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
24420 ____________________________________________________________________________
24421 [ 17694] By: hv on 2002/08/08 14:31:55
24422 Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
24423 From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24424 Date: Wed, 31 Jul 2002 16:04:02 +0200
24425 Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
24428 ____________________________________________________________________________
24429 [ 17693] By: hv on 2002/08/08 14:25:16
24430 Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
24431 From: Abigail <abigail@foad.org>
24432 Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
24433 Message-id: <20020725085252.A2703@ucan.foad.org>
24435 ! lib/ExtUtils/MM_Unix.pm
24436 ____________________________________________________________________________
24437 [ 17692] By: hv on 2002/08/08 14:20:05
24438 Log: Subject: [PATCH] README.jp and README.cn
24439 From: Autrijus Tang <autrijus@autrijus.org>
24440 Date: Thu, 25 Jul 2002 07:05:11 +0800
24441 Message-id: <20020724230511.GA1327@not.autrijus.org>
24443 ! README.cn README.jp
24444 ____________________________________________________________________________
24445 [ 17691] By: hv on 2002/08/08 14:01:50
24446 Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
24447 From: Henrik Tougaard (via RT) <perlbug@perl.org>
24448 Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
24449 Message-id: <rt-15398-31095.6.30466042998663@perl>
24452 ____________________________________________________________________________
24453 [ 17690] By: rgs on 2002/08/07 19:56:42
24454 Log: Doc fix : the symbol for COPs wasn't documented.
24457 ____________________________________________________________________________
24458 [ 17689] By: rgs on 2002/08/06 20:45:30
24459 Log: Subject: Re: no warnings 'io';
24460 From: Nicholas Clark <nick@unfortu.net>
24461 Date: Sat, 27 Jul 2002 21:49:55 +0100
24462 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
24464 Plus a little bit of regression tests.
24466 ! t/lib/warnings/pp_hot util.c
24467 ____________________________________________________________________________
24468 [ 17688] By: rgs on 2002/08/06 20:04:19
24469 Log: Subject: [PATCH] XS build fix for VMS
24470 From: "Craig A. Berry" <craigberry@mac.com>
24471 Date: Sun, 4 Aug 2002 12:13:06 -0500
24472 Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
24474 ! vms/descrip_mms.template
24475 ____________________________________________________________________________
24476 [ 17687] By: rgs on 2002/08/06 19:50:12
24477 Log: PerlIO::scalar wasn't able to read from non-string
24478 scalar ; now stringifies its argument.
24480 ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
24481 ____________________________________________________________________________
24482 [ 17686] By: rgs on 2002/08/06 19:10:51
24483 Log: More regression tests for $^H and %^H.
24484 Add a TODO test for eval "" preserving %^H.
24487 ____________________________________________________________________________
24488 [ 17685] By: hv on 2002/08/05 22:42:09
24489 Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
24490 From: "John P. Linderman" <jpl@research.att.com>
24491 Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
24492 Message-id: <200207211613.MAA69505@raptor.research.att.com>
24494 ! lib/sort.pm lib/sort.t
24495 ____________________________________________________________________________
24496 [ 17684] By: hv on 2002/08/05 22:35:22
24497 Log: Integrate from perlio: change #17653 fixes bug RT15283
24499 !> ext/PerlIO/via/via.xs
24500 ____________________________________________________________________________
24501 [ 17683] By: hv on 2002/08/05 22:26:45
24502 Log: Integrate from maint-5.6/macperl via macperl
24503 Changes 17660, 17661, 17662, 17663, 17664
24506 ____________________________________________________________________________
24507 [ 17682] By: hv on 2002/08/05 15:04:54
24508 Log: Subject: Defined-or patch (cleaned up)
24509 From: "Brent Dax" <brentdax@cpan.org>
24510 Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
24511 Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
24514 ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
24515 ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
24516 ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
24517 ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
24519 ____________________________________________________________________________
24520 [ 17681] By: hv on 2002/08/05 14:41:23
24523 ! keywords.h keywords.pl
24524 ____________________________________________________________________________
24525 [ 17680] By: hv on 2002/08/05 14:33:39
24526 Log: warn that keywords.h is generated
24528 ! keywords.h keywords.pl
24529 ____________________________________________________________________________
24530 [ 17679] By: hv on 2002/08/04 23:40:22
24531 Log: again: #17678 caused test failures in pod2html,
24532 in which $1 could leak from previous regexp
24535 ____________________________________________________________________________
24536 [ 17678] By: hv on 2002/08/04 15:34:19
24537 Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
24539 Date: Sun, 04 Aug 2002 17:40:30 +0100
24540 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
24542 ! mg.c t/op/taint.t
24543 ____________________________________________________________________________
24544 [ 17677] By: hv on 2002/08/04 15:25:25
24545 Log: Main branch no longer needs op/taint.t version check.
24548 ____________________________________________________________________________
24549 [ 17676] By: hv on 2002/08/04 15:14:09
24550 Log: Subject: Re: [PATCH] Re: taint news
24551 From: Rick Delaney <rick.delaney@rogers.com>
24552 Date: 04 Aug 2002 00:28:58 EDT
24553 Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
24557 ____________________________________________________________________________
24558 [ 17675] By: hv on 2002/08/04 01:48:36
24559 Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
24562 ____________________________________________________________________________
24563 [ 17674] By: hv on 2002/08/04 01:30:11
24564 Log: Subject: [PATCH] AUTHORS
24565 From: Colin Watson <colinw@zeus.com>
24566 Date: Thu, 25 Jul 2002 15:54:37 +0100
24567 Message-id: <20020725145437.GC4921@zeus.com>
24570 ____________________________________________________________________________
24571 [ 17673] By: hv on 2002/08/04 01:27:36
24572 Log: Subject: [PATCH] AUTHORS
24573 From: Walt Mankowski <waltman@pobox.com>
24574 Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
24575 Message-id: <20020721025612.GB15958@pobox.com>
24578 ____________________________________________________________________________
24579 [ 17672] By: hv on 2002/08/04 01:25:14
24580 Log: Subject: Re: mention of "use sort" botched in perlfunc?
24581 From: Michael G Schwern <schwern@pobox.com>
24582 Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
24583 Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
24586 ____________________________________________________________________________
24587 [ 17671] By: hv on 2002/08/04 01:11:32
24588 Log: Change version from 5.8.0 to 5.9.0.
24590 ! Configure NetWare/Makefile NetWare/config_H.wc
24591 ! Porting/config.sh Porting/config_H README.win32 config_h.SH
24592 ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
24593 ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
24594 ! patchlevel.h win32/Makefile win32/makefile.mk
24595 ! wince/Makefile.ce
24596 ____________________________________________________________________________
24597 [ 17656] By: ams on 2002/07/28 06:12:33
24598 Log: Subject: [PATCH] Typo in regcomp.c
24599 From: Chris Ball <chris@cpan.org>
24600 Date: 26 Jul 2002 17:49:35 +0100
24601 Message-Id: <868z3yzb6o.fsf@void.printf.net>
24602 (With additional tweak to s_reginclasslen.)
24605 ____________________________________________________________________________
24606 [ 17655] By: jhi on 2002/07/25 20:37:16
24607 Log: Upgrade to Unicode::Collate 0.20.
24609 ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
24610 ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
24611 ____________________________________________________________________________
24612 [ 17654] By: jhi on 2002/07/23 16:33:52
24613 Log: Commas, schcommas.
24616 ____________________________________________________________________________
24617 [ 17644] By: jhi on 2002/07/19 18:55:18
24618 Log: Copy perldelta as perl58delta, purge the perldelta.
24620 + pod/perl58delta.pod
24621 ! MANIFEST pod/perldelta.pod
24622 ____________________________________________________________________________
24623 [ 17642] By: jhi on 2002/07/19 16:37:39
24624 Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
24626 ! Changes patchlevel.h
24627 ____________________________________________________________________________
24628 [ 17641] By: jhi on 2002/07/19 16:31:08
24629 Log: Integrate perlio (no changes, but that's fine).
24631 !> embed.fnc perl.h
24632 ____________________________________________________________________________
24633 [ 17639] By: jhi on 2002/07/19 00:47:18
24634 Log: It's all yours, Hugo.