Re: [perl #34493] h2ph `extern inline' problems
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
33         Log: FAQ sync
34      Branch: perl
35            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
36            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
38            ! pod/perlfaq9.pod
39 ____________________________________________________________________________
40 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
41         Log: Subject: [PATCH] pad_push numero three-o
42              From: Andy Lester <andy@petdance.com>
43              Date: Thu, 10 Mar 2005 15:17:28 -0600
44              Message-ID: <20050310211728.GC32386@petdance.com>
45      Branch: perl
46            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
47            ! proto.h
48 ____________________________________________________________________________
49 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
50         Log: Make the return value of close() depend not only on the success of the
51              close itself, but also on whether the output stream had a previous
52              error. From Jim Meyering <jim@meyering.net>, via Debian.
53      Branch: perl
54            ! doio.c
55 ____________________________________________________________________________
56 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
57         Log: 8 is not an octal digit. (from Debian)
58      Branch: perl
59            ! pod/perlreref.pod
60 ____________________________________________________________________________
61 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
62         Log: Fix a2p manpage (from Debian)
63      Branch: perl
64            ! x2p/a2p.pod
65 ____________________________________________________________________________
66 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
67         Log: Remove a spurious undefined warning when using getopts.pl with -w.
68              (from Debian)
69      Branch: perl
70            ! lib/getopts.pl
71 ____________________________________________________________________________
72 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
73         Log: Doc patch for Devel::DProf (from Debian)
74      Branch: perl
75            ! ext/Devel/DProf/DProf.pm
76 ____________________________________________________________________________
77 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
78         Log: Add support for Debian GNU/k*BSD
79      Branch: perl
80            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
81 ____________________________________________________________________________
82 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
83         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
84      Branch: perl
85            ! hints/gnu.sh
86 ____________________________________________________________________________
87 [ 24015] By: steveh                                on 2005/03/10  15:18:20
88         Log: Subject: Minor AUTHORS patch
89              From: "Mike Giroux" <rmgiroux@hotmail.com>
90              Date: Thu, 10 Mar 2005 08:39:04 -0500
91              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
92      Branch: perl
93            ! AUTHORS
94 ____________________________________________________________________________
95 [ 24014] By: steveh                                on 2005/03/10  11:25:36
96         Log: More Win32 dmake fixes
97
98              Use $B macro as per change 23991 in more places, and fix some syntax
99              errors in the subst's (missing trailing ",")
100
101              Tested with GCC and MSVC. I don't have BCC available, so those parts
102              are untested.
103      Branch: perl
104            ! win32/makefile.mk
105 ____________________________________________________________________________
106 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
107         Log: Upgrade to CGI.pm 3.06
108      Branch: perl
109            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
110            ! lib/CGI/t/form.t lib/CGI/t/html.t
111 ____________________________________________________________________________
112 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
113         Log: Further pack optimisations by Ton Hospel
114      Branch: perl
115            ! pp_pack.c
116 ____________________________________________________________________________
117 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
118         Log: Fix memory corruption when growing pack utf8 buffer
119      Branch: perl
120            ! pp_pack.c
121 ____________________________________________________________________________
122 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
123         Log: Subject: Encoding neutral unpack
124              From: perl5-porters@ton.iguana.be (Ton Hospel)
125              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
126              Message-Id: <d0fi6i$k06$1@post.home.lunix>
127      Branch: perl
128            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
129            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
130            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
131            ! t/op/utftaint.t
132 ____________________________________________________________________________
133 [ 24009] By: merijn                                on 2005/03/08  15:25:57
134         Log: Subject: Minor AUTHORS patch
135              From: Andy Lester <andy@petdance.com>
136              Date: Tue, 8 Mar 2005 09:44:45 -0600
137              Message-ID: <20050308154445.GB3213@petdance.com>
138      Branch: perl
139            ! AUTHORS
140 ____________________________________________________________________________
141 [ 24008] By: merijn                                on 2005/03/08  14:45:17
142         Log: Some updates to current status
143      Branch: perl
144            ! README.hpux
145 ____________________________________________________________________________
146 [ 24007] By: steveh                                on 2005/03/07  11:02:12
147         Log: Include regcomp.h in Win32 makefiles
148
149              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
150              From: demerphq <demerphq@gmail.com>
151              Date: Sun, 6 Mar 2005 09:16:12 +0100
152              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
153      Branch: perl
154            ! win32/Makefile win32/makefile.mk
155 ____________________________________________________________________________
156 [ 24006] By: steveh                                on 2005/03/04  17:19:46
157         Log: A better fix than change 24005 was ;)
158
159              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
160              no-op.  This was being used in the Win95 case, but works fine on WinNT
161              too, and is actually what ExtUtils-MakeMaker uses.
162
163              Also change the nmake Makefile.
164      Branch: perl
165            ! win32/Makefile win32/makefile.mk
166 ____________________________________________________________________________
167 [ 24005] By: steveh                                on 2005/03/04  17:11:56
168         Log: Suppress "ECHO is on." messages when using dmake on Win32
169
170              (The shell's "echo" command displays the current echo setting when
171              called with no arguments.  Use "echo." to display nothing.)
172      Branch: perl
173            ! win32/makefile.mk
174 ____________________________________________________________________________
175 [ 24004] By: steveh                                on 2005/03/04  17:01:24
176         Log: Stop mktables from needlessly re-running when using dmake on Win32
177      Branch: perl
178            ! win32/makefile.mk
179 ____________________________________________________________________________
180 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
181         Log: Update -v copyright notice
182      Branch: perl
183            ! perl.c
184 ____________________________________________________________________________
185 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
186         Log: Add a regression test for bug #32193, and make the
187              fix a bit more robust
188      Branch: perl
189            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
190 ____________________________________________________________________________
191 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
192         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
193              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
194              Date: 28 Oct 2004 12:16:37 -0000
195              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
196      Branch: perl
197            ! lib/Tie/RefHash.pm
198 ____________________________________________________________________________
199 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
200         Log: do "filename" is not really used with perl subroutine librairies
201              anymore.
202      Branch: perl
203            ! pod/perlfunc.pod
204 ____________________________________________________________________________
205 [ 23999] By: merijn                                on 2005/02/27  11:28:27
206         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
207              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
208              If there was no TOP format the lines left on page was set
209              to fixed number, now set to the current page length of the
210              IO channel used. More debugging for yet another bug needed.
211      Branch: perl
212            ! pp_sys.c
213 ____________________________________________________________________________
214 [ 23998] By: davem                                 on 2005/02/26  11:32:59
215         Log: ithreads: cond_signal() on a non-shared object coredumped
216      Branch: perl
217            ! ext/threads/shared/shared.xs
218 ____________________________________________________________________________
219 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
220         Log: SvUTF8 can be present on scalars other than PVs
221              (specifically references with overloaded stringification)
222      Branch: perl
223            ! dump.c
224 ____________________________________________________________________________
225 [ 23996] By: davem                                 on 2005/02/26  00:47:03
226         Log: Fix leaks in List::Util::reduce,first
227              When the block is a closure, the cloned CV created on each call
228              was never freed
229      Branch: perl
230            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
231 ____________________________________________________________________________
232 [ 23995] By: steveh                                on 2005/02/24  15:52:01
233         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
234              From: demerphq <demerphq@gmail.com>
235              Date: Wed, 23 Feb 2005 17:49:50 +0100
236              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
237      Branch: perl
238            ! pod/perlhack.pod
239 ____________________________________________________________________________
240 [ 23994] By: merijn                                on 2005/02/24  10:12:26
241         Log: Subject: [PATCH] dprofpp help
242              From: Andy Lester <andy@petdance.com>
243              Date: Thu, 24 Feb 2005 00:10:42 -0600
244              Message-ID: <20050224061042.GA20259@petdance.com>
245      Branch: perl
246            ! utils/dprofpp.PL
247 ____________________________________________________________________________
248 [ 23993] By: steveh                                on 2005/02/23  13:36:59
249         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
250              From: demerphq <demerphq@gmail.com>
251              Date: Sat, 19 Feb 2005 11:10:00 +0100
252              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
253      Branch: perl
254            ! t/harness
255 ____________________________________________________________________________
256 [ 23992] By: steveh                                on 2005/02/23  12:28:55
257         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
258              From: demerphq <demerphq@gmail.com>
259              Date: Sat, 19 Feb 2005 11:00:08 +0100
260              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
261      Branch: perl
262            ! win32/Makefile win32/makefile.mk
263 ____________________________________________________________________________
264 [ 23991] By: steveh                                on 2005/02/23  09:17:55
265         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
266      Branch: perl
267            ! win32/makefile.mk
268 ____________________________________________________________________________
269 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
270         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
271      Branch: perl
272            ! MANIFEST
273 ____________________________________________________________________________
274 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
275         Log: Subject: IPC::Run test failures with utf8
276              From: Nicholas Clark <nick@ccl4.org>
277              Date: Sat, 19 Feb 2005 00:27:57 +0000
278              Message-ID: <20050219002757.GO13998@plum.flirble.org>
279      Branch: perl
280            ! lib/IPC/Run/t/run.t
281 ____________________________________________________________________________
282 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
283         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
284              From: "Craig A. Berry" <craigberry@mac.com>
285              Date: Fri, 18 Feb 2005 09:42:52 -0600
286              Message-ID: <42160CFC.3080304@mac.com>
287      Branch: perl
288            ! pp_pack.c
289 ____________________________________________________________________________
290 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
291         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
292              From: demerphq <demerphq@gmail.com>
293              Date: Sat, 19 Feb 2005 11:04:00 +0100
294              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
295      Branch: perl
296            ! t/japh/abigail.t
297 ____________________________________________________________________________
298 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
299         Log: Subject: Patch for Perlbug #4253
300              From: Nikolai Eipel <eipel@web.de>
301              Date: Sat, 29 Jan 2005 16:52:53 +0100
302              Message-Id: <200501291652.53841.eipel@web.de>
303
304              (-T and -B invalidate _ filehandle when no read permission on file)
305              plus a regression test
306      Branch: perl
307            ! pp_sys.c t/op/stat.t
308 ____________________________________________________________________________
309 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
310         Log: Install and build corelist on VMS, too
311      Branch: perl
312            ! vms/descrip_mms.template
313 ____________________________________________________________________________
314 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
315         Log: Add corelist to the win32 makefiles
316              (noticed by demerphq)
317      Branch: perl
318            ! win32/Makefile win32/makefile.mk
319 ____________________________________________________________________________
320 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
321         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
322              From: Stephen McCamant <smcc@MIT.EDU>
323              Date: Tue, 28 Dec 2004 10:13:50 -0800
324              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
325      Branch: perl
326            ! ext/B/B.xs op.h
327 ____________________________________________________________________________
328 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
329         Log: Subject: Re: Integration of PathTools 3.04
330              From: demerphq <demerphq@gmail.com>
331              Date: Fri, 18 Feb 2005 16:31:50 +0100
332              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
333      Branch: perl
334            ! lib/Cwd.pm
335 ____________________________________________________________________________
336 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
337         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
338              From: Gisle Aas <gisle@ActiveState.com>
339              Date: 03 Feb 2005 03:16:46 -0800
340              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
341      Branch: perl
342            ! ext/IO/lib/IO/Socket/INET.pm
343 ____________________________________________________________________________
344 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
345         Log: Integrate encoding::warnings from Autrijus Tang.
346      Branch: perl
347            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
348            + lib/encoding/warnings/t/2-fatal.t
349            + lib/encoding/warnings/t/3-normal.t
350            ! MANIFEST
351 ____________________________________________________________________________
352 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
353         Log: Subject: [PATCH] find2perl, new options
354              From: slaven@rezic.de
355              Date: Thu, 17 Feb 2005 22:30:13 +0100
356              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
357      Branch: perl
358            ! x2p/find2perl.PL
359 ____________________________________________________________________________
360 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
361         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
362      Branch: perl
363            ! x2p/Makefile.SH
364 ____________________________________________________________________________
365 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
366         Log: Upgrade to PathTools 3.04
367              (plus tweaks to Cwd and cwd.t to run when building perl)
368      Branch: perl
369            + ext/Cwd/ppport.h
370            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
371            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
372            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
373            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
374            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
375            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
376            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
377            ! lib/File/Spec/t/rel2abs2rel.t
378 ____________________________________________________________________________
379 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
380         Log: Upgrade to Pod::LaTeX 0.58
381      Branch: perl
382            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
383 ____________________________________________________________________________
384 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
385         Log: Upgrade to Time::HiRes 1.66
386      Branch: perl
387            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
388            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
389 ____________________________________________________________________________
390 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
391         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
392              From: "Steve Peters via RT" <perlbug-followup@perl.org>
393              Date: 1 Feb 2005 16:24:11 -0000
394              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
395      Branch: perl
396            ! ext/IO/lib/IO/File.pm
397 ____________________________________________________________________________
398 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
399         Log: Subject: Re: [PATCH] Re: perl winpid?
400              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
401              Date: Tue, 15 Feb 2005 20:45:13 -0800
402              Message-ID: <20050216044512.GA2516@efn.org>
403      Branch: perl
404            ! ext/B/t/stash.t
405 ____________________________________________________________________________
406 [ 23972] By: steveh                                on 2005/02/15  14:47:47
407         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
408      Branch: perl
409            ! Porting/Maintainers.pl README.win32
410 ____________________________________________________________________________
411 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
412         Log: Fix documentation bug in using Socket's import tags :
413
414              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
415              From: David Dyck (via RT) <perlbug-followup@perl.org>
416              Date: 15 Feb 2005 07:35:45 -0000
417              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
418      Branch: perl
419            ! pod/perlfunc.pod
420 ____________________________________________________________________________
421 [ 23970] By: steveh                                on 2005/02/15  13:20:40
422         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
423
424              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
425              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
426              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
427              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
428      Branch: perl
429            ! win32/Makefile win32/makefile.mk
430 ____________________________________________________________________________
431 [ 23969] By: steveh                                on 2005/02/15  11:40:03
432         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
433      Branch: perl
434            ! win32/makefile.mk
435 ____________________________________________________________________________
436 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
437         Log: Use strl* functions in doio.c when available
438              Based on :
439              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
440              From: Steve Peters <steve@fisharerojo.org>
441              Date: Wed, 1 Dec 2004 19:42:14 -0600
442              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
443      Branch: perl
444            ! doio.c
445 ____________________________________________________________________________
446 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
447         Log: Subject: [PATCH] Additional tests for t/op/not.t
448              From: Steve Peters <steve@fisharerojo.org>
449              Date: Mon, 14 Feb 2005 19:54:17 -0600
450              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
451      Branch: perl
452            ! t/op/not.t
453 ____________________________________________________________________________
454 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
455         Log: Subject: Re: encoding neutral unpack
456              From: perl5-porters@ton.iguana.be (Ton Hospel)
457              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
458              Message-ID: <cu17rk$k78$1@post.home.lunix>
459
460              tweaked to remove the 'not supported on this platform'
461              error messages
462      Branch: perl
463            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
464 ____________________________________________________________________________
465 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
466         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
467      Branch: perl
468            ! toke.c
469 ____________________________________________________________________________
470 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
471         Log: Require version 0.05 of Devel::Tokenizer::C.
472      Branch: perl
473            ! perl_keyword.pl
474 ____________________________________________________________________________
475 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
476         Log: Mac OS Classic vs Mac OS X clarications
477              by Sherm Pendley
478      Branch: perl
479            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
480            ! pod/perlrun.pod
481 ____________________________________________________________________________
482 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
483         Log: README.cygwin additions by Reini Urban
484      Branch: perl
485            ! README.cygwin
486 ____________________________________________________________________________
487 [ 23961] By: merijn                                on 2005/02/11  09:32:50
488         Log: Subject: Re: [PATCH] Re: perl winpid?
489              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
490              Date: Thu, 10 Feb 2005 20:04:35 -0800
491              Message-ID: <20050211040434.GA3824@efn.org>
492      Branch: perl
493            + t/lib/cygwin.t
494            ! MANIFEST README.cygwin cygwin/cygwin.c
495 ____________________________________________________________________________
496 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
497         Log: not() || 1 produces segmentation fault
498
499              Fixed by making not() behave like not(0). This is also the
500              way not() behaved before it started segfaulting in 5.6.0.
501      Branch: perl
502            + t/op/not.t
503            ! MANIFEST perly.act perly.h perly.tab perly.y
504 ____________________________________________________________________________
505 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
506         Log: regen_perly.pl runs fine with bison 2.0.
507      Branch: perl
508            ! regen_perly.pl
509 ____________________________________________________________________________
510 [ 23958] By: merijn                                on 2005/02/10  15:56:04
511         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
512              ccversion is important enough to jump through some hoops to get it
513      Branch: perl
514            ! hints/hpux.sh
515 ____________________________________________________________________________
516 [ 23957] By: merijn                                on 2005/02/10  14:19:51
517         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
518              translation *before* the chdir (), so it now DTRT
519      Branch: perl
520            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
521            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
522            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
523            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
524            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
525            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
526            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
527 ____________________________________________________________________________
528 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
529         Log: Upgrade to Time::Local 1.11
530      Branch: perl
531            ! lib/Time/Local.pm lib/Time/Local.t
532 ____________________________________________________________________________
533 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
534         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
535              From: Tels <nospam-abuse@bloodgate.com>
536              Date: Wed, 9 Feb 2005 21:44:22 +0100
537              Message-Id: <200502092144.24051@bloodgate.com>
538      Branch: perl
539            ! lib/Math/BigInt/Calc.pm
540 ____________________________________________________________________________
541 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
542         Log: Add IPC::Run 0.80.
543
544              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
545              From: "Jos I. Boumans" <kane@xs4all.net>
546              Date: Fri, 28 Jan 2005 18:32:44 +0100
547              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
548
549              with PERL_CORE test premables hacked for better $^X portability
550              (we hope.)
551      Branch: perl
552            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
553            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
554            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
555            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
556            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
557            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
558            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
559            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
560            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
561            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
562            ! MANIFEST
563 ____________________________________________________________________________
564 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
565         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
566              The rmtree() function in the perl File::Path module would remove
567              directories in an insecure manner which could lead to the removal
568              of arbitrary files and directories via a symlink attack.
569      Branch: perl
570            ! lib/File/Path.pm
571 ____________________________________________________________________________
572 [ 23952] By: merijn                                on 2005/02/08  16:30:43
573         Log: IBM Released vac.C version 7, and changed the naming convention (again)
574              Thanks to Campo for spotting, testing and the fix
575      Branch: perl
576            ! hints/aix.sh
577 ____________________________________________________________________________
578 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
579         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
580              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
581              Date: 6 Feb 2005 22:03:20 -0000
582              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
583      Branch: perl
584            ! pp_pack.c
585 ____________________________________________________________________________
586 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
587         Log: Remove mention of sub-packages in the Symbol manpage.
588      Branch: perl
589            ! lib/Symbol.pm
590 ____________________________________________________________________________
591 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
592         Log: Add Module::CoreList in the maintainers list
593      Branch: perl
594            ! Porting/Maintainers.pl
595 ____________________________________________________________________________
596 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
597         Log: Fix typo in corelist
598      Branch: perl
599            ! lib/Module/CoreList/bin/corelist
600 ____________________________________________________________________________
601 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
602         Log: Add Module::CoreList to bleadperl.
603
604              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
605              From: "Jos I. Boumans" <kane@xs4all.net>
606              Date: Fri, 28 Jan 2005 17:38:27 +0100
607              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
608      Branch: perl
609            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
610            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
611            ! MANIFEST installperl utils.lst utils/Makefile
612 ____________________________________________________________________________
613 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
614         Log: Subject: [perl #34062] pack Z0 destroys the character before
615              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
616              Date: 5 Feb 2005 18:09:00 -0000
617              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
618              (plus a regression test)
619      Branch: perl
620            ! pp_pack.c t/op/pack.t
621 ____________________________________________________________________________
622 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
623         Log: A small precision in the docs for overloaded regexp escapes
624              (see bug #33906)
625      Branch: perl
626            ! pod/perlre.pod
627 ____________________________________________________________________________
628 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
629         Log: Avoid evaluating a strlen twice due the new implementation
630              of New() with PERL_MALLOC_WRAP
631      Branch: perl
632            ! util.c
633 ____________________________________________________________________________
634 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
635         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
636              itself on a previous run.
637      Branch: perl
638            ! lib/h2xs.t
639 ____________________________________________________________________________
640 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
641         Log: With mallocwrap New() evaluates its arguments more than once, so they
642              had better not have any side effects.
643              :-(
644      Branch: perl
645            ! util.c
646 ____________________________________________________________________________
647 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
648         Log: Let's (un)do the timewarp, again.
649              Attempt to bodge round Makefile sometimes being older than Makefile.PL
650              Pesky filesystems.
651      Branch: perl
652            ! lib/ExtUtils/t/Constant.t
653 ____________________________________________________________________________
654 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
655         Log: Upgrade to Digest 1.10
656      Branch: perl
657            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
658            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
659 ____________________________________________________________________________
660 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
661         Log: Remove 2 unused variables from APItest.xs.
662      Branch: perl
663            ! ext/XS/APItest/APItest.xs
664 ____________________________________________________________________________
665 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
666         Log: Upgrade to Devel::PPPort 3.06.
667      Branch: perl
668            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
669            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
670            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
671            ! ext/Devel/PPPort/parts/inc/exception
672            ! ext/Devel/PPPort/parts/inc/misc
673 ____________________________________________________________________________
674 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
675         Log: Attempt to fix problems with new exception handling macros.
676      Branch: perl
677            + ext/XS/APItest/exception.c
678            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
679            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
680            ! pod/perlguts.pod
681 ____________________________________________________________________________
682 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
683         Log: Subject: Re: encoding neutral unpack
684              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
685              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
686              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
687
688              Counted length prefixes shouldn't change C0/U0 mode
689              in pack/unpack (plus a regression test)
690      Branch: perl
691            ! pp_pack.c t/op/pack.t
692 ____________________________________________________________________________
693 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
694         Log: Subject: Re: encoding neutral unpack
695              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
696              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
697              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
698
699              Make U0 and C0 scoped to () pack subtemplates.
700              (plus a regression test)
701      Branch: perl
702            ! pp_pack.c t/op/pack.t
703 ____________________________________________________________________________
704 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
705         Log: Subject: Re: encoding neutral unpack
706              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
707              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
708              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
709
710              Ensure that with the C format, unpack checksums
711              don't get overflowed. (plus a regression test)
712      Branch: perl
713            ! pp_pack.c t/op/pack.t
714 ____________________________________________________________________________
715 [ 23921] By: davem                                 on 2005/02/02  18:25:00
716         Log: fix POSIX::strtod error handling documentation
717      Branch: perl
718            ! ext/POSIX/POSIX.pod
719 ____________________________________________________________________________
720 [ 23920] By: merijn                                on 2005/02/02  13:12:17
721         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
722              From: Abigail <abigail@abigail.nl>
723              Date: Tue, 1 Feb 2005 21:33:14 +0100
724              Message-ID: <20050201203314.GC335@abigail.nl>
725      Branch: perl
726            ! pod/perlfunc.pod
727 ____________________________________________________________________________
728 [ 23919] By: merijn                                on 2005/02/02  12:49:46
729         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
730              between declarations
731      Branch: perl
732            ! ext/Devel/PPPort/PPPort.xs
733 ____________________________________________________________________________
734 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
735         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
736              hints files to add to MANIFEST. Sort MANIFEST
737              while I'm in the area.
738      Branch: perl
739            ! MANIFEST
740 ____________________________________________________________________________
741 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
742         Log: Subject: Re: [perl #34010] localtime docs
743              From: Andy Lester <andy@petdance.com>
744              Date: Mon, 31 Jan 2005 21:24:29 -0600
745              Message-ID: <20050201032429.GA29354@petdance.com>
746      Branch: perl
747            ! pod/perlfunc.pod
748 ____________________________________________________________________________
749 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
750         Log: Subject: Re: encoding neutral unpack
751              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
752              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
753              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
754
755              Forgotten character progress while checksumming over partial
756              b or B format. (plus a regression test)
757      Branch: perl
758            ! pp_pack.c t/op/pack.t
759 ____________________________________________________________________________
760 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
761         Log: Make Perl_keyword() another 30% faster.
762      Branch: perl
763            ! perl_keyword.pl toke.c
764 ____________________________________________________________________________
765 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
766         Log: Regenerate perlapi.pod.
767      Branch: perl
768            ! pod/perlapi.pod
769 ____________________________________________________________________________
770 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
771         Log: Upgrade to Devel::PPPort 3.05.
772      Branch: perl
773            + ext/Devel/PPPort/parts/base/5008006
774            + ext/Devel/PPPort/parts/inc/exception
775            + ext/Devel/PPPort/parts/todo/5008006
776            + ext/Devel/PPPort/t/exception.t
777            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
778            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
779            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
780            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
781            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
782            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
783            ! ext/Devel/PPPort/apicheck_c.PL
784            ! ext/Devel/PPPort/devel/buildperl.pl
785            ! ext/Devel/PPPort/devel/mkapidoc.sh
786            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
787            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
788            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
789            ! ext/Devel/PPPort/parts/apicheck.pl
790            ! ext/Devel/PPPort/parts/base/5004000
791            ! ext/Devel/PPPort/parts/base/5004050
792            ! ext/Devel/PPPort/parts/base/5005000
793            ! ext/Devel/PPPort/parts/base/5006000
794            ! ext/Devel/PPPort/parts/base/5008001
795            ! ext/Devel/PPPort/parts/base/5009002
796            ! ext/Devel/PPPort/parts/embed.fnc
797            ! ext/Devel/PPPort/parts/inc/MY_CXT
798            ! ext/Devel/PPPort/parts/inc/SvPV
799            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
800            ! ext/Devel/PPPort/parts/inc/format
801            ! ext/Devel/PPPort/parts/inc/grok
802            ! ext/Devel/PPPort/parts/inc/limits
803            ! ext/Devel/PPPort/parts/inc/mPUSH
804            ! ext/Devel/PPPort/parts/inc/magic
805            ! ext/Devel/PPPort/parts/inc/misc
806            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
807            ! ext/Devel/PPPort/parts/inc/newRV
808            ! ext/Devel/PPPort/parts/inc/ppphbin
809            ! ext/Devel/PPPort/parts/inc/ppphdoc
810            ! ext/Devel/PPPort/parts/inc/ppphtest
811            ! ext/Devel/PPPort/parts/inc/sv_xpvf
812            ! ext/Devel/PPPort/parts/inc/threads
813            ! ext/Devel/PPPort/parts/inc/uv
814            ! ext/Devel/PPPort/parts/inc/version
815            ! ext/Devel/PPPort/parts/ppptools.pl
816            ! ext/Devel/PPPort/parts/todo/5009002
817            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
818            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
819            ! ext/Devel/PPPort/typemap
820 ____________________________________________________________________________
821 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
822         Log: Add simple exception handling macros for XS writers.
823      Branch: perl
824            + ext/XS/APItest/t/exception.t
825            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
826            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
827 ____________________________________________________________________________
828 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
829         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
830      Branch: perl
831            ! MANIFEST
832 ____________________________________________________________________________
833 [ 23909] By: merijn                                on 2005/01/31  11:33:14
834         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
835              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
836              Date: 31 Jan 2005 07:37:55 -0000
837              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
838      Branch: perl
839            + ext/DynaLoader/hints/gnukfreebsd.pl
840            + ext/DynaLoader/hints/gnuknetbsd.pl
841            + ext/NDBM_File/hints/gnukfreebsd.pl
842            + ext/NDBM_File/hints/gnuknetbsd.pl
843            + ext/ODBM_File/hints/gnukfreebsd.pl
844            + ext/ODBM_File/hints/gnuknetbsd.pl
845            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
846            + ext/Storable/hints/gnukfreebsd.pl
847            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
848            + hints/gnuknetbsd.sh
849            ! Configure
850 ____________________________________________________________________________
851 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
852         Log: Document the changes to PERLIO_DEBUG.
853      Branch: perl
854            ! pod/perlrun.pod
855 ____________________________________________________________________________
856 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
857         Log: Really fix the bug [perl #33990].
858              NB. -DIAMSUID is only set to compile sperl.o.
859      Branch: perl
860            ! perlio.c
861 ____________________________________________________________________________
862 [ 23905] By: steveh                                on 2005/01/31  10:03:56
863         Log: Fix test suite hang on Win32 caused by change #23898
864
865              ("perl -e sleep 3" does an indefinite sleep!)
866      Branch: perl
867            ! t/op/alarm.t
868 ____________________________________________________________________________
869 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
870         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
871      Branch: perl
872            ! perlio.c
873 ____________________________________________________________________________
874 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
875         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
876      Branch: perl
877            ! perlio.c
878 ____________________________________________________________________________
879 [ 23900] By: davem                                 on 2005/01/30  17:46:35
880         Log: minor corrections to comments in perly.y
881      Branch: perl
882            ! perly.y
883 ____________________________________________________________________________
884 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
885         Log: Subject: h2hp: 2 fix
886              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
887              Date: Fri, 28 Jan 2005 16:53:11 +0100
888              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
889      Branch: perl
890            ! utils/h2ph.PL
891 ____________________________________________________________________________
892 [ 23898] By: davem                                 on 2005/01/29  16:14:20
893         Log: chomp() fails after alarm(), `sleep`
894
895              PP_backtick's temp altering of PL_rs didn't restore after
896              an exception
897      Branch: perl
898            ! pp_sys.c t/op/alarm.t
899 ____________________________________________________________________________
900 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
901         Log: More consistent names for all the parameter name/declaration methods
902      Branch: perl
903            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
904            ! perl_keyword.pl
905 ____________________________________________________________________________
906 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
907         Log: Calculate the number of tests in one place, so that the skip()s will
908              always agree with the plan()s
909      Branch: perl
910            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
911 ____________________________________________________________________________
912 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
913         Log: Add a reference to books.perl.org.
914      Branch: perl
915            ! pod/perlbook.pod
916 ____________________________________________________________________________
917 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
918         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
919              future use.
920      Branch: perl
921            ! genpacksizetables.pl pp_pack.c
922 ____________________________________________________________________________
923 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
924         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
925              From: Jim Cromie <jcromie@divsol.com>
926              Date: Sun, 16 Jan 2005 17:16:00 -0700
927              Message-ID: <41EB03C0.7030509@divsol.com>
928              (with minor typos fixed)
929      Branch: perl
930            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
931            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
932            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
933            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
934            ! ext/B/t/optree_varinit.t
935 ____________________________________________________________________________
936 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
937         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
938              From: Gisle Aas <gisle@ActiveState.com>
939              Date: 05 Jan 2005 03:21:06 -0800
940              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
941      Branch: perl
942            ! perl.c
943 ____________________________________________________________________________
944 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
945         Log: Make the byte order modifers < and > and the sign modifier ! (for
946              n N v V) conditionally compile. This means that the refactored
947              pp_pack/pp_unpack code can now be used in maint.
948      Branch: perl
949            ! genpacksizetables.pl pp_pack.c
950 ____________________________________________________________________________
951 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
952         Log: Oops. Was forgetting to test n! N! v! V! in pack
953      Branch: perl
954            ! t/op/pack.t
955 ____________________________________________________________________________
956 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
957         Log: Check that the warning behaviour on the modifiers !, < and > is as we
958              expect it for this perl.
959      Branch: perl
960            ! t/op/pack.t
961 ____________________________________________________________________________
962 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
963         Log: Make the tests for the endianness modifiers < and >, and the
964              signnedness modifier ! conditional on perl version. Surprisingly
965              little change needed.
966      Branch: perl
967            ! t/op/pack.t
968 ____________________________________________________________________________
969 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
970         Log: &_q needs to *globally* escape ' and \ in its substitution.
971      Branch: perl
972            ! t/test.pl
973 ____________________________________________________________________________
974 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
975         Log: Subject: [PATCH] BigInt mbi_rand.t failings
976              From: Tels <nospam-abuse@bloodgate.com>
977              Date: Tue, 25 Jan 2005 18:06:58 +0100
978              Message-Id: <200501251806.59782@bloodgate.com>
979      Branch: perl
980            ! lib/Math/BigInt/Calc.pm
981 ____________________________________________________________________________
982 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
983         Log: Integrate change #23880 in original comment
984      Branch: perl
985            ! util.c
986 ____________________________________________________________________________
987 [ 23880] By: merijn                                on 2005/01/25  15:41:30
988         Log: Subject: [PATCH] perlapi.pod has pod errors
989              From: "Jos I. Boumans" <kane@xs4all.net>
990              Date: Tue, 25 Jan 2005 16:42:38 +0100
991              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
992      Branch: perl
993            ! pod/perlapi.pod
994 ____________________________________________________________________________
995 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
996         Log: Correct and update comments (before anyone writes in)
997              Remove a temporary variable.
998      Branch: perl
999            ! lib/ExtUtils/Constant/Base.pm
1000 ____________________________________________________________________________
1001 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
1002         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
1003              the dump file. The newer format is only 135M
1004      Branch: perl
1005            ! toke.c
1006 ____________________________________________________________________________
1007 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
1008         Log: A script to regenerate Perl_keyword()
1009      Branch: perl
1010            + perl_keyword.pl
1011            ! MANIFEST
1012 ____________________________________________________________________________
1013 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
1014         Log: Add weights to ExtUtils::Constant to allow sorting by expected
1015              frequency. This makes the Perl_keyword() replacement 20% faster,
1016              rather than just 12%
1017      Branch: perl
1018            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
1019 ____________________________________________________________________________
1020 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
1021         Log: Replace Perl_keyword() with a version that's 20% faster on typical
1022              input, generated by subclassing ExtUtils::Constant. (Typical input
1023              being about 135M of input from running a lot of perl scripts)
1024      Branch: perl
1025            ! toke.c
1026 ____________________________________________________________________________
1027 [ 23874] By: merijn                                on 2005/01/24  15:10:55
1028         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
1029              From: "Craig A. Berry" <craigberry@mac.com>
1030              Date: Sun, 23 Jan 2005 14:23:17 -0600
1031              Message-ID: <41F407B5.7020106@mac.com>
1032      Branch: perl
1033            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
1034 ____________________________________________________________________________
1035 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
1036         Log: Revert change 23843.
1037              (See discussion for bug [perl #31924])
1038      Branch: perl
1039            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
1040            ! pp_ctl.c proto.h t/comp/require.t
1041 ____________________________________________________________________________
1042 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
1043         Log: Subject: [perl #33906] Missing \\ in perlre
1044              From: Andrew (via RT) <perlbug-followup@perl.org>
1045              Date: 23 Jan 2005 20:52:51 -0000
1046              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
1047      Branch: perl
1048            ! pod/perlre.pod
1049 ____________________________________________________________________________
1050 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
1051         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
1052              From: "Craig A. Berry" <craigberry@mac.com>
1053              Date: Sun, 23 Jan 2005 13:44:49 -0600
1054              Message-ID: <41F3FEB1.9020102@mac.com>
1055      Branch: perl
1056            ! lib/Test/Harness/Straps.pm
1057 ____________________________________________________________________________
1058 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
1059         Log: Subject: Re: [perl #33892] Add Interix support
1060              From: Todd Vierling <tv@duh.org>
1061              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
1062              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
1063      Branch: perl
1064            ! hints/interix.sh
1065 ____________________________________________________________________________
1066 [ 23869] By: davem                                 on 2005/01/23  22:20:10
1067         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
1068              From:  Jarkko Hietaniemi <jhi@iki.fi>
1069              Date:  Sun, 23 Jan 2005 21:25:01 +0200
1070              Message-Id:  <41F3FA0D.4010301@iki.fi>
1071
1072              The uc() memory reduction patch had a memory leak...
1073      Branch: perl
1074            ! pp.c
1075 ____________________________________________________________________________
1076 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
1077         Log: Tidy up 2 comments
1078      Branch: perl
1079            ! regcomp.c
1080 ____________________________________________________________________________
1081 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
1082         Log: Assimilate ExtUtils::Constant 0.16
1083      Branch: perl
1084            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
1085            + lib/ExtUtils/Constant/XS.pm
1086            ! MANIFEST lib/ExtUtils/Constant.pm
1087 ____________________________________________________________________________
1088 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
1089         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
1090      Branch: perl
1091            ! regcomp.c
1092 ____________________________________________________________________________
1093 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
1094         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
1095              From: Jarkko Hietaniemi <jhi@iki.fi>
1096              Message-ID: <41F2C427.7020003@iki.fi>
1097              Date: Sat, 22 Jan 2005 23:22:47 +0200
1098      Branch: perl
1099            ! hints/dec_osf.sh
1100 ____________________________________________________________________________
1101 [ 23863] By: davem                                 on 2005/01/22  18:27:58
1102         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
1103              From:  Jarkko Hietaniemi <jhi@iki.fi>
1104              Date:  Sat, 22 Jan 2005 11:33:12 +0200
1105              Message-Id:  <41F21DD8.3050500@iki.fi>
1106
1107              change #23857 miscalculated the SvGROW size
1108      Branch: perl
1109            ! pp.c
1110 ____________________________________________________________________________
1111 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
1112         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
1113              From: Jarkko Hietaniemi <jhi@iki.fi>
1114              Message-ID: <41F2911E.8090204@iki.fi>
1115              Date: Sat, 22 Jan 2005 19:45:02 +0200
1116
1117              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
1118      Branch: perl
1119            ! hints/dec_osf.sh
1120 ____________________________________________________________________________
1121 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
1122         Log: Update copyright years and add editor blocks
1123      Branch: perl
1124            ! doop.c hv.c utf8.c
1125 ____________________________________________________________________________
1126 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
1127         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
1128              Subject: Re: [PATCH] do not assume quads or long doubles
1129              Message-ID: <41F21B0A.2050301@iki.fi>
1130              Date: Sat, 22 Jan 2005 11:21:14 +0200
1131      Branch: perl
1132            ! pp_pack.c
1133 ____________________________________________________________________________
1134 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
1135         Log: Remove now-unnecessary check. (It's done earlier)
1136      Branch: perl
1137            ! pp_pack.c
1138 ____________________________________________________________________________
1139 [ 23857] By: davem                                 on 2005/01/22  00:17:40
1140         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
1141              From:  Jarkko Hietaniemi <jhi@iki.fi>
1142              Date:  Sat, 22 Jan 2005 00:20:12 +0200
1143              Message-Id:  <41F1801C.3080201@iki.fi>
1144
1145              Make buffer size estimates for utf8 case conversion less maximally
1146              pessimistic
1147      Branch: perl
1148            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
1149            ! toke.c utf8.c utf8.h
1150 ____________________________________________________________________________
1151 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
1152         Log: Shrink a switch() statment by driving the size calculations from the
1153              size table. This requires #ifdef()s in the size table initialiser.
1154              Astoundingly this shaves over 6K of the object size with -Os on OS X.
1155              I was expecting about 1K (due to shrinking a branch table). Mind you,
1156              I'm not going to argue with what I got. :-)
1157      Branch: perl
1158            ! genpacksizetables.pl pp_pack.c
1159 ____________________________________________________________________________
1160 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
1161         Log: Make the length overrun checking and stack extension table driven.
1162              (Shaves about 3k off pp_pack.o)
1163      Branch: perl
1164            + genpacksizetables.pl
1165            ! MANIFEST pp_pack.c
1166 ____________________________________________________________________________
1167 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
1168         Log: Subject: [perl #32503] Fix for Storable module
1169              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
1170              Date: 19 Nov 2004 13:06:57 -0000
1171              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
1172      Branch: perl
1173            ! ext/Storable/Storable.xs
1174 ____________________________________________________________________________
1175 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
1176         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
1177      Branch: perl
1178            ! ext/Data/Dumper/Dumper.pm
1179 ____________________________________________________________________________
1180 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
1181         Log: Name another pack test
1182      Branch: perl
1183            ! t/op/pack.t
1184 ____________________________________________________________________________
1185 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
1186         Log: Subject: [perl #33892] Add Interix support
1187              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
1188              Date: 21 Jan 2005 14:36:31 -0000
1189              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
1190
1191              (except the Configure chunk)
1192              (and bump version numbers of modules)
1193      Branch: perl
1194            + hints/interix.sh
1195            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
1196            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
1197 ____________________________________________________________________________
1198 [ 23848] By: merijn                                on 2005/01/21  14:47:31
1199         Log: Subject: [perl #33892] Add Interix support
1200              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
1201              Date: 21 Jan 2005 14:36:31 -0000
1202              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
1203      Branch: perl
1204            ! Configure
1205 ____________________________________________________________________________
1206 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
1207         Log: Upgrade to Test::Harness 2.46
1208      Branch: perl
1209            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
1210            + lib/Test/Harness/t/prove-globbing.t
1211            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
1212            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
1213            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
1214            ! lib/Test/Harness/t/strap.t
1215 ____________________________________________________________________________
1216 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
1217         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
1218              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
1219              Date: Tue, 28 Dec 2004 16:01:49 -0800
1220              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
1221      Branch: perl
1222            ! ext/B/B.pm
1223 ____________________________________________________________________________
1224 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
1225         Log: Subject: [Patch] [perl #32446]  close leaves fd open
1226              From: Steffen Ullrich <coyote.frank@gmx.net>
1227              Date: Wed, 01 Dec 2004 15:22:34 +0100
1228              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
1229      Branch: perl
1230            ! perlio.c
1231 ____________________________________________________________________________
1232 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
1233         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
1234              From: Rick Delaney <rick@bort.ca>
1235              Date: Wed, 13 Oct 2004 12:40:18 -0400
1236              Message-ID: <20041013164018.GA32174@biff.bort.ca>
1237      Branch: perl
1238            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
1239            ! pp_ctl.c proto.h t/comp/require.t
1240 ____________________________________________________________________________
1241 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
1242         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
1243              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1244              Date: Mon, 20 Dec 2004 16:08:56 -0800
1245              Message-ID: <20041221000856.GA2924@efn.org>
1246      Branch: perl
1247            ! pp_sys.c t/op/stat.t
1248 ____________________________________________________________________________
1249 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
1250         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
1251              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1252              Date: Sun, 19 Dec 2004 23:57:56 -0800
1253              Message-ID: <20041220075754.GA800@efn.org>
1254      Branch: perl
1255            ! ext/B/B.pm
1256 ____________________________________________________________________________
1257 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
1258         Log: Subject: [patch] cleanup perlsfio.h
1259              From: Stas Bekman <stas@stason.org>
1260              Date: Thu, 13 Jan 2005 16:14:23 -0500
1261              Message-ID: <41E6E4AF.8070303@stason.org>
1262      Branch: perl
1263            ! perlsfio.h
1264 ____________________________________________________________________________
1265 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
1266         Log: VERSION++
1267      Branch: perl
1268            ! lib/Text/ParseWords.pm
1269 ____________________________________________________________________________
1270 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
1271         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
1272              From: Alexey Tourbin <at@altlinux.ru>
1273              Date: Tue, 28 Dec 2004 22:29:37 +0300
1274              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
1275      Branch: perl
1276            + lib/Text/ParseWords/taint.t
1277            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
1278 ____________________________________________________________________________
1279 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
1280         Log: Run regen.pl and pod/buildtoc --build-all
1281      Branch: perl
1282            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
1283 ____________________________________________________________________________
1284 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
1285         Log: A little more determinacy in our sorting
1286      Branch: perl
1287            ! autodoc.pl
1288 ____________________________________________________________________________
1289 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
1290         Log: Make "assertion" attribute code and test conditional
1291      Branch: perl
1292            ! t/op/attrs.t xsutils.c
1293 ____________________________________________________________________________
1294 [ 23824] By: merijn                                on 2005/01/19  18:32:41
1295         Log: Subject: [PATCH] Further follow-up to 23767
1296              From: Robin Barker <Robin.Barker@npl.co.uk>
1297              Date: Wed, 19 Jan 2005 18:30:31 -0000
1298              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
1299      Branch: perl
1300            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
1301 ____________________________________________________________________________
1302 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
1303         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
1304              From: Noah <sitz@onastick.net>
1305              Date: Wed, 19 Jan 2005 12:33:52 -0500
1306              Message-ID: <20050119173352.GA15592@radu.onastick.net>
1307      Branch: perl
1308            ! utils/h2xs.PL
1309 ____________________________________________________________________________
1310 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
1311         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
1312              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1313              Date: Sun, 16 Jan 2005 10:30:45 -0800
1314              Message-ID: <20050116183045.GA2768@efn.org>
1315      Branch: perl
1316            ! t/op/stat.t
1317 ____________________________________________________________________________
1318 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
1319         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
1320              From: "Jos I. Boumans" <kane@xs4all.net>
1321              Date: Tue, 18 Jan 2005 15:12:03 +0100
1322              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
1323      Branch: perl
1324            ! ext/Data/Dumper/Dumper.pm
1325 ____________________________________________________________________________
1326 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
1327         Log: Fix dependencies in ext/B/Makefile.PL
1328              (bug #8254, fix by Alan Burlison)
1329      Branch: perl
1330            ! ext/B/Makefile.PL
1331 ____________________________________________________________________________
1332 [ 23817] By: steveh                                on 2005/01/19  09:33:27
1333         Log: Exclude "Thread" from $Config{extensions}
1334
1335              It is already excluded from $Config{dynamic_ext}, so should not be
1336              in $Config{extensions} either. (Note that Thread is actually still
1337              built, though. This is just for consistency with Unix builds.)
1338      Branch: perl
1339            ! win32/config_sh.PL
1340 ____________________________________________________________________________
1341 [ 23816] By: steveh                                on 2005/01/19  08:55:06
1342         Log: Exclude "Thread" from $Config{dynamic_ext}
1343
1344              This was accidentally broken by change 23757.  It has already been
1345              fixed in maint-5.8 when resolving conflicts during integration of
1346              23757, so this one does NOT need integrating itself!
1347
1348              For more details see:
1349              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
1350      Branch: perl
1351            ! win32/config_sh.PL
1352 ____________________________________________________________________________
1353 [ 23807] By: steveh                                on 2005/01/17  17:55:02
1354         Log: Fix for building with MinGW under Cygwin
1355
1356              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
1357              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1358              Date: Thu, 13 Jan 2005 16:11:36 -0800
1359              Message-ID: <20050114001136.GC2516@efn.org>
1360      Branch: perl
1361            ! ext/Errno/Errno_pm.PL
1362 ____________________________________________________________________________
1363 [ 23806] By: steveh                                on 2005/01/17  16:57:10
1364         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
1365      Branch: perl
1366            ! win32/config_sh.PL
1367 ____________________________________________________________________________
1368 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
1369         Log: Better test diagnostics for the numbers tests.
1370              (Failure diagnostics were always good, but now the tests have names,
1371              which show even when they pass)
1372      Branch: perl
1373            ! t/op/pack.t
1374 ____________________________________________________________________________
1375 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
1376         Log: Correct the editor block to match the perl 5 policy on tabs
1377      Branch: perl
1378            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
1379            ! sv.c universal.c
1380 ____________________________________________________________________________
1381 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
1382         Log: Refactor S_regclass to generate slightly smaller object code
1383      Branch: perl
1384            ! regcomp.c
1385 ____________________________________________________________________________
1386 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
1387         Log: A terser way to write the \-ing code in pv_uni_display
1388              Plus drive-by insert of a more correct editor block. (thanks Dave)
1389      Branch: perl
1390            ! utf8.c
1391 ____________________________________________________________________________
1392 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
1393         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
1394              is taken from the SV's UTF-8ness
1395      Branch: perl
1396            ! pod/perlapi.pod sv.c
1397 ____________________________________________________________________________
1398 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
1399         Log: SvUTF8_off() in do_join can be unconditional.
1400      Branch: perl
1401            ! doop.c
1402 ____________________________________________________________________________
1403 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
1404         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
1405      Branch: perl
1406            ! op.c regcomp.c toke.c utf8.c
1407 ____________________________________________________________________________
1408 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
1409         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
1410      Branch: perl
1411            ! sv.c
1412 ____________________________________________________________________________
1413 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
1414         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
1415      Branch: perl
1416            ! utf8.c
1417 ____________________________________________________________________________
1418 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
1419         Log: replace NEWSV(), SvSetSV() with newSVsv()
1420      Branch: perl
1421            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
1422 ____________________________________________________________________________
1423 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
1424         Log: Turn the unreachable code into assertions. (So prove me wrong...)
1425      Branch: perl
1426            ! pp_pack.c
1427 ____________________________________________________________________________
1428 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
1429         Log: Source code tidy up - avoid assigning to sv.
1430      Branch: perl
1431            ! pp_pack.c
1432 ____________________________________________________________________________
1433 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
1434         Log: Avoid dogfood problems when an empty string accidentally ends up
1435              as a constant name. [They don't work in qw(), strangely]
1436      Branch: perl
1437            ! lib/ExtUtils/Constant.pm
1438 ____________________________________________________________________________
1439 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
1440         Log: The leaktesting of NEWSV() is long dead, so create and initialise
1441              SV values in one, to simplify source code and shrink object code
1442              by about 1%
1443      Branch: perl
1444            ! pp_pack.c
1445 ____________________________________________________________________________
1446 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
1447         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
1448              representation.
1449      Branch: perl
1450            ! t/op/join.t
1451 ____________________________________________________________________________
1452 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
1453         Log: Update copyright years. Add an editor block while passing by.
1454      Branch: perl
1455            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
1456            ! universal.c
1457 ____________________________________________________________________________
1458 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
1459         Log: utf.pm needs to require Carp before croak()ing
1460      Branch: perl
1461            ! lib/utf8.pm lib/utf8.t
1462 ____________________________________________________________________________
1463 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
1464         Log: Refactor all the unpack checksum-or-not logic to avoid massive
1465              duplication.
1466      Branch: perl
1467            ! pp_pack.c
1468 ____________________________________________________________________________
1469 [ 23786] By: merijn                                on 2005/01/13  11:28:31
1470         Log: Subject: Re: killing USE_5005THREADS in blead?
1471              From: Stas Bekman <stas@stason.org>
1472              Date: Wed, 12 Jan 2005 16:32:42 -0500
1473              Message-ID: <41E5977A.3060306@stason.org>
1474      Branch: perl
1475            ! perl.c
1476 ____________________________________________________________________________
1477 [ 23785] By: steveh                                on 2005/01/13  10:24:13
1478         Log: Fix Win32 build problem caused by change 23757
1479
1480              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
1481              run by miniperl.exe when making the ..\config.sh target, but
1482              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
1483              perlglob.exe to do the glob().  perlglob.exe has been built, but is
1484              in the top-level of the source tree so is not found when miniperl.exe
1485              is executed from within the win32/ sub-directory.
1486
1487              This was causing smokes to fail on t/lib/commonsense.t because the
1488              "extensions" field in lib/Config_heavy.pl only contained
1489              "threads/shared" as a result of the glob() not finding anything.
1490
1491              Manual builds had been working fine for me because I had an installed
1492              perl in my PATH so perlglob.exe was being found there instead!
1493      Branch: perl
1494            ! win32/FindExt.pm
1495 ____________________________________________________________________________
1496 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
1497         Log: Subject: [PATCH] follow-up to #23765
1498              From: "Craig A. Berry" <craigberry@mac.com>
1499              Date: Tue, 11 Jan 2005 21:01:27 -0600
1500              Message-ID: <41E49307.7080900@mac.com>
1501      Branch: perl
1502            ! lib/warnings.t
1503 ____________________________________________________________________________
1504 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
1505         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
1506              (for cases of mixed UTF8/bytes)
1507              Test code based on bug report by John Gardiner Myers
1508      Branch: perl
1509            ! pp.c t/op/index.t
1510 ____________________________________________________________________________
1511 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
1512         Log: Subject: [PATCH] follow-up to 23767
1513              From: Robin Barker <Robin.Barker@npl.co.uk>
1514              Date: Tue, 11 Jan 2005 15:48:49 -0000
1515              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
1516      Branch: perl
1517            ! Porting/pumpkin.pod sv.c
1518 ____________________________________________________________________________
1519 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
1520         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
1521      Branch: perl
1522            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
1523            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
1524            ! proto.h scope.c scope.h sv.c thrdvar.h
1525 ____________________________________________________________________________
1526 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
1527         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
1528              From: "Craig A. Berry" <craigberry@mac.com>
1529              Message-ID: <41E1C261.5020100@mac.com>
1530              Date: Sun, 09 Jan 2005 17:46:41 -0600
1531      Branch: perl
1532            ! t/op/split.t
1533 ____________________________________________________________________________
1534 [ 23778] By: steveh                                on 2005/01/10  11:53:10
1535         Log: Need to close files before unlinking them on Win32
1536
1537              (Various files created by test programs are left behind otherwise,
1538              and distclean doesn't clean them up)
1539      Branch: perl
1540            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
1541            ! lib/FileCache/t/07noimport.t t/op/read.t
1542 ____________________________________________________________________________
1543 [ 23777] By: steveh                                on 2005/01/10  10:28:00
1544         Log: Make Win32's distclean target clean up properly
1545      Branch: perl
1546            ! win32/Makefile win32/makefile.mk
1547 ____________________________________________________________________________
1548 [ 23776] By: steveh                                on 2005/01/10  09:45:50
1549         Log: Get $Config{osvers} filled in on Win32
1550      Branch: perl
1551            ! win32/config_sh.PL
1552 ____________________________________________________________________________
1553 [ 23775] By: merijn                                on 2005/01/10  08:54:00
1554         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
1555              Date: Sun, 09 Jan 2005 17:52:09 -0600
1556              From: "Craig A. Berry" <craigberry@mac.com>
1557              Message-ID: <41E1C3A9.9080900@mac.com>
1558      Branch: perl
1559            ! configure.com
1560 ____________________________________________________________________________
1561 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
1562         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
1563      Branch: perl
1564            ! pp.c
1565 ____________________________________________________________________________
1566 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
1567         Log: If we know the length of the string constant, save a strlen()
1568      Branch: perl
1569            ! perl.c pp_sys.c
1570 ____________________________________________________________________________
1571 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
1572         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
1573              strlen(). Add savesvpv(sv), which gets the length from the SV,
1574              and returns a copy of its PV.
1575      Branch: perl
1576            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
1577            ! universal.c util.c
1578 ____________________________________________________________________________
1579 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
1580         Log: Can pass in a length here without introducing a bug. Might save
1581              a strlen()
1582      Branch: perl
1583            ! toke.c
1584 ____________________________________________________________________________
1585 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
1586         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
1587              as I think that it will be needed for utf8 soft references.
1588      Branch: perl
1589            ! toke.c
1590 ____________________________________________________________________________
1591 [ 23769] By: steveh                                on 2005/01/07  17:25:35
1592         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
1593              and force PERL_MALLOC off if USE_IMP_SYS is on
1594
1595              This brings makefile.mk into line with Makefile in this regard
1596
1597              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
1598              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
1599              so it is sensible to enforce this, and to not have the default set
1600              to a configuration that isn't allowed)
1601      Branch: perl
1602            ! win32/makefile.mk
1603 ____________________________________________________________________________
1604 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
1605         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
1606              From: Jim Cromie <jim.cromie@gmail.com>
1607              Date: Mon, 3 Jan 2005 06:36:16 -0700
1608              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
1609      Branch: perl
1610            + lib/vars_carp.t
1611            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
1612            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
1613            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
1614 ____________________________________________________________________________
1615 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
1616         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
1617              From: Robin Barker <Robin.Barker@npl.co.uk>
1618              Date: Wed, 5 Jan 2005 11:55:09 -0000
1619              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
1620      Branch: perl
1621            ! mg.c perl.h pp.h pp_sys.c sv.c
1622 ____________________________________________________________________________
1623 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
1624         Log: Stage 1 of utf8 support for soft references.
1625              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
1626              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
1627              Provide a backwards compatability gv_fetchpv
1628              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
1629              the pointer from an SV
1630              All tests still pass.
1631      Branch: perl
1632            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
1633            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
1634 ____________________________________________________________________________
1635 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
1636         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
1637              From: "Craig A. Berry" <craigberry@mac.com>
1638              Message-ID: <41DDCA71.1080704@mac.com>
1639              Date: Thu, 06 Jan 2005 17:32:01 -0600
1640      Branch: perl
1641            ! lib/warnings.t
1642 ____________________________________________________________________________
1643 [ 23764] By: steveh                                on 2005/01/07  08:35:29
1644         Log: Fix win32/config.*'s cc, ld and other related values
1645
1646              cc and ld themselves always get replaced with correct values anyway
1647              so we just provide example values as per other similar settings
1648
1649              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
1650              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
1651
1652              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
1653              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1654              Date: Wed, 5 Jan 2005 10:01:41 -0800
1655              Message-ID: <20050105180141.GA676@efn.org>
1656
1657              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
1658              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1659              Date: Thu, 6 Jan 2005 11:53:11 -0800
1660              Message-ID: <20050106195311.GC1300@efn.org>
1661      Branch: perl
1662            ! win32/config.bc win32/config.gc win32/config.vc
1663            ! win32/config.vc64
1664 ____________________________________________________________________________
1665 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
1666         Log: Add TODO tests for UTF8 encoded soft references
1667      Branch: perl
1668            ! t/op/ref.t
1669 ____________________________________________________________________________
1670 [ 23762] By: steveh                                on 2005/01/06  16:50:10
1671         Log: Allow static linking core extensions on Win32 with MinGW
1672
1673              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
1674              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1675              Date: Wed, 5 Jan 2005 10:01:41 -0800
1676              Message-ID: <20050105180141.GA676@efn.org>
1677      Branch: perl
1678            ! win32/buildext.pl win32/makefile.mk
1679 ____________________________________________________________________________
1680 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
1681         Log: Silence a compilation warning
1682      Branch: perl
1683            ! pp_sort.c
1684 ____________________________________________________________________________
1685 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
1686         Log: Turn barewords into strings to run under strict subs.
1687              Run under strict refs outside the soft reference tests.
1688      Branch: perl
1689            ! t/op/ref.t
1690 ____________________________________________________________________________
1691 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
1692         Log: All tests now use test.pl
1693      Branch: perl
1694            ! t/op/ref.t
1695 ____________________________________________________________________________
1696 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
1697         Log: Start converting t/op/ref.t to use test.pl
1698      Branch: perl
1699            ! t/op/ref.t
1700 ____________________________________________________________________________
1701 [ 23757] By: steveh                                on 2005/01/06  11:26:12
1702         Log: Fix extensions config fields on Win32 to be as they are on Unix
1703
1704              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
1705              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1706              Date: Wed, 5 Jan 2005 10:01:41 -0800
1707              Message-ID: <20050105180141.GA676@efn.org>
1708      Branch: perl
1709            ! win32/FindExt.pm win32/config_sh.PL
1710 ____________________________________________________________________________
1711 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
1712         Log: Correct a Greengrocer's apostrophe.
1713      Branch: perl
1714            ! ext/DynaLoader/dl_dyld.xs
1715 ____________________________________________________________________________
1716 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
1717         Log: Foolishly I committed change 23753 before remembering to test without
1718              ithreads. No tests => bugs. This should fix them.
1719      Branch: perl
1720            ! perl.c
1721 ____________________________________________________________________________
1722 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
1723         Log: Error-free constant folding is a TODO
1724      Branch: perl
1725            ! pod/perltodo.pod
1726 ____________________________________________________________________________
1727 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
1728         Log: Turn INIT_TLS_AND_INTERP into a static function
1729      Branch: perl
1730            ! perl.c
1731 ____________________________________________________________________________
1732 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
1733         Log: Shave off the explict 1; from the end of lib/Config.pm
1734      Branch: perl
1735            ! configpm
1736 ____________________________________________________________________________
1737 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
1738         Log: Subject: [PATCH] unnecessary rmdir in Makefile
1739              From: Robin Barker <Robin.Barker@npl.co.uk>
1740              Date: Wed, 5 Jan 2005 11:58:54 -0000
1741              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
1742      Branch: perl
1743            ! Makefile.SH
1744 ____________________________________________________________________________
1745 [ 23750] By: merijn                                on 2005/01/05  11:44:11
1746         Log: Subject: [PATCH] gcc and ld in Configure
1747              From: Robin Barker <Robin.Barker@npl.co.uk>
1748              Date: Wed, 5 Jan 2005 12:04:25 -0000
1749              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
1750      Branch: perl
1751            ! hints/solaris_2.sh
1752 ____________________________________________________________________________
1753 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
1754         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
1755              From: Gisle Aas <gisle@ActiveState.com>
1756              Date: 05 Jan 2005 01:09:51 -0800
1757              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
1758      Branch: perl
1759            ! thread.h
1760 ____________________________________________________________________________
1761 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
1762         Log: Subject: [PATCH] -Duselargefiles for VMS
1763              From: "Craig A. Berry" <craigberry@mac.com>
1764              Message-ID: <41DB63A6.7040504@mac.com>
1765              Date: Tue, 04 Jan 2005 21:48:54 -0600
1766      Branch: perl
1767            ! configure.com vms/descrip_mms.template vms/vmsish.h
1768 ____________________________________________________________________________
1769 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
1770         Log: Rafael spotted that my changes caused warnings. So clean up.
1771      Branch: perl
1772            ! t/op/attrs.t
1773 ____________________________________________________________________________
1774 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
1775         Log: Update copyright years.
1776      Branch: perl
1777            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
1778 ____________________________________________________________________________
1779 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
1780         Log: Make the switch statement discriminate similar names more
1781              efficiently.
1782      Branch: perl
1783            ! xsutils.c
1784 ____________________________________________________________________________
1785 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
1786         Log: Check all attributes in modify_SV_attributes are recognised.
1787              Fix bug where 'assertion' was always rejected as invalid.
1788      Branch: perl
1789            ! t/op/attrs.t xsutils.c
1790 ____________________________________________________________________________
1791 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
1792         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
1793      Branch: perl
1794            ! t/io/layers.t
1795 ____________________________________________________________________________
1796 [ 23742] By: merijn                                on 2005/01/04  12:38:03
1797         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
1798              From: Robin Barker <Robin.Barker@npl.co.uk>
1799              Date: Tue, 4 Jan 2005 12:32:29 -0000
1800              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
1801      Branch: perl
1802            ! pod/perlxs.pod
1803 ____________________________________________________________________________
1804 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
1805         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
1806      Branch: perl
1807            ! gv.c mg.c
1808 ____________________________________________________________________________
1809 [ 23740] By: steveh                                on 2005/01/04  10:56:55
1810         Log: Bring win32/config.* into line with win32/config_H.*
1811              so that "perl -V:usemallocwrap" tells us what the configuration is
1812              instead of saying 'UNKNOWN'.
1813      Branch: perl
1814            ! win32/config.bc win32/config.gc win32/config.vc
1815            ! win32/config.vc64
1816 ____________________________________________________________________________
1817 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
1818         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
1819              From: Tels <nospam-abuse@bloodgate.com>
1820              Date: Sat, 1 Jan 2005 18:59:51 +0100
1821              Message-Id: <200501011859.52858@bloodgate.com>
1822      Branch: perl
1823            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
1824            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
1825            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
1826            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
1827            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1828            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1829            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
1830            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
1831            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
1832            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
1833            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
1834            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
1835            ! lib/bignum/t/option_p.t lib/bigrat.pm
1836            ! t/lib/Math/BigFloat/Subclass.pm
1837 ____________________________________________________________________________
1838 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
1839         Log: Happy new year
1840      Branch: perl
1841            ! README
1842 ____________________________________________________________________________
1843 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
1844         Log: Return an immortal from attributes::_warn_reserved (a private
1845              function). (saves creating a new IV)
1846      Branch: perl
1847            ! xsutils.c
1848 ____________________________________________________________________________
1849 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
1850         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
1851      Branch: perl
1852            ! xsutils.c
1853 ____________________________________________________________________________
1854 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
1855         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
1856              threaded, but "oh no it isn't!" :-(
1857      Branch: perl
1858            ! toke.c
1859 ____________________________________________________________________________
1860 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
1861         Log: Integrate a patch from Gentoo for uclibc support.
1862              See :
1863              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
1864              From: Alexey Tourbin <at@altlinux.ru>
1865              Date: Tue, 28 Dec 2004 14:25:42 +0300
1866              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
1867      Branch: perl
1868            ! perlio.c
1869 ____________________________________________________________________________
1870 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
1871         Log: Remove compiler warnings.
1872      Branch: perl
1873            ! toke.c
1874 ____________________________________________________________________________
1875 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
1876         Log: Change 23727 broke code that relied on \ being escaped.
1877              Fix this. *Everything* should work now.
1878      Branch: perl
1879            + t/run/switchF1.t
1880            ! MANIFEST toke.c
1881 ____________________________________________________________________________
1882 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
1883         Log: Splitting the -n/-p code and concatenating strings generates
1884              smaller object code.
1885      Branch: perl
1886            ! toke.c
1887 ____________________________________________________________________________
1888 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
1889         Log: Concatenate some string constants
1890      Branch: perl
1891            ! toke.c
1892 ____________________________________________________________________________
1893 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
1894         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
1895              lot of quoting code
1896      Branch: perl
1897            ! toke.c
1898 ____________________________________________________________________________
1899 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
1900         Log: Probably should be using *pvn rather than *pv forms for speed in
1901              toke.c (to save a strlen())
1902      Branch: perl
1903            ! toke.c
1904 ____________________________________________________________________________
1905 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
1906         Log: strEQ/strNE of 1 character strings seems better hand inlined,
1907              because it generates smaller object code (as well as being
1908              faster than a true function call)
1909      Branch: perl
1910            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
1911 ____________________________________________________________________________
1912 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
1913         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
1914              Tweak is_gv_magical's string comparisons to produce smaller object
1915              code.
1916              First 2005 copyright notice.
1917      Branch: perl
1918            ! gv.c
1919 ____________________________________________________________________________
1920 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
1921         Log: Change 23714 accidentally broke t/io/layers.t when testing with
1922              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
1923              based on the locale, we have no perl space access to PL_utf8locale
1924              so assume for the moment that UTF8 is never conditionally enabled.
1925      Branch: perl
1926            ! t/io/layers.t
1927 ____________________________________________________________________________
1928 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
1929         Log: Skip the switch statement entirely if the pointer is null, rather
1930              than the old pointless switch on '\0'. Also skip re-comparing the
1931              first character. Faster, and generates terser object code.
1932      Branch: perl
1933            ! pp.c
1934 ____________________________________________________________________________
1935 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
1936         Log: Doing the strnEQ char by char for 2 and 3 character strings
1937              generates a smaller object file, and will be faster.
1938      Branch: perl
1939            ! doio.c
1940 ____________________________________________________________________________
1941 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
1942         Log: Improve documentation for is_gv_magical, and split the switch
1943              statement into 2 parts, lengths > 1 and lengths <= 1
1944              This should cause most variables (lower case, multicharacter)
1945              to escape the function without passing through a switch table.
1946      Branch: perl
1947            ! gv.c
1948 ____________________________________________________________________________
1949 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
1950         Log: Because name is always NUL terminated we can incorporate length
1951              0 names in the switch statement for length 1.
1952      Branch: perl
1953            ! gv.c
1954 ____________________________________________________________________________
1955 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
1956         Log: Generate smaller object code by using a single switch statement
1957              for determining which names are forced into main::
1958      Branch: perl
1959            ! gv.c
1960 ____________________________________________________________________________
1961 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
1962         Log: Tidy up comments in change 23716
1963      Branch: perl
1964            ! gv.c
1965 ____________________________________________________________________________
1966 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
1967         Log: Refactor gv_fetchpv so that the overwhelmingly common case
1968              (variable names starting with a lower case letter or _, longer
1969              than one character) get out of the function very quickly.
1970              (Without even passing through a switch statement jump table)
1971              Also fixes bug 33631
1972      Branch: perl
1973            ! gv.c
1974 ____________________________________________________________________________
1975 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
1976         Log: Subject: [PATCH] randbits and randfunc for VMS
1977              From: "Craig A. Berry" <craigberry@mac.com>
1978              Message-ID: <41D570BF.8010409@mac.com>
1979              Date: Fri, 31 Dec 2004 09:31:11 -0600
1980      Branch: perl
1981            ! configure.com
1982 ____________________________________________________________________________
1983 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
1984         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
1985      Branch: perl
1986            ! AUTHORS t/io/layers.t
1987 ____________________________________________________________________________
1988 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
1989         Log: Mention ppport.h and its --api-info switch in perlguts.
1990      Branch: perl
1991            ! pod/perlguts.pod
1992 ____________________________________________________________________________
1993 [ 23711] By: merijn                                on 2004/12/30  13:10:20
1994         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
1995              From: Gisle Aas <gisle@ActiveState.com>
1996              Date: 30 Dec 2004 03:39:36 -0800
1997              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
1998      Branch: perl
1999            ! Configure
2000 ____________________________________________________________________________
2001 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
2002         Log: Thinko in the description of Config::Extensions
2003      Branch: perl
2004            ! MANIFEST
2005 ____________________________________________________________________________
2006 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
2007         Log: Experimental module intended to simplify core regression tests
2008      Branch: perl
2009            + lib/Config/Extensions.pm lib/Config/Extensions.t
2010            ! MANIFEST
2011 ____________________________________________________________________________
2012 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
2013         Log: Skip tests that binmode :utf8 if there is no perlio
2014      Branch: perl
2015            ! t/op/read.t
2016 ____________________________________________________________________________
2017 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
2018         Log: Ooops. Fix unitialised variable
2019      Branch: perl
2020            ! pp_sys.c
2021 ____________________________________________________________________________
2022 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
2023         Log: Oops. Forgot to uncomment the last set of Unicode values for
2024              testing.
2025      Branch: perl
2026            ! t/op/read.t
2027 ____________________________________________________________________________
2028 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
2029         Log: read (and presuambly sysread) would expose the UTF8 internals when
2030              reading from a byte orientated file handle into a UTF8 scalar.
2031      Branch: perl
2032            ! pp_sys.c t/op/read.t
2033 ____________________________________________________________________________
2034 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
2035         Log: Add a lot of tests for combinations of values, offsets and lengths
2036      Branch: perl
2037            ! t/op/read.t
2038 ____________________________________________________________________________
2039 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
2040         Log: Convert op/read.t to use test.pl and make it stricture compliant.
2041      Branch: perl
2042            ! t/op/read.t
2043 ____________________________________________________________________________
2044 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
2045         Log: Upgrade to Devel::PPPort 3.04
2046      Branch: perl
2047            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
2048            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
2049            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
2050            ! ext/Devel/PPPort/parts/inc/ppphbin
2051            ! ext/Devel/PPPort/parts/inc/ppphdoc
2052            ! ext/Devel/PPPort/parts/inc/ppphtest
2053 ____________________________________________________________________________
2054 [ 23696] By: merijn                                on 2004/12/29  12:41:14
2055         Log: Rebuilt after backport start for 23674, 23675, and 23676
2056      Branch: perl
2057            ! Configure
2058 ____________________________________________________________________________
2059 [ 23691] By: merijn                                on 2004/12/29  11:57:57
2060         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
2061              Date: Tue, 28 Dec 2004 13:49:19 -0800
2062              From: Stephen McCamant <smcc@MIT.EDU>
2063              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
2064      Branch: perl
2065            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
2066            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
2067            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
2068            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
2069            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
2070            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
2071            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
2072            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
2073            ! ext/B/t/xref.t
2074 ____________________________________________________________________________
2075 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
2076         Log: Make Config.t warnings and strictures clean
2077      Branch: perl
2078            ! lib/Config.t
2079 ____________________________________________________________________________
2080 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
2081         Log: Subject: [patch sv.c] comment fix
2082              From: Stas Bekman <stas@stason.org>
2083              Message-ID: <41CF50FE.5070307@stason.org>
2084              Date: Sun, 26 Dec 2004 19:02:06 -0500
2085      Branch: perl
2086            ! sv.c
2087 ____________________________________________________________________________
2088 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
2089         Log: Add investigating self tie segfaults to the TODO
2090      Branch: perl
2091            ! pod/perltodo.pod
2092 ____________________________________________________________________________
2093 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
2094         Log: Subject: [perl #33173] shellwords.pl and tainting
2095              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
2096              Date: 24 Dec 2004 00:14:19 -0000
2097              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
2098      Branch: perl
2099            ! lib/shellwords.pl
2100 ____________________________________________________________________________
2101 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
2102         Log: Subject: Missign STATEMENT brackets in PUSHMARK
2103              From: perl5-porters@ton.iguana.be (Ton Hospel)
2104              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
2105              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
2106      Branch: perl
2107            ! pp.h
2108 ____________________________________________________________________________
2109 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
2110         Log: Don't do the ... expansion on archlib, sitelib etc, given that
2111              everyone should already be using archlibext etc
2112              Add the extra special case code for otherlibdirs
2113      Branch: perl
2114            ! configpm
2115 ____________________________________________________________________________
2116 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
2117         Log: Subject: Re: [patch perlapi doc] sv_magic
2118              From: Stas Bekman <stas@stason.org>
2119              Date: Thu, 23 Dec 2004 16:28:06 -0500
2120              Message-ID: <41CB3866.1080307@stason.org>
2121      Branch: perl
2122            ! pod/perlapi.pod sv.c
2123 ____________________________________________________________________________
2124 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
2125         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
2126              From: "Craig A. Berry" <craigberry@mac.com>
2127              Message-ID: <41CB6BD1.8030207@mac.com>
2128              Date: Thu, 23 Dec 2004 19:07:29 -0600
2129      Branch: perl
2130            ! configure.com
2131 ____________________________________________________________________________
2132 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
2133         Log: Bother. It helps if you also propagate the new entry to config.sh
2134      Branch: perl
2135            ! Configure
2136 ____________________________________________________________________________
2137 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
2138         Log: Oops. You can't add new entries to config_h.SH without making some
2139              sort of corresponding defined/undefined value in config.sh somehow.
2140      Branch: perl
2141            ! Configure
2142 ____________________________________________________________________________
2143 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
2144         Log: Relocatable @INC entries for Unix.
2145              (With appropriate fixups in Config.pm to complete the illusion)
2146              Currently can only be enabled with hackery to config.sh
2147              TODO - proper Configure support, and support for otherlibdirs in
2148              Config.pm
2149      Branch: perl
2150            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
2151            ! proto.h
2152 ____________________________________________________________________________
2153 [ 23673] By: merijn                                on 2004/12/23  21:04:37
2154         Log: 23669 was not such a good idea. More research needed.
2155      Branch: perl
2156            ! config_h.SH
2157 ____________________________________________________________________________
2158 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
2159         Log: The "Setuid script not plain file" error wasn't documented.
2160      Branch: perl
2161            ! pod/perldiag.pod
2162 ____________________________________________________________________________
2163 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
2164         Log: Subject: [PATCH] Data::Dumper Freezer fixes
2165              From: Sam Tregar <sam@tregar.com>
2166              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
2167              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
2168
2169              and bump Data::Dumper's VERSION
2170      Branch: perl
2171            + ext/Data/Dumper/t/freezer.t
2172            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2173 ____________________________________________________________________________
2174 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
2175         Log: Fix typo
2176      Branch: perl
2177            ! ext/Storable/Storable.xs
2178 ____________________________________________________________________________
2179 [ 23669] By: merijn                                on 2004/12/22  20:16:53
2180         Log: Just to re-sync with metaconfig output. No real changes.
2181      Branch: perl
2182            ! config_h.SH
2183 ____________________________________________________________________________
2184 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
2185         Log: Move the definition of the S_procself_val() function before
2186              the point where it's used
2187      Branch: perl
2188            ! perl.c
2189 ____________________________________________________________________________
2190 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
2191         Log: Move the setting of $^X ahead of the initialisation of @INC
2192      Branch: perl
2193            ! perl.c
2194 ____________________________________________________________________________
2195 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
2196         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
2197              skip the test on platforms where it's not available
2198      Branch: perl
2199            ! t/op/bop.t
2200 ____________________________________________________________________________
2201 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
2202         Log: Note that the shell's test uses eq etc for numbers, = etc for
2203              strings, the reverse of Perl, which is definitely a trap.
2204              Spotted by Alexei Alexandrov.
2205      Branch: perl
2206            ! AUTHORS pod/perltrap.pod
2207 ____________________________________________________________________________
2208 [ 23662] By: merijn                                on 2004/12/20  13:38:45
2209         Log: Subject: [PATCH] AUTHORS
2210              From: Tels <nospam-abuse@bloodgate.com>
2211              Date: Sun, 19 Dec 2004 14:28:44 +0100
2212              Message-Id: <200412191428.45898@bloodgate.com>
2213      Branch: perl
2214            ! AUTHORS
2215 ____________________________________________________________________________
2216 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
2217         Log: Subject: Re: [perl #32717] BeOS specific Updates
2218              From: bonefish@cs.tu-berlin.de
2219              Date: Fri, 17 Dec 2004 01:17:40 +0100
2220              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
2221      Branch: perl
2222            - beos/beos_flock_server.cpp beos/beos_flock_server.h
2223            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
2224            ! hints/beos.sh
2225 ____________________________________________________________________________
2226 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
2227         Log: Subject: [PATCH] bop.t follow-up to #23645
2228              From: "Craig A. Berry" <craigberry@mac.com>
2229              Date: Thu, 16 Dec 2004 08:53:32 -0600
2230              Message-ID: <41C1A16C.9040700@mac.com>
2231      Branch: perl
2232            ! t/op/bop.t
2233 ____________________________________________________________________________
2234 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
2235         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
2236              From: Andy Dougherty <doughera@lafayette.edu>
2237              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
2238              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
2239      Branch: perl
2240            ! ext/POSIX/Makefile.PL
2241 ____________________________________________________________________________
2242 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
2243         Log: Two pod2html patches from Dave Sparks :
2244
2245              Fix anchors for some function names
2246              Subject: pod2html fragment fix [PATCH]
2247              From: Gisle Aas <gisle@ActiveState.com>
2248              Date: 11 Nov 2004 14:36:46 +0100
2249              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
2250
2251              Subject: Make 'pod2html --quiet' be quiet [PATCH]
2252              From: Gisle Aas <gisle@ActiveState.com>
2253              Date: 11 Nov 2004 15:19:58 +0100
2254              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
2255      Branch: perl
2256            ! lib/Pod/Html.pm
2257 ____________________________________________________________________________
2258 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
2259         Log: Pod::Html is not part of the podlators distribution
2260      Branch: perl
2261            ! Porting/Maintainers.pl
2262 ____________________________________________________________________________
2263 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
2264         Log: Security fix from Debian in the debugger (in the setterm()
2265              function), from:
2266              Subject: Re: Security patch from Debian?
2267              From: Brendan O'Dea <bod@debian.org>
2268              Date: Thu, 2 Dec 2004 13:42:17 +1100
2269              Message-ID: <20041202024217.GA12670@londo.c47.org>
2270      Branch: perl
2271            ! lib/perl5db.pl
2272 ____________________________________________________________________________
2273 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
2274         Log: A couple of SCO compilation patches
2275
2276              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
2277              From: "Ilya N. Golubev" <gin@mo.msk.ru>
2278              Date: Tue, 14 Dec 2004 22:37:27 +0300
2279              Message-ID: <028941bf40f648-gin@mo.msk.ru>
2280
2281              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
2282              From: Andy Dougherty <doughera@lafayette.edu>
2283              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
2284              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
2285      Branch: perl
2286            ! hints/sco.sh
2287 ____________________________________________________________________________
2288 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
2289         Log: Upgrade to Test::Simple 0.54
2290      Branch: perl
2291            + lib/Test/Simple/t/is_fh.t
2292            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2293            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2294            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
2295            ! lib/Test/Simple/t/harness_active.t
2296            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
2297            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
2298            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
2299 ____________________________________________________________________________
2300 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
2301         Log: Upgrade to ExtUtils::MakeMaker 6.25
2302      Branch: perl
2303            + lib/ExtUtils/t/dir_target.t
2304            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
2305            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
2306            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
2307            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
2308            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
2309            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2310            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
2311            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
2312            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
2313            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
2314            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
2315            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
2316            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
2317            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
2318            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
2319 ____________________________________________________________________________
2320 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
2321         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
2322      Branch: perl
2323            ! utils/h2xs.PL
2324 ____________________________________________________________________________
2325 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
2326         Log: Subject: Re: B::walkoptree segfaults
2327              From: Alexey Tourbin <at@altlinux.ru>
2328              Date: Fri, 3 Dec 2004 05:06:49 +0300
2329              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
2330      Branch: perl
2331            ! ext/B/B.pm
2332 ____________________________________________________________________________
2333 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
2334         Log: Make Sys::Syslog stricture-compliant
2335      Branch: perl
2336            ! ext/Sys/Syslog/Syslog.pm
2337 ____________________________________________________________________________
2338 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
2339         Log: Allow escaping %m as %%m in Sys::Syslog format strings
2340              (suggested by Joshua Richardson <jric@yahoo-inc.com>
2341              and Yitzchak Scott-Thoennes)
2342      Branch: perl
2343            ! ext/Sys/Syslog/Syslog.pm
2344 ____________________________________________________________________________
2345 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
2346         Log: Subject: [perl #24343] [PATCH] -w vs. -s
2347              From: "Steve Peters via RT" <perlbug-followup@perl.org>
2348              Date: 14 Dec 2004 06:41:34 -0000
2349              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
2350      Branch: perl
2351            ! pod/perlrun.pod
2352 ____________________________________________________________________________
2353 [ 23647] By: merijn                                on 2004/12/14  07:51:43
2354         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
2355              Date: 14 Dec 2004 06:29:23 -0000
2356              From: "Steve Peters via RT" <perlbug-followup@perl.org>
2357              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
2358      Branch: perl
2359            ! pod/perlfaq5.pod
2360 ____________________________________________________________________________
2361 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
2362         Log: Fix test added in change 23645 with an eval()
2363      Branch: perl
2364            ! t/op/bop.t
2365 ____________________________________________________________________________
2366 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
2367         Log: Test patch for already-solved bug #33003,
2368              by Michael G Schwern.
2369      Branch: perl
2370            ! t/op/bop.t
2371 ____________________________________________________________________________
2372 [ 23644] By: steveh                                on 2004/12/13  17:26:46
2373         Log: Document gv_stashpvn
2374
2375              This is already in the API supported by Devel::PPPort, and is
2376              more efficient than gv_stashpv if the length is already known.
2377      Branch: perl
2378            ! embed.fnc gv.c pod/perlapi.pod
2379 ____________________________________________________________________________
2380 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
2381         Log: Subject: [PATCH] FileCache without import
2382              From: Michael G Schwern <schwern@pobox.com>
2383              Date: Sat, 11 Dec 2004 18:58:32 -0500
2384              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
2385      Branch: perl
2386            + lib/FileCache/t/07noimport.t
2387            ! MANIFEST lib/FileCache.pm
2388 ____________________________________________________________________________
2389 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
2390         Log: Subject: [PATCH] perlipc typo
2391              From: Brendan O'Dea <bod@debian.org>
2392              Date: Sun, 12 Dec 2004 10:25:04 +1100
2393              Message-ID: <20041211232504.GA8380@londo.c47.org>
2394      Branch: perl
2395            ! pod/perlipc.pod
2396 ____________________________________________________________________________
2397 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
2398         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
2399              From: "Craig A. Berry" <craigberry@mac.com>
2400              Date: Sat, 11 Dec 2004 11:03:57 -0600
2401              Message-ID: <41BB287D.6090001@mac.com>
2402      Branch: perl
2403            ! t/op/taint.t
2404 ____________________________________________________________________________
2405 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
2406         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
2407              From: Gisle Aas <gisle@ActiveState.com>
2408              Date: 11 Dec 2004 02:57:19 -0800
2409              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
2410      Branch: perl
2411            ! utf8.c
2412 ____________________________________________________________________________
2413 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
2414         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
2415              From: mjtg@cam.ac.uk (Mike Guy)
2416              Date: Fri, 10 Dec 2004 19:08:01 +0000
2417              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
2418      Branch: perl
2419            ! pod/perlfunc.pod
2420 ____________________________________________________________________________
2421 [ 23638] By: steveh                                on 2004/12/10  14:58:59
2422         Log: Fix Win32 breakage caused by change 23610
2423
2424              Simply skip the offending tests on Win32.  There is no sense in testing
2425              that $Config dir entries appear in @INC because the $Config entries
2426              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
2427              win32/Makefile), whereas @INC entries are dynamic, based on where
2428              perlXX.dll is currently located.
2429      Branch: perl
2430            ! lib/Config.t
2431 ____________________________________________________________________________
2432 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
2433         Log: Pod nit ([perl #32800])
2434      Branch: perl
2435            ! pod/perlfunc.pod
2436 ____________________________________________________________________________
2437 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
2438         Log: Subject: [PATCH] Test rt.perl.org 5900
2439              From: Michael G Schwern <schwern@pobox.com>
2440              Date: Thu, 9 Dec 2004 22:11:59 -0500
2441              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
2442      Branch: perl
2443            ! t/op/taint.t
2444 ____________________________________________________________________________
2445 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
2446         Log: Subject: [PATCH] cleanup t/op/taint.t
2447              From: Michael G Schwern <schwern@pobox.com>
2448              Date: Fri, 10 Dec 2004 02:04:49 -0500
2449              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
2450
2451              Subject: [PATCH] Add todo_skip() to test.pl
2452              From: Michael G Schwern <schwern@pobox.com>
2453              Date: Fri, 10 Dec 2004 04:27:06 -0500
2454              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
2455      Branch: perl
2456            ! t/op/taint.t t/test.pl
2457 ____________________________________________________________________________
2458 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
2459         Log: Evade using @ in the 1 liner with some perl 1 syntax.
2460      Branch: perl
2461            ! lib/Config.t
2462 ____________________________________________________________________________
2463 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
2464         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
2465              From: Robin Barker <Robin.Barker@npl.co.uk>
2466              Date: Wed, 1 Dec 2004 15:15:44 -0000
2467              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
2468      Branch: perl
2469            ! perl.h
2470 ____________________________________________________________________________
2471 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
2472         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
2473              From: Gisle Aas <gisle@activestate.com>
2474              Date: 06 Dec 2004 02:59:24 -0800
2475              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
2476      Branch: perl
2477            ! utf8.h
2478 ____________________________________________________________________________
2479 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
2480         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
2481              From: Gisle Aas <gisle@ActiveState.com>
2482              Date: 03 Dec 2004 06:09:19 -0800
2483              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
2484      Branch: perl
2485            ! ext/PerlIO/t/encoding.t
2486 ____________________________________________________________________________
2487 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
2488         Log: Upgrade to perldoc 3.14
2489      Branch: perl
2490            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
2491 ____________________________________________________________________________
2492 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
2493         Log: Fix test to cope with the previous h2ph change.
2494      Branch: perl
2495            ! t/lib/h2ph.pht
2496 ____________________________________________________________________________
2497 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
2498         Log: Subject: [perl #32962] h2ph - use of local() in generated code
2499              From: Peter.Dintelmann@dresdner-bank.com (via RT)
2500              Date: 8 Dec 2004 15:49:32 -0000
2501              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
2502      Branch: perl
2503            ! utils/h2ph.PL
2504 ____________________________________________________________________________
2505 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
2506         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
2507              From: "Jos I. Boumans" <kane@xs4all.net>
2508              Date: Wed, 8 Dec 2004 14:24:19 +0100
2509              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
2510      Branch: perl
2511            + lib/FileCache/t/06export.t
2512            ! MANIFEST lib/FileCache.pm
2513 ____________________________________________________________________________
2514 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
2515         Log: Avoid getting the stash name twice (at least visually, if not also
2516              in the generated code)
2517      Branch: perl
2518            ! sv.c
2519 ____________________________________________________________________________
2520 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
2521         Log: Upgrade to Encode 2.09
2522      Branch: perl
2523            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2524            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
2525            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
2526 ____________________________________________________________________________
2527 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
2528         Log: Revert part of the change to gv_fullname4(), as the change seems to
2529              be fractionally slower. Re-investigation prompted by a comment from
2530              Tim Bunce, who seems to be more on the ball than I am.
2531      Branch: perl
2532            ! gv.c
2533 ____________________________________________________________________________
2534 [ 23622] By: steveh                                on 2004/12/07  10:50:26
2535         Log: Update AUTHORS (for changes #23200 and #23621)
2536      Branch: perl
2537            ! AUTHORS
2538 ____________________________________________________________________________
2539 [ 23621] By: steveh                                on 2004/12/07  10:35:59
2540         Log: Updates to README.win32 (aka perlwin32), with some changes.
2541
2542              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
2543              From: Max Maischein <corion@corion.net>
2544              Date: Sun, 05 Dec 2004 19:39:40 +0100
2545              Message-ID: <41B355EC.9010505@corion.net>
2546      Branch: perl
2547            ! README.win32
2548 ____________________________________________________________________________
2549 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
2550         Log: Upgrade to Term::ANSIColor 1.09
2551      Branch: perl
2552            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
2553            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
2554 ____________________________________________________________________________
2555 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
2556         Log: Small addition to perlsec by Stas Bekman.
2557      Branch: perl
2558            ! pod/perlsec.pod
2559 ____________________________________________________________________________
2560 [ 23618] By: steveh                                on 2004/12/06  15:54:30
2561         Log: Fix another Win32 breakage caused by change 23554
2562      Branch: perl
2563            ! t/win32/system.t
2564 ____________________________________________________________________________
2565 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
2566         Log: Break out setting $^X into its own static function S_set_caret_X
2567      Branch: perl
2568            ! perl.c
2569 ____________________________________________________________________________
2570 [ 23616] By: steveh                                on 2004/12/06  14:42:32
2571         Log: Fix typo from change 23554 which screwed up Windows smokes
2572      Branch: perl
2573            ! win32/Makefile
2574 ____________________________________________________________________________
2575 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
2576         Log: sanity check the arguments to runperl(), to try to avoid it
2577              hanging waiting on STDIN for a script.
2578      Branch: perl
2579            ! t/test.pl
2580 ____________________________________________________________________________
2581 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
2582         Log: Remove spurious semicolons
2583              (As these 2 are spare, I guess I should send them to Mark Rhodes
2584              (former office mate) as he often said that he kept mislaying his)
2585      Branch: perl
2586            ! gv.h
2587 ____________________________________________________________________________
2588 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
2589         Log: Tests for Config.pm much better now - toDONE
2590      Branch: perl
2591            ! pod/perltodo.pod
2592 ____________________________________________________________________________
2593 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
2594         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
2595              gv_fullname4 and gv_efullname4 directly, saving overhead.
2596      Branch: perl
2597            ! embed.fnc embed.h gv.h proto.h
2598 ____________________________________________________________________________
2599 [ 23611] By: merijn                                on 2004/12/06  12:00:10
2600         Log: New Itanium servers
2601      Branch: perl
2602            ! README.hpux
2603 ____________________________________________________________________________
2604 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
2605         Log: Check that @INC entries and %Config path entries are consistent.
2606      Branch: perl
2607            ! lib/Config.t
2608 ____________________________________________________________________________
2609 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
2610         Log: gv_fullname4() can get rid of the main:: for us.
2611              (well, actually, it never puts it in)
2612      Branch: perl
2613            ! op.c
2614 ____________________________________________________________________________
2615 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
2616         Log: $foo::_ was wrongly forced as $main::_.
2617              Since we still want "our $_" to be always forced to $main::_,
2618              deplace the forcing code at our-pad allocation time.
2619              (Making execution probably a tiny bit faster)
2620      Branch: perl
2621            ! gv.c op.c t/op/mydef.t
2622 ____________________________________________________________________________
2623 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
2624         Log: Remove double checking of acceptable switches on tr/// ops.
2625      Branch: perl
2626            ! toke.c
2627 ____________________________________________________________________________
2628 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
2629         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
2630              The latter gives larger code, is less clear and can't be any faster
2631      Branch: perl
2632            ! perl.c toke.c
2633 ____________________________________________________________________________
2634 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
2635         Log: Small code tidy up in gv_fullname4
2636      Branch: perl
2637            ! gv.c
2638 ____________________________________________________________________________
2639 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
2640         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
2641              They seem to produce slightly smaller object code too.
2642      Branch: perl
2643            ! gv.c
2644 ____________________________________________________________________________
2645 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
2646         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
2647      Branch: perl
2648            ! perl.c
2649 ____________________________________________________________________________
2650 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
2651         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
2652              S_pushinc into a new function S_pushinc_if_exists
2653              Avoid the SV copy when pushing onto @INC by creating a new scratch
2654              SV each time a push is done.
2655      Branch: perl
2656            ! perl.c
2657 ____________________________________________________________________________
2658 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
2659         Log: Subject: [PATCH] configure.com: no more CONFIG=true
2660              From: "Craig A. Berry" <craigberry@mac.com>
2661              Message-ID: <41AF87BA.1080108@mac.com>
2662              Date: Thu, 02 Dec 2004 15:23:06 -0600
2663      Branch: perl
2664            ! configure.com
2665 ____________________________________________________________________________
2666 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
2667         Log: 2 new BeOS files were missing
2668      Branch: perl
2669            ! MANIFEST
2670 ____________________________________________________________________________
2671 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
2672         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
2673              From: Jarkko Hietaniemi <jhi@iki.fi>
2674              Message-ID: <41ADFD95.4030007@iki.fi>
2675              Date: Wed, 01 Dec 2004 19:21:25 +0200
2676      Branch: perl
2677            ! Makefile.SH
2678 ____________________________________________________________________________
2679 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
2680         Log: &test in constant.t is vestigial, so amputate it.
2681      Branch: perl
2682            ! lib/constant.t
2683 ____________________________________________________________________________
2684 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
2685         Log: Tidy up the reference name stringification to save getting the
2686              hash name twice. Pleasant side effect is 44 byte smaller object
2687              file. (A small win is still a win)
2688      Branch: perl
2689            ! sv.c
2690 ____________________________________________________________________________
2691 [ 23584] By: merijn                                on 2004/12/01  13:44:24
2692         Log: Subject: [perl #32717] BeOS specific Updates
2693              Date: 30 Nov 2004 15:38:32 -0000
2694              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
2695              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
2696      Branch: perl
2697            + beos/beos_flock_server.cpp beos/beos_flock_server.h
2698            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
2699            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
2700            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
2701 ____________________________________________________________________________
2702 [ 23583] By: merijn                                on 2004/12/01  13:29:18
2703         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
2704              Date: Wed, 01 Dec 2004 07:24:45 -0600
2705              From: "Craig A. Berry" <craigberry@mac.com>
2706              Message-ID: <41ADC61D.8010407@mac.com>
2707      Branch: perl
2708            ! vms/descrip_mms.template
2709 ____________________________________________________________________________
2710 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
2711         Log: MANIFEST.SKIP is missing from the list of files that come
2712              with MakeMaker
2713      Branch: perl
2714            ! Porting/Maintainers.pl
2715 ____________________________________________________________________________
2716 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
2717         Log: Add placeholders for the new strlcat and strlcpy entries in
2718              config.sh, to ensure that the config.h generated for cross-
2719              compilation will still work.
2720      Branch: perl
2721            ! Cross/config.sh-arm-linux
2722 ____________________________________________________________________________
2723 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
2724         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
2725      Branch: perl
2726            ! MANIFEST
2727 ____________________________________________________________________________
2728 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
2729         Log: Add perl586delta.pod to all the necessary makefiles and tables of
2730              contents.
2731      Branch: perl
2732            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
2733            ! win32/pod.mak
2734 ____________________________________________________________________________
2735 [ 23571] By: merijn                                on 2004/11/30  15:11:01
2736         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
2737              Date: Tue, 30 Nov 2004 09:29:06 -0600
2738              From: Steve Peters <steve@fisharerojo.org>
2739              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
2740      Branch: perl
2741            ! hints/openbsd.sh
2742 ____________________________________________________________________________
2743 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
2744         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
2745      Branch: perl
2746           +> pod/perl586delta.pod
2747            ! MANIFEST
2748           !> pod/perlhist.pod
2749 ____________________________________________________________________________
2750 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
2751         Log: Protection against trailing spaces in embed.fnc
2752      Branch: perl
2753            ! autodoc.pl embed.pl
2754 ____________________________________________________________________________
2755 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
2756         Log: Remove trailing whitespace that found their way in the docs
2757              (spotted by Stas Bekman)
2758      Branch: perl
2759            ! embed.fnc pod/perlapi.pod proto.h
2760 ____________________________________________________________________________
2761 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
2762         Log: Upgrade to Test::Simple 0.53
2763      Branch: perl
2764            + lib/Test/Simple/t/circular_data.t
2765            + lib/Test/Simple/t/overload_threads.t
2766            + lib/Test/Simple/t/plan_bad.t
2767            + lib/Test/Simple/t/plan_shouldnt_import.t
2768            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
2769            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2770            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2771            ! lib/Test/Simple/README lib/Test/Simple/TODO
2772            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
2773            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
2774            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
2775            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
2776 ____________________________________________________________________________
2777 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
2778         Log: Skip generating all the code to deal with "" strings in config.sh
2779              if there aren't any. '' only code is much simpler.
2780      Branch: perl
2781            ! configpm
2782 ____________________________________________________________________________
2783 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
2784         Log: Given that there is a pre-built cache, no need for @v_fast
2785      Branch: perl
2786            ! configpm
2787 ____________________________________________________________________________
2788 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
2789         Log: The byteorder code doesn't need to be in Config.pm if byteorder
2790              isn't actually a frequently looked up value.
2791      Branch: perl
2792            ! configpm
2793 ____________________________________________________________________________
2794 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
2795         Log: Need to stub the public functions to keep some existing code
2796              working.
2797              No need to keep $Config_SH around in memory when we can easily
2798              re-create it.
2799      Branch: perl
2800            ! configpm
2801 ____________________________________________________________________________
2802 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
2803         Log: Generate the precached %Config entries based on some empirical
2804              data, rather than just guesswork.
2805      Branch: perl
2806            ! Makefile.SH configpm
2807 ____________________________________________________________________________
2808 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
2809         Log: Subject: [PATCH] Re: getting Config.pm on a diet
2810              From: "Craig A. Berry" <craigberry@mac.com>
2811              Message-ID: <41A8F225.7080902@mac.com>
2812              Date: Sat, 27 Nov 2004 15:31:17 -0600
2813      Branch: perl
2814            ! vms/descrip_mms.template
2815 ____________________________________________________________________________
2816 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
2817         Log: Hateful cAsE iNsEnSiTiVe file systems
2818      Branch: perl
2819            ! configpm
2820 ____________________________________________________________________________
2821 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
2822         Log: Put Config.pm on a diet. 3K rather than 32K
2823              configpm now generates 2 files, a small Config.pm containing the
2824              commonly used functions and values, which AUTOLOADs a
2825              Config_heavy.pl containing anything else needed.
2826              The "common" values in the small Config.pm may need some
2827              tweaking, based on real world data.
2828      Branch: perl
2829            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
2830            ! win32/makefile.mk
2831 ____________________________________________________________________________
2832 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
2833         Log: Clarify the return values of pos, particularly 0 and undef, as
2834              suggested by Stas Bekman
2835      Branch: perl
2836            ! pod/perlfunc.pod
2837 ____________________________________________________________________________
2838 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
2839         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
2840              PL_use_safe_putenv, based on text by Stas Bekman
2841      Branch: perl
2842            ! INSTALL
2843 ____________________________________________________________________________
2844 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
2845         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
2846              From: "Steve Peters via RT" <perlbug-followup@perl.org>
2847              Date: 26 Nov 2004 17:14:33 -0000
2848              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
2849      Branch: perl
2850            ! lib/Term/Complete.pm
2851 ____________________________________________________________________________
2852 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
2853         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
2854
2855              Subject: [PATCH] h2ph vs __asm__
2856              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
2857              Date: Thu, 25 Nov 2004 17:24:43 +0100
2858              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
2859      Branch: perl
2860            ! utils/h2ph.PL
2861 ____________________________________________________________________________
2862 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
2863         Log: Doc nit for B::Lint
2864              Subject: [PATCH] B::Lint
2865              From: Andy Lester <andy@petdance.com>
2866              Date: Fri, 26 Nov 2004 00:30:48 -0600
2867              Message-ID: <20041126063048.GA10161@petdance.com>
2868      Branch: perl
2869            ! ext/B/B/Lint.pm
2870 ____________________________________________________________________________
2871 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
2872         Log: The change to the internal representation introduced a bug whereby
2873              the key returned by FIRSTKEY had an erroneous leading newline.
2874              EXISTS was also buggy.
2875      Branch: perl
2876            ! configpm lib/Config.t
2877 ____________________________________________________________________________
2878 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
2879         Log: Make configpm and the generated Config.pm strict and warnings
2880              clean.
2881      Branch: perl
2882            ! configpm
2883 ____________________________________________________________________________
2884 [ 23543] By: steveh                                on 2004/11/26  10:56:12
2885         Log: Fix Win32 breakage caused by changes 23535/23542.
2886      Branch: perl
2887            ! lib/Config.t
2888 ____________________________________________________________________________
2889 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
2890         Log: Generate the virtual entries at Config.pm build time, as they
2891              don't change. This lets us get rid of the entire "fetch_virtual"
2892              baggage, and makes the config_re lookup work for the virtual
2893              entries.
2894      Branch: perl
2895            ! configpm lib/Config.t
2896 ____________________________________________________________________________
2897 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
2898         Log: Cheat. (Add a leading newline, and so remove all the special
2899              casing for "if we're at the start of $Config_SH")
2900      Branch: perl
2901            ! configpm lib/Config.t
2902 ____________________________________________________________________________
2903 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
2904         Log: Add an exists test for the things we loop over
2905      Branch: perl
2906            ! lib/Config.t
2907 ____________________________________________________________________________
2908 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
2909         Log: The first entry in the virtual config.sh is special cased. So
2910              test it.
2911      Branch: perl
2912            ! lib/Config.t
2913 ____________________________________________________________________________
2914 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
2915         Log: Make $Config{libs_nolargefiles} and
2916              $Config{libswanted_nolargefiles} work. (For the first time)
2917      Branch: perl
2918            ! configpm lib/Config.t
2919 ____________________________________________________________________________
2920 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
2921         Log: Test the currently working virtual %Config entries
2922      Branch: perl
2923            ! lib/Config.t
2924 ____________________________________________________________________________
2925 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
2926         Log: Subject: RC1 pod fix #anchor
2927              From: Stas Bekman <stas@stason.org>
2928              Date: Wed, 24 Nov 2004 10:57:21 -0500
2929              Message-ID: <41A4AF61.9080408@stason.org>
2930      Branch: perl
2931            ! pod/perlrun.pod
2932 ____________________________________________________________________________
2933 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
2934         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
2935              From: Stas Bekman <stas@stason.org>
2936              Date: Wed, 24 Nov 2004 11:25:14 -0500
2937              Message-ID: <41A4B5EA.3020804@stason.org>
2938      Branch: perl
2939            ! pod/perlipc.pod
2940 ____________________________________________________________________________
2941 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
2942         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
2943              From: "Steve Peters via RT" <perlbug-followup@perl.org>
2944              Date: 21 Nov 2004 04:38:09 -0000
2945              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
2946      Branch: perl
2947            ! pod/perlvar.pod
2948 ____________________________________________________________________________
2949 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
2950         Log: Wrap some long lines
2951      Branch: perl
2952            ! lib/Config.t
2953 ____________________________________________________________________________
2954 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
2955         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
2956              after eval or require
2957      Branch: perl
2958            ! t/comp/package.t toke.c
2959 ____________________________________________________________________________
2960 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
2961         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
2962              From: Michael G Schwern <schwern@pobox.com>
2963              Date: Fri, 19 Nov 2004 14:28:56 -0500
2964              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
2965      Branch: perl
2966            ! ext/POSIX/POSIX.pod
2967 ____________________________________________________________________________
2968 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
2969         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
2970              From: "Steve Peters via RT" <perlbug-followup@perl.org>
2971              Date: 23 Nov 2004 00:04:24 -0000
2972              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
2973      Branch: perl
2974            ! ext/B/B/Deparse.pm
2975 ____________________________________________________________________________
2976 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
2977         Log: Subject: [PATCH] warnings.t portability tweaks
2978              From: "Craig A. Berry" <craigberry@mac.com>
2979              Date: Sat, 20 Nov 2004 10:29:47 -0600
2980              Message-ID: <419F70FB.7000100@mac.com>
2981      Branch: perl
2982            ! t/lib/warnings/9uninit t/lib/warnings/perlio
2983 ____________________________________________________________________________
2984 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
2985         Log: Assimilate Test-Simple 0.50
2986      Branch: perl
2987            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
2988            + lib/Test/Simple/t/00test_harness_check.t
2989            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
2990            + lib/Test/Simple/t/fail_one.t
2991            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
2992            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
2993            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
2994            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
2995            ! lib/Test/Simple.pm lib/Test/Simple/Changes
2996            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
2997            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
2998            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
2999            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
3000            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
3001            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
3002            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
3003            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
3004            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
3005            ! t/lib/TieOut.pm
3006 ____________________________________________________________________________
3007 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
3008         Log: genuine possible buffer problems spotted by flawfinder
3009      Branch: perl
3010            ! regcomp.c util.c
3011 ____________________________________________________________________________
3012 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
3013         Log: Make "err" a weak keyword;
3014              that is, it will be overriden by any sub named "err", except when
3015              really an operator is expected at this point. ([perl #32347])
3016      Branch: perl
3017            ! t/op/dor.t toke.c
3018 ____________________________________________________________________________
3019 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
3020         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
3021              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
3022              Date: 18 Nov 2004 18:09:54 -0000
3023              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
3024      Branch: perl
3025            ! ext/POSIX/POSIX.pod
3026 ____________________________________________________________________________
3027 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
3028         Log: Bump version number
3029      Branch: perl
3030            ! lib/ExtUtils/Constant.pm
3031 ____________________________________________________________________________
3032 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
3033         Log: Remaining nit in the deparsing of reversed foreach loops
3034      Branch: perl
3035            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3036 ____________________________________________________________________________
3037 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
3038         Log: Fix deparsing of reversed foreach loops,
3039              plus a bug in the previous commit
3040      Branch: perl
3041            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3042 ____________________________________________________________________________
3043 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
3044         Log: Fix deparsing of reversed sort and descending sorts,
3045              due to the recent optimisations on this part of the optree.
3046      Branch: perl
3047            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3048 ____________________________________________________________________________
3049 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
3050         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
3051              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3052              Date: 12 Nov 2004 02:47:36 -0000
3053              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
3054      Branch: perl
3055            ! lib/File/Find.pm lib/File/Find/t/find.t
3056 ____________________________________________________________________________
3057 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
3058         Log: PerlFAQ sync.
3059      Branch: perl
3060            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
3061            ! pod/perlfaq7.pod
3062 ____________________________________________________________________________
3063 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
3064         Log: Fix a couple of typos.
3065      Branch: perl
3066            ! hv.c utf8.c
3067 ____________________________________________________________________________
3068 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
3069         Log: Subject: SuSE's perl safe_putenf diff
3070              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
3071              Date: Thu, 11 Nov 2004 15:54:43 +0100
3072              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
3073
3074              slightly reworked to make the PL_use_safe_putenv variable fit in
3075              the current framework. This patch turns on the use of safe putenv
3076              for any application that embeds a perl interpreter.
3077      Branch: perl
3078            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
3079            ! util.c
3080 ____________________________________________________________________________
3081 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
3082         Log: Subject: [PATCH] perl5db.pl POD cleanup
3083              From: Autrijus Tang <autrijus@autrijus.org>
3084              Date: Fri, 12 Nov 2004 12:41:33 +0800
3085              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
3086      Branch: perl
3087            ! lib/perl5db.pl
3088 ____________________________________________________________________________
3089 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
3090         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
3091              From: Andy Dougherty <doughera@lafayette.edu>
3092              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
3093              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
3094      Branch: perl
3095            ! t/op/time.t
3096 ____________________________________________________________________________
3097 [ 23501] By: steveh                                on 2004/11/16  10:55:20
3098         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
3099
3100              (autodoc.pl was already done by change 23371.)
3101      Branch: perl
3102            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
3103            ! warnings.pl
3104 ____________________________________________________________________________
3105 [ 23500] By: merijn                                on 2004/11/16  10:49:35
3106         Log: Subject: [PATCH] s/hierachy/hierarchy/
3107              Date: Mon, 15 Nov 2004 15:59:14 -0700
3108              From: "Larry Shatzer Jr." <larrysh@cpan.org>
3109              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
3110      Branch: perl
3111            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
3112 ____________________________________________________________________________
3113 [ 23499] By: steveh                                on 2004/11/16  09:42:50
3114         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
3115
3116              Also limit the scope of the locks in a couple of places, as suggested
3117              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
3118      Branch: perl
3119            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
3120 ____________________________________________________________________________
3121 [ 23498] By: merijn                                on 2004/11/14  07:02:20
3122         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
3123              From: Abe Timmerman <abe@ztreet.demon.nl>
3124              Date: Sun, 14 Nov 2004 00:48:17 +0100
3125              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
3126      Branch: perl
3127            ! vms/descrip_mms.template vms/test.com
3128 ____________________________________________________________________________
3129 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
3130         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
3131              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
3132              Date: 10 Nov 2004 18:30:38 -0000
3133              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
3134      Branch: perl
3135            ! lib/constant.pm lib/constant.t
3136 ____________________________________________________________________________
3137 [ 23496] By: merijn                                on 2004/11/12  20:47:19
3138         Log: Subject: [perl #32419] Spelling fixes for perl@23492
3139              Date: 12 Nov 2004 16:14:49 -0000
3140              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
3141              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
3142      Branch: perl
3143            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
3144            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
3145            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
3146            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
3147            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
3148            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
3149 ____________________________________________________________________________
3150 [ 23495] By: merijn                                on 2004/11/12  20:26:17
3151         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
3152              Date: Fri, 12 Nov 2004 11:15:47 -0600
3153              From: steve@fisharerojo.org
3154              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
3155      Branch: perl
3156            ! lib/ExtUtils/Constant.pm
3157 ____________________________________________________________________________
3158 [ 23494] By: davem                                 on 2004/11/12  18:59:06
3159         Log: Add some descriptive text from Larry to op.c on how optrees are built
3160      Branch: perl
3161            ! op.c
3162 ____________________________________________________________________________
3163 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
3164         Log: Replace a skip by a todo.
3165              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
3166              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3167              Date: Wed, 10 Nov 2004 01:30:14 -0800
3168              Message-ID: <20041110093014.GA1676@efn.org>
3169      Branch: perl
3170            ! t/io/tell.t
3171 ____________________________________________________________________________
3172 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
3173         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
3174              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3175              Date: Tue, 9 Nov 2004 17:40:13 -0800
3176              Message-ID: <20041110014012.GA2796@efn.org>
3177      Branch: perl
3178            ! t/io/tell.t
3179 ____________________________________________________________________________
3180 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
3181         Log: Adjust test count for non-windows machines
3182      Branch: perl
3183            ! ext/IO/t/io_file.t
3184 ____________________________________________________________________________
3185 [ 23489] By: merijn                                on 2004/11/09  17:53:53
3186         Log: Subject: [PATCH] fix IO::File to support binmode
3187              From: "Jos I. Boumans" <kane@dwim.org>
3188              Date: Tue, 9 Nov 2004 16:59:27 +0100
3189              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
3190      Branch: perl
3191            + ext/IO/t/io_file.t
3192            ! MANIFEST ext/IO/lib/IO/File.pm
3193 ____________________________________________________________________________
3194 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
3195         Log: No more late changes, dammit
3196      Branch: perl
3197            ! ext/B/t/optree_concise.t
3198 ____________________________________________________________________________
3199 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
3200         Log: Subject: Re: optree tests and VMS progress (no really)
3201              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3202              Date: Sun, 7 Nov 2004 23:24:15 -0800
3203              Message-ID: <20041108072415.GA3928@efn.org>
3204      Branch: perl
3205            ! ext/B/t/OptreeCheck.pm
3206 ____________________________________________________________________________
3207 [ 23482] By: davem                                 on 2004/11/06  11:59:16
3208         Log: document regcomp.c/regexec.c's dual life under ext/re/
3209      Branch: perl
3210            ! regcomp.c regexec.c
3211 ____________________________________________________________________________
3212 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
3213         Log: Subject: Re: optree tests and VMS progress (no really)
3214              From: Jim Cromie <jim.cromie@gmail.com>
3215              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
3216              Date: Sat, 6 Nov 2004 00:57:13 -0700
3217      Branch: perl
3218            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
3219            ! ext/B/t/optree_concise.t
3220 ____________________________________________________________________________
3221 [ 23475] By: merijn                                on 2004/11/05  14:16:27
3222         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
3223              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
3224              From: Andy Dougherty <doughera@lafayette.edu>
3225              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
3226      Branch: perl
3227            ! INSTALL
3228 ____________________________________________________________________________
3229 [ 23474] By: merijn                                on 2004/11/05  13:07:16
3230         Log: Skip failing thread/wait tests on HP-UX 10.20
3231              These will never ever be fixed, since 10.20 is obsolete
3232              perl583delta describes this. The quote is included in wait.t
3233      Branch: perl
3234            ! ext/threads/shared/t/wait.t
3235 ____________________________________________________________________________
3236 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
3237         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
3238              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
3239              Date: 4 Nov 2004 20:12:36 -0000
3240              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
3241      Branch: perl
3242            ! lib/Benchmark.pm lib/Benchmark.t
3243 ____________________________________________________________________________
3244 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
3245         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
3246              From: Rick Delaney <rick@bort.ca>
3247              Date: Sun, 31 Oct 2004 22:40:40 -0500
3248              Message-ID: <20041101034040.GC1232@biff.bort.ca>
3249      Branch: perl
3250            + t/op/regexp_qr.t
3251            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
3252 ____________________________________________________________________________
3253 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
3254         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
3255              From: Rick Delaney <rick@bort.ca>
3256              Date: Wed, 3 Nov 2004 19:46:16 -0500
3257              Message-ID: <20041104004616.GA11214@biff.bort.ca>
3258      Branch: perl
3259            ! lib/overload.pm lib/overload.t
3260 ____________________________________________________________________________
3261 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
3262         Log: Mostly revert change #23347 (keep the test suite, fixed),
3263              having decided that it wasn't a correct fix for bug #31793.
3264      Branch: perl
3265            ! lib/overload.pm lib/overload.t
3266 ____________________________________________________________________________
3267 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
3268         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
3269              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3270              Date: Tue, 2 Nov 2004 17:24:29 -0800
3271              Message-ID: <20041103012429.GA7196@efn.org>
3272      Branch: perl
3273            ! util.h
3274 ____________________________________________________________________________
3275 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
3276         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
3277              From: "Craig A. Berry" <craigberry@mac.com>
3278              Date: Tue, 02 Nov 2004 20:02:04 -0600
3279              Message-ID: <41883C1C.3080108@mac.com>
3280      Branch: perl
3281            ! configure.com
3282 ____________________________________________________________________________
3283 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
3284         Log: FAQ sync
3285      Branch: perl
3286            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3287            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3288            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3289            ! pod/perlfaq9.pod
3290 ____________________________________________________________________________
3291 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
3292         Log: Reformulate an error
3293              (so the error message given by "perl -M" is a bit more
3294              meaningful, as Jarkko pointed out)
3295      Branch: perl
3296            ! perl.c pod/perldiag.pod
3297 ____________________________________________________________________________
3298 [ 23457] By: merijn                                on 2004/11/01  13:26:43
3299         Log: New Glossary and samples for blead
3300              Glossary now is in line with recent changes to config_h.SH
3301      Branch: perl
3302            ! Porting/Glossary Porting/config.sh Porting/config_H
3303 ____________________________________________________________________________
3304 [ 23455] By: merijn                                on 2004/11/01  12:51:52
3305         Log: Since strlcat/strlcpy are not argument/return value compatible
3306              with strncat/strncpy, replace the misleading defines with comment
3307      Branch: perl
3308            ! handy.h
3309 ____________________________________________________________________________
3310 [ 23450] By: merijn                                on 2004/10/31  16:33:17
3311         Log: The next step in strlcat ()/ strcpy () detection and usage
3312              preparation. Change to handy.h eeded for config_h.SH
3313      Branch: perl
3314            ! config_h.SH handy.h
3315 ____________________________________________________________________________
3316 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
3317         Log: Make TEST and harness skip tests for extensions that were not
3318              configured. Currently this skipping is silent - maybe they should
3319              report what they are skipping.
3320      Branch: perl
3321            ! t/TEST t/harness
3322 ____________________________________________________________________________
3323 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
3324         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
3325              From: Jim Cromie <jim.cromie@gmail.com>
3326              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
3327              Date: Mon, 25 Oct 2004 16:36:40 -0600
3328      Branch: perl
3329            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
3330 ____________________________________________________________________________
3331 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
3332         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
3333      Branch: perl
3334            ! perl.c sv.c
3335 ____________________________________________________________________________
3336 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
3337         Log: Skip tests if Devel::Peek not built
3338      Branch: perl
3339            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
3340            ! ext/threads/t/join.t lib/base/t/fields-base.t
3341 ____________________________________________________________________________
3342 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
3343         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
3344      Branch: perl
3345            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
3346            ! lib/File/Spec/VMS.pm
3347 ____________________________________________________________________________
3348 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
3349         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
3350      Branch: perl
3351            + lib/I18N/LangTags/t/20_locales.t
3352 ____________________________________________________________________________
3353 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
3354         Log: Correct change 23437 - as Config isn't imported, need to use a fully
3355              qualified package
3356      Branch: perl
3357            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
3358            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
3359            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
3360            ! ext/B/t/optree_varinit.t
3361 ____________________________________________________________________________
3362 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
3363         Log: Assimilate I18N::LangTags 0.35
3364      Branch: perl
3365            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
3366            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
3367 ____________________________________________________________________________
3368 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
3369         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
3370              Date: Sun, 31 Oct 2004 04:01:42 -0500
3371              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
3372              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
3373      Branch: perl
3374            ! hints/irix_6.sh
3375 ____________________________________________________________________________
3376 [ 23438] By: davem                                 on 2004/10/30  23:25:37
3377         Log: Using foreach on threads::shared array crashes perl
3378              The FETCH code for shared aggregate elements could leak a shared RV
3379              address into a private SV. RVs are now handled specially, in the
3380              same way that they already were for scalar shared magic.
3381      Branch: perl
3382            ! ext/threads/shared/shared.xs
3383 ____________________________________________________________________________
3384 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
3385         Log: Skip tests that require Data::Dumper if it is not built
3386      Branch: perl
3387            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
3388            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
3389            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
3390            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
3391            ! lib/ExtUtils/t/prereq_print.t
3392 ____________________________________________________________________________
3393 [ 23436] By: merijn                                on 2004/10/30  16:11:15
3394         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
3395      Branch: perl
3396            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
3397            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3398            ! win32/config_H.vc64 wince/config_H.ce
3399 ____________________________________________________________________________
3400 [ 23435] By: merijn                                on 2004/10/30  15:54:48
3401         Log: Added probes for strlcat () and strlcpy () to Configure
3402              Re-ordered config_h.SH
3403      Branch: perl
3404            ! Configure Makefile.SH config_h.SH
3405 ____________________________________________________________________________
3406 [ 23433] By: davem                                 on 2004/10/29  21:04:17
3407         Log: Threading crash with closures
3408              various OpREFCNT_inc() operations weren't doing locking
3409      Branch: perl
3410            ! pad.c regcomp.c sv.c
3411 ____________________________________________________________________________
3412 [ 23432] By: steveh                                on 2004/10/29  14:12:02
3413         Log: Document sv_magic() changes brought about by sv_magicext()
3414
3415              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
3416              but didn't update the documentation for sv_magic() to reflect
3417              the changed handling of the name/namlen arguments.
3418
3419              Also correct a couple of typos, and mention sv_magicext() in
3420              perlguts.
3421      Branch: perl
3422            ! pod/perlapi.pod pod/perlguts.pod sv.c
3423 ____________________________________________________________________________
3424 [ 23431] By: merijn                                on 2004/10/29  13:56:03
3425         Log: Subject: [PATCH] 36 additional tests for B
3426              From: Steve Peters <steve@fisharerojo.org>
3427              Date: Fri, 29 Oct 2004 00:53:22 -0500
3428              Message-Id: <200410290053.22947.steve@fisharerojo.org>
3429      Branch: perl
3430            ! ext/B/t/b.t
3431 ____________________________________________________________________________
3432 [ 23426] By: davem                                 on 2004/10/27  22:50:57
3433         Log: include flags and refcount in the list of leaked scalars
3434      Branch: perl
3435            ! perl.c
3436 ____________________________________________________________________________
3437 [ 23425] By: ams                                   on 2004/10/27  11:27:27
3438         Log: Subject: [PATCH] lib/Carp.t improvements
3439              From: "Craig A. Berry" <craigberry@mac.com>
3440              Date: Tue, 26 Oct 2004 23:32:25 -0500
3441              Message-Id: <417F24D9.1000904@mac.com>
3442      Branch: perl
3443            ! lib/Carp.t
3444 ____________________________________________________________________________
3445 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
3446         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
3447      Branch: perl
3448            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
3449 ____________________________________________________________________________
3450 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
3451         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
3452      Branch: perl
3453            ! pod/perl.pod pod/perlfaq2.pod
3454 ____________________________________________________________________________
3455 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
3456         Log: Subject: [perl #30227] [PATCH]splain vs. -w
3457              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3458              Date: 23 Oct 2004 13:55:41 -0000
3459              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
3460      Branch: perl
3461            ! lib/diagnostics.pm
3462 ____________________________________________________________________________
3463 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
3464         Log: Upgrade to Encode 2.08.
3465      Branch: perl
3466            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3467            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
3468            ! ext/Encode/Unicode/Unicode.xs
3469            ! ext/Encode/lib/Encode/Encoding.pm
3470 ____________________________________________________________________________
3471 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
3472         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
3473              From: Steve Peters <steve@fisharerojo.org>
3474              Date: Sat, 23 Oct 2004 08:01:51 -0500
3475              Message-Id: <200410230801.51649.steve@fisharerojo.org>
3476      Branch: perl
3477            ! pod/perlop.pod
3478 ____________________________________________________________________________
3479 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
3480         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
3481              From: Tels <perl_dummy@bloodgate.com>
3482              Date: Sat, 23 Oct 2004 16:56:31 +0200
3483              Message-Id: <200410231656.40995@bloodgate.com>
3484      Branch: perl
3485            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
3486 ____________________________________________________________________________
3487 [ 23418] By: davem                                 on 2004/10/23  21:50:19
3488         Log: Chained goto &sub drops data too early.
3489
3490              Change 22373 to stop a memory leak in goto &foo intead caused
3491              the elements of @_ to be freed too early. This revised fix
3492              just transfers the reifiedness of the old @_ to the new @_
3493      Branch: perl
3494            ! pp_ctl.c t/op/goto.t
3495 ____________________________________________________________________________
3496 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
3497         Log: Upgrade to Encode 2.07
3498      Branch: perl
3499            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3500            ! ext/Encode/Encode.xs ext/Encode/META.yml
3501            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
3502            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
3503            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
3504            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
3505            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
3506            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
3507            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
3508            ! ext/Encode/ucm/macThai.ucm
3509 ____________________________________________________________________________
3510 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
3511         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
3512              Message-ID: <20041022033033.GA12362@londo.c47.org>
3513              From: Brendan O'Dea <bod@debian.org>
3514              Date: Fri, 22 Oct 2004 13:30:33 +1000
3515      Branch: perl
3516            ! ext/IO/IO.xs
3517 ____________________________________________________________________________
3518 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
3519         Log: Subject: docpatch for perltie.pod
3520              From: David Cantrell <david@cantrell.org.uk>
3521              Date: Thu, 21 Oct 2004 12:21:52 +0100
3522              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
3523      Branch: perl
3524            ! pod/perltie.pod
3525 ____________________________________________________________________________
3526 [ 23396] By: ams                                   on 2004/10/21  01:36:49
3527         Log: Subject: [PATCH] Math::BigInt v1.73 final
3528              From: Tels <perl_dummy@bloodgate.com>
3529              Date: Wed, 20 Oct 2004 21:06:40 +0200
3530              Message-Id: <200410202106.41840@bloodgate.com>
3531
3532              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
3533              From: Tels <tels@bloodgate.com>
3534              Date: Wed, 20 Oct 2004 22:03:55 +0200
3535              Message-Id: <200410202203.56063@bloodgate.com>
3536      Branch: perl
3537            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
3538            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
3539            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
3540            ! lib/Math/BigRat/t/bigratup.t
3541 ____________________________________________________________________________
3542 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
3543         Log: Need to skip optree walking tests if perlio not built
3544      Branch: perl
3545            ! ext/B/t/f_map.t ext/B/t/f_sort.t
3546 ____________________________________________________________________________
3547 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
3548         Log: Remove opmini.c when cleaning up.
3549      Branch: perl
3550            ! Makefile.SH
3551 ____________________________________________________________________________
3552 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
3553         Log: Ensure that PVA.pl returns a true value.
3554      Branch: perl
3555            ! lib/unicore/mktables
3556 ____________________________________________________________________________
3557 [ 23392] By: ams                                   on 2004/10/20  06:19:03
3558         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
3559              Rephrase "Perl Home Page" References
3560              From: chromatic <chromatic@wgz.org>
3561              Date: Tue, 19 Oct 2004 22:52:19 -0700
3562              Message-Id: <1098251539.20976.53.camel@localhost>
3563      Branch: perl
3564            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
3565 ____________________________________________________________________________
3566 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
3567         Log: Upgrade to Encode 2.05
3568      Branch: perl
3569            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
3570            ! ext/Encode/encoding.pm
3571 ____________________________________________________________________________
3572 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
3573         Log: More Data::Dumper docs nits, fix the previous one,
3574              suggested by Yves Orton.
3575      Branch: perl
3576            ! ext/Data/Dumper/Dumper.pm
3577 ____________________________________________________________________________
3578 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
3579         Log: Subject: [PATCH] perlfaq2.pod (add a book)
3580              From: <richard.foley@ubs.com>
3581              Date: Tue, 19 Oct 2004 07:29:31 +0200
3582              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
3583      Branch: perl
3584            ! pod/perlfaq2.pod
3585 ____________________________________________________________________________
3586 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
3587         Log: Re-apply the encoding.pm part of:
3588
3589              Subject: [PATCH] encoding and open pragmas
3590              From: Jarkko Hietaniemi <jhi@iki.fi>
3591              Date: Mon, 16 Aug 2004 22:27:00 +0300
3592              Message-ID: <41210A84.6060506@iki.fi>
3593      Branch: perl
3594            ! ext/Encode/encoding.pm
3595 ____________________________________________________________________________
3596 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
3597         Log: Upgrade to Encode 2.04.
3598      Branch: perl
3599            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3600            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
3601            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
3602            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
3603            ! ext/Encode/lib/Encode/Supported.pod
3604            ! ext/Encode/ucm/big5-hkscs.ucm
3605 ____________________________________________________________________________
3606 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
3607         Log: Fix a typo.
3608      Branch: perl
3609            ! utils/c2ph.PL
3610 ____________________________________________________________________________
3611 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
3612         Log: Add a missing warning categorisation in perldiag.
3613      Branch: perl
3614            ! pod/perldiag.pod
3615 ____________________________________________________________________________
3616 [ 23377] By: ams                                   on 2004/10/16  23:52:18
3617         Log: Subject: [PATCH] test_harness tweak for VMS
3618              From: "Craig A. Berry" <craigberry@mac.com>
3619              Date: Sat, 16 Oct 2004 12:15:02 -0500
3620              Message-Id: <41715716.5000108@mac.com>
3621      Branch: perl
3622            ! vms/descrip_mms.template vms/test.com
3623 ____________________________________________________________________________
3624 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
3625         Log: Merge code from vdie and vcroak into S_vdie_croak_common
3626      Branch: perl
3627            ! util.c
3628 ____________________________________________________________________________
3629 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
3630         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
3631              S_vdie_common
3632      Branch: perl
3633            ! util.c
3634 ____________________________________________________________________________
3635 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
3636         Log: The second half of Perl_vwarner is actually a straight cut&paste job
3637              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
3638              cut&paste is bad, m'kay.
3639      Branch: perl
3640            ! util.c
3641 ____________________________________________________________________________
3642 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
3643         Log: Implement sv_svset _nosteal variants by passing a flag into
3644              sv_set_flags rather than messing with the SvTEMP() flag on either
3645              side of the call.
3646      Branch: perl
3647            ! sv.c sv.h
3648 ____________________________________________________________________________
3649 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
3650         Log: Implement a new -dt command-line flag, to enable threads under the
3651              debugger (bug #31666).
3652
3653              Subject: RE: [PATCH] debugger handles threads [perl #31666]
3654              From: <richard.foley@ubs.com>
3655              Date: Wed, 13 Oct 2004 13:01:18 +0200
3656              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
3657
3658              Subject: Re: [PATCH] debugger handles threads [perl #31666]
3659              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3660              Date: Wed, 13 Oct 2004 02:49:58 -0700
3661              Message-ID: <20041013094957.GA17184@efn.org>
3662      Branch: perl
3663            ! lib/perl5db.pl perl.c pod/perlrun.pod
3664 ____________________________________________________________________________
3665 [ 23371] By: steveh                                on 2004/10/15  12:54:29
3666         Log: Make autodoc.pl write its output with UNIX style EOL's.
3667
3668              This saves the Win32 committer(s?) having to dos2unix the files
3669              before committing.  Maybe Perforce's "LineEnd: share" suffices
3670              anyway, but there's no harm in playing safe.
3671      Branch: perl
3672            ! autodoc.pl
3673 ____________________________________________________________________________
3674 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
3675         Log: Include opmini.c in the dependency generation.
3676      Branch: perl
3677            ! Makefile.SH
3678 ____________________________________________________________________________
3679 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
3680         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
3681      Branch: perl
3682            ! ext/Data/Dumper/Dumper.pm
3683 ____________________________________________________________________________
3684 [ 23368] By: steveh                                on 2004/10/15  10:12:31
3685         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
3686
3687              These are already in the API supported by Devel::PPPort, and are
3688              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
3689              already documented.
3690      Branch: perl
3691            ! embed.fnc pod/perlapi.pod sv.c
3692 ____________________________________________________________________________
3693 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
3694         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
3695              From: "Craig A. Berry" <craigberry@mac.com>
3696              Date: Thu, 14 Oct 2004 10:09:41 -0500
3697              Message-ID: <416E96B5.5020100@mac.com>
3698      Branch: perl
3699            ! ext/Devel/PPPort/parts/inc/ppphtest
3700            ! ext/Devel/PPPort/t/ppphtest.t
3701 ____________________________________________________________________________
3702 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
3703         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
3704              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
3705              Date: Mon, 11 Oct 2004 09:54:15 +0200
3706              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
3707      Branch: perl
3708            ! ext/IO/lib/IO/Poll.pm
3709 ____________________________________________________________________________
3710 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
3711         Log: Fix [perl #31971] local $^D gives noise
3712      Branch: perl
3713            ! embed.fnc embed.h mg.c perl.c proto.h
3714 ____________________________________________________________________________
3715 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
3716         Log: A few fixes in the list of -D debugging flags
3717      Branch: perl
3718            ! perl.c pod/perlrun.pod
3719 ____________________________________________________________________________
3720 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
3721         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
3722              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3723              Date: Wed, 13 Oct 2004 09:45:31 +0400
3724              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
3725      Branch: perl
3726            ! win32/buildext.pl win32/makefile.mk
3727 ____________________________________________________________________________
3728 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
3729         Log: Minor tweaks for the test.utf16 target, by Jarkko
3730      Branch: perl
3731            ! t/TEST
3732 ____________________________________________________________________________
3733 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
3734         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
3735              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
3736              Date: 5 Oct 2004 09:52:07 -0000
3737              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
3738              (with tweaks)
3739      Branch: perl
3740            ! lib/warnings.pm warnings.pl
3741 ____________________________________________________________________________
3742 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
3743         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
3744              From: Vadim Konovalov <konovalo@mail.wplus.net>
3745              Date: Mon, 11 Oct 2004 22:57:00 +0400
3746              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
3747      Branch: perl
3748            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
3749            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
3750 ____________________________________________________________________________
3751 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
3752         Log: Subject: Patch: BigInt v1.73 (pre-release)
3753              From: Tels <perl_dummy@bloodgate.com>
3754              Date: Sun, 10 Oct 2004 22:36:03 +0200
3755              Message-Id: <200410102236.03637@bloodgate.com>
3756      Branch: perl
3757            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3758            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3759            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3760            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
3761            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
3762            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
3763            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
3764 ____________________________________________________________________________
3765 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
3766         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
3767              From: Abe Timmerman <abe@ztreet.demon.nl>
3768              Date: Sat, 9 Oct 2004 18:13:38 +0200
3769              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
3770      Branch: perl
3771            ! t/harness vms/descrip_mms.template vms/test.com
3772 ____________________________________________________________________________
3773 [ 23357] By: davem                                 on 2004/10/10  19:18:00
3774         Log: Turn regcomp into a list op
3775      Branch: perl
3776            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
3777            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
3778 ____________________________________________________________________________
3779 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
3780         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
3781      Branch: perl
3782            ! ext/B/t/OptreeCheck.pm
3783 ____________________________________________________________________________
3784 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
3785         Log: Restore runtime loading of Encode and Encode-related modules, so that
3786              open.pm will work when the Encode extension isn't build.
3787      Branch: perl
3788            ! lib/open.pm
3789 ____________________________________________________________________________
3790 [ 23354] By: merijn                                on 2004/10/09  12:27:39
3791         Log: Make AIX 5 + gcc work in 64bitall
3792      Branch: perl
3793            ! hints/aix.sh
3794 ____________________________________________________________________________
3795 [ 23353] By: merijn                                on 2004/10/08  09:52:59
3796         Log: A new machine type, some reformatting, some reorganization
3797              and a bit of additional info on Sleepycat's db.
3798      Branch: perl
3799            ! README.hpux
3800 ____________________________________________________________________________
3801 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
3802         Log: Briefly document the test.utf16 make target.
3803      Branch: perl
3804            ! pod/perlhack.pod
3805 ____________________________________________________________________________
3806 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
3807         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
3808              (patch by Jarkko Hietaniemi)
3809      Branch: perl
3810            ! Makefile.SH t/TEST toke.c utf8.c
3811 ____________________________________________________________________________
3812 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
3813         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
3814              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
3815              Date: 23 Sep 2004 21:45:42 -0000
3816              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
3817              (with doc nits)
3818      Branch: perl
3819            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
3820 ____________________________________________________________________________
3821 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
3822         Log: Increment $overload::VERSION after change #23347
3823      Branch: perl
3824            ! ext/B/B/Concise.pm lib/overload.pm
3825 ____________________________________________________________________________
3826 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
3827         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
3828              From: Vadim Konovalov <vadim@vkonovalov.ru>
3829              Date: Sun, 3 Oct 2004 22:10:06 +0400
3830              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
3831      Branch: perl
3832            ! ext/DynaLoader/DynaLoader_pm.PL
3833 ____________________________________________________________________________
3834 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
3835         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
3836              From: Rick Delaney <rick@bort.ca>
3837              Date: Sat, 2 Oct 2004 01:04:49 -0400
3838              Message-ID: <20041002050448.GB5059@biff.bort.ca>
3839      Branch: perl
3840            ! lib/overload.pm lib/overload.t
3841 ____________________________________________________________________________
3842 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
3843         Log: Subject: [PATCH] vms/t/filespec.t tweak
3844              From: "Craig A. Berry" <craigberry@mac.com>
3845              Date: Fri, 01 Oct 2004 13:18:03 -0500
3846              Message-ID: <415D9F5B.5040306@mac.com>
3847      Branch: perl
3848            ! vms/ext/filespec.t
3849 ____________________________________________________________________________
3850 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
3851         Log: More caveats on the non-portability of stat(), suggested by
3852              Stas Bekman.
3853      Branch: perl
3854            ! pod/perlfunc.pod
3855 ____________________________________________________________________________
3856 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
3857         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
3858              any check on whether it's valid.
3859      Branch: perl
3860            ! sv.c
3861 ____________________________________________________________________________
3862 [ 23343] By: merijn                                on 2004/10/02  11:08:32
3863         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
3864              From: "Craig A. Berry" <craigberry@mac.com>
3865              Date: Fri, 01 Oct 2004 12:57:55 -0500
3866              Message-ID: <415D9AA3.1000908@mac.com>
3867      Branch: perl
3868            ! t/uni/class.t
3869 ____________________________________________________________________________
3870 [ 23342] By: davem                                 on 2004/09/30  20:51:31
3871         Log: open $1, "file" doesn't raise an exception
3872      Branch: perl
3873            ! pp.c t/io/open.t
3874 ____________________________________________________________________________
3875 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
3876         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
3877              From: "Jay Hannah" <jhannah@omnihotels.com>
3878              Date: Wed, 15 Sep 2004 14:51:42 -0500
3879              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
3880      Branch: perl
3881            ! ext/Sys/Syslog/Syslog.pm
3882 ____________________________________________________________________________
3883 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
3884         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
3885              PV of the scalar it reads from, avoid to read it when it's an
3886              undefined PV.
3887      Branch: perl
3888            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
3889 ____________________________________________________________________________
3890 [ 23339] By: davem                                 on 2004/09/28  18:05:52
3891         Log: the improved -DT output of #23325 could print an uninit stack value
3892      Branch: perl
3893            ! toke.c
3894 ____________________________________________________________________________
3895 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
3896         Log: Spelling correction spotted by Greg McCarroll
3897      Branch: perl
3898            ! README.epoc
3899 ____________________________________________________________________________
3900 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
3901         Log: Subject: Patch for perl.c fixing an obscure environment bug
3902              From: Merijn Broeren <merijnb@iloquent.com>
3903              Date: Thu, 23 Sep 2004 17:18:17 +0200
3904              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
3905      Branch: perl
3906            ! perl.c
3907 ____________________________________________________________________________
3908 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
3909         Log: Perl -DT segfaults when parsing a 'use' statement
3910      Branch: perl
3911            ! toke.c
3912 ____________________________________________________________________________
3913 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
3914         Log: Typo fix.
3915              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
3916              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
3917              Date: Wed, 22 Sep 2004 11:20:53 +0200
3918              Message-ID: <20040922112053.686562b6@valis.local>
3919      Branch: perl
3920            ! lib/open.pm
3921 ____________________________________________________________________________
3922 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
3923         Log: Remove a couple of C<> to avoid confusing double quotes in text
3924              rendering. [perl #31678]
3925      Branch: perl
3926            ! pod/perlop.pod
3927 ____________________________________________________________________________
3928 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
3929         Log: Document that $ENV{PATH} may not contain relative directories under -T
3930      Branch: perl
3931            ! pod/perldiag.pod pod/perlsec.pod
3932 ____________________________________________________________________________
3933 [ 23331] By: davem                                 on 2004/09/20  22:11:29
3934         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
3935              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
3936              Date:  Fri, 17 Sep 2004 14:01:11 +0200
3937              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
3938
3939              Clarify the effect of utime when the file isn't owned by the user
3940      Branch: perl
3941            ! pod/perlfunc.pod
3942 ____________________________________________________________________________
3943 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
3944         Log: Upgrade to MIME::Base64 3.05.
3945      Branch: perl
3946            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
3947            ! ext/MIME/Base64/t/warn.t
3948 ____________________________________________________________________________
3949 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
3950         Log: Upgrade to Time::HiRes 1.65.
3951      Branch: perl
3952            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3953            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3954            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
3955 ____________________________________________________________________________
3956 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
3957         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
3958              From: "Steve Peters via RT" <perlbug-followup@perl.org>
3959              Date: 26 Aug 2004 19:06:52 -0000
3960              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
3961      Branch: perl
3962            ! lib/Pod/Usage.pm
3963 ____________________________________________________________________________
3964 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
3965         Log: Subject: [PATCH] encoding and open pragmas
3966              From: Jarkko Hietaniemi <jhi@iki.fi>
3967              Date: Mon, 16 Aug 2004 22:27:00 +0300
3968              Message-ID: <41210A84.6060506@iki.fi>
3969
3970              Subject: Re: [PATCH] encoding and open pragmas
3971              From: Jarkko Hietaniemi <jhi@iki.fi>
3972              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
3973              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
3974      Branch: perl
3975            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
3976 ____________________________________________________________________________
3977 [ 23325] By: davem                                 on 2004/09/19  21:47:18
3978         Log: improve lexer debugging output (-DT)
3979              Decode yylex() return values, and show lexer state each time
3980              yylex() is called
3981      Branch: perl
3982            ! embed.fnc embed.h proto.h toke.c
3983 ____________________________________________________________________________
3984 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
3985         Log: The XSUB.h patch from:
3986
3987              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
3988              From: John Peacock <jpeacock@rowman.com>
3989              Date: Wed, 18 Aug 2004 08:26:35 -0400
3990              Message-ID: <41234AFB.1020009@rowman.com>
3991
3992              Now it will use version object logic for version comparison
3993              when loading XS modules.
3994      Branch: perl
3995            ! XSUB.h
3996 ____________________________________________________________________________
3997 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
3998         Log: Upgrade to Time::HiRes 1.63.
3999              Note that it includes a ppport.h file. See if the one
4000              previously built in Devel::PPPort can be used instead.
4001      Branch: perl
4002            + ext/Time/HiRes/ppport.h
4003            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4004            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4005            ! ext/Time/HiRes/t/HiRes.t
4006 ____________________________________________________________________________
4007 [ 23321] By: davem                                 on 2004/09/14  21:57:10
4008         Log: Subject:  Re: [perl #31459] Bug in read()
4009              From:  Chris Heath <chris@heathens.co.nz>
4010              Date:  06 Sep 2004 00:03:12 -0400
4011              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
4012
4013              a read(F) into a UTF8-encoded buffer with an offset off the
4014              end of the buffer, miss-calculated buffer lengths
4015      Branch: perl
4016            ! pp_sys.c
4017 ____________________________________________________________________________
4018 [ 23320] By: davem                                 on 2004/09/12  22:09:51
4019         Log: Memory leak in nested shared data structures in 5.8.4
4020              A pop of an item from a shared array ref causes a leak due to
4021              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
4022              Make sv_upgrade() set always this flag.
4023      Branch: perl
4024            ! sv.c
4025 ____________________________________________________________________________
4026 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
4027         Log: Integrate:
4028              [ 23318]
4029              Update the skips for the no perlio case
4030      Branch: perl
4031           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
4032           !> ext/B/t/showlex.t
4033 ____________________________________________________________________________
4034 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
4035         Log: A single version of B that supports 5.8 and 5.10
4036      Branch: perl
4037            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
4038            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
4039 ____________________________________________________________________________
4040 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
4041         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
4042              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4043              Date: Mon, 6 Sep 2004 11:09:51 +0400
4044              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
4045      Branch: perl
4046            ! lib/bigint.pm
4047 ____________________________________________________________________________
4048 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
4049         Log: Upgrade to Devel::PPPort 3.03.
4050      Branch: perl
4051            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4052            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
4053            ! ext/Devel/PPPort/PPPort_pm.PL
4054            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
4055 ____________________________________________________________________________
4056 [ 23281] By: davem                                 on 2004/09/08  19:42:15
4057         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
4058              From:  Andy Dougherty <doughera@lafayette.edu>
4059              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
4060              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
4061              Clarify whether it's safe to replace the perl bundled with Solaris
4062      Branch: perl
4063            ! README.solaris
4064 ____________________________________________________________________________
4065 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
4066         Log: Upgrade to Devel::PPPort 3.02.
4067      Branch: perl
4068            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4069            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
4070            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
4071            ! ext/Devel/PPPort/parts/base/5004050
4072            ! ext/Devel/PPPort/parts/base/5005000
4073            ! ext/Devel/PPPort/parts/base/5006000
4074            ! ext/Devel/PPPort/parts/base/5008001
4075            ! ext/Devel/PPPort/parts/base/5009002
4076            ! ext/Devel/PPPort/parts/inc/MY_CXT
4077            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
4078            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
4079            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
4080            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
4081            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
4082            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
4083            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
4084            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
4085 ____________________________________________________________________________
4086 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
4087         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
4088              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
4089      Branch: perl
4090            ! perl.h
4091 ____________________________________________________________________________
4092 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
4093         Log: backport B to work on 5.8.x, so that a single version of the source
4094              can be maintained, and ultimately dual-lifed on CPAN
4095              (the version conditional changes are actually surprisingly small)
4096      Branch: perl
4097            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
4098            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
4099            ! ext/B/t/stash.t
4100 ____________________________________________________________________________
4101 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
4102         Log: Subject: SvO?OK_off()'s return value
4103              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4104              Date: Sun, 1 Aug 2004 12:46:48 +0200
4105              Message-Id: <20040801124648.7f9b3cee@r2d2>
4106
4107              Move (void) casts into SvOOK_off macro.
4108      Branch: perl
4109            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
4110 ____________________________________________________________________________
4111 [ 23276] By: merijn                                on 2004/09/07  12:57:58
4112         Log: Subject: [PATCH] perlintro.pod
4113              From: Paul Johnson <paul@pjcj.net>
4114              Date: Tue, 7 Sep 2004 15:13:51 +0200
4115              Message-ID: <20040907131351.GD2513@pjcj.net>
4116      Branch: perl
4117            ! pod/perlintro.pod
4118 ____________________________________________________________________________
4119 [ 23275] By: steveh                                on 2004/09/06  10:16:12
4120         Log: Implement new environment variable to allow the use of non-IFS
4121              compatible LSP's on Windows to allow Perl to work in conjunction
4122              with a firewall such as McAfee Guardian.
4123
4124              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
4125              further assistance by Artiom Morozov <artiom@phreaker.net>.
4126      Branch: perl
4127            ! pod/perlrun.pod win32/win32sck.c
4128 ____________________________________________________________________________
4129 [ 23274] By: merijn                                on 2004/09/06  08:49:24
4130         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
4131              From: "Craig A. Berry" <craigberry@mac.com>
4132              Date: Sat, 04 Sep 2004 11:58:56 -0500
4133              Message-ID: <4139F450.7040708@mac.com>
4134      Branch: perl
4135            ! configure.com
4136 ____________________________________________________________________________
4137 [ 23271] By: davem                                 on 2004/09/05  21:36:57
4138         Log: only mortalize deleted array elements for AvREAL
4139              (update to change #23158)
4140      Branch: perl
4141            ! av.c
4142 ____________________________________________________________________________
4143 [ 23267] By: davem                                 on 2004/09/05  20:16:55
4144         Log: I somehow managed to omit the base.pm change from #23266
4145      Branch: perl
4146            ! lib/base.pm
4147 ____________________________________________________________________________
4148 [ 23266] By: davem                                 on 2004/09/05  20:04:35
4149         Log: Fields package bug
4150              An intermediate class with no fields messes up private fields
4151              in the base class.
4152      Branch: perl
4153            ! lib/base.pm lib/base/t/fields-base.t
4154 ____________________________________________________________________________
4155 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
4156         Log: Upgrade to Encode 2.02
4157      Branch: perl
4158            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
4159            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
4160            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
4161            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
4162            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
4163            ! ext/Encode/ucm/big5-hkscs.ucm
4164 ____________________________________________________________________________
4165 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
4166         Log: Upgrade to version 0.42.
4167              From:
4168              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
4169              From: John Peacock <jpeacock@rowman.com>
4170              Date: Wed, 18 Aug 2004 08:26:35 -0400
4171              Message-ID: <41234AFB.1020009@rowman.com>
4172      Branch: perl
4173            ! lib/version.pm lib/version.t util.c
4174 ____________________________________________________________________________
4175 [ 23256] By: davem                                 on 2004/09/01  23:41:25
4176         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
4177              From:  Rick Delaney <rick@bort.ca>
4178              Date:  Fri, 13 Aug 2004 19:54:12 -0400
4179              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
4180
4181              restore the compile-time field checking for
4182              my Dog $spot; $spot->{'walkies'};
4183              that was lost when pseudo-hashes were removed
4184      Branch: perl
4185            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
4186            ! pod/perldiag.pod
4187 ____________________________________________________________________________
4188 [ 23255] By: davem                                 on 2004/09/01  23:37:07
4189         Log: whoops, fix 'formline undef' test broken by change #23251
4190      Branch: perl
4191            ! t/lib/warnings/9uninit
4192 ____________________________________________________________________________
4193 [ 23253] By: davem                                 on 2004/09/01  22:45:07
4194         Log: Subject:  PATCH: Taintedness and ternary conditional
4195              From:  Andy Lester <andy@petdance.com>
4196              Date:  Thu, 26 Aug 2004 23:44:47 -0500
4197              Message-Id:  <20040827044447.GA5268@petdance.com>
4198
4199              add tests and documentation to the effect that ($tainted ? $a : $b)
4200              doesn't necessarily return a tainted value. Also tidy the markup in
4201              perldoc.pod
4202      Branch: perl
4203            ! pod/perlsec.pod t/op/taint.t
4204 ____________________________________________________________________________
4205 [ 23252] By: davem                                 on 2004/09/01  22:20:05
4206         Log: delete spurious blank lines added by change 23251
4207      Branch: perl
4208            ! pp_ctl.c
4209 ____________________________________________________________________________
4210 [ 23251] By: davem                                 on 2004/09/01  22:17:47
4211         Log: Random made scripts crashing perl
4212              fix 'formline undef' coredump
4213      Branch: perl
4214            ! pp_ctl.c t/lib/warnings/9uninit
4215 ____________________________________________________________________________
4216 [ 23250] By: davem                                 on 2004/09/01  20:46:13
4217         Log: From: david nicol <whatever@davidnicol.com>
4218              Subject: [perl #31228] no no-op
4219              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
4220              Date: 27 Aug 2004 21:13:42 -0500
4221
4222              Document that 0 and 1 can (sort of) be used as no-ops.
4223      Branch: perl
4224            ! pod/perlop.pod
4225 ____________________________________________________________________________
4226 [ 23249] By: davem                                 on 2004/09/01  18:54:25
4227         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
4228              From:  Jim Cromie <jcromie@divsol.com>
4229              Date:  Tue, 31 Aug 2004 23:19:54 -0600
4230              Message-Id:  <41355BFA.8010900@divsol.com>
4231
4232              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
4233              displayed by B::Concise.
4234      Branch: perl
4235            ! ext/B/B/Concise.pm
4236 ____________________________________________________________________________
4237 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
4238         Log: Upgrade to Cwd 2.21.
4239      Branch: perl
4240            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
4241 ____________________________________________________________________________
4242 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
4243         Log: Update to File::Spec 0.90
4244      Branch: perl
4245            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
4246 ____________________________________________________________________________
4247 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
4248         Log: Skip Time::HiRes tests if configured without that module.
4249      Branch: perl
4250            ! ext/Time/HiRes/t/HiRes.t
4251 ____________________________________________________________________________
4252 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
4253         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
4254      Branch: perl
4255            ! lib/Dumpvalue.t
4256 ____________________________________________________________________________
4257 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
4258         Log: Skip a Data::Dumper test if configured without B module.
4259      Branch: perl
4260            ! ext/Data/Dumper/t/dumper.t
4261 ____________________________________________________________________________
4262 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
4263         Log: Fix typo in B::Assembler.
4264      Branch: perl
4265            ! ext/B/B/Assembler.pm
4266 ____________________________________________________________________________
4267 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
4268         Log: Skip ext/B/t/assembler.t when configured without B.
4269      Branch: perl
4270            ! ext/B/t/assembler.t
4271 ____________________________________________________________________________
4272 [ 23241] By: merijn                                on 2004/08/28  08:05:19
4273         Log: Subject: [PATCH] File::Spec::VMS update
4274              From: "Craig A. Berry" <craigberry@mac.com>
4275              Date: Fri, 27 Aug 2004 18:51:09 -0500
4276              Message-ID: <412FC8ED.1020300@mac.com>
4277      Branch: perl
4278            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
4279 ____________________________________________________________________________
4280 [ 23240] By: merijn                                on 2004/08/28  07:41:47
4281         Log: Pumpkinship updates
4282      Branch: perl
4283            ! pod/perlhack.pod
4284 ____________________________________________________________________________
4285 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
4286         Log: Fix nasty line break in Storable test file.
4287      Branch: perl
4288            ! ext/Storable/t/just_plain_nasty.t
4289 ____________________________________________________________________________
4290 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
4291         Log: Upgrade to MIME::Base64 3.03
4292      Branch: perl
4293            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
4294            ! ext/MIME/Base64/QuotedPrint.pm
4295 ____________________________________________________________________________
4296 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
4297         Log: Upgrade to MIME::Base64 3.02.
4298      Branch: perl
4299            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
4300            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
4301            ! ext/MIME/Base64/t/quoted-print.t
4302 ____________________________________________________________________________
4303 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
4304         Log: Grammatical nit by Hugo.
4305      Branch: perl
4306            ! pod/perlnewmod.pod
4307 ____________________________________________________________________________
4308 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
4309         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
4310              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
4311              Date: 23 Aug 2004 10:37:31 -0000
4312              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
4313      Branch: perl
4314            ! t/comp/use.t
4315 ____________________________________________________________________________
4316 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
4317         Log: Upgrade to Devel::PPPort 3.01.
4318      Branch: perl
4319            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4320            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
4321            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
4322            ! ext/Devel/PPPort/parts/inc/version
4323            ! ext/Devel/PPPort/t/ppphtest.t
4324 ____________________________________________________________________________
4325 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
4326         Log: Fix some backwards-compatibility problems with Storable.
4327      Branch: perl
4328            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
4329 ____________________________________________________________________________
4330 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
4331         Log: Upgrade to Time::HiRes 1.61
4332      Branch: perl
4333            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4334            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4335            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
4336 ____________________________________________________________________________
4337 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
4338         Log: Fix Storable's MANIFEST.
4339      Branch: perl
4340            ! ext/Storable/MANIFEST
4341 ____________________________________________________________________________
4342 [ 23230] By: davem                                 on 2004/08/20  21:20:48
4343         Log: a regex in STDOUT destructor coredumped because regex pad already
4344              freed
4345      Branch: perl
4346            ! perl.c t/op/ref.t
4347 ____________________________________________________________________________
4348 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
4349         Log: Upgrade to Devel::PPPort 3.00_03.
4350      Branch: perl
4351            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4352            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
4353            ! ext/Devel/PPPort/parts/inc/ppphtest
4354            ! ext/Devel/PPPort/t/ppphtest.t
4355 ____________________________________________________________________________
4356 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
4357         Log: Tweak 'h2xs -h' output.
4358      Branch: perl
4359            ! utils/h2xs.PL
4360 ____________________________________________________________________________
4361 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
4362         Log: Delete superfluous "with".
4363      Branch: perl
4364            ! README.win32
4365 ____________________________________________________________________________
4366 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
4367         Log: Upgrade to Devel::PPPort 3.00_02.
4368      Branch: perl
4369            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
4370            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
4371            ! ext/Devel/PPPort/PPPort_pm.PL
4372 ____________________________________________________________________________
4373 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
4374         Log: Mark a test that relies on tainting behavior as TODO on Windows.
4375      Branch: perl
4376            ! t/comp/opsubs.t
4377 ____________________________________________________________________________
4378 [ 23224] By: steveh                                on 2004/08/18  13:44:13
4379         Log: Add notes for building with MS VC++ Toolkit 2003
4380      Branch: perl
4381            ! README.win32
4382 ____________________________________________________________________________
4383 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
4384         Log: Upgrade to Devel::PPPort 3.00_01.
4385      Branch: perl
4386            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
4387            + ext/Devel/PPPort/t/sv_xpvf.t
4388            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
4389            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
4390            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
4391            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
4392            ! ext/Devel/PPPort/parts/inc/misc
4393            ! ext/Devel/PPPort/parts/inc/ppphbin
4394            ! ext/Devel/PPPort/parts/inc/ppphtest
4395            ! ext/Devel/PPPort/parts/inc/uv
4396            ! ext/Devel/PPPort/parts/ppptools.pl
4397            ! ext/Devel/PPPort/parts/todo/5004000
4398            ! ext/Devel/PPPort/parts/todo/5004050
4399            ! ext/Devel/PPPort/parts/todo/5006000
4400            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
4401 ____________________________________________________________________________
4402 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
4403         Log: Upgrade to Devel::PPPort 3.00.
4404      Branch: perl
4405            + (add 103 files)
4406            - ext/Devel/PPPort/t/test.t
4407            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
4408            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
4409            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
4410            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
4411            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
4412            ! ext/Devel/PPPort/soak
4413 ____________________________________________________________________________
4414 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
4415         Log: Subject: [PATCH] Document Carp's global variables + provide tests
4416              From: "Jos I. Boumans" <kane@dwim.org>
4417              Date: Mon, 16 Aug 2004 15:53:40 +0200
4418              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
4419              (tests a bit reworked)
4420      Branch: perl
4421            ! lib/Carp.pm lib/Carp.t
4422 ____________________________________________________________________________
4423 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
4424         Log: Subject: Updates to modules-related pod
4425              From: Kirrily Skud Robert <skud@infotrope.net>
4426              Date: Mon, 16 Aug 2004 16:00:14 -0400
4427              Message-ID: <20040816200014.GC27764@infotrope.net>
4428      Branch: perl
4429            ! pod/perlnewmod.pod
4430 ____________________________________________________________________________
4431 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
4432         Log: Subject: [PATCH] running mktables on VMS
4433              From: "Craig A. Berry" <craigberry@mac.com>
4434              Date: Tue, 10 Aug 2004 22:28:04 -0500
4435              Message-ID: <41199244.9020706@mac.com>
4436      Branch: perl
4437            ! vms/descrip_mms.template
4438 ____________________________________________________________________________
4439 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
4440         Log: Subject: [PATCH] make cygwin ld2 executable
4441              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4442              Date: Sun, 15 Aug 2004 17:14:59 -0700
4443              Message-ID: <20040816001252.GA2148@efn.org>
4444      Branch: perl
4445            ! cygwin/Makefile.SHs
4446 ____________________________________________________________________________
4447 [ 23217] By: davem                                 on 2004/08/14  22:32:16
4448         Log: make pp_goto() cope potential stack reallocation in EXTEND
4449              The code for goto &foo had local pointers to the stack that
4450              pointed to the wrong place after a realloc.
4451      Branch: perl
4452            ! pp_ctl.c t/op/goto.t
4453 ____________________________________________________________________________
4454 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
4455         Log: Subject: [PATCH] pre Math::BigInt v1.72
4456              From: Tels <perl_dummy@bloodgate.com>
4457              Date: Fri, 13 Aug 2004 14:02:50 +0200
4458              Message-Id: <200408131402.52270@bloodgate.com>
4459      Branch: perl
4460            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4461            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4462            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
4463            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
4464 ____________________________________________________________________________
4465 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
4466         Log: Subject: Test for functions with operator names
4467              From: Andy Lester <andy@petdance.com>
4468              Date: Thu, 12 Aug 2004 11:31:03 -0500
4469              Message-ID: <20040812163103.GA26687@petdance.com>
4470      Branch: perl
4471            + t/comp/opsubs.t
4472            ! MANIFEST
4473 ____________________________________________________________________________
4474 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
4475         Log: Subject: api doc fix for SvSetMagicSV_nosteal
4476              From: Stas Bekman <stas@stason.org>
4477              Date: Thu, 12 Aug 2004 18:10:36 -0700
4478              Message-ID: <411C150C.5020602@stason.org>
4479      Branch: perl
4480            ! pod/perlapi.pod sv.h
4481 ____________________________________________________________________________
4482 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
4483         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
4484              From: Jim Cromie <jcromie@divsol.com>
4485              Date: Tue, 10 Aug 2004 07:29:08 -0600
4486              Message-ID: <4118CDA4.3060700@divsol.com>
4487      Branch: perl
4488            ! t/op/goto.t
4489 ____________________________________________________________________________
4490 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
4491         Log: Subject: 2 patches: goto.t, B.pm/xs
4492              From: Jim Cromie <jcromie@divsol.com>
4493              Date: Sun, 08 Aug 2004 18:42:47 -0600
4494              Message-ID: <4116C887.9080400@divsol.com>
4495      Branch: perl
4496            ! ext/B/B.pm ext/B/B.xs
4497 ____________________________________________________________________________
4498 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
4499         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
4500              From: Alan Burlison <Alan.Burlison@sun.com>
4501              Date: Mon, 09 Aug 2004 19:00:12 +0100
4502              Message-ID: <4117BBAC.7080603@sun.com>
4503      Branch: perl
4504            ! ext/POSIX/POSIX.xs
4505 ____________________________________________________________________________
4506 [ 23210] By: davem                                 on 2004/08/09  19:58:35
4507         Log: Fix a typo and remove some debugging crud from change #23209
4508      Branch: perl
4509            ! ext/XS/APItest/t/call.t
4510 ____________________________________________________________________________
4511 [ 23209] By: davem                                 on 2004/08/09  19:48:57
4512         Log: eval_sv() failing a taint test could corrupt the stack
4513      Branch: perl
4514            ! ext/XS/APItest/t/call.t perl.c
4515 ____________________________________________________________________________
4516 [ 23208] By: davem                                 on 2004/08/09  18:28:33
4517         Log: made eq_array in t/test.pl handle undef values better
4518      Branch: perl
4519            ! t/test.pl
4520 ____________________________________________________________________________
4521 [ 23207] By: davem                                 on 2004/08/09  17:21:27
4522         Log: fix minor nit in file description, to keep Jarkko happy
4523      Branch: perl
4524            ! utf8.c
4525 ____________________________________________________________________________
4526 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
4527         Log: Subject: Patch for t/op/sleep.t
4528              From: Andy Lester <andy@petdance.com>
4529              Date: Mon, 9 Aug 2004 00:11:51 -0500
4530              Message-ID: <20040809051151.GA13872@petdance.com>
4531      Branch: perl
4532            ! t/op/sleep.t
4533 ____________________________________________________________________________
4534 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
4535         Log: Add a note in perltodo about a potential extension of readpipe()
4536      Branch: perl
4537            ! pod/perltodo.pod
4538 ____________________________________________________________________________
4539 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
4540         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
4541              From: Alan Burlison <Alan.Burlison@sun.com>
4542              Date: Mon, 09 Aug 2004 10:30:25 +0100
4543              Message-ID: <41174431.6050803@sun.com>
4544      Branch: perl
4545            ! ext/POSIX/POSIX.xs
4546 ____________________________________________________________________________
4547 [ 23203] By: davem                                 on 2004/08/07  15:10:40
4548         Log: Add tests for XS call_*() API
4549      Branch: perl
4550            + ext/XS/APItest/t/call.t
4551            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
4552            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
4553 ____________________________________________________________________________
4554 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
4555         Log: Subject: [PATCH] DB_File 1.810
4556              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
4557              Date: Sat, 7 Aug 2004 15:22:09 +0100
4558              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
4559      Branch: perl
4560            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4561            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
4562 ____________________________________________________________________________
4563 [ 23200] By: steveh                                on 2004/08/06  12:55:31
4564         Log: Fix [perl #24269] socket() call uses non-IFS providers
4565              causing subsequent print/read to hang or misbehave
4566
4567              Patch supplied by Artiom Morozov <artiom@phreaker.net>
4568              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
4569      Branch: perl
4570            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
4571            ! win32/win32.h win32/win32sck.c
4572 ____________________________________________________________________________
4573 [ 23199] By: steveh                                on 2004/08/06  11:57:59
4574         Log: Another small clean-up following changes #23190 and #23198
4575      Branch: perl
4576            ! gv.c
4577 ____________________________________________________________________________
4578 [ 23198] By: davem                                 on 2004/08/06  10:06:46
4579         Log: remove leaks associated with version object change #23190
4580      Branch: perl
4581            ! gv.c util.c
4582 ____________________________________________________________________________
4583 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
4584         Log: Subject: [PATCH sv.c]  signedness nit in #23190
4585              From: "Craig A. Berry" <craigberry@mac.com>
4586              Date: Thu, 05 Aug 2004 13:10:55 -0500
4587              Message-ID: <4112782F.7040302@mac.com>
4588      Branch: perl
4589            ! sv.c
4590 ____________________________________________________________________________
4591 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
4592         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
4593      Branch: perl
4594            ! pod/perlapi.pod sv.h
4595 ____________________________________________________________________________
4596 [ 23195] By: nick                                  on 2004/08/04  18:16:47
4597         Log: Comment describing purpose.
4598      Branch: perl
4599            ! globals.c
4600 ____________________________________________________________________________
4601 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
4602         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
4603              From: Alan Burlison <Alan.Burlison@sun.com>
4604              Date: Mon, 19 Jul 2004 12:07:02 +0100
4605              Message-ID: <40FBAB56.1030208@sun.com>
4606
4607              (last chunk only)
4608      Branch: perl
4609            ! ext/POSIX/POSIX.xs
4610 ____________________________________________________________________________
4611 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
4612         Log: Remove compilation warnings about uninitialized variables.
4613      Branch: perl
4614            ! sv.c
4615 ____________________________________________________________________________
4616 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
4617         Log: Remove the "Newline in left-justified string" warning.
4618      Branch: perl
4619            ! pod/perldiag.pod sv.c t/lib/warnings/sv
4620 ____________________________________________________________________________
4621 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
4622         Log: Subject: [PATCH] extension to diagnostics.pm
4623              From: Fergal Daly <fergal@esatclear.ie>
4624              Date: Wed, 4 Aug 2004 00:33:09 +0100
4625              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
4626      Branch: perl
4627            ! lib/diagnostics.pm
4628 ____________________________________________________________________________
4629 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
4630         Log: Subject: [PATCH] Final version object core patch?
4631              From: John Peacock <jpeacock@rowman.com>
4632              Date: Tue, 03 Aug 2004 22:23:57 -0400
4633              Message-ID: <411048BD.3080700@rowman.com>
4634      Branch: perl
4635            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
4636 ____________________________________________________________________________
4637 [ 23189] By: merijn                                on 2004/08/03  23:51:13
4638         Log: gcc on AIX 4 doesn't like -G on the commandline too
4639      Branch: perl
4640            ! hints/aix_4.sh
4641 ____________________________________________________________________________
4642 [ 23188] By: merijn                                on 2004/08/03  23:48:13
4643         Log: gcc on AIX doesn't like -G on the commandline
4644      Branch: perl
4645            ! hints/aix.sh
4646 ____________________________________________________________________________
4647 [ 23187] By: davem                                 on 2004/08/03  19:20:18
4648         Log: more typo fixes for change 3176 (comments at top of .c files)
4649      Branch: perl
4650            ! mg.c miniperlmain.c perl.c run.c scope.c
4651 ____________________________________________________________________________
4652 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
4653         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
4654              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
4655              Date: 2 Aug 2004 07:00:33 -0000
4656              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
4657      Branch: perl
4658            ! lib/ExtUtils/Embed.pm
4659 ____________________________________________________________________________
4660 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
4661         Log: Subject: [PATCH] additional -V:foo tests
4662              From: Jim Cromie <jcromie@divsol.com>
4663              Date: Mon, 02 Aug 2004 09:15:23 -0600
4664              Message-ID: <410E5A8B.9030307@divsol.com>
4665      Branch: perl
4666            ! configpm lib/Config.t pod/perlrun.pod
4667 ____________________________________________________________________________
4668 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
4669         Log: Enhance the caveat in the description of tell()
4670
4671              Subject: Re: [perl #30788] Error in documentation
4672              From: Nick Ing-Simmons <nick@ing-simmons.net>
4673              Date: Wed, 28 Jul 2004 15:12:54 +0100
4674              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
4675      Branch: perl
4676            ! pod/perlfunc.pod
4677 ____________________________________________________________________________
4678 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
4679         Log: Remove empty rpath from .so files
4680      Branch: perl
4681            ! lib/ExtUtils/MM_Unix.pm
4682 ____________________________________________________________________________
4683 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
4684         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
4685              From: Fergal Daly <fergal@esatclear.ie>
4686              Date: Fri, 30 Jul 2004 16:09:19 +0100
4687              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
4688      Branch: perl
4689            ! lib/overload.pm
4690 ____________________________________________________________________________
4691 [ 23181] By: steveh                                on 2004/08/02  08:05:05
4692         Log: Fix breakage caused by Change 23179
4693      Branch: perl
4694            ! t/run/fresh_perl.t
4695 ____________________________________________________________________________
4696 [ 23180] By: davem                                 on 2004/08/01  16:49:20
4697         Log: Add comment to top of reentr.c and fix typos in other files
4698      Branch: perl
4699            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
4700            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
4701 ____________________________________________________________________________
4702 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
4703         Log: Skip test when building without Encode.
4704      Branch: perl
4705            ! t/run/fresh_perl.t
4706 ____________________________________________________________________________
4707 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
4708         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
4709              and merge identical cases.
4710      Branch: perl
4711            ! scope.c
4712 ____________________________________________________________________________
4713 [ 23177] By: davem                                 on 2004/07/31  16:27:09
4714         Log: shut up a warning in mg.c
4715      Branch: perl
4716            ! mg.c
4717 ____________________________________________________________________________
4718 [ 23176] By: davem                                 on 2004/07/31  16:21:50
4719         Log: Add comment to the top of most .c files explaining their purpose
4720      Branch: perl
4721            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
4722            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
4723            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
4724            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
4725            ! universal.c utf8.c util.c
4726 ____________________________________________________________________________
4727 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
4728         Log: Fix copy & paste bugs in mX?PUSH macro tests.
4729      Branch: perl
4730            ! ext/XS/APItest/APItest.xs
4731 ____________________________________________________________________________
4732 [ 23174] By: merijn                                on 2004/07/31  08:32:31
4733         Log: First steps towards an explicit perl.exp-less AIX build
4734              Previous method can still be used by undeffing usenativedlopen
4735              If that is ever tested at all on AIX
4736      Branch: perl
4737            ! hints/aix.sh hints/aix_4.sh
4738 ____________________________________________________________________________
4739 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
4740         Log: Fix and update Perl_grok_* docs.
4741      Branch: perl
4742            ! numeric.c pod/perlapi.pod
4743 ____________________________________________________________________________
4744 [ 23172] By: steveh                                on 2004/07/30  14:31:08
4745         Log: A few minor updates to README.win32 (aka perlwin32)
4746      Branch: perl
4747            ! README.win32
4748 ____________________________________________________________________________
4749 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
4750         Log: Upgrade to Math::BigInt v1.71.
4751      Branch: perl
4752            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4753            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4754            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
4755            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
4756 ____________________________________________________________________________
4757 [ 23170] By: steveh                                on 2004/07/30  13:27:41
4758         Log: Bug report #30132 was resolved before it was finished!
4759              Here's the last piece in the puzzle.
4760      Branch: perl
4761            ! ext/IO/lib/IO/File.pm
4762 ____________________________________________________________________________
4763 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
4764         Log: Upgrade to File::Spec 0.88.
4765      Branch: perl
4766            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
4767 ____________________________________________________________________________
4768 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
4769         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
4770              From: Autrijus Tang <autrijus@gmail.com>
4771              Date: Thu, 22 Jul 2004 20:17:58 -0700
4772              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
4773      Branch: perl
4774            ! lib/Test/Builder.pm
4775 ____________________________________________________________________________
4776 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
4777         Log: Subject: Re: more 5.9 sort tests (second draft)
4778              From: david nicol <whatever@davidnicol.com>
4779              Date: 21 Jul 2004 17:10:05 -0500
4780              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
4781      Branch: perl
4782            ! t/op/sort.t
4783 ____________________________________________________________________________
4784 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
4785         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
4786              From: Andy Dougherty <doughera@lafayette.edu>
4787              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
4788              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
4789      Branch: perl
4790            ! README.solaris
4791 ____________________________________________________________________________
4792 [ 23164] By: davem                                 on 2004/07/26  22:08:32
4793         Log: Subject:  [perl #7558] [PATCH] README.solaris
4794              From:  Andy Dougherty <doughera@lafayette.edu>
4795              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
4796              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
4797
4798              Add more info on /dev/random under solaris
4799      Branch: perl
4800            ! README.solaris
4801 ____________________________________________________________________________
4802 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
4803         Log: The byte-order modifiers won't go into 5.8.
4804      Branch: perl
4805            ! pod/perlfunc.pod pod/perlport.pod
4806 ____________________________________________________________________________
4807 [ 23162] By: steveh                                on 2004/07/26  10:41:56
4808         Log: Windows-related updates to Porting/repository.pod
4809      Branch: perl
4810            ! Porting/repository.pod
4811 ____________________________________________________________________________
4812 [ 23161] By: davem                                 on 2004/07/25  19:05:28
4813         Log: make -Dl log runops loop entry and exit, and jump level popping
4814      Branch: perl
4815            ! dump.c scope.h
4816 ____________________________________________________________________________
4817 [ 23160] By: davem                                 on 2004/07/24  10:00:27
4818         Log: document that -i messes soft as well hard hard links.
4819      Branch: perl
4820            ! pod/perlrun.pod
4821 ____________________________________________________________________________
4822 [ 23159] By: davem                                 on 2004/07/23  21:15:32
4823         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
4824      Branch: perl
4825            ! pod/perlrun.pod
4826 ____________________________________________________________________________
4827 [ 23158] By: davem                                 on 2004/07/23  11:06:02
4828         Log: memory leak in array delete
4829              av_delete() wasn't mortalizing the returned value
4830      Branch: perl
4831            ! av.c t/op/delete.t
4832 ____________________________________________________________________________
4833 [ 23157] By: davem                                 on 2004/07/23  10:35:16
4834         Log: remove binary compat from #23156 (remove PL_retstack)
4835      Branch: perl
4836            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
4837            ! thrdvar.h
4838 ____________________________________________________________________________
4839 [ 23156] By: davem                                 on 2004/07/23  09:52:59
4840         Log: remove the return stack PL_retstack, and store return ops in the CX
4841              structure directly instead
4842      Branch: perl
4843            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
4844            ! pp_sys.c scope.c sv.c thrdvar.h
4845 ____________________________________________________________________________
4846 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
4847         Log: Build the perldelta copying command for the main Unix makefile with
4848              buildtoc, so that it doesn't get forgotten on version increments.
4849      Branch: perl
4850            ! Makefile.SH pod/buildtoc
4851 ____________________________________________________________________________
4852 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
4853         Log: Grab perl585delta.pod from maint and
4854
4855              Integrate:
4856              [ 23069]
4857              This is RC2. Maybe this one will last longer.
4858
4859              [ 23141]
4860              Break a leg
4861
4862              [perlhist.pod]
4863      Branch: perl
4864           +> pod/perl585delta.pod
4865            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
4866            ! vms/descrip_mms.template win32/pod.mak
4867           !> pod/perlhist.pod
4868 ____________________________________________________________________________
4869 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
4870         Log: Upgrade to Cwd 2.20
4871      Branch: perl
4872            + ext/Cwd/t/win32.t
4873            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
4874            ! lib/Cwd.pm
4875 ____________________________________________________________________________
4876 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
4877         Log: Sort perldiag.
4878      Branch: perl
4879            ! pod/perldiag.pod
4880 ____________________________________________________________________________
4881 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
4882         Log: Subject: Re: "Too late for -T" could be more descriptive
4883              From: Jim Cromie <jcromie@divsol.com>
4884              Date: Wed, 21 Jul 2004 11:21:50 -0600
4885              Message-ID: <40FEA62E.2010809@divsol.com>
4886              (with tweaks)
4887      Branch: perl
4888            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
4889            ! pod/perlrun.pod
4890 ____________________________________________________________________________
4891 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
4892         Log: Email change for Steffen Mueller.
4893      Branch: perl
4894            ! AUTHORS
4895 ____________________________________________________________________________
4896 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
4897         Log: Grammar fix by Paul Johnson.
4898      Branch: perl
4899            ! pod/perldiag.pod
4900 ____________________________________________________________________________
4901 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
4902         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
4903      Branch: perl
4904            ! configpm lib/Config.t
4905 ____________________________________________________________________________
4906 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
4907         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
4908              From: "Jos I. Boumans" <kane@dwim.org>
4909              Date: Wed, 21 Jul 2004 13:47:35 +0200
4910              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
4911              (with tweaks)
4912      Branch: perl
4913            ! pod/perldiag.pod
4914 ____________________________________________________________________________
4915 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
4916         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
4917              From: Rick Delaney <rick@bort.ca>
4918              Date: Tue, 20 Jul 2004 16:53:54 -0400
4919              Message-ID: <20040720205353.GA970@biff.bort.ca>
4920      Branch: perl
4921            ! pp.c t/op/list.t
4922 ____________________________________________________________________________
4923 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
4924         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
4925              From: Tels <perl_dummy@bloodgate.com>
4926              Date: Sat, 17 Jul 2004 16:22:57 +0200
4927              Message-Id: <200407171622.58443@bloodgate.com>
4928      Branch: perl
4929            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4930            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4931            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
4932            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
4933            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
4934            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
4935 ____________________________________________________________________________
4936 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
4937         Log: Turn 2 strcpy()s into memcpy() because we know the length.
4938      Branch: perl
4939            ! toke.c
4940 ____________________________________________________________________________
4941 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
4942         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
4943              1970
4944      Branch: perl
4945            ! pod/perlfunc.pod
4946 ____________________________________________________________________________
4947 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
4948         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
4949              Brendan O'Dea
4950      Branch: perl
4951            ! pod/perluniintro.pod
4952 ____________________________________________________________________________
4953 [ 23128] By: nick                                  on 2004/07/16  12:16:05
4954         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
4955              From: Steve Hay <steve.hay@uk.radan.com>
4956              CC: perl-win32-porters@listserv.ActiveState.com
4957              Message-ID: <40F6B295.8010804@uk.radan.com>
4958
4959              Assumes perl's malloc can now handle non-contiguous memory (believed
4960              to be true).
4961              Does not address threading issues.
4962
4963              "The attached patch (against blead) makes sbrk() initially try to
4964              extend the existing block of memory exactly as it currently does, but
4965              to not  fail immediately if it can't -- it now frees up that part of
4966              whatever it  had previously reserved+committed which hadn't actually
4967              been used yet,  resets all its static variables and basically starts
4968              anew."
4969      Branch: perl
4970            ! win32/win32.c
4971 ____________________________________________________________________________
4972 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
4973         Log: glob('*.c') to find documentation is dangerous when run in unclean
4974              trees, so isntead use MANIFEST to only scan the legitimate source
4975              files.
4976      Branch: perl
4977            ! autodoc.pl
4978 ____________________________________________________________________________
4979 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
4980         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
4981              and sv_savesharedpv. Need to create non-void returning versions of
4982              Copy and Zero, as the existing macros deliberately cast to (void)
4983      Branch: perl
4984            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
4985 ____________________________________________________________________________
4986 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
4987         Log: Rebuild perlapi.pod
4988      Branch: perl
4989            ! pod/perlapi.pod
4990 ____________________________________________________________________________
4991 [ 23124] By: merijn                                on 2004/07/16  10:30:53
4992         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
4993              the path to the bundled braindead C compiler. This might
4994              influence ccache's behaviour in finding the correct path
4995      Branch: perl
4996            ! Configure
4997 ____________________________________________________________________________
4998 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
4999         Log: oslevel can fail on AIX, but the output generated would confuse
5000              Configure
5001      Branch: perl
5002            ! Configure
5003 ____________________________________________________________________________
5004 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
5005         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
5006              Bug spotted by Nigel Sandever
5007      Branch: perl
5008            ! ext/threads/threads.xs util.c
5009 ____________________________________________________________________________
5010 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
5011         Log: threads.xs doesn't check the return value of the thread creation
5012              call. D'oh! This gives SEGVs if the OS fails to create another thread.
5013              Cause of problem located by Nigel Sandever
5014      Branch: perl
5015            ! ext/threads/threads.pm ext/threads/threads.xs
5016 ____________________________________________________________________________
5017 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
5018         Log: Assimilate Cwd 2.19
5019      Branch: perl
5020            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
5021 ____________________________________________________________________________
5022 [ 23117] By: merijn                                on 2004/07/15  14:16:07
5023         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
5024      Branch: perl
5025            ! ext/Storable/Storable.xs
5026 ____________________________________________________________________________
5027 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
5028         Log: Abigail notes that a re-entrant regexp engine is a todo
5029      Branch: perl
5030            ! pod/perltodo.pod
5031 ____________________________________________________________________________
5032 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
5033         Log: for (reverse @foo) now iterates in reverse in place.
5034      Branch: perl
5035            ! op.c pod/perltodo.pod pp_ctl.c
5036 ____________________________________________________________________________
5037 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
5038         Log: Optimise for (reverse ...)
5039      Branch: perl
5040            ! op.c
5041 ____________________________________________________________________________
5042 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
5043         Log: Now optimising for $a (reverse ...)
5044      Branch: perl
5045            ! op.c
5046 ____________________________________________________________________________
5047 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
5048         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
5049              tests.
5050      Branch: perl
5051            ! t/cmd/for.t
5052 ____________________________________________________________________________
5053 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
5054         Log: This seems to be needed to get COW working on Win32
5055      Branch: perl
5056            ! win32/win32.c
5057 ____________________________________________________________________________
5058 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
5059         Log: "That's the way to do it"
5060              In taking out a bug spotted by my regression tests in t/cmd/for.t
5061              I actually managed to disable the entire optimisation. Which means
5062              that I didn't find the other bug. This optimisation is live, and
5063              passes all tests.
5064      Branch: perl
5065            ! op.c pp_hot.c
5066 ____________________________________________________________________________
5067 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
5068         Log: Optimise foreach my $i (reverse ...)
5069              foreach without a lexical iterator not yet optimised
5070      Branch: perl
5071            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
5072 ____________________________________________________________________________
5073 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
5074         Log: Subject:  [PATCH] split doc clarification
5075              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
5076              Date:  Wed, 14 Jul 2004 10:19:36 -0700
5077              Message-Id:  <20040714171936.GA1092@efn.org>
5078      Branch: perl
5079            ! pod/perlfunc.pod
5080 ____________________________________________________________________________
5081 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
5082         Log: Numeric comparison operators mustn't compare addresses of references
5083              that are overloaded.
5084      Branch: perl
5085            ! lib/overload.t pp.c pp_hot.c
5086 ____________________________________________________________________________
5087 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
5088         Log: Lots of tests for for reverse ...
5089      Branch: perl
5090            ! t/cmd/for.t
5091 ____________________________________________________________________________
5092 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
5093         Log: Some thoughts on foreach reverse
5094      Branch: perl
5095            ! pod/perltodo.pod
5096 ____________________________________________________________________________
5097 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
5098         Log: s/sort/split/; - my mistake spotted by Dave.
5099      Branch: perl
5100            ! pod/perltodo.pod
5101 ____________________________________________________________________________
5102 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
5103         Log: Optimise list context reverse sort to reverse as part of the sort op
5104      Branch: perl
5105            ! op.c pp_sort.c
5106 ____________________________________________________________________________
5107 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
5108         Log: Work around evil compiler bug on OS X. (Sucks all memory)
5109      Branch: perl
5110            ! util.c
5111 ____________________________________________________________________________
5112 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
5113         Log: check that reverse (sort (@a), @b) etc work.
5114              Join some lines that don't need wrapping
5115      Branch: perl
5116            ! t/op/sort.t
5117 ____________________________________________________________________________
5118 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
5119         Log: Check that non-optimimisable sort comparisons work when reversed
5120              (Not optimised yet, but might be coming soon)
5121      Branch: perl
5122            ! t/op/sort.t
5123 ____________________________________________________________________________
5124 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
5125         Log: Test reverse sort as the return from a function in list and scalar
5126              contexts.
5127      Branch: perl
5128            ! t/op/sort.t
5129 ____________________________________________________________________________
5130 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
5131         Log: Also test reverse sort in scalar context
5132      Branch: perl
5133            ! t/op/sort.t
5134 ____________________________________________________________________________
5135 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
5136         Log: A proper, working, stable optimisation for sort {$b cmp $a}
5137      Branch: perl
5138            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
5139 ____________________________________________________________________________
5140 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
5141         Log: Tweak to change #23089, as suggested by Tim Bunce
5142      Branch: perl
5143            ! lib/perl5db.pl
5144 ____________________________________________________________________________
5145 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
5146         Log: Generalised "how many in list context" would be useful
5147      Branch: perl
5148            ! pod/perltodo.pod
5149 ____________________________________________________________________________
5150 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
5151         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
5152              guarantee a stable sort. Disable it, pending a correct optimisation.
5153      Branch: perl
5154            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
5155 ____________________________________________________________________________
5156 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
5157         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
5158              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
5159              Date: Mon, 12 Jul 2004 08:26:01 +0200
5160              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
5161      Branch: perl
5162            ! pp.c t/op/splice.t
5163 ____________________________________________________________________________
5164 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
5165         Log: Check each line of config_re output.
5166      Branch: perl
5167            ! lib/Config.t
5168 ____________________________________________________________________________
5169 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
5170         Log: no_plan support in test.pl
5171      Branch: perl
5172            ! t/test.pl
5173 ____________________________________________________________________________
5174 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
5175         Log: Subject: Re: debugger 'R'estart and open database connections
5176              From: Andrew Pimlott <andrew@pimlott.net>
5177              Date: Mon, 12 Jul 2004 21:06:01 -0400
5178              Message-ID: <20040713010601.GF8232@pimlott.net>
5179      Branch: perl
5180            ! lib/perl5db.pl
5181 ____________________________________________________________________________
5182 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
5183         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
5184              From: John Peacock <jpeacock@rowman.com>
5185              Date: Mon, 12 Jul 2004 23:16:51 -0400
5186              Message-ID: <40F35423.5080304@rowman.com>
5187      Branch: perl
5188            ! lib/version.pm lib/version.t util.c
5189 ____________________________________________________________________________
5190 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
5191         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
5192              many meanings. const const vs mutable in this case.
5193      Branch: perl
5194            ! sv.c
5195 ____________________________________________________________________________
5196 [ 23084] By: nick                                  on 2004/07/12  14:26:12
5197         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
5198              so it has no business calling SvSETMAGIC.
5199      Branch: perl
5200            ! sv.c
5201 ____________________________________________________________________________
5202 [ 23083] By: nick                                  on 2004/07/12  12:17:56
5203         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
5204              Can now handle the case
5205              is_utf8_string(NULL,0)
5206              again.
5207              Why do we have code dup for Perl_is_utf8_string_loc() ?
5208      Branch: perl
5209            ! utf8.c
5210 ____________________________________________________________________________
5211 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
5212         Log: A decent benchmark would be useful. But it is vague.
5213      Branch: perl
5214            ! pod/perltodo.pod
5215 ____________________________________________________________________________
5216 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
5217         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
5218      Branch: perl
5219            ! pod/perltodo.pod
5220 ____________________________________________________________________________
5221 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
5222         Log: Store weak references.
5223      Branch: perl
5224            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
5225            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
5226            ! ext/Storable/README ext/Storable/Storable.pm
5227            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
5228 ____________________________________________________________________________
5229 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
5230         Log: Dual lifing and dists is a TODO
5231      Branch: perl
5232            ! pod/perltodo.pod
5233 ____________________________________________________________________________
5234 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
5235         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
5236              Rant a bit more about POD -> HTML
5237      Branch: perl
5238            ! pod/perltodo.pod
5239 ____________________________________________________________________________
5240 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
5241         Log: Perl_mode_from_discipline must update len. (else SEGV)
5242              Diagnosis and patch from clkao
5243      Branch: perl
5244            ! doio.c
5245 ____________________________________________________________________________
5246 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
5247         Log: Subject: Bug with NEXT when called from an eval block
5248              From: Dave Rolsky <autarch@urth.org>
5249              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
5250              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
5251      Branch: perl
5252            ! lib/NEXT.pm lib/NEXT/t/next.t
5253 ____________________________________________________________________________
5254 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
5255         Log: Subject: Re: Segfault using HTML::Entities
5256              From: Jarkko Hietaniemi <jhi@iki.fi>
5257              Message-ID: <40EDBE1A.6080205@iki.fi>
5258              Date: Fri, 09 Jul 2004 00:35:22 +0300
5259      Branch: perl
5260            ! pp_ctl.c regexec.c t/run/fresh_perl.t
5261 ____________________________________________________________________________
5262 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
5263         Log: A more honest TODO
5264      Branch: perl
5265            ! pod/perltodo.pod
5266 ____________________________________________________________________________
5267 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
5268         Log: dor and // fulfil a TODO
5269              Correct a deviation from the Nicholas Clark style guide.
5270      Branch: perl
5271            ! pod/perltodo.pod
5272 ____________________________________________________________________________
5273 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
5274         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
5275              From: "Craig A. Berry" <craigberry@mac.com>
5276              Date: Thu, 08 Jul 2004 23:19:05 -0500
5277              Message-ID: <40EE1CB9.8030407@mac.com>
5278      Branch: perl
5279            ! vms/vms.c
5280 ____________________________________________________________________________
5281 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
5282         Log: Randal notes:
5283
5284              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
5285              *is* a "perldoc perl583delta" properly.
5286
5287              This is because perl584delta still thinks it's the perldelta
5288      Branch: perl
5289            ! pod/perl584delta.pod
5290 ____________________________________________________________________________
5291 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
5292         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
5293              as an argument.
5294      Branch: perl
5295            ! sv.c
5296 ____________________________________________________________________________
5297 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
5298         Log: First stab at explaining that CLONE may get more parameters in future.
5299              More eloquent rewording desired. Patches welcome.
5300      Branch: perl
5301            ! pod/perlmod.pod
5302 ____________________________________________________________________________
5303 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
5304         Log: hv_store was not passing hash onwards (spotted by Dave)
5305      Branch: perl
5306            ! hv.c
5307 ____________________________________________________________________________
5308 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
5309         Log: Failing matches don't reset numbered variables.
5310              Change #22997 could cause Text::ParseWords to loop forever if the
5311              regex didn't not match. Explicitly return if the match fails.
5312      Branch: perl
5313            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
5314 ____________________________________________________________________________
5315 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
5316         Log: Integrate:
5317              [ 23057]
5318              This is RC1
5319      Branch: perl
5320           !> pod/perlhist.pod
5321 ____________________________________________________________________________
5322 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
5323         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
5324              shared string scalar.
5325      Branch: perl
5326            ! hv.c
5327 ____________________________________________________________________________
5328 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
5329         Log: A tool to check the AUTHORS file
5330      Branch: perl
5331            + Porting/checkAUTHORS.pl
5332            ! MANIFEST
5333 ____________________________________________________________________________
5334 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
5335         Log: Add some missing authors and remove 1 duplicate
5336      Branch: perl
5337            ! AUTHORS
5338 ____________________________________________________________________________
5339 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
5340         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
5341      Branch: perl
5342            ! lib/Text/ParseWords.pm
5343 ____________________________________________________________________________
5344 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
5345         Log: Update tests and $VERSION for change 23046
5346      Branch: perl
5347            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
5348 ____________________________________________________________________________
5349 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
5350         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
5351              From: Stephen McCamant <smcc@MIT.EDU>
5352              Date: Mon, 28 Jun 2004 18:26:24 -0700
5353              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
5354      Branch: perl
5355            ! ext/B/B/Deparse.pm
5356 ____________________________________________________________________________
5357 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
5358         Log: Bump $B::Deparse::VERSION
5359      Branch: perl
5360            ! ext/B/B/Deparse.pm
5361 ____________________________________________________________________________
5362 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
5363         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
5364              Problem appears to be due to theft of temporaries
5365      Branch: perl
5366            ! mg.c
5367 ____________________________________________________________________________
5368 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
5369         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
5370              From: "Craig A. Berry" <craigberry@mac.com>
5371              Message-ID: <40E704AA.4090801@mac.com>
5372              Date: Sat, 03 Jul 2004 14:10:34 -0500
5373      Branch: perl
5374            ! ext/Cwd/t/cwd.t lib/Cwd.pm
5375 ____________________________________________________________________________
5376 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
5377         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
5378              LC_ALL. So when perl's expecting utf8, things don't quite work right.
5379              This has become visible since fix 22842
5380      Branch: perl
5381            ! lib/locale.t
5382 ____________________________________________________________________________
5383 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
5384         Log: More microperl tweaks.
5385      Branch: perl
5386            ! Makefile.micro README.micro uconfig.h uconfig.sh
5387 ____________________________________________________________________________
5388 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
5389         Log: Maintainer change for Safe
5390      Branch: perl
5391            ! Porting/Maintainers.pl
5392 ____________________________________________________________________________
5393 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
5394         Log: Bump version number of Safe for CPAN release
5395      Branch: perl
5396            ! ext/Opcode/Safe.pm
5397 ____________________________________________________________________________
5398 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
5399         Log: Upgrade to I18N::LangTags 0.33
5400      Branch: perl
5401            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
5402            ! lib/I18N/LangTags/t/80_all_env.t
5403 ____________________________________________________________________________
5404 [ 23023] By: davem                                 on 2004/07/02  01:49:11
5405         Log: utf8 POPSTACK crash on split execution
5406              split() does a SWITCHSTACK to directly split to an array, but
5407              if it subsequently dies (eg the regex triggers a 'use utf8' which
5408              is then denied by Safe), then the switch doesn't get undone. Add
5409              a new save type to allow for this.
5410      Branch: perl
5411            ! pp.c scope.c scope.h
5412 ____________________________________________________________________________
5413 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
5414         Log: The microperl config didn't know about usemallocwrap yet.
5415      Branch: perl
5416            ! uconfig.h uconfig.sh
5417 ____________________________________________________________________________
5418 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
5419         Log: Check for definedness of sv before calling sv_derived_from()
5420              to prevent "Use of uninitialized value..." warning.
5421      Branch: perl
5422            ! universal.c
5423 ____________________________________________________________________________
5424 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
5425         Log: Bump version numbers
5426      Branch: perl
5427            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
5428            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
5429            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
5430            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
5431 ____________________________________________________________________________
5432 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
5433         Log: Assert that we aren't leaking memory.
5434      Branch: perl
5435            ! sv.c
5436 ____________________________________________________________________________
5437 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
5438         Log: Sync to libnet-1.19
5439      Branch: perl
5440            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
5441            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
5442 ____________________________________________________________________________
5443 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
5444         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
5445              From: Abigail <abigail@abigail.nl>
5446              Date: Wed, 30 Jun 2004 12:00:21 +0200
5447              Message-ID: <20040630100021.GA23752@abigail.nl>
5448      Branch: perl
5449            ! pod/perlop.pod
5450 ____________________________________________________________________________
5451 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
5452         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
5453              mark that it needs a deferred recount"
5454      Branch: perl
5455            ! sv.c
5456 ____________________________________________________________________________
5457 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
5458         Log: More caveats in B::Deparse's documentation
5459              (suggested by Yves Orton)
5460      Branch: perl
5461            ! ext/B/B/Deparse.pm
5462 ____________________________________________________________________________
5463 [ 23007] By: merijn                                on 2004/06/29  10:57:46
5464         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
5465              11.00 and on are ANSI by default for /opt/ansic/bin
5466              Error was introduced by #22975 in re-enabling 10.01
5467      Branch: perl
5468            ! hints/hpux.sh
5469 ____________________________________________________________________________
5470 [ 23006] By: davem                                 on 2004/06/28  22:50:01
5471         Log: use encoding and "eq" cause memory leak
5472              Perl_sv_eq() was creating a temp and not always freeing it
5473      Branch: perl
5474            ! sv.c
5475 ____________________________________________________________________________
5476 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
5477         Log: Assimilate Locale-Codes-2.07
5478      Branch: perl
5479            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
5480            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
5481            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
5482            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
5483            ! lib/Locale/Constants.pod lib/Locale/Country.pm
5484            ! lib/Locale/Country.pod lib/Locale/Currency.pm
5485            ! lib/Locale/Currency.pod lib/Locale/Language.pm
5486            ! lib/Locale/Language.pod lib/Locale/Script.pm
5487            ! lib/Locale/Script.pod
5488 ____________________________________________________________________________
5489 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
5490         Log: Stop 80_all_env.t failing when LC_ALL is set
5491      Branch: perl
5492            ! lib/I18N/LangTags/t/80_all_env.t
5493 ____________________________________________________________________________
5494 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
5495         Log: Correct detection of absent modules. Based on
5496
5497              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
5498              From: Andy Dougherty <doughera@lafayette.edu>
5499              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
5500              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
5501
5502              with improvements from Marcus Holland-Moritz
5503      Branch: perl
5504            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
5505            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
5506            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
5507            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
5508            ! lib/overload.t t/io/crlf.t
5509 ____________________________________________________________________________
5510 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
5511         Log: Cleanup the main regex in Text::ParseWords and make the
5512              parse_line() routine faster. Add a Unicode test case.
5513      Branch: perl
5514            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
5515 ____________________________________________________________________________
5516 [ 22996] By: merijn                                on 2004/06/25  15:27:21
5517         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
5518              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
5519              Date: 25 Jun 2004 09:39:51 -0000
5520              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
5521              and
5522              From: Andy Dougherty <doughera@lafayette.edu>
5523              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
5524              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
5525      Branch: perl
5526            ! hints/solaris_2.sh
5527 ____________________________________________________________________________
5528 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
5529         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
5530              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
5531              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
5532              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
5533      Branch: perl
5534            ! regcomp.c t/op/regmesg.t
5535 ____________________________________________________________________________
5536 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
5537         Log: More @INC test fixes
5538      Branch: perl
5539            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
5540            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
5541 ____________________________________________________________________________
5542 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
5543         Log: Fix the Cwd tests for the core.
5544      Branch: perl
5545            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
5546 ____________________________________________________________________________
5547 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
5548         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
5549              Use the suggested regex fix, plus some tests.
5550      Branch: perl
5551            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
5552 ____________________________________________________________________________
5553 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
5554         Log: Upgrade to Cwd 2.18
5555              (with local changes to cwd.t, to adapt it to the core)
5556      Branch: perl
5557            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
5558 ____________________________________________________________________________
5559 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
5560         Log: Fix for: [perl #2738] perl segfautls on input
5561              The parser was incorrectly accepting <> as a subroutine prototype and
5562              newATTRSUB didn't validate the proto argument before accessing op_sv.
5563      Branch: perl
5564            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
5565 ____________________________________________________________________________
5566 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
5567         Log: Upgrade to Cwd 2.17_03
5568      Branch: perl
5569            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
5570 ____________________________________________________________________________
5571 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
5572         Log: Test that [] // 0 is []
5573      Branch: perl
5574            ! t/op/dor.t
5575 ____________________________________________________________________________
5576 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
5577         Log: Add a regression test for bug #23765 (by Jarkko)
5578      Branch: perl
5579            ! t/op/substr.t
5580 ____________________________________________________________________________
5581 [ 22975] By: merijn                                on 2004/06/23  06:56:15
5582         Log: Backward compatibility issues for HP-UX 10.01 and older
5583              Yes, it is still actively used in production environment
5584              One more patch expected for toke.c optimization level
5585      Branch: perl
5586            ! hints/hpux.sh
5587 ____________________________________________________________________________
5588 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
5589         Log: Proposed patch + test case.
5590
5591              Subject: [perl #30409] charnames.pm clobbers default variable
5592              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
5593              Date: 22 Jun 2004 16:43:50 -0000
5594              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
5595      Branch: perl
5596            ! lib/charnames.pm lib/charnames.t
5597 ____________________________________________________________________________
5598 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
5599         Log: Adjust array index in FileCache.pm.
5600
5601              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
5602              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
5603              Date: 15 Jun 2004 16:55:22 -0000
5604              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
5605      Branch: perl
5606            ! lib/FileCache.pm
5607 ____________________________________________________________________________
5608 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
5609         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
5610              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
5611              Date: Tue, 22 Jun 2004 21:29:12 +0100
5612              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
5613      Branch: perl
5614            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5615            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
5616            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
5617            ! ext/DB_File/typemap
5618 ____________________________________________________________________________
5619 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
5620         Log: Abolish the "Tied variable freed while still in use" error - I have
5621              a way to cleanly avoid the coredump.
5622      Branch: perl
5623            ! mg.c pod/perldiag.pod t/op/tie.t
5624 ____________________________________________________________________________
5625 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
5626         Log: Subject: [PATCH] Storable signedness nit
5627              From: "Craig A. Berry" <craigberry@mac.com>
5628              Message-ID: <40D3AAC7.6030407@mac.com>
5629              Date: Fri, 18 Jun 2004 21:53:59 -0500
5630      Branch: perl
5631            ! ext/Storable/Storable.xs
5632 ____________________________________________________________________________
5633 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
5634         Log: Skip tests if List::Util not built
5635      Branch: perl
5636            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
5637            ! lib/overload.t
5638 ____________________________________________________________________________
5639 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
5640         Log: Skip test if Data::Dumper not built
5641      Branch: perl
5642            ! lib/Tie/RefHash.t
5643 ____________________________________________________________________________
5644 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
5645         Log: Skip test if Devel::PPPort is not built.
5646              Probably should fix h2xs to work without it.
5647      Branch: perl
5648            ! lib/h2xs.t
5649 ____________________________________________________________________________
5650 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
5651         Log: Upgrade to I18N::LangTags 0.32
5652      Branch: perl
5653            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
5654            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
5655 ____________________________________________________________________________
5656 [ 22963] By: davem                                 on 2004/06/20  12:00:56
5657         Log: make mktables always update modifed time to play better with make
5658      Branch: perl
5659            ! Makefile.SH lib/unicore/mktables
5660 ____________________________________________________________________________
5661 [ 22962] By: davem                                 on 2004/06/20  11:50:19
5662         Log: fix typo in gp_free
5663      Branch: perl
5664            ! gv.c
5665 ____________________________________________________________________________
5666 [ 22961] By: davem                                 on 2004/06/19  12:36:58
5667         Log: 'make test' without preceeding 'make' fails.
5668              Change #22872 added a target to run mktables, but this was
5669              skipped if 'make test' was run first, causing the build of
5670              Unicode::Normalize to fail.
5671      Branch: perl
5672            ! Makefile.SH
5673 ____________________________________________________________________________
5674 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
5675         Log: When expecting an error, it's best to check the text you got, rather
5676              than blindly assuming that it's correct.
5677      Branch: perl
5678            ! t/op/write.t
5679 ____________________________________________________________________________
5680 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
5681         Log: Case insensitive file systems are bad, m'kay
5682      Branch: perl
5683            ! ext/IO/t/IO.t
5684 ____________________________________________________________________________
5685 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
5686         Log: This needs POSIX, so skip if no POSIX
5687      Branch: perl
5688            ! lib/Pod/t/basic.t
5689 ____________________________________________________________________________
5690 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
5691         Log: Also needs skipping if PerlIO::via not built
5692      Branch: perl
5693            ! lib/PerlIO/via/t/QuotedPrint.t
5694 ____________________________________________________________________________
5695 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
5696         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
5697      Branch: perl
5698            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
5699 ____________________________________________________________________________
5700 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
5701         Log: Not ideal, but skip all of IO's tests if Socket is not built.
5702      Branch: perl
5703            ! ext/IO/t/IO.t
5704 ____________________________________________________________________________
5705 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
5706         Log: Skip test if perl configured without threads::shared
5707      Branch: perl
5708            ! ext/threads/shared/t/disabled.t
5709 ____________________________________________________________________________
5710 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
5711         Log: Skip test if Devel::PPPort not built
5712      Branch: perl
5713            ! ext/Devel/PPPort/t/test.t
5714 ____________________________________________________________________________
5715 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
5716         Log: Skip re tests if re not built.
5717      Branch: perl
5718            ! ext/re/t/re.t
5719 ____________________________________________________________________________
5720 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
5721         Log: If we don't build B, we should skip all its tests.
5722      Branch: perl
5723            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
5724            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
5725            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
5726            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
5727            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
5728            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
5729            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
5730            ! ext/B/t/terse.t ext/B/t/xref.t
5731 ____________________________________________________________________________
5732 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
5733         Log: D'oh. Don't turn on warnings on the #! line without actually testing
5734              the full code in case it warns.
5735      Branch: perl
5736            ! lib/Unicode/UCD.t
5737 ____________________________________________________________________________
5738 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
5739         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
5740      Branch: perl
5741            ! lib/Unicode/UCD.t
5742 ____________________________________________________________________________
5743 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
5744         Log: Can't test the B modules if we didn't build 'em
5745      Branch: perl
5746            ! t/lib/1_compile.t
5747 ____________________________________________________________________________
5748 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
5749         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
5750      Branch: perl
5751            ! t/io/crlf.t
5752 ____________________________________________________________________________
5753 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
5754         Log: Upgrade to I18N::LangTags 0.31.
5755      Branch: perl
5756            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
5757            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
5758            ! lib/I18N/LangTags/t/80_all_env.t
5759 ____________________________________________________________________________
5760 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
5761         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
5762              seem that memzero() of everything is the most efficient idea.
5763      Branch: perl
5764            ! sv.c
5765 ____________________________________________________________________________
5766 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
5767         Log: Change 22516 forgot to add make_overload.pl to generate test data
5768              (submitted from the pub via wireless, bluetooth and then GPRS out
5769              to the Internet)
5770      Branch: perl
5771            + ext/Storable/t/make_overload.pl
5772            ! MANIFEST
5773 ____________________________________________________________________________
5774 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
5775         Log: Storable should cope if the string to thaw happens to be utf8 encoded
5776              And anything with bytes >=256 is corrupt
5777      Branch: perl
5778            ! ext/Storable/ChangeLog ext/Storable/README
5779            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
5780            ! ext/Storable/t/utf8.t
5781 ____________________________________________________________________________
5782 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
5783         Log: Upgrade to Locale::Maketext 1.09
5784      Branch: perl
5785            + lib/Locale/Maketext/t/01_about_verbose.t
5786            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
5787            + lib/Locale/Maketext/t/40_super.t
5788            + lib/Locale/Maketext/t/50_super.t
5789            + lib/Locale/Maketext/t/60_super.t
5790            + lib/Locale/Maketext/t/90_utf8.t
5791            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
5792            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
5793            - lib/Locale/Maketext/t/04super.t
5794            - lib/Locale/Maketext/t/05super.t
5795            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
5796            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
5797            ! lib/Locale/Maketext/README
5798 ____________________________________________________________________________
5799 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
5800         Log: Upgrade to I18N::LangTags 0.30.
5801      Branch: perl
5802            + lib/I18N/LangTags/Detect.pm
5803            + lib/I18N/LangTags/t/01_about_verbose.t
5804            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
5805            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
5806            + lib/I18N/LangTags/t/55_supers_strict.t
5807            + lib/I18N/LangTags/t/80_all_env.t
5808            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
5809            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
5810            ! lib/I18N/LangTags/List.pm
5811 ____________________________________________________________________________
5812 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
5813         Log: More forgiving version comparison in perlivp.
5814      Branch: perl
5815            ! utils/perlivp.PL
5816 ____________________________________________________________________________
5817 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
5818         Log: Improve the substitution to cc_r for threading so that compilers
5819              specified with a full path or as a parameter to ccache are changed
5820      Branch: perl
5821            ! hints/aix.sh
5822 ____________________________________________________________________________
5823 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
5824         Log: Subject: [PATCH] File::Basename docs
5825              From: Boris Zentner <bzm@2bz.de>
5826              Date: Sat, 12 Jun 2004 16:29:42 +0200
5827              Message-Id: <200406121629.42595.bzm@2bz.de>
5828      Branch: perl
5829            ! lib/File/Basename.pm
5830 ____________________________________________________________________________
5831 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
5832         Log: It seems that our assert() macro wasn't good enough.
5833              Changed to one that that is an expression, rather than a statement.
5834              Fix new macros definitions in sv.h to be clean enough C to keep the
5835              AIX compiler happy.
5836      Branch: perl
5837            ! perl.h sv.h
5838 ____________________________________________________________________________
5839 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
5840         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
5841              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
5842              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
5843              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
5844      Branch: perl
5845            ! pod/perlop.pod
5846 ____________________________________________________________________________
5847 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
5848         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
5849      Branch: perl
5850            ! ext/Storable/Storable.xs sv.h
5851 ____________________________________________________________________________
5852 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
5853         Log: Assert that SV type has magic member when reading/writing.
5854              Will catch buggy code.
5855      Branch: perl
5856            ! sv.c sv.h
5857 ____________________________________________________________________________
5858 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
5859         Log: More h2ph voodoo.
5860      Branch: perl
5861            ! utils/h2ph.PL
5862 ____________________________________________________________________________
5863 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
5864         Log: Subject: [PATCH] t/TEST
5865              From: Abe Timmerman <abe@ztreet.demon.nl>
5866              Date: Sun, 13 Jun 2004 11:41:49 +0200
5867              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
5868      Branch: perl
5869            ! t/TEST
5870 ____________________________________________________________________________
5871 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
5872         Log: Reapply change #20983, rolled back by change #22920,
5873              as noticed by Craig Berry.
5874      Branch: perl
5875            ! pod/pod2usage.PL pod/podselect.PL
5876 ____________________________________________________________________________
5877 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
5878         Log: More h2ph tweaks: recognition of C types
5879      Branch: perl
5880            ! utils/h2ph.PL
5881 ____________________________________________________________________________
5882 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
5883         Log: More h2ph tweaking for gcc __inline functions
5884      Branch: perl
5885            ! utils/h2ph.PL
5886 ____________________________________________________________________________
5887 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
5888         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
5889      Branch: perl
5890            ! t/comp/utf.t
5891 ____________________________________________________________________________
5892 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
5893         Log: Remove a warning against unsafe signals in perlipc.pod,
5894              now that we have "safe signals".
5895      Branch: perl
5896            ! pod/perlipc.pod
5897 ____________________________________________________________________________
5898 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
5899         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
5900              From: Mathieu Arnold <m@absolight.fr>
5901              Date: Thu, 10 Jun 2004 16:43:58 +0200
5902              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
5903              (with a test adjustment)
5904      Branch: perl
5905            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
5906 ____________________________________________________________________________
5907 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
5908         Log: Make h2ph able to understand a limited set of inline functions.
5909              The glibc apparently now ships headers that use inline functions
5910              instead of plain old macros.
5911      Branch: perl
5912            ! utils/h2ph.PL
5913 ____________________________________________________________________________
5914 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
5915         Log: Subject: Change 22872 breaks shared miniperl invocation
5916              From: Alexey Tourbin <at@altlinux.ru>
5917              Date: Fri, 4 Jun 2004 13:24:17 +0400
5918              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
5919      Branch: perl
5920            ! Makefile.SH
5921 ____________________________________________________________________________
5922 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
5923         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
5924              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5925              Date: Mon, 7 Jun 2004 00:28:55 -0700
5926              Message-ID: <20040607072854.GB1028@efn.org>
5927      Branch: perl
5928            ! pod/perldiag.pod
5929 ____________________________________________________________________________
5930 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
5931         Log: Remove the "malloc wrappage" tests, due to their unportability
5932              (as suggested by Jarkko.)
5933      Branch: perl
5934            ! t/op/array.t t/op/repeat.t
5935 ____________________________________________________________________________
5936 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
5937         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
5938              From: Robin Barker <Robin.Barker@npl.co.uk>
5939              Date: Wed, 9 Jun 2004 12:02:01 +0100
5940              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
5941              with further adjustements for bleadperl
5942      Branch: perl
5943            ! configpm lib/Config.t
5944 ____________________________________________________________________________
5945 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
5946         Log: Upgrade to Pod::Parser 1.28
5947              (except Pod::Find, which has local patches not yet on CPAN)
5948      Branch: perl
5949            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
5950            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
5951            ! t/pod/find.t
5952 ____________________________________________________________________________
5953 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
5954         Log: s/64bit/64-bit/g for consistency in the READMEs.
5955      Branch: perl
5956            ! README.aix README.hpux
5957 ____________________________________________________________________________
5958 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
5959         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
5960              From: "Kevin Chase" <kevincha99@hotmail.com>
5961              Date: Sun, 06 Jun 2004 09:44:44 -0700
5962              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
5963      Branch: perl
5964            ! ext/threads/threads.xs
5965 ____________________________________________________________________________
5966 [ 22917] By: merijn                                on 2004/06/09  11:46:23
5967         Log: Several updates, major, and minor corrections, model updates,
5968              explained the model numbering of HP-UX servers.
5969      Branch: perl
5970            ! README.hpux
5971 ____________________________________________________________________________
5972 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
5973         Log: Upgrade to Pod::Perldoc 3.13
5974      Branch: perl
5975            + lib/Pod/Perldoc/t/01_about_verbose.t
5976            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
5977 ____________________________________________________________________________
5978 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
5979         Log: Upgrade to Digest 1.08.
5980      Branch: perl
5981            ! lib/Digest.pm
5982 ____________________________________________________________________________
5983 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
5984         Log: Upgrade to CGI.pm 3.05
5985      Branch: perl
5986            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
5987 ____________________________________________________________________________
5988 [ 22913] By: davem                                 on 2004/06/08  22:20:40
5989         Log: double DESTROY in for loop
5990              pp_iter decremented the ref count of the previous iterant before
5991              unaliasing it. This could lead to DESTROY being called with the
5992              loop variable still aliased to the freed value. If the DESTROY
5993              also contained a for loop with the same iterator variable, the
5994              freed value would get resurrected then freed for a second time.
5995      Branch: perl
5996            ! pp_hot.c t/cmd/for.t
5997 ____________________________________________________________________________
5998 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
5999         Log: Upgrade to Pod::LaTeX 0.57
6000      Branch: perl
6001            + lib/Pod/t/user.t
6002            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
6003 ____________________________________________________________________________
6004 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
6005         Log: Upgrade to Unicode::Normalize 0.30.
6006      Branch: perl
6007            ! ext/Unicode/Normalize/Changes
6008            ! ext/Unicode/Normalize/Normalize.pm
6009            ! ext/Unicode/Normalize/Normalize.xs
6010            ! ext/Unicode/Normalize/t/illegal.t
6011            ! ext/Unicode/Normalize/t/short.t
6012            ! ext/Unicode/Normalize/t/split.t
6013 ____________________________________________________________________________
6014 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
6015         Log: Remove a spurious \n in a perltie example,
6016              noticed by Geoffrey Young.
6017      Branch: perl
6018            ! pod/perltie.pod
6019 ____________________________________________________________________________
6020 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
6021         Log: Upgrade to Unicode::Collate 0.40
6022      Branch: perl
6023            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
6024 ____________________________________________________________________________
6025 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
6026         Log: Upgrade to Time::Local 1.10.
6027      Branch: perl
6028            ! lib/Time/Local.pm lib/Time/Local.t
6029 ____________________________________________________________________________
6030 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
6031         Log: Upgrade to Test::Harness 2.42
6032      Branch: perl
6033            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6034            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
6035 ____________________________________________________________________________
6036 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
6037         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
6038              As spotted by Jerry D. Hedden
6039      Branch: perl
6040            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
6041 ____________________________________________________________________________
6042 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
6043         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
6044              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6045              Date: Fri, 4 Jun 2004 16:29:44 +0200
6046              Message-Id: <20040604162944.4011f1c6@r2d2>
6047      Branch: perl
6048            ! pod/perlapi.pod sv.c
6049 ____________________________________________________________________________
6050 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
6051         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
6052              From: Jarkko Hietaniemi <jhi@iki.fi>
6053              Date: Mon, 07 Jun 2004 20:09:42 +0300
6054              Message-ID: <40C4A156.5030205@iki.fi>
6055      Branch: perl
6056            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
6057 ____________________________________________________________________________
6058 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
6059         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
6060              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
6061              Date: 6 Jun 2004 21:50:19 -0000
6062              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
6063      Branch: perl
6064            ! lib/Text/Wrap.pm
6065 ____________________________________________________________________________
6066 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
6067         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
6068              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6069              Date: Sun, 06 Jun 2004 00:37:21 +0900
6070              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
6071      Branch: perl
6072            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
6073 ____________________________________________________________________________
6074 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
6075         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
6076              From: Steve Hay <steve.hay@uk.radan.com>
6077              Date: Thu, 03 Jun 2004 15:46:17 +0100
6078              Message-ID: <40BF39B9.3060207@uk.radan.com>
6079      Branch: perl
6080            ! README.win32 win32/makefile.mk
6081 ____________________________________________________________________________
6082 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
6083         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
6084              Normalize on the hyphenated spelling.
6085      Branch: perl
6086            ! pod/perlpodspec.pod
6087 ____________________________________________________________________________
6088 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
6089         Log: Workaround a dmake oddity.
6090              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
6091              From: Steve Hay <steve.hay@uk.radan.com>
6092              Date: Thu, 03 Jun 2004 12:16:13 +0100
6093              Message-ID: <40BF087D.8030005@uk.radan.com>
6094      Branch: perl
6095            ! win32/makefile.mk
6096 ____________________________________________________________________________
6097 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
6098         Log: Carp was mostly unusable with Safe because it may require
6099              Carp::Heavy at run-time (while require() is forbidden.)
6100              Have Safe load Carp::Heavy.
6101      Branch: perl
6102            ! ext/Opcode/Safe.pm lib/Carp.pm
6103 ____________________________________________________________________________
6104 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
6105         Log: Make change #22889 work for threaded builds, Part 2.
6106      Branch: perl
6107            ! XSUB.h
6108 ____________________________________________________________________________
6109 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
6110         Log: Make change #22889 work for threaded builds.
6111      Branch: perl
6112            ! pad.c pp.c
6113 ____________________________________________________________________________
6114 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
6115         Log: Fix apidoc entries for PUSHMARK and newXSproto.
6116      Branch: perl
6117            ! XSUB.h pod/perlapi.pod pp.h
6118 ____________________________________________________________________________
6119 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
6120         Log: Document embed.fnc 'U' and 's' flags.
6121      Branch: perl
6122            ! embed.fnc
6123 ____________________________________________________________________________
6124 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
6125         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
6126              From: "Craig A. Berry" <craigberry@mac.com>
6127              Date: Tue, 01 Jun 2004 23:16:58 -0500
6128              Message-ID: <40BD54BA.9040708@mac.com>
6129      Branch: perl
6130            ! perl.c
6131 ____________________________________________________________________________
6132 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
6133         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
6134              From: Alexey Tourbin <at@altlinux.ru>
6135              Date: Sat, 22 May 2004 02:22:22 +0400
6136              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
6137      Branch: perl
6138            ! ext/NDBM_File/hints/linux.pl
6139 ____________________________________________________________________________
6140 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
6141         Log: Detypo.
6142      Branch: perl
6143            ! pod/perlintern.pod pp_ctl.c
6144 ____________________________________________________________________________
6145 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
6146         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
6147              From: Andrew Dougherty <doughera@lafayette.edu>
6148              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
6149              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
6150      Branch: perl
6151            ! INSTALL README
6152 ____________________________________________________________________________
6153 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
6154         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
6155              While we're at it, use the same trick to make reverse()
6156              work correctly with lexical $_.
6157      Branch: perl
6158            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
6159            ! t/op/mydef.t
6160 ____________________________________________________________________________
6161 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
6162         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
6163              From: Alan Burlison <Alan.Burlison@Sun.COM>
6164              Date: Fri, 28 May 2004 12:27:06 +0100
6165              Message-ID: <40B7220A.4040305@sun.com>
6166      Branch: perl
6167            ! lib/FileCache.pm
6168 ____________________________________________________________________________
6169 [ 22887] By: merijn                                on 2004/06/01  14:30:48
6170         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
6171              From: Steve Hay <steve.hay@uk.radan.com>
6172              Date: Tue, 01 Jun 2004 15:30:37 +0100
6173              Message-ID: <40BC930D.90701@uk.radan.com>
6174      Branch: perl
6175            ! win32/Makefile win32/makefile.mk
6176 ____________________________________________________________________________
6177 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
6178         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
6179              From: Alan Burlison <Alan.Burlison@sun.com>
6180              Date: Fri, 28 May 2004 23:28:44 +0100
6181              Message-ID: <40B7BD1C.40309@sun.com>
6182      Branch: perl
6183            ! lib/Pod/Find.pm
6184 ____________________________________________________________________________
6185 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
6186         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
6187              From: Paul Fenwick <pjf@perltraining.com.au>
6188              Date: Tue, 1 Jun 2004 11:31:34 +1000
6189              Message-ID: <20040601013134.GA11005@perltraining.com.au>
6190      Branch: perl
6191            ! pod/perlfunc.pod
6192 ____________________________________________________________________________
6193 [ 22884] By: merijn                                on 2004/06/01  10:51:33
6194         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
6195              From: "Craig A. Berry" <craigberry@mac.com>
6196              Date: Mon, 31 May 2004 21:04:07 -0500
6197              Message-ID: <40BBE417.2090001@mac.com>
6198      Branch: perl
6199            ! configure.com
6200 ____________________________________________________________________________
6201 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
6202         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
6203              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
6204              Date: Tue, 1 Jun 2004 07:52:58 +0200
6205              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
6206      Branch: perl
6207            ! lib/Shell.pm
6208 ____________________________________________________________________________
6209 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
6210         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
6211              From: Dave Rolsky <autarch@urth.org>
6212              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
6213              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
6214      Branch: perl
6215            ! pod/perlhack.pod
6216 ____________________________________________________________________________
6217 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
6218         Log: replace the run time code in lib/utf8_pva.pl with data generated
6219              at build by mktables, stored in lib/unicore/PVA.pl
6220      Branch: perl
6221            - lib/utf8_pva.pl
6222            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
6223            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6224 ____________________________________________________________________________
6225 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
6226         Log: Don't need to require utf8_pva.pl at top of file
6227      Branch: perl
6228            ! lib/utf8_heavy.pl
6229 ____________________________________________________________________________
6230 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
6231         Log: Run mktables as part of the build process.
6232              Don't ship any of the files that it generates in lib/unicore
6233      Branch: perl
6234            - (delete 419 files)
6235            ! MANIFEST Makefile.SH lib/unicore/mktables
6236            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6237 ____________________________________________________________________________
6238 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
6239         Log: Subject: [perl #29937] Entries missing from .packlist
6240              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
6241              Date: 28 May 2004 19:23:48 -0000
6242              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
6243      Branch: perl
6244            ! installman installperl
6245 ____________________________________________________________________________
6246 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
6247         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
6248              From: <wolfgang.laun@chello.at>
6249              Date: Sun, 30 May 2004 17:27:07 +0200
6250              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
6251      Branch: perl
6252            ! utils/h2ph.PL
6253 ____________________________________________________________________________
6254 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
6255         Log: Subject: [PATCH] Fix anomalies in Carp functions
6256              From: Steve Hay <steve.hay@uk.radan.com>
6257              Date: Tue, 25 May 2004 16:05:02 +0100
6258              Message-ID: <40B3609E.5060502@uk.radan.com>
6259      Branch: perl
6260            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
6261 ____________________________________________________________________________
6262 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
6263         Log: Subject: [PATCH] Fix generation of perlapi.pod
6264              From: Steve Hay <steve.hay@uk.radan.com>
6265              Date: Fri, 28 May 2004 11:46:41 +0100
6266              Message-ID: <40B71891.6090806@uk.radan.com>
6267      Branch: perl
6268            ! autodoc.pl pod/perlapi.pod
6269 ____________________________________________________________________________
6270 [ 22874] By: davem                                 on 2004/05/30  22:31:03
6271         Log: Subject:  Re: my $x->{foo} doesn't work
6272              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
6273              Date:  Tue, 25 May 2004 00:06:06 +0900
6274              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
6275
6276              Allow autovivification of (my $x)->{foo}
6277      Branch: perl
6278            ! pp_hot.c t/op/my.t
6279 ____________________________________________________________________________
6280 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
6281         Log: Convert to using File::Spec, so that we can build Unicode files
6282              on all platforms
6283      Branch: perl
6284            ! lib/unicore/mktables
6285 ____________________________________________________________________________
6286 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
6287         Log: First step to generating Unicode files for the regexp engine at build
6288              time - targets in the Makefile
6289      Branch: perl
6290            ! Makefile.SH
6291 ____________________________________________________________________________
6292 [ 22870] By: davem                                 on 2004/05/30  14:30:45
6293         Log: Problem with autouse (causing Perl to crash)
6294              @_ sometimes wasn't getting created right
6295      Branch: perl
6296            ! pad.c pp_ctl.c t/op/goto.t
6297 ____________________________________________________________________________
6298 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
6299         Log: Upgrade to Encode 2.01.
6300      Branch: perl
6301            ! ext/Encode/lib/Encode/CN/HZ.pm
6302            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
6303 ____________________________________________________________________________
6304 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
6305         Log: Skip in minitest
6306      Branch: perl
6307            ! t/comp/utf.t
6308 ____________________________________________________________________________
6309 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
6310         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
6311              From: Stas Bekman <stas@stason.org>
6312              Date: Thu, 27 May 2004 11:25:08 -0700
6313              Message-ID: <40B63284.5040203@stason.org>
6314      Branch: perl
6315            ! pod/perlapi.pod pod/perlguts.pod sv.h
6316 ____________________________________________________________________________
6317 [ 22852] By: merijn                                on 2004/05/28  05:31:25
6318         Log: Subject: TEST needs to ignore SCM files
6319              From: Alan Burlison <Alan.Burlison@sun.com>
6320              Date: Thu, 27 May 2004 23:32:28 +0100
6321              Message-ID: <40B66C7C.8030303@sun.com>
6322      Branch: perl
6323            ! t/TEST
6324 ____________________________________________________________________________
6325 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
6326         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
6327              From: Alan Burlison <Alan.Burlison@sun.com>
6328              Date: Wed, 26 May 2004 16:24:03 +0100
6329              Message-ID: <40B4B693.9090905@sun.com>
6330              (using \0 as a separator for q//)
6331      Branch: perl
6332            ! perl.c
6333 ____________________________________________________________________________
6334 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
6335         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
6336              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6337              Date: Tue, 25 May 2004 02:29:37 -0700
6338              Message-ID: <20040525092937.GA2332@efn.org>
6339      Branch: perl
6340            ! lib/diagnostics.pm
6341 ____________________________________________________________________________
6342 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
6343         Log: Tests for change #22842, by SADAHIRO Tomoyuki
6344              (adapted to the core)
6345      Branch: perl
6346            + t/op/utftaint.t
6347            ! MANIFEST
6348 ____________________________________________________________________________
6349 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
6350         Log: Subject: Re: utf-8 and taint don't work together
6351              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6352              Date: Sat, 22 May 2004 21:38:33 +0900
6353              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
6354
6355              Date: Sun, 23 May 2004 09:56:15 +0900
6356              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
6357      Branch: perl
6358            ! ext/Encode/lib/Encode/CN/HZ.pm
6359            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
6360 ____________________________________________________________________________
6361 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
6362         Log: Subject: [PATCH] win32_chsize is not exported on Win32
6363              From: Steve Hay <steve.hay@uk.radan.com>
6364              Date: Mon, 24 May 2004 12:52:48 +0100
6365              Message-ID: <40B1E210.4050202@uk.radan.com>
6366      Branch: perl
6367            ! makedef.pl
6368 ____________________________________________________________________________
6369 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
6370         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
6371              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6372              Date: Fri, 21 May 2004 11:35:34 -0700
6373              Message-ID: <20040521183533.GA5108@efn.org>
6374              (plus whitespace removal)
6375      Branch: perl
6376            ! INSTALL
6377 ____________________________________________________________________________
6378 [ 22839] By: davem                                 on 2004/05/22  11:15:34
6379         Log: Optimization busted: '@a = "b", sort @a' drops "b"
6380              Fix the sort-in-place optimization of change #22349.
6381      Branch: perl
6382            ! op.c t/op/sort.t
6383 ____________________________________________________________________________
6384 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
6385         Log: Update to Scalar-List-Utils-1.14
6386      Branch: perl
6387            + ext/List/Util/Changes
6388            - ext/List/Util/ChangeLog
6389            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
6390            ! ext/List/Util/lib/List/Util.pm
6391            ! ext/List/Util/lib/Scalar/Util.pm
6392 ____________________________________________________________________________
6393 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
6394         Log: Subject: Proposed doc patch for getsockopt
6395              From: perl5-porters@ton.iguana.be (Ton Hospel)
6396              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
6397              Message-Id: <c87qmo$u9b$1@post.home.lunix>
6398      Branch: perl
6399            ! pod/perlfunc.pod
6400 ____________________________________________________________________________
6401 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
6402         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
6403              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
6404              Date: Fri, 21 May 2004 10:51:58 +0200
6405              Message-id: <20040521085158.GA10660@ethan>
6406              (modified regexp)
6407      Branch: perl
6408            ! utils/h2xs.PL
6409 ____________________________________________________________________________
6410 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
6411         Log: Upgrade to Encode 2.00.
6412      Branch: perl
6413            ! (edit 147 files)
6414 ____________________________________________________________________________
6415 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
6416         Log: Test portability nit.
6417              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
6418              From: Steve Hay <steve.hay@uk.radan.com>
6419              Date: Tue, 18 May 2004 11:31:04 +0100
6420              Message-ID: <40A9E5E8.7030800@uk.radan.com>
6421      Branch: perl
6422            ! ext/B/t/optree_specials.t
6423 ____________________________________________________________________________
6424 [ 22831] By: davem                                 on 2004/05/19  21:02:04
6425         Log: improve hashing algorithm for ptr tables in perl_clone:
6426              the bottom few bits of a pointer are usually zero
6427      Branch: perl
6428            ! sv.c
6429 ____________________________________________________________________________
6430 [ 22830] By: davem                                 on 2004/05/19  20:17:55
6431         Log: Thread creation time is hypersensitive
6432
6433              Due to a logic error, the dup ptr table sometimes wans't being
6434              grown, leading to extremely slow cloning.
6435      Branch: perl
6436            ! sv.c
6437 ____________________________________________________________________________
6438 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
6439         Log: perlrun.pod minor fixes :
6440              - the parameter to -x is optional
6441              - pod nit
6442      Branch: perl
6443            ! pod/perlrun.pod
6444 ____________________________________________________________________________
6445 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
6446         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
6447              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
6448              Date: 16 May 2004 13:33:32 -0000
6449              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
6450      Branch: perl
6451            ! lib/h2xs.t
6452 ____________________________________________________________________________
6453 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
6454         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
6455              From: Steve Hay <steve.hay@uk.radan.com>
6456              Date: Fri, 14 May 2004 17:33:17 +0100
6457              Message-ID: <40A4F4CD.2000003@uk.radan.com>
6458      Branch: perl
6459            ! t/comp/utf.t
6460 ____________________________________________________________________________
6461 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
6462         Log: Error message too wide.
6463      Branch: perl
6464            ! perl.c
6465 ____________________________________________________________________________
6466 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
6467         Log: Remove a TODO test that is no longer to do.
6468      Branch: perl
6469            ! ext/B/t/f_sort.t
6470 ____________________________________________________________________________
6471 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
6472         Log: Fix new B::Concise test output
6473              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
6474              From: Jim Cromie <jcromie@divsol.com>
6475              Date: Mon, 17 May 2004 09:19:00 -0600
6476              Message-ID: <40A8D7E4.1020007@divsol.com>
6477      Branch: perl
6478            ! ext/B/t/f_sort.t t/TEST
6479 ____________________________________________________________________________
6480 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
6481         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
6482              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
6483              Date: Mon, 17 May 2004 07:38:19 +0200
6484              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
6485      Branch: perl
6486            ! ext/File/Glob/Glob.xs
6487 ____________________________________________________________________________
6488 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
6489         Log: David Manura is the new maintainer of Text::Balanced.
6490      Branch: perl
6491            ! Porting/Maintainers.pl
6492 ____________________________________________________________________________
6493 [ 22821] By: davem                                 on 2004/05/16  15:31:42
6494         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
6495      Branch: perl
6496            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
6497 ____________________________________________________________________________
6498 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
6499         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
6500              From: Jim Cromie <jcromie@divsol.com>
6501              Date: Mon, 10 May 2004 05:28:11 -0600
6502              Message-ID: <409F674B.2000506@divsol.com>
6503      Branch: perl
6504            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
6505            + ext/B/t/optree_specials.t
6506            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
6507            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
6508            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
6509            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
6510            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
6511 ____________________________________________________________________________
6512 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
6513         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
6514              access the $_ variable, even when there is a lexical one in scope.
6515      Branch: perl
6516            ! XSUB.h pod/perlapi.pod
6517 ____________________________________________________________________________
6518 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
6519         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
6520              From: Jarkko Hietaniemi <jhi@iki.fi>
6521              Message-ID: <40A26D75.8080406@iki.fi>
6522              Date: Wed, 12 May 2004 21:31:17 +0300
6523      Branch: perl
6524            + t/comp/utf.t
6525            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
6526 ____________________________________________________________________________
6527 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
6528         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
6529              From: Olli Savia (via RT) <perlbug-followup@perl.org>
6530              Date: 12 May 2004 13:02:41 -0000
6531              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
6532      Branch: perl
6533            ! sv.c
6534 ____________________________________________________________________________
6535 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
6536         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
6537      Branch: perl
6538            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
6539 ____________________________________________________________________________
6540 [ 22815] By: merijn                                on 2004/05/12  10:43:42
6541         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
6542              From: Andy Dougherty <doughera@lafayette.edu>
6543              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
6544              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
6545      Branch: perl
6546            ! Configure hints/darwin.sh hints/rhapsody.sh
6547 ____________________________________________________________________________
6548 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
6549         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
6550              This completes the series: #22734, #22745, #22754, #22780
6551      Branch: perl
6552            ! pod/perlpacktut.pod
6553 ____________________________________________________________________________
6554 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
6555         Log: 'v' unpacks unsigned shorts.
6556      Branch: perl
6557            ! pod/perlpacktut.pod
6558 ____________________________________________________________________________
6559 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
6560         Log: Subject: various -V: searches [PATCH]
6561              From: Jim Cromie <jcromie@divsol.com>
6562              Date: Tue, 11 May 2004 00:15:46 -0600
6563              Message-ID: <40A06F92.1070607@divsol.com>
6564      Branch: perl
6565            ! configpm lib/Config.t pod/perlrun.pod
6566 ____________________________________________________________________________
6567 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
6568         Log: More pod names in the debugger for the runman command
6569      Branch: perl
6570            ! lib/perl5db.pl
6571 ____________________________________________________________________________
6572 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
6573         Log: Subject: [PATCH] debugger (step backwards)
6574              From: Richard.Foley@t-online.de (Richard Foley)
6575              Date: Tue, 11 May 2004 11:04:11 +0200
6576              Message-Id: <200405111104.11484.richard.foley@rfi.net>
6577      Branch: perl
6578            ! lib/perl5db.pl
6579 ____________________________________________________________________________
6580 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
6581         Log: Subject: void context !~ generates "Useless use of not at line..." warning
6582              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6583              Date: Sun, 9 May 2004 00:59:19 -0700
6584              Message-ID: <20040509075919.GA3752@efn.org>
6585      Branch: perl
6586            ! op.c
6587 ____________________________________________________________________________
6588 [ 22806] By: ams                                   on 2004/05/10  22:12:31
6589         Log: Subject: Re: a little extra cmdline help. [PATCH]
6590              From: Jim Cromie <jcromie@divsol.com>
6591              Date: Mon, 10 May 2004 15:25:07 -0600
6592              Message-Id: <409FF333.4020104@divsol.com>
6593      Branch: perl
6594            ! perl.c
6595 ____________________________________________________________________________
6596 [ 22804] By: ams                                   on 2004/05/10  11:10:34
6597         Log: Remove stray '.
6598      Branch: perl
6599            ! lib/File/Copy.pm
6600 ____________________________________________________________________________
6601 [ 22803] By: ams                                   on 2004/05/10  10:14:40
6602         Log: Subject: [PATCH] File::Copy Pod
6603              From: slaven@rezic.de
6604              Date: Mon, 10 May 2004 09:57:37 +0000
6605              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
6606      Branch: perl
6607            ! lib/File/Copy.pm
6608 ____________________________________________________________________________
6609 [ 22802] By: davem                                 on 2004/05/07  19:12:29
6610         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
6611              that $index was the uninitialized value, when in fact it was $foo1
6612      Branch: perl
6613            ! sv.c t/lib/warnings/9uninit
6614 ____________________________________________________________________________
6615 [ 22801] By: davem                                 on 2004/05/07  18:21:22
6616         Log: Subject:  Re: stdio still supported?
6617              From:  Jim Cromie <jcromie@divsol.com>
6618              Date:  Thu, 06 May 2004 16:37:56 -0600
6619              Message-Id:  <409ABE44.8060307@divsol.com>
6620
6621              Update B::Concise tests to skip stuff requiring the
6622              "open to a scalar" feature of Perlio is it isn't available.
6623              Also note this caveat in perlfunc.pod
6624      Branch: perl
6625            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
6626            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
6627            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
6628            ! pod/perlfunc.pod
6629 ____________________________________________________________________________
6630 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
6631         Log: Windows issues with select() are already documented in perlport.
6632      Branch: perl
6633            ! pod/perlfunc.pod
6634 ____________________________________________________________________________
6635 [ 22799] By: ams                                   on 2004/05/07  13:38:16
6636         Log: Subject: [perl #29397] Change in pod2man arguments
6637              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
6638              Date: 6 May 2004 22:08:10 -0000
6639              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
6640      Branch: perl
6641            ! pod/pod2man.PL
6642 ____________________________________________________________________________
6643 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
6644         Log: Scalar::Util::refaddr falsely returns false
6645              Add mg_get() to refaddr() when SV is magical.
6646              Fix the non-xs version of looks_like_number().
6647      Branch: perl
6648            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
6649            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
6650 ____________________________________________________________________________
6651 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
6652         Log: Document that select() on Windows doesn't work on non-socket filehandles.
6653      Branch: perl
6654            ! pod/perlfunc.pod
6655 ____________________________________________________________________________
6656 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
6657         Log: Double warning for int(undef) and abs(undef)
6658              Remove the duplicate warnings and update tests.
6659      Branch: perl
6660            ! pp.c t/lib/warnings/9uninit
6661 ____________________________________________________________________________
6662 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
6663         Log: Add a small script to check whether a perl source tree
6664              (with or without generated files) is friendly with
6665              case-insensitive filesystems.
6666              Adapted from :
6667              Subject: Re: STerm.pl vs Sterm.pl
6668              From: James Mastros <james@mastros.biz>
6669              Date: Thu, 06 May 2004 14:45:53 +0200
6670              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
6671      Branch: perl
6672            + Porting/checkcase.pl
6673            ! MANIFEST
6674 ____________________________________________________________________________
6675 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
6676         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
6677              From: bilbo@ua.fm
6678              Date: Wed, 28 Apr 2004 00:19:55 +0300
6679              Message-ID: <611491036.20040428001955@ua.fm>
6680      Branch: perl
6681            ! win32/win32.c
6682 ____________________________________________________________________________
6683 [ 22788] By: merijn                                on 2004/05/06  11:35:21
6684         Log: add -pipe to gcc's default flags
6685              it has shown a compile time speed increase of about 40% on
6686              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
6687              OS/gcc combo's remove it in the hints
6688      Branch: perl
6689            ! Configure
6690 ____________________________________________________________________________
6691 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
6692         Log: Add tests for mX?PUSH[inup] macros.
6693
6694              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
6695              From: Steve Hay <steve.hay@uk.radan.com>
6696              Date: Wed, 05 May 2004 15:34:45 +0100
6697              Message-ID: <4098FB85.1060602@uk.radan.com>
6698      Branch: perl
6699            + ext/XS/APItest/t/push.t
6700            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
6701            ! ext/XS/APItest/MANIFEST
6702 ____________________________________________________________________________
6703 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
6704         Log: Subject: Problem with h2xs
6705              From: David Cannings <lists@edeca.net>
6706              Date: Mon, 3 May 2004 13:44:33 +0100
6707              Message-Id: <200405031344.33723.lists@edeca.net>
6708              (Second patch only)
6709      Branch: perl
6710            ! utils/h2xs.PL
6711 ____________________________________________________________________________
6712 [ 22781] By: davem                                 on 2004/05/04  19:20:36
6713         Log: Bizarre copy of ARRAY
6714              make sure a pad op's flags are updated after optimising away
6715              the assignment in my @a = () (see change 22520).
6716      Branch: perl
6717            ! op.c t/op/my.t
6718 ____________________________________________________________________________
6719 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
6720         Log: Add byte-order group modifiers to (un)pack templates.
6721              Follow-up on: #22734, #22745, #22753, #22754.
6722
6723              Subject: Group modifiers in (un)pack templates
6724              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6725              Date: Mon, 3 May 2004 20:14:41 +0200
6726              Message-Id: <20040503201441.1b058e0d@r2d2>
6727      Branch: perl
6728            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
6729 ____________________________________________________________________________
6730 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
6731         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
6732
6733              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
6734              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6735              Date: Mon, 3 May 2004 20:03:28 +0200
6736              Message-Id: <20040503200328.24efcda5@r2d2>
6737      Branch: perl
6738            ! pp.h
6739 ____________________________________________________________________________
6740 [ 22778] By: davem                                 on 2004/05/03  21:07:44
6741         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
6742      Branch: perl
6743            ! t/io/open.t
6744 ____________________________________________________________________________
6745 [ 22777] By: davem                                 on 2004/05/03  20:48:53
6746         Log: add test for change #22776 ("open m" crashes Perl)
6747      Branch: perl
6748            ! t/io/open.t
6749 ____________________________________________________________________________
6750 [ 22776] By: davem                                 on 2004/05/03  20:26:22
6751         Log: perl -e "open m" crashes Perl
6752      Branch: perl
6753            ! toke.c
6754 ____________________________________________________________________________
6755 [ 22775] By: davem                                 on 2004/05/03  18:52:39
6756         Log: scalar delete of empty slice returned garbage
6757      Branch: perl
6758            ! pp.c t/op/delete.t
6759 ____________________________________________________________________________
6760 [ 22774] By: davem                                 on 2004/05/03  17:44:44
6761         Log: split could leave an array without &PL_sv_undef
6762              in the unused elements
6763      Branch: perl
6764            ! pp.c t/op/split.t
6765 ____________________________________________________________________________
6766 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
6767         Log: Subject: Re: "fuzzy" in mktables
6768              From: Jarkko Hietaniemi <jhi@iki.fi>
6769              Message-ID: <4093A82B.6040609@iki.fi>
6770              Date: Sat, 01 May 2004 16:37:47 +0300
6771      Branch: perl
6772            ! lib/unicore/mktables
6773 ____________________________________________________________________________
6774 [ 22772] By: davem                                 on 2004/05/03  13:33:21
6775         Log: remove spurious intentation in utf8_pva.pl
6776      Branch: perl
6777            ! lib/utf8_pva.pl
6778 ____________________________________________________________________________
6779 [ 22771] By: davem                                 on 2004/05/03  13:28:24
6780         Log: ensure that utf8 Perl code magically called from a regex localizes $.
6781      Branch: perl
6782            ! lib/utf8_pva.pl
6783 ____________________________________________________________________________
6784 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
6785         Log: Integrate:
6786              [ 22694]
6787              For maint, I don't think that we can have sperl go sulky if invoked
6788              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
6789              only set ID exectuable reside under a different name (suidperl)
6790
6791              [ 22700]
6792              The set uid perl is now called setuidperl. Not suidperl.
6793              Which I discover is hardlinked from sperl by ./installperl
6794              elsewhere. Helpfully confusing installperl script.
6795
6796              [ 22718]
6797              Revert 22700 (as part of changes suggested by Brendan O'Dea)
6798
6799              [ 22719]
6800              Revert 22694
6801
6802              [ 22720]
6803              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
6804              binary must have fd script conundrum, as suggested by Brendan O'Dea
6805              Plus restore the more helpful error message from 22694 and the gist
6806              of the perl584delta changes from 22700
6807      Branch: perl
6808           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
6809 ____________________________________________________________________________
6810 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
6811         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
6812              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
6813              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
6814              Date: 22 Apr 2004 10:49:22 -0000
6815      Branch: perl
6816            ! lib/Text/ParseWords.pm
6817 ____________________________________________________________________________
6818 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
6819         Log: It seems daft to me that we have a synopis example that will fail if
6820              gcc happened to be invoked via the name cc, and completely ignores
6821              the far more reliable 'gccversion' variable
6822              So here's one using 'usethreads' that ought to work everywhere.
6823      Branch: perl
6824            ! configpm
6825 ____________________________________________________________________________
6826 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
6827         Log: Make t/uni/class.t pass on case insensitive file systems
6828      Branch: perl
6829            ! t/uni/class.t
6830 ____________________________________________________________________________
6831 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
6832         Log: Save some repeated strlen()s in Perl_swash_init
6833      Branch: perl
6834            ! utf8.c
6835 ____________________________________________________________________________
6836 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
6837         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
6838              of some binary property files
6839      Branch: perl
6840            + lib/unicore/lib/gc_sc/Dash2.pl
6841            + lib/unicore/lib/gc_sc/Hyphen2.pl
6842            + lib/unicore/lib/gc_sc/Radical2.pl
6843 ____________________________________________________________________________
6844 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
6845         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
6846      Branch: perl
6847            ! MANIFEST
6848 ____________________________________________________________________________
6849 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
6850         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
6851              by making the %BaseName check global
6852      Branch: perl
6853            + lib/unicore/lib/gc_sc/Sterm2.pl
6854            - lib/unicore/lib/gc_sc/Sterm.pl
6855            ! MANIFEST lib/unicore/Canonical.pl
6856            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
6857            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
6858 ____________________________________________________________________________
6859 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
6860         Log: Remove the no-longer autogenerated Unicode files
6861      Branch: perl
6862            - (delete 322 files)
6863            ! MANIFEST
6864 ____________________________________________________________________________
6865 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
6866         Log: mktables requires post 5.005
6867      Branch: perl
6868            ! lib/unicore/mktables
6869 ____________________________________________________________________________
6870 [ 22758] By: davem                                 on 2004/04/30  11:48:55
6871         Log: disable problematical 'uninitialized value' warning tests
6872      Branch: perl
6873            ! t/lib/warnings/9uninit
6874 ____________________________________________________________________________
6875 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
6876         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
6877              should handle 'set' magic, just like the X?PUSH[inup]
6878              counterparts.
6879      Branch: perl
6880            ! pod/perlapi.pod pp.h
6881 ____________________________________________________________________________
6882 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
6883         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
6884              From: Steve Hay <steve.hay@uk.radan.com>
6885              Date: Fri, 30 Apr 2004 10:07:21 +0100
6886              Message-ID: <40921749.3050600@uk.radan.com>
6887      Branch: perl
6888            ! pod/perlapi.pod pod/perlguts.pod pp.h
6889 ____________________________________________________________________________
6890 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
6891         Log: Fix 29149 - another UTF8 cache bug hit by substr.
6892              Regression test from:
6893
6894              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
6895              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6896              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
6897              Date: Thu, 29 Apr 2004 10:53:17 +0900
6898      Branch: perl
6899            ! sv.c t/op/substr.t
6900 ____________________________________________________________________________
6901 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
6902         Log: More unpack cleanups.
6903      Branch: perl
6904            ! pp_pack.c
6905 ____________________________________________________________________________
6906 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
6907         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
6908              Remove all associated code.
6909      Branch: perl
6910            ! hints/cxux.sh pp_pack.c
6911 ____________________________________________________________________________
6912 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
6913         Log: The openbsd 64-bit test should use $uquadtype rather
6914              than hardcoding unsigned long long.
6915      Branch: perl
6916            ! hints/openbsd.sh
6917 ____________________________________________________________________________
6918 [ 22751] By: ams                                   on 2004/04/29  08:24:31
6919         Log: Update to Test.pm 1.25 (from SBURKE).
6920      Branch: perl
6921            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
6922            ! MANIFEST lib/Test.pm
6923 ____________________________________________________________________________
6924 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
6925         Log: When configuring for 64-bit support, check that the
6926              C library functions for casting floating point values
6927              to 64-bit integer values are not broken.
6928      Branch: perl
6929            ! hints/openbsd.sh
6930 ____________________________________________________________________________
6931 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
6932         Log: Fix for [perl #28963]: find2perl was sometimes generating
6933              invalid code.
6934      Branch: perl
6935            ! x2p/find2perl.PL
6936 ____________________________________________________________________________
6937 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
6938         Log: Subject: [PATCH] Add diagnostics section to base.pm
6939              From: "Jos I. Boumans" <kane@dwim.org>
6940              Date: Wed, 28 Apr 2004 13:04:47 +0200
6941              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
6942      Branch: perl
6943            ! lib/base.pm
6944 ____________________________________________________________________________
6945 [ 22747] By: merijn                                on 2004/04/28  12:42:50
6946         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
6947              Date: 21 Apr 2004 11:07:22 -0000
6948              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
6949              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
6950      Branch: perl
6951            ! ext/POSIX/POSIX.pod
6952 ____________________________________________________________________________
6953 [ 22746] By: davem                                 on 2004/04/27  22:21:35
6954         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
6955      Branch: perl
6956            ! pp.c
6957 ____________________________________________________________________________
6958 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
6959         Log: Cleanup variables in S_(un)pack_rec().
6960              This also works around a gcc optimizer bug on dec_osf/alpha.
6961      Branch: perl
6962            ! pp_pack.c
6963 ____________________________________________________________________________
6964 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
6965         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
6966              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
6967              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
6968              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
6969
6970              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
6971              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
6972      Branch: perl
6973            + (add 406 files)
6974            ! MANIFEST lib/unicore/Canonical.pl
6975            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
6976            ! lib/unicore/Exact.pl lib/unicore/Name.pl
6977            ! lib/unicore/Properties lib/unicore/To/Digit.pl
6978            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
6979            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
6980            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
6981            ! t/op/pat.t t/uni/class.t
6982 ____________________________________________________________________________
6983 [ 22743] By: merijn                                on 2004/04/26  22:20:30
6984         Log: usemallocwrap works on AIX, but not with vac-5
6985              Date: Mon, 26 Apr 2004 15:35:23 +0200
6986              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6987              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
6988              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
6989      Branch: perl
6990            ! hints/aix.sh hints/aix_4.sh
6991 ____________________________________________________________________________
6992 [ 22742] By: davem                                 on 2004/04/24  12:53:07
6993         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
6994      Branch: perl
6995            ! sv.c
6996 ____________________________________________________________________________
6997 [ 22741] By: davem                                 on 2004/04/23  20:43:02
6998         Log: Include variable names in "Use of uninitialized value" warnings
6999      Branch: perl
7000            + t/lib/warnings/9uninit
7001            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
7002            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
7003            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
7004            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
7005            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
7006            ! t/lib/warnings/3both t/lib/warnings/4lint
7007            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
7008            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
7009            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
7010            ! t/run/fresh_perl.t t/run/runenv.t
7011 ____________________________________________________________________________
7012 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
7013         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
7014              From: Richard.Foley@t-online.de (Richard Foley)
7015              Date: Fri, 23 Apr 2004 06:33:34 +0200
7016              Message-Id: <200404230633.34402.richard.foley@rfi.net>
7017      Branch: perl
7018            ! lib/perl5db.pl
7019 ____________________________________________________________________________
7020 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
7021         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
7022      Branch: perl
7023            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
7024            ! vms/descrip_mms.template win32/pod.mak
7025 ____________________________________________________________________________
7026 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
7027         Log: Integrate:
7028              [ 22165]
7029              Create perl584delta.pod
7030              (Not that I'm really proposing to start work on 5.8.4 today)
7031
7032              [ 22650]
7033              Updates from Stas Bekman, Brendan O'Dea and Hugo
7034
7035              [ 22655]
7036              Tweaks from Hugo and Liz
7037
7038              [ 22677]
7039              Improvements from Jarkko
7040
7041              [ 22684]
7042              Integrate:
7043              [ 22665]
7044              AIX-4 with xlc does not like malloc wrap
7045
7046              [ 22666]
7047              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
7048
7049              [ 22698]
7050              Clarify AIX and win32's malloc wrapping
7051
7052              [ 22700]
7053              The set uid perl is now called setuidperl. Not suidperl.
7054              Which I discover is hardlinked from sperl by ./installperl
7055              elsewhere. Helpfully confusing installperl script.
7056
7057              [ 22703]
7058              More perldelta updates
7059
7060              [ 22710]
7061              Subject:  spelling
7062              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
7063              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
7064              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
7065
7066              [ 22718]
7067              Revert 22700 (as part of changes suggested by Brendan O'Dea)
7068
7069              [ 22720]
7070              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
7071              binary must have fd script conundrum, as suggested by Brendan O'Dea
7072              Plus restore the more helpful error message from 22694 and the gist
7073              of the perl584delta changes from 22700
7074
7075              [ 22731]
7076              Oink, oink, flap, flap!
7077      Branch: perl
7078           +> pod/perl584delta.pod
7079            ! MANIFEST
7080           !> pod/perlhist.pod
7081 ____________________________________________________________________________
7082 [ 22735] By: merijn                                on 2004/04/23  10:11:23
7083         Log: Subject: [PATCH] Where to find nmake for windows
7084              From: Abe Timmerman <abe@ztreet.demon.nl>
7085              Date: Thu, 22 Apr 2004 23:57:40 +0200
7086              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
7087              Changed download URL references for nmake
7088      Branch: perl
7089            ! README.win32 pod/perlmodinstall.pod
7090 ____________________________________________________________________________
7091 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
7092         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
7093              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7094              Date: Wed, 21 Apr 2004 21:09:20 +0200
7095              Message-Id: <20040421210920.3c467772@r2d2>
7096      Branch: perl
7097            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
7098            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
7099 ____________________________________________________________________________
7100 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
7101         Log: Missing copyright in the README.
7102      Branch: perl
7103            ! README
7104 ____________________________________________________________________________
7105 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
7106         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
7107              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
7108              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
7109              Date: 11 Apr 2004 13:08:17 -0000
7110      Branch: perl
7111            ! pod/perlipc.pod
7112 ____________________________________________________________________________
7113 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
7114         Log: Punt the "reporting bugs" section to the top.
7115              Reorder the description of what to do, to start with the most common
7116              case.
7117              Clarify "how to report bugs effectively" (and why it benefits you)
7118      Branch: perl
7119            ! INSTALL
7120 ____________________________________________________________________________
7121 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
7122         Log: This should be L<>
7123      Branch: perl
7124            ! INSTALL
7125 ____________________________________________________________________________
7126 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
7127         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
7128      Branch: perl
7129            ! INSTALL
7130 ____________________________________________________________________________
7131 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
7132         Log: We should be telling people about ..exp, else they use the unexpanded
7133              forms and shaft anyone who installs a private perl within ~
7134      Branch: perl
7135            ! INSTALL
7136 ____________________________________________________________________________
7137 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
7138         Log: Subject: [patch] log the interpreter id in warnings
7139              From: Stas Bekman <stas@stason.org>
7140              Date: Mon, 19 Apr 2004 18:10:01 -0700
7141              Message-ID: <40847869.1000906@stason.org>
7142      Branch: perl
7143            ! gv.c handy.h hv.c perl.c sv.c
7144 ____________________________________________________________________________
7145 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
7146         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
7147              From: Jonathan Stowe <jns@gellyfish.com>
7148              Date: Tue, 20 Apr 2004 12:37:28 +0100
7149              Message-Id: <1082461047.2736.96.camel@localhost>
7150      Branch: perl
7151            ! lib/Term/Cap.pm
7152 ____________________________________________________________________________
7153 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
7154         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
7155              to read an op that was just freed, which was obviously illegal.
7156      Branch: perl
7157            ! op.c
7158 ____________________________________________________________________________
7159 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
7160         Log: Upgrade to FileCache 1.04.
7161      Branch: perl
7162            ! lib/FileCache.pm
7163 ____________________________________________________________________________
7164 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
7165         Log: New file left out of the last commit.
7166      Branch: perl
7167            + t/uni/class.t
7168 ____________________________________________________________________________
7169 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
7170         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
7171              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
7172              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
7173              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
7174      Branch: perl
7175            ! MANIFEST pod/perlunicode.pod
7176 ____________________________________________________________________________
7177 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
7178         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
7179              From: hv@crypt.org
7180              Date: Wed, 14 Apr 2004 19:30:46 +0100
7181              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
7182      Branch: perl
7183            ! regcomp.c regexec.c t/op/pat.t
7184 ____________________________________________________________________________
7185 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
7186         Log: Integrate:
7187              [ 22661]
7188              This is RC1
7189
7190              [ 22705]
7191              This is RC2
7192      Branch: perl
7193           !> pod/perlhist.pod
7194 ____________________________________________________________________________
7195 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
7196         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
7197              level (with -O2 miniperl behaves really badly.)
7198      Branch: perl
7199            ! hints/linux.sh
7200 ____________________________________________________________________________
7201 [ 22697] By: merijn                                on 2004/04/15  11:56:32
7202         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
7203              Thanks to Campo Weijerman and Gerard Gerritsen off-list
7204      Branch: perl
7205            ! hints/openbsd.sh
7206 ____________________________________________________________________________
7207 [ 22696] By: merijn                                on 2004/04/14  16:04:40
7208         Log: #24121: Configure under turkish locale fails
7209              toupper (i) != I  in turkish, but U+0130
7210              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
7211              Patch supplied by Rafael
7212      Branch: perl
7213            ! Configure
7214 ____________________________________________________________________________
7215 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
7216         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
7217              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
7218              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
7219              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
7220      Branch: perl
7221            ! lib/utf8_heavy.pl
7222 ____________________________________________________________________________
7223 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
7224         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
7225              From: John Peacock <jpeacock@rowman.com>
7226              Date: Tue, 13 Apr 2004 20:51:31 -0400
7227              Message-ID: <407C8B13.9020104@rowman.com>
7228      Branch: perl
7229            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
7230 ____________________________________________________________________________
7231 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
7232         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
7233              From: Jan Dubois <jand@ActiveState.com>
7234              Date: Tue, 13 Apr 2004 19:49:32 -0700
7235              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
7236      Branch: perl
7237            ! win32/win32.c
7238 ____________________________________________________________________________
7239 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
7240         Log: Borland C doesn't like PERL_MALLOC_WRAP.
7241              Until I know why, the fix is to disable it.
7242      Branch: perl
7243            ! win32/config_H.bc
7244 ____________________________________________________________________________
7245 [ 22688] By: davem                                 on 2004/04/11  14:27:26
7246         Log: Stop PL_comppad pointing to a freed pad during global destruction
7247      Branch: perl
7248            ! sv.c
7249 ____________________________________________________________________________
7250 [ 22687] By: davem                                 on 2004/04/11  13:13:35
7251         Log: Make global cleanup fractionally faster by giving S_visit()
7252              flags/mask to compare SVs against.
7253      Branch: perl
7254            ! embed.fnc embed.h proto.h sv.c
7255 ____________________________________________________________________________
7256 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
7257         Log: Sync with libnet 1.18
7258      Branch: perl
7259            + lib/Net/Changes.libnet lib/Net/t/datasend.t
7260            - lib/Net/ChangeLog.libnet
7261            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
7262            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
7263            ! lib/Net/Time.pm lib/Net/t/hostname.t
7264 ____________________________________________________________________________
7265 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
7266         Log: Remove two unused variables that gcc used to warn about.
7267      Branch: perl
7268            ! util.c
7269 ____________________________________________________________________________
7270 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
7271         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
7272              From: David Dyck <david.dyck@fluke.com>
7273              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
7274              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
7275      Branch: perl
7276            ! universal.c
7277 ____________________________________________________________________________
7278 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
7279         Log: find2perl should not default to -print when -eval is specified.
7280              Noticed by David Dyck.
7281      Branch: perl
7282            ! x2p/find2perl.PL
7283 ____________________________________________________________________________
7284 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
7285         Log: Upgrade to Time::HiRes 1.59.
7286      Branch: perl
7287            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7288            ! ext/Time/HiRes/HiRes.xs
7289 ____________________________________________________________________________
7290 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
7291         Log: Upgrade to Digest 1.06.
7292      Branch: perl
7293            ! lib/Digest.pm
7294 ____________________________________________________________________________
7295 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
7296         Log: Upgrade to Digest 1.06.
7297      Branch: perl
7298            ! lib/Digest.pm
7299 ____________________________________________________________________________
7300 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
7301         Log: Upgrade to Time::HiRes 1.57.
7302      Branch: perl
7303            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7304            ! ext/Time/HiRes/HiRes.xs
7305 ____________________________________________________________________________
7306 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
7307         Log: Make gmtime and localtime cross reference each other.
7308              Suggested by Dan Jacobson
7309      Branch: perl
7310            ! pod/perlfunc.pod
7311 ____________________________________________________________________________
7312 [ 22671] By: merijn                                on 2004/04/07  17:54:10
7313         Log: Integrated Time-Local-1.09 from Dave Rolsky
7314              Corrected a wrap error from the CPAN version to match #22670
7315              Tested on AIX to make sure the skip is still needed
7316      Branch: perl
7317            ! lib/Time/Local.pm lib/Time/Local.t
7318 ____________________________________________________________________________
7319 [ 22670] By: merijn                                on 2004/04/07  12:03:11
7320         Log: Disable the edge case tests for timegm and timelocal on
7321              AIX-4.3 since the OS is obsoleted, and fixes are not to
7322              be expected
7323      Branch: perl
7324            ! lib/Time/Local.t
7325 ____________________________________________________________________________
7326 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
7327         Log: Fix command-line quoting under Windows for the new optree tests
7328              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
7329              From: Steve Hay <steve.hay@uk.radan.com>
7330              Date: Wed, 07 Apr 2004 09:46:01 +0100
7331              Message-ID: <4073BFC9.10707@uk.radan.com>
7332      Branch: perl
7333            ! ext/B/t/optree_samples.t
7334 ____________________________________________________________________________
7335 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
7336         Log: Subject: [PATCH] Bleadperl to version 0.37
7337              From: John Peacock <jpeacock@rowman.com>
7338              Date: Tue, 06 Apr 2004 21:56:19 -0400
7339              Message-ID: <40735FC3.5010305@rowman.com>
7340      Branch: perl
7341            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
7342            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
7343            ! universal.c util.c
7344 ____________________________________________________________________________
7345 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
7346         Log: The optree builder was looping when constructing the ops
7347              for a map/grep block containing a while(1).
7348              (Bug reported by Pixel.)
7349      Branch: perl
7350            ! op.c t/op/grep.t
7351 ____________________________________________________________________________
7352 [ 22666] By: merijn                                on 2004/04/06  14:44:29
7353         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
7354      Branch: perl
7355            ! hints/hpux.sh
7356 ____________________________________________________________________________
7357 [ 22665] By: merijn                                on 2004/04/06  13:34:14
7358         Log: AIX-4 with xlc does not like malloc wrap
7359      Branch: perl
7360            ! hints/aix_4.sh
7361 ____________________________________________________________________________
7362 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
7363         Log: Subject: Re: tests for change #22539
7364              From: Jim Cromie <jcromie@divsol.com>
7365              Date: Tue, 30 Mar 2004 14:39:31 -0700
7366              Message-ID: <4069E913.5040906@divsol.com>
7367              (with some spelling tweaks)
7368      Branch: perl
7369            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
7370            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
7371            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
7372            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
7373 ____________________________________________________________________________
7374 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
7375         Log: Make the ! suffix handle n/N/v/V as signed integers
7376              within pack templates.
7377      Branch: perl
7378            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
7379 ____________________________________________________________________________
7380 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
7381         Log: C<undef> doesn't look like a number. See also:
7382
7383              Subject: Re: [perl #27606] undef "looks like" a number
7384              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7385              Date: Mon, 15 Mar 2004 22:16:26 +0100
7386              Message-Id: <20040315221626.48061c67@r2d2>
7387      Branch: perl
7388            ! ext/List/Util/lib/List/Util.pm
7389            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
7390            ! pp_ctl.c sv.c
7391 ____________________________________________________________________________
7392 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
7393         Log: Subject: Re: perldelta584
7394              From: Craig Berry <craigberry@mac.com>
7395              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
7396              Date: Mon, 05 Apr 2004 11:02:12 -0500
7397
7398              (makes malloc wrap the default on VMS)
7399      Branch: perl
7400            ! configure.com
7401 ____________________________________________________________________________
7402 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
7403         Log: Subject: ref ($proto) || $proto patch
7404              From: Ovid <publiustemp-p5p@yahoo.com>
7405              Date: Sat, 03 Apr 2004 18:59:22 -0800
7406              Message-ID: <406F7A0A.50702@yahoo.com>
7407              (with minor reformatting)
7408      Branch: perl
7409            ! pod/perlobj.pod pod/perltoot.pod
7410 ____________________________________________________________________________
7411 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
7412         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
7413              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7414              Date: Wed, 24 Mar 2004 00:16:52 +0900
7415              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
7416      Branch: perl
7417            ! sv.c
7418 ____________________________________________________________________________
7419 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
7420         Log: wantarray docs should mention effect of eval { wantarray }
7421              as reported by Tim Bunce. Add a note to this effect in perlfunc,
7422              and regression tests for it.
7423      Branch: perl
7424            ! pod/perlfunc.pod t/op/wantarray.t
7425 ____________________________________________________________________________
7426 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
7427         Log: More AUTHORS who deserve credit for patches
7428      Branch: perl
7429            ! AUTHORS
7430 ____________________________________________________________________________
7431 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
7432         Log: Hand merge patch from maint back to blead.
7433      Branch: perl
7434            ! ext/threads/threads.pm
7435 ____________________________________________________________________________
7436 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
7437         Log: Bump version numbers for modules that have changed since 5.8.3
7438      Branch: perl
7439            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
7440            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
7441            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
7442            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
7443            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
7444            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
7445 ____________________________________________________________________________
7446 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
7447         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
7448              expression ranges.
7449      Branch: perl
7450            ! t/op/pat.t toke.c
7451 ____________________________________________________________________________
7452 [ 22637] By: davem                                 on 2004/04/02  10:02:06
7453         Log: Subject:  [PATCH] fix utils install problems on VMS
7454              From:  "Craig A. Berry" <craigberry@mac.com>
7455              Date:  Thu, 01 Apr 2004 20:19:53 -0600
7456              Message-Id:  <406CCDC9.7000500@mac.com>
7457
7458              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
7459              the build, so installperl would not find the generated programs at
7460              install time.
7461              Also fixed several problems with the command definitions for the
7462              utilities
7463      Branch: perl
7464            ! configure.com vms/descrip_mms.template
7465 ____________________________________________________________________________
7466 [ 22636] By: davem                                 on 2004/04/01  22:00:40
7467         Log: Subject:  [PATCH] archname salad on VMS
7468              From:  "Craig A. Berry" <craigberry@mac.com>
7469              Date:  Thu, 01 Apr 2004 14:16:32 -0600
7470              Message-Id:  <406C78A0.2070009@mac.com>
7471
7472              sort out architecture-specific directory names for OpenVMS
7473              Itanium port
7474      Branch: perl
7475            ! configure.com vms/descrip_mms.template
7476 ____________________________________________________________________________
7477 [ 22635] By: davem                                 on 2004/04/01  20:27:14
7478         Log: Fix change #22376. Only mark a const as short-circuited
7479              if it's actually a const!
7480      Branch: perl
7481            ! op.c
7482 ____________________________________________________________________________
7483 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
7484         Log: debug the instructions on upgrading Unicode
7485      Branch: perl
7486            ! lib/unicore/README.perl
7487 ____________________________________________________________________________
7488 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
7489         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
7490      Branch: perl
7491            ! op.c t/op/dor.t
7492 ____________________________________________________________________________
7493 [ 22624] By: davem                                 on 2004/03/31  20:33:52
7494         Log: + (\$) prototype = bad free
7495              av_delete() didn't reify. I also updated its description
7496      Branch: perl
7497            ! av.c t/op/args.t
7498 ____________________________________________________________________________
7499 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
7500         Log: Upgrade to Unicode 4.0.1
7501      Branch: perl
7502            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
7503            + lib/unicore/lib/Variatio.pl
7504            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
7505            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
7506            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
7507            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
7508            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
7509            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
7510            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
7511            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
7512            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
7513            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
7514            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
7515            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
7516            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
7517            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
7518            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
7519            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
7520            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
7521            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
7522            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
7523            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
7524            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
7525            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
7526            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
7527            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
7528            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
7529            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
7530            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
7531            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
7532            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
7533            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
7534            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
7535            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
7536            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
7537            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
7538            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
7539            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
7540            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
7541            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
7542            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
7543            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
7544            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
7545            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
7546            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
7547            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
7548            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
7549            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
7550            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
7551            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
7552            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
7553 ____________________________________________________________________________
7554 [ 22619] By: merijn                                on 2004/03/31  13:02:32
7555         Log: Regenerated Configure after backported #22571
7556              Some indent leftovers from earlier patches
7557              We don't like double negatives, not even in comment
7558      Branch: perl
7559            ! Configure
7560 ____________________________________________________________________________
7561 [ 22617] By: merijn                                on 2004/03/31  11:33:09
7562         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
7563              From: Gisle Aas <gisle@ActiveState.com>
7564              Date: 30 Mar 2004 04:29:18 -0800
7565              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
7566      Branch: perl
7567            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
7568            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
7569 ____________________________________________________________________________
7570 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
7571         Log: Unknowingly for years we've had a test that has assumed the order
7572              of results from readdir. Fixed.
7573      Branch: perl
7574            ! lib/File/Find/t/find.t
7575 ____________________________________________________________________________
7576 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
7577         Log: Subject: Zaurus SL-[78]60 native compile patch
7578              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
7579              From: Dan Kogai <dankogai@dan.co.jp>
7580              Date: Tue, 30 Mar 2004 00:53:52 +0900
7581      Branch: perl
7582            ! ext/Errno/Errno_pm.PL
7583 ____________________________________________________________________________
7584 [ 22610] By: davem                                 on 2004/03/29  21:20:35
7585         Log: various win32 build fixes
7586
7587              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
7588              From: Steve Hay <steve.hay@uk.radan.com>
7589              Date: Tue, 23 Mar 2004 10:42:12 +0000
7590              Message-ID: <40601484.7040905@uk.radan.com>
7591
7592              Subject: [PATCH] distclean on Win32 should delete perl.base
7593              From: Steve Hay <steve.hay@uk.radan.com>
7594              Date: Tue, 23 Mar 2004 11:35:56 +0000
7595              Message-ID: <4060211C.8020704@uk.radan.com>
7596
7597              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
7598              From: Steve Hay <steve.hay@uk.radan.com>
7599              Date: Fri, 26 Mar 2004 10:46:07 +0000
7600              Message-ID: <406409EF.9020404@uk.radan.com>
7601      Branch: perl
7602            ! win32/Makefile win32/makefile.mk
7603 ____________________________________________________________________________
7604 [ 22609] By: davem                                 on 2004/03/29  20:46:36
7605         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
7606              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
7607              Date: 26 Mar 2004 21:02:19 -0000
7608              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
7609
7610              The forked child should make sure STDIN and STDOUT aren't tied
7611              before messing with them
7612      Branch: perl
7613            ! lib/IPC/Open3.pm
7614 ____________________________________________________________________________
7615 [ 22608] By: davem                                 on 2004/03/29  20:10:05
7616         Log: backout change 22606 (make gv_fullname() include a literal '^')
7617              it breaks select.
7618      Branch: perl
7619            ! gv.c t/op/gv.t
7620 ____________________________________________________________________________
7621 [ 22607] By: davem                                 on 2004/03/28  15:10:48
7622         Log: update -Dx to cope with lexical version of OP_AELEMFAST
7623      Branch: perl
7624            ! dump.c
7625 ____________________________________________________________________________
7626 [ 22606] By: davem                                 on 2004/03/28  15:08:23
7627         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
7628      Branch: perl
7629            ! gv.c t/op/gv.t
7630 ____________________________________________________________________________
7631 [ 22605] By: davem                                 on 2004/03/28  13:11:30
7632         Log: pv_display() had code to display \n etc as escapes but it didn't
7633              actually work.
7634      Branch: perl
7635            ! dump.c
7636 ____________________________________________________________________________
7637 [ 22604] By: davem                                 on 2004/03/28  10:55:30
7638         Log: fix typo in change 22597
7639      Branch: perl
7640            ! op.h
7641 ____________________________________________________________________________
7642 [ 22601] By: davem                                 on 2004/03/27  10:22:52
7643         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
7644              From:  "Craig A. Berry" <craigberry@mac.com>
7645              Date:  Fri, 26 Mar 2004 22:46:50 -0600
7646              Message-Id:  <4065073A.30007@mac.com>
7647
7648              Mimic in configure.com what Configure does to enable or disable
7649              the new feature -Dusemallocwrap
7650      Branch: perl
7651            ! configure.com
7652 ____________________________________________________________________________
7653 [ 22600] By: davem                                 on 2004/03/27  02:04:03
7654         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
7655              From:  "Craig A. Berry" <craigberry@mac.com>
7656              Date:  Fri, 26 Mar 2004 16:54:44 -0600
7657              Message-Id:  <4064B4B4.2030203@mac.com>
7658
7659              refrain from getting rid of perly.c and perly.h now that there are
7660              no longer VMS-specific overrides for these files
7661      Branch: perl
7662            ! vms/descrip_mms.template
7663 ____________________________________________________________________________
7664 [ 22599] By: davem                                 on 2004/03/27  01:54:09
7665         Log: string corruption with lvalue sub
7666              Depending on the context, the same substr OP may want to return
7667              a PVLV or an LV on subsequent invcations. If TARG is the wrong
7668              type, use a mortal instead.
7669      Branch: perl
7670            ! pp.c t/op/substr.t
7671 ____________________________________________________________________________
7672 [ 22597] By: davem                                 on 2004/03/26  18:56:50
7673         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
7674              are actually used; update Concise.pm to match
7675      Branch: perl
7676            ! ext/B/B/Concise.pm op.h
7677 ____________________________________________________________________________
7678 [ 22596] By: davem                                 on 2004/03/26  18:53:09
7679         Log: fix for change #22594; if using test.pl, must tell perl where to
7680              find it!
7681      Branch: perl
7682            ! t/comp/hints.t
7683 ____________________________________________________________________________
7684 [ 22595] By: davem                                 on 2004/03/26  17:28:48
7685         Log: document the return value of an empty sub
7686      Branch: perl
7687            ! pod/perlsub.pod
7688 ____________________________________________________________________________
7689 [ 22594] By: davem                                 on 2004/03/26  13:05:50
7690         Log: - hints hash was being double freed on scope exit
7691      Branch: perl
7692            ! op.c scope.c scope.h t/comp/hints.t
7693 ____________________________________________________________________________
7694 [ 22593] By: ams                                   on 2004/03/26  08:59:15
7695         Log: Subject: Re: [perl #27906] stat documentation correction
7696              From: Andy Lester <andy@petdance.com>
7697              Date: Wed, 24 Mar 2004 21:48:30 -0600
7698              Message-Id: <20040325034830.GA5865@petdance.com>
7699              (Applied with a correction from Spider Boardman.)
7700      Branch: perl
7701            ! pod/perlfunc.pod t/op/stat.t
7702 ____________________________________________________________________________
7703 [ 22592] By: davem                                 on 2004/03/26  01:24:24
7704         Log: fix some comments in perly.y
7705      Branch: perl
7706            ! perly.y
7707 ____________________________________________________________________________
7708 [ 22591] By: davem                                 on 2004/03/26  01:16:55
7709         Log: Blessed reference to anonymous glob
7710              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
7711      Branch: perl
7712            ! sv.c t/op/ref.t
7713 ____________________________________________________________________________
7714 [ 22586] By: davem                                 on 2004/03/24  22:16:30
7715         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
7716              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
7717              Date: 18 Mar 2004 20:25:50 -0000
7718              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
7719
7720              Cwd code was planted in the output executable after the exit, so
7721              was never run.
7722      Branch: perl
7723            ! x2p/find2perl.PL
7724 ____________________________________________________________________________
7725 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
7726         Log: Remaining smoked platforms where malloc wrap is known to work.
7727              Data for Irix and NetBSD would be useful - they probably will work too.
7728              Will Unicos work? Place bets now...
7729      Branch: perl
7730            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
7731            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
7732            ! hints/solaris_2.sh
7733 ____________________________________________________________________________
7734 [ 22584] By: davem                                 on 2004/03/24  21:14:08
7735         Log: Subject: [perl #27790] split docs: say the string is EXPR
7736              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
7737              Date: 20 Mar 2004 05:21:07 -0000
7738              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
7739
7740              Minor documentation nit in split
7741      Branch: perl
7742            ! pod/perlfunc.pod
7743 ____________________________________________________________________________
7744 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
7745         Log: mintest will pass if I skip the correct number of tests. D'oh!
7746      Branch: perl
7747            ! t/op/magic.t
7748 ____________________________________________________________________________
7749 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
7750         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
7751              From: Steve Hay <steve.hay@uk.radan.com>
7752              Message-ID: <40618D1C.7000601@uk.radan.com>
7753              Date: Wed, 24 Mar 2004 13:29:00 +0000
7754      Branch: perl
7755            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7756            ! win32/config_H.vc64
7757 ____________________________________________________________________________
7758 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
7759         Log: Good catch from Dave Mitchell; plus a null pointer protection.
7760      Branch: perl
7761            ! scope.c
7762 ____________________________________________________________________________
7763 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
7764         Log: Unlike perl, 0 in void context isn't special cased in C :-)
7765              (So it warns). Tweak the no-action malloc wrap checkers to avoid
7766              warnings.
7767      Branch: perl
7768            ! handy.h
7769 ____________________________________________________________________________
7770 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
7771         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
7772              NO_MALLOC_WRAP following Configure changes. Identical patch to
7773              mine supplied by Steve Hay while I was working on this.
7774              IP shootout at dawn :-)
7775      Branch: perl
7776            ! makedef.pl
7777 ____________________________________________________________________________
7778 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
7779         Log: Tidy up function prototypes in the light of suidpatch
7780      Branch: perl
7781            ! embed.fnc embed.h perl.c proto.h
7782 ____________________________________________________________________________
7783 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
7784         Log: Make usemallocwrap a Configure-time question. Default is yes for
7785              usedevel, no otherwise, but I'm expecting hints files on known
7786              good platforms to override this. (and known bad)
7787              Demonstration hints file for darwin.
7788      Branch: perl
7789            ! Configure config_h.SH hints/darwin.sh perl.h
7790 ____________________________________________________________________________
7791 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
7792         Log: hv_delete_common was freeing the key, then passing the freed pointer
7793              to S_hv_notallowed. D'oh!
7794      Branch: perl
7795            ! hv.c
7796 ____________________________________________________________________________
7797 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
7798         Log: Unify 5.008 and 5.009's B::Concise 0.58
7799      Branch: perl
7800            ! ext/B/B/Concise.pm
7801 ____________________________________________________________________________
7802 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
7803         Log: Unify 5.008 and 5.009's B::Concise 0.56
7804      Branch: perl
7805            ! ext/B/B/Concise.pm
7806 ____________________________________________________________________________
7807 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
7808         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
7809
7810              Subject: Re: Wondering about returned regex special arrays on going out of scope
7811              From: hv@crypt.org
7812              Date: Fri, 05 Mar 2004 17:42:25 +0000
7813              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
7814
7815              plus a test case.
7816      Branch: perl
7817            ! pp_hot.c t/op/magic.t
7818 ____________________________________________________________________________
7819 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
7820         Log: Subject: [PATCH] 5.9.1 suidperl
7821              From: psz@maths.usyd.edu.au (Paul Szabo)
7822              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
7823              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
7824
7825              (which variables renamed as requested, plus tweaks to work on platforms
7826              with no ST_NOEXEC)
7827      Branch: perl
7828            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
7829 ____________________________________________________________________________
7830 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
7831         Log: Update the -v copyright notice.
7832      Branch: perl
7833            ! perl.c
7834 ____________________________________________________________________________
7835 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
7836         Log: Don't assume that the chmod will always work.
7837              (It won't for files on *BSD where chflags has set uchg, which is
7838              what the OS X perforce client does)
7839      Branch: perl
7840            ! t/op/filetest.t
7841 ____________________________________________________________________________
7842 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
7843         Log: Clarifications on constants subroutines, based on:
7844
7845              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
7846              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
7847              Date: 19 Mar 2004 14:56:09 -0000
7848              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
7849      Branch: perl
7850            ! pod/perlsub.pod
7851 ____________________________________________________________________________
7852 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
7853         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
7854              From: Steve Hay <steve.hay@uk.radan.com>
7855              Date: Mon, 22 Mar 2004 14:44:46 +0000
7856              Message-ID: <405EFBDE.4090209@uk.radan.com>
7857      Branch: perl
7858            ! README.win32
7859 ____________________________________________________________________________
7860 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
7861         Log: Subject: Re: [PATCH] warn on !=~
7862              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7863              Date: Mon, 22 Mar 2004 10:32:05 -0800
7864              Message-ID: <20040322183106.GA1284@efn.org>
7865
7866              More warnings for this case.
7867      Branch: perl
7868            ! t/lib/warnings/toke toke.c
7869 ____________________________________________________________________________
7870 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
7871         Log: Finally, this "Negative repeat count" warning wasn't such a great
7872              idea. Disable it. But add tests for this :
7873
7874              Subject: Re: [perl #27811] (@x) x -1 is a panic
7875              From: Andy Lester <andy@petdance.com>
7876              Date: Sun, 21 Mar 2004 09:27:04 -0600
7877              Message-ID: <20040321152704.GA9041@petdance.com>
7878      Branch: perl
7879            ! pp.c t/lib/warnings/pp t/op/repeat.t
7880 ____________________________________________________________________________
7881 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
7882         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
7883              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7884              Date: Sun, 21 Mar 2004 21:49:53 +0900
7885              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
7886      Branch: perl
7887            ! sv.h
7888 ____________________________________________________________________________
7889 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
7890         Log: I must be tired today.
7891      Branch: perl
7892            ! lib/utf8.t
7893 ____________________________________________________________________________
7894 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
7895         Log: Silence a gcc warning.
7896      Branch: perl
7897            ! sv.c
7898 ____________________________________________________________________________
7899 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
7900         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
7901              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7902              Date: Sun, 21 Mar 2004 15:19:22 +0900
7903              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
7904      Branch: perl
7905            ! lib/utf8.t sv.c
7906 ____________________________________________________________________________
7907 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
7908         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
7909              From: "Craig A. Berry" <craigberry@mac.com>
7910              Date: Sat, 20 Mar 2004 21:51:45 -0600
7911              Message-ID: <405D1151.3040308@mac.com>
7912      Branch: perl
7913            ! vms/vms.c
7914 ____________________________________________________________________________
7915 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
7916         Log: Add a new warning "Negative repeat count"
7917              for the cases $x x -1.
7918      Branch: perl
7919            ! pod/perlop.pod pp.c t/lib/warnings/pp
7920 ____________________________________________________________________________
7921 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
7922         Log: Subject: [PATCH] warn on !=~
7923              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7924              Date: Thu, 18 Mar 2004 22:24:09 -0800
7925              Message-ID: <20040319062035.GA3768@efn.org>
7926
7927              with an improvement suggested by Ton Hospel.
7928      Branch: perl
7929            ! pod/perldiag.pod t/lib/warnings/toke toke.c
7930 ____________________________________________________________________________
7931 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
7932         Log: Subject: makefile.95 tweak
7933              From: Greg Matheson <lang@ms.chinmin.edu.tw>
7934              Date: Fri, 19 Mar 2004 18:15:25 +0800
7935              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
7936      Branch: perl
7937            ! win32/makefile.mk
7938 ____________________________________________________________________________
7939 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
7940         Log: \x80\xFF is not valid UTF-8.
7941      Branch: perl
7942            ! pod/perluniintro.pod
7943 ____________________________________________________________________________
7944 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
7945         Log: Subject: [perl #24821] enhancement patch for B::Concise
7946              From: jim cromie <jcromie@divsol.com>
7947              Date: Wed, 17 Mar 2004 14:12:43 -0700
7948              Message-ID: <4058BF4B.1000004@divsol.com>
7949              (Only the Concise.pm part, with documentation nits)
7950      Branch: perl
7951            ! ext/B/B/Concise.pm
7952 ____________________________________________________________________________
7953 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
7954         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
7955              From:  Autrijus Tang <autrijus@autrijus.org>
7956              Date:  Fri, 19 Mar 2004 18:27:10 +0800
7957              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
7958      Branch: perl
7959            ! lib/open.pm
7960 ____________________________________________________________________________
7961 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
7962         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
7963              From: Jan Dubois <jand@activestate.com>
7964              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
7965              Date: Thu, 18 Mar 2004 13:13:49 -0800
7966
7967              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
7968              From: Steve Hay <steve.hay@uk.radan.com>
7969              Message-ID: <405ACC6D.1040804@uk.radan.com>
7970              Date: Fri, 19 Mar 2004 10:33:17 +0000
7971      Branch: perl
7972            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
7973            + win32/ext/Win32/Win32.xs
7974            - lib/Win32.pod
7975            ! MANIFEST win32/Makefile win32/makefile.mk
7976 ____________________________________________________________________________
7977 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
7978         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
7979              This allows the ppport.h to be deleted from ext/Storable, which will
7980              reduce the potential for confusion.
7981              Bump Storable's version to 2.12; update the ChangeLog
7982      Branch: perl
7983            - ext/Storable/ppport.h
7984            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
7985            ! ext/Storable/README ext/Storable/Storable.pm
7986            ! ext/Storable/Storable.xs
7987 ____________________________________________________________________________
7988 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
7989         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
7990      Branch: perl
7991            ! ext/Devel/PPPort/PPPort.pm
7992 ____________________________________________________________________________
7993 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
7994         Log: Nit in perluniintro about the U0 and C0 templates,
7995              noticed by Steve Hay.
7996      Branch: perl
7997            ! pod/perluniintro.pod
7998 ____________________________________________________________________________
7999 [ 22533] By: ams                                   on 2004/03/19  02:57:40
8000         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
8001              From: beau@beaucox.com
8002              Date: Thu, 18 Mar 2004 12:45:45 -1000
8003              Message-Id: <20040318_224545_009145.beau@beaucox.com>
8004      Branch: perl
8005            + ext/Storable/ppport.h
8006            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
8007 ____________________________________________________________________________
8008 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
8009         Log: Subject: [PATCH] range operator warnings / 64-bit fix
8010              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8011              Date: Wed, 10 Mar 2004 21:45:48 +0100
8012              Message-Id: <20040310214548.4f5e3ab1@r2d2>
8013      Branch: perl
8014            ! pp_ctl.c pp_hot.c t/op/range.t
8015 ____________________________________________________________________________
8016 [ 22531] By: davem                                 on 2004/03/18  19:02:32
8017         Log: add code comment for change 22525
8018      Branch: perl
8019            ! pp.c
8020 ____________________________________________________________________________
8021 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
8022         Log: Add a perl592delta.pod man page.
8023      Branch: perl
8024            + pod/perl592delta.pod
8025            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
8026            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8027            ! win32/pod.mak
8028 ____________________________________________________________________________
8029 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
8030         Log: Corrections and explanations in comments
8031      Branch: perl
8032            ! ext/Storable/Storable.xs
8033 ____________________________________________________________________________
8034 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
8035         Log: Subject:  pumpkin fodder
8036              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
8037              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
8038              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
8039      Branch: perl
8040            ! lib/unicore/README.perl
8041 ____________________________________________________________________________
8042 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
8043         Log: Detypo.
8044      Branch: perl
8045            ! makedef.pl
8046 ____________________________________________________________________________
8047 [ 22525] By: davem                                 on 2004/03/18  14:13:16
8048         Log: make ~$x give warning is $x isn't initialised.
8049              Also add test for uninitialised warning in & op.
8050      Branch: perl
8051            ! pp.c t/lib/warnings/sv
8052 ____________________________________________________________________________
8053 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
8054         Log: Try to fix the AIX and Windows builds regarding the
8055              definedness of the PL_memory_wrap symbol.
8056      Branch: perl
8057            ! makedef.pl
8058 ____________________________________________________________________________
8059 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
8060         Log: Bump bleadperl's version number to 5.9.2.
8061      Branch: perl
8062            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
8063            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
8064            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
8065            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
8066            ! win32/makefile.mk wince/Makefile.ce
8067 ____________________________________________________________________________
8068 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
8069         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
8070              From: Robin Barker <Robin.Barker@npl.co.uk>
8071              Date: Wed, 17 Mar 2004 18:37:10 -0000
8072              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
8073      Branch: perl
8074            ! dump.c ext/Socket/Socket.xs pad.c util.c
8075 ____________________________________________________________________________
8076 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
8077         Log: Optimize away the assignment in the constructs C<my $s = undef>,
8078              C<my @a = ()>, C<my %h = ()>.
8079      Branch: perl
8080            ! op.c
8081 ____________________________________________________________________________
8082 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
8083         Log: Subject: malloc wrappage
8084              From: Jarkko Hietaniemi <jhi@iki.fi>
8085              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
8086              Date: Tue, 10 Feb 2004 23:15:14 +0200
8087
8088              plus change croak to Perl_croak_nocontext to make ithread safe
8089              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
8090      Branch: perl
8091            ! av.c handy.h perl.h pod/perldiag.pod pp.c
8092 ____________________________________________________________________________
8093 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
8094         Log: Add auto-require of modules to restore overloading (and tests)
8095      Branch: perl
8096            + ext/Storable/t/HAS_OVERLOAD.pm
8097            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
8098            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
8099 ____________________________________________________________________________
8100 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
8101         Log: Add regression tests for the auto-require of STORABLE_thaw
8102      Branch: perl
8103            + ext/Storable/t/HAS_HOOK.pm
8104            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
8105            ! ext/Storable/t/blessed.t
8106 ____________________________________________________________________________
8107 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
8108         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
8109              block. This allows the re-entrant API to be used with ithreads,
8110              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
8111              (Which may seem inane, but makes perl threaded at the C level
8112              without enabling ithreads)
8113      Branch: perl
8114            ! intrpvar.h
8115 ____________________________________________________________________________
8116 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
8117         Log: Add a lchown() call to the POSIX module. [perl #27547]
8118      Branch: perl
8119            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8120 ____________________________________________________________________________
8121 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
8122         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
8123              From: Andrew Dougherty <doughera@lafayette.edu>
8124              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
8125              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
8126      Branch: perl
8127            ! hints/solaris_2.sh
8128 ____________________________________________________________________________
8129 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
8130         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
8131      Branch: perl
8132            ! patchlevel.h
8133 ____________________________________________________________________________
8134 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
8135         Log: Update Changes. (again)
8136      Branch: perl
8137            ! Changes
8138 ____________________________________________________________________________
8139 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
8140         Log: Update copyright notices
8141      Branch: perl
8142            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
8143            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
8144            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
8145            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
8146            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
8147            ! universal.c utf8.c util.c
8148 ____________________________________________________________________________
8149 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
8150         Log: Regenerate META.yml
8151      Branch: perl
8152            ! META.yml
8153 ____________________________________________________________________________
8154 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
8155         Log: Update Changes.
8156      Branch: perl
8157            ! Changes
8158 ____________________________________________________________________________
8159 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
8160         Log: This is 5.9.1.
8161      Branch: perl
8162            ! patchlevel.h
8163 ____________________________________________________________________________
8164 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
8165         Log: We'll ship 5.9.1 today.
8166      Branch: perl
8167            ! pod/perlhist.pod
8168 ____________________________________________________________________________
8169 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
8170         Log: More perldelta updates.
8171      Branch: perl
8172            ! pod/perl591delta.pod
8173 ____________________________________________________________________________
8174 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
8175         Log: Since the signature.t test of CPAN relies on a non-core module,
8176              it's not relevant to the perl core distribution.
8177      Branch: perl
8178            - lib/CPAN/t/signature.t
8179            ! MANIFEST
8180 ____________________________________________________________________________
8181 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
8182         Log: Fix the order of arguments in the usage message of
8183              POSIX::chown(). It's different from the POSIX order but
8184              it's the same than CORE::chown(). Damn.
8185      Branch: perl
8186            ! ext/POSIX/POSIX.pm
8187 ____________________________________________________________________________
8188 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
8189         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
8190              From: Steve Hay <steve.hay@uk.radan.com>
8191              Date: Mon, 15 Mar 2004 10:28:02 +0000
8192              Message-ID: <40558532.30002@uk.radan.com>
8193
8194              Plus, restore patch #22489
8195      Branch: perl
8196            ! win32/Makefile win32/makefile.mk
8197 ____________________________________________________________________________
8198 [ 22500] By: davem                                 on 2004/03/14  20:13:47
8199         Log: scope exit could expose freed local() value
8200      Branch: perl
8201            ! scope.c t/op/localref.t
8202 ____________________________________________________________________________
8203 [ 22499] By: davem                                 on 2004/03/14  17:01:34
8204         Log: strict 'subs' didn't warn on bareword array index
8205      Branch: perl
8206            ! op.c t/lib/strict/subs
8207 ____________________________________________________________________________
8208 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
8209         Log: Four Storable patches towards Storable 2.11 :
8210
8211              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
8212              From: Nicholas Clark <nick@ccl4.org>
8213              Date: Sat, 13 Mar 2004 15:13:28 +0000
8214              Message-ID: <20040313151327.GS701@plum.flirble.org>
8215
8216              Date: Sat, 13 Mar 2004 20:23:45 +0000
8217              Message-ID: <20040313202345.GX701@plum.flirble.org>
8218
8219              Date: Sat, 13 Mar 2004 22:20:07 +0000
8220              Message-ID: <20040313222007.GZ701@plum.flirble.org>
8221
8222              Date: Sat, 13 Mar 2004 23:03:46 +0000
8223              Message-ID: <20040313230345.GB701@plum.flirble.org>
8224      Branch: perl
8225            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8226            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
8227            ! ext/Storable/t/restrict.t
8228 ____________________________________________________________________________
8229 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
8230         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
8231              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
8232              Date: 10 Mar 2004 17:05:09 -0000
8233              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
8234      Branch: perl
8235            ! pod/perltoot.pod
8236 ____________________________________________________________________________
8237 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
8238         Log: More small perldelta updates.
8239      Branch: perl
8240            ! pod/perl591delta.pod
8241 ____________________________________________________________________________
8242 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
8243         Log: Revert change #22489, that seems to cause build failures on Windows.
8244      Branch: perl
8245            ! win32/Makefile win32/makefile.mk
8246 ____________________________________________________________________________
8247 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
8248         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
8249              From: Steve Hay <steve.hay@uk.radan.com>
8250              Date: Fri, 12 Mar 2004 08:38:41 +0000
8251              Message-ID: <40517711.9030204@uk.radan.com>
8252      Branch: perl
8253            ! pod/splitpod
8254 ____________________________________________________________________________
8255 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
8256         Log: perl591delta nits. Regenerate the tables of contents.
8257      Branch: perl
8258            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
8259 ____________________________________________________________________________
8260 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
8261         Log: Update perl591delta. Include a small to-do list in it.
8262      Branch: perl
8263            ! pod/perl591delta.pod
8264 ____________________________________________________________________________
8265 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
8266         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
8267              From: Tels <perl_dummy@bloodgate.com>
8268              Date: Fri, 12 Mar 2004 18:02:30 +0100
8269              Message-Id: <200403121802.31679@bloodgate.com>
8270      Branch: perl
8271            + lib/Math/BigInt/t/_e_math.t
8272            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
8273            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
8274            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
8275            ! lib/bigint.pm lib/bignum.pm
8276 ____________________________________________________________________________
8277 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
8278         Log: Fix a bug in the cloning of regexps
8279
8280              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
8281              From: hv@crypt.org
8282              Date: Thu, 11 Mar 2004 16:21:50 +0000
8283              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
8284              (plus another similar fix)
8285      Branch: perl
8286            ! sv.c
8287 ____________________________________________________________________________
8288 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
8289         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
8290              From: Steve Hay <steve.hay@uk.radan.com>
8291              Date: Fri, 12 Mar 2004 15:52:23 +0000
8292              Message-ID: <4051DCB7.107@uk.radan.com>
8293      Branch: perl
8294            ! win32/Makefile win32/makefile.mk
8295 ____________________________________________________________________________
8296 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
8297         Log: Document the new behaviour of the substr lvalue :
8298              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
8299              From: Dave Mitchell <davem@fdisolutions.com>
8300              Date: Mon, 1 Mar 2004 23:59:21 +0000
8301              Message-ID: <20040301235921.GC6469@fdisolutions.com>
8302      Branch: perl
8303            ! pod/perlfunc.pod
8304 ____________________________________________________________________________
8305 [ 22485] By: davem                                 on 2004/03/11  14:52:58
8306         Log: make op/write.t work better under stdio by running the subtests
8307              in the child process rather than the parent.
8308      Branch: perl
8309            ! t/op/write.t
8310 ____________________________________________________________________________
8311 [ 22484] By: merijn                                on 2004/03/11  10:08:17
8312         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
8313              From: Dominic Dunlop <shouldbedomo@mac.com>
8314              Date: Thu, 11 Mar 2004 10:34:01 +0100
8315              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
8316      Branch: perl
8317            ! README.machten hints/machten.sh
8318 ____________________________________________________________________________
8319 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
8320         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
8321              back this out until we have a tangible policy
8322      Branch: perl
8323            ! sv.c
8324 ____________________________________________________________________________
8325 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
8326         Log: Upgrade to Cwd 2.17.
8327      Branch: perl
8328            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
8329 ____________________________________________________________________________
8330 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
8331         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
8332              From: Steve Hay <steve.hay@uk.radan.com>
8333              Date: Wed, 10 Mar 2004 10:58:15 +0000
8334              Message-ID: <404EF4C7.9090107@uk.radan.com>
8335      Branch: perl
8336            ! win32/Makefile win32/makefile.mk
8337 ____________________________________________________________________________
8338 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
8339         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
8340              (noticed by Steve Hay.)
8341              Also, update MANIFEST.SKIP to be in line with the renaming
8342              "blibdirs" to "blibdirs.exists".
8343      Branch: perl
8344            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
8345 ____________________________________________________________________________
8346 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
8347         Log: A patch by Richard Foley to reduce the amount of
8348              forkage between the 5.8 and 5.9 debuggers.
8349      Branch: perl
8350            ! lib/perl5db.pl
8351 ____________________________________________________________________________
8352 [ 22478] By: chip                                  on 2004/03/09  23:51:41
8353         Log: In line-buffered mode, flush on the *last* newline,
8354              not on every newline.
8355      Branch: perl
8356            ! perlio.c
8357 ____________________________________________________________________________
8358 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
8359         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
8360              From: Steve Hay <steve.hay@uk.radan.com>
8361              Date: Fri, 05 Mar 2004 09:56:36 +0000
8362              Message-ID: <40484ED4.1050001@uk.radan.com>
8363              (only the win32 makefiles part)
8364      Branch: perl
8365            ! win32/Makefile win32/makefile.mk
8366 ____________________________________________________________________________
8367 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
8368         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
8369              From: "Craig A. Berry" <craigberry@mac.com>
8370              Date: Mon, 08 Mar 2004 08:18:43 -0600
8371              Message-ID: <404C80C3.6090009@mac.com>
8372
8373              Avoid to build everything twice on VMS.
8374              This is done by renaming the blibdirs target to blibdirs.exists.
8375              No, I don't understand why.
8376      Branch: perl
8377            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
8378            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8379            ! lib/ExtUtils/t/INST_PREFIX.t
8380 ____________________________________________________________________________
8381 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
8382         Log: Improve the "Prototype mismatch" error message when
8383              the redefined subroutine didn't have any prototype.
8384      Branch: perl
8385            ! op.c t/comp/redef.t
8386 ____________________________________________________________________________
8387 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
8388         Log: Revert change #22472, but keep the new tests.
8389      Branch: perl
8390            ! pp_ctl.c t/op/range.t
8391 ____________________________________________________________________________
8392 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
8393         Log: Subject: Re: undef and the range operator
8394              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8395              Date: Mon, 8 Mar 2004 21:49:55 +0100
8396              Message-Id: <20040308214955.3d8be3a6@r2d2>
8397      Branch: perl
8398            ! pp_ctl.c t/op/range.t
8399 ____________________________________________________________________________
8400 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
8401         Log: Make a temporary copy of the input buffer in pp_send, so that send
8402              and syswrite don't gratuitously upgrade their input to UTF8
8403      Branch: perl
8404            ! pp_sys.c t/op/sysio.t
8405 ____________________________________________________________________________
8406 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
8407         Log: Upgrade to Cwd 2.16
8408      Branch: perl
8409            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
8410 ____________________________________________________________________________
8411 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
8412         Log: Upgrade to CGI.pm 3.04.
8413      Branch: perl
8414            ! lib/CGI.pm lib/CGI/Cookie.pm
8415 ____________________________________________________________________________
8416 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
8417         Log: perl591delta.pod update.
8418      Branch: perl
8419            ! pod/perl591delta.pod
8420 ____________________________________________________________________________
8421 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
8422         Log: Another makefile portability fix for Win32 by Steve Hay.
8423      Branch: perl
8424            ! win32/Makefile win32/makefile.mk
8425 ____________________________________________________________________________
8426 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
8427         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
8428              From: Jan Dubois <jand@ActiveState.com>
8429              Date: Sun, 07 Mar 2004 17:04:35 -0800
8430              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
8431      Branch: perl
8432            ! win32/win32.c
8433 ____________________________________________________________________________
8434 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
8435         Log: Fix Dave's original shared hash key corruption bug
8436      Branch: perl
8437            ! sv.c
8438 ____________________________________________________________________________
8439 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
8440         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
8441              in utf8.t, and fix 3 bugs it exposed in utfhash.t
8442      Branch: perl
8443            ! lib/utf8.t sv.c t/op/utfhash.t
8444 ____________________________________________________________________________
8445 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
8446         Log: Subject: undef and the range operator
8447              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8448              Date: Sun, 7 Mar 2004 21:11:20 +0100
8449              Message-Id: <20040307211120.10e46933@r2d2>
8450      Branch: perl
8451            ! pp_ctl.c t/op/range.t
8452 ____________________________________________________________________________
8453 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
8454         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
8455              From: "Ken Williams" <ken@mathforum.org>
8456              Date: Sun, 7 Mar 2004 09:37:19 -0600
8457              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
8458      Branch: perl
8459            ! ext/Cwd/t/cwd.t
8460 ____________________________________________________________________________
8461 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
8462         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
8463              From: "Craig A. Berry" <craigberry@mac.com>
8464              Date: Sat, 06 Mar 2004 22:50:25 -0600
8465              Message-ID: <404AAA11.8050001@mac.com>
8466      Branch: perl
8467            ! t/op/closure.t
8468 ____________________________________________________________________________
8469 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
8470         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
8471              From: "Craig A. Berry" <craigberry@mac.com>
8472              Date: Sat, 06 Mar 2004 13:51:55 -0600
8473              Message-ID: <404A2BDB.8030401@mac.com>
8474      Branch: perl
8475            ! ext/Cwd/t/cwd.t
8476 ____________________________________________________________________________
8477 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
8478         Log: Allow syslog() to use numeric constants in addition to strings for
8479              facility names and priorities.
8480
8481              Subject: Patch for Sys::Syslog
8482              From: Jim Schneider <jschneid@netilla.com>
8483              Date: Fri, 5 Mar 2004 14:03:10 -0500
8484              Message-Id: <200403051403.10674.jschneid@netilla.com>
8485      Branch: perl
8486            ! ext/Sys/Syslog/Syslog.pm
8487 ____________________________________________________________________________
8488 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
8489         Log: Make threads tests pass make minitest (by skipping)
8490      Branch: perl
8491            ! t/op/getpid.t t/op/threads.t
8492 ____________________________________________________________________________
8493 [ 22445] By: davem                                 on 2004/03/06  15:25:32
8494         Log: fix coredump in /(?{sub{}})/
8495      Branch: perl
8496            ! pad.c
8497 ____________________________________________________________________________
8498 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
8499         Log: A small perluniintro clarification by Jarkko.
8500      Branch: perl
8501            ! pod/perluniintro.pod
8502 ____________________________________________________________________________
8503 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
8504         Log: Subject: [PATCH] Re: Strange segfault
8505              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
8506              Date: Fri, 5 Mar 2004 15:13:53 +0100
8507              Message-ID: <20040305151353.5f3e913c@r2d2>
8508      Branch: perl
8509            ! pp_ctl.c t/op/range.t
8510 ____________________________________________________________________________
8511 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
8512         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
8513              From: steve.hay@uk.radan.com (Steve Hay)
8514              Date: Fri, 05 Mar 2004 09:42:32 +0000
8515              Message-ID: <40484B88.7070608@uk.radan.com>
8516      Branch: perl
8517            ! win32/makefile.mk
8518 ____________________________________________________________________________
8519 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
8520         Log: Change 22436 broke the Windows build.
8521              Fix by Steve Hay.
8522      Branch: perl
8523            ! ext/POSIX/POSIX.xs
8524 ____________________________________________________________________________
8525 [ 22440] By: davem                                 on 2004/03/05  00:09:23
8526         Log: silence some compiler warnings
8527      Branch: perl
8528            ! pp_ctl.c sv.c
8529 ____________________________________________________________________________
8530 [ 22439] By: davem                                 on 2004/03/04  23:56:42
8531         Log: ensure utf8::encode() normalises its arg
8532      Branch: perl
8533            ! sv.c
8534 ____________________________________________________________________________
8535 [ 22438] By: davem                                 on 2004/03/04  23:32:38
8536         Log: Memory leak in continue loop
8537              make sure redo always frees temps
8538      Branch: perl
8539            ! pp_ctl.c t/op/loopctl.t
8540 ____________________________________________________________________________
8541 [ 22437] By: davem                                 on 2004/03/04  22:03:17
8542         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
8543      Branch: perl
8544            ! pod/perldiag.pod
8545 ____________________________________________________________________________
8546 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
8547         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
8548              From: Andrew Dougherty <doughera@lafayette.edu>
8549              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
8550              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
8551      Branch: perl
8552            ! ext/POSIX/POSIX.xs
8553 ____________________________________________________________________________
8554 [ 22435] By: davem                                 on 2004/03/04  21:39:47
8555         Log: add deprecation warning for my $x if 0
8556      Branch: perl
8557            ! op.c t/lib/warnings/op
8558 ____________________________________________________________________________
8559 [ 22434] By: davem                                 on 2004/03/04  21:38:57
8560         Log: remove an 'if $a if 0' from AutoSplit.t
8561      Branch: perl
8562            ! lib/AutoSplit.t
8563 ____________________________________________________________________________
8564 [ 22433] By: davem                                 on 2004/03/04  20:33:44
8565         Log: retract 22328 and 22332: deprecation warning for my $x if foo
8566      Branch: perl
8567            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
8568            ! pp_proto.h t/lib/warnings/op
8569 ____________________________________________________________________________
8570 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
8571         Log: Maintainers.pl update by MJD.
8572      Branch: perl
8573            ! Porting/Maintainers.pl
8574 ____________________________________________________________________________
8575 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
8576         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
8577              (by Steve Hay)
8578      Branch: perl
8579            + t/win32/getosversion.t
8580            ! MANIFEST win32/win32.c
8581 ____________________________________________________________________________
8582 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
8583         Log: Clarify the difference between utf8::downgrade/upgrade
8584              and utf8::encode/decode (patch by Jarkko).
8585      Branch: perl
8586            ! lib/utf8.pm pod/perluniintro.pod
8587 ____________________________________________________________________________
8588 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
8589         Log: A couple of notes in perl591delta
8590              (about Benchmark and the debugger.)
8591      Branch: perl
8592            ! pod/perl591delta.pod
8593 ____________________________________________________________________________
8594 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
8595         Log: Subject: [PATCH] simplify sv.h
8596              From: Arthur Bergman <sky@nanisky.com>
8597              Date: Sun, 29 Feb 2004 22:04:53 +0000
8598              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
8599      Branch: perl
8600            ! sv.h
8601 ____________________________________________________________________________
8602 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
8603         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
8604              Subject: [PATCH] [perl #24826]
8605              From: Jarkko Hietaniemi <jhi@iki.fi>
8606              Date: Wed, 3 Mar 2004 09:37:21 +0200
8607              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
8608      Branch: perl
8609            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
8610            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
8611            ! lib/unicore/mktables t/uni/case.pl utf8.c
8612 ____________________________________________________________________________
8613 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
8614         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
8615              From: Richard.Foley@t-online.de (Richard Foley)
8616              Date: Wed, 3 Mar 2004 16:10:25 +0100
8617              Message-Id: <200403031610.25080.richard.foley@rfi.net>
8618      Branch: perl
8619            ! lib/perl5db.pl
8620 ____________________________________________________________________________
8621 [ 22425] By: davem                                 on 2004/03/03  00:02:51
8622         Log: stop t/op/write.t failures under stdio by always closing files
8623              before reading them back; also replace `cat file` with a function
8624              to read in the file
8625      Branch: perl
8626            ! t/op/write.t
8627 ____________________________________________________________________________
8628 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
8629         Log: Change the skip logic on the unicode tests so that they don't rely on
8630              miniperl's "dynamic loading unavailable" message
8631      Branch: perl
8632            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
8633            ! t/uni/tr_utf8.t
8634 ____________________________________________________________________________
8635 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
8636         Log: Work on eliminating systematic failures on make minitest:
8637              make minitest passes a -minitest flag to t/TEST
8638              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
8639              Tests can choose to skip based on this.
8640              (Other tactic is to make loading of Errno by %! happen at run time.)
8641      Branch: perl
8642            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
8643            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
8644 ____________________________________________________________________________
8645 [ 22422] By: davem                                 on 2004/03/02  21:33:22
8646         Log: Remove machine-dependent rounding dependency from write overflow
8647              tests
8648      Branch: perl
8649            ! t/op/write.t
8650 ____________________________________________________________________________
8651 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
8652         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
8653              From: Steve Hay <steve.hay@uk.radan.com>
8654              Date: Fri, 27 Feb 2004 17:42:26 +0000
8655              Message-ID: <403F8182.5090607@uk.radan.com>
8656      Branch: perl
8657            ! win32/Makefile win32/makefile.mk
8658 ____________________________________________________________________________
8659 [ 22419] By: davem                                 on 2004/03/01  22:17:52
8660         Log:
8661              add tests for change 22414 (lvalue substr jollity)
8662              courtesy of Graham Barr.
8663      Branch: perl
8664            ! t/op/substr.t
8665 ____________________________________________________________________________
8666 [ 22418] By: davem                                 on 2004/03/01  22:00:11
8667         Log: integrate Time::HiRes 1.56 from CPAN
8668              (which is itself mostly derived from the bleedperl version)
8669      Branch: perl
8670            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8671            ! ext/Time/HiRes/Makefile.PL
8672 ____________________________________________________________________________
8673 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
8674         Log: Make panics a bit more verbose to ease debugging.
8675      Branch: perl
8676            ! thread.h
8677 ____________________________________________________________________________
8678 [ 22415] By: davem                                 on 2004/02/29  18:06:45
8679         Log: make test breaks permissions on /dev/tty
8680              perl -i could fchmod(stdin) by mistake
8681      Branch: perl
8682            ! doio.c
8683 ____________________________________________________________________________
8684 [ 22414] By: davem                                 on 2004/02/29  16:21:34
8685         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
8686              From: Graham Barr <gbarr@pobox.com>
8687              Date: Wed, 29 Oct 2003 09:56:53 +0000
8688              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
8689
8690              make a variable aliased to an lvalue substr value work as expected
8691      Branch: perl
8692            ! mg.c
8693 ____________________________________________________________________________
8694 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
8695         Log: Bump Socket's version to a real floating point value
8696      Branch: perl
8697            ! ext/Socket/Socket.pm
8698 ____________________________________________________________________________
8699 [ 22410] By: ams                                   on 2004/02/29  04:29:24
8700         Log: Back out _01 version suffix.
8701      Branch: perl
8702            ! ext/Storable/Storable.pm
8703 ____________________________________________________________________________
8704 [ 22409] By: davem                                 on 2004/02/28  23:29:10
8705         Log: Bump version numbers of moules affected by change #22258
8706              (removing /tmp and other insecurities)
8707      Branch: perl
8708            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
8709            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
8710            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
8711            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
8712            ! lib/perl5db.pl
8713 ____________________________________________________________________________
8714 [ 22408] By: davem                                 on 2004/02/28  22:37:08
8715         Log: make the bison-based parser threadsafe and capable of deep
8716              recursion by eradicating Perl_yylex_r()
8717      Branch: perl
8718            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
8719            ! perly.c proto.h toke.c
8720 ____________________________________________________________________________
8721 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
8722         Log: Use File::Temp for tempfiles if it is available.
8723              (Based on a patch from Solar Designer <solar@openwall.com> in
8724              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
8725              was applied as change 22258)
8726      Branch: perl
8727            ! utils/perlbug.PL
8728 ____________________________________________________________________________
8729 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
8730         Log: Fix segfaults when running under -Dx.
8731      Branch: perl
8732            ! dump.c
8733 ____________________________________________________________________________
8734 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
8735         Log: Assimilate Cwd 2.15 from CPAN
8736      Branch: perl
8737            ! ext/Cwd/Changes lib/Cwd.pm
8738 ____________________________________________________________________________
8739 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
8740         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
8741              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
8742      Branch: perl
8743            ! lib/File/Find.pm lib/File/Find/t/find.t
8744 ____________________________________________________________________________
8745 [ 22400] By: merijn                                on 2004/02/27  15:25:27
8746         Log: When threads are active we need -lpthread, but previous `fix' of
8747              now linked libraries invalidated the regex for sed (AIX 5 has no
8748              seperate libc.a and libc_r.a the latter links to the first)
8749      Branch: perl
8750            ! hints/aix.sh
8751 ____________________________________________________________________________
8752 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
8753         Log: Correct thinko in comment.
8754      Branch: perl
8755            ! op.c
8756 ____________________________________________________________________________
8757 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
8758         Log: In hsplit, if a normal hash has placeholders then clear them before
8759              splitting. We can do this safely because Storable ensures hsplit is
8760              not called while it builds restricted hashes (actually any hashes)
8761              This change may not make things faster, but now we have the choice.
8762      Branch: perl
8763            ! ext/Storable/t/restrict.t hv.c
8764 ____________________________________________________________________________
8765 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
8766         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
8767              the tests still passed. Fixed.
8768      Branch: perl
8769            ! hv.c
8770 ____________________________________________________________________________
8771 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
8772         Log: Moving all the e-mail addresses over by 1 column makes them start on
8773              an 8 column tabstop, which makes editing this file easier.
8774              So then I replaced spaces with tabs and made it smaller too.
8775      Branch: perl
8776            ! AUTHORS
8777 ____________________________________________________________________________
8778 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
8779         Log: Add Mark Fowler
8780      Branch: perl
8781            ! AUTHORS
8782 ____________________________________________________________________________
8783 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
8784         Log: Integrate:
8785              [ 22339]
8786              Mention 5.005_04 RC2
8787
8788              [ 22360]
8789              Update for 5.005_04 release
8790      Branch: perl
8791           !> pod/perlhist.pod
8792 ____________________________________________________________________________
8793 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
8794         Log: Subject: [PATCH] Improved perlapi documentation for croak
8795              From: Mark Fowler <mark@twoshortplanks.com>
8796              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
8797              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
8798
8799              (and regenerate perlapi.pod.)
8800      Branch: perl
8801            ! pod/perlapi.pod util.c
8802 ____________________________________________________________________________
8803 [ 22379] By: merijn                                on 2004/02/26  08:44:53
8804         Log: From: Art Haas <ahaas@airmail.net>
8805              Subject: Replacing '-rdynamic' in Configure script
8806              Date: Fri, 20 Feb 2004 13:53:56 -0600
8807              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
8808      Branch: perl
8809            ! Configure
8810 ____________________________________________________________________________
8811 [ 22377] By: davem                                 on 2004/02/25  21:07:44
8812         Log: remove my work address
8813      Branch: perl
8814            ! AUTHORS
8815 ____________________________________________________________________________
8816 [ 22376] By: davem                                 on 2004/02/25  17:10:56
8817         Log: stop "const in void context" warning for a const in an
8818              optimised-away boolean expresssion, eg 5 || print;
8819      Branch: perl
8820            ! op.c op.h t/lib/warnings/op
8821 ____________________________________________________________________________
8822 [ 22375] By: merijn                                on 2004/02/25  11:13:12
8823         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
8824      Branch: perl
8825            ! lib/Net/Ping/t/450_service.t
8826 ____________________________________________________________________________
8827 [ 22374] By: merijn                                on 2004/02/25  09:32:12
8828         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
8829              One open issue left: promoting to cc_r for threaded builds
8830              need a review to permit users using -Dcc=xlc_r for non
8831              threaded builds
8832      Branch: perl
8833            ! hints/aix.sh
8834 ____________________________________________________________________________
8835 [ 22373] By: davem                                 on 2004/02/24  23:25:52
8836         Log: fix memory leak in @_ = ...; goto &sub
8837      Branch: perl
8838            ! pp_ctl.c
8839 ____________________________________________________________________________
8840 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
8841         Log: Enhance test cleanliness by a very small factor.
8842      Branch: perl
8843            ! t/comp/parser.t
8844 ____________________________________________________________________________
8845 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
8846         Log: Fix a segfault during optree construction. (bug #27024)
8847      Branch: perl
8848            ! op.c t/comp/parser.t
8849 ____________________________________________________________________________
8850 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
8851         Log: Update Changes and AUTHORS.
8852      Branch: perl
8853            ! AUTHORS Changes
8854 ____________________________________________________________________________
8855 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
8856         Log: Subject: [PATCH] optimization for map in scalar context
8857              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
8858              Date: Tue, 24 Feb 2004 12:02:57 +0100
8859              Message-id: <20040224110257.GA5510@ethan>
8860      Branch: perl
8861            ! pp_ctl.c
8862 ____________________________________________________________________________
8863 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
8864         Log: Subject: Bugfix for perlrequick and perlretut
8865              From: Mark Kvale <kvale@phy.ucsf.edu>
8866              Date: Tue, 24 Feb 2004 11:32:34 -0800
8867              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
8868      Branch: perl
8869            ! pod/perlrequick.pod pod/perlretut.pod
8870 ____________________________________________________________________________
8871 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
8872         Log: Instead of localising *_, use a dummy foreach loop to get
8873              a local value of $_
8874      Branch: perl
8875            ! lib/File/Find.pm
8876 ____________________________________________________________________________
8877 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
8878         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
8879              From: alan <alan@pair.com>
8880              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
8881              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
8882      Branch: perl
8883            ! lib/Attribute/Handlers.pm
8884 ____________________________________________________________________________
8885 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
8886         Log: Update perl591delta.
8887      Branch: perl
8888            ! pod/perl591delta.pod
8889 ____________________________________________________________________________
8890 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
8891         Log: Fix bug #26910: hints were not propagated into (?{...})
8892              blocks, except the utf8 pragma.
8893      Branch: perl
8894            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
8895 ____________________________________________________________________________
8896 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
8897         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
8898              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8899              Date: Sun, 22 Feb 2004 16:09:33 +0900
8900              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
8901
8902              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
8903              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8904              Date: Sun, 22 Feb 2004 18:41:43 +0900
8905              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
8906
8907              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
8908      Branch: perl
8909            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
8910 ____________________________________________________________________________
8911 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
8912         Log: Subject: [PATCH] Benchmark for child processes
8913              From: Chia-liang Kao <clkao@clkao.org>
8914              Date: Mon, 23 Feb 2004 22:53:51 +0800
8915              Message-ID: <20040223145351.GH94376@portege.clkao.org>
8916      Branch: perl
8917            ! lib/Benchmark.pm
8918 ____________________________________________________________________________
8919 [ 22359] By: merijn                                on 2004/02/23  11:55:08
8920         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
8921              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
8922              From: Georg Schwarz <geos@epost.de>
8923              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
8924      Branch: perl
8925            ! hints/irix_5.sh
8926 ____________________________________________________________________________
8927 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
8928         Log: Subject: initial patch for cygwin IPC via cygserver
8929              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8930              Date: Thu, 19 Feb 2004 09:01:13 -0800
8931              Message-ID: <20040219170113.GA2792@efn.org>
8932      Branch: perl
8933            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
8934 ____________________________________________________________________________
8935 [ 22357] By: davem                                 on 2004/02/22  15:43:53
8936         Log: Extend OP_AELEMFAST optimisation to lexical arrays
8937      Branch: perl
8938            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
8939 ____________________________________________________________________________
8940 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
8941         Log: We're not binary compatible with 5.8.
8942              Change PERL_API_VERSION to 5.9.1.
8943      Branch: perl
8944            ! patchlevel.h
8945 ____________________________________________________________________________
8946 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
8947         Log: Document change #22353 in perldelta.
8948      Branch: perl
8949            ! pod/perl591delta.pod
8950 ____________________________________________________________________________
8951 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
8952         Log: Increment the version number of B, due to the incompatible
8953              API change introduced by #22353 (no more op_seq method.)
8954      Branch: perl
8955            ! ext/B/B.pm
8956 ____________________________________________________________________________
8957 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
8958         Log: Subject: Re: op_seq (was: Freeing code)
8959              From: Paul Johnson <paul@pjcj.net>
8960              Date: Sat, 21 Feb 2004 02:31:47 +0100
8961              Message-ID: <20040221013147.GB6953@pjcj.net>
8962
8963              Rework the OP structure to use less space.
8964              Remove op_seq (and simulate it in dump.c),
8965              replace it by op_opt and op_static,
8966              shrink op_type, remove PL_op_seqmax.
8967      Branch: perl
8968            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
8969            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
8970            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
8971            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
8972            ! pod/perlintern.pod sv.c
8973 ____________________________________________________________________________
8974 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
8975         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
8976              is not actually introduced by the for statement.
8977      Branch: perl
8978            ! op.c
8979 ____________________________________________________________________________
8980 [ 22351] By: davem                                 on 2004/02/20  15:38:10
8981         Log: remove a split test's dependence on -Dx output
8982              (needed after change #22343)
8983      Branch: perl
8984            ! t/op/split.t
8985 ____________________________________________________________________________
8986 [ 22350] By: davem                                 on 2004/02/20  15:34:27
8987         Log: add Deparse/Concise support for inplace sort (change 22349)
8988      Branch: perl
8989            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
8990 ____________________________________________________________________________
8991 [ 22349] By: davem                                 on 2004/02/20  14:54:35
8992         Log: optimise the sorting inplace of plain arrays: @a = sort @a
8993      Branch: perl
8994            ! op.c op.h pp_sort.c t/op/sort.t
8995 ____________________________________________________________________________
8996 [ 22348] By: davem                                 on 2004/02/20  14:18:13
8997         Log: Document the SVf_PADSTALE flag
8998      Branch: perl
8999            ! pad.c
9000 ____________________________________________________________________________
9001 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
9002         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
9003      Branch: perl
9004            - lib/IPC/SysV.t
9005            ! MANIFEST
9006 ____________________________________________________________________________
9007 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
9008         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
9009              From: Greg Matheson <lang@ms.chinmin.edu.tw>
9010              Date: Fri, 20 Feb 2004 15:34:59 +0800
9011              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
9012      Branch: perl
9013            ! win32/genmk95.pl
9014 ____________________________________________________________________________
9015 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
9016         Log: Upgrade to Term::ANSIColor 1.08.
9017      Branch: perl
9018            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
9019            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
9020 ____________________________________________________________________________
9021 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
9022         Log: Upgrade to prereleases of Math::BigInt 1.70 and
9023              Math::BigRat 0.12, by Tels.
9024      Branch: perl
9025            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9026            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
9027            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
9028            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
9029            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9030            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9031            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
9032            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
9033            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
9034            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
9035            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
9036            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
9037            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
9038            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
9039            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
9040            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
9041            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
9042 ____________________________________________________________________________
9043 [ 22343] By: davem                                 on 2004/02/19  13:43:18
9044         Log: -Dx could coredump on threaded builds because consts are now
9045              stored in the pad
9046      Branch: perl
9047            ! dump.c
9048 ____________________________________________________________________________
9049 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
9050         Log: Add a tool to report dual-lived core modules that don't
9051              have the same version than the corresponding module on CPAN.
9052      Branch: perl
9053            + Porting/corecpan.pl
9054            ! MANIFEST
9055 ____________________________________________________________________________
9056 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
9057         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
9058      Branch: perl
9059            ! pod/perl591delta.pod
9060 ____________________________________________________________________________
9061 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
9062         Log: Add base.pm and fields.pm to the maintainer list.
9063              Remove a duplicate file from this list.
9064      Branch: perl
9065            ! Porting/Maintainers.pl
9066 ____________________________________________________________________________
9067 [ 22337] By: davem                                 on 2004/02/18  13:22:13
9068         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
9069      Branch: perl
9070            ! t/op/write.t
9071 ____________________________________________________________________________
9072 [ 22334] By: merijn                                on 2004/02/18  12:18:52
9073         Log: Removed pm_apiversion and xs_apiversion as requested by
9074              the pumpkin. Chainsaw was still in perfect working order.
9075      Branch: perl
9076            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
9077            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
9078            ! Porting/config_H config_h.SH configure.com epoc/config.sh
9079            ! plan9/config.plan9 plan9/config_h.sample
9080            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
9081            ! win32/config.gc win32/config.vc win32/config.vc64
9082            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9083            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
9084 ____________________________________________________________________________
9085 [ 22332] By: davem                                 on 2004/02/18  11:14:43
9086         Log: Add tests for the C<my $x if foo> deprecation, and change the
9087              warning text
9088      Branch: perl
9089            ! op.c pod/perldiag.pod t/lib/warnings/op
9090 ____________________________________________________________________________
9091 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
9092         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
9093              returned from XSUBs through RETVAL isn't decremented as it is for
9094              SVs. This causes those XSUBs to leak memory and cannot be fixed
9095              without breaking existing CPAN modules that work around this bug.
9096
9097              2. Fix a memory leak of that kind in POSIX::localconv.
9098      Branch: perl
9099            ! ext/POSIX/POSIX.xs pod/perlxs.pod
9100 ____________________________________________________________________________
9101 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
9102         Log: Encode has local changes. Up-version it.
9103      Branch: perl
9104            ! ext/Encode/Encode.pm
9105 ____________________________________________________________________________
9106 [ 22328] By: davem                                 on 2004/02/17  23:30:50
9107         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
9108      Branch: perl
9109            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
9110 ____________________________________________________________________________
9111 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
9112         Log: It's better to localize *_ than $_, to avoid magic leakage
9113      Branch: perl
9114            ! lib/File/Find.pm
9115 ____________________________________________________________________________
9116 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
9117         Log: One of the new tests of MIME::Base64 relies on a non-core module.
9118      Branch: perl
9119            - ext/MIME/Base64/t/bad-sv.t
9120            ! MANIFEST
9121 ____________________________________________________________________________
9122 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
9123         Log: Upgrade to MIME::Base64 3.00.
9124              Fix t/warn.t so it works in the core.
9125              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
9126      Branch: perl
9127            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
9128            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
9129            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
9130            ! ext/MIME/Base64/t/base64.t
9131 ____________________________________________________________________________
9132 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
9133         Log: Be more clear. Use simple words.
9134      Branch: perl
9135            ! pod/perl591delta.pod
9136 ____________________________________________________________________________
9137 [ 22322] By: davem                                 on 2004/02/17  21:52:08
9138         Log: remove C<my $x if foo> construct from core modules
9139      Branch: perl
9140            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
9141            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
9142            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
9143            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
9144            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
9145 ____________________________________________________________________________
9146 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
9147         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
9148      Branch: perl
9149            ! pod/perl591delta.pod
9150 ____________________________________________________________________________
9151 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
9152         Log: Bump $B::VERSION (because of change #22315).
9153      Branch: perl
9154            ! ext/B/B.pm
9155 ____________________________________________________________________________
9156 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
9157         Log: Regenerate table of contents and other related files.
9158      Branch: perl
9159            ! MANIFEST pod/perl.pod pod/perltoc.pod
9160 ____________________________________________________________________________
9161 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
9162         Log: Bump up perl's version number to 5.9.1.
9163              Add perl591delta in perl.pod.
9164              Update the sample config files in Porting/.
9165      Branch: perl
9166            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
9167            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
9168            ! plan9/config.plan9 pod/perl.pod win32/Makefile
9169            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9170            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
9171 ____________________________________________________________________________
9172 [ 22317] By: davem                                 on 2004/02/17  19:28:58
9173         Log: 22316 had stupid precedence thinkos
9174      Branch: perl
9175            ! pp.c pp_hot.c
9176 ____________________________________________________________________________
9177 [ 22316] By: davem                                 on 2004/02/17  18:23:27
9178         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
9179              and fix some incorrect indentation
9180      Branch: perl
9181            ! pp.c pp_hot.c sv.c
9182 ____________________________________________________________________________
9183 [ 22315] By: davem                                 on 2004/02/17  18:01:52
9184         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
9185              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
9186              Date:  Tue, 17 Feb 2004 17:32:16 +0100
9187              Message-Id:  <20040217163216.GA6805@ethan>
9188
9189              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
9190      Branch: perl
9191            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
9192 ____________________________________________________________________________
9193 [ 22314] By: merijn                                on 2004/02/17  11:22:24
9194         Log: 1. Creating backward compatibility for Configure after patches
9195              #22227 and #22302 to still support 5.8.x and below
9196
9197              2. Small change for building on GNU hurd
9198              Date: Sun, 15 Feb 2004 23:27:17 +1100
9199              From: "Brendan O'Dea" <bod@debian.org>
9200              Message-ID: <20040215122717.GA26812@londo.c47.org>
9201      Branch: perl
9202            ! Configure Makefile.SH hints/gnu.sh
9203 ____________________________________________________________________________
9204 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
9205         Log: Fix for Win32 build failure caused by the byacc to bison switch.
9206      Branch: perl
9207            ! perl.h
9208 ____________________________________________________________________________
9209 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
9210         Log: Revert change 22308 (the patch was against maint, not blead)
9211      Branch: perl
9212            ! lib/ExtUtils/instmodsh
9213 ____________________________________________________________________________
9214 [ 22310] By: merijn                                on 2004/02/16  11:30:29
9215         Log: Fix typo in doc for Encode
9216              From: "Brendan O'Dea" <bod@debian.org>
9217              Date: Sun, 15 Feb 2004 23:27:17 +1100
9218              Message-ID: <20040215122717.GA26812@londo.c47.org>
9219      Branch: perl
9220            ! ext/Encode/Encode.pm
9221 ____________________________________________________________________________
9222 [ 22309] By: merijn                                on 2004/02/16  11:27:34
9223         Log: Missing semi-colon
9224              From: "Brendan O'Dea" <bod@debian.org>
9225              Date: Sun, 15 Feb 2004 23:27:17 +1100
9226              Message-ID: <20040215122717.GA26812@londo.c47.org>
9227      Branch: perl
9228            ! ext/MIME/Base64/Base64.xs
9229 ____________________________________________________________________________
9230 [ 22308] By: merijn                                on 2004/02/16  11:24:59
9231         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
9232              it has a manpage.
9233              From: "Brendan O'Dea" <bod@debian.org>
9234              Date: Sun, 15 Feb 2004 23:27:17 +1100
9235              Message-ID: <20040215122717.GA26812@londo.c47.org>
9236      Branch: perl
9237            ! lib/ExtUtils/instmodsh
9238 ____________________________________________________________________________
9239 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
9240         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
9241              From: Stas Bekman <stas@stason.org>
9242              Date: Fri, 13 Feb 2004 20:18:59 -0800
9243              Message-ID: <402DA1B3.2010608@stason.org>
9244      Branch: perl
9245            ! pod/perlguts.pod
9246 ____________________________________________________________________________
9247 [ 22306] By: davem                                 on 2004/02/15  00:24:26
9248         Log: Segmentation fault with
9249              sub x { shift; @a = @b; eval +{ use } }
9250      Branch: perl
9251            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
9252 ____________________________________________________________________________
9253 [ 22305] By: davem                                 on 2004/02/14  23:52:09
9254         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
9255              on the parser stack at each reduce.  Also,
9256
9257              Subject: Re: switch from byacc to bison
9258              From: "Craig A. Berry" <craigberry@mac.com>
9259              Date: Sat, 14 Feb 2004 13:26:45 -0600
9260              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
9261
9262              change #if DEBUGGING to #ifdef ... in perly.c
9263      Branch: perl
9264            ! perly.c pod/perlrun.pod
9265 ____________________________________________________________________________
9266 [ 22304] By: davem                                 on 2004/02/14  13:33:26
9267         Log: Subject:  Re: switch from byacc to bison
9268              From:  Abe Timmerman <abeltje@cpan.org>
9269              Date:  Sat, 14 Feb 2004 11:56:24 +0100
9270              Message-Id:  <200402141156.58185.abeltje@cpan.org>
9271
9272              Fix typos in pumpkin.pod
9273      Branch: perl
9274            ! Porting/pumpkin.pod
9275 ____________________________________________________________________________
9276 [ 22303] By: davem                                 on 2004/02/14  12:28:37
9277         Log: remove binary compatibility stuff from the yacc -> bison switch
9278              of change #22302
9279      Branch: perl
9280            ! embedvar.h intrpvar.h
9281 ____________________________________________________________________________
9282 [ 22302] By: davem                                 on 2004/02/14  02:06:53
9283         Log: Switch from byacc to bison and simplify the perly.* regeneration
9284              process
9285      Branch: perl
9286            + perly.act perly.tab regen_perly.pl
9287            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
9288            - vms/perly_h.vms vms/vms_yfix.pl
9289            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
9290            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
9291            ! vms/descrip_mms.template
9292 ____________________________________________________________________________
9293 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
9294         Log: Fix an fcntl example in perlopentut, spotted by MJD.
9295      Branch: perl
9296            ! pod/perlopentut.pod
9297 ____________________________________________________________________________
9298 [ 22300] By: davem                                 on 2004/02/12  23:18:20
9299         Log: The new -Dq option didn't actually work!
9300      Branch: perl
9301            ! perl.h
9302 ____________________________________________________________________________
9303 [ 22299] By: merijn                                on 2004/02/12  14:32:15
9304         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
9305              From: Stas Bekman <stas@stason.org>
9306              Date: Wed, 11 Feb 2004 16:53:54 -0800
9307              Message-ID: <402ACEA2.4020907@stason.org>
9308      Branch: perl
9309            ! perl.c
9310 ____________________________________________________________________________
9311 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
9312         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
9313              From: Greg Matheson <lang@ms.chinmin.edu.tw>
9314              Date: Tue, 10 Feb 2004 12:36:33 +0800
9315              Message-ID: <20040210043633.GA33671687@momotaro>
9316      Branch: perl
9317            ! win32/makefile.mk
9318 ____________________________________________________________________________
9319 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
9320         Log: Add 5.005_04-RC1 and Leon in perlhist.
9321      Branch: perl
9322            ! pod/perlhist.pod
9323 ____________________________________________________________________________
9324 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
9325         Log: Add a note in Unicode::UCD about the _getcode() function
9326              being copy-n-pasted in charnames.pm. (spotted by Merijn)
9327      Branch: perl
9328            ! lib/Unicode/UCD.pm
9329 ____________________________________________________________________________
9330 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
9331         Log: Implement stacked filetest operators (-f -w -x $file).
9332      Branch: perl
9333            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
9334            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
9335 ____________________________________________________________________________
9336 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
9337         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
9338              From: hv@crypt.org
9339              Date: Mon, 09 Feb 2004 03:21:21 +0000
9340              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
9341      Branch: perl
9342            ! sv.c t/op/sprintf2.t
9343 ____________________________________________________________________________
9344 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
9345         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
9346              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9347              Date: Mon, 9 Feb 2004 00:51:45 -0800
9348              Message-ID: <20040209085145.GA3204@efn.org>
9349              (plus an etymological notice)
9350      Branch: perl
9351            ! lib/charnames.pm
9352 ____________________________________________________________________________
9353 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
9354         Log: Add the new private flag OPpGREP_LEX in B::Concise.
9355      Branch: perl
9356            ! ext/B/B/Concise.pm
9357 ____________________________________________________________________________
9358 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
9359         Log: map and grep weren't working correctly with lexical $_ in
9360              scalar context, because pp_mapwhile and pp_grepwhile were using
9361              their target as a temporary slot to store the return value.
9362      Branch: perl
9363            ! pp_ctl.c pp_hot.c t/op/mydef.t
9364 ____________________________________________________________________________
9365 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
9366         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
9367              From: Greg Matheson <lang@ms.chinmin.edu.tw>
9368              Date: Mon, 2 Feb 2004 16:52:44 +0800
9369              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
9370      Branch: perl
9371            ! win32/makefile.mk
9372 ____________________________________________________________________________
9373 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
9374         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
9375              From: Steve Hay <steve.hay@uk.radan.com>
9376              Date: Fri, 06 Feb 2004 12:44:05 +0000
9377              Message-ID: <40238C15.2090200@uk.radan.com>
9378      Branch: perl
9379            ! pod/perlapi.pod sv.h
9380 ____________________________________________________________________________
9381 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
9382         Log: Subject: [PATCH] Fix absolute path handling in installhtml
9383              From: Steve Hay <steve.hay@uk.radan.com>
9384              Date: Fri, 06 Feb 2004 16:14:14 +0000
9385              Message-ID: <4023BD56.6090903@uk.radan.com>
9386      Branch: perl
9387            ! installhtml
9388 ____________________________________________________________________________
9389 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
9390         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
9391              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9392              Date: Sat, 07 Feb 2004 00:08:36 +0900
9393              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
9394      Branch: perl
9395            ! pod/perlunicode.pod
9396 ____________________________________________________________________________
9397 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
9398         Log: Comment to record why we can't clear placeholders in hsplit
9399      Branch: perl
9400            ! hv.c
9401 ____________________________________________________________________________
9402 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
9403         Log: deleting keys in restricted hashes was leaking the entry. Yow!
9404      Branch: perl
9405            ! hv.c lib/Hash/Util.t
9406 ____________________________________________________________________________
9407 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
9408         Log: Now hv_delete is able to ingore placeholders.
9409              (This is an XS visible change in the hash API. But not of documented
9410              behaviour)
9411      Branch: perl
9412            ! hv.c
9413 ____________________________________________________________________________
9414 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
9415         Log: All whitespace is equal, but some whitespace is more equal than others
9416              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
9417      Branch: perl
9418            ! MANIFEST
9419 ____________________________________________________________________________
9420 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
9421         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
9422              than using the iterator interface and calling hv_delete
9423              This will allow hv_delete to be simplified to remove most of the
9424              special casing related to placeholders.
9425      Branch: perl
9426            ! hv.c
9427 ____________________________________________________________________________
9428 [ 22273] By: merijn                                on 2004/02/06  11:47:14
9429         Log: Added hints_4.sh for specific AIX 4 support
9430              this is the next stage in the general cleanup process
9431              for the AIX hints. More to come
9432      Branch: perl
9433            + hints/aix_4.sh
9434            ! MANIFEST
9435 ____________________________________________________________________________
9436 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
9437         Log: Fix a non-standard NAME pod section
9438              (by Smylers and Casey West)
9439      Branch: perl
9440            ! lib/Carp/Heavy.pm
9441 ____________________________________________________________________________
9442 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
9443         Log: The "my $_" wasn't nice with foreach loops.
9444      Branch: perl
9445            ! op.c t/op/mydef.t
9446 ____________________________________________________________________________
9447 [ 22267] By: merijn                                on 2004/02/04  10:24:33
9448         Log: AIX 3 support removed from default hints after its separation
9449      Branch: perl
9450            ! hints/aix.sh
9451 ____________________________________________________________________________
9452 [ 22266] By: merijn                                on 2004/02/04  10:16:20
9453         Log: AIX 3 hints split off from default hints in preparation
9454              of a hint file cleanup. aix_4.sh will follow soon
9455      Branch: perl
9456            + hints/aix_3.sh
9457            ! MANIFEST
9458 ____________________________________________________________________________
9459 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
9460         Log: More docs and tests for "my $_".
9461      Branch: perl
9462            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
9463 ____________________________________________________________________________
9464 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
9465         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
9466              From: John Peacock <jpeacock@rowman.com>
9467              Date: Sun, 01 Feb 2004 21:10:07 -0500
9468              Message-ID: <401DB17F.5060808@rowman.com>
9469      Branch: perl
9470            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
9471            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
9472 ____________________________________________________________________________
9473 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
9474         Log: Implement "my $_".
9475      Branch: perl
9476            + t/op/mydef.t
9477            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
9478            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
9479            ! pp_ctl.c pp_hot.c regexec.c toke.c
9480 ____________________________________________________________________________
9481 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
9482         Log: Regenerate perlapi.pod.
9483      Branch: perl
9484            ! pod/perlapi.pod
9485 ____________________________________________________________________________
9486 [ 22261] By: merijn                                on 2004/02/03  12:57:37
9487         Log: If someone chooses xlc as default C compiler, threaded builds
9488              will fail, unless converted to cc_r
9489      Branch: perl
9490            ! hints/aix.sh
9491 ____________________________________________________________________________
9492 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
9493         Log: Subject: patch for IRIX/gcc link issues
9494              From: Martin Pool <mbp@samba.org>
9495              Date: Wed, 28 Jan 2004 10:56:25 +1100
9496              Message-ID: <20040127235624.GA32612@hp.com>
9497      Branch: perl
9498            ! hints/irix_6.sh
9499 ____________________________________________________________________________
9500 [ 22259] By: davem                                 on 2004/02/01  17:42:44
9501         Log: update fix to Shell.pm in change #22254: make /dev/null portable
9502      Branch: perl
9503            ! lib/Shell.pm
9504 ____________________________________________________________________________
9505 [ 22258] By: davem                                 on 2004/02/01  17:40:02
9506         Log: Subject: Re: [perl #15063] /tmp issues
9507              From: Solar Designer <solar@openwall.com>
9508              Date: Mon, 26 Jan 2004 01:22:18 +0300
9509              Message-ID: <20040125222218.GA13499@openwall.com>
9510
9511              Remove insecure usage of /tmp from code and documentation
9512      Branch: perl
9513            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
9514            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
9515            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
9516            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
9517            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
9518            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
9519            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
9520            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
9521            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
9522            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
9523            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
9524            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
9525            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
9526            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
9527            ! utils/c2ph.PL
9528 ____________________________________________________________________________
9529 [ 22257] By: davem                                 on 2004/02/01  15:46:24
9530         Log: threads documentation: fork on UNIX might not copy all threads.
9531      Branch: perl
9532            ! pod/perlthrtut.pod
9533 ____________________________________________________________________________
9534 [ 22256] By: davem                                 on 2004/02/01  15:34:59
9535         Log: add test for Change 22194:
9536              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
9537      Branch: perl
9538            ! t/lib/strict/subs
9539 ____________________________________________________________________________
9540 [ 22254] By: davem                                 on 2004/02/01  13:11:00
9541         Log: Subject:  Patch for Shell.pm
9542              From:  Manuel Valente <mvalente@idealx.com>
9543              Date:  Tue, 27 Jan 2004 19:18:26 +0100
9544              Message-Id:  <4016AB72.1080503@idealx.com>
9545
9546              New option for Shell.pm to discard stderr instead of capturing it
9547      Branch: perl
9548            ! lib/Shell.pm
9549 ____________________________________________________________________________
9550 [ 22253] By: davem                                 on 2004/02/01  11:26:47
9551         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
9552              timeout triggers
9553      Branch: perl
9554            ! ext/Time/HiRes/t/HiRes.t
9555 ____________________________________________________________________________
9556 [ 22252] By: chip                                  on 2004/01/31  17:29:05
9557         Log: Don't show code closing STD{IN,OUT} before reopening, because
9558              doing so is unnecessary and occasionally harmful.
9559      Branch: perl
9560            ! pod/perlfork.pod pod/perlfunc.pod
9561 ____________________________________________________________________________
9562 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
9563         Log: Another undocumented use of $_ : with reverse().
9564      Branch: perl
9565            ! pod/perlfunc.pod
9566 ____________________________________________________________________________
9567 [ 22247] By: merijn                                on 2004/01/30  08:18:28
9568         Log: Drop optimization for -O3 *and higher*
9569      Branch: perl
9570            ! ext/Storable/hints/linux.pl
9571 ____________________________________________________________________________
9572 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
9573         Log: Regenerate perlapi.pod.
9574      Branch: perl
9575            ! pod/perlapi.pod
9576 ____________________________________________________________________________
9577 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
9578         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
9579              From: hv@crypt.org
9580              Date: Thu, 29 Jan 2004 15:12:12 +0000
9581              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
9582      Branch: perl
9583            ! pp_hot.c t/op/pat.t
9584 ____________________________________________________________________________
9585 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
9586         Log: I'm the new maintainer of Switch.
9587              Sync with the CPAN version of Switch 2.10.
9588      Branch: perl
9589            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
9590 ____________________________________________________________________________
9591 [ 22243] By: merijn                                on 2004/01/28  20:30:40
9592         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
9593              Date: Fri, 23 Jan 2004 09:36:27 -0600
9594              From: David Favor <david@davidfavor.com>
9595              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
9596              so no compilation stack limits are imposed.
9597      Branch: perl
9598            ! hints/aix.sh
9599 ____________________________________________________________________________
9600 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
9601         Log: Update perl591delta.pod with what we've done so far.
9602      Branch: perl
9603            ! pod/perl591delta.pod
9604 ____________________________________________________________________________
9605 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
9606         Log: Regenerate Changes.
9607              Only include changes from the perl branch.
9608      Branch: perl
9609            ! Changes
9610 ____________________________________________________________________________
9611 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
9612         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
9613              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
9614      Branch: perl
9615            ! ext/Storable/hints/linux.pl
9616 ____________________________________________________________________________
9617 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
9618         Log: More punctuation, good.
9619      Branch: perl
9620            ! pod/perlfunc.pod
9621 ____________________________________________________________________________
9622 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
9623         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
9624              From: Brendan O'Dea <bod@debian.org>
9625              Date: Sun, 25 Jan 2004 11:23:48 +1100
9626              Message-ID: <20040125002348.GA31407@londo.c47.org>
9627      Branch: perl
9628            ! pod/perlfunc.pod
9629 ____________________________________________________________________________
9630 [ 22227] By: davem                                 on 2004/01/26  23:53:06
9631         Log: Subject:  [PATCH] myconfig.SH
9632              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
9633              Date:  Sun, 25 Jan 2004 22:11:25 -0600
9634              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
9635
9636              make perl -V show the major release as 5 rather than 5.0
9637      Branch: perl
9638            ! myconfig.SH
9639 ____________________________________________________________________________
9640 [ 22224] By: merijn                                on 2004/01/26  22:10:13
9641         Log: Document change 22192
9642              We still need tests!
9643      Branch: perl
9644            ! lib/Exporter.pm
9645 ____________________________________________________________________________
9646 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
9647         Log: Subject: [PATCH] fix vmsish.t #25
9648              From: "Craig A. Berry" <craigberry@mac.com>
9649              Date: Sat, 24 Jan 2004 18:45:35 -0600
9650              Message-ID: <401311AF.1060706@mac.com>
9651      Branch: perl
9652            ! lib/vmsish.t
9653 ____________________________________________________________________________
9654 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
9655         Log: Merge dynamic perldelta from maint (22081)
9656              So now perldelta.pod is copied at build time from perl591delta.pod
9657              perl590delta.pod is as released to CPAN by Hugo
9658              Regen lots of makefiles, pods and the MANIFEST
9659      Branch: perl
9660            + pod/perl591delta.pod
9661           +> pod/perl590delta.pod
9662            - pod/perldelta.pod
9663            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
9664            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9665            ! win32/pod.mak
9666 ____________________________________________________________________________
9667 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
9668         Log: Remove the caveat about detached threads crashing on Windows
9669              (fixed by #22201). Bump up the version of threads.pm.
9670      Branch: perl
9671            ! ext/threads/threads.pm
9672 ____________________________________________________________________________
9673 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
9674         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
9675              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
9676      Branch: perl
9677            ! ext/Storable/t/threads.t
9678 ____________________________________________________________________________
9679 [ 22216] By: davem                                 on 2004/01/25  12:06:04
9680         Log: update MANIFEST for 2 new Storable test files introduced by 22205
9681      Branch: perl
9682            ! MANIFEST
9683 ____________________________________________________________________________
9684 [ 22215] By: davem                                 on 2004/01/25  12:00:04
9685         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
9686      Branch: perl
9687            ! t/op/closure.t
9688 ____________________________________________________________________________
9689 [ 22209] By: davem                                 on 2004/01/25  02:04:23
9690         Log: Remove small memory leak in newATTRSUB that manifested as a
9691              leaking scalar after the interpeter was cloned
9692      Branch: perl
9693            ! op.c
9694 ____________________________________________________________________________
9695 [ 22208] By: davem                                 on 2004/01/24  16:13:17
9696         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
9697              package's \%FIELDS, results in phash deprecation errors.
9698              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
9699              Date:  18 Jan 2004 15:15:46 -0000
9700              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
9701      Branch: perl
9702            ! lib/base.pm lib/base/t/fields-base.t
9703 ____________________________________________________________________________
9704 [ 22207] By: davem                                 on 2004/01/24  15:36:28
9705         Log: Subject:  Re: Doc patches for File::Find
9706              From:  Mark Jason Dominus <mjd@plover.com>
9707              Date:  Thu, 22 Jan 2004 09:30:58 -0500
9708              Message-Id:  <20040122143058.29226.qmail@plover.com>
9709
9710              Better document the fact that neither find() nor finddepth() do a
9711              breath-first search.
9712      Branch: perl
9713            ! lib/File/Find.pm
9714 ____________________________________________________________________________
9715 [ 22206] By: ams                                   on 2004/01/24  11:06:51
9716         Log: Subject: [PATCH] Storable-2.08/t/code.t
9717              From: Slaven Rezic <slaven@rezic.de>
9718              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
9719              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
9720      Branch: perl
9721            ! ext/Storable/t/code.t
9722 ____________________________________________________________________________
9723 [ 22205] By: ams                                   on 2004/01/24  11:03:36
9724         Log: Subject: [patch] make Storable thread-safe
9725              From: Stas Bekman <stas@stason.org>
9726              Date: Mon, 19 Jan 2004 00:20:02 -0800
9727              Message-Id: <400B9332.4070106@stason.org>
9728
9729              Subject: Re: Subroutine reference bug in Storable
9730              From: Slaven Rezic <slaven@rezic.de>
9731              Date: 14 Nov 2003 23:22:55 +0100
9732              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
9733
9734              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
9735              overload + cyclic structures
9736              From: Sam Vilain <sam@vilain.net>
9737              Date: Tue, 20 Jan 2004 22:30:15 +1300
9738              Message-Id: <200401202230.15865.sam@vilain.net>
9739      Branch: perl
9740            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
9741            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
9742            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
9743            ! ext/Storable/t/code.t
9744 ____________________________________________________________________________
9745 [ 22204] By: ams                                   on 2004/01/24  08:59:11
9746         Log: Upgrade to Locale::Maketext 1.08.
9747      Branch: perl
9748            + lib/Locale/Maketext/t/06super.t
9749            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
9750            ! lib/Locale/Maketext/TPJ13.pod
9751 ____________________________________________________________________________
9752 [ 22203] By: davem                                 on 2004/01/23  23:06:49
9753         Log: make some t/op/write.t failures more verbose
9754      Branch: perl
9755            ! t/op/write.t
9756 ____________________________________________________________________________
9757 [ 22201] By: davem                                 on 2004/01/23  22:26:47
9758         Log: Subject:  Re: threads::shared::queue;
9759              From:  Jan Dubois <jand@ActiveState.com>
9760              Date:  Thu, 22 Jan 2004 19:18:46 -0800
9761              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
9762
9763              Avoid threads+win32 crash by freeing Perl interpreter slightly later
9764      Branch: perl
9765            ! ext/threads/threads.xs
9766 ____________________________________________________________________________
9767 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
9768         Log: test that use encoding; doesn't cause references to be stringified
9769      Branch: perl
9770            ! t/uni/chomp.t
9771 ____________________________________________________________________________
9772 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
9773         Log: Document chomp's travels in the wonderful world of use encoding;
9774      Branch: perl
9775            ! pod/perlfunc.pod
9776 ____________________________________________________________________________
9777 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
9778         Log: Check the return values of chomp
9779              (more tricky than it may seem, as the return value is unicode)
9780      Branch: perl
9781            ! t/uni/chomp.t
9782 ____________________________________________________________________________
9783 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
9784         Log: Test return values of all chomps
9785      Branch: perl
9786            ! t/op/chop.t
9787 ____________________________________________________________________________
9788 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
9789         Log: Subject: Re: [perl #24888] chomp ignores utf8
9790              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9791              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
9792              Date: Fri, 16 Jan 2004 04:13:00 +0900
9793      Branch: perl
9794            + t/uni/chomp.t
9795            ! MANIFEST doop.c t/op/chop.t
9796 ____________________________________________________________________________
9797 [ 22195] By: davem                                 on 2004/01/22  20:48:03
9798         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
9799              From: Steve Hay <steve.hay@uk.radan.com>
9800              Date: Thu, 22 Jan 2004 17:08:29 +0000
9801              Message-ID: <4010038D.4070104@uk.radan.com>
9802      Branch: perl
9803            + win32/makeico.pl win32/perlexe.rc
9804            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
9805 ____________________________________________________________________________
9806 [ 22194] By: davem                                 on 2004/01/22  00:24:51
9807         Log: C<use strict; print if foo> didn't give the
9808              "Bareword not allowed" error unless warnings were enabled
9809      Branch: perl
9810            ! op.c
9811 ____________________________________________________________________________
9812 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
9813         Log: Convert the older parts of op/bop.t over to test.pl
9814      Branch: perl
9815            ! t/op/bop.t
9816 ____________________________________________________________________________
9817 [ 22192] By: merijn                                on 2004/01/21  21:10:10
9818         Log: ':flock' not recognized unless it's first
9819              Exporter::Heavy now will treat :, /, and ! special in
9820              all arguments, not only if the _first_ arg starts with it
9821              Date: Wed, 21 Jan 2004 08:32:47 -0500
9822              Message-ID: <20040121133248.3359.qmail@plover.com>
9823      Branch: perl
9824            ! lib/Exporter/Heavy.pm
9825 ____________________________________________________________________________
9826 [ 22191] By: davem                                 on 2004/01/21  20:45:48
9827         Log: Subject:  PATCH for perl-5.8.4
9828              From:  "Edward S. Peschko" <esp5@pge.com>
9829              Date:  Mon, 19 Jan 2004 17:21:18 -0800
9830              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
9831
9832              Add @DynaLoader::dl_shared_objects feature
9833      Branch: perl
9834            ! ext/DynaLoader/DynaLoader_pm.PL
9835 ____________________________________________________________________________
9836 [ 22190] By: davem                                 on 2004/01/21  20:14:51
9837         Log: remove the platform dependencies of the write.t tests introduced
9838              by change #22161, by hard-coding the expected outputs rather
9839              than using sprintf('%f').
9840      Branch: perl
9841            ! t/op/write.t
9842 ____________________________________________________________________________
9843 [ 22189] By: davem                                 on 2004/01/20  22:41:14
9844         Log: Fix typo in patch #22188
9845      Branch: perl
9846            ! pod/perlfunc.pod
9847 ____________________________________________________________________________
9848 [ 22188] By: davem                                 on 2004/01/20  22:36:10
9849         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
9850              and %x too.
9851      Branch: perl
9852            ! pod/perlfunc.pod
9853 ____________________________________________________________________________
9854 [ 22187] By: davem                                 on 2004/01/20  22:27:50
9855         Log: "sub foo :unique" segfaults
9856
9857              Turn these two into compile-time errors until such time as
9858              someone thinks of a useful meaning for them:
9859              my $x : unique
9860              sub foo : unique
9861      Branch: perl
9862            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
9863 ____________________________________________________________________________
9864 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
9865         Log: Add a new test file for situations where threads may interfere.
9866              Subject: Re: "restricted hashes" hit again !
9867              From: Stas Bekman <stas@stason.org>
9868              Date: Tue, 23 Dec 2003 15:32:26 -0800
9869              Message-ID: <3FE8D08A.4090806@stason.org>
9870      Branch: perl
9871            + t/op/threads.t
9872            ! MANIFEST
9873 ____________________________________________________________________________
9874 [ 22185] By: davem                                 on 2004/01/20  21:01:08
9875         Log: Document CVf_UNIQUE flag better
9876      Branch: perl
9877            ! cv.h
9878 ____________________________________________________________________________
9879 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
9880         Log: Fix precedence errors and add some cleanup in the new
9881              DBM_Filter tests
9882      Branch: perl
9883            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
9884 ____________________________________________________________________________
9885 [ 22182] By: davem                                 on 2004/01/20  00:16:42
9886         Log: second attempt to fix [perl #24914] freeing a CV reference that was
9887              currently being executed caused coredumps. The dounwind called by
9888              die unwinds all the contexts on the context stack before unwinding
9889              the save stack.  To stop premature freeing of the CV, hold
9890              references to it on both stacks.
9891      Branch: perl
9892            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
9893 ____________________________________________________________________________
9894 [ 22181] By: davem                                 on 2004/01/19  23:41:37
9895         Log: change #22071 (taint bug in $^0) introduced a potential double
9896              free(), because PL_osname may get freed but not nulled if a taint
9897              test fails in between. Mea cupla and all that...
9898      Branch: perl
9899            ! mg.c
9900 ____________________________________________________________________________
9901 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
9902         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
9903              From: Gisle Aas <gisle@ActiveState.com>
9904              Date: 17 Jan 2004 01:29:02 -0800
9905              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
9906              (test rewritten to fit in blead)
9907      Branch: perl
9908            ! pp.c t/op/bop.t
9909 ____________________________________________________________________________
9910 [ 22179] By: merijn                                on 2004/01/19  21:36:48
9911         Log: Subject: [PATCH] dl_unload_file for HP-UX
9912              Date: Mon, 12 Jan 2004 07:49:44 -0800
9913              From: Neil Watkiss <neil.watkiss@sophos.com>
9914              Message-ID: <20040112154944.GA15412@ActiveState.com>
9915      Branch: perl
9916            ! ext/DynaLoader/dl_hpux.xs
9917 ____________________________________________________________________________
9918 [ 22177] By: merijn                                on 2004/01/19  16:11:22
9919         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
9920              See INSTALL for more details
9921      Branch: perl
9922            ! Configure
9923 ____________________________________________________________________________
9924 [ 22175] By: merijn                                on 2004/01/19  16:05:50
9925         Log: Describe how to limit the perl's default @INC during Configure
9926              to _not_ include older versions
9927      Branch: perl
9928            ! INSTALL
9929 ____________________________________________________________________________
9930 [ 22174] By: merijn                                on 2004/01/19  10:41:24
9931         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
9932              Date: Sun, 18 Jan 2004 12:51:23 -0600
9933              From: "Craig A. Berry" <craigberry@mac.com>
9934              Message-ID: <400AD5AB.3080708@mac.com>
9935      Branch: perl
9936            ! perlio.c
9937 ____________________________________________________________________________
9938 [ 22173] By: merijn                                on 2004/01/19  10:27:53
9939         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
9940              Date: Sun, 18 Jan 2004 17:03:30 -0600
9941              From: "Craig A. Berry" <craigberry@mac.com>
9942              Message-ID: <400B10C2.9060504@mac.com>
9943      Branch: perl
9944            ! configure.com
9945 ____________________________________________________________________________
9946 [ 22172] By: davem                                 on 2004/01/17  23:58:04
9947         Log: back out change #24914 "freeing a CV reference that was currently
9948              being executed caused coredumps".
9949              The new test case sometimes locks up linux's malloc, and with
9950              Perl's malloc the test code still coredumps :-(
9951      Branch: perl
9952            ! perl.c scope.c scope.h sv.c t/op/closure.t
9953 ____________________________________________________________________________
9954 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
9955         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
9956              From: "Green, Paul" <Paul.Green@stratus.com>
9957              Date: Thu, 15 Jan 2004 16:00:15 -0500
9958              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
9959      Branch: perl
9960            ! README.vos hv.c pp_pack.c vos/Changes
9961 ____________________________________________________________________________
9962 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
9963         Log: Subject: Re: open/or inconsistency
9964              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9965              Date: Sat, 17 Jan 2004 19:59:55 +0900
9966              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
9967              (plus a test.)
9968              Don't produce the warning for constructs like
9969              open my $fh, $file or die;
9970      Branch: perl
9971            ! op.c t/lib/warnings/op
9972 ____________________________________________________________________________
9973 [ 22169] By: davem                                 on 2004/01/17  18:02:31
9974         Log: Subject:  Perl core dumps when running out of memory [PATCH]
9975              From:  Gisle Aas <gisle@ActiveState.com>
9976              Date:  17 Jan 2004 06:18:13 -0800
9977              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
9978
9979              Display 'out of memeory' errors using low-level I/O to avoid
9980              recursive failure and so coredumps.
9981      Branch: perl
9982            ! util.c
9983 ____________________________________________________________________________
9984 [ 22168] By: davem                                 on 2004/01/17  17:38:21
9985         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
9986              Subject: [PATCH ] Enhanced DBM Filters
9987              Date: Sat, 17 Jan 2004 16:44:53 -0000
9988              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
9989
9990              add DBM_Filter
9991      Branch: perl
9992            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
9993            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
9994            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
9995            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
9996            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
9997            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
9998            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
9999            + lib/dbm_filter_util.pl
10000            ! MANIFEST
10001 ____________________________________________________________________________
10002 [ 22167] By: davem                                 on 2004/01/17  16:12:32
10003         Log: freeing a CV reference that was currently being
10004              executed caused coredumps
10005      Branch: perl
10006            ! perl.c scope.c scope.h sv.c t/op/closure.t
10007 ____________________________________________________________________________
10008 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
10009         Log: Integrate final perl583delta
10010      Branch: perl
10011           !> pod/perl583delta.pod
10012 ____________________________________________________________________________
10013 [ 22163] By: davem                                 on 2004/01/16  19:24:14
10014         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
10015              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
10016              Date:  Thu, 15 Jan 2004 14:10:37 -0800
10017              Message-Id:  <20040115221037.GA2392@efn.org>
10018
10019              Add sv_2iv_flags() to allow magic to be optionally processed.
10020      Branch: perl
10021            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
10022            ! proto.h sv.c sv.h t/op/bop.t
10023 ____________________________________________________________________________
10024 [ 22162] By: davem                                 on 2004/01/16  16:39:17
10025         Log: format bug with undefined _TOP
10026              name of format_TOP now derived from the name of the current
10027              filehandle rather then the name of the  format associetd with that
10028              handle
10029      Branch: perl
10030            ! pp_sys.c t/op/write.t
10031 ____________________________________________________________________________
10032 [ 22161] By: davem                                 on 2004/01/16  13:29:26
10033         Log: Subject: [PATCH] format/write (version 2)
10034              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
10035              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
10036
10037              Fixes and additions to formats:
10038
10039              Improvement: NULL chars in picture line
10040              Bugfix: C<@*> shown in output if not alone on a line
10041              New feature: C<^*> for variable-width, one-line-at-a-time text
10042              Improvement: Diagnostic on C<@#> and C<~~>
10043              Bugfix: Segmentation fault on big numbers
10044              Improvement (maybe): Truncation of numbers produces misleading output
10045              Bugfix: "}" terminates format
10046              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
10047      Branch: perl
10048            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
10049            ! pp_ctl.c proto.h t/op/write.t toke.c
10050 ____________________________________________________________________________
10051 [ 22160] By: davem                                 on 2004/01/15  23:49:02
10052         Log: buigid #24905 - the code planted to call glob() retained an
10053              extraneous targ index in a pushmark op, leasing to strangeness
10054              when the op was freed
10055      Branch: perl
10056            ! op.c
10057 ____________________________________________________________________________
10058 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
10059         Log: Upgrade to Time::HiRes 1.55
10060      Branch: perl
10061            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10062            ! ext/Time/HiRes/HiRes.xs
10063 ____________________________________________________________________________
10064 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
10065         Log: Make chomp heed the utf8 flags on the target string and $/
10066              [Fixes #24888]
10067              More work still needed to make chomp heed the encoding pragma.
10068      Branch: perl
10069            ! doop.c t/op/chop.t
10070 ____________________________________________________________________________
10071 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
10072         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
10073              [Forgot to do this as part of the integration]
10074      Branch: perl
10075            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
10076            ! vms/descrip_mms.template win32/pod.mak
10077 ____________________________________________________________________________
10078 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
10079         Log: Integrate:
10080              [ 22143]
10081              We're planning on making history today. Mind you, not that much -
10082              only 1 line.
10083
10084              perl583delta.pod
10085      Branch: perl
10086           +> pod/perl583delta.pod
10087            ! MANIFEST
10088           !> pod/perlhist.pod
10089 ____________________________________________________________________________
10090 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
10091         Log: Bump version number as file has changed since 5.8.2
10092      Branch: perl
10093            ! lib/File/Find.pm
10094 ____________________________________________________________________________
10095 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
10096         Log: Subject:  Doc patches for File::Find
10097              From:  Andy Lester <andy@petdance.com>
10098              Date:  Mon, 12 Jan 2004 00:10:50 -0600
10099              Message-Id:  <20040112061050.GB7308@petdance.com>
10100      Branch: perl
10101            ! lib/File/Find.pm
10102 ____________________________________________________________________________
10103 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
10104         Log: Assimilate CGI 3.03
10105      Branch: perl
10106            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
10107 ____________________________________________________________________________
10108 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
10109         Log: Add VMS to the list of "don't fork" OSes
10110              [In the most simple way possible. Fix this properly post 5.8.3
10111              to use $Config{d_fork} or something more robust]
10112      Branch: perl
10113            ! ext/threads/shared/t/wait.t
10114 ____________________________________________________________________________
10115 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
10116         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
10117              From: Tels <perl_dummy@bloodgate.com>
10118              Date: Tue, 13 Jan 2004 19:28:48 +0100
10119              Message-Id: <200401131928.50247@bloodgate.com>
10120      Branch: perl
10121            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
10122            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
10123            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
10124            ! lib/Math/BigInt/t/sub_mbi.t
10125 ____________________________________________________________________________
10126 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
10127         Log: MANIFEST adjustment.
10128      Branch: perl
10129            ! MANIFEST
10130 ____________________________________________________________________________
10131 [ 22126] By: ams                                   on 2004/01/13  07:16:33
10132         Log: Upgrade to Locale::Maketext 1.07.
10133      Branch: perl
10134            + lib/Locale/Maketext/t/04super.t
10135            + lib/Locale/Maketext/t/05super.t
10136            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
10137            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
10138 ____________________________________________________________________________
10139 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
10140         Log: Document usage of $_ and pos() inside /(?{...})/.
10141              (see change #2367.)
10142      Branch: perl
10143            ! pod/perlre.pod
10144 ____________________________________________________________________________
10145 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
10146         Log: Upgrade to MIME::Base64 2.23.
10147      Branch: perl
10148            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
10149            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
10150 ____________________________________________________________________________
10151 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
10152         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
10153              From: Robin Barker <Robin.Barker@npl.co.uk>
10154              Date: Thu, 8 Jan 2004 16:21:25 -0000
10155              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
10156      Branch: perl
10157            ! handy.h
10158 ____________________________________________________________________________
10159 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
10160         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
10161              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
10162              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
10163              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
10164      Branch: perl
10165            ! ext/threads/shared/t/wait.t
10166 ____________________________________________________________________________
10167 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
10168         Log: use sv_setpvn rather than sv_setpv and save a strlen()
10169      Branch: perl
10170            ! doop.c
10171 ____________________________________________________________________________
10172 [ 22120] By: merijn                                on 2004/01/12  13:04:42
10173         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
10174              From: Gisle Aas <gisle@ActiveState.com>
10175              Date: 12 Jan 2004 02:35:27 -0800
10176              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
10177      Branch: perl
10178            ! Configure
10179 ____________________________________________________________________________
10180 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
10181         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
10182              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10183              Date: Mon, 12 Jan 2004 11:19:37 +0900
10184              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
10185      Branch: perl
10186            ! doop.c t/op/join.t
10187 ____________________________________________________________________________
10188 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
10189         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
10190              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
10191              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
10192              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
10193      Branch: perl
10194            ! ext/threads/shared/t/wait.t
10195 ____________________________________________________________________________
10196 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
10197         Log: Regenerate win32/Makefile and win32/makefile.mk after
10198
10199              Integrate:
10200              [ 22081]
10201              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
10202              a copy to be made at build time.
10203
10204              [ 22111]
10205              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
10206              From: Abe Timmerman <abe@ztreet.demon.nl>
10207              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
10208              Date: Sun, 11 Jan 2004 18:13:40 +0100
10209
10210              plus revert 22092 and 22080
10211      Branch: perl
10212            ! pod.lst win32/Makefile win32/makefile.mk
10213           !> pod/buildtoc
10214 ____________________________________________________________________________
10215 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
10216         Log: Upgrade to Cwd 2.14.
10217      Branch: perl
10218            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
10219 ____________________________________________________________________________
10220 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
10221         Log: Upgrade to Math::BigRat 0.11
10222
10223              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
10224              From: Tels <perl_dummy@bloodgate.com>
10225              Date: Wed, 7 Jan 2004 18:30:06 +0100
10226              Message-Id: <200401071830.07445@bloodgate.com>
10227      Branch: perl
10228            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
10229            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
10230 ____________________________________________________________________________
10231 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
10232         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
10233              From: Steve Hay <steve.hay@uk.radan.com>
10234              Date: Wed, 07 Jan 2004 13:22:30 +0000
10235              Message-ID: <3FFC0816.9090406@uk.radan.com>
10236
10237              (and increment version number in Carp)
10238      Branch: perl
10239            ! lib/Carp.pm lib/Carp/Heavy.pm
10240 ____________________________________________________________________________
10241 [ 22108] By: adi                                   on 2004/01/10  21:33:59
10242         Log: documentation nit
10243      Branch: perl
10244            ! pod/perlop.pod
10245 ____________________________________________________________________________
10246 [ 22107] By: adi                                   on 2004/01/10  20:19:09
10247         Log: nit to Bytecode - the av_extend opcode wasn't saved when
10248              the array had AvFILL == 0
10249      Branch: perl
10250            ! ext/B/B/Assembler.pm
10251 ____________________________________________________________________________
10252 [ 22106] By: adi                                   on 2004/01/10  20:16:03
10253         Log: still problems with backreferences + reverse cloning
10254              after #21936 - the weak reference may live on the pad.
10255      Branch: perl
10256            ! sv.c
10257 ____________________________________________________________________________
10258 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
10259         Log: Bah. Makefile.PL still tests the sub-MANIFEST
10260      Branch: perl
10261            ! ext/Storable/MANIFEST
10262 ____________________________________________________________________________
10263 [ 22103] By: davem                                 on 2004/01/09  12:20:38
10264         Log: temporarily backout test of thread returning a closure. It crashes
10265              win32.
10266      Branch: perl
10267            ! ext/threads/t/problems.t
10268 ____________________________________________________________________________
10269 [ 22102] By: davem                                 on 2004/01/08  22:32:28
10270         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
10271              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
10272
10273              Returning a closure from a thread (via join) could mess up because
10274              pointers to PL_sv_undef weren't rejigged to point at the joiner's
10275              version of PL_sv_undef. Also, the closure's CvGV got cloned too
10276              but never freed, since CvGV isn't refcounted.
10277      Branch: perl
10278            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
10279 ____________________________________________________________________________
10280 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
10281         Log: perl582delta.pod was not in the MANIFEST.
10282      Branch: perl
10283            ! MANIFEST
10284 ____________________________________________________________________________
10285 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
10286         Log: Integrate:
10287              [ 22093]
10288              Graham says that the search.cpan.org pod finder hashes on name
10289              The 4 files all thinking they are perldelta.pod confuses it.
10290      Branch: perl
10291           +> pod/perl582delta.pod
10292           !> pod/perl581delta.pod pod/perl58delta.pod
10293 ____________________________________________________________________________
10294 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
10295         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
10296              From: Abigail <abigail@abigail.nl>
10297              Message-ID: <20040107230027.GC393@abigail.nl>
10298              Date: Thu, 8 Jan 2004 00:00:27 +0100
10299      Branch: perl
10300            ! pod/perlhist.pod
10301 ____________________________________________________________________________
10302 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
10303         Log:
10304              22088 22089 22090 (datestamp corrections - let's see if this really
10305              works)
10306      Branch: perl
10307           !> (integrate 35 files)
10308 ____________________________________________________________________________
10309 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
10310         Log: Hardcoded numerical flag masks. Bad.
10311      Branch: perl
10312            ! doop.c
10313 ____________________________________________________________________________
10314 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
10315         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
10316              so that re will build properly on Win32. Thanks to Steve Hay for
10317              trying COW and finding the problems.
10318      Branch: perl
10319            ! embed.fnc embed.h
10320 ____________________________________________________________________________
10321 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
10322         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
10323      Branch: perl
10324            + t/run/switch0.t
10325            ! MANIFEST perl.c
10326 ____________________________________________________________________________
10327 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
10328         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
10329              like this pre 5.8.1, I suspect that no-one has used it recently.
10330      Branch: perl
10331            ! win32/makefile.mk
10332 ____________________________________________________________________________
10333 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
10334         Log: The TODO tag should be included also when a TODO test succeeds,
10335              so it's reported by the test harness
10336      Branch: perl
10337            ! t/op/write.t
10338 ____________________________________________________________________________
10339 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
10340         Log: This TODO test seems to pass now.
10341      Branch: perl
10342            ! t/op/write.t
10343 ____________________________________________________________________________
10344 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
10345         Log: Some of the bitwise manipulation PP functions weren't checking
10346              whether their arguments were magical before using them.
10347              (bug [#24816]).
10348      Branch: perl
10349            ! pp.c
10350 ____________________________________________________________________________
10351 [ 22071] By: davem                                 on 2004/01/05  22:17:04
10352         Log:
10353              stop $^O getting tainted on read access, and disallow tainted
10354              assignment to it
10355      Branch: perl
10356            ! mg.c t/op/taint.t
10357 ____________________________________________________________________________
10358 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
10359         Log: Some mandatory syntax warnings emitted by the lexer weren't
10360              disableable (bug [perl #24815]).
10361      Branch: perl
10362            ! pod/perldiag.pod t/lib/warnings/toke toke.c
10363 ____________________________________________________________________________
10364 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
10365         Log: Change the flag logic in buildtoc
10366      Branch: perl
10367            ! pod.lst pod/buildtoc
10368 ____________________________________________________________________________
10369 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
10370         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
10371      Branch: perl
10372            ! pod/buildtoc
10373 ____________________________________________________________________________
10374 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
10375         Log: Subject: [PATCH] skip num.t #47 on VMS
10376              From: "Craig A. Berry" <craigberry@mac.com>
10377              Date: Sun, 04 Jan 2004 23:16:26 -0600
10378              Message-ID: <3FF8F32A.5000108@mac.com>
10379      Branch: perl
10380            ! t/base/num.t
10381 ____________________________________________________________________________
10382 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
10383         Log: Subject: [PATCH configure.com] future-proof signal check
10384              From: "Craig A. Berry" <craigberry@mac.com>
10385              Date: Sun, 04 Jan 2004 22:53:40 -0600
10386              Message-ID: <3FF8EDD4.3080308@mac.com>
10387      Branch: perl
10388            ! configure.com
10389 ____________________________________________________________________________
10390 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
10391         Log: Upgrade to Cwd 2.13
10392      Branch: perl
10393            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
10394 ____________________________________________________________________________
10395 [ 22055] By: davem                                 on 2004/01/04  19:34:36
10396         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
10397              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
10398              Date: Fri, 2 Jan 2004 11:31:46 +0100
10399              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
10400
10401              eval of of a truncated format should fail
10402      Branch: perl
10403            ! t/op/write.t toke.c
10404 ____________________________________________________________________________
10405 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
10406         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
10407      Branch: perl
10408            ! lib/PerlIO/via/QuotedPrint.pm
10409 ____________________________________________________________________________
10410 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
10411         Log: Upgrade to Time::HiRes 1.54
10412      Branch: perl
10413            + ext/Time/HiRes/hints/solaris.pl
10414            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10415            ! ext/Time/HiRes/HiRes.xs
10416 ____________________________________________________________________________
10417 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
10418         Log: No matter how hard you proof read it, something always slips through.
10419      Branch: perl
10420            ! ext/Storable/ChangeLog
10421 ____________________________________________________________________________
10422 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
10423         Log: Fix minor problems with the CPAN release
10424              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
10425              2: Ship the linux hints file
10426              3: Ship Test::More for the benefit of Perls pre 5.6.2
10427              4: Correct Makefile.PL to install in core for 5.8.0 and later
10428      Branch: perl
10429            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
10430            ! ext/Storable/Makefile.PL ext/Storable/README
10431            ! ext/Storable/Storable.pm
10432 ____________________________________________________________________________
10433 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
10434         Log: Tidy up change #18751, so that the second parameter to unpack()
10435              defaults to $_ at compile-time, instead of run-time (like all
10436              other primitives that default to $_).
10437      Branch: perl
10438            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
10439 ____________________________________________________________________________
10440 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
10441         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
10442              documentaiton, update Arthur's e-mail address
10443      Branch: perl
10444            ! ext/threads/threads.pm
10445 ____________________________________________________________________________
10446 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
10447         Log: Use the optimization level -O2 by default on Linux/gcc.
10448              See :
10449              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
10450              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
10451              Date: Thu, 1 Jan 2004 05:32:15 +0100
10452              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
10453      Branch: perl
10454            ! hints/linux.sh
10455 ____________________________________________________________________________
10456 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
10457         Log: Update debugger version number and Changes file
10458      Branch: perl
10459            ! lib/perl5db.pl
10460 ____________________________________________________________________________
10461 [ 22037] By: davem                                 on 2004/01/01  23:22:10
10462         Log: addition to 22036 (document SUPER better): superclass may be plural
10463      Branch: perl
10464            ! pod/perlbot.pod pod/perlobj.pod
10465 ____________________________________________________________________________
10466 [ 22036] By: davem                                 on 2004/01/01  22:23:11
10467         Log: Document the quirks of SUPER, especially the fact that it it
10468              relative to the current package and not to the invoking object.
10469      Branch: perl
10470            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
10471            ! pod/perltoot.pod
10472 ____________________________________________________________________________
10473 [ 22034] By: davem                                 on 2004/01/01  19:58:08
10474         Log: Fix bug #24383, where hashes with the :unique attribute weren't
10475              getting made readonly on interpreter clone. Also, remove the
10476              :unique attribute from the hashes in warnings.pm, since they may
10477              later be modified by warnings::register.  Finally, adds tests for
10478              the :unique attribute.
10479      Branch: perl
10480            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
10481 ____________________________________________________________________________
10482 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
10483         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
10484              From: Dorner Thomas <tdorner@amadeus.net>
10485              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
10486              Date: Fri, 19 Dec 2003 07:16:47 +0100
10487      Branch: perl
10488            ! t/io/utf8.t t/op/pat.t
10489 ____________________________________________________________________________
10490 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
10491         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
10492              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10493              Date: Thu, 18 Dec 2003 14:10:29 -0800
10494              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
10495      Branch: perl
10496            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
10497            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
10498            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
10499 ____________________________________________________________________________
10500 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
10501         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
10502      Branch: perl
10503            ! pod/perlunicode.pod
10504 ____________________________________________________________________________
10505 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
10506         Log: Document that detached threads aren't supported on Windows yet.
10507      Branch: perl
10508            ! ext/threads/threads.pm
10509 ____________________________________________________________________________
10510 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
10511         Log: Upgrade to Getopt::Long 2.34_01
10512      Branch: perl
10513            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
10514 ____________________________________________________________________________
10515 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
10516         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
10517              beautiful clean run of OKs. You are all getting a clean run of OKs,
10518              aren't you?
10519      Branch: perl
10520            ! lib/Test/Harness/t/00compile.t
10521 ____________________________________________________________________________
10522 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
10523         Log: Subject: [PATCH] "piconv -C 512" badly broken
10524              From: Autrijus Tang <autrijus@autrijus.org>
10525              Message-Id: <1072870210.769.5.camel@localhost>
10526              Date: Wed, 31 Dec 2003 19:30:10 +0800
10527      Branch: perl
10528            ! ext/Encode/bin/piconv
10529 ____________________________________________________________________________
10530 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
10531         Log: Upgrade to Test::Harness 2.40.
10532      Branch: perl
10533            ! lib/Test/Harness.pm lib/Test/Harness/Changes
10534            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
10535            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
10536            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
10537            ! lib/Test/Harness/t/prove-switches.t
10538            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
10539            ! lib/Test/Harness/t/test-harness.t
10540 ____________________________________________________________________________
10541 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
10542         Log: C++ comments, bad.
10543      Branch: perl
10544            ! ext/Cwd/Cwd.xs
10545 ____________________________________________________________________________
10546 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
10547         Log: Bump VERSION numbers
10548      Branch: perl
10549            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
10550            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
10551            ! lib/diagnostics.pm
10552 ____________________________________________________________________________
10553 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
10554         Log: A patch for Test::Harness on VMS by Craig Berry
10555              (see RT CPAN bug #4745)
10556      Branch: perl
10557            ! lib/Test/Harness/Straps.pm
10558 ____________________________________________________________________________
10559 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
10560         Log: Subject: more uni doc tweakage
10561              From: Jarkko Hietaniemi <jhi@iki.fi>
10562              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
10563              Date: Tue, 30 Dec 2003 15:37:55 +0200
10564
10565              Subject: one more pod fix
10566              From: Jarkko Hietaniemi <jhi@iki.fi>
10567              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
10568              Date: Tue, 30 Dec 2003 15:56:41 +0200
10569      Branch: perl
10570            ! lib/PerlIO.pm pod/perlunicode.pod
10571 ____________________________________________________________________________
10572 [ 22009] By: davem                                 on 2003/12/30  17:14:44
10573         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
10574      Branch: perl
10575            ! pod/perlrun.pod
10576 ____________________________________________________________________________
10577 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
10578         Log: Upgrade to Math::BigInt 1.68.
10579      Branch: perl
10580            + lib/Math/BigInt/t/bigroot.t
10581            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10582            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
10583            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
10584            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
10585            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
10586 ____________________________________________________________________________
10587 [ 22005] By: davem                                 on 2003/12/30  15:07:50
10588         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
10589              heuristics for calculating buffer size needed to compile a format
10590              didn't allow for \0
10591      Branch: perl
10592            ! pp_ctl.c t/op/write.t
10593 ____________________________________________________________________________
10594 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
10595         Log: Add a regression test for bug #24762
10596      Branch: perl
10597            ! t/comp/parser.t
10598 ____________________________________________________________________________
10599 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
10600         Log: Updates the notes about byacc in pumpkin.pod.
10601      Branch: perl
10602            ! Porting/pumpkin.pod
10603 ____________________________________________________________________________
10604 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
10605         Log: Bump up UNIVERSAL's version to 1.02
10606              (due to fix #21418)
10607      Branch: perl
10608            ! lib/UNIVERSAL.pm
10609 ____________________________________________________________________________
10610 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
10611         Log: Add Mike Pomraning
10612      Branch: perl
10613            ! AUTHORS
10614 ____________________________________________________________________________
10615 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
10616         Log: Update the README and Changes files for Switch 2.10
10617      Branch: perl
10618            ! lib/Switch/Changes lib/Switch/README
10619 ____________________________________________________________________________
10620 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
10621         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
10622      Branch: perl
10623            ! lib/Switch.pm
10624 ____________________________________________________________________________
10625 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
10626         Log: Windows hasn't getuid/setuid and friends.
10627              Therefore disable the code related to them in POSIX.xs.
10628
10629              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
10630              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
10631              Date: Mon, 29 Dec 2003 04:51:19 +0100
10632              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
10633      Branch: perl
10634            ! ext/POSIX/POSIX.xs
10635 ____________________________________________________________________________
10636 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
10637         Log: Subject: [PATCH] win32_chsize buglet
10638              From: "Kevin Chase" <kevincha99@hotmail.com>
10639              Date: Sun, 28 Dec 2003 15:48:56 -0800
10640              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
10641      Branch: perl
10642            ! win32/win32.c
10643 ____________________________________________________________________________
10644 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
10645         Log: Upgrade to Encode 1.99.
10646      Branch: perl
10647            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
10648            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
10649            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
10650            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
10651            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
10652            ! ext/Encode/ucm/macHebrew.ucm
10653 ____________________________________________________________________________
10654 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
10655         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
10656      Branch: perl
10657            ! win32/win32.c
10658 ____________________________________________________________________________
10659 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
10660         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
10661              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
10662              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
10663              Date: Thu, 25 Sep 2003 21:49:07 +0000
10664      Branch: perl
10665            ! dosish.h win32/win32.c win32/win32sck.c
10666 ____________________________________________________________________________
10667 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
10668         Log: Regenerate the perly.c patch for byacc output painless fixing
10669      Branch: perl
10670            ! perly_c.diff
10671 ____________________________________________________________________________
10672 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
10673         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
10674      Branch: perl
10675            ! perly.c perly.y vms/perly_c.vms
10676 ____________________________________________________________________________
10677 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
10678         Log: Subject: Cross compilation patches for arm.
10679              From: Redvers Davies <red@criticalintegration.com>
10680              Message-Id: <1072098653.4789.6.camel@ragefire>
10681              Date: Mon, 22 Dec 2003 08:11:34 -0500
10682      Branch: perl
10683            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
10684            ! Cross/config.sh-arm-linux Cross/installperl.patch
10685 ____________________________________________________________________________
10686 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
10687         Log: Fix bug [perl #24735] : make sure that the range (..) operator
10688              treats an undefined argument as 0 for numerical ranges and as ""
10689              for magical string ranges.
10690      Branch: perl
10691            ! pp_ctl.c t/op/range.t
10692 ____________________________________________________________________________
10693 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
10694         Log: Subject: PATCH:  *DB*_File
10695              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
10696              Date: Sat, 27 Dec 2003 20:02:30 -0000
10697              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
10698      Branch: perl
10699            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
10700            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
10701            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
10702            ! ext/DB_File/typemap ext/GDBM_File/typemap
10703            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
10704            ! ext/SDBM_File/typemap
10705 ____________________________________________________________________________
10706 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
10707         Log: Straggler from Cwd
10708      Branch: perl
10709            + ext/Cwd/Changes
10710 ____________________________________________________________________________
10711 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
10712         Log: Straggler from Unicode::Collate.
10713              We need to automate this.
10714              For some value of we. (tr/w/m/ I suspect)
10715      Branch: perl
10716            + lib/Unicode/Collate/t/rearrang.t
10717 ____________________________________________________________________________
10718 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
10719         Log: Assimilate Unicode::Collate 0.33
10720      Branch: perl
10721            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
10722            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
10723            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
10724            ! lib/Unicode/Collate/t/contract.t
10725            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
10726            ! lib/Unicode/Collate/t/version.t
10727 ____________________________________________________________________________
10728 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
10729         Log: Assimilate PodParser-1.26
10730      Branch: perl
10731            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
10732            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
10733            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
10734            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
10735 ____________________________________________________________________________
10736 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
10737         Log: Assimilate File::Spec 0.87
10738      Branch: perl
10739            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
10740 ____________________________________________________________________________
10741 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
10742         Log: Assimilate Digest 1.05
10743      Branch: perl
10744            ! lib/Digest.pm lib/Digest/t/digest.t
10745 ____________________________________________________________________________
10746 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
10747         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
10748              21646 was only applied to core (must punt this back and thereby unfork)
10749              Need to fix test boilerplate properly for PERL_CORE
10750      Branch: perl
10751            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
10752            ! ext/Cwd/t/taint.t lib/Cwd.pm
10753 ____________________________________________________________________________
10754 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
10755         Log: Subject: [PATCH] Remove Win32 compiler warnings
10756              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
10757              Date: Sat, 27 Dec 2003 17:39:20 +0100
10758              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
10759      Branch: perl
10760            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
10761 ____________________________________________________________________________
10762 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
10763         Log: Allow overriding of the p4 settings via environment variables
10764              Make regexp more robust to parse FreeBSD's patch output
10765      Branch: perl
10766            ! Porting/apply
10767 ____________________________________________________________________________
10768 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
10769         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
10770              From: Slaven Rezic <slaven@rezic.de>
10771              Date: 01 May 2003 21:28:10 +0200
10772              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
10773      Branch: perl
10774            ! lib/FindBin.pm lib/FindBin.t
10775 ____________________________________________________________________________
10776 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
10777         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
10778              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
10779              Date: Sat, 27 Dec 2003 02:48:19 +0100
10780              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
10781      Branch: perl
10782            ! sv.c
10783 ____________________________________________________________________________
10784 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
10785         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
10786              as I'm going to integrate the core patch
10787      Branch: perl
10788            ! ext/List/Util/t/weak.t
10789 ____________________________________________________________________________
10790 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
10791         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
10792              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
10793              Date: Fri, 26 Dec 2003 02:47:09 +0100
10794              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
10795      Branch: perl
10796            ! sv.c
10797 ____________________________________________________________________________
10798 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
10799         Log: Refactor the code that checks whether a range is numeric
10800              or string-magical.
10801      Branch: perl
10802            ! pp_ctl.c
10803 ____________________________________________________________________________
10804 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
10805         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
10806              This fixes building SDBM_File on AIX.
10807      Branch: perl
10808            ! ext/SDBM_File/sdbm/Makefile.PL
10809 ____________________________________________________________________________
10810 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
10811         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
10812              update the perl variables PL_uid and PL_euid (resp. PL_gid
10813              and PL_egid) with the new values.
10814      Branch: perl
10815            ! ext/POSIX/POSIX.xs
10816 ____________________________________________________________________________
10817 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
10818         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
10819              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
10820              Date: Thu, 18 Dec 2003 12:30:06 -0800
10821              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
10822      Branch: perl
10823            ! config_h.SH
10824 ____________________________________________________________________________
10825 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
10826         Log: Subject: BigInt v1.68 - pre-release
10827              From: Tels <perl_dummy@bloodgate.com>
10828              Date: Tue, 23 Dec 2003 01:09:23 +0100
10829              Message-Id: <200312230106.27661@bloodgate.com>
10830      Branch: perl
10831            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
10832            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
10833            + lib/Math/BigInt/t/sub_ali.t
10834            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10835            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
10836            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
10837            ! lib/Math/BigInt/t/upgrade.inc
10838 ____________________________________________________________________________
10839 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
10840         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
10841              From: Fergal Daly <fergal@esatclear.ie>
10842              Date: Tue, 2 Dec 2003 23:18:18 +0000
10843              Message-Id: <200312022318.18353.fergal@esatclear.ie>
10844
10845              (tweaked so the test is skipped on perls < 5.9.0)
10846      Branch: perl
10847            ! ext/List/Util/t/weak.t sv.c
10848 ____________________________________________________________________________
10849 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
10850         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
10851              From:  PPrymmer@factset.com
10852              Date:  Tue, 23 Dec 2003 17:27:44 -0500
10853              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
10854      Branch: perl
10855            ! README.vms
10856 ____________________________________________________________________________
10857 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
10858         Log: Subject: [patch t/test.pl] comment fix
10859              From: Stas Bekman <stas@stason.org>
10860              Message-ID: <3FE8C65A.4060708@stason.org>
10861              Date: Tue, 23 Dec 2003 14:48:58 -0800
10862      Branch: perl
10863            ! t/test.pl
10864 ____________________________________________________________________________
10865 [ 21951] By: adi                                   on 2003/12/22  23:22:12
10866         Log: re-fix [perl #24508] without speed regression.
10867              keep an eye on this.
10868      Branch: perl
10869            ! op.c opcode.h opcode.pl
10870 ____________________________________________________________________________
10871 [ 21950] By: adi                                   on 2003/12/22  23:19:25
10872         Log: sanitize some macros - based on Chip Salzenberg suggestions and
10873              on the way GNU people use the gcc-ish 'blocks in parens'
10874      Branch: perl
10875            ! XSUB.h sv.h
10876 ____________________________________________________________________________
10877 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
10878         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
10879              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
10880              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
10881              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
10882      Branch: perl
10883            ! ext/threads/shared/shared.xs
10884 ____________________________________________________________________________
10885 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
10886         Log: Subject:  doc nits
10887              From:  Jarkko Hietaniemi <jhi@iki.fi>
10888              Date:  Mon, 22 Dec 2003 21:57:34 +0200
10889              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
10890      Branch: perl
10891            ! pod/perltodo.pod pod/perlunicode.pod
10892 ____________________________________________________________________________
10893 [ 21944] By: merijn                                on 2003/12/22  10:13:43
10894         Log: Subject: [PATCH] configure.com archname tweak
10895              From: "Craig A. Berry" <craigberry@mac.com>
10896              Date: Sun, 21 Dec 2003 23:07:13 -0600
10897              Message-ID: <3FE67C01.1000704@mac.com>
10898      Branch: perl
10899            ! configure.com
10900 ____________________________________________________________________________
10901 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
10902         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
10903              From: Mike Guy <mjtg@cam.ac.uk>
10904              Date: Fri, 19 Dec 2003 17:17:11 +0000
10905              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
10906      Branch: perl
10907            ! pod/perlsec.pod
10908 ____________________________________________________________________________
10909 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
10910         Log: Fix a side-effect of bug #24674 in the perl debugger.
10911
10912              Subject: [perl #24674] 5.x odd taint bug
10913              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
10914              Date: 16 Dec 2003 15:03:24 -0000
10915              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
10916      Branch: perl
10917            ! lib/perl5db.pl
10918 ____________________________________________________________________________
10919 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
10920         Log: Subject: Perl 5.8.3 patches from the BS2000 port
10921              From: Dorner Thomas <tdorner@amadeus.net>
10922              Date: Wed, 17 Dec 2003 15:41:17 +0100
10923              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
10924      Branch: perl
10925            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
10926 ____________________________________________________________________________
10927 [ 21937] By: adi                                   on 2003/12/20  21:37:03
10928         Log: after back-references, restricted hashes.
10929              see http://nntp.perl.org/group/perl.perl5.porters/86497
10930              this is hopefully only a temporary solution.
10931      Branch: perl
10932            ! perl.c
10933 ____________________________________________________________________________
10934 [ 21936] By: adi                                   on 2003/12/20  21:32:37
10935         Log: fix [perl #24660], [perl #24663].
10936      Branch: perl
10937            ! mg.c sv.c
10938 ____________________________________________________________________________
10939 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
10940         Log: Upgrade to Time::Local 1.07_94
10941      Branch: perl
10942            ! lib/Time/Local.pm lib/Time/Local.t
10943 ____________________________________________________________________________
10944 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
10945         Log: Subject: [PATCH] OpenVMS I64 support
10946              From: "Craig A. Berry" <craigberry@mac.com>
10947              Message-ID: <3FE2441F.2070603@mac.com>
10948              Date: Thu, 18 Dec 2003 18:19:43 -0600
10949      Branch: perl
10950            ! configure.com vms/gen_shrfls.pl
10951 ____________________________________________________________________________
10952 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
10953         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
10954              <20031220124854.GA1265@ratsnest.hole> )
10955      Branch: perl
10956            ! hv.c
10957 ____________________________________________________________________________
10958 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
10959         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
10960              Configure test for troublesome gconvert(), so for now simply avoid
10961              the optimisation that calls gconvert() in this case.
10962      Branch: perl
10963            ! sv.c
10964 ____________________________________________________________________________
10965 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
10966         Log: Upgrade to CGI.pm 3.01
10967      Branch: perl
10968            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
10969            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
10970            ! lib/CGI/t/request.t
10971 ____________________________________________________________________________
10972 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
10973         Log: Subject: [DOCPATCH] base.pm
10974              From: Elizabeth Mattijsen <liz@dijkmat.nl>
10975              Date: Thu, 18 Dec 2003 22:30:52 +0100
10976              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
10977
10978              Plus, remove leftover mentions of pseudo-hashes
10979      Branch: perl
10980            ! lib/base.pm
10981 ____________________________________________________________________________
10982 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
10983         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
10984      Branch: perl
10985            ! pod/perlhist.pod
10986 ____________________________________________________________________________
10987 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
10988         Log: Perl 1.0.16 has been released.
10989      Branch: perl
10990            ! pod/perlhist.pod
10991 ____________________________________________________________________________
10992 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
10993         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
10994              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
10995              Date: Wed, 17 Dec 2003 13:26:52 +0100
10996              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
10997      Branch: perl
10998            ! embed.fnc embed.h global.sym
10999 ____________________________________________________________________________
11000 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
11001         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
11002              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
11003              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
11004              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
11005      Branch: perl
11006            + ext/threads/shared/t/wait.t
11007            ! MANIFEST ext/threads/shared/shared.pm
11008            ! ext/threads/shared/shared.xs
11009 ____________________________________________________________________________
11010 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
11011         Log: Sync with the latest MakeMaker snapshot.
11012              But set the $VERSION to 6.21_01.
11013      Branch: perl
11014            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
11015            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
11016            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
11017            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
11018            ! lib/ExtUtils/instmodsh
11019 ____________________________________________________________________________
11020 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
11021         Log: Remove incorrect guards around inclusion of <signal.h>
11022              Causes problems with UNIX03/SUSv3
11023              Part 2 of change 21916 - oops!
11024
11025              See:
11026              Message-Id: <3FDD06A5.8010004@sun.com>
11027              Subject: Re: UNIX03 & C99 issue with 5.8.2
11028              From: Alan Burlison <Alan.Burlison@sun.com>
11029              Date: Mon, 15 Dec 2003 00:56:05 +0000
11030      Branch: perl
11031            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
11032 ____________________________________________________________________________
11033 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
11034         Log: Remove incorrect guards around inclusion of <signal.h>
11035              Causes problems with UNIX03/SUSv3
11036      Branch: perl
11037            ! doio.c
11038 ____________________________________________________________________________
11039 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
11040         Log: Add the macros dAX and dITEMS to PPPort.
11041      Branch: perl
11042            ! ext/Devel/PPPort/PPPort.pm
11043 ____________________________________________________________________________
11044 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
11045         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
11046              From: Stas Bekman <stas@stason.org>
11047              Date: Sun, 14 Dec 2003 15:12:40 -0800
11048              Message-ID: <3FDCEE68.3080509@stason.org>
11049      Branch: perl
11050            ! Porting/pumpkin.pod
11051 ____________________________________________________________________________
11052 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
11053         Log: Subject: [DOCPATCH] perlfunc delete
11054              From: Elizabeth Mattijsen <liz@dijkmat.nl>
11055              Date: Sun, 14 Dec 2003 20:25:07 +0100
11056              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
11057      Branch: perl
11058            ! pod/perlfunc.pod
11059 ____________________________________________________________________________
11060 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
11061         Log: Forgot to remove a comment
11062      Branch: perl
11063            ! pp.c
11064 ____________________________________________________________________________
11065 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
11066         Log: S_save_hek_flags should honour the "free" flag.
11067              Ought to mask the flag bits that shouldn't be stored.
11068      Branch: perl
11069            ! hv.c
11070 ____________________________________________________________________________
11071 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
11072         Log: Some fool missed a letter n.
11073              (and then "optimised" code based on its absense. D'oh)
11074              Restore the correct behaviour - fetch with uppercase key, then if
11075              still not found store with mixed/lowercase key.
11076      Branch: perl
11077            ! hv.c
11078 ____________________________________________________________________________
11079 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
11080         Log: Subject: Re: Change 21862
11081              From: Enache Adrian <enache@rdslink.ro>
11082              Date: Wed, 10 Dec 2003 06:05:58 +0200
11083              Message-ID: <20031210040558.GC1584@ratsnest.hole>
11084
11085              (1st hunk), plus the equivalent for hv_delete_common
11086      Branch: perl
11087            ! hv.c
11088 ____________________________________________________________________________
11089 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
11090         Log: Clean up a bug I introduced into caseless ENV hv_delete
11091              (should be the proper fix for 21870 and 21872's band aid)
11092      Branch: perl
11093            ! hv.c
11094 ____________________________________________________________________________
11095 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
11096         Log: Subject: Re: 5.6.2-RC1 on Cygwin
11097              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11098              Date: Sat, 6 Dec 2003 22:32:59 -0800
11099              Message-ID: <20031207063259.GA3004@efn.org>
11100              (with tweaks to cleanup code)
11101      Branch: perl
11102            ! t/op/taint.t
11103 ____________________________________________________________________________
11104 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
11105         Log: Add Perl_ceil
11106      Branch: perl
11107            ! perl.h pp.c
11108 ____________________________________________________________________________
11109 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
11110         Log: Reformat a long line in perlembed.pod (bug #24623).
11111      Branch: perl
11112            ! pod/perlembed.pod
11113 ____________________________________________________________________________
11114 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
11115         Log: The binary compatibility notes say that new global functions should
11116              go at the end. Not that I'm anything more than "trainee" when it
11117              comes to this bincompat stuff.
11118      Branch: perl
11119            ! embed.fnc proto.h
11120 ____________________________________________________________________________
11121 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
11122         Log: alarm() is now implemented on Win32.
11123      Branch: perl
11124            ! pod/perlport.pod
11125 ____________________________________________________________________________
11126 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
11127         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
11128      Branch: perl
11129            ! pod/buildtoc
11130 ____________________________________________________________________________
11131 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
11132         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
11133              From: David Dyck <david.dyck@fluke.com>
11134              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
11135              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
11136      Branch: perl
11137            ! lib/File/CheckTree.pm
11138 ____________________________________________________________________________
11139 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
11140         Log: Make the XSRETURN macro evaluate its argument only once.
11141      Branch: perl
11142            ! XSUB.h
11143 ____________________________________________________________________________
11144 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
11145         Log: More POD fixes ; regenerate perltoc and perlmodlib.
11146      Branch: perl
11147            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
11148            ! pod/perltoc.pod
11149 ____________________________________________________________________________
11150 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
11151         Log: Fix some of the pods to produce more standard manpages,
11152              as reported by Eric S. Raymond.
11153      Branch: perl
11154            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
11155 ____________________________________________________________________________
11156 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
11157         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
11158              From: Anders Johnson <ajohnson@nvidia.com>
11159              Date: Fri, 12 Dec 2003 14:07:40 -0800
11160              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
11161              (with tweaks)
11162      Branch: perl
11163            ! lib/Pod/Html.pm
11164 ____________________________________________________________________________
11165 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
11166         Log: Modify the common guard for the signal.h header, because
11167              C99 compilers don't like it.o
11168
11169              see :
11170              Subject: UNIX03 & C99 issue with 5.8.2
11171              From: Alan Burlison <Alan.Burlison@sun.com>
11172              Date: Fri, 12 Dec 2003 23:04:52 +0000
11173              Message-ID: <3FDA4994.6050209@sun.com>
11174      Branch: perl
11175            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
11176            ! util.c
11177 ____________________________________________________________________________
11178 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
11179         Log: Subject: [PATCH] Math::BigInt v1.67 released
11180              From: Tels <perl_dummy@bloodgate.com>
11181              Date: Fri, 12 Dec 2003 18:47:43 +0100
11182              Message-Id: <200312121847.49039@bloodgate.com>
11183      Branch: perl
11184            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11185            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
11186            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
11187            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
11188            ! lib/Math/BigInt/t/sub_mbi.t
11189 ____________________________________________________________________________
11190 [ 21881] By: merijn                                on 2003/12/12  16:09:14
11191         Log: Subject: [PATCH] d_u32align for win32
11192              From: Gisle Aas <gisle@ActiveState.com>
11193              Date: 11 Dec 2003 01:33:39 -0800
11194              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
11195      Branch: perl
11196            ! win32/config.bc win32/config.gc win32/config.vc
11197 ____________________________________________________________________________
11198 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
11199         Log: Subject: [PATCH] environ array fix for VMS
11200              From: "Craig A. Berry" <craigberry@mac.com>
11201              Date: Thu, 11 Dec 2003 14:35:29 -0600
11202              Message-ID: <3FD8D511.2030805@mac.com>
11203      Branch: perl
11204            ! vms/vms.c
11205 ____________________________________________________________________________
11206 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
11207         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
11208              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
11209              Message-ID: <3FD8E74F.7000202@mindspring.com>
11210              Date: Thu, 11 Dec 2003 16:53:19 -0500
11211      Branch: perl
11212            ! AUTHORS
11213 ____________________________________________________________________________
11214 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
11215         Log: Add a mention of the error "DESTROY created new reference
11216              to dead object" in perldiag.
11217      Branch: perl
11218            ! pod/perldiag.pod
11219 ____________________________________________________________________________
11220 [ 21876] By: adi                                   on 2003/12/11  23:04:03
11221         Log: #21866 was wrong. another try to plumb that damn leak.
11222      Branch: perl
11223            ! mg.c sv.c
11224 ____________________________________________________________________________
11225 [ 21875] By: adi                                   on 2003/12/11  20:11:07
11226         Log: fix bug #24605.
11227              substr() wasn't working when used repeatedly on the same utf-8
11228              string.
11229      Branch: perl
11230            ! sv.c t/op/substr.t
11231 ____________________________________________________________________________
11232 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
11233         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
11234              by Jan Dubois.
11235      Branch: perl
11236            ! lib/Switch.pm
11237 ____________________________________________________________________________
11238 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
11239         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
11240              From: Autrijus Tang <autrijus@autrijus.org>
11241              Date: Tue, 9 Dec 2003 20:39:16 +0800
11242              Message-ID: <20031209123915.GA1454@not.autrijus.org>
11243      Branch: perl
11244            ! ext/Encode/encoding.pm pod/perlunicode.pod
11245 ____________________________________________________________________________
11246 [ 21872] By: adi                                   on 2003/12/09  03:26:16
11247         Log: temporary fix to avoid t/op/tie.t failures on Win32
11248      Branch: perl
11249            ! hv.c
11250 ____________________________________________________________________________
11251 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
11252         Log: Upgrade to Digest-MD5 2.33.
11253      Branch: perl
11254            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11255            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
11256            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
11257 ____________________________________________________________________________
11258 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
11259         Log: Integrate change #21862 from maint-5.8 :
11260
11261              Win32/MinGW tweaks
11262              A. ENV_IS_CASELESS has trys to free(keysave) when
11263              keysave isn't in scope yet.
11264              B. For default makefile.mk which build with perlhost.h
11265              stuff "live" need to link with g++ to find new/delete etc.
11266      Branch: perl
11267           !> hv.c win32/makefile.mk
11268 ____________________________________________________________________________
11269 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
11270         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
11271              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
11272              Date: Mon, 08 Dec 2003 08:17:46 +0100
11273              Message-id: <20031208071746.GA594@ethan>
11274      Branch: perl
11275            ! hv.c mg.c
11276 ____________________________________________________________________________
11277 [ 21868] By: adi                                   on 2003/12/08  03:38:39
11278         Log: yet another leak. bigger fish still swimming around.
11279              #!perl
11280              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
11281              __END__
11282      Branch: perl
11283            ! pp_ctl.c
11284 ____________________________________________________________________________
11285 [ 21867] By: adi                                   on 2003/12/08  03:34:37
11286         Log: yet another 2 leaks. example for the second:
11287              #! perl
11288              eval q{ open $p{q}, "foo" } while 1
11289              __END__
11290      Branch: perl
11291            ! op.c
11292 ____________________________________________________________________________
11293 [ 21866] By: adi                                   on 2003/12/08  03:30:16
11294         Log: plumb a leak with pos().
11295
11296              #! perl
11297              while (1) {
11298              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
11299              }
11300              __END__
11301      Branch: perl
11302            ! sv.c
11303 ____________________________________________________________________________
11304 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
11305         Log: Subject: [PATCH] documenting SCALAR gotcha
11306              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
11307              Date: Sun, 07 Dec 2003 16:41:16 +0100
11308              Message-id: <20031207154116.GA825@ethan>
11309      Branch: perl
11310            ! pod/perltie.pod
11311 ____________________________________________________________________________
11312 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
11313         Log: Subject: [PATCH] setenv tweak for VMS
11314              From: "Craig A. Berry" <craigberry@mac.com>
11315              Date: Sat, 06 Dec 2003 18:13:32 -0600
11316              Message-ID: <3FD270AC.3000106@mac.com>
11317      Branch: perl
11318            ! vms/vms.c
11319 ____________________________________________________________________________
11320 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
11321         Log: Missing thingies.
11322      Branch: perl
11323            ! pp.c pp_hot.c
11324 ____________________________________________________________________________
11325 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
11326         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
11327              From: Tels <perl_dummy@bloodgate.com>
11328              Date: Sat, 6 Dec 2003 20:19:44 +0100
11329              Message-Id: <200312062016.50484@bloodgate.com>
11330      Branch: perl
11331            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
11332            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
11333            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
11334            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
11335            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
11336            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
11337            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
11338            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
11339            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
11340 ____________________________________________________________________________
11341 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
11342         Log: Forgot to update the MANIFEST.
11343      Branch: perl
11344            ! MANIFEST
11345 ____________________________________________________________________________
11346 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
11347         Log: Math::BigInt::Scalar is only for tests.
11348              Move it under t/lib.
11349      Branch: perl
11350           +> t/lib/Math/BigInt/Scalar.pm
11351            - lib/Math/BigInt/Scalar.pm
11352 ____________________________________________________________________________
11353 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
11354         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
11355              From: "Craig A. Berry" <craigberry@mac.com>
11356              Date: Sat, 06 Dec 2003 12:44:40 -0600
11357              Message-ID: <3FD22398.1060506@mac.com>
11358      Branch: perl
11359            ! doio.c
11360 ____________________________________________________________________________
11361 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
11362         Log: Remove the "Can't provide tied hash usage" error from perldiag.
11363              Mention the new tied hash SCALAR method in perldelta.
11364      Branch: perl
11365            ! pod/perldelta.pod pod/perldiag.pod
11366 ____________________________________________________________________________
11367 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
11368         Log: Clarify the description of SCALAR in perltie
11369      Branch: perl
11370            ! pod/perltie.pod
11371 ____________________________________________________________________________
11372 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
11373         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
11374              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
11375              Date: Sat, 06 Dec 2003 11:50:59 +0100
11376              Message-id: <20031206105059.GA13989@ethan>
11377      Branch: perl
11378            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
11379            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
11380            ! proto.h t/op/tie.t
11381 ____________________________________________________________________________
11382 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
11383         Log: Make sv_force_normal_flags cope with shared hash key scalars
11384              (remember the pointer from SvPVX, reset the flags before SvGROW,
11385              avoid crazy loops or read-from-free)
11386      Branch: perl
11387            ! sv.c
11388 ____________________________________________________________________________
11389 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
11390         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
11391      Branch: perl
11392            ! ext/Digest/MD5/Makefile.PL
11393 ____________________________________________________________________________
11394 [ 21846] By: merijn                                on 2003/12/05  10:41:32
11395         Log: Subject: [PATCH] Configure gets d_u32align wrong
11396              From: Gisle Aas <gisle@ActiveState.com>
11397              Date: 05 Dec 2003 03:47:01 -0800
11398              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
11399      Branch: perl
11400            ! Configure
11401 ____________________________________________________________________________
11402 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
11403         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
11404              From: chromatic <chromatic@wgz.org>
11405              Date: Mon, 01 Dec 2003 09:20:21 -0800
11406              Message-Id: <1070299221.1275.19.camel@localhost>
11407      Branch: perl
11408            ! lib/AutoLoader.t
11409 ____________________________________________________________________________
11410 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
11411         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
11412              From: "Craig A. Berry" <craigberry@mac.com>
11413              Date: Thu, 04 Dec 2003 16:00:03 -0600
11414              Message-ID: <3FCFAE63.1080106@mac.com>
11415      Branch: perl
11416            ! ext/SDBM_File/sdbm/Makefile.PL
11417 ____________________________________________________________________________
11418 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
11419         Log: Subject: [PATCH] $^P, eval and caller
11420              From: Paul Johnson <paul@pjcj.net>
11421              Date: Fri, 5 Dec 2003 00:57:21 +0100
11422              Message-ID: <20031204235721.GJ26355@pjcj.net>
11423      Branch: perl
11424            ! mg.c
11425 ____________________________________________________________________________
11426 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
11427         Log: Fix File::Copy with hard links on Windows.
11428
11429              Subject: [PATCH] Re: perl @ 21830
11430              From: Steve Hay <steve.hay@uk.radan.com>
11431              Date: Wed, 03 Dec 2003 10:53:02 +0000
11432              Message-ID: <3FCDC08E.7080800@uk.radan.com>
11433
11434              and
11435              Date: Thu, 04 Dec 2003 11:02:22 +0000
11436              Message-ID: <3FCF143E.1040905@uk.radan.com>
11437      Branch: perl
11438            ! lib/File/Copy.pm lib/File/Copy.t
11439 ____________________________________________________________________________
11440 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
11441         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
11442              From: Alan Burlison <Alan.Burlison@sun.com>
11443              Date: Thu, 04 Dec 2003 12:14:30 +0000
11444              Message-ID: <3FCF2526.3030905@sun.com>
11445      Branch: perl
11446            ! installperl
11447 ____________________________________________________________________________
11448 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
11449         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
11450              From: Stas Bekman <stas@stason.org>
11451              Date: Wed, 03 Dec 2003 01:41:42 -0800
11452              Message-ID: <3FCDAFD6.9050106@stason.org>
11453      Branch: perl
11454            ! sv.c
11455 ____________________________________________________________________________
11456 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
11457         Log: The prove utility should also be installed on VMS and on Windows.
11458              Haven't we regression tests for installations yet ?
11459      Branch: perl
11460            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
11461 ____________________________________________________________________________
11462 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
11463         Log: FAQ sync.
11464      Branch: perl
11465            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
11466            ! pod/perlfaq4.pod pod/perlfaq5.pod
11467 ____________________________________________________________________________
11468 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
11469         Log: Subject: Re: [perl #24574] find2perl provides different results to find
11470              From: Slaven Rezic <slaven@rezic.de>
11471              Date: 30 Nov 2003 22:16:59 +0100
11472              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
11473
11474              (plus a note about find2perl now defaulting to -print in perldelta)
11475      Branch: perl
11476            ! pod/perldelta.pod x2p/find2perl.PL
11477 ____________________________________________________________________________
11478 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
11479         Log: Subject: [PATCH] setting $0 still broken
11480              From: Jan Dubois <jand@ActiveState.com>
11481              Date: Thu, 27 Nov 2003 21:09:51 -0800
11482              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
11483      Branch: perl
11484            ! mg.c
11485 ____________________________________________________________________________
11486 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
11487         Log: Better docs for the special code blocks, based on :
11488              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
11489              From: Elizabeth Mattijsen <liz@dijkmat.nl>
11490              Date: Sat, 29 Nov 2003 23:15:56 +0100
11491              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
11492      Branch: perl
11493            ! pod/perlmod.pod pod/perlsub.pod
11494 ____________________________________________________________________________
11495 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
11496         Log: Fix the test boilerplate in lib/if.t, so it can be run
11497              from the t/ directory.
11498      Branch: perl
11499            ! lib/if.t
11500 ____________________________________________________________________________
11501 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
11502         Log: Keep installing xsubpp in lib/ExtUtils,
11503              so MakeMaker can find it.
11504      Branch: perl
11505            ! installperl
11506 ____________________________________________________________________________
11507 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
11508         Log: Upgrade to Test::Harness 2.38.
11509              Introduce the prove(1) utility.
11510              (The prove-switches test is disabled for now.)
11511      Branch: perl
11512            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
11513            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
11514            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
11515            + utils/prove.PL
11516            ! MANIFEST installperl lib/Test/Harness.pm
11517            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
11518            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
11519            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
11520            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
11521            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
11522            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
11523 ____________________________________________________________________________
11524 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
11525         Log: Subject: Re: [perl #24554] Segfault in POSIX module
11526              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11527              Date: Sat, 29 Nov 2003 23:32:38 +0900
11528              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
11529
11530              (plus a test for the stringification of references
11531              passed to POSIX::isXXX())
11532      Branch: perl
11533            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
11534 ____________________________________________________________________________
11535 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
11536         Log: Integrate if.pm 0.0401
11537              Needed to edit the test file as t/TEST can't cope with extra output
11538              lines as produced by 0.0401's if.t
11539      Branch: perl
11540            ! lib/if.pm lib/if.t
11541 ____________________________________________________________________________
11542 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
11543         Log: Remove whitespace from ends of lines (simply because it irritates me)
11544      Branch: perl
11545            ! utils/h2xs.PL
11546 ____________________________________________________________________________
11547 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
11548         Log: Update Unicode::Normalize to 0.28
11549      Branch: perl
11550            + ext/Unicode/Normalize/t/illegal.t
11551            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
11552            ! MANIFEST ext/Unicode/Normalize/Changes
11553            ! ext/Unicode/Normalize/Normalize.pm
11554            ! ext/Unicode/Normalize/Normalize.xs
11555            ! ext/Unicode/Normalize/README
11556 ____________________________________________________________________________
11557 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
11558         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
11559      Branch: perl
11560            - lib/Digest.t
11561 ____________________________________________________________________________
11562 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
11563         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
11564      Branch: perl
11565            + lib/Unicode/Collate/t/illegal.t
11566            + lib/Unicode/Collate/t/illegalp.t
11567            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11568            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
11569 ____________________________________________________________________________
11570 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
11571         Log: D'oh! Forgot to lib/Digest/base.pm
11572      Branch: perl
11573            + lib/Digest/base.pm
11574            ! MANIFEST
11575 ____________________________________________________________________________
11576 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
11577         Log: Update to Digest::MD5 2.31
11578      Branch: perl
11579            + ext/Digest/MD5/t/bits.t
11580            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11581            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
11582            ! ext/Digest/MD5/t/files.t
11583 ____________________________________________________________________________
11584 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
11585         Log: Update Digest to 1.03
11586      Branch: perl
11587            + lib/Digest/t/base.t
11588           +> lib/Digest/t/digest.t
11589            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
11590 ____________________________________________________________________________
11591 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
11592         Log: When Gconvert is a macro around sprintf with a .* format we need
11593              to cast to int (in case STRLEN isn't the same size as int)
11594              gcc issues a warning even when it is the same size
11595      Branch: perl
11596            ! sv.c
11597 ____________________________________________________________________________
11598 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
11599         Log: Silence gcc 2.95 warning
11600              (Its trace flow isn't good enough to realise that there is no problem)
11601      Branch: perl
11602            ! pp_hot.c
11603 ____________________________________________________________________________
11604 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
11605         Log: Gconvert actually takes type NV, while nv may be either double
11606              or long double (depending on some conditional code)
11607              Rafael and I think that this cast should work.
11608      Branch: perl
11609            ! sv.c
11610 ____________________________________________________________________________
11611 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
11612         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
11613      Branch: perl
11614            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
11615 ____________________________________________________________________________
11616 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
11617         Log: Fix a regression introduced by change #21694 on sprintf()
11618              with long doubles, by disabling the specific optimisation
11619              path in this case ; remove a unnecessary cast ; add a new
11620              test file for miscellaneous sprintf() test that don't fit
11621              in the t/op/sprintf.t framework.
11622      Branch: perl
11623            + t/op/sprintf2.t
11624            ! MANIFEST sv.c
11625 ____________________________________________________________________________
11626 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
11627         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
11628              From: Stas Bekman <stas@stason.org>
11629              Date: Fri, 28 Nov 2003 14:42:25 -0800
11630              Message-ID: <3FC7CF51.7060804@stason.org>
11631      Branch: perl
11632            ! pod/perlsec.pod
11633 ____________________________________________________________________________
11634 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
11635         Log: Implement C<use Exporter 'import'> :
11636
11637              Subject: Re: [PATCH] Exporter-related PODs
11638              From: Fergal Daly <fergal@esatclear.ie>
11639              Date: Mon, 10 Nov 2003 00:08:52 +0000
11640              Message-Id: <200311100008.52639.fergal@esatclear.ie>
11641
11642              (tweaked, so the imported import() doesn't spit out warnings)
11643      Branch: perl
11644            ! lib/Exporter.pm lib/Exporter.t
11645 ____________________________________________________________________________
11646 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
11647         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
11648              From: Slaven Rezic <slaven@rezic.de>
11649              Date: 19 Oct 2003 19:11:31 +0200
11650              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
11651              (with further tweaks)
11652      Branch: perl
11653            ! lib/File/Copy.pm lib/File/Copy.t
11654 ____________________________________________________________________________
11655 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
11656         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
11657              From: "Green, Paul" <Paul.Green@stratus.com>
11658              Date: Thu, 27 Nov 2003 21:51:26 -0500
11659              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
11660      Branch: perl
11661            ! hints/vos.sh
11662 ____________________________________________________________________________
11663 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
11664         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
11665              were failing
11666      Branch: perl
11667            ! t/op/readline.t
11668 ____________________________________________________________________________
11669 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
11670         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
11671              PerlIO and threads are not on CPAN.
11672      Branch: perl
11673            ! Porting/Maintainers.pl
11674 ____________________________________________________________________________
11675 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
11676         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
11677      Branch: perl
11678            ! AUTHORS
11679 ____________________________________________________________________________
11680 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
11681         Log: Subject: [PATCH] Re: bug or a feature?
11682              From: Torsten Foertsch <torsten.foertsch@gmx.net>
11683              Date: Sat, 22 Nov 2003 13:15:53 +0100
11684              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
11685
11686              and
11687              Date: Sat, 22 Nov 2003 14:21:45 +0100
11688              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
11689              (test moved to t/op/readline.t)
11690      Branch: perl
11691            ! pp_hot.c t/op/readline.t
11692 ____________________________________________________________________________
11693 [ 21783] By: merijn                                on 2003/11/24  21:24:46
11694         Log: Subject: remove hardcoded version number from cygwin/perlld.in
11695              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11696              Date: Mon, 24 Nov 2003 08:11:36 -0800
11697              Message-ID: <20031124161136.GC2656@efn.org>
11698      Branch: perl
11699            ! cygwin/Makefile.SHs cygwin/perlld.in
11700 ____________________________________________________________________________
11701 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
11702         Log: Should fix the infinite loop on a dynamic %ENV fetch
11703      Branch: perl
11704            ! hv.c
11705 ____________________________________________________________________________
11706 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
11707         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
11708              C source now cleaner, but optimised object file still the same size.
11709      Branch: perl
11710            ! hv.c
11711 ____________________________________________________________________________
11712 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
11713         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
11714              From: Andy Dougherty <doughera@lafayette.edu>
11715              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
11716              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
11717
11718              and :
11719              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
11720              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
11721      Branch: perl
11722            ! hints/solaris_2.sh
11723 ____________________________________________________________________________
11724 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
11725         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
11726              reported by Craig Berry
11727      Branch: perl
11728            ! hv.c
11729 ____________________________________________________________________________
11730 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
11731         Log: restore_magic needs to undo COW
11732              (while magic was off, sv_setsv is likely to have seen this SV as a
11733              good source for COW)
11734              Should fix the smoke failures on lib/locale.t
11735      Branch: perl
11736            ! mg.c
11737 ____________________________________________________________________________
11738 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
11739         Log: Don't COW if the destination has magic.
11740      Branch: perl
11741            ! sv.c
11742 ____________________________________________________________________________
11743 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
11744         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
11745              close to it.
11746      Branch: perl
11747            ! hv.c
11748 ____________________________________________________________________________
11749 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
11750         Log: "Space Is a Province of Brazil"
11751              Farewell, hv_store_common. Store is now part of Fetch.
11752              All tests pass. hv.c 15% smaller than when I started all this
11753      Branch: perl
11754            ! embed.fnc embed.h hv.c proto.h
11755 ____________________________________________________________________________
11756 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
11757         Log: Farewell hv_exists_common - exists is now a call to fetch
11758              (with the exists magic handling moved into fetch)
11759      Branch: perl
11760            ! embed.fnc embed.h hv.c proto.h
11761 ____________________________________________________________________________
11762 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
11763         Log: Shift negative klen/flags games from hv_store_common out to hv_store
11764      Branch: perl
11765            ! embed.fnc embed.h hv.c proto.h
11766 ____________________________________________________________________________
11767 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
11768         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
11769      Branch: perl
11770            ! embed.fnc embed.h hv.c proto.h
11771 ____________________________________________________________________________
11772 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
11773         Log: Check that the key is present before a delete, and absent afterwards
11774      Branch: perl
11775            ! ext/XS/APItest/t/hash.t
11776 ____________________________________________________________________________
11777 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
11778         Log: Move the negative key -> utf8 flag conversion out to hv_delete
11779      Branch: perl
11780            ! embed.fnc embed.h hv.c proto.h
11781 ____________________________________________________________________________
11782 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
11783         Log: Tweaks to S_hv_delete_common:
11784              make the magic call hv_fetch_common rather than ent-or-not
11785              grab the hash from a shared hash key scalar if possible
11786              use masked flags rather than flags for the comparison
11787      Branch: perl
11788            ! hv.c
11789 ____________________________________________________________________________
11790 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
11791         Log: Integrate:
11792              [ 21762]
11793              Refactor hash API tests (prior to some additions)
11794
11795              [ 21763]
11796              Test all permuations of utf8 flags on hashes and keys
11797      Branch: perl
11798           !> ext/XS/APItest/t/hash.t
11799 ____________________________________________________________________________
11800 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
11801         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
11802      Branch: perl
11803            ! embed.fnc hv.c proto.h
11804 ____________________________________________________________________________
11805 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
11806         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
11807      Branch: perl
11808            ! embed.fnc embed.h hv.c proto.h
11809 ____________________________________________________________________________
11810 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
11811         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
11812              From: Alan Burlison <Alan.Burlison@sun.com>
11813              Date: Thu, 20 Nov 2003 10:34:30 +0000
11814              Message-ID: <3FBC98B6.6090909@sun.com>
11815      Branch: perl
11816            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
11817            ! universal.c
11818 ____________________________________________________________________________
11819 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
11820         Log: Regenerate perlapi and perltoc.
11821      Branch: perl
11822            ! pod/perlapi.pod pod/perltoc.pod
11823 ____________________________________________________________________________
11824 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
11825         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
11826              From: Iain Truskett <spoon@cpan.org>
11827              Date: Thu, 20 Nov 2003 00:41:33 +1100
11828              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
11829      Branch: perl
11830            ! lib/PerlIO.pm pod/perlrun.pod
11831 ____________________________________________________________________________
11832 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
11833         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
11834              remove S_hv_fetch_flags
11835              hv.c now 13% smaller than when I started. hv_store TODO
11836      Branch: perl
11837            ! embed.fnc embed.h hv.c proto.h
11838 ____________________________________________________________________________
11839 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
11840         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
11841              together with subroutine call
11842              Apparently concat still doesn't deal correctly with lexicals
11843              in all cases. Disable the whole TARGET_MY optimisation for it.
11844              (and remove the corresponding code from the peephole optimiser.)
11845      Branch: perl
11846            ! op.c opcode.h opcode.pl t/op/concat.t
11847 ____________________________________________________________________________
11848 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
11849         Log: Update the runops stuff in perlguts
11850      Branch: perl
11851            ! pod/perlguts.pod
11852 ____________________________________________________________________________
11853 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
11854         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
11855      Branch: perl
11856            ! embed.fnc embed.h hv.c proto.h
11857 ____________________________________________________________________________
11858 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
11859         Log: Subject: [PATCH] clear of empty locked hash SEGVs
11860              From: Alan Burlison <Alan.Burlison@sun.com>
11861              Date: Wed, 19 Nov 2003 14:39:03 +0000
11862              Message-ID: <3FBB8087.20206@sun.com>
11863      Branch: perl
11864            ! hv.c lib/Hash/Util.t
11865 ____________________________________________________________________________
11866 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
11867         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
11868      Branch: perl
11869            ! embed.fnc embed.h hv.c proto.h
11870 ____________________________________________________________________________
11871 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
11872         Log: Run regen.pl (for hv_assert)
11873      Branch: perl
11874            ! global.sym
11875 ____________________________________________________________________________
11876 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
11877         Log: Integrate:
11878              [ 21642]
11879              space should be tab for lib/I18N/LangTags/t/02decency.t
11880      Branch: perl
11881           !> MANIFEST
11882 ____________________________________________________________________________
11883 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
11884         Log: Restore errno after having read $^E (like for $!)
11885              to preserve errno from unfortunate side-effects.
11886      Branch: perl
11887            ! mg.c
11888 ____________________________________________________________________________
11889 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
11890         Log: Whoops. We weren't actually testing hv_store_ent
11891              We are now. Plus test hv_store for an initially empty hash.
11892      Branch: perl
11893            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
11894 ____________________________________________________________________________
11895 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
11896         Log: Complement of change #21740 for Windows.
11897              (I have the feeling that it's already subtly broken on VMS)
11898      Branch: perl
11899            ! win32/Makefile win32/makefile.mk
11900 ____________________________________________________________________________
11901 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
11902         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
11903      Branch: perl
11904            + utils/instmodsh.PL utils/xsubpp.PL
11905            ! MANIFEST installperl utils.lst utils/Makefile
11906 ____________________________________________________________________________
11907 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
11908         Log: Subject: Re: [perl #24493] install.html not working
11909              From: Slaven Rezic <slaven@rezic.de>
11910              Date: 16 Nov 2003 20:52:29 +0100
11911              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
11912      Branch: perl
11913            ! installhtml
11914 ____________________________________________________________________________
11915 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
11916         Log: Ooops. left an XXX comment in, and worse still it's a // comment
11917      Branch: perl
11918            ! hv.c
11919 ____________________________________________________________________________
11920 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
11921         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
11922              (pp functions use the _ent variants, and as the implementation is
11923              duplicated, these bugs aren't tested, and aren't noticed)
11924      Branch: perl
11925            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
11926 ____________________________________________________________________________
11927 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
11928         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
11929              (pp_exists uses hv_exists_ent, which isn't broken)
11930              I expect an equivalent bug in hv_delete
11931      Branch: perl
11932            + ext/XS/APItest/t/hash.t
11933            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
11934            ! ext/XS/APItest/MANIFEST hv.c
11935 ____________________________________________________________________________
11936 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
11937         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
11938              From: Elizabeth Mattijsen <liz@dijkmat.nl>
11939              Date: Sat, 15 Nov 2003 23:22:16 +0100
11940              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
11941      Branch: perl
11942            ! ext/threads/t/problems.t
11943 ____________________________________________________________________________
11944 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
11945         Log: Subject: [PATCH] configpm, our $summary : unique
11946              From: Elizabeth Mattijsen <liz@dijkmat.nl>
11947              Date: Sat, 15 Nov 2003 22:18:32 +0100
11948              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
11949              (plus comments)
11950      Branch: perl
11951            ! configpm
11952 ____________________________________________________________________________
11953 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
11954         Log: Subject: [PATCH] Re: Storable Error
11955              From: Nicholas Clark <nick@ccl4.org>
11956              Date: Sat, 9 Aug 2003 00:35:36 +0100
11957              Message-ID: <20030809003535.C20130@plum.flirble.org>
11958      Branch: perl
11959            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
11960            ! proto.h
11961 ____________________________________________________________________________
11962 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
11963         Log: Update perlhist with 5.6.2.
11964      Branch: perl
11965            ! pod/perlhist.pod
11966 ____________________________________________________________________________
11967 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
11968         Log: Add more complete tests for the "variable masks earlier
11969              declaration" warning, including a TODO test
11970      Branch: perl
11971            ! t/lib/warnings/pad
11972 ____________________________________________________________________________
11973 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
11974         Log: Include "SCCS" in the list of directory names that should
11975              be ignored by installperl.
11976      Branch: perl
11977            ! installperl
11978 ____________________________________________________________________________
11979 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
11980         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
11981              From: Enache Adrian <enache@rdslink.ro>
11982              Date: Tue, 11 Nov 2003 15:25:29 +0200
11983              Message-ID: <20031111132529.GB1271@ratsnest.hole>
11984      Branch: perl
11985            ! op.c
11986 ____________________________________________________________________________
11987 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
11988         Log: Fix bug [perl #24380] : assigning to a hash in list
11989              or scalar context yielded a wrong value if the list
11990              contained duplicated keys for the hash. This is fixed
11991              by counting the number of duplicate keys and trimming
11992              the stack by the corresponding number of items.
11993      Branch: perl
11994            ! pp_hot.c t/op/hashassign.t
11995 ____________________________________________________________________________
11996 [ 21713] By: merijn                                on 2003/11/13  09:25:15
11997         Log: Simplified the reading
11998      Branch: perl
11999            ! hints/solaris_2.sh
12000 ____________________________________________________________________________
12001 [ 21712] By: merijn                                on 2003/11/13  09:22:21
12002         Log: Enable hints to create call-back units that can act when
12003              a specific variable is *not* set (like -Uuselargefiles)
12004      Branch: perl
12005            ! Configure hints/README.hints
12006 ____________________________________________________________________________
12007 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
12008         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
12009              From: Michael G Schwern <schwern@pobox.com>
12010              Date: Tue, 11 Nov 2003 21:02:30 -0800
12011              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
12012      Branch: perl
12013            ! ext/SDBM_File/sdbm/Makefile.PL
12014 ____________________________________________________________________________
12015 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
12016         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
12017              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12018              Date: Tue, 4 Nov 2003 20:07:25 -0800
12019              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
12020      Branch: perl
12021            ! installperl
12022 ____________________________________________________________________________
12023 [ 21706] By: ams                                   on 2003/11/11  23:46:19
12024         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
12025              From: Tom Phoenix <rootbeer@redcat.com>
12026              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
12027              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
12028      Branch: perl
12029            ! pod/perlmod.pod
12030 ____________________________________________________________________________
12031 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
12032         Log: Upgrade to MakeMaker 6.21.
12033      Branch: perl
12034            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
12035            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
12036            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12037 ____________________________________________________________________________
12038 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
12039         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
12040              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12041              Date: Tue, 4 Nov 2003 20:10:16 -0800
12042              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
12043
12044              and part of
12045              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
12046              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12047              Date: Tue, 4 Nov 2003 20:18:37 -0800
12048              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
12049
12050              (I've left out the PREFIX part for now)
12051      Branch: perl
12052            ! Makefile.SH installperl os2/Makefile.SHs
12053 ____________________________________________________________________________
12054 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
12055         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
12056              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12057              Date: Mon, 3 Nov 2003 20:27:39 -0800
12058              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
12059
12060              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
12061              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12062              Date: Mon, 3 Nov 2003 20:57:48 -0800
12063              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
12064      Branch: perl
12065            ! sv.c
12066 ____________________________________________________________________________
12067 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
12068         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
12069              From: Vadim Konovalov <konovalo@mail.wplus.net>
12070              Date: Sun, 9 Nov 2003 13:31:59 +0300
12071              Message-ID: <93187393948.20031109133159@mail.wplus.net>
12072      Branch: perl
12073            ! wince/Makefile.ce
12074 ____________________________________________________________________________
12075 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
12076         Log: Update the list of pumpkings in perlhist.pod.
12077      Branch: perl
12078            ! pod/perlhist.pod
12079 ____________________________________________________________________________
12080 [ 21687] By: ams                                   on 2003/11/08  17:09:56
12081         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
12082              From: Abigail <abigail@abigail.nl>
12083              Date: Sat, 8 Nov 2003 18:51:30 +0100
12084              Message-Id: <20031108175130.GA22273@abigail.nl>
12085      Branch: perl
12086            ! pod/perlhist.pod
12087 ____________________________________________________________________________
12088 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
12089         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
12090              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12091              Date: Thu, 6 Nov 2003 23:26:18 -0800
12092              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
12093      Branch: perl
12094            ! os2/Changes
12095 ____________________________________________________________________________
12096 [ 21676] By: davem                                 on 2003/11/06  22:11:23
12097         Log: bugid #24407: numeric key for shared hash got stringified using
12098              wrong interpreter, and thus got malloced into the wrong thread
12099              memory pool
12100      Branch: perl
12101            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
12102 ____________________________________________________________________________
12103 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
12104         Log: Upgrade to MakeMaker 6.20.
12105      Branch: perl
12106            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
12107            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
12108            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
12109            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
12110            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
12111 ____________________________________________________________________________
12112 [ 21674] By: ams                                   on 2003/11/06  09:32:26
12113         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
12114              tests fail to spot this
12115              From: Rick Delaney <rick@bort.ca>
12116              Date: Wed, 5 Nov 2003 23:02:41 -0500
12117              Message-Id: <20031105230241.D13585@biff.bort.ca>
12118      Branch: perl
12119            ! pp_ctl.c t/op/taint.t
12120 ____________________________________________________________________________
12121 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
12122         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
12123              From: Andy Dougherty <doughera@lafayette.edu>
12124              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
12125              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
12126      Branch: perl
12127            ! hints/linux.sh
12128 ____________________________________________________________________________
12129 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
12130         Log: Subject: [patch t/op/hash.t] extending the hash attack test
12131              From: Stas Bekman <stas@stason.org>
12132              Date: Tue, 04 Nov 2003 14:33:09 -0800
12133              Message-ID: <3FA82925.7020703@stason.org>
12134      Branch: perl
12135            ! t/op/hash.t
12136 ____________________________________________________________________________
12137 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
12138         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
12139              From: Stas Bekman <stas@stason.org>
12140              Date: Wed, 05 Nov 2003 00:50:25 -0800
12141              Message-ID: <3FA8B9D1.2020806@stason.org>
12142      Branch: perl
12143            ! lib/Benchmark.pm
12144 ____________________________________________________________________________
12145 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
12146         Log: From: Craig Berry <craigberry@mac.com>
12147              Subject: Opcode.xs/RC2 compile nit on VMS
12148              Date: Wed, 05 Nov 2003 12:16:34 -0600
12149              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
12150      Branch: perl
12151            ! ext/Opcode/Opcode.xs
12152 ____________________________________________________________________________
12153 [ 21664] By: ams                                   on 2003/11/05  18:34:28
12154         Log: Orphaned submission from #21546.
12155      Branch: perl
12156            ! perl.c
12157 ____________________________________________________________________________
12158 [ 21663] By: ams                                   on 2003/11/05  17:01:29
12159         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
12160              From: Slaven Rezic <slaven@rezic.de>
12161              Date: 20 Oct 2003 22:39:28 +0200
12162              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
12163      Branch: perl
12164            ! lib/filetest.t
12165 ____________________________________________________________________________
12166 [ 21662] By: ams                                   on 2003/11/05  16:51:08
12167         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
12168              From: Michael G Schwern <schwern@pobox.com>
12169              Date: Wed, 5 Nov 2003 06:26:36 -0800
12170              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
12171      Branch: perl
12172            ! t/op/cproto.t
12173 ____________________________________________________________________________
12174 [ 21661] By: ams                                   on 2003/11/05  16:50:05
12175         Log: Subject: [PATCH] Modernise INSTALL
12176              From: Gisle Aas <gisle@ActiveState.com>
12177              Date: 05 Nov 2003 05:16:25 -0800
12178              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
12179
12180              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
12181              From: Abigail <abigail@abigail.nl>
12182              Date: Tue, 4 Nov 2003 10:40:57 +0100
12183              Message-Id: <20031104094057.GA22508@abigail.nl>
12184      Branch: perl
12185            ! INSTALL pod/perlhist.pod
12186 ____________________________________________________________________________
12187 [ 21660] By: ams                                   on 2003/11/05  16:46:12
12188         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
12189              From: Jan Dubois <jand@ActiveState.com>
12190              Date: Tue, 04 Nov 2003 16:52:14 -0800
12191              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
12192      Branch: perl
12193            ! reentr.c reentr.h reentr.pl
12194 ____________________________________________________________________________
12195 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
12196         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
12197              From: Michael G Schwern <schwern@pobox.com>
12198              Date: Tue, 4 Nov 2003 17:59:13 -0800
12199              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
12200
12201              Replaces the temporary kludge (#21655).
12202      Branch: perl
12203            ! ext/SDBM_File/sdbm/Makefile.PL
12204 ____________________________________________________________________________
12205 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
12206         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
12207              From: PPrymmer@factset.com
12208              Date: Tue, 4 Nov 2003 10:00:07 -0500
12209              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
12210      Branch: perl
12211            ! pod/perlebcdic.pod
12212 ____________________________________________________________________________
12213 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
12214         Log: Temporary kludge to allow SDBM_File being built
12215              with MakeMaker 6.19.
12216      Branch: perl
12217            ! ext/SDBM_File/sdbm/Makefile.PL
12218 ____________________________________________________________________________
12219 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
12220         Log: Upgrade to ExtUtils::MakeMaker 6.19
12221      Branch: perl
12222            + lib/ExtUtils/t/parse_version.t
12223            + t/lib/MakeMaker/Test/Setup/BFD.pm
12224            + t/lib/MakeMaker/Test/Setup/Problem.pm
12225            - lib/ExtUtils/t/00setup_dummy.t
12226            - lib/ExtUtils/t/zz_cleanup_dummy.t
12227            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
12228            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
12229            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
12230            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
12231            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
12232            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
12233            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
12234            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
12235            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
12236            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
12237            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
12238            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
12239            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12240            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
12241            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
12242            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
12243            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
12244            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
12245 ____________________________________________________________________________
12246 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
12247         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
12248              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12249              Date: Mon, 3 Nov 2003 20:20:44 -0800
12250              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
12251      Branch: perl
12252            ! os2/Makefile.SHs
12253 ____________________________________________________________________________
12254 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
12255         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
12256              From: Michael G Schwern <schwern@pobox.com>
12257              Date: Sat, 1 Nov 2003 22:57:45 -0800
12258              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
12259              (goes with change #21418)
12260      Branch: perl
12261            ! lib/autouse.pm lib/autouse.t
12262 ____________________________________________________________________________
12263 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
12264         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
12265              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12266              Date: Mon, 3 Nov 2003 20:53:33 +0100
12267              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
12268      Branch: perl
12269            ! ext/Devel/PPPort/PPPort.pm
12270 ____________________________________________________________________________
12271 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
12272         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
12273              From: Casey West <casey@geeknest.com>
12274              Date: Mon, 3 Nov 2003 10:11:43 -0500
12275              Message-ID: <20031103151143.GB430@geeknest.com>
12276      Branch: perl
12277            ! ext/Cwd/Cwd.xs
12278 ____________________________________________________________________________
12279 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
12280         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
12281              From: Jan Dubois <jand@ActiveState.com>
12282              Date: Sun, 02 Nov 2003 21:43:44 -0800
12283              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
12284      Branch: perl
12285            ! reentr.h reentr.pl
12286 ____________________________________________________________________________
12287 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
12288         Log: Document the fact that keys() and values() are optimized
12289              for void context (as suggested by Liz.)
12290      Branch: perl
12291            ! pod/perlfunc.pod
12292 ____________________________________________________________________________
12293 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
12294         Log: Stas would prefer not to have MOD_PERL defines in perl.
12295      Branch: perl
12296            ! hv.c hv.h
12297 ____________________________________________________________________________
12298 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
12299         Log: s/new_hash/rehash/g (Stas suggested a better name)
12300      Branch: perl
12301            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
12302            ! sv.c universal.c util.c
12303 ____________________________________________________________________________
12304 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
12305         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
12306              make Hash::Util::hash_seed use this.
12307      Branch: perl
12308            ! lib/Hash/Util.pm universal.c
12309 ____________________________________________________________________________
12310 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
12311         Log: Fix for [perl #24347] segfault with Safe
12312              The empty %INC created for safe compartements was freed
12313              too early.
12314      Branch: perl
12315            ! ext/Opcode/Opcode.xs
12316 ____________________________________________________________________________
12317 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
12318         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
12319              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12320              Date: Sun, 2 Nov 2003 22:24:28 +0100
12321              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
12322      Branch: perl
12323            ! pod/perlguts.pod
12324 ____________________________________________________________________________
12325 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
12326         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
12327      Branch: perl
12328            ! pod/perlhist.pod
12329 ____________________________________________________________________________
12330 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
12331         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
12332              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12333              Date: Wed, 29 Oct 2003 14:00:18 -0800
12334              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
12335      Branch: perl
12336            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
12337            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
12338            ! os2/perl2cmd.pl perlio.c
12339 ____________________________________________________________________________
12340 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
12341         Log: Quoted-printable is evil.
12342      Branch: perl
12343            ! win32/win32.h
12344 ____________________________________________________________________________
12345 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
12346         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
12347      Branch: perl
12348            ! perl.c
12349 ____________________________________________________________________________
12350 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
12351         Log: Portability nit for MinGW 3.
12352
12353              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
12354              From: Greg Matheson <lang@ms.chinmin.edu.tw>
12355              Date: Thu, 30 Oct 2003 14:11:58 +0800
12356              Message-ID: <20031030141158.A11772@ms>
12357              (actual patch by Abe Timmerman)
12358      Branch: perl
12359            ! win32/win32.h
12360 ____________________________________________________________________________
12361 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
12362         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
12363              From: david nicol <whatever@davidnicol.com>
12364              Date: 26 Oct 2003 22:34:04 -0600
12365              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
12366      Branch: perl
12367            ! pod/perltie.pod
12368 ____________________________________________________________________________
12369 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
12370         Log: Subject: [PATCH] DB_File 1.807
12371              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
12372              Date: Sat, 1 Nov 2003 13:50:12 -0000
12373              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
12374      Branch: perl
12375            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12376            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
12377            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
12378 ____________________________________________________________________________
12379 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
12380         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
12381              From: Rick Delaney <rick@bort.ca>
12382              Date: Mon, 27 Oct 2003 16:24:16 -0500
12383              Message-ID: <20031027162416.H2233@biff.bort.ca>
12384      Branch: perl
12385            ! pp_hot.c
12386 ____________________________________________________________________________
12387 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
12388         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
12389      Branch: perl
12390            ! MANIFEST
12391 ____________________________________________________________________________
12392 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
12393         Log: mod_perl2 will require access to the Plan C hashing function.
12394      Branch: perl
12395            ! hv.h
12396 ____________________________________________________________________________
12397 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
12398         Log: Add Internals::HvREHASH to expose the rehashing flag
12399              t/op/hash.t tests that pathological data triggers rehashing
12400      Branch: perl
12401            + t/op/hash.t
12402            ! universal.c
12403 ____________________________________________________________________________
12404 [ 21599] By: davem                                 on 2003/11/01  00:09:22
12405         Log: whoops, typo
12406      Branch: perl
12407            ! ext/threads/shared/shared.xs
12408 ____________________________________________________________________________
12409 [ 21598] By: davem                                 on 2003/11/01  00:03:38
12410         Log: seg faults when deleting keys of shared hash refs
12411              Ensure that the shared_sv get magic of the element being deleted
12412              is called. Also, avoid posible memory leaks by wrapping all shared
12413              context sections with ENTER/SAVETMPS
12414      Branch: perl
12415            ! ext/threads/shared/shared.xs
12416 ____________________________________________________________________________
12417 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
12418         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
12419              From: Andy Dougherty <doughera@lafayette.edu>
12420              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
12421              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
12422              (plus POD link fixes)
12423      Branch: perl
12424            ! INSTALL
12425 ____________________________________________________________________________
12426 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
12427         Log: Prevent the installation of makefiles that can be found
12428              under lib/.
12429      Branch: perl
12430            ! installperl
12431 ____________________________________________________________________________
12432 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
12433         Log: Test nit ; goes with change 21591
12434      Branch: perl
12435            ! t/lib/warnings/regcomp
12436 ____________________________________________________________________________
12437 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
12438         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
12439              From: Gisle Aas <gisle@ActiveState.com>
12440              Date: 31 Oct 2003 03:13:03 -0800
12441              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
12442      Branch: perl
12443            ! pod/perlrun.pod
12444 ____________________________________________________________________________
12445 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
12446         Log: Subject: [PATCH] Off-by-one error in regcomp.c
12447              From: Slaven Rezic <slaven@rezic.de>
12448              Date: Fri, 31 Oct 2003 12:16:11 +0000
12449              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
12450      Branch: perl
12451            ! regcomp.c t/op/regmesg.t
12452 ____________________________________________________________________________
12453 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
12454         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
12455              From: Stas Bekman <stas@stason.org>
12456              Date: Wed, 29 Oct 2003 16:47:24 -0800
12457              Message-ID: <3FA05F9C.2080304@stason.org>
12458      Branch: perl
12459            ! pod/perlfunc.pod
12460 ____________________________________________________________________________
12461 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
12462         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
12463              From: Stas Bekman <stas@stason.org>
12464              Date: Wed, 29 Oct 2003 15:15:15 -0800
12465              Message-ID: <3FA04A03.5010603@stason.org>
12466              (enclosed in a #ifdef DEBUGGING)
12467      Branch: perl
12468            ! sv.c
12469 ____________________________________________________________________________
12470 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
12471         Log: Subject: [PATCH] Devel::PPPort and scan_bin
12472              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12473              Date: Wed, 29 Oct 2003 22:53:43 +0100
12474              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
12475      Branch: perl
12476            ! ext/Devel/PPPort/PPPort.pm
12477 ____________________________________________________________________________
12478 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
12479         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
12480              From: Jan Dubois <jand@ActiveState.com>
12481              Date: Thu, 30 Oct 2003 18:43:08 -0800
12482              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
12483      Branch: perl
12484            ! Porting/p4d2p
12485 ____________________________________________________________________________
12486 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
12487         Log: Comment that this "optimisation" is actually a necessary fixup.
12488              When the split occurs (to make the opti{miser,onal}) this isn't
12489              (Richard Clamp reminded me that I forgot to do this)
12490      Branch: perl
12491            ! op.c
12492 ____________________________________________________________________________
12493 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
12494         Log: Rewrite to correctly use test.pl
12495
12496              Date: Thu, 30 Oct 2003 15:51:03 -0800
12497              From: Michael G Schwern <schwern@pobox.com>
12498              Subject: Re: Fix for the orange lion bug - aka empty sub bug
12499              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
12500      Branch: perl
12501            ! t/op/sub.t
12502 ____________________________________________________________________________
12503 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
12504         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
12505              Subject: Fix for the orange lion bug - aka empty sub bug
12506              From: Arthur Bergman <sky@nanisky.com>
12507              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
12508      Branch: perl
12509            + t/op/sub.t
12510            ! MANIFEST op.c
12511 ____________________________________________________________________________
12512 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
12513         Log: 14 is the chain length for attack. From
12514
12515              Message-ID: <20031030204117.16008.qmail@plover.com>
12516              Subject: Re: 5.8.2-RC1 and mp2
12517              Date: Thu, 30 Oct 2003 15:41:17 -0500
12518              From: Mark Jason Dominus <mjd@plover.com>
12519
12520              and
12521
12522              From: Scott A Crosby <scrosby@cs.rice.edu>
12523              Subject: Re: 5.8.2-RC1 and mp2
12524              Date: 30 Oct 2003 14:08:06 -0600
12525              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
12526      Branch: perl
12527            ! hv.c
12528 ____________________________________________________________________________
12529 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
12530         Log: Move a fcntl() example in perlfunc at a more proper place,
12531              as suggested by :
12532              Subject: [perl #24334] ioctl/fcntl doc confusion
12533              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
12534              Date: 28 Oct 2003 13:37:49 -0000
12535              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
12536      Branch: perl
12537            ! pod/perlfunc.pod
12538 ____________________________________________________________________________
12539 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
12540         Log: Upgrade to Time::HiRes 1.52.
12541      Branch: perl
12542            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12543            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
12544 ____________________________________________________________________________
12545 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
12546         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
12547              From: Abigail <abigail@abigail.nl>
12548              Date: Mon, 27 Oct 2003 13:05:37 +0100
12549              Message-ID: <20031027120536.GA24608@abigail.nl>
12550
12551              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
12552              From: Rick Delaney <rick@bort.ca>
12553              Date: Mon, 27 Oct 2003 12:17:49 -0500
12554              Message-ID: <20031027121749.E2233@biff.bort.ca>
12555      Branch: perl
12556            ! lib/overload.t toke.c
12557 ____________________________________________________________________________
12558 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
12559         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
12560              From: Abigail <abigail@abigail.nl>
12561              Date: Mon, 27 Oct 2003 14:50:24 +0100
12562              Message-ID: <20031027135024.GA12666@abigail.nl>
12563      Branch: perl
12564            ! t/comp/proto.t
12565 ____________________________________________________________________________
12566 [ 21564] By: davem                                 on 2003/10/27  22:01:12
12567         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
12568              of sharedsv_scalar_store().
12569      Branch: perl
12570            ! ext/threads/shared/shared.xs
12571 ____________________________________________________________________________
12572 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
12573         Log: Add a new taint error, "%ENV is aliased to %s".
12574              This error is thrown when taint checks are enabled and
12575              when *ENV has been aliased, so that %ENV has no env-magic
12576              anymore. (see bug [perl #24291].)
12577      Branch: perl
12578            ! pod/perldiag.pod t/op/taint.t taint.c
12579 ____________________________________________________________________________
12580 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
12581         Log: Record the escape^Wrelease of 5.9.0
12582      Branch: perl
12583            ! pod/perlhist.pod
12584 ____________________________________________________________________________
12585 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
12586         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
12587              From: Alan Burlison <Alan.Burlison@sun.com>
12588              Date: Tue, 21 Oct 2003 15:00:58 +0100
12589              Message-ID: <3F953C1A.3060800@sun.com>
12590      Branch: perl
12591            ! hints/solaris_2.sh
12592 ____________________________________________________________________________
12593 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
12594         Log: Sync with Unicode::Normalize 0.25
12595      Branch: perl
12596            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
12597            + ext/Unicode/Normalize/t/proto.t
12598            + ext/Unicode/Normalize/t/split.t
12599            ! MANIFEST ext/Unicode/Normalize/Changes
12600            ! ext/Unicode/Normalize/Makefile.PL
12601            ! ext/Unicode/Normalize/Normalize.pm
12602            ! ext/Unicode/Normalize/Normalize.xs
12603            ! ext/Unicode/Normalize/README
12604 ____________________________________________________________________________
12605 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
12606         Log: Sync with Unicode::Collate 0.30
12607      Branch: perl
12608            + lib/Unicode/Collate/t/hangtype.t
12609            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
12610            + lib/Unicode/Collate/t/variable.t
12611            + lib/Unicode/Collate/t/version.t
12612            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
12613            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
12614            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
12615            ! lib/Unicode/Collate/t/test.t
12616 ____________________________________________________________________________
12617 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
12618         Log: Sync with Pod::Perldoc 3.12
12619      Branch: perl
12620            ! lib/Pod/Perldoc.pm
12621 ____________________________________________________________________________
12622 [ 21546] By: ams                                   on 2003/10/27  09:00:08
12623         Log: Will the real off by one please stand up?
12624      Branch: perl
12625            ! mg.c
12626 ____________________________________________________________________________
12627 [ 21545] By: hv                                    on 2003/10/27  02:52:16
12628         Log: fixup separators
12629      Branch: perl
12630            ! Changes
12631 ____________________________________________________________________________
12632 [ 21544] By: hv                                    on 2003/10/27  02:51:26
12633         Log: don't complain of podless .pm files that have a separate .pod file
12634      Branch: perl
12635            ! pod/buildtoc
12636 ____________________________________________________________________________
12637 [ 21543] By: hv                                    on 2003/10/27  02:50:04
12638         Log: regen pods and toc
12639      Branch: perl
12640            ! pod/perlmodlib.pod pod/perltoc.pod
12641 ____________________________________________________________________________
12642 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
12643         Log: When %ENV has been turned into a non-magical hash after a
12644              glob assignment, TAINT_ENV() may dump core because it
12645              assumes $ENV{PATH} is magical. Fix this ; add a test to
12646              verify that the PATH is still checked for taintedness.
12647      Branch: perl
12648            ! t/op/taint.t taint.c
12649 ____________________________________________________________________________
12650 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
12651         Log: Fix backward-compatibility issues in if.pm.
12652      Branch: perl
12653            ! lib/if.pm
12654 ____________________________________________________________________________
12655 [ 21539] By: hv                                    on 2003/10/26  12:22:54
12656         Log: Update Changes.
12657      Branch: perl
12658            ! Changes patchlevel.h
12659 ____________________________________________________________________________
12660 [ 21538] By: ams                                   on 2003/10/26  08:08:02
12661         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
12662              The whole PL_origalen thing in perl.c looks very hokey.
12663      Branch: perl
12664            ! mg.c
12665 ____________________________________________________________________________
12666 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
12667         Log: show the rehash flags in dumps
12668      Branch: perl
12669            ! dump.c
12670 ____________________________________________________________________________
12671 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
12672         Log: Return 21533 (with modifications) having found the problem
12673      Branch: perl
12674            ! hv.c hv.h
12675 ____________________________________________________________________________
12676 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
12677         Log: Back out 21533 because it broke Encode's build in really weird ways
12678      Branch: perl
12679            ! hv.c hv.h
12680 ____________________________________________________________________________
12681 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
12682         Log: Plan C rough edge smoothing. Criteria for a hash split is now
12683              the earlier of "more keys than buckets" (the old test) or
12684              linked list too long. Rehash is triggered after a split if the
12685              longest linked list is too long.
12686      Branch: perl
12687            ! hv.c hv.h
12688 ____________________________________________________________________________
12689 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
12690         Log: Subject: Re: [perl #948] $, untieable?
12691              From: Richard Clamp <richardc@unixbeard.net>
12692              Date: Tue, 21 Oct 2003 00:02:49 +0100
12693              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
12694
12695              Plus a small fix to t/TEST to recognize the added TODO test
12696              as a TODO test.
12697      Branch: perl
12698            ! t/TEST t/op/tie.t
12699 ____________________________________________________________________________
12700 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
12701         Log: When it says "add", then, like, you have to p4 add it. D'oh!
12702              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
12703      Branch: perl
12704            + lib/I18N/LangTags/t/02decency.t
12705 ____________________________________________________________________________
12706 [ 21527] By: davem                                 on 2003/10/23  19:13:20
12707         Log: Fix two threads::shared leaks
12708              #24061 - AV in shared interpreter wasn't set to AvREAL
12709              #24255 - mortals were added to the shared interpreter's tmpstack
12710              and never freed.
12711      Branch: perl
12712            ! ext/threads/shared/shared.xs
12713 ____________________________________________________________________________
12714 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
12715         Log: From: Jan Dubois <jand@ActiveState.com>
12716              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
12717              Date: Wed, 22 Oct 2003 20:17:07 -0700
12718              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
12719
12720              From: Jan Dubois <jand@ActiveState.com>
12721              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
12722              Date: Wed, 22 Oct 2003 20:26:56 -0700
12723              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
12724      Branch: perl
12725            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
12726            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
12727            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
12728            ! utils/perldoc.PL
12729 ____________________________________________________________________________
12730 [ 21523] By: ams                                   on 2003/10/23  12:53:03
12731         Log: Subject: [PATCH] utime documentation
12732              From: Gisle Aas <gisle@ActiveState.com>
12733              Date: 23 Oct 2003 05:33:43 -0700
12734              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
12735      Branch: perl
12736            ! pod/perlfunc.pod
12737 ____________________________________________________________________________
12738 [ 21522] By: ams                                   on 2003/10/23  08:07:18
12739         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
12740              From: Jan Dubois <jand@ActiveState.com>
12741              Date: Wed, 22 Oct 2003 20:33:54 -0700
12742              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
12743      Branch: perl
12744            ! doio.c
12745 ____________________________________________________________________________
12746 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
12747         Log: patch created by Casey West from:
12748
12749              Subject: CPAN module problems
12750              From: Edward Moy <emoy@apple.com>
12751              Date: Fri, 10 Oct 2003 17:42:06 -0700
12752              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
12753
12754              (change ld value in hints file)
12755      Branch: perl
12756            ! hints/darwin.sh
12757 ____________________________________________________________________________
12758 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
12759         Log: Small email update in AUTHORS.
12760      Branch: perl
12761            ! AUTHORS
12762 ____________________________________________________________________________
12763 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
12764         Log: Add a test.taintwarn makefile target,
12765              to run the whole test suite with the -t switch.
12766      Branch: perl
12767            ! Makefile.SH pod/perlhack.pod t/TEST
12768 ____________________________________________________________________________
12769 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
12770         Log: Subject: [PATCH @20458] embedding perl
12771              From: Radu Greab <rgreab@fx.ro>
12772              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
12773              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
12774      Branch: perl
12775            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
12776            ! sv.c
12777 ____________________________________________________________________________
12778 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
12779         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
12780              in perltoot, $him->fullname should be $him->fullname->as_string
12781              when passed to printf.
12782      Branch: perl
12783            ! pod/perltoot.pod
12784 ____________________________________________________________________________
12785 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
12786         Log: Two OS/2 portability patches from Ilya.
12787
12788              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
12789              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12790              Date: Thu, 25 Sep 2003 12:09:11 -0700
12791              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
12792
12793              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
12794              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12795              Date: Thu, 25 Sep 2003 19:50:45 -0700
12796              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
12797      Branch: perl
12798            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
12799 ____________________________________________________________________________
12800 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
12801         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
12802              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12803              Date: Mon, 20 Oct 2003 20:14:19 +0200
12804              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
12805      Branch: perl
12806            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
12807 ____________________________________________________________________________
12808 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
12809         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
12810              From: Slaven Rezic <slaven@rezic.de>
12811              Date: 19 Oct 2003 17:54:59 +0200
12812              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
12813      Branch: perl
12814            ! perlio.c
12815 ____________________________________________________________________________
12816 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
12817         Log: Skip the chflags tests in filetest.t on Darwin.
12818      Branch: perl
12819            ! lib/filetest.t
12820 ____________________________________________________________________________
12821 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
12822         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
12823              flag on the hash when rehashing. Can turn off the "rehasing" flag
12824              if the hash is cleared
12825      Branch: perl
12826            ! hv.c
12827 ____________________________________________________________________________
12828 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
12829         Log: -u is deprecated.
12830              Subject: Re: why PERL5LIB is ignored when -T is in effect
12831              From: Slaven Rezic <slaven@rezic.de>
12832              Date: Fri, 17 Oct 2003 10:02:31 +0000
12833              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
12834      Branch: perl
12835            ! perl.c
12836 ____________________________________________________________________________
12837 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
12838         Log: The compilation of PerlIO::via may hang on AIX when
12839              compiling with vac at -O3 optimization level. Disable
12840              optimization for this module.
12841      Branch: perl
12842            + ext/PerlIO/via/hints/aix.pl
12843            ! MANIFEST
12844 ____________________________________________________________________________
12845 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
12846         Log: Plan C for foiling the algorithmic complexity attack
12847              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
12848              Chip's plan B (do something new inside the hv functions)
12849              and introspective sort)
12850              Provides infrastructure for hashes to change their hash function
12851              if necessary, and code in hsplit to detect pathalogical data and
12852              instigate a random rehashing.
12853              Needs refinement. Let's see how much smoke it creates.
12854      Branch: perl
12855            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
12856            ! util.c
12857 ____________________________________________________________________________
12858 [ 21470] By: davem                                 on 2003/10/16  20:03:44
12859         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
12860              PL_main_root is freed; this may not have been be the case if a
12861              thread other than the main one is the last to be destroyed
12862      Branch: perl
12863            ! ext/threads/t/thread.t pad.h perl.c
12864 ____________________________________________________________________________
12865 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
12866         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
12867              (as suggested by Jan Dubois)
12868      Branch: perl
12869            ! hv.c
12870 ____________________________________________________________________________
12871 [ 21468] By: ams                                   on 2003/10/16  19:00:14
12872         Log: Subject: Re: assert.h breaks perl.h
12873              From: Alexey Tourbin <at@altlinux.ru>
12874              Date: Thu, 16 Oct 2003 22:24:35 +0400
12875              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
12876      Branch: perl
12877            ! sv.h
12878 ____________________________________________________________________________
12879 [ 21467] By: ams                                   on 2003/10/16  18:57:57
12880         Log: Subject: [PATCH] Tie::Hash documentation
12881              From: Slaven Rezic <slaven@rezic.de>
12882              Date: Thu, 16 Oct 2003 17:57:35 +0000
12883              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
12884      Branch: perl
12885            ! lib/Tie/Hash.pm
12886 ____________________________________________________________________________
12887 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
12888         Log: Further tweak on change #21464.
12889      Branch: perl
12890            ! perl.c
12891 ____________________________________________________________________________
12892 [ 21464] By: ams                                   on 2003/10/16  08:42:50
12893         Log: Subject: perl -h tweak [PATCH]
12894              From: Gisle Aas <gisle@ActiveState.com>
12895              Date: 16 Oct 2003 02:49:39 -0700
12896              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
12897      Branch: perl
12898            ! perl.c
12899 ____________________________________________________________________________
12900 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
12901         Log: Perlfaq1 : take notice that 5.8.1 is now released.
12902      Branch: perl
12903            ! pod/perlfaq1.pod
12904 ____________________________________________________________________________
12905 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
12906         Log: PerlFAQ sync. (only actual changes)
12907      Branch: perl
12908            ! pod/perlfaq4.pod
12909 ____________________________________________________________________________
12910 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
12911         Log: Typos.
12912      Branch: perl
12913            ! hints/aix.sh
12914 ____________________________________________________________________________
12915 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
12916         Log: Fix bug [perl #24212] : improper error recovery in the
12917              tokenizer after an unknown filetest operator.
12918      Branch: perl
12919            ! t/comp/parser.t toke.c
12920 ____________________________________________________________________________
12921 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
12922         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
12923      Branch: perl
12924            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
12925            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
12926            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
12927            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
12928            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
12929            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
12930 ____________________________________________________________________________
12931 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
12932         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
12933              Based on a idea by Alex Hudson. (Basically those are unix domain
12934              sockets whose name has a '\0' as first character.)
12935      Branch: perl
12936            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
12937 ____________________________________________________________________________
12938 [ 21449] By: ams                                   on 2003/10/15  06:32:44
12939         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
12940              From: Autrijus Tang <autrijus@autrijus.org>
12941              Date: Tue, 14 Oct 2003 18:32:28 +0800
12942              Message-Id: <1066127547.65845.35.camel@localhost>
12943      Branch: perl
12944            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
12945            ! lib/ExtUtils/MakeMaker.pm
12946 ____________________________________________________________________________
12947 [ 21448] By: ams                                   on 2003/10/15  05:56:12
12948         Log: Rewrite #21447.
12949      Branch: perl
12950            ! pod/perliol.pod
12951 ____________________________________________________________________________
12952 [ 21447] By: ams                                   on 2003/10/15  05:36:48
12953         Log: Subject: [patch pod/perliol.pod]
12954              From: Stas Bekman <stas@stason.org>
12955              Date: Tue, 14 Oct 2003 18:05:29 -0700
12956              Message-Id: <3F8C9D59.3040403@stason.org>
12957      Branch: perl
12958            ! pod/perliol.pod
12959 ____________________________________________________________________________
12960 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
12961         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
12962              (the routine used by perl level HV operations)
12963      Branch: perl
12964            ! hv.c
12965 ____________________________________________________________________________
12966 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
12967         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
12968              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
12969              Date: Tue, 30 Sep 2003 19:23:34 +0200
12970              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
12971      Branch: perl
12972            ! ext/Devel/PPPort/PPPort.pm
12973 ____________________________________________________________________________
12974 [ 21442] By: ams                                   on 2003/10/13  08:41:17
12975         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
12976              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
12977              Date: 12 Oct 2003 09:01:25 -0000
12978              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
12979      Branch: perl
12980            ! lib/strict.pm
12981 ____________________________________________________________________________
12982 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
12983         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
12984              From: Jan Dubois <jand@ActiveState.com>
12985              Date: Sun, 12 Oct 2003 22:09:39 -0700
12986              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
12987      Branch: perl
12988            ! universal.c
12989 ____________________________________________________________________________
12990 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
12991         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
12992              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
12993              Date: 5 Oct 2003 20:55:56 -0000
12994              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
12995      Branch: perl
12996            ! mg.c
12997 ____________________________________________________________________________
12998 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
12999         Log: Subject: [PATCH] Tie::Hash documentation
13000              From: Slaven Rezic <slaven@rezic.de>
13001              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
13002              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
13003      Branch: perl
13004            ! lib/Tie/Hash.pm
13005 ____________________________________________________________________________
13006 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
13007         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
13008              From: Slaven Rezic <slaven@rezic.de>
13009              Date: 07 Oct 2003 00:04:34 +0200
13010              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
13011      Branch: perl
13012            ! hints/darwin.sh
13013 ____________________________________________________________________________
13014 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
13015         Log: Minor nit in perlrun, spotted by Art Haas.
13016      Branch: perl
13017            ! pod/perlrun.pod
13018 ____________________________________________________________________________
13019 [ 21436] By: ams                                   on 2003/10/10  19:05:55
13020         Log: Subject: [PATCH] threads::async + some cleanup
13021              From: Elizabeth Mattijsen <liz@dijkmat.nl>
13022              Date: Fri, 10 Oct 2003 16:37:55 +0200
13023              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
13024      Branch: perl
13025            ! ext/threads/threads.pm
13026 ____________________________________________________________________________
13027 [ 21435] By: ams                                   on 2003/10/10  19:02:34
13028         Log: Make everyone stop posting to p5p about 0e0.
13029      Branch: perl
13030            ! pod/perlsyn.pod
13031 ____________________________________________________________________________
13032 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
13033         Log: Put all pre-processor #s on the first column (some compilers are picky)
13034              [perl #24167] `#' comment signs not at the very beginning of a line
13035      Branch: perl
13036            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
13037            ! perl.h regcomp.c
13038 ____________________________________________________________________________
13039 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
13040         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
13041              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
13042              to t/test.pl.
13043      Branch: perl
13044            - t/op/nothr5005.t
13045            ! MANIFEST t/op/args.t
13046 ____________________________________________________________________________
13047 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
13048         Log: Document the behaviour of filetest operators regarding parentheses.
13049              This fixes bug #24127 (by documenting it as a feature.)
13050      Branch: perl
13051            ! pod/perlop.pod
13052 ____________________________________________________________________________
13053 [ 21430] By: ams                                   on 2003/10/09  07:55:34
13054         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
13055              calculations in regcomp.c
13056              From: Eric Promislow <ericp@ActiveState.com>
13057              Date: Wed, 8 Oct 2003 17:42:42 -0700
13058              Message-Id: <20031008174242.A17544@ActiveState.com>
13059      Branch: perl
13060            ! regcomp.c
13061 ____________________________________________________________________________
13062 [ 21429] By: ams                                   on 2003/10/09  07:43:56
13063         Log: Patch based on:
13064
13065              Subject: [perl #24157] -MModule=} is broken
13066              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
13067              Date: 7 Oct 2003 21:47:43 -0000
13068              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
13069
13070              (Includes a fix for a similar problem in -A, but not -d.)
13071      Branch: perl
13072            ! perl.c
13073 ____________________________________________________________________________
13074 [ 21428] By: ams                                   on 2003/10/09  02:32:07
13075         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
13076              grok_numeric_radix()
13077              From: Jan Dubois <jand@ActiveState.com>
13078              Date: Wed, 08 Oct 2003 20:37:42 -0700
13079              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
13080      Branch: perl
13081            ! ext/Devel/PPPort/PPPort.pm
13082 ____________________________________________________________________________
13083 [ 21427] By: ams                                   on 2003/10/09  01:36:18
13084         Log: Subject: Re: require patch breaks locale
13085              From: Rick Delaney <rick@bort.ca>
13086              Date: Wed, 8 Oct 2003 22:41:55 -0400
13087              Message-Id: <20031008224155.A14638@biff.bort.ca>
13088      Branch: perl
13089            ! t/comp/require.t
13090 ____________________________________________________________________________
13091 [ 21426] By: ams                                   on 2003/10/09  01:26:57
13092         Log: Subject: Re: Simple @INC hook core dump [PATCH]
13093              From: Gisle Aas <gisle@ActiveState.com>
13094              Date: 08 Oct 2003 13:35:28 -0700
13095              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
13096      Branch: perl
13097            ! t/op/inccode.t
13098 ____________________________________________________________________________
13099 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
13100         Log: Fix bug #24108: Goto +foo broken
13101              the fix having been suggested by xmath via Juerd.
13102      Branch: perl
13103            ! op.c t/op/goto.t
13104 ____________________________________________________________________________
13105 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
13106         Log: Subject: Re: Simple @INC hook core dump [PATCH]
13107              From: Gisle Aas <gisle@ActiveState.com>
13108              Date: 08 Oct 2003 04:47:33 -0700
13109              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
13110      Branch: perl
13111            ! pp_ctl.c
13112 ____________________________________________________________________________
13113 [ 21423] By: ams                                   on 2003/10/08  10:09:41
13114         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
13115              From: Abigail <abigail@abigail.nl>
13116              Date: Wed, 8 Oct 2003 03:50:49 -0700
13117              Message-Id: <20031008105049.GA15770@ucan.foad.org>
13118      Branch: perl
13119            ! pod/perlrun.pod
13120 ____________________________________________________________________________
13121 [ 21422] By: ams                                   on 2003/10/08  06:13:07
13122         Log: "Are implicit undefs true?" asks Gisle.
13123      Branch: perl
13124            ! pod/perlsyn.pod
13125 ____________________________________________________________________________
13126 [ 21421] By: ams                                   on 2003/10/08  03:20:00
13127         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
13128              From: schwern@pobox.com
13129              Date: Tue, 7 Oct 2003 20:39:36 -0700
13130              Message-Id: <20031007203936.X4301@ttul.org>
13131
13132              (Originally from Shlomi Fish. Applied with tweaks.)
13133      Branch: perl
13134            ! pod/perlop.pod
13135 ____________________________________________________________________________
13136 [ 21420] By: ams                                   on 2003/10/07  19:51:35
13137         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
13138              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
13139      Branch: perl
13140            ! pod/perlsyn.pod sv.c t/op/pow.t
13141 ____________________________________________________________________________
13142 [ 21419] By: ams                                   on 2003/10/07  04:03:34
13143         Log: Why should -3**$x be more precisely determined than 3**$x?
13144      Branch: perl
13145            ! t/op/pow.t
13146 ____________________________________________________________________________
13147 [ 21418] By: ams                                   on 2003/10/07  03:59:38
13148         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
13149              From: schwern@pobox.com
13150              Date: Mon, 6 Oct 2003 13:14:36 -0700
13151              Message-Id: <20031006131436.G20960@ttul.org>
13152      Branch: perl
13153            ! lib/UNIVERSAL.pm t/op/universal.t
13154 ____________________________________________________________________________
13155 [ 21417] By: ams                                   on 2003/10/07  03:55:18
13156         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
13157              know what I mean.
13158      Branch: perl
13159            ! pod/perlfunc.pod
13160 ____________________________________________________________________________
13161 [ 21416] By: ams                                   on 2003/10/07  03:37:01
13162         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
13163              From: Stas Bekman <stas@stason.org>
13164              Date: Mon, 06 Oct 2003 21:19:53 -0700
13165              Message-Id: <3F823EE9.4030103@stason.org>
13166      Branch: perl
13167            ! sv.c
13168 ____________________________________________________________________________
13169 [ 21415] By: ams                                   on 2003/10/06  17:30:31
13170         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
13171              From: Rick Delaney <rick@bort.ca>
13172              Date: Tue, 23 Sep 2003 12:14:52 -0400
13173              Message-ID: <20030923121452.G18845@biff.bort.ca>
13174      Branch: perl
13175            ! pp_ctl.c t/comp/require.t
13176 ____________________________________________________________________________
13177 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
13178         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
13179              From: Abigail <abigail@abigail.nl>
13180              Date: Wed, 1 Oct 2003 14:19:43 +0200
13181              Message-ID: <20031001121943.GA29419@abigail.nl>
13182      Branch: perl
13183            ! lib/warnings.t
13184 ____________________________________________________________________________
13185 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
13186         Log: Fixes in the modules maintainers list.
13187      Branch: perl
13188            ! Porting/Maintainers.pl
13189 ____________________________________________________________________________
13190 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
13191         Log: Fix broken link in perltodo.pod.
13192      Branch: perl
13193            ! pod/perltodo.pod
13194 ____________________________________________________________________________
13195 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
13196         Log: Typos in perldiag.
13197      Branch: perl
13198            ! pod/perldiag.pod
13199 ____________________________________________________________________________
13200 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
13201         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
13202              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
13203              Date: Mon, 6 Oct 2003 08:45:29 +0200
13204              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
13205      Branch: perl
13206            ! pod/perlapi.pod pp_pack.c
13207 ____________________________________________________________________________
13208 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
13209         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
13210              From: Abigail <abigail@abigail.nl>
13211              Date: Mon, 6 Oct 2003 05:55:21 -0700
13212              Message-ID: <20031006125521.GA26446@ucan.foad.org>
13213      Branch: perl
13214            ! pod/perlfunc.pod
13215 ____________________________________________________________________________
13216 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
13217         Log: Add a new option --check to Porting/Maintainers,
13218              to check for files who are listed for several maintainers.
13219      Branch: perl
13220            ! Porting/Maintainers.pm
13221 ____________________________________________________________________________
13222 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
13223         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
13224              From: Fergal Daly <fergal@esatclear.ie>
13225              Date: Mon, 6 Oct 2003 00:25:29 +0100
13226              Message-Id: <200310060025.29122.fergal@esatclear.ie>
13227
13228              Plus regeneration of META.yml
13229      Branch: perl
13230            ! META.yml Porting/makemeta
13231 ____________________________________________________________________________
13232 [ 21406] By: ams                                   on 2003/10/06  04:22:11
13233         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
13234              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13235              Date: Sun, 5 Oct 2003 21:27:54 +0200
13236              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
13237              (Applied with tweaks to op.c and a comment.)
13238      Branch: perl
13239            ! op.c t/lib/warnings/op
13240 ____________________________________________________________________________
13241 [ 21405] By: ams                                   on 2003/10/06  03:56:54
13242         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
13243              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
13244              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
13245              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
13246              (Applied with minor tweaks.)
13247      Branch: perl
13248            ! pod/perlsyn.pod
13249 ____________________________________________________________________________
13250 [ 21404] By: ams                                   on 2003/10/06  03:32:50
13251         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
13252              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
13253              Date: 5 Oct 2003 18:40:36 -0000
13254              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
13255              (Applied without $VERSION update.)
13256      Branch: perl
13257            ! lib/Tie/Hash.pm
13258 ____________________________________________________________________________
13259 [ 21403] By: ams                                   on 2003/10/06  03:26:39
13260         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
13261              From: Robert Spier <rspier@pobox.com>
13262              Date: Sun, 05 Oct 2003 21:34:30 -0700
13263              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
13264      Branch: perl
13265            ! pod/perlretut.pod
13266 ____________________________________________________________________________
13267 [ 21402] By: ams                                   on 2003/10/05  03:08:53
13268         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
13269              From: Steve Grazzini <grazz@pobox.com>
13270              Date: Sat, 4 Oct 2003 18:15:23 -0400
13271              Message-Id: <20031004221523.GA29324@grazzini.net>
13272      Branch: perl
13273            ! pp_sys.c
13274 ____________________________________________________________________________
13275 [ 21401] By: ams                                   on 2003/10/02  17:25:34
13276         Log: Subject: Re: 5.8.1 and srand
13277              From: Slaven Rezic <slaven@rezic.de>
13278              Date: Thu, 2 Oct 2003 15:51:11 +0000
13279              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
13280      Branch: perl
13281            ! t/op/fork.t
13282 ____________________________________________________________________________
13283 [ 21400] By: hv                                    on 2003/10/02  09:34:36
13284         Log: minor cleanup for Changes
13285      Branch: perl
13286            ! Changes
13287 ____________________________________________________________________________
13288 [ 21399] By: hv                                    on 2003/10/02  09:18:27
13289         Log: Update changes
13290      Branch: perl
13291            ! Changes patchlevel.h
13292 ____________________________________________________________________________
13293 [ 21398] By: hv                                    on 2003/10/02  09:15:42
13294         Log: build perlapi.pod in deterministic order even when functions differ
13295              only in case; regen perlapi.pod
13296      Branch: perl
13297            ! autodoc.pl pod/perlapi.pod
13298 ____________________________________________________________________________
13299 [ 21397] By: ams                                   on 2003/10/02  07:48:51
13300         Log: Subject: Re: 5.8.1 and srand
13301              From: Brendan O'Dea <bod@debian.org>
13302              Date: Thu, 2 Oct 2003 10:30:36 +1000
13303              Message-Id: <20031002003036.GA9198@londo.c47.org>
13304      Branch: perl
13305            ! util.c
13306 ____________________________________________________________________________
13307 [ 21396] By: ams                                   on 2003/10/01  22:18:13
13308         Log: Update Changes.
13309      Branch: perl
13310            ! Changes patchlevel.h
13311 ____________________________________________________________________________
13312 [ 21394] By: ams                                   on 2003/10/01  20:28:20
13313         Log: Subject: misapplied patch 19452
13314              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13315              Date: Tue, 30 Sep 2003 06:01:50 -0700
13316              Message-Id: <20030930130150.GA1436@efn.org>
13317      Branch: perl
13318            ! pp_hot.c
13319 ____________________________________________________________________________
13320 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
13321         Log: Revamp the section on local() in perlsub.
13322              - avoid using the word "declare" in conjunction with local()
13323              - less archaelogical references
13324              - more about localization of lvalues
13325              - removes examples of localization of tied hashes that don't work
13326              - give titles to subsections
13327              - explain localization of magic values
13328              - explain localization of globs
13329              - fix link to perldelta
13330      Branch: perl
13331            ! pod/perlsub.pod
13332 ____________________________________________________________________________
13333 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
13334         Log: Useless "local $_" in a perlfaq3 example
13335      Branch: perl
13336            ! pod/perlfaq3.pod
13337 ____________________________________________________________________________
13338 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
13339         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
13340              From: grommel@sears.com
13341              Date: Mon, 29 Sep 2003 14:45:16 -0500
13342              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
13343      Branch: perl
13344            ! hints/svr4.sh t/op/pack.t
13345 ____________________________________________________________________________
13346 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
13347         Log: Add a TODO test for bug #23790, by Abigail
13348      Branch: perl
13349            ! t/op/sub_lval.t
13350 ____________________________________________________________________________
13351 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
13352         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
13353              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13354              Date: Tue, 30 Sep 2003 04:53:02 -0700
13355              Message-ID: <20030930115302.GA3200@efn.org>
13356      Branch: perl
13357            ! pod/perlfunc.pod
13358 ____________________________________________________________________________
13359 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
13360         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
13361              From: Tom Horsley <Tom.Horsley@ccur.com>
13362              Date: Mon, 29 Sep 2003 13:00:09 GMT
13363              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
13364      Branch: perl
13365            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
13366 ____________________________________________________________________________
13367 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
13368         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
13369              From: Steve Hay <steve.hay@uk.radan.com>
13370              Date: Mon, 29 Sep 2003 11:50:23 +0100
13371              Message-ID: <3F780E6F.3020704@uk.radan.com>
13372      Branch: perl
13373            ! pod/splitpod
13374 ____________________________________________________________________________
13375 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
13376         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
13377              From: Brendan O'Dea <bod@debian.org>
13378              Date: Sun, 28 Sep 2003 23:23:34 +1000
13379              Message-ID: <20030928132334.GA29499@londo.c47.org>
13380      Branch: perl
13381            ! pod/perlrun.pod
13382 ____________________________________________________________________________
13383 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
13384         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
13385      Branch: perl
13386            ! Porting/Maintainers.pl
13387 ____________________________________________________________________________
13388 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
13389         Log: Missing +x bits.
13390      Branch: perl
13391            ! Porting/makerel
13392 ____________________________________________________________________________
13393 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
13394         Log: Update the perldelta for 5.9.0.
13395      Branch: perl
13396            ! pod/perldelta.pod
13397 ____________________________________________________________________________
13398 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
13399         Log: Add the perl581delta manpage.
13400              Regenerate the table of contents.
13401      Branch: perl
13402            + pod/perl581delta.pod
13403            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
13404            ! vms/descrip_mms.template win32/pod.mak
13405 ____________________________________________________________________________
13406 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
13407         Log: Update perlhist.pod
13408      Branch: perl
13409            ! pod/perlhist.pod
13410 ____________________________________________________________________________
13411 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
13412         Log: Sync with libnet 1.17
13413      Branch: perl
13414            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
13415 ____________________________________________________________________________
13416 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
13417         Log: Update to Scalar-List-Utils 1.13
13418      Branch: perl
13419            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
13420            ! ext/List/Util/lib/List/Util.pm
13421            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
13422 ____________________________________________________________________________
13423 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
13424         Log: CPAN sites update.
13425      Branch: perl
13426            ! pod/perlmodlib.PL
13427 ____________________________________________________________________________
13428 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
13429         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
13430              From: Greg Matheson <lang@ms.chinmin.edu.tw>
13431              Date: Wed, 24 Sep 2003 22:51:09 +0800
13432              Message-ID: <20030924225109.A17126@ms>
13433
13434              (Win98 + MinGW, a missing Win95.pm hunk)
13435      Branch: perl
13436            ! lib/ExtUtils/MM_Win95.pm
13437 ____________________________________________________________________________
13438 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
13439         Log: AUTHORS tweak.
13440      Branch: perl
13441            ! AUTHORS
13442 ____________________________________________________________________________
13443 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
13444         Log: Even though undefing SPACE and FORMAT should be safe,
13445              at this point I'm choosing to be paranoid and using
13446              #ifdef __Lynx__.
13447      Branch: perl
13448            ! perl.h
13449 ____________________________________________________________________________
13450 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
13451         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
13452              From: Olli Savia (via RT) <perlbug-followup@perl.org>
13453              Date: 24 Sep 2003 15:42:41 -0000
13454              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
13455      Branch: perl
13456            ! mg.c perl.h perlio.c pp_sys.c
13457 ____________________________________________________________________________
13458 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
13459         Log: Subject: [DOCPATCH] attributes.pm
13460              From: Elizabeth Mattijsen <liz@dijkmat.nl>
13461              Date: Wed, 24 Sep 2003 11:00:42 +0200
13462              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
13463
13464              (reformatted a bit)
13465      Branch: perl
13466            ! lib/attributes.pm
13467 ____________________________________________________________________________
13468 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
13469         Log: A fix from Graham for
13470              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
13471              (seemingly a NV casting issue)
13472      Branch: perl
13473            ! ext/List/Util/Util.xs
13474 ____________________________________________________________________________
13475 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
13476         Log: Someone actually reads the Makefile.PL messages, it seems.
13477              (from Jonathan Leffler)
13478      Branch: perl
13479            ! ext/Time/HiRes/Makefile.PL
13480 ____________________________________________________________________________
13481 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
13482         Log: perliol tweaks.
13483      Branch: perl
13484            ! pod/perliol.pod
13485 ____________________________________________________________________________
13486 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
13487         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
13488              (plus a few typos.)
13489      Branch: perl
13490            ! pod/perlfaq7.pod pod/perlpodspec.pod
13491 ____________________________________________________________________________
13492 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
13493         Log: Subject: [PATCH] perlvar
13494              From: Juerd <juerd@convolution.nl>
13495              Date: Sun, 21 Sep 2003 21:40:54 +0200
13496              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
13497      Branch: perl
13498            ! pod/perlvar.pod
13499 ____________________________________________________________________________
13500 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
13501         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
13502              From: grommel@sears.com
13503              Date: Tue, 23 Sep 2003 13:40:33 -0500
13504              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
13505      Branch: perl
13506            ! hints/svr4.sh t/op/stat.t
13507 ____________________________________________________________________________
13508 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
13509         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
13510              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13511              Date: Tue, 23 Sep 2003 09:13:55 -0700
13512              Message-ID: <20030923161354.GA2432@efn.org>
13513      Branch: perl
13514            ! INSTALL
13515 ____________________________________________________________________________
13516 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
13517         Log: Minor nit in a debug message of the tokenizer.
13518      Branch: perl
13519            ! toke.c
13520 ____________________________________________________________________________
13521 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
13522         Log: Let's call it 2.34, already (from Johan).
13523      Branch: perl
13524            ! lib/Getopt/Long.pm
13525 ____________________________________________________________________________
13526 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
13527         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
13528              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13529              Date: Tue, 23 Sep 2003 15:04:35 +0200
13530              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
13531
13532              (add -we147 to ccflags if cc = ICC so that prototype
13533              detection works right)
13534      Branch: perl
13535            ! hints/linux.sh
13536 ____________________________________________________________________________
13537 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
13538         Log: Bump the Encode version to 1.9801 since we are no more identical
13539              to the CPAN version.
13540      Branch: perl
13541            ! ext/Encode/Encode.pm
13542 ____________________________________________________________________________
13543 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
13544         Log: ucmlintage.
13545      Branch: perl
13546            ! ext/Encode/ucm/gsm0338.ucm
13547 ____________________________________________________________________________
13548 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
13549         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
13550
13551              Fix as much as possible - the specification is still
13552              a bit unclear.
13553      Branch: perl
13554            + ext/Encode/t/gsm0338.t
13555            ! MANIFEST ext/Encode/MANIFEST
13556            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
13557 ____________________________________________________________________________
13558 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
13559         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
13560              From: Stephen McCamant <smcc@MIT.EDU>
13561              Date: Mon, 22 Sep 2003 20:53:57 -0700
13562              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
13563      Branch: perl
13564            ! ext/B/B/Deparse.pm
13565 ____________________________________________________________________________
13566 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
13567         Log: Subject: [PATCH] RC5 and Intel's ICC
13568              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13569              Date: Mon, 22 Sep 2003 22:52:40 +0200
13570              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
13571
13572              (the missing void return type)
13573      Branch: perl
13574            ! ext/threads/shared/shared.xs
13575 ____________________________________________________________________________
13576 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
13577         Log: Subject: [PATCH] RC5 and Intel's ICC
13578              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
13579              Date: Mon, 22 Sep 2003 22:52:40 +0200
13580              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
13581
13582              (the attribute part)
13583      Branch: perl
13584            ! ext/Devel/PPPort/PPPort.pm perl.h
13585 ____________________________________________________________________________
13586 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
13587         Log: Stray CRs noticed by Jan Dubois.
13588      Branch: perl
13589            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
13590 ____________________________________________________________________________
13591 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
13592         Log: The RCs have been missing CRs from certain files because
13593              not all shells can handle multiline arguments right.
13594      Branch: perl
13595            ! Porting/makerel
13596 ____________________________________________________________________________
13597 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
13598         Log: When localising a magic value, propagæte the readonly flag
13599              only if this scalar has \0 magic or has magic without a
13600              'set' method. (follows change #20479 for bug #23141.)
13601      Branch: perl
13602            ! scope.c t/op/local.t
13603 ____________________________________________________________________________
13604 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
13605         Log: An error message need not be a novel.
13606      Branch: perl
13607            ! pod/perldiag.pod pp_hot.c
13608 ____________________________________________________________________________
13609 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
13610         Log: Upgrade to Math::BigInt 1.66.
13611      Branch: perl
13612            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13613            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13614            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13615            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
13616            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
13617 ____________________________________________________________________________
13618 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
13619         Log: Some more perlio doc tweaks based on NI-S.
13620      Branch: perl
13621            ! pod/perliol.pod
13622 ____________________________________________________________________________
13623 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
13624         Log: Upgrade to Time::HiRes 1.51.
13625      Branch: perl
13626            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13627 ____________________________________________________________________________
13628 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
13629         Log: Upgrade to Getopt::Long 2.33_03.
13630      Branch: perl
13631            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
13632 ____________________________________________________________________________
13633 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
13634         Log: CPAN.pm 1.76_01 from Andreas.
13635      Branch: perl
13636            ! lib/CPAN.pm
13637 ____________________________________________________________________________
13638 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
13639         Log: Regen toc.
13640      Branch: perl
13641            ! pod/perltoc.pod
13642 ____________________________________________________________________________
13643 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
13644         Log: Handle also the curliffy files when tocing.
13645      Branch: perl
13646            ! pod/buildtoc
13647 ____________________________________________________________________________
13648 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
13649         Log: Macrofy the compile/runtime test.
13650      Branch: perl
13651            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
13652 ____________________________________________________________________________
13653 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
13654         Log: Tweak the section name to agree with the change #21295.
13655      Branch: perl
13656            ! lib/PerlIO.pm
13657 ____________________________________________________________________________
13658 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
13659         Log: One obvious place to look for PerlIO implementations.
13660      Branch: perl
13661            ! pod/perliol.pod
13662 ____________________________________________________________________________
13663 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
13664         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
13665              From: Dave Mitchell <davem@fdgroup.com>
13666              Date: Fri, 19 Sep 2003 19:35:44 +0100
13667              Message-ID: <20030919183544.GA14563@fdgroup.com>
13668      Branch: perl
13669            ! pp_ctl.c
13670 ____________________________________________________________________________
13671 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
13672         Log: More PerlIO documentation.
13673      Branch: perl
13674            ! lib/PerlIO.pm pod/perliol.pod
13675 ____________________________________________________________________________
13676 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
13677         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
13678              (The real bug was mp2 being too "friendly" with MM innards.)
13679      Branch: perl
13680            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13681            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
13682 ____________________________________________________________________________
13683 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
13684         Log: In FreeBSD allow one to try using Perl's malloc with threads.
13685      Branch: perl
13686            ! hints/freebsd.sh
13687 ____________________________________________________________________________
13688 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
13689         Log: Missing perlfaq chunk.
13690      Branch: perl
13691            ! pod/perlfaq4.pod
13692 ____________________________________________________________________________
13693 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
13694         Log: FAQ sync.
13695      Branch: perl
13696            ! pod/perlfaq4.pod
13697 ____________________________________________________________________________
13698 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
13699         Log: Subject: typo fixo
13700              From: Vadim Konovalov <konovalo@mail.wplus.net>
13701              Date: Fri, 19 Sep 2003 06:32:08 +0400
13702              Message-ID: <4538131828.20030919063208@mail.wplus.net>
13703      Branch: perl
13704            ! pod/perlunicode.pod
13705 ____________________________________________________________________________
13706 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
13707         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
13708              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13709              Date: Thu, 18 Sep 2003 19:01:06 -0700
13710              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
13711      Branch: perl
13712            ! os2/os2.c
13713 ____________________________________________________________________________
13714 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
13715         Log: Tests for change #21284.
13716      Branch: perl
13717            ! lib/dumpvar.t
13718 ____________________________________________________________________________
13719 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
13720         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
13721              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13722              Date: Thu, 18 Sep 2003 18:58:59 -0700
13723              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
13724      Branch: perl
13725            ! lib/dumpvar.pl
13726 ____________________________________________________________________________
13727 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
13728         Log: Perlfaq nits from Iain Truskett.
13729              (from the perlfaq-workers list)
13730      Branch: perl
13731            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
13732 ____________________________________________________________________________
13733 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
13734         Log: Integrate a change from the perlfaq CVS.
13735              I consider the bleadperl version being more up-to-date as of now.
13736      Branch: perl
13737            ! pod/perlfaq3.pod
13738 ____________________________________________________________________________
13739 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
13740         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
13741              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13742              Date: Thu, 18 Sep 2003 11:02:02 -0700
13743              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
13744
13745              (use stat.t instead of time.t)
13746      Branch: perl
13747            ! os2/os2ish.h pp_sys.c t/op/stat.t
13748 ____________________________________________________________________________
13749 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
13750         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
13751              From: Rick Delaney <rick.delaney@rogers.com>
13752              Date: Wed, 1 Jan 2003 22:54:59 -0500
13753              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
13754
13755              (Pity the first patch fell through the cracks back then.
13756              Not that forbidding non-object copy constructors is the right
13757              thing to do but the bug could use fixing.)
13758      Branch: perl
13759            ! lib/overload.t pp.h
13760 ____________________________________________________________________________
13761 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
13762         Log: Subject: [PATCH] small fix for Devel::PPPort
13763              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
13764              Date: Thu, 18 Sep 2003 10:14:58 +0200
13765              Message-id: <20030918081458.GA2653@ethan>
13766      Branch: perl
13767            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
13768 ____________________________________________________________________________
13769 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
13770         Log: ld has many guises.
13771      Branch: perl
13772            ! lib/ExtUtils/t/MM_Unix.t
13773 ____________________________________________________________________________
13774 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
13775         Log: Missed OS/2 patch hunk.
13776      Branch: perl
13777            ! os2/os2.c
13778 ____________________________________________________________________________
13779 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
13780         Log: Subject: Patch for VMS::Filespec
13781              From: Ken Williams <ken@mathforum.org>
13782              Date: Wed, 17 Sep 2003 20:11:46 -0500
13783              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
13784      Branch: perl
13785            ! vms/ext/Filespec.pm
13786 ____________________________________________________________________________
13787 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
13788         Log: Subject: 5.8.1 warnings when long double == double
13789              From: Andy Dougherty <doughera@lafayette.edu>
13790              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
13791              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
13792              (the changed message)
13793      Branch: perl
13794            ! Configure
13795 ____________________________________________________________________________
13796 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
13797         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
13798              for "is this symbol defined" scanning of Configure.
13799      Branch: perl
13800            ! Configure
13801 ____________________________________________________________________________
13802 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
13803         Log: Make it possible to override the mistrustnm hint in Solaris.
13804      Branch: perl
13805            ! hints/solaris_2.sh
13806 ____________________________________________________________________________
13807 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
13808         Log: A potential fix for non-empty LD in Unix.
13809      Branch: perl
13810            ! lib/ExtUtils/t/MM_Unix.t
13811 ____________________________________________________________________________
13812 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
13813         Log: Subject: RE: MM in maint@21251 breaks mp2
13814              From: "Orton, Yves" <yves.orton@de.mci.com>
13815              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
13816              Date: Wed, 17 Sep 2003 15:47:35 +0100
13817      Branch: perl
13818            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
13819            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
13820 ____________________________________________________________________________
13821 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
13822         Log: The AIX C product potentially consists of several packages,
13823              the main package being (hopefully) the first one.
13824      Branch: perl
13825            ! hints/aix.sh
13826 ____________________________________________________________________________
13827 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
13828         Log: Fix Solaris ccversion not having the cc version.
13829      Branch: perl
13830            ! hints/solaris_2.sh
13831 ____________________________________________________________________________
13832 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
13833         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
13834              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13835              Date: Tue, 16 Sep 2003 23:49:42 -0700
13836              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
13837      Branch: perl
13838            ! os2/os2ish.h
13839 ____________________________________________________________________________
13840 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
13841         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
13842              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13843              Date: Tue, 16 Sep 2003 23:21:48 -0700
13844              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
13845      Branch: perl
13846            ! os2/OS2/Process/t/os2_process.t
13847 ____________________________________________________________________________
13848 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
13849         Log: Subject: [PATCH 5.8.1 @21211] magic.t
13850              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13851              Date: Tue, 16 Sep 2003 19:17:57 -0700
13852              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
13853      Branch: perl
13854            ! t/op/magic.t
13855 ____________________________________________________________________________
13856 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
13857         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
13858              From: Dave Mitchell <davem@fdgroup.com>
13859              Date: Tue, 16 Sep 2003 21:56:20 +0100
13860              Message-ID: <20030916205620.GB1246@fdgroup.com>
13861      Branch: perl
13862            ! pod/perlfunc.pod
13863 ____________________________________________________________________________
13864 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
13865         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
13866      Branch: perl
13867            + ext/Time/HiRes/hints/svr4.pl
13868            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
13869 ____________________________________________________________________________
13870 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
13871         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
13872              From: Andy Dougherty <doughera@lafayette.edu>
13873              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
13874              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
13875      Branch: perl
13876            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
13877 ____________________________________________________________________________
13878 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
13879         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
13880              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
13881              Date: Wed, 4 Jun 2003 00:45:23 -0700
13882              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
13883      Branch: perl
13884            ! lib/Getopt/Std.pm
13885 ____________________________________________________________________________
13886 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
13887         Log: Give a concrete example of the still existing Unicode slowness.
13888      Branch: perl
13889            ! pod/perlunicode.pod
13890 ____________________________________________________________________________
13891 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
13892         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
13893              use File::Spec 0.8 is unhappy.
13894      Branch: perl
13895            ! lib/File/Spec.pm
13896 ____________________________________________________________________________
13897 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
13898         Log: The test is not needed, says Schwern.
13899      Branch: perl
13900            - lib/base/t/fields-560.t
13901            ! MANIFEST
13902 ____________________________________________________________________________
13903 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
13904         Log: Upgrade to File::Spec 0.85_03.
13905      Branch: perl
13906            + lib/File/Spec/t/crossplatform.t
13907            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
13908            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
13909            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
13910            ! lib/File/Spec/t/Spec.t
13911 ____________________________________________________________________________
13912 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
13913         Log: Upgrade to MakeMaker 6.17.
13914      Branch: perl
13915            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
13916            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
13917            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
13918            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13919            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
13920            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
13921            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
13922            ! t/lib/MakeMaker/Test/Utils.pm
13923 ____________________________________________________________________________
13924 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
13925         Log: Upgrade to base 2.03.
13926              (Rename the fields-5.6.0.t to have less d.o.t.s.)
13927      Branch: perl
13928            + lib/base/t/base.t lib/base/t/fields-560.t
13929            + lib/base/t/fields-base.t lib/base/t/fields.t
13930            - lib/fields-base.t lib/fields.t
13931            ! MANIFEST lib/base.pm lib/fields.pm
13932 ____________________________________________________________________________
13933 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
13934         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
13935              From: PPrymmer@factset.com
13936              Date: Mon, 15 Sep 2003 15:28:52 -0400
13937              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
13938      Branch: perl
13939            ! lib/Memoize/t/tie_sdbm.t
13940 ____________________________________________________________________________
13941 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
13942         Log: Check the context of for/grep/map.
13943      Branch: perl
13944            ! t/op/grep.t
13945 ____________________________________________________________________________
13946 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
13947         Log: For-non-perlio places we need STDOUT back.
13948      Branch: perl
13949            ! t/io/dup.t
13950 ____________________________________________________________________________
13951 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
13952         Log: Also IRIX wants setlogsock('stream').
13953      Branch: perl
13954            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
13955 ____________________________________________________________________________
13956 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
13957         Log: More portable reading.
13958      Branch: perl
13959            ! t/io/dup.t
13960 ____________________________________________________________________________
13961 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
13962         Log: More dup testing.
13963      Branch: perl
13964            ! t/io/dup.t
13965 ____________________________________________________________________________
13966 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
13967         Log: Use $Config{_exe}.
13968      Branch: perl
13969            ! t/run/switches.t
13970 ____________________________________________________________________________
13971 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
13972         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
13973              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13974              Date: Sat, 13 Sep 2003 20:20:30 -0700
13975              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
13976      Branch: perl
13977            ! os2/os2.c t/run/switches.t
13978 ____________________________________________________________________________
13979 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
13980         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
13981              From: Michael G Schwern <schwern@pobox.com>
13982              Date: Thu, 11 Sep 2003 15:07:10 -0700
13983              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
13984
13985              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
13986      Branch: perl
13987            ! lib/ExtUtils/t/Manifest.t
13988 ____________________________________________________________________________
13989 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
13990         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
13991              From: "Craig A. Berry" <craigberry@mac.com>
13992              Date: Sun, 14 Sep 2003 00:23:56 -0500
13993              Message-ID: <3F63FB6C.5040502@mac.com>
13994      Branch: perl
13995            ! perlio.c
13996 ____________________________________________________________________________
13997 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
13998         Log: parse_version doesn't always succeed.
13999      Branch: perl
14000            ! Porting/cmpVERSION.pl
14001 ____________________________________________________________________________
14002 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
14003         Log: pod changes, so change $VERSION.
14004      Branch: perl
14005            ! lib/Fatal.pm
14006 ____________________________________________________________________________
14007 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
14008         Log: Subject: Re: unicode regex problem
14009              From: hv@crypt.org
14010              Date: Sat, 13 Sep 2003 15:21:34 +0100
14011              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
14012      Branch: perl
14013            ! regcomp.c t/op/pat.t
14014 ____________________________________________________________________________
14015 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
14016         Log: More PerlIO warnings changes.
14017      Branch: perl
14018            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
14019 ____________________________________________________________________________
14020 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
14021         Log: The "perlio: " prefix looks a little odd
14022              in the few warning/error messages, since
14023              no other 'subsystems' have prefixes.
14024      Branch: perl
14025            ! perlio.c pod/perldiag.pod t/io/open.t
14026 ____________________________________________________________________________
14027 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
14028         Log: Layer names were recognized by their prefixes
14029              (e.g. open(F, ":u", "file") worked...)
14030      Branch: perl
14031            ! perlio.c t/io/open.t
14032 ____________________________________________________________________________
14033 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
14034         Log: Apparently at some point doing 3-arg open with
14035              illegal mode like ">>>" had stopped croaking.
14036      Branch: perl
14037            ! doio.c t/io/open.t
14038 ____________________________________________________________________________
14039 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
14040         Log: Minuscule code cleanup.
14041      Branch: perl
14042            ! doio.c
14043 ____________________________________________________________________________
14044 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
14045         Log: Subject: [perl #23788] int of a fraction errors
14046              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
14047              Date: 11 Sep 2003 22:38:19 -0000
14048              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
14049
14050              Add a separate faq entry for int().  (Yes, a bit redundant
14051              with the existing "why are my numbers broken" entry.)
14052      Branch: perl
14053            ! pod/perlfaq4.pod
14054 ____________________________________________________________________________
14055 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
14056         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
14057              From: Stas Bekman <stas@stason.org>
14058              Date: Fri, 12 Sep 2003 13:44:11 -0700
14059              Message-ID: <3F62301B.3080604@stason.org>
14060
14061              s/discipline/IO layer/, instead of "unknown" say "unavailable",
14062              and have the fuller explanation in perldiag.
14063      Branch: perl
14064            ! doio.c pod/perldiag.pod
14065 ____________________________________________________________________________
14066 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
14067         Log: Make the new glob tests pass (well, skip) even with miniperl.
14068      Branch: perl
14069            ! t/run/fresh_perl.t
14070 ____________________________________________________________________________
14071 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
14072         Log: Stringify the $VERSION of DynaLoader so it's never dependent
14073              on localized float-to-string conversions.
14074      Branch: perl
14075            ! ext/DynaLoader/DynaLoader_pm.PL
14076 ____________________________________________________________________________
14077 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
14078         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
14079              since that would break a lot of code.)  Also few
14080              stray UTF16s, UTF32s, and "encoded in Unicode".
14081      Branch: perl
14082            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
14083            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
14084            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
14085            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
14086            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
14087 ____________________________________________________________________________
14088 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
14089         Log: The buildtoc now has options.
14090      Branch: perl
14091            ! pod/Makefile.SH
14092 ____________________________________________________________________________
14093 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
14094         Log: Some more tweaks on open ...&=.
14095      Branch: perl
14096            ! pod/perlfunc.pod
14097 ____________________________________________________________________________
14098 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
14099         Log: Slightly more documentation for open ...&=.
14100      Branch: perl
14101            ! pod/perlfunc.pod
14102 ____________________________________________________________________________
14103 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
14104         Log: Document the new strict strict in strict.
14105      Branch: perl
14106            ! lib/strict.pm
14107 ____________________________________________________________________________
14108 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
14109         Log: More comments for the FreeBSD threads hints.
14110      Branch: perl
14111            ! hints/freebsd.sh
14112 ____________________________________________________________________________
14113 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
14114         Log: More refactoring of the FreeBSD threads hints.
14115              Basically, for fresh enough 5.x the -pthread is dropped,
14116              otherwise keep it, and no known FreeBSD release has
14117              a functional gethostbyaddr_r.
14118      Branch: perl
14119            ! hints/freebsd.sh
14120 ____________________________________________________________________________
14121 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
14122         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
14123              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
14124              Date: Thu, 11 Sep 2003 09:15:04 -0700
14125              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
14126      Branch: perl
14127            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
14128            ! os2/OS2/Process/Process.xs
14129 ____________________________________________________________________________
14130 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
14131         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
14132              From: "Brendan O'Dea" <bod@debian.org>
14133              Date: Fri, 12 Sep 2003 00:12:51 +1000
14134              Message-ID: <20030911141251.GA26907@londo.c47.org>
14135      Branch: perl
14136            ! perl.c
14137 ____________________________________________________________________________
14138 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
14139         Log: The change of not needing -pthread in FreeBSD 5.x
14140              is very recent (Sep 3) (from Anton Berezin).
14141      Branch: perl
14142            ! hints/freebsd.sh
14143 ____________________________________________________________________________
14144 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
14145         Log: Upgrade to Pod::Perldoc 3.10.
14146              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
14147      Branch: perl
14148            ! lib/Pod/Perldoc.pm
14149 ____________________________________________________________________________
14150 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
14151         Log: Upgrade to base 2.02.
14152      Branch: perl
14153            + lib/fields-base.t
14154            ! MANIFEST lib/base.pm lib/fields.t
14155 ____________________________________________________________________________
14156 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
14157         Log: Replace #21158 with a better patch from Hugo
14158              (for [perl #23769]).
14159      Branch: perl
14160            ! regcomp.c regexec.c t/op/pat.t
14161 ____________________________________________________________________________
14162 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
14163         Log: Subject: [PATCH][TESTS] dumpvar.pl
14164              From: Joe McMahon <mcmahon@metalab.unc.edu>
14165              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
14166              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
14167      Branch: perl
14168            ! lib/dumpvar.pl lib/dumpvar.t
14169 ____________________________________________________________________________
14170 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
14171         Log: Enache still wants -pthread gone for FreeBSD 5.x
14172              since it doesn't work with the latest -current.
14173      Branch: perl
14174            ! hints/freebsd.sh
14175 ____________________________________________________________________________
14176 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
14177         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
14178              From: Stas Bekman <stas@stason.org>
14179              Date: Thu, 28 Aug 2003 16:10:48 -0700
14180              Message-ID: <3F4E8BF8.1090800@stason.org>
14181      Branch: perl
14182            ! emacs/cperl-mode.el emacs/ptags
14183 ____________________________________________________________________________
14184 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
14185         Log: Retract #21149, sez Schwern.
14186      Branch: perl
14187            ! lib/Test/More.pm
14188 ____________________________________________________________________________
14189 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
14190         Log: Retract #21168 based on advice from Anton Berezin (added).
14191      Branch: perl
14192            ! hints/freebsd.sh
14193 ____________________________________________________________________________
14194 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
14195         Log: Subject: nit to hints/freebsd.sh
14196              From: Enache Adrian <enache@rdslink.ro>
14197              Date: Wed, 10 Sep 2003 19:50:59 +0300
14198              Message-ID: <20030910165059.GB1321@ratsnest.hole>
14199      Branch: perl
14200            ! hints/freebsd.sh
14201 ____________________________________________________________________________
14202 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
14203         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
14204              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
14205              Date: Sun, 31 Aug 2003 22:08:19 GMT
14206              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
14207
14208              The test has been moved into warnings.pm's test suite. Note
14209              that this patch fixed as well the behaviour of warnings::enabled
14210              regarding lexical scoping and different files; hence the expected
14211              results in a few tests in /t/lib/warnings/9enabled has been
14212              reverted.
14213      Branch: perl
14214            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
14215 ____________________________________________________________________________
14216 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
14217         Log: Remove the warning in perlfaq about using map in void context :
14218              From: abigail@abigail.nl (Abigail)
14219              Subject: [PATCH perlfaq6] map in a void context.
14220              Date: Tue, 9 Sep 2003 10:31:58 +0200
14221              Message-ID: <20030909083158.GA24125@abigail.nl>
14222      Branch: perl
14223            ! pod/perlfaq6.pod
14224 ____________________________________________________________________________
14225 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
14226         Log: Subject: [PATCH] AUTHORS
14227              From: enache@rdslink.ro (Enache Adrian)
14228              Date: Tue, 9 Sep 2003 19:34:05 +0300
14229              Message-ID: <20030909163405.GB1398@ratsnest.hole>
14230      Branch: perl
14231            ! AUTHORS
14232 ____________________________________________________________________________
14233 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
14234         Log: Regen perlapi.
14235      Branch: perl
14236            ! pod/perlapi.pod
14237 ____________________________________________________________________________
14238 [ 21163] By: merijn                                on 2003/09/10  15:31:27
14239         Log: Subject: [perl #23778] hints/aix.sh
14240              Date: 10 Sep 2003 16:30:32 -0000
14241              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
14242              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
14243      Branch: perl
14244            ! hints/aix.sh
14245 ____________________________________________________________________________
14246 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
14247         Log: blead version of #21161.
14248      Branch: perl
14249            ! pod/perlvar.pod
14250 ____________________________________________________________________________
14251 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
14252         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
14253              From: PPrymmer@factset.com
14254              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
14255              Date: Fri, 5 Sep 2003 17:46:48 -0400
14256      Branch: perl
14257            ! lib/File/Spec/t/Spec.t
14258 ____________________________________________________________________________
14259 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
14260         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
14261              From: Kurt Starsinic <kstar@cpan.org>
14262              Date: Tue, 9 Sep 2003 23:16:00 -0400
14263              Message-ID: <20030910031600.GA30554@verizon.net>
14264
14265              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
14266              From: "Brendan O'Dea" <bod@debian.org>
14267              Date: Wed, 10 Sep 2003 22:03:15 +1000
14268              Message-ID: <20030910120315.GA1372@londo.c47.org>
14269      Branch: perl
14270            ! t/lib/h2ph.pht utils/h2ph.PL
14271 ____________________________________________________________________________
14272 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
14273         Log: Unicode regex broken on simple example
14274              regrepeat() did not work right for UTF-8(ed Latin-1)
14275              in the EXACT case, which made the \x{a0}+ fail.
14276      Branch: perl
14277            ! regexec.c t/op/pat.t
14278 ____________________________________________________________________________
14279 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
14280         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
14281      Branch: perl
14282            ! pp_hot.c t/io/utf8.t
14283 ____________________________________________________________________________
14284 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
14285         Log: Detypo and explain better.
14286      Branch: perl
14287            ! pod/perldiag.pod
14288 ____________________________________________________________________________
14289 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
14290         Log: If doing rcatline no point rescanning each time
14291              the beginning of the SV for utf8 validity.
14292      Branch: perl
14293            ! pp_hot.c
14294 ____________________________________________________________________________
14295 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
14296         Log: No utf8 warnings without use warnings.
14297      Branch: perl
14298            ! t/io/utf8.t
14299 ____________________________________________________________________________
14300 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
14301         Log: Reading a latin1 file with open(... "<:utf8") will freeze
14302              is no more valid, the script doesn't freeze, but I noticed
14303              that neither does the <FILE> complain about bad UTF-8 as it
14304              should and as it does with :encoding(utf8).
14305      Branch: perl
14306            ! pp_hot.c t/io/utf8.t
14307 ____________________________________________________________________________
14308 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
14309         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
14310              of Perl_utf8_is_string().
14311      Branch: perl
14312            ! embed.fnc embed.h global.sym proto.h utf8.c
14313 ____________________________________________________________________________
14314 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
14315         Log: Document a PerlIO/Encode warning.
14316      Branch: perl
14317            ! pod/perldiag.pod
14318 ____________________________________________________________________________
14319 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
14320         Log: Subject: Re: maint @ 21116
14321              From: Fergal Daly <fergal@esatclear.ie>
14322              Date: Tue, 9 Sep 2003 18:26:20 +0100
14323              Message-Id: <200309091826.20630.fergal@esatclear.ie>
14324
14325              (added warning)
14326      Branch: perl
14327            ! lib/Test/More.pm
14328 ____________________________________________________________________________
14329 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
14330         Log: Adjust the test count.
14331      Branch: perl
14332            ! lib/Test/Simple/t/is_deeply.t
14333 ____________________________________________________________________________
14334 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
14335         Log: AUTHORS update from Dave Mitchell.
14336      Branch: perl
14337            ! AUTHORS
14338 ____________________________________________________________________________
14339 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
14340         Log: Retract #20548 and #20465.
14341      Branch: perl
14342            ! lib/Test/More.pm lib/Test/Simple/t/More.t
14343            ! lib/Test/Simple/t/is_deeply.t
14344 ____________________________________________________________________________
14345 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
14346         Log: Subject: Re: maint @ 21116
14347              From: Enache Adrian <enache@rdslink.ro>
14348              Date: Tue, 9 Sep 2003 16:59:44 +0300
14349              Message-ID: <20030909135944.GA1666@ratsnest.hole>
14350      Branch: perl
14351            ! makedef.pl
14352 ____________________________________________________________________________
14353 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
14354         Log: Retract #21132.
14355      Branch: perl
14356            ! makedef.pl perl.h
14357 ____________________________________________________________________________
14358 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
14359         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
14360      Branch: perl
14361            ! lib/Hash/Util.pm pod/perlrun.pod
14362 ____________________________________________________________________________
14363 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
14364         Log: Subject: =encoding in perlpod/perlpodspec
14365              From: sburke@cpan.org (Sean M. Burke)
14366              Date: Sun, 07 Sep 2003 03:08:28 -0800
14367              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
14368      Branch: perl
14369            ! pod/perlpod.pod pod/perlpodspec.pod
14370 ____________________________________________________________________________
14371 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
14372         Log: One more chance... Elizabeth's change #21107 plus
14373              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
14374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14375              Date: Tue, 9 Sep 2003 01:44:24 +0200
14376              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
14377      Branch: perl
14378            ! lib/warnings.pm toke.c warnings.pl
14379 ____________________________________________________________________________
14380 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
14381         Log: One more test count tweak.
14382      Branch: perl
14383            ! t/op/grep.t
14384 ____________________________________________________________________________
14385 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
14386         Log: Subject: Re: maint @ 21116
14387              From: Steve Hay <steve.hay@uk.radan.com>
14388              Date: Tue, 09 Sep 2003 09:49:07 +0100
14389              Message-ID: <3F5D9403.3040004@uk.radan.com>
14390      Branch: perl
14391            ! makedef.pl perl.h
14392 ____________________________________________________________________________
14393 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
14394         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
14395              From: david nicol <whatever@davidnicol.com>
14396              Date: 08 Sep 2003 23:39:32 -0500
14397              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
14398
14399              (a testcase)
14400      Branch: perl
14401            ! t/op/grep.t
14402 ____________________________________________________________________________
14403 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
14404         Log: Ooops, perlio into scalars was already history for this test...
14405      Branch: perl
14406            ! lib/dumpvar.t
14407 ____________________________________________________________________________
14408 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
14409         Log: Cannot do perlio into scalars without perlio.
14410      Branch: perl
14411            ! lib/dumpvar.t
14412 ____________________________________________________________________________
14413 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
14414         Log: I claim that the debugger is untestable until proven otherwise.
14415      Branch: perl
14416            - lib/perl5db/de0.t
14417            ! MANIFEST
14418 ____________________________________________________________________________
14419 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
14420         Log: In trying to save space, the warnings.pl change (#21107)
14421              pulled in attributes.pm... and the change didn't seem to
14422              be that well tested with different configurations.
14423              Retract #21119, #21117, #21107.
14424      Branch: perl
14425            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
14426 ____________________________________________________________________________
14427 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
14428         Log: Really do #21121.
14429      Branch: perl
14430            ! MANIFEST
14431 ____________________________________________________________________________
14432 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
14433         Log: There's no particular reason to have the dumpvar.t
14434              in lib/perl5db/.
14435      Branch: perl
14436            + lib/dumpvar.t
14437            - lib/perl5db/dumpvar.t
14438            ! MANIFEST
14439 ____________________________________________________________________________
14440 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
14441         Log: strict stash seems to have gone, too.
14442      Branch: perl
14443            ! ext/B/t/stash.t
14444 ____________________________________________________________________________
14445 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
14446         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
14447              (due to #21107 apparently.) Adjust this test accordingly.
14448      Branch: perl
14449            ! ext/B/t/stash.t
14450 ____________________________________________________________________________
14451 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
14452         Log: Subject: [PATCH] silence 1 compiler warning
14453              From: Nicholas Clark <nick@ccl4.org>
14454              Date: Mon, 8 Sep 2003 23:04:45 +0100
14455              Message-ID: <20030908230445.E30881@plum.flirble.org>
14456      Branch: perl
14457            ! universal.c
14458 ____________________________________________________________________________
14459 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
14460         Log: Retract #21096, mostly: I had misexplained the situation
14461              to Scott A. Crosby.  Seeing the seed value while not good
14462              for the ultimate paranoia viewpoint is not that bad, as long
14463              as the users are fully aware of the dangers of disclosing
14464              the hash seed.     So hash_seed() is okay.
14465
14466              Being able to see the hash values (as in Java) would
14467              be another option, but dubious: it's not that per-key
14468              hash values themselves are bad to allow scripts to see,
14469              but rather that hash values are just as sensitive (from
14470              the DoSing viewpoint) as the hash seed itself (and there
14471              usually more hash values than the one hash seed....)
14472      Branch: perl
14473            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
14474 ____________________________________________________________________________
14475 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
14476         Log: Urk.  unique, not shared.
14477      Branch: perl
14478            ! configpm
14479 ____________________________________________________________________________
14480 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
14481         Log: Subject: [PATCH] configpm: about 1.5K less per thread
14482              From: Elizabeth Mattijsen <liz@dijkmat.nl>
14483              Date: Mon, 8 Sep 2003 23:58:34 +0200
14484              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
14485      Branch: perl
14486            ! configpm
14487 ____________________________________________________________________________
14488 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
14489         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
14490              From: Elizabeth Mattijsen <liz@dijkmat.nl>
14491              Date: Mon, 8 Sep 2003 22:22:38 +0200
14492              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
14493      Branch: perl
14494            ! lib/warnings.pm warnings.pl
14495 ____________________________________________________________________________
14496 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
14497         Log: A version of change #21073 that works.
14498      Branch: perl
14499            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
14500 ____________________________________________________________________________
14501 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
14502         Log: Regen perlapi.
14503      Branch: perl
14504            ! pod/perlapi.pod
14505 ____________________________________________________________________________
14506 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
14507         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
14508              being a bad pointer is apparently a known cygwin bug).     The
14509              cure is to initialize the field.
14510      Branch: perl
14511            ! pp_sys.c
14512 ____________________________________________________________________________
14513 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
14514         Log: Bad export.
14515      Branch: perl
14516            ! lib/Hash/Util.t
14517 ____________________________________________________________________________
14518 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
14519         Log: The IPC::Open3 is just too unreliable for this task.
14520      Branch: perl
14521            ! lib/perl5db/de0.t
14522 ____________________________________________________________________________
14523 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
14524         Log: Try to make the de0.t test more robust.
14525              The test is so flakey (too many external things influencing
14526              the result) that I'm likely to leave it out from the maint.
14527      Branch: perl
14528            ! lib/perl5db/de0.t
14529 ____________________________________________________________________________
14530 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
14531         Log: Scott A. Crosby believes in not disclosing
14532              any more information than necessary: therefore
14533              instead of hash_seed() we have now hashes_random().
14534      Branch: perl
14535            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
14536 ____________________________________________________________________________
14537 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
14538         Log: Mac OS X "last resort" recipe.
14539      Branch: perl
14540            ! README.macosx
14541 ____________________________________________________________________________
14542 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
14543         Log: Subject: [patch] AUTHORS
14544              From: Juerd <juerd@cpan.org>
14545              Date: Mon, 8 Sep 2003 08:42:13 +0200
14546              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
14547      Branch: perl
14548            ! AUTHORS
14549 ____________________________________________________________________________
14550 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
14551         Log: Slightly more intelligent paranoia.
14552      Branch: perl
14553            ! pod/perldiag.pod util.c
14554 ____________________________________________________________________________
14555 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
14556         Log: Win32 is playing to hard to get but I do not have
14557              time to chase it, so restore #21072, more or less.
14558              I think testing the debugger in UNIX-like places
14559              is enough, no need to go into painful contortions
14560              trying to "portably" run interactive programs like
14561              the debugger.
14562      Branch: perl
14563            ! lib/perl5db/de0.t
14564 ____________________________________________________________________________
14565 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
14566         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
14567      Branch: perl
14568            ! ext/Storable/Storable.xs
14569 ____________________________________________________________________________
14570 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
14571         Log: Add Hash::Util::hash_seed() which answers among
14572              other things the question whether our hashes are
14573              "randomised".  (They always were...)
14574      Branch: perl
14575            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
14576 ____________________________________________________________________________
14577 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
14578         Log: XSRETURN_UV was missing.
14579      Branch: perl
14580            ! XSUB.h
14581 ____________________________________________________________________________
14582 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
14583         Log: Superparanoia.
14584      Branch: perl
14585            ! util.c
14586 ____________________________________________________________________________
14587 [ 21084] By: ams                                   on 2003/09/08  11:44:25
14588         Log: Clean up pp_readdir() somewhat.
14589      Branch: perl
14590            ! pp_sys.c
14591 ____________________________________________________________________________
14592 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
14593         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
14594      Branch: perl
14595            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
14596 ____________________________________________________________________________
14597 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
14598         Log: In Win32 IPC::Open3 + IO::Select does not work that well
14599              so mostly undo the change #21072 and revert back to using
14600              a temp file.
14601      Branch: perl
14602            ! lib/perl5db/de0.t
14603 ____________________________________________________________________________
14604 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
14605         Log: In Win32 the cmd.exe console output doesn't seem to
14606              be catchable using the in-memory I/O + select trick,
14607              so use tie-STDOUT trick instead.
14608      Branch: perl
14609            ! lib/perl5db/dumpvar.t
14610 ____________________________________________________________________________
14611 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
14612         Log: Move Config test.
14613      Branch: perl
14614            ! lib/perl5db/de0.t
14615 ____________________________________________________________________________
14616 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
14617         Log: Let's require fork for this test.
14618      Branch: perl
14619            ! lib/perl5db/de0.t
14620 ____________________________________________________________________________
14621 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
14622         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
14623              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
14624              Date: Mon, 08 Sep 2003 08:56:09 +0200
14625              Message-id: <20030908065609.GA1260@ethan>
14626      Branch: perl
14627            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
14628            ! ext/Devel/PPPort/t/test.t
14629 ____________________________________________________________________________
14630 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
14631         Log: Subject: Re: one nit to fix [PATCH]
14632              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
14633              Date: Mon, 8 Sep 2003 10:19:08 +0200
14634              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
14635      Branch: perl
14636            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
14637 ____________________________________________________________________________
14638 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
14639         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
14640              From: Andreas J Koenig <andreas.koenig@anima.de>
14641              Date: Mon, 08 Sep 2003 10:48:27 +0200
14642              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
14643      Branch: perl
14644            ! lib/perl5db/de0.t
14645 ____________________________________________________________________________
14646 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
14647         Log: de0.t: use Test::More, add some tests.
14648      Branch: perl
14649            ! lib/perl5db/de0.t
14650 ____________________________________________________________________________
14651 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
14652         Log: More dumpvar testing.
14653      Branch: perl
14654            ! lib/perl5db/dumpvar.t
14655 ____________________________________________________________________________
14656 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
14657         Log: An empty test.
14658      Branch: perl
14659            ! lib/perl5db/dumpvar.t
14660 ____________________________________________________________________________
14661 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
14662         Log: dumpvar.t: use Test::More;
14663      Branch: perl
14664            ! lib/perl5db/dumpvar.t
14665 ____________________________________________________________________________
14666 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
14667         Log: Cleanup PerlIO::scalar documentation a bit.
14668      Branch: perl
14669            ! ext/PerlIO/scalar/scalar.pm
14670 ____________________________________________________________________________
14671 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
14672         Log: The in-memory files require PerlIO::scalar.
14673      Branch: perl
14674            ! lib/perl5db/dumpvar.t
14675 ____________________________________________________________________________
14676 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
14677         Log: Subject: [PATCH] Test skeleton for debugger commands
14678              From: Andreas J Koenig <andreas.koenig@anima.de>
14679              Date: Sun, 07 Sep 2003 18:51:56 +0200
14680              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
14681              With minor adjustments
14682      Branch: perl
14683            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
14684            ! MANIFEST
14685 ____________________________________________________________________________
14686 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
14687         Log: Upgrade to Unicode::Collate 0.28
14688      Branch: perl
14689            + lib/Unicode/Collate/t/contract.t
14690            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
14691            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
14692 ____________________________________________________________________________
14693 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
14694         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
14695              From: Dave Mitchell <davem@fdgroup.com>
14696              Date: Sun, 7 Sep 2003 19:14:44 +0100
14697              Message-ID: <20030907181444.GA7058@fdgroup.com>
14698      Branch: perl
14699            ! ext/Opcode/Safe.pm
14700 ____________________________________________________________________________
14701 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
14702         Log: Subject: [PATCH] honoring void context for map()
14703              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
14704              Date: Thu, 04 Sep 2003 11:13:41 +0200
14705              Message-id: <20030904091341.GA30655@ethan>
14706      Branch: perl
14707            ! pp_ctl.c
14708 ____________________________________________________________________________
14709 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
14710         Log: Retract #21010.
14711      Branch: perl
14712            ! lib/dumpvar.pl
14713 ____________________________________________________________________________
14714 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
14715         Log: Minor doc style nits in XSLoader.
14716      Branch: perl
14717            ! ext/DynaLoader/XSLoader_pm.PL
14718 ____________________________________________________________________________
14719 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
14720         Log: Vanity patch.
14721      Branch: perl
14722            ! AUTHORS
14723 ____________________________________________________________________________
14724 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
14725         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
14726      Branch: perl
14727            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
14728            ! Cross/config.sh-arm-linux Cross/generate_config_sh
14729            ! Cross/installperl.patch
14730 ____________________________________________________________________________
14731 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
14732         Log: Email nits in Fatal.pm [perl #23724].
14733      Branch: perl
14734            ! lib/Fatal.pm
14735 ____________________________________________________________________________
14736 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
14737         Log: Musty corners of Syslog.pm.
14738      Branch: perl
14739            ! ext/Sys/Syslog/Syslog.pm
14740 ____________________________________________________________________________
14741 [ 21051] By: ams                                   on 2003/09/05  18:43:46
14742         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
14743              2. Compensate for PL_sv_placeholder <= 5.8.1.
14744              3. Clean up non-backwards-compatible tests.
14745              4. Prepare for the 2.08 CPAN release.
14746      Branch: perl
14747            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
14748            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
14749            ! ext/Storable/t/utf8hash.t
14750 ____________________________________________________________________________
14751 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
14752         Log: One more known tie problem.
14753      Branch: perl
14754            ! pod/perltie.pod
14755 ____________________________________________________________________________
14756 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
14757         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
14758              Date: Fri, 5 Sep 2003 14:46:00 +0200
14759              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
14760              From: Elizabeth Mattijsen <liz@dijkmat.nl>
14761      Branch: perl
14762            ! ext/threads/shared/shared.pm
14763 ____________________________________________________________________________
14764 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
14765         Log: Subject: versions threads modules
14766              From: Elizabeth Mattijsen <liz@dijkmat.nl>
14767              Date: Fri, 5 Sep 2003 12:22:52 +0200
14768              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
14769      Branch: perl
14770            ! ext/threads/shared/shared.pm
14771 ____________________________________________________________________________
14772 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
14773         Log: More suidperl path disclosure plugging:
14774              the #9813 didn't do enough.  See either of
14775              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
14776              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
14777      Branch: perl
14778            ! perl.c pod/perldiag.pod
14779 ____________________________________________________________________________
14780 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
14781         Log: FreeBSD hints updates from Anton Berezin.
14782      Branch: perl
14783            ! hints/freebsd.sh
14784 ____________________________________________________________________________
14785 [ 21043] By: merijn                                on 2003/09/05  11:18:20
14786         Log: Changed conflicting diff options
14787      Branch: perl
14788            ! patchlevel.h
14789 ____________________________________________________________________________
14790 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
14791         Log: Acknowledge some known tie bugs.
14792      Branch: perl
14793            ! pod/perltie.pod
14794 ____________________________________________________________________________
14795 [ 21041] By: merijn                                on 2003/09/05  04:50:44
14796         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
14797              From: Ilya Martynov <ilya@martynov.org>
14798              Date: Fri, 05 Sep 2003 00:49:57 +0400
14799              Message-ID: <8765k8uvm2.fsf@abra.ru>
14800      Branch: perl
14801            ! AUTHORS
14802 ____________________________________________________________________________
14803 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
14804         Log: code example error in "perlopentut"
14805      Branch: perl
14806            ! pod/perlopentut.pod
14807 ____________________________________________________________________________
14808 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
14809         Log: Another seemingly fixed (un)tie bug,
14810              [perl ##22297] cannot untie scalar from within tied FETCH
14811      Branch: perl
14812            ! t/op/tie.t
14813 ____________________________________________________________________________
14814 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
14815         Log: Subject: Re: [PATCH] Data::Dumper 2.121
14816              From: Ilya Martynov <ilya@martynov.org>
14817              Date: Fri, 05 Sep 2003 00:33:46 +0400
14818              Message-ID: <87ad9kuwd1.fsf@abra.ru>
14819      Branch: perl
14820            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
14821            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
14822            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
14823 ____________________________________________________________________________
14824 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
14825         Log: I think once is enough.
14826      Branch: perl
14827            ! configure.gnu
14828 ____________________________________________________________________________
14829 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
14830         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
14831              From: Enache Adrian <enache@rdslink.ro>
14832              Date: Thu, 4 Sep 2003 20:09:06 +0300
14833              Message-ID: <20030904170906.GA1235@ratsnest.hole>
14834      Branch: perl
14835            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
14836            ! ext/ByteLoader/byterun.c
14837 ____________________________________________________________________________
14838 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
14839         Log: Subject: [PATCH] perlreftut: change distribution conditions
14840              From: "Brendan O'Dea" <bod@debian.org>
14841              Date: Thu, 4 Sep 2003 02:28:49 +1000
14842              Message-ID: <20030903162849.GA9675@londo.c47.org>
14843      Branch: perl
14844            ! pod/perlreftut.pod
14845 ____________________________________________________________________________
14846 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
14847         Log: Subject: Re: "vendor" patch pickup
14848              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14849              Date: Thu, 4 Sep 2003 19:47:55 +0200
14850              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
14851
14852              (Gentoo: take Marcus' version of the __THROW patch and
14853              even further #ifdef-protect it with __GLIBC__.)
14854      Branch: perl
14855            ! perl.h
14856 ____________________________________________________________________________
14857 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
14858         Log: Tiny perlcc tweaks.
14859      Branch: perl
14860            ! utils/perlcc.PL
14861 ____________________________________________________________________________
14862 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
14863         Log: A SuSE patchlet for perlcc -c to avoid
14864              "Modification of a read-only value attempted at ... C.pm"
14865      Branch: perl
14866            ! ext/B/B/C.pm
14867 ____________________________________________________________________________
14868 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
14869         Log: AUTHORS updates.
14870      Branch: perl
14871            ! AUTHORS
14872 ____________________________________________________________________________
14873 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
14874         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
14875              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
14876              (the tar.gz link doesn't have 'v1.66', it has '1.66')
14877              so that the smoke builds can start chewing it.
14878      Branch: perl
14879            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
14880            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
14881            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
14882            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
14883            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
14884            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
14885 ____________________________________________________________________________
14886 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
14887         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
14888              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14889              Date: Wed, 3 Sep 2003 19:20:20 +0200
14890              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
14891      Branch: perl
14892            ! Porting/valgrindpp.pl
14893 ____________________________________________________________________________
14894 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
14895         Log: Also indicate the Unicode level here.
14896              (The last date is non-committal :-)
14897      Branch: perl
14898            ! pod/perlunicode.pod
14899 ____________________________________________________________________________
14900 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
14901         Log: Avoid lvalue casts, from Enache.
14902      Branch: perl
14903            ! ext/ByteLoader/bytecode.h op.h
14904 ____________________________________________________________________________
14905 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
14906         Log: Bump up the VERSION.
14907      Branch: perl
14908            ! lib/bytes.pm
14909 ____________________________________________________________________________
14910 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
14911         Log: Add, document, and test bytes::substr, index, rindex, chr,
14912              document bytes::ord.
14913      Branch: perl
14914            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
14915 ____________________________________________________________________________
14916 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
14917         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
14918              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14919              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
14920              Message-ID: <29644.1062572245@www50.gmx.net>
14921
14922              The other half of #20930 should be still good.
14923      Branch: perl
14924            ! op.c
14925 ____________________________________________________________________________
14926 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
14927         Log: use IO; is deprecated.
14928      Branch: perl
14929            ! ext/threads/t/join.t
14930 ____________________________________________________________________________
14931 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
14932         Log: Upgrade to base 2.01 from CPAN.
14933      Branch: perl
14934            ! lib/base.pm lib/fields.pm
14935 ____________________________________________________________________________
14936 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
14937         Log: Changing the test count is a good idea.
14938      Branch: perl
14939            ! ext/threads/t/join.t
14940 ____________________________________________________________________________
14941 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
14942         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
14943              From: Joe McMahon <mcmahon@ibiblio.org>
14944              Date: Tue, 2 Sep 2003 18:02:14 -0400
14945              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
14946      Branch: perl
14947            ! lib/dumpvar.pl
14948 ____________________________________________________________________________
14949 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
14950         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
14951              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
14952              Date: Wed, 3 Sep 2003 06:07:54 +0200
14953              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
14954      Branch: perl
14955            ! ext/threads/t/join.t
14956 ____________________________________________________________________________
14957 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
14958         Log: VMS does not have quite UNIX glob semantics.
14959      Branch: perl
14960            ! t/run/fresh_perl.t
14961 ____________________________________________________________________________
14962 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
14963         Log: Subject: some method calls not autoloaded
14964              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14965              Date: Tue, 2 Sep 2003 15:06:29 -0700
14966              Message-ID: <20030902220629.GA2952@efn.org>
14967      Branch: perl
14968            ! pod/perlfunc.pod pod/perlsub.pod
14969 ____________________________________________________________________________
14970 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
14971         Log: An untie test from perlmonks-- worked in 5.6.1,
14972              broken in 5.8.0, seems to be working again in maint,
14973              better nail it down now.
14974      Branch: perl
14975            ! t/op/tie.t
14976 ____________________________________________________________________________
14977 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
14978         Log: Retract #20930 because of
14979              Subject: maint@20974 or before broke mp2 ithreads test
14980              From: Stas Bekman <stas@stason.org>
14981              Date: Mon, 01 Sep 2003 23:31:11 -0700
14982              Message-ID: <3F54392F.7080009@stason.org>
14983      Branch: perl
14984            ! op.c
14985 ____________________________________________________________________________
14986 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
14987         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
14988              From: Fergal Daly <fergal@esatclear.ie>
14989              Date: Tue, 2 Sep 2003 17:36:52 +0100
14990              Message-Id: <200309021736.52725.fergal@esatclear.ie>
14991      Branch: perl
14992            ! pod/perldiag.pod
14993 ____________________________________________________________________________
14994 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
14995         Log: Subject: [perl #23672] Math::BigInit POD
14996              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
14997              Date: 1 Sep 2003 08:47:39 -0000
14998              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
14999      Branch: perl
15000            ! lib/Math/BigInt.pm
15001 ____________________________________________________________________________
15002 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
15003         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
15004              From: Mark Jason Dominus <mjd@plover.com>
15005              Date: Mon, 01 Sep 2003 16:19:20 -0400
15006              Message-ID: <20030901201920.3929.qmail@plover.com>
15007      Branch: perl
15008            ! pod/perlfaq6.pod
15009 ____________________________________________________________________________
15010 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
15011         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
15012              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
15013              Date: Tue, 02 Sep 2003 11:27:19 +0200
15014              Message-id: <20030902092719.GA18075@ethan>
15015      Branch: perl
15016            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
15017            ! ext/Devel/PPPort/t/test.t
15018 ____________________________________________________________________________
15019 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
15020         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
15021              From: Enache Adrian <enache@rdslink.ro>
15022              Date: Tue, 2 Sep 2003 03:45:11 +0300
15023              Message-ID: <20030902004511.GA1442@ratsnest.hole>
15024      Branch: perl
15025            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
15026            ! op.h proto.h t/TEST
15027 ____________________________________________________________________________
15028 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
15029         Log: Upgrade to Unicode::Collate 0.27.
15030      Branch: perl
15031            + lib/Unicode/Collate/t/hangul.t
15032            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15033            ! lib/Unicode/Collate/README
15034 ____________________________________________________________________________
15035 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
15036         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
15037              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15038              Date: Mon, 1 Sep 2003 22:28:58 +0200
15039              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
15040      Branch: perl
15041            ! Porting/valgrindpp.pl
15042 ____________________________________________________________________________
15043 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
15044         Log: From Craig Berry, following the example of the other podxxx.PL
15045              in relying on basename($0, '.PL') to Do The Right Thing with
15046              regard to the case of the extension, which could be either
15047              .pl or .PL on VMS depending on version-specific features.
15048      Branch: perl
15049            ! pod/pod2usage.PL pod/podselect.PL
15050 ____________________________________________________________________________
15051 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
15052         Log: Configure -r in AIX bad.
15053      Branch: perl
15054            ! README.aix
15055 ____________________________________________________________________________
15056 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
15057         Log: Subject: [DOC PATCH] perlfaq4.pod
15058              Date: Mon, 1 Sep 2003 12:38:50 +0200
15059              From: Elizabeth Mattijsen <liz@dijkmat.nl>
15060              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
15061      Branch: perl
15062            ! pod/perlfaq4.pod
15063 ____________________________________________________________________________
15064 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
15065         Log: Subject: glob() bug
15066              From: Gurusamy Sarathy <gsar@ActiveState.com>
15067              Date: Mon, 01 Sep 2003 02:25:41 -0700
15068              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
15069      Branch: perl
15070            ! op.c t/run/fresh_perl.t
15071 ____________________________________________________________________________
15072 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
15073         Log: Ultrix VAX is like VMS VAX in floating point.
15074      Branch: perl
15075            ! t/op/sprintf.t
15076 ____________________________________________________________________________
15077 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
15078         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
15079              From: Vadim Konovalov <vkonovalov@peterstar.ru>
15080              Date: Mon, 1 Sep 2003 02:57:33 +0400
15081              Message-ID: <1091134912500.20030901025733@peterstar.ru>
15082      Branch: perl
15083            ! wince/Makefile.ce wince/wince.c
15084 ____________________________________________________________________________
15085 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
15086         Log: Add test for -i.
15087      Branch: perl
15088            ! MANIFEST t/run/switches.t
15089 ____________________________________________________________________________
15090 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
15091         Log: Add tests for -h and (unknown) -z.
15092      Branch: perl
15093            ! MANIFEST t/run/switches.t
15094 ____________________________________________________________________________
15095 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
15096         Log: Add test for -v.
15097      Branch: perl
15098            ! MANIFEST t/run/switches.t
15099 ____________________________________________________________________________
15100 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
15101         Log: List the switches tested in switches.t.
15102      Branch: perl
15103            ! t/run/switches.t
15104 ____________________________________________________________________________
15105 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
15106         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
15107              From: PPrymmer@factset.com
15108              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
15109              Date: Sun, 31 Aug 2003 10:11:54 -0400
15110      Branch: perl
15111            ! installperl
15112 ____________________________________________________________________________
15113 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
15114         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
15115              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15116              Date: Sun, 31 Aug 2003 15:21:17 +0200
15117              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
15118      Branch: perl
15119            ! sv.c
15120 ____________________________________________________________________________
15121 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
15122         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
15123              both in blead and maint, lots of "Attempt to free non-existent
15124              shared string" and "Unbalanced string table refcount" errors.
15125              Retract #20960 (and #20963).
15126      Branch: perl
15127            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
15128            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
15129            ! MANIFEST lib/base.pm lib/fields.pm
15130 ____________________________________________________________________________
15131 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
15132         Log: Integrate from maint:
15133              [ 20963]
15134              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
15135      Branch: perl
15136           !> lib/base/t/fp560.t
15137 ____________________________________________________________________________
15138 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
15139         Log: De-cargo-cult.
15140      Branch: perl
15141            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
15142 ____________________________________________________________________________
15143 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
15144         Log: Upgrade to base.pm 2.0.
15145
15146              (Rename the tests around a bit to be more 8.3-friendly.)
15147      Branch: perl
15148            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
15149            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
15150            ! MANIFEST lib/base.pm lib/fields.pm
15151 ____________________________________________________________________________
15152 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
15153         Log: Fewer naked char constants.
15154      Branch: perl
15155            ! doio.c perlio.c sv.h
15156 ____________________________________________________________________________
15157 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
15158         Log: This is probably a wrong fix for
15159              [perl #23645] tell with perlio on appended files
15160              but maybe this gets NI-S agitated enough to present the correct fix :-)
15161      Branch: perl
15162            ! perlio.c t/io/tell.t
15163 ____________________________________________________________________________
15164 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
15165         Log: A new try at
15166
15167              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
15168              From: "Gerrit P. Haase" <gp@familiehaase.de>
15169              Date: Thu, 28 Aug 2003 08:18:51 +0200
15170              Message-ID: <4157199551.20030828081851@familiehaase.de>
15171
15172              (this time Cygwin only)
15173      Branch: perl
15174            ! perlio.c
15175 ____________________________________________________________________________
15176 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
15177         Log: Tweak XSLoader.t.
15178              XSLoader is supposed to work even for extensions that
15179              are statically linked. So only check that the extension we
15180              test for is actually available. (This test is not supposed
15181              to be run by miniperl.)
15182      Branch: perl
15183            ! ext/DynaLoader/t/XSLoader.t
15184 ____________________________________________________________________________
15185 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
15186         Log: Something went wrong in change #20929;
15187              linux 2.4.18-bf2.4 didn't like it:
15188              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
15189              and similar failure pattern also seen in Solaris 8.
15190      Branch: perl
15191            ! perlio.c
15192 ____________________________________________________________________________
15193 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
15194         Log: Setup @INC.
15195      Branch: perl
15196            ! t/op/cproto.t
15197 ____________________________________________________________________________
15198 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
15199         Log: Tabify and re-sort MANIFEST.
15200      Branch: perl
15201            ! MANIFEST
15202 ____________________________________________________________________________
15203 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
15204         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
15205      Branch: perl
15206            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
15207 ____________________________________________________________________________
15208 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
15209         Log: Subject: [PATCH] XSLoader nits and tests
15210              From: Michael G Schwern <schwern@pobox.com>
15211              Date: Fri, 29 Aug 2003 22:55:07 -0700
15212              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
15213      Branch: perl
15214            + ext/DynaLoader/t/XSLoader.t
15215            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
15216 ____________________________________________________________________________
15217 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
15218         Log: Missed from #20942.
15219      Branch: perl
15220            ! lib/File/Spec/VMS.pm
15221 ____________________________________________________________________________
15222 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
15223         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
15224              From: PPrymmer@factset.com
15225              Date: Sat, 30 Aug 2003 00:57:28 -0400
15226              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
15227      Branch: perl
15228            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
15229 ____________________________________________________________________________
15230 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
15231         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
15232              From: Stas Bekman <stas@stason.org>
15233              Date: Fri, 29 Aug 2003 17:11:41 -0700
15234              Message-ID: <3F4FEBBD.8000901@stason.org>
15235      Branch: perl
15236            ! pod/perlapi.pod sv.h
15237 ____________________________________________________________________________
15238 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
15239         Log: Add a new test, to ensure that we don't unexpectedly change
15240              prototypes of builtins.
15241      Branch: perl
15242            + t/op/cproto.t
15243            ! MANIFEST
15244 ____________________________________________________________________________
15245 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
15246         Log: Don't cast PL_multiline to bool : you may loose important bits.
15247      Branch: perl
15248            ! pp.c pp_hot.c
15249 ____________________________________________________________________________
15250 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
15251         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
15252              From: Nicholas Clark <nick@ccl4.org>
15253              Date: Wed, 27 Aug 2003 22:59:55 +0100
15254              Message-ID: <20030827225955.E558@plum.flirble.org>
15255      Branch: perl
15256            ! pp.c
15257 ____________________________________________________________________________
15258 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
15259         Log: Some perluniintro tweaks.
15260      Branch: perl
15261            ! pod/perluniintro.pod
15262 ____________________________________________________________________________
15263 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
15264         Log: Tiny doc tweak from Shannon -jj Behrens.
15265      Branch: perl
15266            ! pod/perluniintro.pod
15267 ____________________________________________________________________________
15268 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
15269         Log: Comparing an int to a U32 makes VC6 nervous.
15270      Branch: perl
15271            ! pp.c pp_hot.c
15272 ____________________________________________________________________________
15273 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
15274         Log: Better skip() explicit number of tests, test counts getting
15275              out of sync less likely that way.
15276      Branch: perl
15277            ! t/op/pack.t
15278 ____________________________________________________________________________
15279 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
15280         Log: Some Ultrix test dodgings.
15281      Branch: perl
15282            ! t/base/num.t t/op/arith.t t/op/pack.t
15283 ____________________________________________________________________________
15284 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
15285         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
15286              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15287              Date: Thu, 28 Aug 2003 21:47:22 +0200
15288              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
15289      Branch: perl
15290            ! op.c
15291 ____________________________________________________________________________
15292 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
15293         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
15294              From: "Gerrit P. Haase" <gp@familiehaase.de>
15295              Date: Thu, 28 Aug 2003 08:18:51 +0200
15296              Message-ID: <4157199551.20030828081851@familiehaase.de>
15297
15298              (changed so that the 'b' is always appended)
15299      Branch: perl
15300            ! perlio.c
15301 ____________________________________________________________________________
15302 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
15303         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
15304              From: marek.rouchal@infineon.com
15305              Date: Wed, 27 Aug 2003 17:25:28 +0200
15306              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
15307
15308              PodParser-1.25 prerelease.
15309      Branch: perl
15310            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
15311            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
15312            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
15313 ____________________________________________________________________________
15314 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
15315         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
15316      Branch: perl
15317            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
15318 ____________________________________________________________________________
15319 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
15320         Log: Subject: [PATCH] valgrindpp.pl
15321              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15322              Date: Thu, 28 Aug 2003 09:43:49 +0200
15323              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
15324      Branch: perl
15325            ! Porting/valgrindpp.pl
15326 ____________________________________________________________________________
15327 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
15328         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
15329              From: Paul Johnson <paul@pjcj.net>
15330              Date: Thu, 28 Aug 2003 00:13:59 +0200
15331              Message-ID: <20030827221359.GE28396@pjcj.net>
15332      Branch: perl
15333            ! ext/B/B/Deparse.pm
15334 ____________________________________________________________________________
15335 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
15336         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
15337              From: Michael G Schwern <schwern@pobox.com>
15338              Date: Wed, 27 Aug 2003 15:05:20 -0700
15339              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
15340      Branch: perl
15341            ! lib/ExtUtils/MakeMaker/Tutorial.pod
15342 ____________________________________________________________________________
15343 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
15344         Log: Add caveats and tests for Symbol::delete_package().
15345      Branch: perl
15346            ! lib/Symbol.pm lib/Symbol.t
15347 ____________________________________________________________________________
15348 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
15349         Log: Configure is doing fine in Ultrix, operator error.
15350      Branch: perl
15351            ! hints/ultrix_4.sh
15352 ____________________________________________________________________________
15353 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
15354         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
15355      Branch: perl
15356            + Porting/valgrindpp.pl
15357            ! MANIFEST
15358 ____________________________________________________________________________
15359 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
15360         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
15361              From: "John P. Linderman" <jpl@research.att.com>
15362              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
15363              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
15364
15365              Subject: typo in pod/perlnewmod.pod [PATCH]
15366              From: "John P. Linderman" <jpl@research.att.com>
15367              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
15368              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
15369
15370              Subject: [PATCH] document the location of byacc
15371              From: Dave Mitchell <davem@fdgroup.com>
15372              Date: Wed, 27 Aug 2003 14:26:50 +0100
15373              Message-ID: <20030827132650.GA23144@fdgroup.com>
15374      Branch: perl
15375            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
15376            ! pod/perlnewmod.pod
15377 ____________________________________________________________________________
15378 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
15379         Log: Ultrix tweaks: <string.h> must not be included twice
15380              (otherwise one gets prototype conflicts between the <string.h>
15381              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
15382              define in <string.h>...); and Configure misprobes some features.
15383      Branch: perl
15384            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
15385            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
15386            ! hints/ultrix_4.sh
15387 ____________________________________________________________________________
15388 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
15389         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
15390              but instead it is 0xFFFF.  So retract #20914.
15391      Branch: perl
15392            ! perl.h
15393 ____________________________________________________________________________
15394 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
15395         Log: Sanity check for BYTEORDER.
15396      Branch: perl
15397            ! perl.h
15398 ____________________________________________________________________________
15399 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
15400         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
15401
15402              [20859]
15403              Two portability patches for DJGPP from Richard Dawe
15404              <rich@phekda.freeserve.co.uk>.
15405              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
15406
15407              [20911]
15408              Don't uppercase automatically all environment variables on DJGPP.
15409              (reported by Richard Dawe, this breaks portability of Unix
15410              scripts.) Don't change the behaviour on plain MS/DOS.
15411      Branch: perl
15412            ! perl.c
15413           !> djgpp/djgppsed.sh dosish.h
15414 ____________________________________________________________________________
15415 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
15416         Log: perlapi.pod tweaks, based on :
15417              Subject: misdocumented return value for sv_setref*
15418              From: Joe Schaefer <joe+perl@sunstarsys.com>
15419              Date: 12 Aug 2003 13:21:42 -0400
15420              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
15421      Branch: perl
15422            ! pod/perlapi.pod sv.c
15423 ____________________________________________________________________________
15424 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
15425         Log: Change the internal prototype of the pop() and shift() builtins
15426              to (;\@), to reflect that their array argument is optional.
15427      Branch: perl
15428            ! opcode.h opcode.pl
15429 ____________________________________________________________________________
15430 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
15431         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
15432              From: Dave Mitchell <davem@fdgroup.com>
15433              Date: Sun, 24 Aug 2003 15:52:00 +0100
15434              Message-ID: <20030824145159.GA12210@fdgroup.com>
15435      Branch: perl
15436            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
15437 ____________________________________________________________________________
15438 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
15439         Log: Subject: [PATCH] minor File::Spec testing cleanup
15440              From: Ken Williams <ken@mathforum.org>
15441              Date: Thu, 21 Aug 2003 22:47:51 -0500
15442              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
15443      Branch: perl
15444            ! lib/File/Spec/t/rel2abs2rel.t
15445 ____________________________________________________________________________
15446 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
15447         Log: Maintainer catch from Rafael.
15448      Branch: perl
15449            ! Porting/Maintainers.pl
15450 ____________________________________________________________________________
15451 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
15452         Log: Take a cutdown version of the change #20903 also to perlebcdic.
15453      Branch: perl
15454            ! pod/perlebcdic.pod
15455 ____________________________________________________________________________
15456 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
15457         Log: No dynaloading at all in Ultrix.
15458      Branch: perl
15459            ! hints/ultrix_4.sh
15460 ____________________________________________________________________________
15461 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
15462         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
15463              (This information looks interesting enough to be mentioned
15464              elsewhere, too.)
15465      Branch: perl
15466            ! README.bs2000
15467 ____________________________________________________________________________
15468 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
15469         Log: CGI::Carp from CGI.pm 3.00 was missing.
15470      Branch: perl
15471            ! lib/CGI/Carp.pm
15472 ____________________________________________________________________________
15473 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
15474         Log: Subject: Re: [PATCH] valgrind and /#/x
15475              From: Enache Adrian <enache@rdslink.ro>
15476              Date: Tue, 26 Aug 2003 08:11:07 +0300
15477              Message-ID: <20030826051107.GA1086@ratsnest.hole>
15478      Branch: perl
15479            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
15480 ____________________________________________________________________________
15481 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
15482         Log: More memory lane.
15483      Branch: perl
15484            ! hints/ultrix_4.sh
15485 ____________________________________________________________________________
15486 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
15487         Log: fix syscall() prototype description in
15488              perlfunc.pod, as suggested by Lukas Mai.
15489      Branch: perl
15490            ! pod/perlfunc.pod
15491 ____________________________________________________________________________
15492 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
15493         Log: Tiny doc tweak.
15494      Branch: perl
15495            ! README.solaris
15496 ____________________________________________________________________________
15497 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
15498         Log: Even more SunOS 4 info.
15499      Branch: perl
15500            ! README.solaris
15501 ____________________________________________________________________________
15502 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
15503         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
15504              From: Vadim Konovalov <vkonovalov@peterstar.ru>
15505              Date: Tue, 26 Aug 2003 00:10:29 +0400
15506              Message-ID: <135606488000.20030826001029@peterstar.ru>
15507      Branch: perl
15508            ! wince/perlmain.c
15509 ____________________________________________________________________________
15510 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
15511         Log: Subject: more valgrinding: select problem?
15512              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15513              Date: Mon, 25 Aug 2003 22:02:17 +0200
15514              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
15515
15516              In glibc, just use the __FD_SETSIZE since that's
15517              the size of the buffer (usually 1024 bits, much
15518              more than the selectminbits of 32).
15519      Branch: perl
15520            ! pp_sys.c
15521 ____________________________________________________________________________
15522 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
15523         Log: More ptags tweakage from Stas; now add 'fullpath'
15524              option to get absolute paths.
15525      Branch: perl
15526            ! emacs/ptags
15527 ____________________________________________________________________________
15528 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
15529         Log: The new tests of #20888 didn't really test what they claimed to.
15530      Branch: perl
15531            ! t/op/pat.t
15532 ____________________________________________________________________________
15533 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
15534         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
15535              From: Jose.auguste-etienne@cgss-guyane.fr
15536              Date: Mon, 25 Aug 2003 14:35:45 -0300
15537              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
15538
15539              AIX Configure advice.
15540      Branch: perl
15541            ! README.aix
15542 ____________________________________________________________________________
15543 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
15544         Log: More SunOS 4.x info.
15545      Branch: perl
15546            ! README.solaris
15547 ____________________________________________________________________________
15548 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
15549         Log: The #20887 didn't go over that well;
15550              and add a few more tests from UTS#18.
15551      Branch: perl
15552            ! t/op/pat.t
15553 ____________________________________________________________________________
15554 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
15555         Log: pat.t -> charnames -> UCD -> Storable,
15556              not good for static builds and minitest.
15557      Branch: perl
15558            ! t/op/pat.t
15559 ____________________________________________________________________________
15560 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
15561         Log: SunOS 4.1.4 is working, too.
15562      Branch: perl
15563            ! README.solaris hints/sunos_4_1.sh
15564 ____________________________________________________________________________
15565 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
15566         Log: Regen perlmodlib, perltoc.
15567      Branch: perl
15568            ! pod/perlmodlib.pod pod/perltoc.pod
15569 ____________________________________________________________________________
15570 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
15571         Log: UVSIZE is not yet defined when it would be needed
15572              by MULTIARCH.  So go back to LONGSIZE, and (belt-
15573              and-suspenders-and-rope style) later in UVSIZE
15574              possibly redefine BYTEORDER.
15575      Branch: perl
15576            ! Configure config_h.SH
15577 ____________________________________________________________________________
15578 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
15579         Log: Subject: [PATCH] valgrind and /#/x
15580              From: Dave Mitchell <davem@fdgroup.com>
15581              Date: Mon, 25 Aug 2003 13:27:49 +0100
15582              Message-ID: <20030825122748.GA15560@fdgroup.com>
15583      Branch: perl
15584            ! regcomp.c
15585 ____________________________________________________________________________
15586 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
15587         Log: Subject: Please update my address
15588              From: Ed Avis <ed@membled.com>
15589              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
15590              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
15591
15592              (Just the AUTHORS part, though, I don't think retroactively
15593              updating the Changes* is useful.)
15594      Branch: perl
15595            ! AUTHORS
15596 ____________________________________________________________________________
15597 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
15598         Log: Document even more ways of affecting your "utf8ness".
15599      Branch: perl
15600            ! lib/utf8.pm
15601 ____________________________________________________________________________
15602 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
15603         Log: Change the VERSION since there are now changes since Perl 5.8.0.
15604      Branch: perl
15605            ! ext/I18N/Langinfo/Langinfo.pm
15606 ____________________________________________________________________________
15607 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
15608         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
15609              since Perl 5.8.0.
15610      Branch: perl
15611            ! lib/CGI/Util.pm
15612 ____________________________________________________________________________
15613 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
15614         Log: Upgrade to CGI.pm 3.00.
15615      Branch: perl
15616            ! lib/CGI.pm lib/CGI/Util.pm
15617 ____________________________________________________________________________
15618 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
15619         Log: Subject: [PATCH] valgrind update
15620              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15621              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
15622              Message-ID: <21671.1061797917@www38.gmx.net>
15623      Branch: perl
15624            ! t/TEST t/op/magic.t
15625 ____________________________________________________________________________
15626 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
15627         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
15628              From: Nicholas Clark <nick@ccl4.org>
15629              Date: Sun, 24 Aug 2003 16:48:53 +0100
15630              Message-ID: <20030824164851.E558@plum.flirble.org>
15631      Branch: perl
15632            ! doop.c
15633 ____________________________________________________________________________
15634 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
15635         Log: Subject: [patch emacs/ptags] allow xemacs to be used
15636              From: Stas Bekman <stas@stason.org>
15637              Date: Sun, 24 Aug 2003 22:05:00 -0700
15638              Message-ID: <3F4998FC.3090401@stason.org>
15639      Branch: perl
15640            ! emacs/ptags
15641 ____________________________________________________________________________
15642 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
15643         Log: MPE/iX doc tweak from Mark Bixby.
15644      Branch: perl
15645            ! README.mpeix
15646 ____________________________________________________________________________
15647 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
15648         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
15649              Doesn't work well yet, something broken in DynaLoader/XSLoader?
15650      Branch: perl
15651            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
15652 ____________________________________________________________________________
15653 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
15654         Log: IRIX 5.3 is 99.90% okay.
15655      Branch: perl
15656            ! README.irix hints/irix_5.sh
15657 ____________________________________________________________________________
15658 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
15659         Log: An imperfect last resort in case there is no strtoul() but
15660              there is strtol() (like e.g. SunOS 4) because of the Atoul()
15661              in Perl_get_hash_seed()).  The only true fix would be to
15662              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
15663              in numeric.c.
15664      Branch: perl
15665            ! perl.h
15666 ____________________________________________________________________________
15667 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
15668         Log: s/rationale/rational/g on bigrats.
15669      Branch: perl
15670            ! lib/Math/BigRat.pm lib/bigrat.pm
15671 ____________________________________________________________________________
15672 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
15673         Log: Update the CPAN mirrors list.
15674      Branch: perl
15675            ! pod/perlmodlib.PL pod/perlmodlib.pod
15676 ____________________________________________________________________________
15677 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
15678         Log: gcc -O3 and Storable in Linux do not like each other.
15679      Branch: perl
15680            ! ext/Storable/hints/linux.pl
15681 ____________________________________________________________________________
15682 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
15683         Log: Bad quote day, noticed by Philip Newton.
15684      Branch: perl
15685            ! hints/dos_djgpp.sh
15686 ____________________________________________________________________________
15687 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
15688         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
15689              From: Enache Adrian <enache@rdslink.ro>
15690              Date: Mon, 4 Aug 2003 16:20:19 +0300
15691              Message-ID: <20030804132019.GA6764@ratsnest.hole>
15692      Branch: perl
15693            ! Configure config_h.SH
15694 ____________________________________________________________________________
15695 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
15696         Log: Add more comments so that one can see what is supposed to happen.
15697      Branch: perl
15698            ! t/op/lc.t
15699 ____________________________________________________________________________
15700 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
15701         Log: More data points about the Storable optimization problem
15702              in Linux.  (It might be that also non-Debians are affected,
15703              waiting for more information.)
15704      Branch: perl
15705            ! ext/Storable/hints/linux.pl
15706 ____________________________________________________________________________
15707 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
15708         Log: Move the note about known eval leaks earlier.
15709      Branch: perl
15710            ! pod/perlhack.pod
15711 ____________________________________________________________________________
15712 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
15713         Log: Forgot to regen byterun.c.
15714      Branch: perl
15715            ! ext/ByteLoader/byterun.c
15716 ____________________________________________________________________________
15717 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
15718         Log: Doc tweaks on perlhack.
15719      Branch: perl
15720            ! pod/perlhack.pod
15721 ____________________________________________________________________________
15722 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
15723         Log: Subject: [PATCH] Re: valgrind as a leak hound?
15724              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15725              Date: Fri, 22 Aug 2003 23:28:18 +0200
15726              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
15727
15728              Add the leak detection to valgrind testing.
15729      Branch: perl
15730            + t/perl.supp
15731            ! MANIFEST pod/perlhack.pod t/TEST
15732 ____________________________________________________________________________
15733 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
15734         Log: Oops.  Why can't C comments nest?
15735      Branch: perl
15736            ! pp_sys.c
15737 ____________________________________________________________________________
15738 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
15739         Log: Try to dodge getspnam() in AIX.
15740      Branch: perl
15741            ! pp_sys.c
15742 ____________________________________________________________________________
15743 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
15744         Log: Subject: Re: mysterious bytecode.t failure
15745              From: Enache Adrian <enache@rdslink.ro>
15746              Date: Fri, 22 Aug 2003 11:49:34 +0300
15747              Message-ID: <20030822084934.GA1257@ratsnest.hole>
15748      Branch: perl
15749            ! t/base/lex.t
15750 ____________________________________________________________________________
15751 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
15752         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
15753              From: Slaven Rezic <slaven@rezic.de>
15754              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
15755              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
15756      Branch: perl
15757            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
15758 ____________________________________________________________________________
15759 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
15760         Log: Just #.
15761      Branch: perl
15762            ! pod/buildtoc pod/perltoc.pod
15763 ____________________________________________________________________________
15764 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
15765         Log: Regen toc.
15766      Branch: perl
15767            ! pod/perltoc.pod
15768 ____________________________________________________________________________
15769 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
15770         Log: Also MANIFEST the vms/perlvms restoration.
15771      Branch: perl
15772            ! MANIFEST
15773 ____________________________________________________________________________
15774 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
15775         Log: In the vms/descrip_mms.template    the perlvms.pod must
15776              be copied from vms/, err, [.vms], not [.pod].
15777      Branch: perl
15778            ! pod/buildtoc vms/descrip_mms.template
15779 ____________________________________________________________________________
15780 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
15781         Log: Retract #20826 and #20831; things are done differently
15782              in VMS, it seems.  Maybe the vms/descrip_mms.template
15783              needs to be changed?
15784      Branch: perl
15785            + vms/perlvms.pod
15786            - pod/perlvms.pod
15787            ! MANIFEST Makefile.SH
15788 ____________________________________________________________________________
15789 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
15790         Log: Rafael spotted that vms/perlvms.pod was still referred to.
15791      Branch: perl
15792            ! Makefile.SH
15793 ____________________________________________________________________________
15794 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
15795         Log: The change #20809 opened up a code path that might leave s unset.
15796      Branch: perl
15797            ! mg.c
15798 ____________________________________________________________________________
15799 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
15800         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
15801              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
15802              Date: Fri, 22 Aug 2003 14:57:09 +0200
15803              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
15804      Branch: perl
15805            ! lib/File/Path.t
15806 ____________________________________________________________________________
15807 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
15808         Log: Test the correct longness; from Enache.
15809      Branch: perl
15810            ! ext/B/t/assembler.t
15811 ____________________________________________________________________________
15812 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
15813         Log: perlvms moving day, from Craig Berry.
15814      Branch: perl
15815            + pod/perlvms.pod
15816            - vms/perlvms.pod
15817            ! MANIFEST
15818 ____________________________________________________________________________
15819 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
15820         Log: Lower Storable.xs optimization to -O2 on certain
15821              known platforms.
15822      Branch: perl
15823            + ext/Storable/hints/linux.pl
15824            ! MANIFEST
15825 ____________________________________________________________________________
15826 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
15827         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
15828              From: Nicholas Clark <nick@ccl4.org>
15829              Date: Thu, 21 Aug 2003 22:26:18 +0100
15830              Message-ID: <20030821222618.T558@plum.flirble.org>
15831      Branch: perl
15832            ! t/op/pack.t
15833 ____________________________________________________________________________
15834 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
15835         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
15836              From: alian@cpan.org (Alian)
15837              Date: Wed, 20 Aug 2003 20:39:17 +0200
15838              Message-ID: <3F43C055.6030709@jupiter.alianet>
15839      Branch: perl
15840            ! t/op/pack.t
15841 ____________________________________________________________________________
15842 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
15843         Log: Try to make the use of utf8 as clear as possible.
15844      Branch: perl
15845            ! lib/utf8.pm
15846 ____________________________________________________________________________
15847 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
15848         Log: Put the tests of the change #19064 back, but disable them.
15849      Branch: perl
15850            ! t/op/args.t
15851 ____________________________________________________________________________
15852 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
15853         Log: Advertise the encoding pragma at the utf8 pragma.
15854      Branch: perl
15855            ! lib/utf8.pm
15856 ____________________________________________________________________________
15857 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
15858         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
15859              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
15860              Date: Fri, 22 Aug 2003 09:01:09 +0200
15861              Message-id: <20030822070109.GA1029@ethan>
15862      Branch: perl
15863            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
15864            ! ext/Devel/PPPort/t/test.t
15865 ____________________________________________________________________________
15866 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
15867         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
15868              From: insecure <insecure@mail.od.ua>
15869              Date: Thu, 21 Aug 2003 21:37:56 +0300
15870              Message-Id: <200308212137.57016.insecure@mail.od.ua>
15871      Branch: perl
15872            ! ext/I18N/Langinfo/Langinfo.xs
15873 ____________________________________________________________________________
15874 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
15875         Log: More bytecode patching from Enache.
15876      Branch: perl
15877            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
15878            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
15879 ____________________________________________________________________________
15880 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
15881         Log: Subject: Re: pod cleanup
15882              From: Ken Williams <ken@mathforum.org>
15883              Date: Thu, 21 Aug 2003 21:24:57 -0500
15884              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
15885      Branch: perl
15886            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
15887 ____________________________________________________________________________
15888 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
15889         Log: Do not edit perltoc since it is autogenerated.
15890      Branch: perl
15891            ! pod/buildtoc
15892 ____________________________________________________________________________
15893 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
15894         Log: Subject: [PATCH] Re: pod cleanup
15895              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
15896              Date: Thu, 21 Aug 2003 17:09:17 -0400
15897              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
15898
15899              (the pod part)
15900      Branch: perl
15901            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
15902            ! pod/perlipc.pod pod/perlpacktut.pod
15903 ____________________________________________________________________________
15904 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
15905         Log: No need to E<gt>.
15906      Branch: perl
15907            ! pod/perluniintro.pod
15908 ____________________________________________________________________________
15909 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
15910         Log: Add File::Temp's OO test.
15911      Branch: perl
15912            + lib/File/Temp/t/object.t
15913            ! MANIFEST
15914 ____________________________________________________________________________
15915 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
15916         Log: The magic variables that alter STDOUT have a tendancy to segfault
15917              when accessed if STDOUT is undefined. Protect them.
15918      Branch: perl
15919            ! mg.c
15920 ____________________________________________________________________________
15921 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
15922         Log: Mention the Unicode UTR #18 version referenced.
15923      Branch: perl
15924            ! pod/perlunicode.pod
15925 ____________________________________________________________________________
15926 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
15927         Log: Must close so that unlink works portably.
15928      Branch: perl
15929            ! t/io/utf8.t
15930 ____________________________________________________________________________
15931 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
15932         Log: Subject: [perluniintro.pod] pod markup fix
15933              From: Stas Bekman <stas@stason.org>
15934              Date: Thu, 21 Aug 2003 11:41:01 -0700
15935              Message-ID: <3F45123D.8020805@stason.org>
15936      Branch: perl
15937            ! pod/perluniintro.pod
15938 ____________________________________________________________________________
15939 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
15940         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
15941              From: Enache Adrian <enache@rdslink.ro>
15942              Date: Thu, 21 Aug 2003 21:17:26 +0300
15943              Message-ID: <20030821181726.GA1241@ratsnest.hole>
15944      Branch: perl
15945            ! gv.c t/op/die.t
15946 ____________________________________________________________________________
15947 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
15948         Log: Fix the syswrite downgrade bug of
15949              [perl #23428] Somethings rotten in unicode semantics
15950      Branch: perl
15951            ! pp_sys.c t/io/utf8.t
15952 ____________________________________________________________________________
15953 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
15954         Log: No more public cwd(), use private _cwd().
15955      Branch: perl
15956            ! lib/File/Spec/t/Spec.t
15957 ____________________________________________________________________________
15958 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
15959         Log: Underline the fact that abs2rel() makes no sense
15960              if it spans multiple roots.
15961      Branch: perl
15962            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
15963 ____________________________________________________________________________
15964 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
15965         Log: Rename the internal cwd() to _cwd() (it's not curdir).
15966      Branch: perl
15967            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
15968            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15969            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15970            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15971 ____________________________________________________________________________
15972 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
15973         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
15974              From: PPrymmer@factset.com
15975              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
15976              Date: Tue, 19 Aug 2003 21:50:12 -0400
15977      Branch: perl
15978            ! lib/ExtUtils/MM_Unix.pm
15979 ____________________________________________________________________________
15980 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
15981         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
15982              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
15983              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
15984      Branch: perl
15985            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
15986 ____________________________________________________________________________
15987 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
15988         Log: MPE/iX does not have nanosleep() (the test makes
15989              a wrong conclusion of the linking succeeding)
15990      Branch: perl
15991            ! ext/Time/HiRes/Makefile.PL
15992 ____________________________________________________________________________
15993 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
15994         Log: Subject: Re: untieing your victim during the act
15995              From: Dave Mitchell <davem@fdgroup.com>
15996              Date: Wed, 20 Aug 2003 20:44:53 +0100
15997              Message-ID: <20030820194453.GD27719@fdgroup.com>
15998      Branch: perl
15999            ! mg.c
16000 ____________________________________________________________________________
16001 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
16002         Log: Byteloader patching from Enache continues;
16003              PADOFFSET handling was wrong.
16004      Branch: perl
16005            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
16006            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
16007            ! ext/ByteLoader/byterun.c
16008 ____________________________________________________________________________
16009 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
16010         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
16011              From: Steve Hay <steve.hay@uk.radan.com>
16012              Date: Wed, 20 Aug 2003 10:54:46 +0100
16013              Message-ID: <3F434566.3030602@uk.radan.com>
16014      Branch: perl
16015            ! win32/Makefile win32/makefile.mk
16016 ____________________________________________________________________________
16017 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
16018         Log: Upgrade to Encode 1.98.
16019      Branch: perl
16020            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
16021            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
16022            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
16023            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
16024            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
16025            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
16026            ! ext/Encode/ucm/macHebrew.ucm
16027 ____________________________________________________________________________
16028 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
16029         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
16030      Branch: perl
16031            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
16032 ____________________________________________________________________________
16033 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
16034         Log: t/TEST fails to fail when it can't find tests.
16035      Branch: perl
16036            ! t/TEST
16037 ____________________________________________________________________________
16038 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
16039         Log: Manifest.t.ation of Schwern.
16040      Branch: perl
16041            ! lib/ExtUtils/t/Manifest.t
16042 ____________________________________________________________________________
16043 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
16044         Log: Nick's podulator was right, I just hadn't read the manual...
16045              the vms\perlvms.pod lines needed to be moved.
16046      Branch: perl
16047            ! win32/Makefile win32/makefile.mk
16048 ____________________________________________________________________________
16049 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
16050         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
16051              From: Andy Dougherty <doughera@lafayette.edu>
16052              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
16053              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
16054      Branch: perl
16055            ! INSTALL
16056 ____________________________________________________________________________
16057 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
16058         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
16059              From: alian <alian@cpan.org>
16060              Date: Tue, 19 Aug 2003 18:18:03 +0200
16061              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
16062      Branch: perl
16063            + ext/B/hints/openbsd.pl
16064            ! MANIFEST
16065 ____________________________________________________________________________
16066 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
16067         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
16068              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16069              Date: Tue, 19 Aug 2003 08:28:14 -0700
16070              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
16071      Branch: perl
16072            ! lib/File/Spec/OS2.pm
16073 ____________________________________________________________________________
16074 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
16075         Log: Unnecessary whitespace diff.
16076      Branch: perl
16077            ! lib/ExtUtils/MakeMaker.pm
16078 ____________________________________________________________________________
16079 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
16080         Log: One less failure.
16081      Branch: perl
16082            ! lib/ExtUtils/t/Manifest.t
16083 ____________________________________________________________________________
16084 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
16085         Log: Replace #20772 with
16086
16087              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16088              From: PPrymmer@factset.com
16089              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
16090              Date: Tue, 19 Aug 2003 10:29:44 -0400
16091      Branch: perl
16092            ! lib/ExtUtils/t/Manifest.t
16093 ____________________________________________________________________________
16094 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
16095         Log: (From Enache) Keep bytecode files (.plc) around in case
16096              of failures.  (Currently Tru64 is reliably barfing.)
16097      Branch: perl
16098            ! ext/B/t/bytecode.t
16099 ____________________________________________________________________________
16100 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
16101         Log: 's buildtoc now.
16102      Branch: perl
16103            ! README.cygwin
16104 ____________________________________________________________________________
16105 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
16106         Log: These are kind of important.
16107      Branch: perl
16108            ! MANIFEST
16109 ____________________________________________________________________________
16110 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
16111         Log: Replace #20763 with
16112
16113              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16114              From: Michael G Schwern <schwern@pobox.com>
16115              Date: Mon, 18 Aug 2003 17:07:30 -0700
16116              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
16117      Branch: perl
16118            ! lib/ExtUtils/t/Manifest.t
16119 ____________________________________________________________________________
16120 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
16121         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
16122              From: Michael G Schwern <schwern@pobox.com>
16123              Date: Mon, 18 Aug 2003 18:02:08 -0700
16124              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
16125      Branch: perl
16126            ! lib/File/Spec/OS2.pm
16127 ____________________________________________________________________________
16128 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
16129         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
16130              From: Ken Williams <ken@mathforum.org>
16131              Date: Mon, 18 Aug 2003 17:07:43 -0500
16132              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
16133      Branch: perl
16134            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16135            ! lib/File/Spec/t/Spec.t
16136 ____________________________________________________________________________
16137 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
16138         Log: Update the history records.
16139      Branch: perl
16140            ! pod/perlhist.pod
16141 ____________________________________________________________________________
16142 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
16143         Log: Still trying to unify MANIFEST sorting.
16144      Branch: perl
16145            ! MANIFEST pod/buildtoc
16146 ____________________________________________________________________________
16147 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
16148         Log: Try to unify the MANIFEST sorting.
16149      Branch: perl
16150            ! MANIFEST Makefile.SH pod/buildtoc
16151 ____________________________________________________________________________
16152 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
16153         Log: Nick Clark's podulator.  The win32 makefile
16154              generation doesn't seem to be working yet.
16155      Branch: perl
16156            + pod.lst pod/buildtoc
16157            - pod/buildtoc.PL
16158            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
16159            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
16160 ____________________________________________________________________________
16161 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
16162         Log: Pod tweaks for NEXT from Alan Ferrency.
16163      Branch: perl
16164            ! lib/NEXT.pm
16165 ____________________________________________________________________________
16166 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
16167         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
16168      Branch: perl
16169            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
16170 ____________________________________________________________________________
16171 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
16172         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
16173              From: PPrymmer@factset.com
16174              Date: Mon, 18 Aug 2003 15:57:12 -0400
16175              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
16176      Branch: perl
16177            ! lib/ExtUtils/t/Manifest.t
16178 ____________________________________________________________________________
16179 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
16180         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
16181              From: PPrymmer@factset.com
16182              Date: Mon, 18 Aug 2003 14:28:22 -0400
16183              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
16184      Branch: perl
16185            ! vms/descrip_mms.template
16186 ____________________________________________________________________________
16187 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
16188         Log: Use the base class cwd() method.
16189      Branch: perl
16190            ! lib/File/Spec/VMS.pm
16191 ____________________________________________________________________________
16192 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
16193         Log: Subject: [PATCH] Uppercase globals in Pod::Html
16194              From: Michael G Schwern <schwern@pobox.com>
16195              Date: Mon, 18 Aug 2003 03:29:09 -0700
16196              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
16197      Branch: perl
16198            ! lib/Pod/Html.pm
16199 ____________________________________________________________________________
16200 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
16201         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
16202              From: Michael G Schwern <schwern@pobox.com>
16203              Date: Mon, 18 Aug 2003 02:44:31 -0700
16204              Message-ID: <20030818094431.GG823@windhund.schwern.org>
16205      Branch: perl
16206            ! lib/Pod/Html.pm
16207 ____________________________________________________________________________
16208 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
16209         Log: Warn about the slowness of memory debuggers.
16210      Branch: perl
16211            ! pod/perlhack.pod
16212 ____________________________________________________________________________
16213 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
16214         Log: Upgrade to ExtUtils::MakeMaker 6.16.
16215      Branch: perl
16216            + lib/ExtUtils/t/prereq_print.t
16217            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
16218            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
16219            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16220            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
16221            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
16222 ____________________________________________________________________________
16223 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
16224         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
16225              From: Michael G Schwern <schwern@pobox.com>
16226              Date: Mon, 18 Aug 2003 01:34:34 -0700
16227              Message-ID: <20030818083433.GB823@windhund.schwern.org>
16228      Branch: perl
16229            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
16230 ____________________________________________________________________________
16231 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
16232         Log: I could have sworn the base class method was there.
16233      Branch: perl
16234            ! lib/File/Spec/Unix.pm
16235 ____________________________________________________________________________
16236 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
16237         Log: utf8::is_utf8() wasn't there in 5.8.0.
16238      Branch: perl
16239            ! lib/utf8.pm
16240 ____________________________________________________________________________
16241 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
16242         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
16243              From: "Craig A. Berry" <craigberry@mac.com>
16244              Date: Sun, 17 Aug 2003 23:28:21 -0500
16245              Message-ID: <3F4055E5.2070407@mac.com>
16246      Branch: perl
16247            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
16248 ____________________________________________________________________________
16249 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
16250         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
16251              From: Michael G Schwern <schwern@pobox.com>
16252              Date: Sat, 16 Aug 2003 14:58:25 -0700
16253              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
16254
16255              (plus local *REALPATH)
16256      Branch: perl
16257            ! lib/Cwd.pm
16258 ____________________________________________________________________________
16259 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
16260         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
16261              From: Enache Adrian <enache@rdslink.ro>
16262              Date: Sat, 16 Aug 2003 16:03:16 +0300
16263              Message-ID: <20030816130316.GA1654@ratsnest.hole>
16264
16265              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
16266              From: Enache Adrian <enache@rdslink.ro>
16267              Date: Sun, 17 Aug 2003 04:42:22 +0300
16268              Message-ID: <20030817014222.GA1287@ratsnest.hole>
16269      Branch: perl
16270            ! t/op/die.t util.c
16271 ____________________________________________________________________________
16272 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
16273         Log: The lib/Cwd.pm diet part of
16274
16275              Subject: [PATCH] File::Spec on diet
16276              From: Tels <perl_dummy@bloodgate.com>
16277              Date: Mon, 7 Jul 2003 22:41:42 +0200
16278              Message-Id: <200307072235.03364@bloodgate.com>
16279      Branch: perl
16280            ! lib/Cwd.pm
16281 ____________________________________________________________________________
16282 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
16283         Log: The "reduce memory footprint and increase speed by not
16284              unconditionally pulling in Cwd"    part of
16285
16286              Subject: [PATCH] File::Spec on diet
16287              From: Tels <perl_dummy@bloodgate.com>
16288              Date: Mon, 7 Jul 2003 22:41:42 +0200
16289              Message-Id: <200307072235.03364@bloodgate.com>
16290
16291              was still valid.
16292      Branch: perl
16293            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
16294            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
16295            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
16296            ! lib/File/Spec/Win32.pm
16297 ____________________________________________________________________________
16298 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
16299         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
16300      Branch: perl
16301            ! lib/File/Temp.pm
16302 ____________________________________________________________________________
16303 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
16304         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
16305              From: PPrymmer@factset.com
16306              Date: Sat, 16 Aug 2003 11:55:58 -0400
16307              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
16308      Branch: perl
16309            ! installperl
16310 ____________________________________________________________________________
16311 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
16312         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
16313              $VERSION at 1.601 so that we are different in version
16314              than 5.8.0 since the module is different (one doc tweak).
16315      Branch: perl
16316            ! ext/Filter/Util/Call/Call.pm
16317 ____________________________________________________________________________
16318 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
16319         Log: valgrind --help didn't return a happy exit status.
16320      Branch: perl
16321            ! Makefile.SH
16322 ____________________________________________________________________________
16323 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
16324         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
16325              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
16326              because loading the XS part of Cwd might fail.
16327      Branch: perl
16328            ! lib/Cwd.pm
16329 ____________________________________________________________________________
16330 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
16331         Log: Subject: [patch lib/utf8.pm] doc tweaks
16332              From: Stas Bekman <stas@stason.org>
16333              Date: Sat, 16 Aug 2003 13:30:28 -0700
16334              Message-ID: <3F3E9464.3030202@stason.org>
16335      Branch: perl
16336            ! lib/utf8.pm
16337 ____________________________________________________________________________
16338 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
16339         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
16340              From: Michael G Schwern <schwern@pobox.com>
16341              Date: Fri, 15 Aug 2003 18:43:45 -0700
16342              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
16343      Branch: perl
16344            ! ext/Cwd/t/taint.t lib/Cwd.pm
16345 ____________________________________________________________________________
16346 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
16347         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
16348      Branch: perl
16349            ! hints/darwin.sh
16350 ____________________________________________________________________________
16351 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
16352         Log: Add valgrind testing target.
16353      Branch: perl
16354            ! Makefile.SH pod/perlhack.pod t/TEST
16355 ____________________________________________________________________________
16356 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
16357         Log: More networking negativity.
16358      Branch: perl
16359            ! pod/perlport.pod
16360 ____________________________________________________________________________
16361 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
16362         Log: Remove a useless vstring reference in perlnumber.pod.
16363      Branch: perl
16364            ! pod/perlnumber.pod
16365 ____________________________________________________________________________
16366 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
16367         Log: README.macosx updates about known problems.
16368      Branch: perl
16369            ! README.macosx
16370 ____________________________________________________________________________
16371 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
16372         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
16373              From: Andreas J Koenig <andreas.koenig@anima.de>
16374              Date: Fri, 15 Aug 2003 11:55:22 +0200
16375              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
16376      Branch: perl
16377            ! lib/Memoize/t/errors.t
16378 ____________________________________________________________________________
16379 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
16380         Log: Upgrade to File::Temp 0.13 from CPAN--
16381              but since we had a '0.13' already in 5.8.0, make this
16382              still a '0.131'.
16383      Branch: perl
16384            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
16385            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
16386            ! lib/File/Temp/t/tempfile.t
16387 ____________________________________________________________________________
16388 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
16389         Log: Clarify the E flag.
16390      Branch: perl
16391            ! embed.fnc
16392 ____________________________________________________________________________
16393 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
16394         Log: Integrate from maint:
16395              [ 20724]
16396              No peeking before the buffer.
16397              (This was probably the random failure showing up
16398              in Solaris with t/uni/tr_7jis.t)
16399      Branch: perl
16400           !> toke.c
16401 ____________________________________________________________________________
16402 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
16403         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
16404              From: Andreas J Koenig <andreas.koenig@anima.de>
16405              Date: Fri, 15 Aug 2003 11:37:29 +0200
16406              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
16407      Branch: perl
16408            ! t/TEST
16409 ____________________________________________________________________________
16410 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
16411         Log: Integrate from maint:
16412              [ 20719]
16413              no_plan is not a good plan until TEST is fixed.
16414      Branch: perl
16415           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
16416 ____________________________________________________________________________
16417 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
16418         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
16419              (the JPL cvs seems to be out of order), the only real change
16420              (in JNI.xs) seems to have been CRLF->LF conversion.
16421      Branch: perl
16422            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
16423 ____________________________________________________________________________
16424 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
16425         Log: Upgrade to Test::Harness 2.30.
16426      Branch: perl
16427            ! lib/Test/Harness.pm lib/Test/Harness/Changes
16428            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
16429 ____________________________________________________________________________
16430 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
16431         Log: Damian replied that he'll make a CPAN Switch 2.10
16432              out of 5.8.1 Switch 2.10.
16433      Branch: perl
16434            ! lib/Switch.pm
16435 ____________________________________________________________________________
16436 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
16437         Log: Add PerlIO::via::QuotedPrint to Maintainers.
16438      Branch: perl
16439            ! Porting/Maintainers.pl
16440 ____________________________________________________________________________
16441 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
16442         Log: Upgrade to PerlIO::via::Quoted 0.05.
16443      Branch: perl
16444            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
16445 ____________________________________________________________________________
16446 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
16447         Log: Upgrade to NEXT 0.60.
16448      Branch: perl
16449            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
16450            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
16451 ____________________________________________________________________________
16452 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
16453         Log: perlcheat is a reference, not tutorial.
16454      Branch: perl
16455            ! pod/perl.pod
16456 ____________________________________________________________________________
16457 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
16458         Log: Subject: PATCH RC4 IO::Dir
16459              From: Mark Jason Dominus <mjd@plover.com>
16460              Date: Thu, 14 Aug 2003 12:02:59 -0400
16461              Message-ID: <20030814160259.27586.qmail@plover.com>
16462      Branch: perl
16463            ! ext/IO/lib/IO/Dir.pm
16464 ____________________________________________________________________________
16465 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
16466         Log: win32/fcrypt.c was forgotten.
16467      Branch: perl
16468            ! MANIFEST
16469 ____________________________________________________________________________
16470 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
16471         Log: Not so great a version bump, let Paul release 0.17.
16472      Branch: perl
16473            ! ext/Filter/Util/Call/Call.pm
16474 ____________________________________________________________________________
16475 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
16476         Log: One more XS change versus no VERSION change.
16477              (Remaining in JNI.pm/xs, don't know what to about that
16478              since JNI is kind of "stable".)
16479      Branch: perl
16480            ! ext/Filter/Util/Call/Call.pm
16481 ____________________________________________________________________________
16482 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
16483         Log: XS contents changes versus VERSION non-changes.
16484      Branch: perl
16485            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
16486            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
16487            ! ext/Socket/Socket.pm
16488 ____________________________________________________________________________
16489 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
16490         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
16491              From: Steve Hay <steve.hay@uk.radan.com>
16492              Date: Thu, 14 Aug 2003 15:39:16 +0100
16493              Message-ID: <3F3B9F14.4040609@uk.radan.com>
16494
16495              (Sarathy okayed the idea.)
16496      Branch: perl
16497            + win32/fcrypt.c
16498            - win32/des_fcrypt.patch
16499            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
16500 ____________________________________________________________________________
16501 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
16502         Log: Subject: [DOC PATCH] warnings.pl
16503              From: Elizabeth Mattijsen <liz@dijkmat.nl>
16504              Date: Thu, 14 Aug 2003 13:12:55 +0200
16505              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
16506
16507              (some rewording)
16508      Branch: perl
16509            ! lib/warnings.pm warnings.pl
16510 ____________________________________________________________________________
16511 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
16512         Log: Update to Scalar-List-Utils 1.12
16513      Branch: perl
16514            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
16515            ! ext/List/Util/lib/List/Util.pm
16516            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
16517 ____________________________________________________________________________
16518 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
16519         Log: All the authors of these modules have now been contacted;
16520              but assuming no CPAN updates are upcoming, here are 'fake'
16521              version updates to make us different from 5.8.0.
16522              (List::Util+Scalar::Util will soon be updated;
16523              File::Spec CPAN release will be made based on 5.8.1.)
16524      Branch: perl
16525            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
16526            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
16527            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
16528            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
16529 ____________________________________________________________________________
16530 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
16531         Log: Make the blead versions of these be newer...
16532      Branch: perl
16533            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
16534 ____________________________________________________________________________
16535 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
16536         Log: Tweak from Slaven to catch also changed .xs files
16537              (.pm -> .xs name equivalence is assumed)
16538      Branch: perl
16539            ! Porting/cmpVERSION.pl
16540 ____________________________________________________________________________
16541 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
16542         Log: Diffs-sans-version-diffs between blead and maint.
16543      Branch: perl
16544            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
16545            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
16546            ! lib/warnings.pm warnings.pl
16547 ____________________________________________________________________________
16548 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
16549         Log: One more VERSION bump.
16550      Branch: perl
16551            ! lib/SelfLoader.pm
16552 ____________________________________________________________________________
16553 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
16554         Log: Add a known exception.
16555      Branch: perl
16556            ! Porting/cmpVERSION.pl
16557 ____________________________________________________________________________
16558 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
16559         Log: The blead version has got the dor.
16560      Branch: perl
16561            ! ext/Opcode/Opcode.pm
16562 ____________________________________________________________________________
16563 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
16564         Log: A swath of VERSION patches from Nick Clark.
16565      Branch: perl
16566            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
16567            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
16568            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
16569            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
16570            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
16571            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
16572            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
16573            ! lib/vmsish.pm os2/OS2/Process/Process.pm
16574            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
16575            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
16576            ! vms/ext/Filespec.pm warnings.pl
16577 ____________________________________________________________________________
16578 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
16579         Log: Alpha version numbers noticed by Schwern.
16580              (These hacks are no more needed since the PAUSE indexer no
16581              more indexes the insides of Perl distributions, says Andreas.)
16582      Branch: perl
16583            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
16584            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
16585            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
16586            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
16587            ! ext/IPC/SysV/SysV.pm
16588 ____________________________________________________________________________
16589 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
16590         Log: Subject: Re: script wanted
16591              From: Nicholas Clark <nick@ccl4.org>
16592              Date: Wed, 13 Aug 2003 20:46:09 +0100
16593              Message-ID: <20030813204609.G20130@plum.flirble.org>
16594      Branch: perl
16595            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
16596            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
16597            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16598            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
16599            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
16600            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
16601            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
16602            ! ext/re/re.pm ext/threads/shared/shared.pm
16603            ! ext/threads/threads.pm
16604 ____________________________________________________________________________
16605 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
16606         Log: Subject: Re: script wanted
16607              From: Enache Adrian <enache@rdslink.ro>
16608              Date: Wed, 13 Aug 2003 22:31:18 +0300
16609              Message-ID: <20030813193118.GA1273@ratsnest.hole>
16610      Branch: perl
16611            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
16612            ! ext/B/B/Disassembler.pm
16613 ____________________________________________________________________________
16614 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
16615         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
16616              From: Robin Barker <Robin.Barker@npl.co.uk>
16617              Date: Wed, 13 Aug 2003 18:05:38 +0100
16618              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
16619      Branch: perl
16620            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
16621 ____________________________________________________________________________
16622 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
16623         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
16624              From: Michael G Schwern <schwern@pobox.com>
16625              Date: Wed, 13 Aug 2003 11:15:40 -0700
16626              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
16627      Branch: perl
16628            ! pod/perlartistic.pod pod/perlgpl.pod
16629 ____________________________________________________________________________
16630 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
16631         Log: Add cmpVERSION.pl from Slaven for comparing two
16632              Perl source trees for modules that have changed
16633              but have the same version numbers.
16634      Branch: perl
16635            + Porting/cmpVERSION.pl
16636            ! MANIFEST
16637 ____________________________________________________________________________
16638 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
16639         Log: Make Johan's confusion go away, but there are no doubt more
16640              similar cases.
16641      Branch: perl
16642            ! lib/File/Find.pm
16643 ____________________________________________________________________________
16644 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
16645         Log: Make (hopefully) the Windows CR CR LF bug go away
16646              by making the CRLF layer repel any other CRLF layers.
16647              In other words: binmode(FH, ":crlf") in e.g. Win32
16648              is effectively a no-op since there already is one
16649              CRLF layer in the stack by default.
16650      Branch: perl
16651            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
16652 ____________________________________________________________________________
16653 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
16654         Log: One tweak from Dave Mitchell.
16655      Branch: perl
16656            ! pod/perlport.pod
16657 ____________________________________________________________________________
16658 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
16659         Log: One tweak for microperl in OS/2.
16660      Branch: perl
16661            ! perl.h
16662 ____________________________________________________________________________
16663 [ 20671] By: merijn                                on 2003/08/13  08:57:27
16664         Log: Subject: [PATCH] another VMS pod nit
16665              From: "Craig A. Berry" <craigberry@mac.com>
16666              Date: Wed, 13 Aug 2003 01:01:46 -0500
16667              Message-ID: <3F39D44A.4010207@mac.com>
16668      Branch: perl
16669            ! vms/descrip_mms.template
16670 ____________________________________________________________________________
16671 [ 20670] By: merijn                                on 2003/08/13  08:54:45
16672         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
16673              From: "Craig A. Berry" <craigberry@mac.com>
16674              Date: Tue, 12 Aug 2003 21:12:00 -0500
16675              Message-ID: <3F399E70.4050607@mac.com>
16676      Branch: perl
16677            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
16678            ! lib/Tie/File/t/29a_upcopy.t
16679 ____________________________________________________________________________
16680 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
16681         Log: More don't:s for nyetworking.
16682      Branch: perl
16683            ! pod/perlport.pod
16684 ____________________________________________________________________________
16685 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
16686         Log: perlipc thinko by John P. Linderman.
16687      Branch: perl
16688            ! pod/perlipc.pod
16689 ____________________________________________________________________________
16690 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
16691         Log: Subject: Re: maint @ 20617 [PATCH]
16692              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
16693              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
16694              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
16695      Branch: perl
16696            ! lib/ExtUtils/Installed.pm
16697 ____________________________________________________________________________
16698 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
16699         Log: README.cygwin updates from Gerrit P. Haase.
16700      Branch: perl
16701            ! README.cygwin
16702 ____________________________________________________________________________
16703 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
16704         Log: Do some updates also on pod.mak -- which seems to
16705              be badly out of date.
16706      Branch: perl
16707            ! win32/pod.mak
16708 ____________________________________________________________________________
16709 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
16710         Log: More missing pods for VMS.
16711      Branch: perl
16712            ! vms/descrip_mms.template
16713 ____________________________________________________________________________
16714 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
16715         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
16716              From: PPrymmer@factset.com
16717              Date: Tue, 12 Aug 2003 16:24:21 -0400
16718              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
16719      Branch: perl
16720            ! vms/descrip_mms.template
16721 ____________________________________________________________________________
16722 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
16723         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
16724      Branch: perl
16725            ! pod/perlreref.pod
16726 ____________________________________________________________________________
16727 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
16728         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
16729      Branch: perl
16730            ! pp_sys.c
16731 ____________________________________________________________________________
16732 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
16733         Log: Multiline one-liners are a bit too much to ask.
16734      Branch: perl
16735            ! t/op/closure.t
16736 ____________________________________________________________________________
16737 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
16738         Log: Add perlcheat to the toc and perl.pod; regen toc.
16739      Branch: perl
16740            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16741 ____________________________________________________________________________
16742 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
16743         Log: Retract #20644 and #20643; on non-microperl non-fcntl
16744              systems Wrong Thing would be done.  (And as Sarathy
16745              points out, closing both ends of a pipe is rather
16746              identical to never opening it...)
16747      Branch: perl
16748            ! pp_sys.c util.c
16749 ____________________________________________________________________________
16750 [ 20652] By: ams                                   on 2003/08/12  13:06:40
16751         Log: Subject: perlcheat
16752              From: Juerd <juerd@cpan.org>
16753              Date: Mon, 11 Aug 2003 20:24:34 +0200
16754              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
16755      Branch: perl
16756            + pod/perlcheat.pod
16757            ! MANIFEST
16758 ____________________________________________________________________________
16759 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
16760         Log: Microperl expects C89 (like the rest of Perl).
16761      Branch: perl
16762            ! README.micro
16763 ____________________________________________________________________________
16764 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
16765         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
16766              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16767              Date: Sun, 3 Aug 2003 06:19:02 -0700
16768              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
16769      Branch: perl
16770            ! lib/ExtUtils/xsubpp
16771 ____________________________________________________________________________
16772 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
16773         Log: If we are void we cannot return a value.
16774      Branch: perl
16775            ! mg.c
16776 ____________________________________________________________________________
16777 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
16778         Log: Oops.
16779      Branch: perl
16780            ! perl.c
16781 ____________________________________________________________________________
16782 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
16783         Log: Apply much of Ilya's microperl patch, but instead of
16784              implementing the opendir()/readdir()/closedir() using
16785              external commands give up "ANSI-pureness" and define them
16786              in uconfig.sh, also define other stuff like rename() and putenv().
16787              Leave out the $| emulation in my_fork() since we are
16788              not supposed to have fork() under microperl.
16789      Branch: perl
16790            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
16791            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
16792 ____________________________________________________________________________
16793 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
16794         Log: Localize PARENT (based on Ilya's microperl patch).
16795      Branch: perl
16796            ! lib/Cwd.pm
16797 ____________________________________________________________________________
16798 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
16799         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
16800      Branch: perl
16801            ! util.c
16802 ____________________________________________________________________________
16803 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
16804         Log: A generally useful hunk from Ilya's microperl patch.
16805              (If no fcntl F_SETFD, fake it the best we can.)
16806      Branch: perl
16807            ! pp_sys.c
16808 ____________________________________________________________________________
16809 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
16810         Log: returning would be good, too.
16811      Branch: perl
16812            ! ext/Safe/t/safeops.t
16813 ____________________________________________________________________________
16814 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
16815         Log: No dor in maint.
16816      Branch: perl
16817            ! ext/Safe/t/safeops.t
16818 ____________________________________________________________________________
16819 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
16820         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
16821              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
16822              Date: Mon, 21 Apr 2003 22:44:37 -0700
16823              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
16824
16825              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
16826      Branch: perl
16827            ! ext/DynaLoader/XSLoader_pm.PL
16828 ____________________________________________________________________________
16829 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
16830         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
16831              From: Michael G Schwern <schwern@pobox.com>
16832              Date: Sat, 9 Aug 2003 15:03:02 -0700
16833              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
16834
16835              (plus one extra catfile() in h2xs.t)
16836      Branch: perl
16837            ! lib/h2xs.t utils/h2xs.PL
16838 ____________________________________________________________________________
16839 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
16840         Log: The Debian people have expressed a wish for the boilerplate
16841              being specific about the Perl version; patch from Nick Clark.
16842      Branch: perl
16843            ! utils/h2xs.PL
16844 ____________________________________________________________________________
16845 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
16846         Log: A new try from Dave Mitchell for [perl #23265].
16847      Branch: perl
16848            ! pad.c t/op/closure.t
16849 ____________________________________________________________________________
16850 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
16851         Log: Fix for [perl #23287] segfault in untie.
16852              (Well, at least no more coredump.)
16853      Branch: perl
16854            ! pp_sys.c t/op/tie.t
16855 ____________________________________________________________________________
16856 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
16857         Log: =head2 ALL CAPS
16858      Branch: perl
16859            ! pod/perlreref.pod
16860 ____________________________________________________________________________
16861 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
16862         Log: Too enthusiastic head2-ing.
16863      Branch: perl
16864            ! pod/perlreref.pod
16865 ____________________________________________________________________________
16866 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
16867         Log: Gotta Get'em Cases Right.
16868      Branch: perl
16869            ! pod/perlreref.pod
16870 ____________________________________________________________________________
16871 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
16872         Log: head2-ify many of the head1s, will probably make this look
16873              better in HTML.
16874      Branch: perl
16875            ! pod/perlreref.pod
16876 ____________________________________________________________________________
16877 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
16878         Log: Subject: Re: [PATCH] perlreref.pod tweaks
16879              From: Iain Truskett <spoon@cpan.org>
16880              Date: Tue, 12 Aug 2003 13:59:27 +1000
16881              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
16882
16883              plus explain "Titlecase".
16884      Branch: perl
16885            ! pod/perlreref.pod
16886 ____________________________________________________________________________
16887 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
16888         Log: Add a new regression test for Safe : tests that all ops
16889              can be trapped by a Safe compartement (except for the ones
16890              that can't.)
16891      Branch: perl
16892            + ext/Safe/t/safeops.t
16893            ! MANIFEST
16894 ____________________________________________________________________________
16895 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
16896         Log: B::Deparse wasn't handling correctly builtins that
16897              have two filehandles in their prototypes (pipe, socketpair,
16898              accept) when non-bareword prototypes were used.
16899      Branch: perl
16900            ! ext/B/B/Deparse.pm
16901 ____________________________________________________________________________
16902 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
16903         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
16904              From: merlyn@stonehenge.com (Randal L. Schwartz)
16905              Date: 11 Aug 2003 09:45:29 -0700
16906              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
16907
16908              Subject: [PATCH] perlreref.pod tweaks
16909              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16910              Date: Mon, 11 Aug 2003 13:19:51 -0400
16911              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
16912
16913              Plus a note about {,n} not being a quantifier.
16914      Branch: perl
16915            ! pod/perlreref.pod
16916 ____________________________________________________________________________
16917 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
16918         Log: Integrate:
16919              [ 20618]
16920              $* is not yet fully gone in 5.8.1.
16921      Branch: perl
16922           !> pod/perlreref.pod
16923 ____________________________________________________________________________
16924 [ 20614] By: nick                                  on 2003/08/11  12:14:55
16925         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
16926      Branch: perl
16927            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
16928 ____________________________________________________________________________
16929 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
16930         Log: VC6 warning: result still unsigned.
16931      Branch: perl
16932            ! regexec.c
16933 ____________________________________________________________________________
16934 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
16935         Log: Typo fix from Boris Zentner.
16936      Branch: perl
16937            ! pod/perlfaq5.pod
16938 ____________________________________________________________________________
16939 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
16940         Log: Subject: [perl #23273] warnings in Unicode::UCD
16941              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
16942              Date: 10 Aug 2003 22:37:41 -0000
16943              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
16944      Branch: perl
16945            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16946 ____________________________________________________________________________
16947 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
16948         Log: Explain the 'Wide character in print' a bit more.
16949      Branch: perl
16950            ! pod/perldiag.pod
16951 ____________________________________________________________________________
16952 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
16953         Log: Subject: Re: killing for vital signs [PATCH]
16954              From: "John P. Linderman" <jpl@research.att.com>
16955              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
16956              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
16957      Branch: perl
16958            ! pod/perlfunc.pod pod/perlipc.pod
16959 ____________________________________________________________________________
16960 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
16961         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
16962              sv_placeholder hunk.
16963      Branch: perl
16964            ! perl.h sv.h
16965 ____________________________________________________________________________
16966 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
16967         Log: Clarify the format checking instructions.
16968      Branch: perl
16969            ! Porting/pumpkin.pod
16970 ____________________________________________________________________________
16971 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
16972         Log: Retract #20597, too many resulting core dumps.
16973      Branch: perl
16974            ! pad.c t/op/closure.t
16975 ____________________________________________________________________________
16976 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
16977         Log: Subject: Re: [perl #23265] Nested anonymous subs
16978              From: Dave Mitchell <davem@fdgroup.com>
16979              Date: Sun, 10 Aug 2003 01:35:30 +0100
16980              Message-ID: <20030810003530.GB6547@fdgroup.com>
16981      Branch: perl
16982            ! pad.c t/op/closure.t
16983 ____________________________________________________________________________
16984 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
16985         Log: Try simple workaround for the POSIX autosplit.ix warning.
16986      Branch: perl
16987            ! ext/POSIX/POSIX.pm
16988 ____________________________________________________________________________
16989 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
16990         Log: One more PL_csighandlerp.
16991      Branch: perl
16992            ! ext/POSIX/POSIX.xs
16993 ____________________________________________________________________________
16994 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
16995         Log: Further tweaks on perlreref.pod (by Iain Truskett)
16996      Branch: perl
16997            ! pod/perlreref.pod
16998 ____________________________________________________________________________
16999 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
17000         Log: Add the perlreref manpage, by Iain Truskett
17001              (regular expressions quick reference.)
17002              Regenerate the table of contents.
17003      Branch: perl
17004            + pod/perlreref.pod
17005            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
17006 ____________________________________________________________________________
17007 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
17008         Log: Remove ByteLoader from the list of modules whose compilability should
17009              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
17010              pointed out.)
17011      Branch: perl
17012            ! t/lib/1_compile.t
17013 ____________________________________________________________________________
17014 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
17015         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
17016              From: Dave Mitchell <davem@fdgroup.com>
17017              Date: Sat, 9 Aug 2003 14:51:44 +0100
17018              Message-ID: <20030809135144.GC4997@fdgroup.com>
17019      Branch: perl
17020            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
17021            ! scope.h t/lib/warnings/pad
17022 ____________________________________________________________________________
17023 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
17024         Log: Regenerate perlapi.pod.
17025      Branch: perl
17026            ! pod/perlapi.pod
17027 ____________________________________________________________________________
17028 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
17029         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
17030              From: Michael G Schwern <schwern@pobox.com>
17031              Date: Sat, 9 Aug 2003 13:36:59 -0700
17032              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
17033      Branch: perl
17034            ! t/lib/1_compile.t
17035 ____________________________________________________________________________
17036 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
17037         Log: Update Jon Orwant's email address as he wants it,
17038              drop TPJ URL; upate also Doug MacEachern's address.
17039      Branch: perl
17040            ! pod/perlembed.pod pod/perlmodinstall.pod
17041 ____________________________________________________________________________
17042 [ 20587] By: ams                                   on 2003/08/09  18:09:34
17043         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
17044              normal key was replaced by its UTF-8 equivalent. This caused the
17045              "Storable problem" RT3 users reported under RH9.
17046      Branch: perl
17047            ! hv.c
17048 ____________________________________________________________________________
17049 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
17050         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
17051              From: Michael G Schwern <schwern@pobox.com>
17052              Date: Fri, 8 Aug 2003 18:35:51 -0700
17053              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
17054      Branch: perl
17055            ! pod/perlmodinstall.pod
17056 ____________________________________________________________________________
17057 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
17058         Log: Reintroduce the U_32-ification to pad.c,
17059              suggested by Dave Mitchell.
17060      Branch: perl
17061            ! pad.c
17062 ____________________________________________________________________________
17063 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
17064         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
17065      Branch: perl
17066            ! lib/AutoSplit.pm
17067 ____________________________________________________________________________
17068 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
17069         Log: Some updates for the memory use debugging section:
17070              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
17071      Branch: perl
17072            ! pod/perldebguts.pod
17073 ____________________________________________________________________________
17074 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
17075         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
17076              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
17077              which was on old bug unearthed by the change #20559.
17078              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
17079              Workaround is not to use lexicals.
17080      Branch: perl
17081            ! lib/SelfLoader.pm
17082 ____________________________________________________________________________
17083 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
17084         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
17085              so no much point in adding it yet.
17086      Branch: perl
17087            ! hints/cygwin.sh
17088 ____________________________________________________________________________
17089 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
17090         Log: Retract #20524 since it was due to broken INT32_MIN in
17091              Cygwin 1.5's stdint.h.
17092      Branch: perl
17093            ! pad.c
17094 ____________________________________________________________________________
17095 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
17096         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
17097              From: Dave Mitchell <davem@fdgroup.com>
17098              Date: Fri, 8 Aug 2003 22:28:48 +0100
17099              Message-ID: <20030808212848.GA2628@fdgroup.com>
17100      Branch: perl
17101            ! sv.c
17102 ____________________________________________________________________________
17103 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
17104         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
17105              From: Michael G Schwern <schwern@pobox.com>
17106              Date: Fri, 8 Aug 2003 13:59:50 -0700
17107              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
17108      Branch: perl
17109            ! pod/perlfaq8.pod
17110 ____________________________________________________________________________
17111 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
17112         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
17113              From: Jan Dubois <jand@ActiveState.com>
17114              Date: Fri, 08 Aug 2003 17:49:03 -0700
17115              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
17116      Branch: perl
17117            ! win32/win32.c
17118 ____________________________________________________________________________
17119 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
17120         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
17121              From: Nicholas Clark <nick@ccl4.org>
17122              Date: Fri, 8 Aug 2003 23:30:00 +0100
17123              Message-ID: <20030808233000.B20130@plum.flirble.org>
17124      Branch: perl
17125            ! ext/Storable/Storable.xs
17126 ____________________________________________________________________________
17127 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
17128         Log: Two more tests for #20566/#20568.
17129      Branch: perl
17130            ! t/op/pat.t
17131 ____________________________________________________________________________
17132 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
17133         Log: Subject: [PATCH] Re: UNICODE regexp bug
17134              From: Nick Ing-Simmons <nick@ing-simmons.net>
17135              Date: Fri, 08 Aug 2003 23:05:49 +0100
17136              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
17137
17138              Better patch (than #20566) from NI-S, one more test
17139              (introduce another variable rather than reuse the tmp, though)
17140      Branch: perl
17141            ! regexec.c t/op/pat.t
17142 ____________________________________________________________________________
17143 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
17144         Log: Subject: UNICODE regexp bug
17145              From: Nick Ing-Simmons <nick@ing-simmons.net>
17146              Date: Fri, 08 Aug 2003 20:36:56 +0100
17147              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
17148      Branch: perl
17149            ! regexec.c t/op/pat.t
17150 ____________________________________________________________________________
17151 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
17152         Log: Move the csighandler to be a data variable so that
17153              things like DLL trampolines can't mess up the code
17154              variables the Perl_csighandler (seen in Cygwin:
17155              Perl_csighandler in POSIX extension was different
17156              than in main executable).
17157      Branch: perl
17158            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
17159 ____________________________________________________________________________
17160 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
17161         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
17162              From: Steve Hay <steve.hay@uk.radan.com>
17163              Date: Fri, 08 Aug 2003 12:42:28 +0100
17164              Message-ID: <3F338CA4.3010503@uk.radan.com>
17165      Branch: perl
17166            ! t/op/time.t
17167 ____________________________________________________________________________
17168 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
17169         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
17170              From: "Gerrit P. Haase" <gp@familiehaase.de>
17171              Date: Fri, 8 Aug 2003 13:44:51 +0200
17172              Message-ID: <1621817486657.20030808134451@familiehaase.de>
17173      Branch: perl
17174            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
17175            ! hints/cygwin.sh
17176 ____________________________________________________________________________
17177 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
17178         Log: Retract PASTHRU* changes as recommended by Schwern.
17179      Branch: perl
17180            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17181            ! lib/ExtUtils/t/MM_Win32.t
17182 ____________________________________________________________________________
17183 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
17184         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
17185              From: Dave Mitchell <davem@fdgroup.com>
17186              Date: Thu, 7 Aug 2003 15:53:35 +0100
17187              Message-ID: <20030807145335.GF26683@fdgroup.com>
17188      Branch: perl
17189            ! scope.c t/lib/warnings/pad
17190 ____________________________________________________________________________
17191 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
17192         Log: The #20546 was too ambitious, broke the test.
17193      Branch: perl
17194            ! lib/Benchmark.pm lib/Benchmark.t
17195 ____________________________________________________________________________
17196 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
17197         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
17198              From: PPrymmer@factset.com
17199              Date: Thu, 7 Aug 2003 14:02:02 -0400
17200              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
17201      Branch: perl
17202            ! vms/descrip_mms.template
17203 ____________________________________________________________________________
17204 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
17205         Log: Some AUTHORS updates.
17206      Branch: perl
17207            ! AUTHORS
17208 ____________________________________________________________________________
17209 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
17210         Log: Hint away the semid_ds test in NetBSD/sparc.
17211      Branch: perl
17212            ! hints/netbsd.sh
17213 ____________________________________________________________________________
17214 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
17215         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
17216      Branch: perl
17217            ! Configure
17218 ____________________________________________________________________________
17219 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
17220         Log: Subject: [PATCH] Test::More
17221              From: Fergal Daly <fergal@esatclear.ie>
17222              Date: Thu, 7 Aug 2003 15:52:11 +0100
17223              Message-Id: <200308071552.11873.fergal@esatclear.ie>
17224      Branch: perl
17225            ! lib/Test/More.pm
17226 ____________________________________________________________________________
17227 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
17228         Log: Integrate from maint:
17229              [ 20543]
17230              Workround for SuSE8.2's -lndbm hack
17231      Branch: perl
17232           !> hints/linux.sh
17233 ____________________________________________________________________________
17234 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
17235         Log: Subject: [PATCH 5.8.1] Benchmark problem
17236              From: Radu Greab <rgreab@fx.ro>
17237              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
17238              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
17239
17240              Subject: Re: [PATCH 5.8.1] Benchmark problem
17241              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17242              Date: Thu, 7 Aug 2003 15:48:38 +0200
17243              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
17244      Branch: perl
17245            ! lib/Benchmark.pm lib/Benchmark.t
17246 ____________________________________________________________________________
17247 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
17248         Log: Retract #20359: too wide a brush.
17249      Branch: perl
17250            ! hints/netbsd.sh
17251 ____________________________________________________________________________
17252 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
17253         Log: If no alarm(), skip the subtests.
17254      Branch: perl
17255            ! ext/Time/HiRes/t/HiRes.t
17256 ____________________________________________________________________________
17257 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
17258         Log: Subject: Re: maint @ 20537
17259              From: Philip Newton <Philip.Newton@gmx.net>
17260              Date: Thu, 07 Aug 2003 09:05:17 +0200
17261              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
17262      Branch: perl
17263            ! ext/Socket/Socket.xs
17264 ____________________________________________________________________________
17265 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
17266         Log: Subject: Re: maint @ 20537
17267              From: Philip Newton <Philip.Newton@gmx.net>
17268              Date: Thu, 07 Aug 2003 09:05:17 +0200
17269              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
17270      Branch: perl
17271            ! hints/dos_djgpp.sh
17272 ____________________________________________________________________________
17273 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
17274         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
17275              broken SysV semaphores.
17276      Branch: perl
17277            ! hints/netbsd.sh
17278 ____________________________________________________________________________
17279 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
17280         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
17281              From: hv@crypt.org
17282              Date: Thu, 07 Aug 2003 02:44:23 +0100
17283              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
17284      Branch: perl
17285            ! regexec.c t/op/re_tests
17286 ____________________________________________________________________________
17287 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
17288         Log: ESUCCESS = 0 is not true, but exists.
17289      Branch: perl
17290            ! ext/Errno/t/Errno.t
17291 ____________________________________________________________________________
17292 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
17293         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
17294              From: jari.aalto@poboxes.com (Jari Aalto)
17295              Date: Wed, 06 Aug 2003 14:24:42 +0300
17296              Message-ID: <ekzzowp1.fsf@blue.sea.net>
17297      Branch: perl
17298            ! ext/Sys/Syslog/Syslog.pm
17299 ____________________________________________________________________________
17300 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
17301         Log: Make code agree with documentation (from Wolfgang Friebel)
17302      Branch: perl
17303            ! lib/ExtUtils/MakeMaker.pm
17304 ____________________________________________________________________________
17305 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
17306         Log: Various tweaks to help DJGPP builds.
17307      Branch: perl
17308            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
17309 ____________________________________________________________________________
17310 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
17311         Log: More PASTHRU patching from Steve Hay.
17312      Branch: perl
17313            ! lib/ExtUtils/MM_Unix.pm
17314 ____________________________________________________________________________
17315 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
17316         Log: Cast away gcc 3.3 type conversion pickiness.
17317      Branch: perl
17318            ! ext/threads/threads.xs
17319 ____________________________________________________________________________
17320 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
17321         Log: Subject: Re: perl with cygwin 1.5, need help
17322              From: "Gerrit P. Haase" <gp@familiehaase.de>
17323              Date: Tue, 5 Aug 2003 14:36:55 +0200
17324              Message-ID: <71561410910.20030805143655@familiehaase.de>
17325
17326              (needed manual fitting)
17327      Branch: perl
17328            ! pad.c
17329 ____________________________________________________________________________
17330 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
17331         Log: Subject: maint @ 20512
17332              From: Robin Barker <Robin.Barker@npl.co.uk>
17333              Date: Wed, 6 Aug 2003 15:31:33 +0100
17334              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
17335      Branch: perl
17336            ! MANIFEST Porting/Maintainers.pl
17337 ____________________________________________________________________________
17338 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
17339         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
17340              From: Steve Hay <steve.hay@uk.radan.com>
17341              Date: Wed, 06 Aug 2003 10:56:44 +0100
17342              Message-ID: <3F30D0DC.20700@uk.radan.com>
17343      Branch: perl
17344            ! lib/ExtUtils/MM_Unix.pm
17345 ____________________________________________________________________________
17346 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
17347         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
17348              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17349              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
17350              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
17351      Branch: perl
17352            ! pod/perlfaq2.pod
17353 ____________________________________________________________________________
17354 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
17355         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
17356              From: "Craig A. Berry" <craigberry@mac.com>
17357              Date: Wed, 06 Aug 2003 00:18:36 -0500
17358              Message-ID: <3F308FAC.4090409@mac.com>
17359
17360              (from vmsperl list)
17361      Branch: perl
17362            ! utils/dprofpp.PL
17363 ____________________________________________________________________________
17364 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
17365         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
17366              From: mjd@plover.com
17367              Date: 5 Aug 2003 19:23:46 -0000
17368              Message-ID: <20030805192346.25911.qmail@plover.com>
17369      Branch: perl
17370            ! pod/perlfaq2.pod
17371 ____________________________________________________________________________
17372 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
17373         Log: Continue #20506.
17374      Branch: perl
17375            ! lib/ExtUtils/MM_Unix.pm
17376 ____________________________________________________________________________
17377 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
17378         Log: Try to fix the INC in PASTHRU.
17379      Branch: perl
17380            ! lib/ExtUtils/MM_Unix.pm
17381 ____________________________________________________________________________
17382 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
17383         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
17384              From: Chip Salzenberg <chip@pobox.com>
17385              Date: Tue, 5 Aug 2003 11:39:24 -0400
17386              Message-ID: <20030805153924.GO1751@perlsupport.com
17387      Branch: perl
17388            ! perlio.c
17389 ____________________________________________________________________________
17390 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
17391         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
17392              From: Steve Hay <steve.hay@uk.radan.com>
17393              Date: Tue, 05 Aug 2003 10:43:49 +0100
17394              Message-ID: <3F2F7C55.9020808@uk.radan.com>
17395
17396              (The MM_Unix.pm part was dealt with in #20501.)
17397      Branch: perl
17398            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
17399 ____________________________________________________________________________
17400 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
17401         Log: Reinstate #11125, hopefully making MakeMaker to pass
17402              DEFINE and INCLUDE to subdirs (NI-S says he'll work
17403              around any problems caused seen Tk if necessary).
17404              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
17405              to be _after_ the directory-specific INC and DEFINE as suggested
17406              by NI-S (Tk probably being the only "user" of the said macros).
17407      Branch: perl
17408            ! lib/ExtUtils/MM_Unix.pm
17409 ____________________________________________________________________________
17410 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
17411         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
17412              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
17413              Date: Tue, 5 Aug 2003 20:12:18 +0400
17414              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
17415      Branch: perl
17416            - wince/include/netdb.h
17417            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
17418            ! wince/wince.c
17419 ____________________________________________________________________________
17420 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
17421         Log: A suggested perlio doc addition from Stas.
17422      Branch: perl
17423            ! pod/perliol.pod
17424 ____________________________________________________________________________
17425 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
17426         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
17427              From: Robin Barker <Robin.Barker@npl.co.uk>
17428              Date: Tue, 5 Aug 2003 15:32:36 +0100
17429              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
17430      Branch: perl
17431            ! AUTHORS Porting/Maintainers.pl
17432 ____________________________________________________________________________
17433 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
17434         Log: This is necessary to get things building for the VMS debugger.
17435              (Craig Berry)
17436      Branch: perl
17437            ! vms/descrip_mms.template
17438 ____________________________________________________________________________
17439 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
17440         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
17441              From: alian <alian@cpan.org>
17442              Date: Tue, 05 Aug 2003 12:21:42 +0200
17443              Message-ID: <3F2F8536.1090702@jupiter.alianet>
17444      Branch: perl
17445            ! ext/POSIX/t/posix.t
17446 ____________________________________________________________________________
17447 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
17448         Log: Add some known cases to Maintainers.
17449      Branch: perl
17450            ! Porting/Maintainers.pl
17451 ____________________________________________________________________________
17452 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
17453         Log: Subject: [PATCH] perlthrtut.pod
17454              From: Elizabeth Mattijsen <liz@dijkmat.nl>
17455              Date: Tue, 5 Aug 2003 11:26:04 +0200
17456              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
17457      Branch: perl
17458            ! pod/perlthrtut.pod
17459 ____________________________________________________________________________
17460 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
17461         Log: Add META.yml and Stas' makemeta (plus extensive reworking
17462              of the Maintainers utility)
17463      Branch: perl
17464            + META.yml Porting/Maintainers.pm Porting/makemeta
17465            ! MANIFEST Makefile.SH Porting/Maintainers
17466            ! Porting/Maintainers.pl
17467 ____________________________________________________________________________
17468 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
17469         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
17470              Try to remove the created message queues and semaphores
17471              even in the case of failures.
17472      Branch: perl
17473            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
17474 ____________________________________________________________________________
17475 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
17476         Log: Subject: PerlIO_{read,write} return value doc patch
17477              From: Gisle Aas <gisle@ActiveState.com>
17478              Date: 04 Aug 2003 13:25:28 -0700
17479              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
17480      Branch: perl
17481            ! pod/perlapio.pod
17482 ____________________________________________________________________________
17483 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
17484         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
17485              From: "Craig A. Berry" <craigberry@mac.com>
17486              Date: Mon, 04 Aug 2003 19:29:51 -0500
17487              Message-ID: <3F2EFA7F.6070801@mac.com>
17488      Branch: perl
17489            ! utils/dprofpp.PL
17490 ____________________________________________________________________________
17491 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
17492         Log: Subject: [PATCH] typos in encoding.pm
17493              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
17494              Date: Mon, 4 Aug 2003 20:09:35 +0200
17495              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
17496      Branch: perl
17497            ! ext/Encode/encoding.pm
17498 ____________________________________________________________________________
17499 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
17500         Log: Bytecode patching from Enache.
17501      Branch: perl
17502            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
17503            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
17504 ____________________________________________________________________________
17505 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
17506         Log: Upgrade to Digest::MD5 2.27.
17507      Branch: perl
17508            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
17509            ! ext/Digest/MD5/t/files.t
17510 ____________________________________________________________________________
17511 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
17512         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
17513              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17514              Date: Tue, 05 Aug 2003 00:27:10 +0900
17515              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
17516      Branch: perl
17517            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
17518 ____________________________________________________________________________
17519 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
17520         Log: Nit in INSTALL about the svr?.sh hint files.
17521      Branch: perl
17522            ! INSTALL
17523 ____________________________________________________________________________
17524 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
17525         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
17526              From: Steve Grazzini <grazz@pobox.com>
17527              Date: Mon, 4 Aug 2003 16:01:45 -0400
17528              Message-ID: <20030804200145.GB21699@grazzini.net>
17529
17530              Prevent the warning "Bareword found where operator expected" in
17531              the case "print $fh foo()" where foo() is an undefined function.
17532      Branch: perl
17533            ! toke.c
17534 ____________________________________________________________________________
17535 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
17536         Log: Fix bug #23141 : localization of readonly magic scalars
17537              now produces an error "Modification of a read-only value
17538              attempted", instead of silently failing.
17539      Branch: perl
17540            ! scope.c t/op/local.t
17541 ____________________________________________________________________________
17542 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
17543         Log: Revert change #19282 : it caused problems for some -Duseshrplib
17544              builds. On the other hand, make sure that your C compiler isn't
17545              a perl script !
17546      Branch: perl
17547            ! Makefile.SH
17548 ____________________________________________________________________________
17549 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
17550         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
17551      Branch: perl
17552            ! perl.c perl.h
17553 ____________________________________________________________________________
17554 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
17555         Log: Oops.
17556      Branch: perl
17557            ! hints/darwin.sh hints/rhapsody.sh
17558 ____________________________________________________________________________
17559 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
17560         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
17561              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17562              Date: Mon, 4 Aug 2003 10:35:12 +0200
17563              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
17564      Branch: perl
17565            ! hints/darwin.sh
17566 ____________________________________________________________________________
17567 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
17568         Log: Test count adjustment from Rafael.
17569      Branch: perl
17570            ! lib/Test/Simple/t/is_deeply.t
17571 ____________________________________________________________________________
17572 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
17573         Log: Subject: [PATCH] maint, Win32, GCC 3.2
17574              From: Mattia Barbon <mbarbon@dsi.unive.it>
17575              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
17576              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
17577      Branch: perl
17578            ! ext/Errno/Errno_pm.PL
17579 ____________________________________________________________________________
17580 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
17581         Log: Apparently the newly introduce -DDARWIN did conflict with
17582              some Apple definition, how ironic...
17583      Branch: perl
17584            ! hints/darwin.sh perl.h
17585 ____________________________________________________________________________
17586 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
17587         Log: Subject: Debian patch that skips podless modules
17588              From: Alexey Tourbin <at@altlinux.ru>
17589              Date: Sun, 3 Aug 2003 21:33:00 +0400
17590              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
17591
17592              (plus Schwern's and Robert's nits)
17593      Branch: perl
17594            ! installman
17595 ____________________________________________________________________________
17596 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
17597         Log: Subject: [PATCH] 4 bugs in Test::More
17598              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
17599              Date: Fri, 21 Mar 2003 10:57:31 +0000
17600              Message-Id: <200303211057.31879.fergal@esatclear.ie>
17601      Branch: perl
17602            ! lib/Test/More.pm lib/Test/Simple/t/More.t
17603            ! lib/Test/Simple/t/is_deeply.t
17604 ____________________________________________________________________________
17605 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
17606         Log: Upgrade to ExtUtils::MakeMaker 6.15.
17607      Branch: perl
17608            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
17609            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
17610            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
17611 ____________________________________________________________________________
17612 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
17613         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
17614              From: Michael G Schwern <schwern@pobox.com>
17615              Date: Sun, 3 Aug 2003 16:12:35 -0700
17616              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
17617      Branch: perl
17618            ! lib/Benchmark.pm lib/Benchmark.t
17619 ____________________________________________________________________________
17620 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
17621         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
17622              From: Enache Adrian <enache@rdslink.ro>
17623              Date: Sun, 3 Aug 2003 18:00:05 +0300
17624              Message-ID: <20030803150005.GA1319@ratsnest.hole>
17625      Branch: perl
17626            ! pp.c t/op/substr.t
17627 ____________________________________________________________________________
17628 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
17629         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
17630              From: alian <alian@cpan.org>
17631              Date: Sat, 02 Aug 2003 16:19:25 +0200
17632              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
17633
17634              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
17635      Branch: perl
17636            ! ext/POSIX/t/posix.t
17637 ____________________________________________________________________________
17638 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
17639         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
17640              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
17641              Date: Mon, 4 Aug 2003 00:01:08 +0400
17642              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
17643      Branch: perl
17644            ! wince/makedist.pl
17645 ____________________________________________________________________________
17646 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
17647         Log: Subject: [PATCH perlreftut.pod] Minor edits
17648              From: mjd@plover.com
17649              Date: 3 Aug 2003 17:46:08 -0000
17650              Message-ID: <20030803174608.15792.qmail@plover.com>
17651      Branch: perl
17652            ! pod/perlreftut.pod
17653 ____________________________________________________________________________
17654 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
17655         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
17656              From: mjd@plover.com
17657              Date: 3 Aug 2003 19:37:49 -0000
17658              Message-ID: <20030803193749.3733.qmail@plover.com>
17659      Branch: perl
17660            ! ext/Time/HiRes/HiRes.pm
17661 ____________________________________________________________________________
17662 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
17663         Log: Subject: [PATCH] Re: win32.c bug - handle leak
17664              From: Jan Dubois <jand@ActiveState.com>
17665              Date: Sat, 02 Aug 2003 10:25:05 -0700
17666              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
17667      Branch: perl
17668            ! win32/win32.c
17669 ____________________________________________________________________________
17670 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
17671         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
17672              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
17673              Date: Sat, 2 Aug 2003 09:38:50 -0700
17674              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
17675      Branch: perl
17676            ! os2/os2ish.h
17677 ____________________________________________________________________________
17678 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
17679         Log: Subject: [PATCH] Storable and uninitalized array values
17680              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
17681              Date: Sat, 2 Aug 2003 13:40:16 +0200
17682              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
17683      Branch: perl
17684            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
17685 ____________________________________________________________________________
17686 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
17687         Log: Upgrade to Unicode::Collate 0.26.
17688      Branch: perl
17689            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
17690            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
17691            ! lib/Unicode/Collate/t/test.t
17692 ____________________________________________________________________________
17693 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
17694         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
17695              From: "Craig A. Berry" <craigberry@mac.com>
17696              Date: Sat, 02 Aug 2003 10:25:44 -0500
17697              Message-ID: <3F2BD7F8.8090003@mac.com>
17698      Branch: perl
17699            ! lib/Net/Ping.pm
17700 ____________________________________________________________________________
17701 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
17702         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
17703              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
17704              Date: Sun, 3 Aug 2003 06:21:41 -0700
17705              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
17706      Branch: perl
17707            ! lib/Shell.t
17708 ____________________________________________________________________________
17709 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
17710         Log: C++ (or C99) sneak attack ("inline" function keyword).
17711      Branch: perl
17712            ! ext/Devel/DProf/DProf.xs
17713 ____________________________________________________________________________
17714 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
17715         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
17716              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
17717              Date: Fri, 1 Aug 2003 13:12:14 +0200
17718              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
17719      Branch: perl
17720            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17721            ! ext/File/Glob/t/basic.t
17722 ____________________________________________________________________________
17723 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
17724         Log: Only show the message if the locale settings look risky.
17725      Branch: perl
17726            ! ext/Time/HiRes/Makefile.PL
17727 ____________________________________________________________________________
17728 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
17729         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
17730              update Changes.
17731      Branch: perl
17732            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
17733 ____________________________________________________________________________
17734 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
17735         Log: Subject: [PATCH] Small nit to pad.c
17736              From: Enache Adrian <enache@rdslink.ro>
17737              Date: Sat, 2 Aug 2003 01:50:40 +0300
17738              Message-ID: <20030801225040.GB1281@ratsnest.hole>
17739      Branch: perl
17740            ! pad.c
17741 ____________________________________________________________________________
17742 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
17743         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
17744              From: Radu Greab <rgreab@fx.ro>
17745              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
17746              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
17747      Branch: perl
17748            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
17749            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
17750            ! t/lib/dprof/test8_v
17751 ____________________________________________________________________________
17752 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
17753         Log: Subject: [PATCH] ioctl for VMS
17754              From: "Craig A. Berry" <craigberry@mac.com>
17755              Date: Fri, 01 Aug 2003 23:34:31 -0500
17756              Message-ID: <3F2B3F57.4050609@mac.com>
17757      Branch: perl
17758            ! configure.com vms/vmsish.h
17759 ____________________________________________________________________________
17760 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
17761         Log: Subject: [PATCH] argv case nit for VMS
17762              From: "Craig A. Berry" <craigberry@mac.com>
17763              Date: Fri, 01 Aug 2003 19:16:30 -0500
17764              Message-ID: <3F2B02DE.10207@mac.com>
17765      Branch: perl
17766            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
17767 ____________________________________________________________________________
17768 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
17769         Log: Hugo's second thoughts: drop the relatively rare and
17770              slow optimization for now.
17771      Branch: perl
17772            ! regexec.c
17773 ____________________________________________________________________________
17774 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
17775         Log: Missed this bit in the last update: couldn't answer ''
17776              or ' ' to get 'none'.
17777      Branch: perl
17778            ! Configure
17779 ____________________________________________________________________________
17780 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
17781         Log: Encode pre-1.98 update from Dan Kogai, sent from
17782              the ashes of his smoldering motherboard.
17783      Branch: perl
17784            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
17785            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
17786            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
17787            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
17788 ____________________________________________________________________________
17789 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
17790         Log: More runperl(switches => ...) finds (bleadperl only).
17791      Branch: perl
17792            ! t/op/readline.t
17793 ____________________________________________________________________________
17794 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
17795         Log: Regen perltoc.
17796      Branch: perl
17797            ! pod/perltoc.pod
17798 ____________________________________________________________________________
17799 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
17800         Log: pod likes whitespace.
17801      Branch: perl
17802            ! ext/ByteLoader/ByteLoader.pm
17803 ____________________________________________________________________________
17804 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
17805         Log: Faulty check.
17806      Branch: perl
17807            ! t/test.pl
17808 ____________________________________________________________________________
17809 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
17810         Log: Update INSTALL on the *dir.
17811      Branch: perl
17812            ! INSTALL
17813 ____________________________________________________________________________
17814 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
17815         Log: Regen Glossary et al.
17816      Branch: perl
17817            ! Porting/Glossary Porting/config.sh Porting/config_H
17818 ____________________________________________________________________________
17819 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
17820         Log: Now the test should be really testing what it's supposed to.
17821      Branch: perl
17822            ! ext/B/t/bytecode.t
17823 ____________________________________________________________________________
17824 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
17825         Log: Fix the options.
17826      Branch: perl
17827            ! ext/B/t/bytecode.t
17828 ____________________________________________________________________________
17829 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
17830         Log: Argument sanity checking.
17831      Branch: perl
17832            ! t/test.pl
17833 ____________________________________________________________________________
17834 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
17835         Log: Regen Configure to use the *html*dir files.
17836              (installhtml uses none of that, though)
17837      Branch: perl
17838            ! Configure Policy_sh.SH config_h.SH
17839 ____________________________________________________________________________
17840 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
17841         Log: More for the *dir changes.
17842      Branch: perl
17843            ! Policy_sh.SH config_h.SH hints/darwin.sh
17844 ____________________________________________________________________________
17845 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
17846         Log: Regen Configure for the new *dir installation variables.
17847              If these don't work, ask Schwern.
17848      Branch: perl
17849            ! Configure
17850 ____________________________________________________________________________
17851 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
17852         Log: Upgrade to MakeMaker 6.13.
17853      Branch: perl
17854            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
17855            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
17856            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17857            ! lib/ExtUtils/t/basic.t
17858 ____________________________________________________________________________
17859 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
17860         Log: JAPH patch :-) from Abigail.
17861      Branch: perl
17862            ! t/japh/abigail.t
17863 ____________________________________________________________________________
17864 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
17865         Log: Regen perlapi.
17866      Branch: perl
17867            ! perlapi.c
17868 ____________________________________________________________________________
17869 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
17870         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
17871              From: Dave Mitchell <davem@fdgroup.com>
17872              Date: Fri, 1 Aug 2003 01:16:31 +0100
17873              Message-ID: <20030801001631.GA11233@fdgroup.com>
17874      Branch: perl
17875            ! regcomp.c t/op/pat.t
17876 ____________________________________________________________________________
17877 [ 20404] By: ams                                   on 2003/08/01  03:28:17
17878         Log: Subject: [PATCH] LotR quote for perlapi.c
17879              From: Autrijus Tang <autrijus@autrijus.org>
17880              Date: Fri, 1 Aug 2003 10:00:29 +0800
17881              Message-Id: <20030801020029.GA28241@not.autrijus.org>
17882      Branch: perl
17883            ! embed.pl
17884 ____________________________________________________________________________
17885 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
17886         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
17887      Branch: perl
17888            ! INSTALL
17889 ____________________________________________________________________________
17890 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
17891         Log: Integrate README.macosx more.
17892      Branch: perl
17893            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
17894            ! win32/Makefile win32/makefile.mk
17895 ____________________________________________________________________________
17896 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
17897         Log: README.macosx from Sherm Pendley.
17898      Branch: perl
17899            + README.macosx
17900            ! MANIFEST
17901 ____________________________________________________________________________
17902 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
17903         Log: Unportable subtest needs rethink.
17904      Branch: perl
17905            ! ext/B/t/bytecode.t
17906 ____________________________________________________________________________
17907 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
17908         Log: Enache again.
17909      Branch: perl
17910            ! ext/ByteLoader/bytecode.h
17911 ____________________________________________________________________________
17912 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
17913         Log: Retract #20385.
17914      Branch: perl
17915            ! ext/ByteLoader/bytecode.h
17916 ____________________________________________________________________________
17917 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
17918         Log: Yet another bytecode tweak from Enache.
17919      Branch: perl
17920            ! ext/B/B/Bytecode.pm
17921 ____________________________________________________________________________
17922 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
17923         Log: Subject: [DOC PATCH] pod/perlguts.pod
17924              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
17925              Date: Thu, 31 Jul 2003 22:39:01 +0200
17926              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
17927      Branch: perl
17928            ! pod/perlguts.pod
17929 ____________________________________________________________________________
17930 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
17931         Log: Subject: Re: [perl #23171] Regex too selfish
17932              From: hv@crypt.org
17933              Date: Thu, 31 Jul 2003 18:59:43 +0100
17934              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
17935
17936              (choose the second code patch)
17937      Branch: perl
17938            ! regexec.c t/op/re_tests
17939 ____________________________________________________________________________
17940 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
17941         Log: Make consistent with installperl (and working in MPE/iX)
17942              (Mark Bixby)
17943      Branch: perl
17944            ! installman
17945 ____________________________________________________________________________
17946 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
17947         Log: (retracted by #20390)
17948      Branch: perl
17949            ! ext/ByteLoader/bytecode.h
17950 ____________________________________________________________________________
17951 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
17952         Log: Upgrade to real CPAN.pm 1.76.
17953      Branch: perl
17954            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
17955            + lib/CPAN/t/signature.t
17956            ! MANIFEST lib/CPAN.pm
17957 ____________________________________________________________________________
17958 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
17959         Log: One more tweak for Mac OS X hints.
17960      Branch: perl
17961            ! hints/darwin.sh
17962 ____________________________________________________________________________
17963 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
17964         Log: The new PKI system is far too untested and rough yet
17965              (think machines with no network, machines behind firewalls,
17966              corporate and national encryption policies).  It cannot be
17967              considered useable at this stage.
17968
17969              Therefore, create a fake CPAN 1.76.
17970      Branch: perl
17971            ! lib/CPAN.pm
17972 ____________________________________________________________________________
17973 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
17974         Log: This test is pretty useless as it stands.
17975      Branch: perl
17976            - lib/CPAN/t/signature.t
17977            ! MANIFEST
17978 ____________________________________________________________________________
17979 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
17980         Log: Document the requirements for Module::Signature a bit.
17981      Branch: perl
17982            ! lib/CPAN.pm
17983 ____________________________________________________________________________
17984 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
17985         Log: We are change #20316 ahead of 1.75.
17986      Branch: perl
17987            ! lib/CPAN.pm
17988 ____________________________________________________________________________
17989 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
17990         Log: Integrate from maint:
17991              [ 20359]
17992              No more wince/README.compile here, either.
17993      Branch: perl
17994           !> Porting/makerel
17995 ____________________________________________________________________________
17996 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
17997         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
17998              (Schwern)
17999      Branch: perl
18000            ! lib/ExtUtils/MakeMaker.pm
18001 ____________________________________________________________________________
18002 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
18003         Log: Schwern says this is most probably an old VMS MakeMaker
18004              bug workaround that can go now.
18005      Branch: perl
18006            ! ext/SDBM_File/sdbm/Makefile.PL
18007 ____________________________________________________________________________
18008 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
18009         Log: Final touches to "Apple-like" installation directories.
18010      Branch: perl
18011            ! hints/darwin.sh
18012 ____________________________________________________________________________
18013 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
18014         Log: Tests for change #20367 (and change use overload; to
18015              just require overload;)
18016      Branch: perl
18017            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
18018 ____________________________________________________________________________
18019 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
18020         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
18021              From: Xavier Noria <fxn@hashref.com>
18022              Date: Thu, 31 Jul 2003 00:29:13 +0200
18023              Message-Id: <200307310029.13567.fxn@hashref.com>
18024      Branch: perl
18025            ! lib/Tie/RefHash.pm
18026 ____________________________________________________________________________
18027 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
18028         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
18029              From: Enache Adrian <enache@rdslink.ro>
18030              Date: Thu, 31 Jul 2003 03:49:40 +0300
18031              Message-ID: <20030731004940.GB1266@ratsnest.hole>
18032
18033              (but use test.pl:run_perl() instead of manual `$^X ...`)
18034      Branch: perl
18035            + ext/B/t/bytecode.t
18036            ! MANIFEST
18037 ____________________________________________________________________________
18038 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
18039         Log: Silence spurious noise from MakeMaker :
18040              hint files shouldn't return undef and have set $!.
18041      Branch: perl
18042            ! ext/DynaLoader/hints/linux.pl
18043 ____________________________________________________________________________
18044 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
18045         Log: Upgrade to NEXT 0.52.
18046      Branch: perl
18047            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
18048            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
18049 ____________________________________________________________________________
18050 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
18051         Log: Might as well.
18052      Branch: perl
18053            ! pod/perlhist.pod
18054 ____________________________________________________________________________
18055 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
18056         Log: Silly gcc.
18057      Branch: perl
18058            ! perl.c
18059 ____________________________________________________________________________
18060 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
18061         Log: This is getting comical.  (Practical tip: never ask
18062              for opinions from one than one person at one time.)
18063              Now back to -Dprefix='/usr' replacing the system Perl,
18064              but don't use the Apple internal DSTROOT.
18065      Branch: perl
18066            ! hints/darwin.sh
18067 ____________________________________________________________________________
18068 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
18069         Log: Mac OS X hints dance continues.  Now drop any special
18070              installation directory mangling.  In other words, if
18071              you want to overwrite the system perl, you really need
18072              to find out how to do that.
18073      Branch: perl
18074            ! hints/darwin.sh
18075 ____________________________________________________________________________
18076 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
18077         Log: Try again with the Mac OS X hints.  Now the three cases
18078              (no -Dprefix, /usr, and something else) all install
18079              into separate places.  No prefix installs to /usr/local.
18080              The /usr overwrites the Apple install (modulo the version).
18081      Branch: perl
18082            ! hints/darwin.sh
18083 ____________________________________________________________________________
18084 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
18085         Log: Subject: [PATCH] NEXT and Diamond Inheritance
18086              From: Casey West <casey@geeknest.com>
18087              Date: Tue, 29 Jul 2003 17:37:15 -0400
18088              Message-ID: <20030729213715.GY76899@geeknest.com>
18089
18090              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
18091      Branch: perl
18092            ! lib/NEXT.pm lib/NEXT/t/unseen.t
18093 ____________________________________________________________________________
18094 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
18095         Log: Match also on full name and email (though the email is
18096              now less interesting than it used to be).
18097      Branch: perl
18098            ! Porting/Maintainers
18099 ____________________________________________________________________________
18100 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
18101         Log: Maintainers script tweaks.
18102      Branch: perl
18103            ! Porting/Maintainers
18104 ____________________________________________________________________________
18105 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
18106         Log: rmdir t/lib/IO.
18107      Branch: perl
18108            ! ext/IO/t/IO.t
18109 ____________________________________________________________________________
18110 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
18111         Log: Adjust the list of rmdired lib directories.
18112      Branch: perl
18113            ! Makefile.SH
18114 ____________________________________________________________________________
18115 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
18116         Log: Be paranoid about PL_origargv.
18117              Paranoia warranted by Win32 mod_perl.
18118      Branch: perl
18119            ! perl.c
18120 ____________________________________________________________________________
18121 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
18122         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
18123              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18124              Date: Wed, 30 Jul 2003 14:56:32 +0400
18125              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
18126      Branch: perl
18127            ! perlio.c
18128 ____________________________________________________________________________
18129 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
18130         Log: Upgrade to ExtUtils::MakeMaker 6.12.
18131      Branch: perl
18132            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
18133            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
18134            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18135            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
18136 ____________________________________________________________________________
18137 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
18138         Log: That's M. Schwern to you, earthling.
18139      Branch: perl
18140            ! Porting/Maintainers.pl
18141 ____________________________________________________________________________
18142 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
18143         Log: Arthur maintains Safe.
18144      Branch: perl
18145            ! Porting/Maintainers.pl
18146 ____________________________________________________________________________
18147 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
18148         Log: Use the CPAN id where available.
18149      Branch: perl
18150            ! Porting/Maintainers.pl
18151 ____________________________________________________________________________
18152 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
18153         Log: Rename Modules and Modules.pl as Maintainers and
18154              Maintainers.pl since the same framework can be used
18155              for more than just modules.
18156      Branch: perl
18157            + Porting/Maintainers Porting/Maintainers.pl
18158            - Porting/Modules Porting/Modules.pl
18159            ! MANIFEST
18160 ____________________________________________________________________________
18161 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
18162         Log: Strip leading ./
18163      Branch: perl
18164            ! Porting/Modules
18165 ____________________________________________________________________________
18166 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
18167         Log: More Modules.pl.
18168      Branch: perl
18169            ! Porting/Modules.pl
18170 ____________________________________________________________________________
18171 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
18172         Log: Modules.pl: add B::Deparse.
18173      Branch: perl
18174            ! Porting/Modules.pl
18175 ____________________________________________________________________________
18176 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
18177         Log: Mac OS X: tweak once again the installation directories.
18178      Branch: perl
18179            ! hints/darwin.sh
18180 ____________________________________________________________________________
18181 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
18182         Log: Modules.pl tweaks.
18183      Branch: perl
18184            ! Porting/Modules.pl
18185 ____________________________________________________________________________
18186 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
18187         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
18188              From: Jan Dubois <jand@ActiveState.com>
18189              Date: Tue, 29 Jul 2003 19:14:10 -0700
18190              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
18191      Branch: perl
18192            ! lib/Win32.pod win32/win32.c
18193 ____________________________________________________________________________
18194 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
18195         Log: FAQ sync.
18196      Branch: perl
18197            ! pod/perlfaq4.pod pod/perlfaq7.pod
18198 ____________________________________________________________________________
18199 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
18200         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
18201              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
18202              Date: Wed, 30 Jul 2003 02:02:41 +0400
18203              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
18204      Branch: perl
18205            ! wince/wince.c
18206 ____________________________________________________________________________
18207 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
18208         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
18209      Branch: perl
18210            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
18211 ____________________________________________________________________________
18212 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
18213         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
18214              important for IPv6 (Spider).  Since there is no way to
18215              otherwise detect 3.X, use the hints.
18216      Branch: perl
18217            ! hints/dec_osf.sh perl.h
18218 ____________________________________________________________________________
18219 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
18220         Log: Don't nag about Module::Signature if there is no
18221              way for the user to use it (based on Autrijus' patch).
18222      Branch: perl
18223            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18224 ____________________________________________________________________________
18225 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
18226         Log: Oops.
18227      Branch: perl
18228            ! sv.c
18229 ____________________________________________________________________________
18230 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
18231         Log: Slight rewording on the destdir.
18232      Branch: perl
18233            ! INSTALL
18234 ____________________________________________________________________________
18235 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
18236         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
18237              From: "Brendan O'Dea" <bod@debian.org>
18238              Date: Tue, 29 Jul 2003 23:49:18 +1000
18239              Message-ID: <20030729134918.GA4339@londo.c47.org>
18240      Branch: perl
18241            ! pod/perlvar.pod
18242 ____________________________________________________________________________
18243 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
18244         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
18245              From: PPrymmer@factset.com
18246              Date: Tue, 22 Jul 2003 11:12:05 -0400
18247              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
18248      Branch: perl
18249            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
18250            ! ext/Encode/t/perlio.t
18251 ____________________________________________________________________________
18252 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
18253         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
18254              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18255              Date: Sun, 13 Jul 2003 10:23:35 +0900
18256              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
18257      Branch: perl
18258            ! ext/Encode/lib/Encode/Alias.pm
18259 ____________________________________________________________________________
18260 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
18261         Log: The --destdir option to installman should be made
18262              optional so that it doesn't complain when passed
18263              an empty value (from Rafael)
18264      Branch: perl
18265            ! installman
18266 ____________________________________________________________________________
18267 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
18268         Log: Too many my $fh:s.
18269      Branch: perl
18270            ! lib/CPAN.pm
18271 ____________________________________________________________________________
18272 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
18273         Log: Quieten MSVC6.
18274      Branch: perl
18275            ! pp.c
18276 ____________________________________________________________________________
18277 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
18278         Log: Subject: DESTDIR in perl-5.8.1 package?
18279              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
18280              Date: Fri, 11 Jul 2003 14:48:41 +0200
18281              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
18282
18283              Subject: Re: DESTDIR in perl-5.8.1 package?
18284              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
18285              Date: Mon, 14 Jul 2003 12:00:25 +0200
18286              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
18287
18288              (blindly prepending and s///ing away the $destdir does not work
18289              at least in VMS, but the --destdir should help rpm builders
18290              and the like)
18291      Branch: perl
18292            ! INSTALL Makefile.SH installman installperl
18293 ____________________________________________________________________________
18294 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
18295         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
18296              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
18297              Date: 26 Jul 2003 21:44:06 -0000
18298              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
18299
18300              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
18301              releases 4.x and 5.x.
18302      Branch: perl
18303            ! perl.h
18304 ____________________________________________________________________________
18305 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
18306         Log: Cleanup the sv_gets() logic for platforms with small stacks.
18307              (I think hogging 8K of stack sounds like bad behaviour on any
18308              platform, big stack or not.)
18309      Branch: perl
18310            ! sv.c
18311 ____________________________________________________________________________
18312 [ 20299] By: merijn                                on 2003/07/29  10:57:37
18313         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
18314      Branch: perl
18315            ! README.hpux
18316 ____________________________________________________________________________
18317 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
18318         Log: DEC OSF/1 3.x did (does) not do sizer -v.
18319      Branch: perl
18320            ! hints/dec_osf.sh
18321 ____________________________________________________________________________
18322 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
18323         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
18324              From: Autrijus Tang <autrijus@autrijus.org>
18325              Date: Tue, 29 Jul 2003 09:58:35 +0800
18326              Message-ID: <20030729015834.GA7149@not.autrijus.org>
18327      Branch: perl
18328            ! lib/CPAN.pm
18329 ____________________________________________________________________________
18330 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
18331         Log: There is no skip() since we are not using Test*.
18332      Branch: perl
18333            ! lib/CPAN/t/signature.t
18334 ____________________________________________________________________________
18335 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
18336         Log: Upgrade to CPAN.pm 1.74.
18337      Branch: perl
18338            ! lib/CPAN.pm lib/CPAN/t/signature.t
18339 ____________________________________________________________________________
18340 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
18341         Log: Most importantly, don't try HvNAME(gp->gp_hv)
18342              unless PL_stashcache exists, otherwise we get
18343              an invalid read (detected by valgrind, and crashes
18344              ext/threads/t/basic.t in Windows).
18345
18346              Also add a few if:s for the refcnt decrements,
18347              no need to call Perl_sv_free() if there's nothing to free.
18348      Branch: perl
18349            ! gv.c
18350 ____________________________________________________________________________
18351 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
18352         Log: Tabify.
18353      Branch: perl
18354            ! MANIFEST
18355 ____________________________________________________________________________
18356 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
18357         Log: Subject: [perl #22969] fix $hash{utf8bareword}
18358              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
18359              Date: Tue, 29 Jul 2003 11:09:37 +0200
18360              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
18361      Branch: perl
18362            ! t/op/utfhash.t toke.c
18363 ____________________________________________________________________________
18364 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
18365         Log: Subject: [PATCH pointer] B::Deparse 0.64
18366              From: Stephen McCamant <smcc@mit.edu>
18367              Date: Mon, 28 Jul 2003 16:57:19 -0400
18368              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
18369      Branch: perl
18370            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
18371 ____________________________________________________________________________
18372 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
18373         Log: More perlio docs from Stas.
18374      Branch: perl
18375            ! pod/perliol.pod
18376 ____________________________________________________________________________
18377 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
18378         Log: Reintroduce Porting/Modules.  No, it's not duplicating
18379              the information in Module::CoreList.
18380      Branch: perl
18381            + Porting/Modules Porting/Modules.pl
18382            ! AUTHORS MANIFEST
18383 ____________________________________________________________________________
18384 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
18385         Log: The better prefixify() patch from Ed Moy.
18386      Branch: perl
18387            ! lib/ExtUtils/MM_Unix.pm
18388 ____________________________________________________________________________
18389 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
18390         Log: PerlIO_popped doc addition from NI-S.
18391      Branch: perl
18392            ! pod/perliol.pod
18393 ____________________________________________________________________________
18394 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
18395         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
18396              From: "Craig A. Berry" <craigberry@mac.com>
18397              Date: Tue, 29 Jul 2003 00:11:46 -0500
18398              Message-ID: <3F260212.9000104@mac.com>
18399      Branch: perl
18400            ! lib/File/Find.pm
18401 ____________________________________________________________________________
18402 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
18403         Log: More bytecode tweaks.
18404      Branch: perl
18405            ! ext/B/B.xs ext/B/B/Bytecode.pm
18406 ____________________________________________________________________________
18407 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
18408         Log: No more wince/README.compile.
18409      Branch: perl
18410            ! Porting/curliff.pl
18411 ____________________________________________________________________________
18412 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
18413         Log: Slightly better failure output.
18414      Branch: perl
18415            ! ext/Devel/Peek/t/Peek.t
18416 ____________________________________________________________________________
18417 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
18418         Log: These directories no more exist during cleanup.
18419      Branch: perl
18420            ! Makefile.SH
18421 ____________________________________________________________________________
18422 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
18423         Log: No more ext/*/*.t, move them all to ext/*/t.
18424      Branch: perl
18425            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
18426            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
18427            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
18428            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
18429            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
18430            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
18431            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
18432            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
18433            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
18434            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
18435            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
18436            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
18437            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
18438            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
18439            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
18440            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
18441            - ext/Socket/Socket.t ext/Socket/socketpair.t
18442            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
18443            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
18444            - ext/re/re.t
18445            ! MANIFEST ext/IPC/SysV/MANIFEST
18446 ____________________________________________________________________________
18447 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
18448         Log: Move the ext/IO tests to a more standard location so that
18449              the *.t do not get copied to the build tree (lib/IO/).
18450      Branch: perl
18451            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
18452            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
18453            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
18454            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
18455            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
18456            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
18457            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
18458            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
18459            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
18460            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
18461            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
18462            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
18463            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
18464            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
18465            ! MANIFEST
18466 ____________________________________________________________________________
18467 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
18468         Log: Retract #20260.
18469      Branch: perl
18470            ! perlio.c perliol.h
18471 ____________________________________________________________________________
18472 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
18473         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
18474      Branch: perl
18475            ! lib/File/Spec.pm
18476 ____________________________________________________________________________
18477 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
18478         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
18479              From: "Craig A. Berry" <craigberry@mac.com>
18480              Date: Mon, 28 Jul 2003 08:04:32 -0500
18481              Message-ID: <3F251F60.6050607@mac.com>
18482      Branch: perl
18483            ! t/op/write.t
18484 ____________________________________________________________________________
18485 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
18486         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
18487              From: Michael G Schwern <schwern@pobox.com>
18488              Date: Mon, 28 Jul 2003 05:54:19 -0700
18489              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
18490      Branch: perl
18491            ! t/op/write.t
18492 ____________________________________________________________________________
18493 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
18494         Log: Make Storable work with blead/maint by making PL_sv_placeholder
18495              a true global, bump $VERSION to 2.08.  Will take a look at the
18496              portability issue of placeholders soon.
18497      Branch: perl
18498            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
18499            ! intrpvar.h perlapi.h perlvars.h sv.c
18500 ____________________________________________________________________________
18501 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
18502         Log: Storable test nosewipe.
18503      Branch: perl
18504            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
18505 ____________________________________________________________________________
18506 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
18507         Log: Solaris cc didn't appreciate casting a long to a pointer
18508              with no cast, and lval casts are unportable, so introduce
18509              a rval cast.
18510      Branch: perl
18511            ! bytecode.pl ext/ByteLoader/byterun.c
18512 ____________________________________________________________________________
18513 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
18514         Log: (Retracted by #20267)
18515      Branch: perl
18516            ! perlio.c perliol.h
18517 ____________________________________________________________________________
18518 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
18519         Log: Subject: CPAN/t/signature.t noisy
18520              From: Michael G Schwern <schwern@pobox.com>
18521              Date: Mon, 28 Jul 2003 02:14:19 -0700
18522              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
18523      Branch: perl
18524            ! lib/CPAN/t/signature.t
18525 ____________________________________________________________________________
18526 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
18527         Log: Extra noise from File::Spec.
18528      Branch: perl
18529            ! lib/File/Spec/t/rel2abs2rel.t
18530 ____________________________________________________________________________
18531 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
18532         Log: Prettyprint the constants list of defsubs_h.PL.
18533      Branch: perl
18534            ! ext/B/defsubs_h.PL
18535 ____________________________________________________________________________
18536 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
18537         Log: Subject: [PATCH] B enhancements
18538              From: Stephen McCamant <smcc@mit.edu>
18539              Date: Sun, 27 Jul 2003 14:07:46 -0400
18540              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
18541      Branch: perl
18542            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
18543 ____________________________________________________________________________
18544 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
18545         Log: More clarification about the hash randomisation defines.
18546      Branch: perl
18547            ! perl.h
18548 ____________________________________________________________________________
18549 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
18550         Log: Clarify the process a bit.
18551      Branch: perl
18552            ! INSTALL
18553 ____________________________________________________________________________
18554 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
18555         Log: Add $VERSION to B::Bytecode.
18556      Branch: perl
18557            ! ext/B/B/Bytecode.pm
18558 ____________________________________________________________________________
18559 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
18560         Log: Missing test file.  (Not very useful since Module::Signature
18561              is not in the core, but let's not make an exception.)
18562      Branch: perl
18563            ! MANIFEST
18564 ____________________________________________________________________________
18565 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
18566         Log: Subject: Re: downrev modules in RC2
18567              From: Gisle Aas <gisle@ActiveState.com>
18568              Date: 27 Jul 2003 20:25:07 -0700
18569              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
18570
18571              (upgrade to Digest::MD5 2.26)
18572      Branch: perl
18573            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18574            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
18575 ____________________________________________________________________________
18576 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
18577         Log: Upgrade to CGI 2.97.
18578      Branch: perl
18579            ! lib/CGI.pm
18580 ____________________________________________________________________________
18581 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
18582         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
18583              (from Enache)
18584      Branch: perl
18585            ! bytecode.pl ext/ByteLoader/byterun.c
18586 ____________________________________________________________________________
18587 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
18588         Log: Upgrade to CPAN 1.72.
18589      Branch: perl
18590            + lib/CPAN/t/signature.t
18591            ! MANIFEST lib/CPAN.pm
18592 ____________________________________________________________________________
18593 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
18594         Log: We now return to your normally scheduled hash randomisation.
18595      Branch: perl
18596            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
18597            ! pod/perlsec.pod
18598 ____________________________________________________________________________
18599 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
18600         Log: fresh_perl_(is|like) were printing out the wrong file/line
18601              number on failure because _where() was hard coded to only
18602              look one level up the call stack.  In these cases it has to
18603              look two.
18604              (Schwern)
18605      Branch: perl
18606            ! t/test.pl
18607 ____________________________________________________________________________
18608 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
18609         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
18610              (Schwern)
18611      Branch: perl
18612            ! t/op/tiehandle.t
18613 ____________________________________________________________________________
18614 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
18615         Log: Upgrade to Test::Harness 2.29.
18616      Branch: perl
18617            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
18618            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
18619            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
18620            ! lib/Test/Harness/t/test-harness.t
18621 ____________________________________________________________________________
18622 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
18623         Log: Missing MakeMaker test.
18624      Branch: perl
18625            + lib/ExtUtils/t/postamble.t
18626            ! MANIFEST
18627 ____________________________________________________________________________
18628 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
18629         Log: Add -l (one file per line) option to manicheck.
18630      Branch: perl
18631            ! Porting/manicheck
18632 ____________________________________________________________________________
18633 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
18634         Log: Further Byteloader tweaks from Enache.
18635      Branch: perl
18636            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
18637            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
18638            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
18639            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
18640            ! ext/ByteLoader/byterun.h t/TEST
18641 ____________________________________________________________________________
18642 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
18643         Log: Reapply some perldoc changes not in 3.09.
18644      Branch: perl
18645            ! lib/Pod/Perldoc.pm
18646 ____________________________________________________________________________
18647 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
18648         Log: Upgrade to Pod::Perldoc 3.09.
18649      Branch: perl
18650            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
18651 ____________________________________________________________________________
18652 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
18653         Log: A bug reported in perl-unicode by Terry Jones, fixed
18654              by Andreas Koenig, and add a test.
18655      Branch: perl
18656            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
18657 ____________________________________________________________________________
18658 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
18659         Log: Unicode::UCD doc nit from Andreas Koenig.
18660      Branch: perl
18661            ! lib/Unicode/UCD.pm
18662 ____________________________________________________________________________
18663 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
18664         Log: Upgrade to I18N::LangTags 0.28.
18665      Branch: perl
18666            + lib/I18N/LangTags/t/01test.t
18667            - lib/I18N/LangTags/test.pl
18668            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
18669 ____________________________________________________________________________
18670 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
18671         Log: Skip the test until Enache fixes it.
18672      Branch: perl
18673            ! ext/B/t/assembler.t
18674 ____________________________________________________________________________
18675 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
18676         Log: Upgrade to File::Spec 0.85.
18677      Branch: perl
18678            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
18679            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18680            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
18681            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
18682            ! lib/File/Spec/t/rel2abs2rel.t
18683 ____________________________________________________________________________
18684 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
18685         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
18686              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18687              Date: Sun, 20 Jul 2003 22:36:02 +0200
18688              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
18689      Branch: perl
18690            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
18691            ! perl.c perlapi.h sv.c universal.c
18692 ____________________________________________________________________________
18693 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
18694         Log: Regen byterun once more: the incav is not yet right, but at
18695              least it compiles now (Tru64 cc choked on the lvalue cast).
18696      Branch: perl
18697            ! bytecode.pl ext/ByteLoader/byterun.c
18698 ____________________________________________________________________________
18699 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
18700         Log: Regenerated because of #20220.
18701      Branch: perl
18702            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
18703            ! ext/ByteLoader/byterun.h
18704 ____________________________________________________________________________
18705 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
18706         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
18707              From: "Craig A. Berry" <craigberry@mac.com>
18708              Date: Mon, 21 Jul 2003 19:40:20 -0500
18709              Message-ID: <3F1C87F4.2070401@mac.com>
18710      Branch: perl
18711            ! lib/File/Find.pm
18712 ____________________________________________________________________________
18713 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
18714         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
18715              From: Enache Adrian <enache@rdslink.ro>
18716              Date: Fri, 18 Jul 2003 23:15:37 +0300
18717              Message-ID: <20030718201537.GA1574@ratsnest.hole>
18718      Branch: perl
18719            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
18720            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
18721            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
18722            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
18723 ____________________________________________________________________________
18724 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
18725         Log: Subject: [PATCH-for-RC2] WinCE port addition
18726              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
18727              Date: Fri, 25 Jul 2003 22:17:11 +0400
18728              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
18729      Branch: perl
18730            - wince/README.compile
18731            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
18732            ! wince/compile.bat wince/wince.c wince/wince.h
18733 ____________________________________________________________________________
18734 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
18735         Log: Another missing hunk for MakeMaker from .org.
18736      Branch: perl
18737            ! lib/ExtUtils/MakeMaker.pm
18738 ____________________________________________________________________________
18739 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
18740         Log: Grabbed from www.makemaker.org.
18741      Branch: perl
18742            + t/lib/MakeMaker/Test/Setup/Recurs.pm
18743            ! MANIFEST
18744 ____________________________________________________________________________
18745 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
18746         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
18747              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
18748              Date: 14 Jul 2003 05:35:15 -0000
18749              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
18750      Branch: perl
18751            ! utf8.c
18752 ____________________________________________________________________________
18753 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
18754         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
18755              From: Stas Bekman <stas@stason.org>
18756              Date: Thu, 24 Jul 2003 16:49:27 +0200
18757              Message-ID: <3F1FF1F7.30500@stason.org>
18758      Branch: perl
18759            ! pod/perlapi.pod sv.c
18760 ____________________________________________________________________________
18761 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
18762         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
18763              From: Michael G Schwern <schwern@pobox.com>
18764              Date: Thu, 24 Jul 2003 01:28:07 -0700
18765              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
18766      Branch: perl
18767            ! lib/ExtUtils/MakeMaker.pm
18768 ____________________________________________________________________________
18769 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
18770         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
18771              From: Michael G Schwern <schwern@pobox.com>
18772              Date: Mon, 21 Jul 2003 20:12:25 -0700
18773              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
18774      Branch: perl
18775            + lib/ExtUtils/t/recurs.t
18776            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
18777            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
18778            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18779            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
18780            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
18781            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
18782            ! lib/ExtUtils/t/basic.t
18783 ____________________________________________________________________________
18784 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
18785         Log: (accidentally empty checkin)
18786      Branch: perl
18787            ! lib/perl5db.pl
18788 ____________________________________________________________________________
18789 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
18790         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
18791              From: Steve Hay <steve.hay@uk.radan.com>
18792              Date: Fri, 18 Jul 2003 10:03:21 +0100
18793              Message-ID: <3F17B7D9.80805@uk.radan.com>
18794      Branch: perl
18795            ! makedef.pl
18796 ____________________________________________________________________________
18797 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
18798         Log: Subject: [patch] perldebug.pod clarification
18799              From: Stéphane Payrard <stef@payrard.net>
18800              Date: Mon, 21 Jul 2003 21:36:59 +0200
18801              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
18802      Branch: perl
18803            ! pod/perldebug.pod
18804 ____________________________________________________________________________
18805 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
18806         Log: Subject: PATCH: More edge tests on t/op/pow.t
18807              From: Andy Lester <andy@petdance.com>
18808              Date: Wed, 23 Jul 2003 16:38:35 -0500
18809              Message-ID: <20030723213834.GA20468@petdance.com>
18810      Branch: perl
18811            ! t/op/pow.t
18812 ____________________________________________________________________________
18813 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
18814         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
18815              From: Stephen McCamant <smcc@mit.edu>
18816              Date: Tue, 22 Jul 2003 09:41:10 -0400
18817              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
18818      Branch: perl
18819            ! toke.c
18820 ____________________________________________________________________________
18821 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
18822         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
18823              From: Dave Mitchell <davem@fdgroup.com>
18824              Date: Fri, 18 Jul 2003 18:49:43 +0100
18825              Message-ID: <20030718174943.GB6427@fdgroup.com>
18826      Branch: perl
18827            ! sv.c t/op/tie.t
18828 ____________________________________________________________________________
18829 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
18830         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
18831              From: Stephen McCamant <smcc@mit.edu>
18832              Date: Sat, 19 Jul 2003 12:06:31 -0400
18833              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
18834      Branch: perl
18835            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
18836 ____________________________________________________________________________
18837 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
18838         Log: Subject: [PATCH] typo in VMS::Filespec
18839              From: Ken Williams <ken@mathforum.org>
18840              Date: Tue, 22 Jul 2003 15:18:21 -0500
18841              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
18842      Branch: perl
18843            ! vms/ext/Filespec.pm
18844 ____________________________________________________________________________
18845 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
18846         Log: EBCDIC fix from Thomas Dorner.
18847      Branch: perl
18848            ! Makefile.SH
18849 ____________________________________________________________________________
18850 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
18851         Log: POSIX-BC patch from Thomas Dorner.
18852      Branch: perl
18853            ! hints/posix-bc.sh
18854 ____________________________________________________________________________
18855 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
18856         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
18857              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
18858              Date: 14 Jul 2003 05:37:15 -0000
18859              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
18860      Branch: perl
18861            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
18862 ____________________________________________________________________________
18863 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
18864         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
18865              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
18866              Date: 14 Jul 2003 05:37:02 -0000
18867              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
18868      Branch: perl
18869            ! ext/IO/lib/IO/Socket.pm
18870 ____________________________________________________________________________
18871 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
18872         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
18873              From: Dave Mitchell <davem@fdgroup.com>
18874              Date: Thu, 17 Jul 2003 20:33:29 +0100
18875              Message-ID: <20030717193329.GA2699@fdgroup.com>
18876      Branch: perl
18877            ! pad.c t/lib/warnings/pad
18878 ____________________________________________________________________________
18879 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
18880         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
18881              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
18882              Date: 22 Jul 2003 02:59:13 -0000
18883              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
18884      Branch: perl
18885            ! pod/perlfunc.pod
18886 ____________________________________________________________________________
18887 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
18888         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
18889              From: Stephen Clouse <stephenc@theiqgroup.com>
18890              Date: Tue, 22 Jul 2003 21:31:38 -0500
18891              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
18892      Branch: perl
18893            ! perl.h
18894 ____________________________________________________________________________
18895 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
18896         Log: Subject: [PATCH] configure.gnu --prefix
18897              From: slaven@rezic.de
18898              Date: Thu, 10 Jul 2003 09:33:27 +0000
18899              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
18900      Branch: perl
18901            ! configure.gnu
18902 ____________________________________________________________________________
18903 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
18904         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
18905              From: Edward Moy <emoy@apple.com>
18906              Date: Sun, 13 Jul 2003 14:12:57 -0700
18907              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
18908      Branch: perl
18909            ! lib/ExtUtils/MM_Unix.pm
18910 ____________________________________________________________________________
18911 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
18912         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
18913              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
18914              Date: Tue, 15 Jul 2003 07:46:58 -0700
18915              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
18916      Branch: perl
18917            ! makedef.pl malloc.c malloc_ctl.h
18918 ____________________________________________________________________________
18919 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
18920         Log: This should make Stas happy.
18921      Branch: perl
18922            ! hv.h perl.c
18923 ____________________________________________________________________________
18924 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
18925         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
18926      Branch: perl
18927            ! installperl
18928 ____________________________________________________________________________
18929 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
18930         Log: As the perldoc.pod is now in a separate file under pod/,
18931              the installman script was installing an empty perldoc.1 manpage.
18932      Branch: perl
18933            ! installperl utils.lst
18934 ____________________________________________________________________________
18935 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
18936         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
18937              From: Steve Grazzini <grazz@pobox.com>
18938              Date: Wed, 16 Jul 2003 08:56:21 -0400
18939              Message-ID: <20030716125620.GA7022@grazzini.net>
18940      Branch: perl
18941            ! pod/perlipc.pod pod/perlvar.pod
18942 ____________________________________________________________________________
18943 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
18944         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
18945              From: Dave Mitchell <davem@fdgroup.com>
18946              Date: Tue, 15 Jul 2003 20:46:07 +0100
18947              Message-ID: <20030715194607.GA24592@fdgroup.com>
18948
18949              plus the regression test :
18950              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
18951              From: Nicholas Clark <nick@ccl4.org>
18952              Date: Tue, 15 Jul 2003 22:24:04 +0100
18953              Message-ID: <20030715222404.L20414@plum.flirble.org>
18954      Branch: perl
18955            ! pp_ctl.c t/op/write.t
18956 ____________________________________________________________________________
18957 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
18958         Log: Subject: Re: [PATCH] h2xs and extra_libraries
18959              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
18960              Date: Tue, 15 Jul 2003 07:28:52 +0200
18961              Message-id: <20030715052852.GA494@ethan>
18962      Branch: perl
18963            ! utils/h2xs.PL
18964 ____________________________________________________________________________
18965 [ 20175] By: merijn                                on 2003/07/21  14:26:43
18966         Log: Subject: Re: [PATCH] test clean-up for VMS
18967              From: "Craig A. Berry" <craigberry@mac.com>
18968              Date: Sun, 20 Jul 2003 10:43:32 -0500
18969              Message-ID: <3F1AB8A4.2070207@mac.com>
18970      Branch: perl
18971            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
18972            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
18973            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
18974            ! t/uni/write.t
18975 ____________________________________________________________________________
18976 [ 20174] By: hv                                    on 2003/07/21  10:26:07
18977         Log: Update Changes.
18978      Branch: perl
18979            ! Changes patchlevel.h
18980 ____________________________________________________________________________
18981 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
18982         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
18983              (bug #22968)
18984      Branch: perl
18985            ! pod/perlfaq3.pod pod/perlrun.pod
18986 ____________________________________________________________________________
18987 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
18988         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
18989              From: Andy Dougherty <doughera@lafayette.edu>
18990              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
18991              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
18992
18993              plus a clarification to INSTALL :
18994              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
18995              From: Andy Dougherty <doughera@lafayette.edu>
18996              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
18997              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
18998      Branch: perl
18999            ! INSTALL Makefile.SH
19000 ____________________________________________________________________________
19001 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
19002         Log: The warning "Possible precedence problem on bitwise operator"
19003              was incorrectly produced with the bitwise-assignment operators.
19004              Fix it. (bug #23065 concerning 5.8.1 RC2)
19005      Branch: perl
19006            ! op.c t/lib/warnings/op
19007 ____________________________________________________________________________
19008 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
19009         Log: Rename get_seed() to get_hash_seed(), as suggested by
19010              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
19011      Branch: perl
19012            ! embed.fnc embed.h perl.c proto.h util.c
19013 ____________________________________________________________________________
19014 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
19015         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
19016              From: Andreas J Koenig <andreas.koenig@anima.de>
19017              Date: Fri, 18 Jul 2003 09:36:47 +0200
19018              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
19019      Branch: perl
19020            ! t/op/pow.t
19021 ____________________________________________________________________________
19022 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
19023         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
19024              From: Dave Mitchell <davem@fdgroup.com>
19025              Date: Thu, 17 Jul 2003 21:51:12 +0100
19026              Message-ID: <20030717205112.GA2994@fdgroup.com>
19027      Branch: perl
19028            ! t/op/universal.t universal.c
19029 ____________________________________________________________________________
19030 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
19031         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
19032              From: Stephen McCamant <smcc@mit.edu>
19033              Date: Fri, 18 Jul 2003 02:26:14 -0400
19034              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
19035      Branch: perl
19036            ! pp.c t/op/pow.t
19037 ____________________________________________________________________________
19038 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
19039         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
19040              From: Stephen McCamant <smcc@mit.edu>
19041              Date: Tue, 15 Jul 2003 09:57:26 -0400
19042              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
19043
19044              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
19045              From: Stephen McCamant <smcc@mit.edu>
19046              Date: Tue, 15 Jul 2003 09:57:31 -0400
19047              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
19048      Branch: perl
19049            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
19050 ____________________________________________________________________________
19051 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
19052         Log: Subject: [PATCH] Re: POSIX::div
19053              From: Michael G Schwern <schwern@pobox.com>
19054              Date: Mon, 14 Jul 2003 14:00:58 -0700
19055              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
19056      Branch: perl
19057            ! ext/POSIX/POSIX.pm
19058 ____________________________________________________________________________
19059 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
19060         Log: PERL5LIB is not colon-separated everywhere
19061      Branch: perl
19062            ! pod/perlrun.pod
19063 ____________________________________________________________________________
19064 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
19065         Log: Subject: [PATCH] fix $^N-related coredump
19066              From: Anton Berezin <tobez@tobez.org>
19067              Date: Mon, 14 Jul 2003 13:50:35 +0200
19068              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
19069      Branch: perl
19070            ! pp_hot.c sv.c
19071 ____________________________________________________________________________
19072 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
19073         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
19074              From: Tony Bowden <tony@kasei.com>
19075              Date: Thu, 17 Jul 2003 16:49:35 +0100
19076              Message-ID: <20030717154935.GA20302@soto.kasei.com>
19077      Branch: perl
19078            ! pod/perlfunc.pod
19079 ____________________________________________________________________________
19080 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
19081         Log: Minor nits in perlsyn.pod
19082      Branch: perl
19083            ! pod/perlsyn.pod
19084 ____________________________________________________________________________
19085 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
19086         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
19087              From: Claes Jacobsson <claes@surfar.nu>
19088              Date: Sat, 12 Jul 2003 16:30:42 +0200
19089              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
19090      Branch: perl
19091            ! lib/Attribute/Handlers.pm
19092 ____________________________________________________________________________
19093 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
19094         Log: Add a TODO test for perlbug #19049
19095              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
19096              From: Alex Gough <alex-p5p@earth.li>
19097              Date: Fri, 11 Jul 2003 01:12:42 +0100
19098              Message-ID: <20030711001242.GD2484@the.earth.li>
19099      Branch: perl
19100            ! t/op/pat.t
19101 ____________________________________________________________________________
19102 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
19103         Log: Minor updates of the charnames documentation.
19104      Branch: perl
19105            ! lib/charnames.pm
19106 ____________________________________________________________________________
19107 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
19108         Log: Subject: Re: Sort sub and NaNs
19109              From: "John P. Linderman" <jpl@research.att.com>
19110              Date: Thu, 10 Jul 2003 10:45:06 -0400
19111              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
19112
19113              Warn against a potential edge case with sort, <=> and NaNs.
19114      Branch: perl
19115            ! pod/perlfunc.pod
19116 ____________________________________________________________________________
19117 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
19118         Log: Subject: [DOCPATCH] perlfunc/read
19119              From: Steve Grazzini <grazz@pobox.com>
19120              Date: Tue, 8 Jul 2003 10:23:03 -0400
19121              Message-ID: <20030708142303.GB23698@grazzini.net>
19122
19123              Clarify the OFFSET parameter to read().
19124      Branch: perl
19125            ! pod/perlfunc.pod
19126 ____________________________________________________________________________
19127 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
19128         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
19129              From: Michael G Schwern <schwern@pobox.com>
19130              Date: Tue, 13 May 2003 18:33:05 -0700
19131              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
19132      Branch: perl
19133            ! pod/perlsyn.pod pod/perltrap.pod
19134 ____________________________________________________________________________
19135 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
19136         Log: I think the API for mod_perl v2 should be simply that
19137              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
19138              itself, hopefully from a good source of random bits.
19139      Branch: perl
19140            ! perl.c
19141 ____________________________________________________________________________
19142 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
19143         Log: pTHX.
19144      Branch: perl
19145            ! util.c
19146 ____________________________________________________________________________
19147 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
19148         Log: New order of seed.
19149      Branch: perl
19150            ! pod/perlrun.pod
19151 ____________________________________________________________________________
19152 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
19153         Log: More retraction.
19154      Branch: perl
19155            ! INSTALL
19156 ____________________________________________________________________________
19157 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
19158         Log: Retract the statements.
19159      Branch: perl
19160            ! pod/perlfunc.pod pod/perlsec.pod
19161 ____________________________________________________________________________
19162 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
19163         Log: Chicken out: the hash randomisation is not on by default.
19164              We switch over to the explicit mode: in other words, if
19165              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
19166              randomise only if PL_hash_seed_set is FALSE (this means
19167              one can use PERL_HASH() before perl_run.)  Also, since
19168              now PERL_HASH_SEED is okay even under -T, all should be fine.
19169              (Ha!)
19170      Branch: perl
19171            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
19172            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
19173 ____________________________________________________________________________
19174 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
19175         Log: Check PERL_HASH_SEED even when tainted.
19176      Branch: perl
19177            ! perl.c pod/perlrun.pod
19178 ____________________________________________________________________________
19179 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
19180         Log: &Time::HiRes::d_nanosleep was broken.
19181      Branch: perl
19182            ! ext/Time/HiRes/Makefile.PL
19183 ____________________________________________________________________________
19184 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
19185         Log: Subject: [PATCH} db-recno.t on Mac OS X
19186              From: slaven@rezic.de
19187              Date: Thu, 10 Jul 2003 12:41:05 +0000
19188              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
19189      Branch: perl
19190            ! ext/DB_File/t/db-recno.t
19191 ____________________________________________________________________________
19192 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
19193         Log: Subject: [comment patch]
19194              From: Stas Bekman <stas@stason.org>
19195              Date: Thu, 10 Jul 2003 14:19:22 -0700
19196              Message-ID: <3F0DD85A.1070902@stason.org>
19197      Branch: perl
19198            ! perl.c
19199 ____________________________________________________________________________
19200 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
19201         Log: Be vague enough.
19202      Branch: perl
19203            ! pod/perldata.pod
19204 ____________________________________________________________________________
19205 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
19206         Log: regen embed.pl for the bleadperl branch as well.
19207      Branch: perl
19208            ! embedvar.h
19209 ____________________________________________________________________________
19210 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
19211         Log: Time travel noticed by Enache.
19212      Branch: perl
19213            ! pod/perlhist.pod
19214 ____________________________________________________________________________
19215 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
19216         Log: I can see the future.  It is cloudy.
19217      Branch: perl
19218            ! pod/perlhist.pod
19219 ____________________________________________________________________________
19220 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
19221         Log: Subject: [PATCH] configure.gnu --prefix
19222              From: slaven@rezic.de
19223              Date: Thu, 10 Jul 2003 09:33:27 +0000
19224              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
19225      Branch: perl
19226            ! configure.gnu
19227 ____________________________________________________________________________
19228 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
19229         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
19230      Branch: perl
19231            ! malloc.c
19232 ____________________________________________________________________________
19233 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
19234         Log: Subject: [PATCH] Restore SIGFPE on exec()
19235              From: Chip Salzenberg <chip@pobox.com>
19236              Date: Thu, 10 Jul 2003 13:13:20 -0400
19237              Message-ID: <20030710171319.GA21588@perlsupport.com>
19238      Branch: perl
19239            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
19240 ____________________________________________________________________________
19241 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
19242         Log: The *right* way to make the csighandler visible.
19243      Branch: perl
19244            ! embed.fnc embed.h global.sym
19245 ____________________________________________________________________________
19246 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
19247         Log: Retract #20112.
19248      Branch: perl
19249            ! embed.fnc embedvar.h intrpvar.h perlapi.h
19250 ____________________________________________________________________________
19251 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
19252         Log: Argh.  At least AIX builds choke because of this.
19253      Branch: perl
19254            ! embed.fnc embedvar.h intrpvar.h perlapi.h
19255 ____________________________________________________________________________
19256 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
19257         Log: Upgrade to podlators 1.27.
19258      Branch: perl
19259            ! lib/Pod/Text/Termcap.pm
19260 ____________________________________________________________________________
19261 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
19262         Log: Deprecate v-strings.
19263      Branch: perl
19264            ! pod/perldata.pod
19265 ____________________________________________________________________________
19266 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
19267         Log: perlfaq sync.
19268      Branch: perl
19269            ! pod/perlfaq1.pod
19270 ____________________________________________________________________________
19271 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
19272         Log: Detypo.
19273      Branch: perl
19274            ! hints/darwin.sh
19275 ____________________________________________________________________________
19276 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
19277         Log: Fixes from Ron Kimball.
19278      Branch: perl
19279            ! pod/perldata.pod
19280 ____________________________________________________________________________
19281 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
19282         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
19283      Branch: perl
19284            ! toke.c
19285 ____________________________________________________________________________
19286 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
19287         Log: More Darwin/MacOSX paths twiddling.
19288      Branch: perl
19289            ! hints/darwin.sh
19290 ____________________________________________________________________________
19291 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
19292         Log: Play safe and use the system malloc in FreeBSD.
19293              Yes, performance suffers.  But that is better than
19294              random core dumps.
19295      Branch: perl
19296            ! hints/freebsd.sh
19297 ____________________________________________________________________________
19298 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
19299         Log: Upgrade to Encode 1.97.
19300      Branch: perl
19301            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
19302            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
19303            ! ext/Encode/lib/Encode/Encoder.pm
19304            ! ext/Encode/lib/Encode/Guess.pm
19305            ! ext/Encode/lib/Encode/JP/JIS7.pm
19306 ____________________________________________________________________________
19307 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
19308         Log: Rework the perldata vXX => ... entry a bit.
19309      Branch: perl
19310            ! pod/perldata.pod
19311 ____________________________________________________________________________
19312 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
19313         Log: Document the vXX => change in perldata, too.
19314      Branch: perl
19315            ! pod/perldata.pod
19316 ____________________________________________________________________________
19317 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
19318         Log: Test the vX => ... fix.
19319      Branch: perl
19320            ! t/op/ver.t
19321 ____________________________________________________________________________
19322 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
19323         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
19324              From: John Peacock <jpeacock@rowman.com>
19325              Date: Wed, 09 Jul 2003 01:05:38 -0700
19326              Message-ID: <3F0BCCD2.1020009@rowman.com>
19327      Branch: perl
19328            ! embed.fnc pod/perlapi.pod toke.c util.c
19329 ____________________________________________________________________________
19330 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
19331         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
19332              for the install dirs.
19333      Branch: perl
19334            ! hints/darwin.sh
19335 ____________________________________________________________________________
19336 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
19337         Log: Enable avoiding /System/Library in Mac OS X by
19338              doing Configure -Dprefix=/some/where -Uvendorlib.
19339      Branch: perl
19340            ! hints/darwin.sh
19341 ____________________________________________________________________________
19342 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
19343         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
19344              From: Chip Salzenberg <chip@pobox.com>
19345              Date: Wed, 9 Jul 2003 01:49:10 -0400
19346              Message-ID: <20030709054910.GH2021@perlsupport.com>
19347      Branch: perl
19348            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
19349            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
19350 ____________________________________________________________________________
19351 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
19352         Log: The CHECKOP macro was not invoked on some newly created ops
19353              (to match them against the current opmask.) As a consequence,
19354              Safe compartments were unable to trap some ops (pattern
19355              match, slices, conditionals.) This fixes the holes.
19356      Branch: perl
19357            ! op.c
19358 ____________________________________________________________________________
19359 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
19360         Log: Revert #20077.
19361      Branch: perl
19362            ! lib/CPAN.pm
19363 ____________________________________________________________________________
19364 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
19365         Log: Don't recommend to upgrade the base.pm in the core with
19366              the base.pm from Class::Fields.  They are not the same.
19367      Branch: perl
19368            ! lib/CPAN.pm
19369 ____________________________________________________________________________
19370 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
19371         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
19372              From: Enache Adrian <enache@rdslink.ro>
19373              Date: Tue, 8 Jul 2003 20:47:58 +0300
19374              Message-ID: <20030708174758.GA1177@ratsnest.hole>
19375
19376              (ByteLoader tweak avoiding a leaked scalar)
19377      Branch: perl
19378            ! op.c
19379 ____________________________________________________________________________
19380 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
19381         Log: In 5.8.x, fast stdio places still do use stdio.
19382      Branch: perl
19383            ! ext/Digest/MD5/t/badfile.t
19384 ____________________________________________________________________________
19385 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
19386         Log: Subject: [PATCH] format 'botched' in malloc.c
19387              From: Enache Adrian <enache@rdslink.ro>
19388              Date: Mon, 7 Jul 2003 21:57:06 +0300
19389              Message-ID: <20030707185706.GB7017@ratsnest.hole>
19390      Branch: perl
19391            ! malloc.c
19392 ____________________________________________________________________________
19393 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
19394         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
19395              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
19396              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
19397              Message-ID: <12022.1057655645@www59.gmx.net>
19398      Branch: perl
19399            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
19400 ____________________________________________________________________________
19401 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
19402         Log: Retract #20065: I don't think this is the right way
19403              to patch this issue.
19404      Branch: perl
19405            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
19406 ____________________________________________________________________________
19407 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
19408         Log: Configure tweak from Johnny Lam so that the
19409              INSTALLSITEMAN[13]DIR get correctly set.
19410      Branch: perl
19411            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
19412 ____________________________________________________________________________
19413 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
19414         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
19415      Branch: perl
19416            ! pod/perlsyn.pod
19417 ____________________________________________________________________________
19418 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
19419         Log: Mark Bixby ++.
19420      Branch: perl
19421            ! perl.c
19422 ____________________________________________________________________________
19423 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
19424         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
19425      Branch: perl
19426            ! ext/Time/HiRes/Makefile.PL
19427 ____________________________________________________________________________
19428 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
19429         Log: Good catch from Gisle.
19430      Branch: perl
19431            ! pod/perlfunc.pod
19432 ____________________________________________________________________________
19433 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
19434         Log: Refashioned #20055: we cannot trust stdio to fail here.
19435      Branch: perl
19436            ! ext/Digest/MD5/t/badfile.t
19437 ____________________________________________________________________________
19438 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
19439         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
19440              are just breaking more than they are fixing.
19441      Branch: perl
19442            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
19443            ! ext/Digest/MD5/t/files.t perlio.c
19444 ____________________________________________________________________________
19445 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
19446         Log: Returning zero from PerlIO_read() is okay;
19447              update MD5 sums.
19448      Branch: perl
19449            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
19450 ____________________________________________________________________________
19451 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
19452         Log: If perlio is completely out of the picture, we can
19453              get tripped by different stdio implementations.
19454      Branch: perl
19455            ! ext/Digest/MD5/t/badfile.t
19456 ____________________________________________________________________________
19457 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
19458         Log: AUTHORS tweak.
19459      Branch: perl
19460            ! AUTHORS
19461 ____________________________________________________________________________
19462 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
19463         Log: Subject: Patch to README.solaris
19464              From: Alan Burlison <Alan.Burlison@sun.com>
19465              Date: Mon, 07 Jul 2003 14:15:57 +0100
19466              Message-ID: <3F09728D.1070408@sun.com>
19467      Branch: perl
19468            ! README.solaris
19469 ____________________________________________________________________________
19470 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
19471         Log: Update MD5 checksums.
19472      Branch: perl
19473            ! ext/Digest/MD5/t/files.t
19474 ____________________________________________________________________________
19475 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
19476         Log: Be more explicit than just 'characters'.
19477      Branch: perl
19478            ! pod/perlfunc.pod
19479 ____________________________________________________________________________
19480 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
19481         Log: Try making PerlIO errors more consistent.
19482              (1) Check early whether the filehandle is capable of
19483              the requested action.
19484              (2) PerlIO_read() really can return -1, and so can
19485              PerlIOUnix_read().
19486              (3) Some stdio implementations are more forgiving
19487              than others, so check also for errors recorded
19488              by PerlIO in PerlStdio_errno().
19489      Branch: perl
19490            ! perlio.c
19491 ____________________________________________________________________________
19492 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
19493         Log: Linewrapping.
19494      Branch: perl
19495            ! pod/perlapio.pod
19496 ____________________________________________________________________________
19497 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
19498         Log: PerlIO_read() can return negative.
19499      Branch: perl
19500            ! ext/Digest/MD5/MD5.xs
19501 ____________________________________________________________________________
19502 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
19503         Log: Use the existence, instead of the truth, to decide
19504              whether to scan for a symbol.
19505              (Also remove trailing spaces.)
19506      Branch: perl
19507            ! ext/Time/HiRes/Makefile.PL
19508 ____________________________________________________________________________
19509 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
19510         Log: MPE/iX tweak from Mark Bixby.
19511      Branch: perl
19512            ! ext/Time/HiRes/Makefile.PL
19513 ____________________________________________________________________________
19514 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
19515         Log: Upgrade BigInt and BigRat
19516              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
19517              From: Tels <perl_dummy@bloodgate.com>
19518              Date: Sun, 6 Jul 2003 15:41:36 +0200
19519              Message-Id: <200307061158.23576@bloodgate.com>
19520      Branch: perl
19521            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19522            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
19523            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
19524            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
19525            ! lib/Math/BigRat/t/bigratpm.t
19526 ____________________________________________________________________________
19527 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
19528         Log: Subject: Re: [perl #5025] #line directive explination wrong
19529              From: Casey West <casey@geeknest.com>
19530              Date: Sun, 6 Jul 2003 18:24:46 -0400
19531              Message-ID: <20030706222446.GL7506@geeknest.com>
19532      Branch: perl
19533            ! pod/perlsyn.pod
19534 ____________________________________________________________________________
19535 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
19536         Log: Update the CPAN mirrors list.
19537      Branch: perl
19538            ! pod/perlmodlib.PL pod/perlmodlib.pod
19539 ____________________________________________________________________________
19540 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
19541         Log: yet another symbol missing in change#20018
19542      Branch: perl
19543            ! makedef.pl
19544 ____________________________________________________________________________
19545 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
19546         Log: PerlIOBase_pushed seems to have gone missing in change#20018
19547      Branch: perl
19548            ! makedef.pl
19549 ____________________________________________________________________________
19550 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
19551         Log: Subject: [PATCH @19834] DProf fixes
19552              From: Radu Greab <radu@netsoft.ro>
19553              Date: Sun, 6 Jul 2003 20:09:12 +0300
19554              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
19555      Branch: perl
19556            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
19557            + t/lib/dprof/test8_v
19558            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
19559            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
19560            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
19561 ____________________________________________________________________________
19562 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
19563         Log: Forgotten from change #20031.
19564      Branch: perl
19565            ! makedef.pl malloc_ctl.h
19566 ____________________________________________________________________________
19567 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
19568         Log: Subject: [PATCH] improve WinCE port
19569              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
19570              Date: Sun, 6 Jul 2003 18:46:09 +0400
19571              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
19572
19573              Subject: [PATCH] improve WinCE port -- addition
19574              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
19575              Date: Sun, 6 Jul 2003 19:50:47 +0400
19576              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
19577      Branch: perl
19578            + wince/perlhost.h wince/vdir.h wince/vmem.h
19579            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
19580            ! wince/win32.h wince/win32io.c wince/win32iop.h
19581            ! wince/win32thread.c wince/win32thread.h wince/wince.c
19582            ! wince/wince.h
19583 ____________________________________________________________________________
19584 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
19585         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
19586              From: merlyn@stonehenge.com (Randal L. Schwartz)
19587              Date: 05 Jul 2003 16:29:14 -0700
19588              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
19589      Branch: perl
19590            ! pod/perlfaq2.pod
19591 ____________________________________________________________________________
19592 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
19593         Log: FreeBSD: if someone *really* wants to use the system malloc.
19594      Branch: perl
19595            ! hints/freebsd.sh
19596 ____________________________________________________________________________
19597 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
19598         Log: Make the 'slow ok' feature optional.
19599      Branch: perl
19600            ! lib/Test/Harness.pm
19601 ____________________________________________________________________________
19602 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
19603         Log: The change #20022 didn't work for Command.t.
19604      Branch: perl
19605            ! lib/ExtUtils/t/Command.t
19606 ____________________________________________________________________________
19607 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
19608         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
19609              From: Michael G Schwern <schwern@pobox.com>
19610              Date: Sat, 5 Jul 2003 13:34:37 -0700
19611              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
19612
19613              Print out the "ok" messages only once every second,
19614              this should make output much less and therefore testing
19615              much faster, especially on slower connections.
19616      Branch: perl
19617            ! lib/Test/Harness.pm
19618 ____________________________________________________________________________
19619 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
19620         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
19621              From: Michael G Schwern <schwern@pobox.com>
19622              Date: Sat, 5 Jul 2003 16:59:49 -0700
19623              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
19624      Branch: perl
19625            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
19626            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19627            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
19628            ! lib/ExtUtils/t/Command.t
19629 ____________________________________________________________________________
19630 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
19631         Log: Reintroduce changes #19723 and #19723 that were not
19632              in Net::Ping 2.31; needed for Windows.
19633      Branch: perl
19634            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
19635 ____________________________________________________________________________
19636 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
19637         Log: Upgrade to Digest::MD5 2.25.
19638      Branch: perl
19639            + ext/Digest/MD5/t/clone.t
19640            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19641            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
19642            ! ext/Digest/MD5/t/files.t
19643 ____________________________________________________________________________
19644 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
19645         Log: Make a read from a write-only fh to set errno
19646              (found by Gisle)
19647      Branch: perl
19648            ! perlio.c
19649 ____________________________________________________________________________
19650 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
19651         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
19652              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
19653              duplicates.
19654      Branch: perl
19655            ! makedef.pl
19656 ____________________________________________________________________________
19657 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
19658         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
19659              From: Dave Mitchell <davem@fdgroup.com>
19660              Date: Sat, 5 Jul 2003 19:12:51 +0100
19661              Message-ID: <20030705181251.GA14502@fdgroup.com>
19662      Branch: perl
19663            ! ext/threads/t/problems.t
19664 ____________________________________________________________________________
19665 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
19666         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
19667      Branch: perl
19668            ! lib/Benchmark.t
19669 ____________________________________________________________________________
19670 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
19671         Log: Be explicit about the $0 pain in Linux 2.2.
19672      Branch: perl
19673            ! pod/perlvar.pod
19674 ____________________________________________________________________________
19675 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
19676         Log: Comment out some debugging output in Math::BigInt, that
19677              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
19678      Branch: perl
19679            ! lib/Math/BigInt.pm
19680 ____________________________________________________________________________
19681 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
19682         Log: The logic for additional randomisation for 64-bit UV
19683              cases was wrong.
19684      Branch: perl
19685            ! perl.c
19686 ____________________________________________________________________________
19687 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
19688         Log: IIRC gcc would complain about if (s = ...).
19689      Branch: perl
19690            ! perl.c
19691 ____________________________________________________________________________
19692 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
19693         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
19694              since CGI scripts are (should be) run under -T, being able
19695              to show the HASH_SEED in case of problems is good.
19696              The $ENV{PERL_HASH_SEED} is still ignored under taint.
19697      Branch: perl
19698            ! perl.c
19699 ____________________________________________________________________________
19700 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
19701         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
19702              From: "Craig A. Berry" <craigberry@mac.com>
19703              Date: Sat, 05 Jul 2003 00:38:28 -0500
19704              Message-ID: <3F066454.90003@mac.com>
19705      Branch: perl
19706            ! lib/ExtUtils/MM_VMS.pm
19707 ____________________________________________________________________________
19708 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
19709         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
19710              From: Robin Barker <Robin.Barker@npl.co.uk>
19711              Date: Fri, 4 Jul 2003 19:15:01 +0100
19712              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
19713      Branch: perl
19714            ! dump.c
19715 ____________________________________________________________________________
19716 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
19717         Log: Allow to create more than one Shell object :
19718              Subject: [patch] Shell.pm fix
19719              From: Stéphane Payrard <stef@payrard.net>
19720              Date: Sat, 5 Jul 2003 01:16:50 +0200
19721              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
19722      Branch: perl
19723            ! lib/Shell.pm
19724 ____________________________________________________________________________
19725 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
19726         Log: Author list update (to be continued...)
19727      Branch: perl
19728            ! AUTHORS
19729 ____________________________________________________________________________
19730 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
19731         Log: Add a new test target in the makefile, test_harness_notty.
19732              It's like test_harness, but sets HARNESS_NOTTY=1 to make
19733              Test::Harness' output less blinking.
19734      Branch: perl
19735            ! Makefile.SH
19736 ____________________________________________________________________________
19737 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
19738         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
19739              and bignum v0.14.
19740      Branch: perl
19741            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
19742            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
19743            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
19744            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
19745            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
19746            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
19747            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19748            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19749            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
19750            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19751            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
19752            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
19753            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
19754            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
19755            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
19756            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19757            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
19758            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
19759            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
19760            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
19761            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
19762            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
19763            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
19764            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
19765            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
19766            ! t/lib/Math/BigInt/Subclass.pm
19767 ____________________________________________________________________________
19768 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
19769         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
19770              appears just before the name of the command to be run. See
19771
19772              Subject: Re: PERL_SKIP_TTY_TEST fix
19773              From: Alexey Tourbin <at@altlinux.ru>
19774              Date: Fri, 4 Jul 2003 17:25:34 +0400
19775              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
19776      Branch: perl
19777            ! Makefile.SH
19778 ____________________________________________________________________________
19779 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
19780         Log: Fix non-numeric $VERSION.
19781      Branch: perl
19782            ! lib/Math/BigInt.pm
19783 ____________________________________________________________________________
19784 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
19785         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
19786      Branch: perl
19787            ! lib/Math/BigInt.pm
19788 ____________________________________________________________________________
19789 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
19790         Log: More $0 sad tales.
19791      Branch: perl
19792            ! pod/perlvar.pod
19793 ____________________________________________________________________________
19794 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
19795         Log: Oops.
19796      Branch: perl
19797            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
19798 ____________________________________________________________________________
19799 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
19800         Log: Upgrade to PodParser 1.23; but do not update
19801              t/pod/find.t or t/pod/testp2pt.pl since the
19802              first one does not work at all under core,
19803              and the second change would drop MacOS Classic
19804              portability tweaks introduced by change #18669.
19805      Branch: perl
19806            ! lib/Pod/Find.pm lib/Pod/Usage.pm
19807 ____________________________________________________________________________
19808 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
19809         Log: Upgrade to Text::Balanced 1.94.
19810      Branch: perl
19811            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
19812            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
19813            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
19814 ____________________________________________________________________________
19815 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
19816         Log: Upgrade to Net::Ping 2.31.
19817      Branch: perl
19818            ! lib/Net/Ping.pm lib/Net/Ping/Changes
19819            ! lib/Net/Ping/t/250_ping_hires.t
19820            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
19821 ____________________________________________________________________________
19822 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
19823         Log: Upgrade to Locale::Maketext 1.06.
19824      Branch: perl
19825            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
19826            + lib/Locale/Maketext/t/90utf8.t
19827            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
19828 ____________________________________________________________________________
19829 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
19830         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
19831              (1) make the PATCHLEVEL logic as it is with List::Util
19832              (more portable to older Perls)
19833              (2) regen the MD5 checksums with ...
19834              (3) ... the Mac OS Classic checksums generated via MacRoman
19835              (just a guess)
19836              (4) Keep the core Makefile.PL.
19837      Branch: perl
19838            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19839            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
19840 ____________________________________________________________________________
19841 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
19842         Log: Upgrade to CPAN 1.71.
19843      Branch: perl
19844            ! lib/CPAN.pm
19845 ____________________________________________________________________________
19846 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
19847         Log: Upgrade to CGI.pm 2.97.
19848      Branch: perl
19849            ! lib/CGI.pm lib/CGI/Carp.pm
19850 ____________________________________________________________________________
19851 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
19852         Log: No energy now to figure out what is wrong with $0
19853              (or ps) in Tru64.  The test works fine when run from
19854              command line.
19855      Branch: perl
19856            ! ext/threads/t/join.t
19857 ____________________________________________________________________________
19858 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
19859         Log: AUTHORS updates.
19860      Branch: perl
19861            ! AUTHORS
19862 ____________________________________________________________________________
19863 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
19864         Log: line_t is U32, not I32.
19865      Branch: perl
19866            ! bytecode.pl
19867 ____________________________________________________________________________
19868 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
19869         Log: Remove PL_earlytaint since the hash seed code
19870              can be delayed until perl_parse().
19871      Branch: perl
19872            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
19873            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
19874            ! plan9/plan9ish.h unixish.h vms/vmsish.h
19875 ____________________________________________________________________________
19876 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
19877         Log: $0 is pain.
19878      Branch: perl
19879            ! ext/threads/t/join.t
19880 ____________________________________________________________________________
19881 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
19882         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
19883              From: PPrymmer@factset.com
19884              Date: Thu, 3 Jul 2003 23:59:51 -0400
19885              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
19886      Branch: perl
19887            ! vms/vms.c vms/vmspipe.com
19888 ____________________________________________________________________________
19889 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
19890         Log: Bump Time::HiRes version to 1.50.
19891      Branch: perl
19892            ! ext/Time/HiRes/HiRes.pm
19893 ____________________________________________________________________________
19894 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
19895         Log: Subject: [PATCH] installperl -n
19896              From: Slaven Rezic <slaven@rezic.de>
19897              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
19898              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
19899      Branch: perl
19900            ! installperl
19901 ____________________________________________________________________________
19902 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
19903         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
19904              From: Slaven Rezic <slaven@rezic.de>
19905              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
19906              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
19907      Branch: perl
19908            ! t/op/magic.t
19909 ____________________________________________________________________________
19910 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
19911         Log: Ask Schwern.
19912      Branch: perl
19913            - Porting/Modules
19914            ! AUTHORS MANIFEST
19915 ____________________________________________________________________________
19916 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
19917         Log: Add autarch and Time::Local to Modules.
19918      Branch: perl
19919            ! Porting/Modules
19920 ____________________________________________________________________________
19921 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
19922         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
19923              From: Dave Rolsky <autarch@urth.org>
19924              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
19925              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
19926      Branch: perl
19927            ! lib/Time/Local.pm
19928 ____________________________________________________________________________
19929 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
19930         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
19931              From: Mattia Barbon <mbarbon@dsi.unive.it>
19932              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
19933              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
19934      Branch: perl
19935            ! win32/win32.c
19936 ____________________________________________________________________________
19937 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
19938         Log: Subject: Re: randomly untainting?
19939              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19940              Date: Thu, 3 Jul 2003 17:35:09 +0200
19941              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
19942      Branch: perl
19943            ! t/TestInit.pm
19944 ____________________________________________________________________________
19945 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
19946         Log: Revert #19957 as requested by Rafael.
19947      Branch: perl
19948            ! ext/List/Util/t/tainted.t
19949 ____________________________________________________________________________
19950 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
19951         Log: Add at least meager beginnings of assertion checks for
19952              the UTF-8 length/pos cache.  It's not as full as I would
19953              like since the exact behaviour of the second half of the
19954              cache, used in substr(), eludes me right now.
19955      Branch: perl
19956            ! sv.c
19957 ____________________________________________________________________________
19958 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
19959         Log: Extra light testing for the UTF-8 cache
19960              (that it isn't broken, not that it helps).
19961      Branch: perl
19962            ! t/op/length.t
19963 ____________________________________________________________________________
19964 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
19965         Log: Subject: Re: randomly untainting?
19966              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19967              Date: Thu, 3 Jul 2003 14:58:18 +0200
19968              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
19969              (plus extra debug printing)
19970      Branch: perl
19971            ! ext/List/Util/t/tainted.t
19972 ____________________________________________________________________________
19973 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
19974         Log: Subject: Re: maint @ 19923
19975              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
19976              Date: Thu, 3 Jul 2003 15:57:55 +0400
19977              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
19978      Branch: perl
19979            ! wince/Makefile.ce wince/wince.c
19980 ____________________________________________________________________________
19981 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
19982         Log: Tiny tweak to perlartistic from Robin Barker.
19983      Branch: perl
19984            ! pod/perlartistic.pod
19985 ____________________________________________________________________________
19986 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
19987         Log: Mention Modules in AUTHORS.
19988      Branch: perl
19989            ! AUTHORS
19990 ____________________________________________________________________________
19991 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
19992         Log: No fancy binmode() if no perlio.
19993      Branch: perl
19994            ! ext/IO/lib/IO/t/io_sock.t
19995 ____________________________________________________________________________
19996 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
19997         Log: Underline the fact that XSLoader is not DynaLoader
19998              ([perl #21974] dl_load_flags not honored by XSLoader)
19999      Branch: perl
20000            ! ext/DynaLoader/XSLoader_pm.PL
20001 ____________________________________________________________________________
20002 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
20003         Log: Apply Schwern's suggested warning code from
20004              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
20005      Branch: perl
20006            ! lib/Test/Harness/Straps.pm
20007 ____________________________________________________________________________
20008 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
20009         Log: Subject: [PATCH] "without parens" vs "without parentheses"
20010              From: Iain Truskett <spoon@cpan.org>
20011              Date: Thu, 3 Jul 2003 12:40:42 +1000
20012              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
20013      Branch: perl
20014            ! t/lib/warnings/toke toke.c
20015 ____________________________________________________________________________
20016 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
20017         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
20018              From: Dave Mitchell <davem@fdgroup.com>
20019              Date: Thu, 3 Jul 2003 01:32:11 +0100
20020              Message-ID: <20030703003211.GB3747@fdgroup.com>
20021      Branch: perl
20022            ! mg.c sv.c
20023 ____________________________________________________________________________
20024 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
20025         Log: Nicer options for Porting/Modules.
20026      Branch: perl
20027            ! MANIFEST Porting/Modules
20028 ____________________________________________________________________________
20029 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
20030         Log: Minor test adjustments :
20031              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
20032              - prototypes added to some public functions in t/test.pl,
20033              as suggested by Enache Adrian
20034      Branch: perl
20035            ! t/op/concat.t t/test.pl
20036 ____________________________________________________________________________
20037 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
20038         Log: Skip a socketpair test on SCO OSR
20039      Branch: perl
20040            ! ext/Socket/socketpair.t
20041 ____________________________________________________________________________
20042 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
20043         Log: Subject: [PATCH] various Deparse fixes
20044              From: Dave Mitchell <davem@fdgroup.com>
20045              Date: Wed, 2 Jul 2003 18:10:45 +0100
20046              Message-ID: <20030702171045.GF2137@fdgroup.com>
20047      Branch: perl
20048            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
20049            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
20050 ____________________________________________________________________________
20051 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
20052         Log: It would seem that in Linux 2.2 there is no way
20053              we can do the right thing to make ps(1) see $0
20054              our way.  Also amend the $0 documentation a bit.
20055      Branch: perl
20056            ! pod/perlvar.pod t/op/magic.t
20057 ____________________________________________________________________________
20058 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
20059         Log: Subject: [PATCH] line numbers are given % 64k
20060              From: James Jurach <muaddib@erf.net>
20061              Date: Wed, 2 Jul 2003 13:31:05 -0500
20062              Message-ID: <20030702183105.GA4837@lebowski>
20063      Branch: perl
20064            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
20065            ! handy.h pp_ctl.c scope.h
20066 ____________________________________________________________________________
20067 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
20068         Log: Subject: Re: maint @ 19923
20069              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
20070              Date: Wed, 2 Jul 2003 11:43:05 -0400
20071              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
20072      Branch: perl
20073            ! pod/perlfunc.pod
20074 ____________________________________________________________________________
20075 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
20076         Log: Subject: Re: maint @ 19923
20077              From: Jim Cromie <jcromie@divsol.com>
20078              Date: Wed, 02 Jul 2003 05:35:06 -0600
20079              Message-ID: <3F02C36A.9030704@divsol.com>
20080      Branch: perl
20081            ! pod/perlfunc.pod
20082 ____________________________________________________________________________
20083 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
20084         Log: Fix for [perl #22759 insufficient format string checking];
20085              using ewix makes no sense, assuming evix was intended,
20086              no old tests fail; add the test case.
20087      Branch: perl
20088            ! sv.c t/op/sprintf.t
20089 ____________________________________________________________________________
20090 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
20091         Log: Better links.
20092      Branch: perl
20093            ! pod/perlipc.pod pod/perlrun.pod
20094 ____________________________________________________________________________
20095 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
20096         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
20097      Branch: perl
20098            ! hints/darwin.sh
20099 ____________________________________________________________________________
20100 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
20101         Log: ...and getting the comma right, too.
20102      Branch: perl
20103            ! t/op/magic.t
20104 ____________________________________________________________________________
20105 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
20106         Log: Getting the whitespace right.
20107      Branch: perl
20108            ! t/op/magic.t
20109 ____________________________________________________________________________
20110 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
20111         Log: FreeBSD $0 dance.
20112      Branch: perl
20113            ! pod/perlvar.pod t/op/magic.t
20114 ____________________________________________________________________________
20115 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
20116         Log: Fix from Enache Adrian for the magic.t failure in
20117              FreeBSD: setproctitle() cannot get rid of the " (perl)".
20118      Branch: perl
20119            ! t/op/magic.t
20120 ____________________________________________________________________________
20121 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
20122         Log: VMS: with this, 100% make test in Compaq C V6.5-001
20123              on OpenVMS Alpha V7.3-1, from Craig Berry.
20124      Branch: perl
20125            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
20126 ____________________________________________________________________________
20127 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
20128         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
20129              The latest releases of NetBSD don't require the hack.  From
20130              Johnny Lam.
20131      Branch: perl
20132            ! hints/netbsd.sh
20133 ____________________________________________________________________________
20134 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
20135         Log: Add a new utility, Porting/Modules.
20136      Branch: perl
20137            + Porting/Modules
20138            ! MANIFEST
20139 ____________________________________________________________________________
20140 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
20141         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
20142              From: Robin Barker <Robin.Barker@npl.co.uk>
20143              Date: Tue, 1 Jul 2003 18:21:34 +0100
20144              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
20145
20146              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
20147              From: Robin Barker <Robin.Barker@npl.co.uk>
20148              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
20149              Date: Tue, 1 Jul 2003 18:25:17 +0100
20150
20151              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
20152              From: Robin Barker <Robin.Barker@npl.co.uk>
20153              Date: Tue, 1 Jul 2003 18:29:09 +0100
20154              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
20155      Branch: perl
20156            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
20157 ____________________________________________________________________________
20158 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
20159         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
20160              From: Enache Adrian <enache@rdslink.ro>
20161              Date: Tue, 1 Jul 2003 19:51:25 +0300
20162              Message-ID: <20030701165125.GA1521@ratsnest.hole>
20163      Branch: perl
20164            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
20165            ! ext/B/typemap t/op/magic.t
20166 ____________________________________________________________________________
20167 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
20168         Log: Upgrade to Unicode::Normalize 0.23.
20169      Branch: perl
20170            ! ext/Unicode/Normalize/Changes
20171            ! ext/Unicode/Normalize/Normalize.pm
20172            ! ext/Unicode/Normalize/Normalize.xs
20173 ____________________________________________________________________________
20174 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
20175         Log: A naked values() caused shuffling of lib/Config.pm,
20176              which in turn caused unnecessary rebuilds.
20177      Branch: perl
20178            ! configpm
20179 ____________________________________________________________________________
20180 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
20181         Log: Even more :utf8 socket testing, now in both directions.
20182      Branch: perl
20183            ! ext/IO/lib/IO/t/io_sock.t
20184 ____________________________________________________________________________
20185 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
20186         Log: One more test (does binmode()ing a socket succeed)
20187              and add -w.
20188      Branch: perl
20189            ! ext/IO/lib/IO/t/io_sock.t
20190 ____________________________________________________________________________
20191 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
20192         Log: Tweak an existing IO test to test also the change #19910.
20193      Branch: perl
20194            ! ext/IO/lib/IO/t/io_sock.t
20195 ____________________________________________________________________________
20196 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
20197         Log: Integrate from perlio:
20198              [ 19909]
20199              binmode() should affect IoOFP() as well as IoIFP() if it is
20200              distinct (e.g. sockets).
20201      Branch: perl
20202           !> pp_sys.c
20203 ____________________________________________________________________________
20204 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
20205         Log: Do the "aligned contiguous" check only if the arguments
20206              look like aligned; re-introduce the "traditional contiguous"
20207              checks with OS/2 special quirks and all.
20208      Branch: perl
20209            ! perl.c
20210 ____________________________________________________________________________
20211 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
20212         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
20213      Branch: perl
20214            ! perl.c
20215 ____________________________________________________________________________
20216 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
20217         Log: Regen Glossary et al.
20218      Branch: perl
20219            ! Porting/Glossary Porting/config.sh Porting/config_H
20220 ____________________________________________________________________________
20221 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
20222         Log: Regen Configure.
20223      Branch: perl
20224            ! Configure
20225 ____________________________________________________________________________
20226 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
20227         Log: More nanosleep removal.
20228      Branch: perl
20229            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
20230            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
20231            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20232            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
20233 ____________________________________________________________________________
20234 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
20235         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
20236      Branch: perl
20237            + ext/Time/HiRes/hints/dec_osf.pl
20238            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20239            ! ext/Time/HiRes/hints/sco.pl
20240 ____________________________________________________________________________
20241 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
20242         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
20243              From: Alan Burlison <Alan.Burlison@sun.com>
20244              Date: Tue, 01 Jul 2003 00:03:24 +0100
20245              Message-ID: <3F00C1BC.3020103@sun.com>
20246      Branch: perl
20247            ! Configure Makefile.SH config_h.SH configure.com
20248            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
20249 ____________________________________________________________________________
20250 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
20251         Log: Integrate #19892, #19895 from perlio to compile and avoid
20252              crashing on Win32.
20253      Branch: perl
20254           !> perl.c
20255 ____________________________________________________________________________
20256 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
20257         Log: int is not UV.
20258      Branch: perl
20259            ! perl.c
20260 ____________________________________________________________________________
20261 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
20262         Log: The 'contiguous' test for argv[], envp[] was bogus
20263              since those need not be in memory end-to-end, e.g.
20264              in Tru64 they are aligned by eight.  Loosen the test
20265              so that 'contiguousness' is fulfilled if the elements
20266              are within PTRSIZE alignment.  This makes Tru64 to pass
20267              the join.t, too.
20268      Branch: perl
20269            ! ext/threads/t/join.t mg.c perl.c
20270 ____________________________________________________________________________
20271 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
20272         Log: $0 doc tweakage.
20273      Branch: perl
20274            ! pod/perlvar.pod
20275 ____________________________________________________________________________
20276 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
20277         Log: $0 test tweaks from Andreas.
20278      Branch: perl
20279            ! ext/threads/t/join.t t/op/magic.t
20280 ____________________________________________________________________________
20281 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
20282         Log: Misc Pod Nits.
20283      Branch: perl
20284            ! ext/B/B.pm pod/perlrun.pod
20285 ____________________________________________________________________________
20286 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
20287         Log: Fix a faulty alias.
20288      Branch: perl
20289            ! ext/Encode/lib/Encode/Alias.pm
20290 ____________________________________________________________________________
20291 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
20292         Log: The joy of $0.  Undoing the #16399 makes Andreas'
20293              tests (see [perl #22811]) pass (yes, padding with space    instead
20294              of nul makes no sense, but that seems to work, maybe Linux does
20295              some deep magic in ps(1)?); moving the PL_origalen computation
20296              earlier makes also the threaded-first case fully pass.
20297
20298              But in general modifying the argv[] is very non-portable.
20299              (e.g. in Tru64 it seems to be limited to the size of the
20300              original argv[0] since the argv[] are not contiguous?)
20301
20302              Everybody should just have setproctitle().
20303      Branch: perl
20304            ! mg.c perl.c pod/perlvar.pod
20305 ____________________________________________________________________________
20306 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
20307         Log: More on the macro debugging and expansion.
20308      Branch: perl
20309            ! pod/perlhack.pod
20310 ____________________________________________________________________________
20311 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
20312         Log: Perl_doing_taint must be public, for programs that embed perl
20313      Branch: perl
20314            ! embed.fnc embed.h global.sym
20315 ____________________________________________________________________________
20316 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
20317         Log: More coffee...
20318      Branch: perl
20319            ! lib/Test/Harness.pm
20320 ____________________________________________________________________________
20321 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
20322         Log: argc, argv.
20323      Branch: perl
20324            ! perl.h
20325 ____________________________________________________________________________
20326 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
20327         Log: Another spot where a zero $test{$max} can make things go boom.
20328      Branch: perl
20329            ! lib/Test/Harness.pm
20330 ____________________________________________________________________________
20331 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
20332         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
20333              as per suggestion from Sarathy.
20334      Branch: perl
20335            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
20336            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
20337 ____________________________________________________________________________
20338 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
20339         Log: The #19842 is no more needed thanks to #19876,
20340              and the #19842 was wrong anyway (it affected
20341              only the threaded case.)
20342      Branch: perl
20343            ! hints/dec_osf.sh
20344 ____________________________________________________________________________
20345 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
20346         Log: Subject: Re: your malloc patches
20347              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
20348              Date: Fri, 27 Jun 2003 06:54:06 -0700
20349              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
20350
20351              More malloc patches: now they seem to work even in Tru64.
20352      Branch: perl
20353            ! malloc.c
20354 ____________________________________________________________________________
20355 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
20356         Log: Duh.
20357      Branch: perl
20358            ! perl.h
20359 ____________________________________________________________________________
20360 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
20361         Log: Retract #19867; the bug was really much simpler:
20362              the < max must be <= max instead.
20363      Branch: perl
20364            ! hv.c
20365 ____________________________________________________________________________
20366 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
20367         Log: Using $1 without testing success of the regexp, bad.
20368      Branch: perl
20369            ! pod/perlretut.pod
20370 ____________________________________________________________________________
20371 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
20372         Log: Some clarification about the current semantics of CHECK and
20373              INIT blocks. See bug [perl #22826].
20374      Branch: perl
20375            ! pod/perlmod.pod
20376 ____________________________________________________________________________
20377 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
20378         Log: Subject: [Encode] pre-1.97 patches
20379              From: Dan Kogai <dankogai@dan.co.jp>
20380              Date: Sat, 28 Jun 2003 01:20:59 +0900
20381              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
20382      Branch: perl
20383            ! ext/Encode/Changes ext/Encode/Encode.pm
20384            ! ext/Encode/lib/Encode/Guess.pm
20385 ____________________________________________________________________________
20386 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
20387         Log: Two debugging patches.
20388              The first allows to hold symbolic switches in $^D
20389              and more generally fixes assignment to $^D. The
20390              second one improves the information given by -Dl.
20391
20392              Subject: [PATCH] allow $^D = "flags"
20393              From: Dave Mitchell <davem@fdgroup.com>
20394              Date: Fri, 27 Jun 2003 22:26:24 +0100
20395              Message-ID: <20030627212624.GB12887@fdgroup.com>
20396
20397              Subject: [PATCH] make -Dl show more scope info
20398              From: Dave Mitchell <davem@fdgroup.com>
20399              Date: Fri, 27 Jun 2003 23:00:36 +0100
20400              Message-ID: <20030627220036.GC12887@fdgroup.com>
20401      Branch: perl
20402            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
20403            ! proto.h scope.h
20404 ____________________________________________________________________________
20405 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
20406         Log: Fix test count, by Abe Timmerman.
20407      Branch: perl
20408            ! t/comp/require.t
20409 ____________________________________________________________________________
20410 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
20411         Log: The two-for-loops is no more a valid way to walk through
20412              a hash (this was the reason the Hash/Util.t intermittently
20413              failed, the two-loop didn't find all the SVs of the HV).
20414      Branch: perl
20415            ! hv.c
20416 ____________________________________________________________________________
20417 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
20418         Log: Some warnings about the (im)proper uses of the hash randomisation.
20419      Branch: perl
20420            ! pod/perlsec.pod
20421 ____________________________________________________________________________
20422 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
20423         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
20424              is larger than INT_MAX (atoi() returns -1 in that case).
20425      Branch: perl
20426            ! perl.c
20427 ____________________________________________________________________________
20428 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
20429         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
20430              not per-interp, since perl_construct() is not passed
20431              the argc, argv, and therefore it can't set the per-interp
20432              PL_tainting.)
20433      Branch: perl
20434            ! perl.c perl.h
20435 ____________________________________________________________________________
20436 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
20437         Log: Introduce (global) variable PL_earlytaint which
20438              is set very early in main(), before perl_parse()
20439              has been called and PL_tainting (or PL_taint_warn)
20440              might have been set.
20441      Branch: perl
20442            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
20443            ! perlvars.h proto.h
20444 ____________________________________________________________________________
20445 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
20446         Log: Make doing_taint() always available (though not
20447              part of the public API).
20448      Branch: perl
20449            ! embed.fnc embed.h perl.c proto.h
20450 ____________________________________________________________________________
20451 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
20452         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
20453              if tainting-- but is this a good thing or a bad thing?
20454              (At least it makes debugging lib/Hash/Util.t harder,
20455              since it has, for no apparent good reason, -T: one must
20456              make a copy of it without the -T.)
20457      Branch: perl
20458            ! perl.c
20459 ____________________________________________________________________________
20460 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
20461         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
20462              From: Tim Bunce <Tim.Bunce@pobox.com>
20463              Date: Thu, 26 Jun 2003 10:53:22 +0100
20464              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
20465      Branch: perl
20466            ! INSTALL
20467 ____________________________________________________________________________
20468 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
20469         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
20470              random failures.  To make these easier to reproduce,
20471              add a variable, PERL_HASH_SEED_DEBUG, to display the
20472              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
20473              of 82972356 makes the first one to fail.
20474      Branch: perl
20475            ! perl.c pod/perlrun.pod
20476 ____________________________________________________________________________
20477 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
20478         Log: perlhack update, by Steve Grazzini
20479              about macro support in gdb and gcc.
20480      Branch: perl
20481            ! pod/perlhack.pod
20482 ____________________________________________________________________________
20483 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
20484         Log: Bite the bullet and apply the hash randomisation patch.
20485              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
20486      Branch: perl
20487            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
20488            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
20489            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
20490            ! sv.c
20491 ____________________________________________________________________________
20492 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
20493         Log: Subject: Re: P and V
20494              From: "Philip Newton" <pnewton@gmx.de>
20495              Date: Wed, 25 Jun 2003 17:50:22 +0200
20496              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
20497      Branch: perl
20498            ! lib/Thread/Semaphore.pm
20499 ____________________________________________________________________________
20500 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
20501         Log: Enhance some macro robustness.
20502      Branch: perl
20503            ! opcode.h opcode.pl
20504 ____________________________________________________________________________
20505 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
20506         Log: Fix [perl #21742] :
20507              require() should always be called in scalar context,
20508              even when it's the last statement in an eval("").
20509      Branch: perl
20510            ! pp_ctl.c t/comp/require.t
20511 ____________________________________________________________________________
20512 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
20513         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
20514              From: Dave Mitchell <davem@fdgroup.com>
20515              Date: Tue, 24 Jun 2003 13:16:18 +0100
20516              Message-ID: <20030624121618.GC22675@fdgroup.com>
20517      Branch: perl
20518            ! sv.c t/op/ref.t
20519 ____________________________________________________________________________
20520 [ 19848] By: merijn                                on 2003/06/24  08:06:57
20521         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
20522              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
20523              Date: Tue, 24 Jun 2003 11:00:34 +0200
20524              Message-ID: <186930306740.20030624110034@familiehaase.de>
20525      Branch: perl
20526            ! lib/Pod/Perldoc.pm
20527 ____________________________________________________________________________
20528 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
20529         Log: Subject: [PATCH] version.pm up to date with CPAN
20530              From: John Peacock <jpeacock@rowman.com>
20531              Date: Mon, 23 Jun 2003 21:58:18 -0400
20532              Message-ID: <3EF7B03A.2060705@rowman.com>
20533      Branch: perl
20534            ! lib/version.pm lib/version.t universal.c
20535 ____________________________________________________________________________
20536 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
20537         Log: Subject: [perlport.pod] code point of \cU
20538              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20539              Date: Tue, 24 Jun 2003 01:00:16 +0900
20540              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
20541      Branch: perl
20542            ! pod/perlport.pod
20543 ____________________________________________________________________________
20544 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
20545         Log: Test tweaks for VMS from Craig Berry.
20546      Branch: perl
20547            ! lib/strict.t lib/warnings.t
20548 ____________________________________________________________________________
20549 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
20550         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
20551      Branch: perl
20552            ! embed.fnc embed.h pp.c proto.h util.c
20553 ____________________________________________________________________________
20554 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
20555         Log: Until the Perl malloc problems in Tru64 are fixed.
20556      Branch: perl
20557            ! hints/dec_osf.sh
20558 ____________________________________________________________________________
20559 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
20560         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
20561              From: Enache Adrian <enache@rdslink.ro>
20562              Date: Sat, 21 Jun 2003 03:19:31 +0300
20563              Message-ID: <20030621001931.GB1255@ratsnest.hole>
20564      Branch: perl
20565            ! op.c t/op/concat.t
20566 ____________________________________________________________________________
20567 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
20568         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
20569              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
20570              Date: 21 Jun 2003 19:02:30 -0000
20571              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
20572      Branch: perl
20573            ! lib/overload.pm lib/overload.t
20574 ____________________________________________________________________________
20575 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
20576         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
20577              From: "Craig A. Berry" <craigberry@mac.com>
20578              Date: Sat, 21 Jun 2003 10:31:59 -0500
20579              Message-ID: <3EF47A6F.9060904@mac.com>
20580      Branch: perl
20581            ! lib/FileCache.pm lib/FileCache/t/01open.t
20582            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
20583 ____________________________________________________________________________
20584 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
20585         Log: Debian fix from Brendan O'Dea:
20586              Adjust output to screen width.
20587              (adjusted to probe for the stty command)
20588      Branch: perl
20589            ! utils/dprofpp.PL
20590 ____________________________________________________________________________
20591 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
20592         Log: Debian fix from Brendan O'Dea:
20593              Use a temporary directory to avoid symlink attacks.
20594              Specify -gstabs explicitly (not the default format for gcc 3.2).
20595      Branch: perl
20596            ! utils/c2ph.PL
20597 ____________________________________________________________________________
20598 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
20599         Log: Debian fix from Brendan O'Dea:
20600              Bug#156284: the stucture used by pp_accept is too small to hold an
20601              IPv6 address.
20602      Branch: perl
20603            ! pp_sys.c
20604 ____________________________________________________________________________
20605 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
20606         Log: For characters beyond the BMP the $bits will be undef,
20607              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
20608              analysis and fix from SADAHIRO Tomoyuki)
20609      Branch: perl
20610            ! lib/utf8_heavy.pl
20611 ____________________________________________________________________________
20612 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
20613         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
20614      Branch: perl
20615            ! malloc.c
20616 ____________________________________________________________________________
20617 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
20618         Log: Don't do sprintf().
20619      Branch: perl
20620            ! malloc.c
20621 ____________________________________________________________________________
20622 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
20623         Log: Show the source code location of an "assertion botch".
20624      Branch: perl
20625            ! malloc.c
20626 ____________________________________________________________________________
20627 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
20628         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
20629              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
20630              malloc.c, found in AIX since there is no such header.
20631              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
20632              memory was overwritten?"
20633              (In IRIX compiles but that doesn't prove much since in IRIX
20634              Perl's malloc is simply not used.)
20635      Branch: perl
20636            + malloc_ctl.h
20637            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
20638            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
20639 ____________________________________________________________________________
20640 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
20641         Log: Retract #19785 and #19756: JPL nowadays works without this
20642              (verified by a true JPL user).
20643      Branch: perl
20644            ! perl.c
20645 ____________________________________________________________________________
20646 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
20647         Log: Apparently this is needed for VMS (Craig Berry).
20648      Branch: perl
20649            ! lib/Tie/File.pm
20650 ____________________________________________________________________________
20651 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
20652         Log: Bump Time::HiRes to 1.49.
20653      Branch: perl
20654            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20655            ! ext/Time/HiRes/HiRes.xs
20656 ____________________________________________________________________________
20657 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
20658         Log: This change chunk doesn't work well with blead.
20659      Branch: perl
20660            ! lib/ExtUtils/t/Command.t
20661 ____________________________________________________________________________
20662 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
20663         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
20664              make happy.
20665      Branch: perl
20666            ! lib/ExtUtils/MM_Unix.pm
20667 ____________________________________________________________________________
20668 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
20669         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
20670              as of 2003-06-19 18:39 EET).
20671      Branch: perl
20672            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
20673            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20674            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
20675            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
20676 ____________________________________________________________________________
20677 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
20678         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
20679              From: grazz@pobox.com (Steve Grazzini)
20680              Date: Wed, 18 Jun 2003 19:42:37 -0400
20681              Message-ID: <20030618234237.GA6267@grazzini.net>
20682      Branch: perl
20683            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
20684            ! t/op/runlevel.t t/op/tiehandle.t util.c
20685 ____________________________________________________________________________
20686 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
20687         Log: Subject: [PATCH -current] email address correction
20688              Date: Thu, 19 Jun 2003 02:19:31 -0700
20689              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
20690              From: rs@crystalflame.net (Richard Soderberg)
20691      Branch: perl
20692            ! ext/threads/threads.pm
20693 ____________________________________________________________________________
20694 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
20695         Log: MPE/iX gets serious indigestion on w-packed infinities.
20696      Branch: perl
20697            ! t/op/pack.t
20698 ____________________________________________________________________________
20699 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
20700         Log: A bunch of minor changes to perlguts.pod.
20701      Branch: perl
20702            ! pod/perlguts.pod
20703 ____________________________________________________________________________
20704 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
20705         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
20706              From: Enache Adrian <enache@rdslink.ro>
20707              Date: Wed, 18 Jun 2003 23:00:43 +0300
20708              Message-ID: <20030618200043.GA1249@ratsnest.hole>
20709      Branch: perl
20710            ! pp.c regexec.c t/op/pat.t
20711 ____________________________________________________________________________
20712 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
20713         Log: Upgrade to Tie::File 0.97.
20714      Branch: perl
20715            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
20716            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
20717            ! lib/Tie/File/t/29_downcopy.t
20718 ____________________________________________________________________________
20719 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
20720         Log: Sync with libnet 1.16
20721      Branch: perl
20722            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
20723 ____________________________________________________________________________
20724 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
20725         Log: Subject: Encode] 1.96 Released
20726              From: Dan Kogai <dankogai@dan.co.jp>
20727              Date: Wed, 18 Jun 2003 19:09:11 +0900
20728              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
20729      Branch: perl
20730            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
20731            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
20732            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
20733            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
20734            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
20735            ! ext/Encode/t/guess.t
20736 ____________________________________________________________________________
20737 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
20738         Log: Oops in change #19809.
20739      Branch: perl
20740            ! ext/POSIX/POSIX.xs
20741 ____________________________________________________________________________
20742 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
20743         Log: If the first argument of sigaction() was a string, not a number
20744              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
20745              isn't numeric in subroutine entry ...' but after that one got
20746              (depending on the OS) either a coredump (because of trying to
20747              assign to *0 in mg_get) or a hang (because of the sigprocmask()
20748              blocking signals inside POSIX::sigaction, a nasty hang since
20749              one obviously cannot interrupt it...only SIGKILL works).
20750              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
20751              because of the string becoming zero due to the XS typemap magic.
20752              Resolved by making the POSIX::sigaction to try harder to figure
20753              out a valid signal number (one still gets the warning, though),
20754              and returning undef if no sense can be made.
20755      Branch: perl
20756            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
20757 ____________________________________________________________________________
20758 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
20759         Log: Some docs for the assertions.
20760      Branch: perl
20761            ! lib/assertions.pm lib/assertions/activate.pm
20762            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
20763 ____________________________________________________________________________
20764 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
20765         Log: io_dir.t tweak from Craig Berry.
20766      Branch: perl
20767            ! ext/IO/lib/IO/t/io_dir.t
20768 ____________________________________________________________________________
20769 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
20770         Log: Subject: /ext/DynaLoader/dl_dyld.xs
20771              From: "Peter O'Gorman" <peter@pogma.com>
20772              Date: Tue, 17 Jun 2003 23:45:47 +0900
20773              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
20774
20775              No need to see dlclose() and dlsym() outside the dl_dyld.xs
20776              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
20777              of OpenDarwin.
20778      Branch: perl
20779            ! ext/DynaLoader/dl_dyld.xs
20780 ____________________________________________________________________________
20781 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
20782         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
20783              From: david nicol <whatever@davidnicol.com>
20784              Date: 16 Jun 2003 20:35:24 -0500
20785              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
20786
20787              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
20788              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
20789              Date: Tue, 17 Jun 2003 00:12:04 -0400
20790              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
20791      Branch: perl
20792            ! pod/perlre.pod pod/perltrap.pod
20793 ____________________________________________________________________________
20794 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
20795         Log: UNICOS: try papering over the Configure symbol scan problems
20796              by disavowing any knowledge of dynaloading.
20797      Branch: perl
20798            ! hints/unicos.sh
20799 ____________________________________________________________________________
20800 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
20801         Log: Revert change #19126, a poor attempt at fixing bug #21742.
20802              The test for #21742 is marked as TODO.
20803              Plus new regression tests from :
20804
20805              Subject: [perl #22708] void context in string eval is broken
20806              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
20807              Date: 15 Jun 2003 23:09:03 -0000
20808              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
20809      Branch: perl
20810            ! pp_ctl.c t/comp/require.t t/op/eval.t
20811 ____________________________________________________________________________
20812 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
20813         Log: Subject: [PATCH] unnecessary stringification in eval/die
20814              From: Steve Grazzini <grazz@pobox.com>
20815              Date: 15 Jun 2003 21:02:26 -0000
20816              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
20817              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
20818              in c.l.p.misc and bug #17763)
20819      Branch: perl
20820            ! pod/perlfunc.pod pp_ctl.c
20821 ____________________________________________________________________________
20822 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
20823         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
20824              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
20825              Date: 9 Jun 2003 15:48:09 -0000
20826              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
20827      Branch: perl
20828            ! lib/File/Copy.pm
20829 ____________________________________________________________________________
20830 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
20831         Log: And even more glibc fcntl constants, this time mostly F_XXX.
20832              Be more conservative and use @EXPORT_OK instead of @EXPORT.
20833      Branch: perl
20834            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
20835 ____________________________________________________________________________
20836 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
20837         Log: Even more glibc O_ modes.
20838      Branch: perl
20839            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
20840 ____________________________________________________________________________
20841 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
20842         Log: Add O_NOATIME.
20843      Branch: perl
20844            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
20845 ____________________________________________________________________________
20846 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
20847         Log: Instead of fancy condvar footwork do a simple join,
20848              as suggested by Arthur.
20849      Branch: perl
20850            ! ext/threads/shared/t/hv_refs.t
20851 ____________________________________________________________________________
20852 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
20853         Log: Rename again the warning about $* being no longer supported
20854              (and update perldiag this time!)
20855      Branch: perl
20856            ! gv.c pod/perldiag.pod t/lib/warnings/gv
20857 ____________________________________________________________________________
20858 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
20859         Log: Remove all magic in untie()
20860
20861              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
20862              From: Aaron J Mackey <ajm6q@virginia.edu>
20863              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
20864              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
20865              (plus a test case)
20866      Branch: perl
20867            ! pp_sys.c t/op/tie.t
20868 ____________________________________________________________________________
20869 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
20870         Log: Start using Perl malloc in FreeBSD since the system malloc
20871              is reaaally slooow for Perl.
20872
20873              Subject: FreeBSD 5.1 vs. -Uusemymalloc
20874              From: Dan Kogai <dankogai@dan.co.jp>
20875              Date: Mon, 16 Jun 2003 01:48:49 +0900
20876              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
20877      Branch: perl
20878            ! hints/freebsd.sh
20879 ____________________________________________________________________________
20880 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
20881         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
20882              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
20883              Date: Sat, 14 Jun 2003 17:49:57 -0700
20884              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
20885      Branch: perl
20886            + os2/OS2/typemap os2/perlrexx.cmd
20887            - os2/OS2/PrfDB/typemap
20888            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
20889            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
20890            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
20891            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
20892            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
20893            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
20894            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
20895 ____________________________________________________________________________
20896 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
20897         Log: Reindent a section of the file.
20898      Branch: perl
20899            ! universal.c
20900 ____________________________________________________________________________
20901 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
20902         Log: Unused variable.
20903      Branch: perl
20904            ! universal.c
20905 ____________________________________________________________________________
20906 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
20907         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
20908              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
20909              Date: Sun, 15 Jun 2003 10:48:40 +0200
20910              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
20911      Branch: perl
20912            ! embed.fnc embed.h proto.h sv.c
20913 ____________________________________________________________________________
20914 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
20915         Log: Most often unused variables.
20916      Branch: perl
20917            ! perl.c
20918 ____________________________________________________________________________
20919 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
20920         Log: Rename the warning about $* being removed,
20921              as suggested by Dave Mitchell
20922      Branch: perl
20923            ! gv.c t/lib/warnings/gv
20924 ____________________________________________________________________________
20925 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
20926         Log: The FileCache 1.03 tests from belg4mit.
20927      Branch: perl
20928            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
20929            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
20930            + lib/FileCache/t/05override.t
20931            - lib/FileCache.t
20932            ! MANIFEST
20933 ____________________________________________________________________________
20934 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
20935         Log: Mention the Unicode::Regex::Set module.
20936      Branch: perl
20937            ! pod/perlunicode.pod
20938 ____________________________________________________________________________
20939 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
20940         Log: Followup on #19779: make the helper function static,
20941              and rename it for paranoia reasons.
20942      Branch: perl
20943            ! embed.fnc embed.h proto.h sv.c
20944 ____________________________________________________________________________
20945 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
20946         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
20947              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
20948              Date: Sat, 14 Jun 2003 12:51:31 +0200
20949              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
20950
20951              (choosing the safe alternative)
20952      Branch: perl
20953            ! sv.c
20954 ____________________________________________________________________________
20955 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
20956         Log: Exercise the utf8:: "internal" functions.
20957      Branch: perl
20958            ! lib/utf8.pm lib/utf8.t
20959 ____________________________________________________________________________
20960 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
20961         Log: Having to pull in the whole Encode just to get SvUTF8()
20962              is a bit too much: introduce utf8::is_utf8().
20963      Branch: perl
20964            ! lib/utf8.pm pod/perluniintro.pod universal.c
20965 ____________________________________________________________________________
20966 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
20967         Log: Slight tweaks on the length() and chr() entries,
20968              passing-by rewrapping on the rmdir entry.
20969      Branch: perl
20970            ! pod/perlfunc.pod
20971 ____________________________________________________________________________
20972 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
20973         Log: test.pl-ify and add a couple of tests.
20974      Branch: perl
20975            ! lib/bytes.t
20976 ____________________________________________________________________________
20977 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
20978         Log: Slight reorg of the binmode() entry.
20979      Branch: perl
20980            ! pod/perlfunc.pod
20981 ____________________________________________________________________________
20982 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
20983         Log: Illegal cpp.
20984      Branch: perl
20985            ! util.c
20986 ____________________________________________________________________________
20987 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
20988         Log: Subject: Re: FileCache
20989              From: belg4mit <belg4mit@MIT.EDU>
20990              Date: Sat, 14 Jun 2003 01:35:05 -0400
20991              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
20992
20993              FileCache 1.03.
20994      Branch: perl
20995            ! lib/FileCache.pm
20996 ____________________________________________________________________________
20997 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
20998         Log: Remove the deprecated $* variable.
20999              Incidentally, this fixes bug #22354, about unwanted
21000              action-at-distance of the /m regexp modifier.
21001              Add a new warning to advertise this fact.
21002      Branch: perl
21003            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
21004            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
21005            ! t/op/pat.t t/op/study.t
21006 ____________________________________________________________________________
21007 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
21008         Log: Encode simply needs more work on EBCDIC.
21009      Branch: perl
21010            ! ext/Encode/t/Unicode.t
21011 ____________________________________________________________________________
21012 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
21013         Log: Redundancy removal from Brian De Pradine;
21014              both the forms, pthread_mutexattr_settype() and
21015              pthread_mutexattr_setkind_np(), exist on z/OS.
21016      Branch: perl
21017            ! thread.h
21018 ____________________________________________________________________________
21019 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
21020         Log: Somehow MPE/iX managed to get
21021              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
21022      Branch: perl
21023            ! lib/Test/Harness.pm
21024 ____________________________________________________________________________
21025 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
21026         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
21027              From: alan <alan@pair.com>
21028              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
21029              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
21030
21031              (the first alternative)
21032      Branch: perl
21033            ! util.c
21034 ____________________________________________________________________________
21035 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
21036         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
21037              way of detecting Darwin/Mac OS X; instead it is recommended to
21038              detect the OS at a higher level and pass the information manually
21039              down to the application, using e.g. a -Ddefinition.
21040      Branch: perl
21041            ! hints/darwin.sh perl.h x2p/util.c
21042 ____________________________________________________________________________
21043 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
21044         Log: Define a cpp symbol, BSDish, if that looks appropriate.
21045      Branch: perl
21046            ! perl.h
21047 ____________________________________________________________________________
21048 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
21049         Log: Even more tweakage on symbol scanning from Alan Burlison.
21050      Branch: perl
21051            ! Configure
21052 ____________________________________________________________________________
21053 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
21054         Log: Sync with libnet 1.15
21055      Branch: perl
21056            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
21057 ____________________________________________________________________________
21058 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
21059         Log: The changes #8803 and #8896 that fixed JPL for use with
21060              JDK 1.2/1.3 had somehow disappeared.
21061      Branch: perl
21062            ! perl.c perl.h
21063 ____________________________________________________________________________
21064 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
21065         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
21066              to be issued if the string to be left-justified by s?printf contains
21067              a newline.
21068
21069              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
21070              From: Robin Barker <Robin.Barker@npl.co.uk>
21071              Date: Wed, 11 Jun 2003 18:10:14 +0100
21072              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
21073      Branch: perl
21074            ! pod/perldiag.pod sv.c t/lib/warnings/sv
21075 ____________________________________________________________________________
21076 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
21077         Log: Patch for a warning emitted twice, from :
21078              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
21079              From: Steve Grazzini <grazz@pobox.com>
21080              Date: Wed, 11 Jun 2003 00:46:47 -0400
21081              Message-ID: <20030611044647.GA16696@grazzini.net>
21082      Branch: perl
21083            ! pp_sys.c
21084 ____________________________________________________________________________
21085 [ 19750] By: sky                                   on 2003/06/12  15:03:55
21086         Log: In free we want to destroy, not init, thanks to Tim Bunce for
21087              detecting this. Should hopefully fix memory leak on Tru64
21088      Branch: perl
21089            ! ext/threads/shared/shared.xs
21090 ____________________________________________________________________________
21091 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
21092         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
21093              no ->Open, not if ->Open returns NULL.
21094      Branch: perl
21095            ! perlio.c
21096 ____________________________________________________________________________
21097 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
21098         Log: Further perlio doc tweaks.
21099      Branch: perl
21100            ! lib/PerlIO.pm pod/perlrun.pod
21101 ____________________________________________________________________________
21102 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
21103         Log: Slightly amended version of the proposed patch for
21104              "[perl #22390] export PERLIO=bytes segfaults";
21105              the amendment is to set errno.
21106              TODO: we really should not get here if the layer
21107              stack is corrupt or non-sensical (like "bytes").
21108      Branch: perl
21109            ! perlio.c
21110 ____________________________________________________________________________
21111 [ 19746] By: sky                                   on 2003/06/12  08:37:39
21112         Log: Be polite and destroy the mutexes and conditions we use!
21113      Branch: perl
21114            ! ext/threads/shared/shared.xs
21115 ____________________________________________________________________________
21116 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
21117         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
21118              From: Andy Dougherty <doughera@lafayette.edu>
21119              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
21120              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
21121      Branch: perl
21122            ! lib/File/Temp/t/security.t
21123 ____________________________________________________________________________
21124 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
21125         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
21126              From: Andy Dougherty <doughera@lafayette.edu>
21127              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
21128              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
21129      Branch: perl
21130            ! Configure
21131 ____________________________________________________________________________
21132 [ 19741] By: merijn                                on 2003/06/11  14:06:49
21133         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
21134              From: PPrymmer@factset.com
21135              Date: Wed, 11 Jun 2003 09:00:34 -0400
21136              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
21137      Branch: perl
21138            ! lib/vmsish.t
21139 ____________________________________________________________________________
21140 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
21141         Log: Doc nit.
21142      Branch: perl
21143            ! INSTALL
21144 ____________________________________________________________________________
21145 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
21146         Log: Integrate from maint:
21147              [ 19738]
21148              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
21149              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21150              Date: Tue, 10 Jun 2003 22:10:47 +0200
21151              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
21152      Branch: perl
21153           !> ext/Encode/encengine.c ext/List/Util/Util.xs
21154           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
21155           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
21156           !> sv.c
21157 ____________________________________________________________________________
21158 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
21159         Log: Upgrade to Unicode::Normalize 0.22.
21160      Branch: perl
21161            ! ext/Unicode/Normalize/Changes
21162            ! ext/Unicode/Normalize/Makefile.PL
21163            ! ext/Unicode/Normalize/Normalize.pm
21164            ! ext/Unicode/Normalize/Normalize.xs
21165            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21166            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
21167            ! ext/Unicode/Normalize/t/test.t
21168 ____________________________________________________________________________
21169 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
21170         Log: Upgrade to Unicode::Collate 0.25.
21171      Branch: perl
21172            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21173            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
21174            ! lib/Unicode/Collate/t/test.t
21175 ____________________________________________________________________________
21176 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
21177         Log: On a real multicpu box the child thread could still be running
21178              when the parent thread was already testing.
21179      Branch: perl
21180            ! ext/threads/shared/t/hv_refs.t
21181 ____________________________________________________________________________
21182 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
21183         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
21184              From: Andy Dougherty <doughera@lafayette.edu>
21185              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
21186              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
21187      Branch: perl
21188            ! INSTALL
21189 ____________________________________________________________________________
21190 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
21191         Log: Subject: [PATCH] Re: nitpick with \(0..2)
21192              From: Steve Grazzini <grazz@pobox.com>
21193              Date: Fri, 6 Jun 2003 01:42:59 -0400
21194              Message-ID: <20030606054259.GA30249@grazzini.net>
21195      Branch: perl
21196            ! op.c pod/perlop.pod t/op/ref.t
21197 ____________________________________________________________________________
21198 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
21199         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
21200      Branch: perl
21201            ! ext/Unicode/Normalize/Normalize.pm
21202 ____________________________________________________________________________
21203 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
21204         Log: In the debugger, flush stdout/stderr before the prompt is printed
21205              Subject: Re: [PATCH] Perlbug #15228
21206              From: Alex Vandiver <alexmv@MIT.EDU>
21207              Date: 04 Jun 2003 04:50:10 -0400
21208              Message-Id: <1054716610.21402.45.camel@supox>
21209      Branch: perl
21210            ! lib/perl5db.pl
21211 ____________________________________________________________________________
21212 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
21213         Log: mark 450_service.t#18 as a todo test on windows
21214      Branch: perl
21215            ! lib/Net/Ping/t/450_service.t
21216 ____________________________________________________________________________
21217 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
21218         Log: one of the Net::Ping time-dependent tests fails sporadically
21219              when the response from localhost is "too quick"
21220      Branch: perl
21221            ! lib/Net/Ping/t/250_ping_hires.t
21222 ____________________________________________________________________________
21223 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
21224         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
21225              From: Michael G Schwern <schwern@pobox.com>
21226              Date: Sat, 7 Jun 2003 01:16:32 -0700
21227              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
21228      Branch: perl
21229            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
21230            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
21231            ! lib/ExtUtils/t/Liblist.t
21232 ____________________________________________________________________________
21233 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
21234         Log: fix for perlio.t failures on windows (from Dan Kogai)
21235      Branch: perl
21236            ! ext/Encode/t/perlio.t
21237 ____________________________________________________________________________
21238 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
21239         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
21240              From: PPrymmer@factset.com
21241              Date: Mon, 9 Jun 2003 09:57:43 -0400
21242              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
21243      Branch: perl
21244            ! configure.com utils/perlivp.PL
21245 ____________________________________________________________________________
21246 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
21247         Log: windows: fix memory leak in %ENV handling (shows up as a
21248              leak even in the simplest fork() loop, because perl_construct()
21249              now does the equivalent of %ENV assignments using mg_set())
21250      Branch: perl
21251            ! win32/perlhost.h
21252 ____________________________________________________________________________
21253 [ 19715] By: sky                                   on 2003/06/09  09:35:47
21254         Log: Support blessed shared references.
21255      Branch: perl
21256            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
21257            ! ext/threads/shared/t/hv_refs.t
21258 ____________________________________________________________________________
21259 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
21260         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
21261              From: "Craig A. Berry" <craigberry@mac.com>
21262              Date: Sun, 08 Jun 2003 16:49:43 -0500
21263              Message-ID: <3EE3AF77.7060302@mac.com>
21264      Branch: perl
21265            ! t/op/pack.t
21266 ____________________________________________________________________________
21267 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
21268         Log: Subject: Re: forwarded you a test result
21269              From: Dan Kogai <dankogai@dan.co.jp>
21270              Date: Sun, 8 Jun 2003 11:04:43 +0900
21271              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
21272      Branch: perl
21273            ! ext/Encode/t/Encode.t
21274 ____________________________________________________________________________
21275 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
21276         Log: Regen Configure et al.
21277      Branch: perl
21278            ! Configure Porting/config.sh Porting/config_H
21279 ____________________________________________________________________________
21280 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
21281         Log: More symbol scan logic from Alan Burlison.
21282      Branch: perl
21283            ! Configure Porting/Glossary hints/solaris_2.sh
21284 ____________________________________________________________________________
21285 [ 19708] By: sky                                   on 2003/06/07  13:28:50
21286         Log: Major (internal) change to make it much more easy to embed
21287              threaded perl because we don't use our own TLS for the current
21288              thread info, but instead use PL_modglobal. Should make the
21289              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
21290      Branch: perl
21291            ! ext/threads/threads.xs
21292 ____________________________________________________________________________
21293 [ 19707] By: sky                                   on 2003/06/07  13:27:01
21294         Log: Last patch broke this slightly because INC was wrong.
21295      Branch: perl
21296            ! ext/threads/t/thread.t
21297 ____________________________________________________________________________
21298 [ 19706] By: sky                                   on 2003/06/07  13:07:53
21299         Log: Remove warnings from tests.
21300      Branch: perl
21301            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
21302            ! ext/threads/t/list.t
21303 ____________________________________________________________________________
21304 [ 19705] By: sky                                   on 2003/06/07  12:42:28
21305         Log: Work in non core env.
21306      Branch: perl
21307            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
21308            ! ext/threads/t/libc.t ext/threads/t/list.t
21309            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
21310            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
21311            ! ext/threads/t/thread.t
21312 ____________________________________________________________________________
21313 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
21314         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
21315              From: Michael G Schwern <schwern@pobox.com>
21316              Date: Fri, 6 Jun 2003 18:41:45 -0700
21317              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
21318      Branch: perl
21319            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
21320            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
21321            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
21322            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
21323            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
21324            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
21325            ! lib/ExtUtils/t/zz_cleanup_dummy.t
21326 ____________________________________________________________________________
21327 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
21328         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
21329      Branch: perl
21330            ! lib/Time/Local.pm lib/Time/Local.t
21331 ____________________________________________________________________________
21332 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
21333         Log: Complement to change #19698 :
21334              add also this information (=> and curly braces doesn't
21335              quote compound identifiers) to the strict manpage.
21336              As an experiment in documentation, add a "HISTORY" section
21337              to the strict manpage.
21338      Branch: perl
21339            ! lib/strict.pm
21340 ____________________________________________________________________________
21341 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
21342         Log: Minor grammatical nit.
21343      Branch: perl
21344            ! README.hpux
21345 ____________________________________________________________________________
21346 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
21347         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
21348              From: Stas Bekman <stas@stason.org>
21349              Date: Thu, 05 Jun 2003 10:10:36 +1000
21350              Message-ID: <3EDE8A7C.2080302@stason.org>
21351
21352              Subject: [patch] perlguts authors dup
21353              From: Stas Bekman <stas@stason.org>
21354              Date: Thu, 05 Jun 2003 10:14:12 +1000
21355              Message-ID: <3EDE8B54.6090808@stason.org>
21356      Branch: perl
21357            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
21358 ____________________________________________________________________________
21359 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
21360         Log: Clarify that => doesn't quote compound identifiers.
21361      Branch: perl
21362            ! pod/perldata.pod
21363 ____________________________________________________________________________
21364 [ 19696] By: merijn                                on 2003/06/06  12:21:43
21365         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
21366              as the compiler supports it)
21367      Branch: perl
21368            ! README.hpux
21369 ____________________________________________________________________________
21370 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
21371         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
21372              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21373              Date: Wed, 04 Jun 2003 00:08:32 -0700
21374              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
21375      Branch: perl
21376            ! t/run/switches.t toke.c
21377 ____________________________________________________________________________
21378 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
21379         Log: Subject: [PATCH] RE: maint @ 19683
21380              From: Robin Barker <Robin.Barker@npl.co.uk>
21381              Date: Thu, 5 Jun 2003 17:16:58 +0100
21382              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
21383
21384              (skipped the MIME::Base64 part, leaving that to Gisle)
21385      Branch: perl
21386            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
21387 ____________________________________________________________________________
21388 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
21389         Log: SKIP label was missing.
21390      Branch: perl
21391            ! t/io/utf8.t
21392 ____________________________________________________________________________
21393 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
21394         Log: z/OS makedepend fix from Peter Prymmer;
21395              still needed as reported by Brian De Pradine.
21396      Branch: perl
21397            ! makedepend.SH
21398 ____________________________________________________________________________
21399 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
21400         Log: Even more getspecific patches from Brian De Pradine;
21401              macrofy the construct.
21402      Branch: perl
21403            ! ext/threads/threads.xs
21404 ____________________________________________________________________________
21405 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
21406         Log: z/OS threads tweak from Brian De Pradine.
21407      Branch: perl
21408            ! ext/threads/threads.xs
21409 ____________________________________________________________________________
21410 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
21411         Log: Upgrade to Time::HiRes 1.48.
21412      Branch: perl
21413            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21414 ____________________________________________________________________________
21415 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
21416         Log: Prevent a potential null pointer dereference.
21417              Noticed by Ryan Koga <rkoga@caida.org> in
21418              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
21419      Branch: perl
21420            ! perlio.c
21421 ____________________________________________________________________________
21422 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
21423         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
21424              From: Andy Dougherty <doughera@lafayette.edu>
21425              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
21426              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
21427      Branch: perl
21428            ! hints/darwin.sh
21429 ____________________________________________________________________________
21430 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
21431         Log: On closer reading the proposed UTS#18 update required
21432              even more changes.
21433      Branch: perl
21434            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
21435            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
21436            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
21437            ! lib/unicore/mktables
21438 ____________________________________________________________________________
21439 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
21440         Log: Align the 'graph' property definition with the proposed
21441              Unicode UTS #18 update (v7).
21442      Branch: perl
21443            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
21444 ____________________________________________________________________________
21445 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
21446         Log: Subject: [MacOS X] consider useshrplib='false' by default
21447              From: Dan Kogai <dankogai@dan.co.jp>
21448              Date: Wed, 4 Jun 2003 01:29:42 +0900
21449              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
21450      Branch: perl
21451            ! hints/darwin.sh
21452 ____________________________________________________________________________
21453 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
21454         Log: Urk.  Joe's patches were for the maint branch,
21455              not for the blead (which has assertions and stuff).
21456              Retract #19677, #19676, #19674.
21457      Branch: perl
21458            ! lib/perl5db.pl
21459 ____________________________________________________________________________
21460 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
21461         Log: According to Arthur this should help
21462              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
21463      Branch: perl
21464            ! ext/threads/threads.xs
21465 ____________________________________________________________________________
21466 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
21467         Log: Tiny tweaks from Joe McMahon.
21468      Branch: perl
21469            ! lib/perl5db.pl
21470 ____________________________________________________________________________
21471 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
21472         Log: Tiny pod and speling tweaks.
21473      Branch: perl
21474            ! lib/perl5db.pl
21475 ____________________________________________________________________________
21476 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
21477         Log: Subject: Extensive documentation patch redux
21478              From: Joe McMahon <mcmahon@ibiblio.org>
21479              Date: Mon, 2 Jun 2003 09:53:40 -0400
21480              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
21481
21482              Subject: RE: [PATCH] RE: Extensive documentation patch redux
21483              From: Robin Barker <Robin.Barker@npl.co.uk>
21484              Date: Tue, 3 Jun 2003 10:00:22 +0100
21485              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
21486      Branch: perl
21487            ! lib/perl5db.pl
21488 ____________________________________________________________________________
21489 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
21490         Log: Salvage parts of #19667.
21491      Branch: perl
21492            ! perlio.c win32/win32.c win32/win32iop.h
21493 ____________________________________________________________________________
21494 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
21495         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
21496              still is there).
21497      Branch: perl
21498            ! MANIFEST pod/perlfunc.pod
21499 ____________________________________________________________________________
21500 [ 19671] By: merijn                                on 2003/06/03  08:27:07
21501         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
21502              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21503              Date: Tue, 03 Jun 2003 01:55:06 -0700
21504              Message-ID: <qJG3+gzkgajL092yn@efn.org>
21505      Branch: perl
21506            ! README.cygwin
21507 ____________________________________________________________________________
21508 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
21509         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
21510              #19655, #19418; File::Temp no more used internally.
21511              Some parts of these will be salvaged later.
21512      Branch: perl
21513            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
21514            ! proto.h win32/win32.c win32/win32iop.h
21515 ____________________________________________________________________________
21516 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
21517         Log: fix for 09_gen_rs.t#59 failure on windows
21518      Branch: perl
21519            ! lib/Tie/File/t/09_gen_rs.t
21520 ____________________________________________________________________________
21521 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
21522         Log: resurrect change#19628 and make it work by generalizing
21523              a spot that had a hardcoded dependency on the cmd.exe
21524              arguments being "/x/c" or "/c"
21525      Branch: perl
21526            ! pod/perlrun.pod win32/win32.c
21527 ____________________________________________________________________________
21528 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
21529         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
21530              reuse the straightforward native implementation instead
21531
21532              this fixes the warning from io_xs.t
21533
21534              NOTE: File::Temp has a less-than-robust implementation on windows
21535              that relies on END blocks being run (this may not happen always)
21536      Branch: perl
21537            ! op.c win32/win32.c win32/win32iop.h
21538 ____________________________________________________________________________
21539 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
21540         Log: change#19628 broke many win32/system.t tests, so back it out
21541      Branch: perl
21542            ! pod/perlrun.pod win32/win32.c
21543 ____________________________________________________________________________
21544 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
21545         Log: A little bit more of weird-code-proofing in B::Deparse.
21546              Fixes a bug reported by Alexey Tourbin in
21547              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
21548      Branch: perl
21549            ! ext/B/B/Deparse.pm
21550 ____________________________________________________________________________
21551 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
21552         Log: Upgrade to the CGI.pm 2.93.
21553
21554              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
21555      Branch: perl
21556            + lib/CGI/t/util-58.t
21557            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
21558            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
21559            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
21560            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
21561            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
21562            ! lib/CGI/t/switch.t lib/CGI/t/util.t
21563 ____________________________________________________________________________
21564 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
21565         Log: Whitespace tweaks.
21566      Branch: perl
21567            ! hints/uwin.sh
21568 ____________________________________________________________________________
21569 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
21570         Log: U/WIN: final (for now) touches from John P. Linderman;
21571              now we get 97% success rate, the remaining failures are
21572              quite obscure.
21573      Branch: perl
21574            ! hints/uwin.sh lib/locale.t
21575 ____________________________________________________________________________
21576 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
21577         Log: Sync with libnet 1.14
21578      Branch: perl
21579            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
21580            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
21581            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
21582            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
21583 ____________________________________________________________________________
21584 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
21585         Log: Beautification.
21586      Branch: perl
21587            ! op.c
21588 ____________________________________________________________________________
21589 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
21590         Log: Duplicate definition bad.
21591      Branch: perl
21592            ! op.c
21593 ____________________________________________________________________________
21594 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
21595         Log: I thought I tried building threaded.  Never think.  Try.
21596      Branch: perl
21597            ! perlio.c
21598 ____________________________________________________________________________
21599 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
21600         Log: Stick with the original (5.8.0) logic.
21601      Branch: perl
21602            ! op.c
21603 ____________________________________________________________________________
21604 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
21605         Log: Since pulling in File::Temp for tempfiles would pull in
21606              also Fcntl, miniperl could not open up tempfiles.  This broke
21607              the use of miniperl in VMS, as noticed by Craig Berry.
21608              Try to cure this by moving the creation of tempfile into its
21609              own routine, my_tmpfp(), which gets compiled differently
21610              for miniperl and perl.
21611      Branch: perl
21612            ! embed.fnc embed.h op.c perlio.c proto.h
21613 ____________________________________________________________________________
21614 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
21615         Log: A pointless test, noticed by Craig Berry.
21616      Branch: perl
21617            ! perlio.c
21618 ____________________________________________________________________________
21619 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
21620         Log: Two Cygwin patches from Gerrit.
21621
21622              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
21623              From: "Gerrit P. Haase" <gp@familiehaase.de>
21624              Date: Sat, 31 May 2003 14:12:07 +0200
21625              Message-ID: <179860591535.20030531141207@familiehaase.de>
21626
21627              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
21628              Date: Sat, 31 May 2003 13:57:49 +0200
21629              Message-ID: <11859733881.20030531135749@familiehaase.de>
21630      Branch: perl
21631            ! README.cygwin perl.h t/io/layers.t
21632 ____________________________________________________________________________
21633 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
21634         Log: Fix a case of segfault in gv_check(), by making
21635              it ignore non-GV values in stashes.
21636      Branch: perl
21637            ! gv.c t/op/stash.t
21638 ____________________________________________________________________________
21639 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
21640         Log: Don't install test.pl files.
21641      Branch: perl
21642            ! installperl
21643 ____________________________________________________________________________
21644 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
21645         Log: Regenerate internals pods.
21646      Branch: perl
21647            ! pod/perlapi.pod pod/perlintern.pod
21648 ____________________________________________________________________________
21649 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
21650         Log: Subject: [PATCH] jumbo closure patch broke formats
21651              From: Dave Mitchell <davem@fdgroup.com>
21652              Date: Sat, 31 May 2003 19:54:48 +0100
21653              Message-ID: <20030531185448.GA6055@fdgroup.com>
21654              Plus restore the original test script for bug #22372
21655      Branch: perl
21656            ! pad.c t/op/write.t
21657 ____________________________________________________________________________
21658 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
21659         Log: Better patch from Inaba Hiroto for
21660              [perl #22375] 'split'/'index' problem for utf8
21661      Branch: perl
21662            ! sv.c
21663 ____________________________________________________________________________
21664 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
21665         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
21666              From: Enache Adrian <enache@rdslink.ro>
21667              Date: Sat, 31 May 2003 14:18:11 +0300
21668              Message-ID: <20030531111811.GA1240@ratsnest.hole>
21669      Branch: perl
21670            ! t/op/write.t
21671 ____________________________________________________________________________
21672 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
21673         Log: Interesting patch(1) glitch.
21674      Branch: perl
21675            ! lib/Tie/File.pm
21676 ____________________________________________________________________________
21677 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
21678         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
21679              From: Enache Adrian <enache@rdslink.ro>
21680              Date: Fri, 30 May 2003 18:52:28 +0300
21681              Message-ID: <20030530155228.GA872@ratsnest.hole>
21682      Branch: perl
21683            ! sv.c t/op/write.t
21684 ____________________________________________________________________________
21685 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
21686         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
21687              From: "Craig A. Berry" <craigberry@mac.com>
21688              Date: Fri, 30 May 2003 13:08:01 -0500
21689              Message-ID: <3ED79E01.8050401@mac.com>
21690      Branch: perl
21691            ! ext/Encode/t/perlio.t
21692 ____________________________________________________________________________
21693 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
21694         Log: Upgrade to Tie::File 0.96.
21695      Branch: perl
21696            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
21697            ! lib/Tie/File/t/09_gen_rs.t
21698 ____________________________________________________________________________
21699 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
21700         Log: test.pl-isation.
21701      Branch: perl
21702            ! t/op/index.t
21703 ____________________________________________________________________________
21704 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
21705         Log: A bit of networking notworking negativity.
21706              (Inspiration from Jos.)
21707      Branch: perl
21708            ! pod/perlport.pod
21709 ____________________________________________________________________________
21710 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
21711         Log: Fix for "#22375 'split'/'index' problem for utf8".
21712      Branch: perl
21713            ! sv.c t/op/index.t
21714 ____________________________________________________________________________
21715 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
21716         Log: Add the test case for the already fixed
21717              [perl #22351] perl bug with 'e' substitution modifier
21718      Branch: perl
21719            ! t/op/subst.t
21720 ____________________________________________________________________________
21721 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
21722         Log: Comment tweakage.
21723      Branch: perl
21724            ! intrpvar.h
21725 ____________________________________________________________________________
21726 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
21727         Log: Subject: [PATCH] jumbo closure fix
21728              From: Dave Mitchell <davem@fdgroup.com>
21729              Date: Wed, 26 Feb 2003 14:49:47 +0000
21730              Message-ID: <20030226144947.A14444@fdgroup.com>
21731      Branch: perl
21732            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
21733            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
21734            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
21735            ! t/op/closure.t
21736 ____________________________________________________________________________
21737 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
21738         Log: Subject: Credits patch
21739              From: Ed Avis <ed@membled.com>
21740              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
21741              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
21742      Branch: perl
21743            ! lib/Tie/RefHash.pm
21744 ____________________________________________________________________________
21745 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
21746         Log: Subject: [patch] IO::File->open() with encoding
21747              From: Pradeep Hodigere <phodigere@yahoo.com>
21748              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
21749              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
21750      Branch: perl
21751            + ext/IO/lib/IO/t/io_utf8.t
21752            ! MANIFEST ext/IO/lib/IO/File.pm
21753 ____________________________________________________________________________
21754 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
21755         Log: A *much* cut-down version of the patches in the thread
21756              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
21757              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
21758              Date: 16 May 2003 19:04:28 -0000
21759              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
21760      Branch: perl
21761            ! pod/perldiag.pod
21762 ____________________________________________________________________________
21763 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
21764         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
21765              From: Dave Mitchell <davem@fdgroup.com>
21766              Date: Tue, 27 May 2003 19:31:10 +0100
21767              Message-ID: <20030527183110.GA22715@fdgroup.com>
21768      Branch: perl
21769            ! hv.c
21770 ____________________________________________________________________________
21771 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
21772         Log: Document that setvbuf() is not probably any more available.
21773              Many reports, most recently by mjd in
21774              [perl #22339] IO::Handle::setvbuf not defined properly
21775      Branch: perl
21776            ! ext/IO/lib/IO/Handle.pm
21777 ____________________________________________________________________________
21778 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
21779         Log: Subject: typo in pod/perlfunc.pod
21780              From: Alexey Mahotkin <alexm@w-m.ru>
21781              Date: Wed, 28 May 2003 15:18:04 +0400
21782              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
21783      Branch: perl
21784            ! pod/perlfunc.pod
21785 ____________________________________________________________________________
21786 [ 19629] By: merijn                                on 2003/05/28  12:24:42
21787         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
21788              From: Andy Dougherty <doughera@lafayette.edu>
21789              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
21790              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
21791      Branch: perl
21792            ! x2p/Makefile.SH
21793 ____________________________________________________________________________
21794 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
21795         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
21796              From: Jan Dubois <jand@ActiveState.com>
21797              Date: Mon, 26 May 2003 23:33:53 -0700
21798              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
21799      Branch: perl
21800            ! pod/perlrun.pod win32/win32.c
21801 ____________________________________________________________________________
21802 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
21803         Log: OpenZaurus cross-compilation patches from Redvers Davies.
21804      Branch: perl
21805            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
21806            ! Cross/config.sh-arm-linux Cross/generate_config_sh
21807            ! Cross/installperl.patch
21808 ____________________________________________________________________________
21809 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
21810         Log: For now reword the sysread/syswrite description to
21811              stress the fact that by default everything is still bytes.
21812      Branch: perl
21813            ! pod/perlfunc.pod
21814 ____________________________________________________________________________
21815 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
21816         Log: Subject: Re: [perl #22299] goto doesn't find label
21817              From: Dave Mitchell <davem@fdgroup.com>
21818              Date: Sat, 24 May 2003 12:25:17 +0100
21819              Message-ID: <20030524112517.GA11761@fdgroup.com>
21820
21821              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
21822              From: Dave Mitchell <davem@fdgroup.com>
21823              Date: Mon, 26 May 2003 13:47:11 +0100
21824              Message-ID: <20030526124710.GA17670@fdgroup.com>
21825      Branch: perl
21826            ! pp_ctl.c t/op/goto.t
21827 ____________________________________________________________________________
21828 [ 19623] By: merijn                                on 2003/05/26  11:19:38
21829         Log: Subject: [PATCH] for cygwin/perlld.in
21830              From: "Gerrit P. Haase" <gp@familiehaase.de>
21831              Date: Sat, 24 May 2003 16:51:29 +0200
21832              Message-ID: <162265353578.20030524165129@familiehaase.de>
21833      Branch: perl
21834            ! cygwin/perlld.in
21835 ____________________________________________________________________________
21836 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
21837         Log: Regen modlib and toc.
21838      Branch: perl
21839            ! pod/perlmodlib.pod pod/perltoc.pod
21840 ____________________________________________________________________________
21841 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
21842         Log: Run external commands only with localized sanitized $ENV{PATH}.
21843      Branch: perl
21844            ! ext/Sys/Hostname/Hostname.pm
21845 ____________________________________________________________________________
21846 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
21847         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
21848              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21849              Date: Sun, 25 May 2003 21:17:42 +0200
21850              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
21851      Branch: perl
21852            ! perlio.h
21853 ____________________________________________________________________________
21854 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
21855         Log: Protect against race conditions: if the pid is not seen,
21856              neither will be the $0 change be seen (and vice versa).
21857      Branch: perl
21858            ! ext/threads/t/join.t
21859 ____________________________________________________________________________
21860 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
21861         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
21862              From: Dan Kogai <dankogai@dan.co.jp>
21863              Date: 24 May 2003 19:50:48 -0000
21864              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
21865      Branch: perl
21866            ! ext/Encode/bin/piconv
21867 ____________________________________________________________________________
21868 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
21869         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
21870              From: Dave Mitchell <davem@fdgroup.com>
21871              Date: Thu, 22 May 2003 10:13:19 +0100
21872              Message-ID: <20030522091319.GA4568@fdgroup.com>
21873
21874              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
21875              From: Dave Mitchell <davem@fdgroup.com>
21876              Date: Fri, 23 May 2003 17:09:44 +0100
21877              Message-ID: <20030523160944.GC9194@fdgroup.com>
21878      Branch: perl
21879            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
21880            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
21881 ____________________________________________________________________________
21882 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
21883         Log: Missing "to".
21884      Branch: perl
21885            ! NetWare/config_H.wc Porting/config_H config_h.SH
21886            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
21887            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21888            ! win32/config_H.vc64 wince/config_H.ce
21889 ____________________________________________________________________________
21890 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
21891         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
21892      Branch: perl
21893            ! Cross/config.sh-arm-linux NetWare/config.wc
21894            ! NetWare/config_H.wc configure.com epoc/config.sh
21895            ! plan9/config.plan9 plan9/config_h.sample
21896            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
21897            ! win32/config.gc win32/config.vc win32/config.vc64
21898            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21899            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
21900 ____________________________________________________________________________
21901 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
21902         Log: Regen Glossary et al.
21903      Branch: perl
21904            ! Porting/Glossary Porting/config.sh Porting/config_H
21905 ____________________________________________________________________________
21906 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
21907         Log: Add a real scan for pthread_attr_setscope().
21908      Branch: perl
21909            ! Configure config_h.SH ext/threads/threads.xs
21910 ____________________________________________________________________________
21911 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
21912         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
21913      Branch: perl
21914            - lib/ftp.pl
21915            ! MANIFEST
21916 ____________________________________________________________________________
21917 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
21918         Log: Noticed by John P. Linderman.
21919      Branch: perl
21920            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
21921 ____________________________________________________________________________
21922 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
21923         Log: Subject: [PATCH] RE: state of deparse?
21924              From: Robin Barker <Robin.Barker@npl.co.uk>
21925              Date: Fri, 23 May 2003 17:42:37 +0100
21926              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
21927      Branch: perl
21928            ! ext/B/B/Deparse.pm
21929 ____________________________________________________________________________
21930 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
21931         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
21932              From: Robin Barker <Robin.Barker@npl.co.uk>
21933              Date: Fri, 23 May 2003 17:37:09 +0100
21934              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
21935      Branch: perl
21936            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
21937            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
21938 ____________________________________________________________________________
21939 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
21940         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
21941              From: Robin Barker <Robin.Barker@npl.co.uk>
21942              Date: Fri, 23 May 2003 17:32:22 +0100
21943              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
21944      Branch: perl
21945            ! embed.pl perl.h perlio.c perlio.h proto.h
21946 ____________________________________________________________________________
21947 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
21948         Log: Hasty editing, grumble.
21949      Branch: perl
21950            ! ext/POSIX/POSIX.xs
21951 ____________________________________________________________________________
21952 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
21953         Log: Linewrapping MUAs, grumble.
21954      Branch: perl
21955            ! ext/POSIX/POSIX.xs
21956 ____________________________________________________________________________
21957 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
21958         Log: U/WIN extension fix from John P. Linderman.
21959      Branch: perl
21960            ! ext/POSIX/POSIX.xs
21961 ____________________________________________________________________________
21962 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
21963         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
21964              From: Dan Kogai <dankogai@dan.co.jp>
21965              Date: Sat, 24 May 2003 00:15:49 +0900
21966              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
21967      Branch: perl
21968            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
21969            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
21970 ____________________________________________________________________________
21971 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
21972         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
21973              From: Michael G Schwern <schwern@pobox.com>
21974              Date: Fri, 23 May 2003 02:10:46 -0700
21975              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
21976      Branch: perl
21977            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
21978            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
21979            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
21980            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
21981            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
21982            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21983            ! lib/ExtUtils/MakeMaker/FAQ.pod
21984            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
21985            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
21986            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
21987 ____________________________________________________________________________
21988 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
21989         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
21990              From: Dan Kogai <dankogai@dan.co.jp>
21991              Date: Fri, 23 May 2003 20:17:16 +0900
21992              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
21993      Branch: perl
21994            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
21995            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
21996            ! ext/Encode/lib/Encode/Encoding.pm
21997            ! ext/PerlIO/encoding/encoding.xs
21998 ____________________________________________________________________________
21999 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
22000         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
22001      Branch: perl
22002            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
22003            ! ext/Time/HiRes/HiRes.xs
22004 ____________________________________________________________________________
22005 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
22006         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
22007              From: Dan Kogai <dankogai@dan.co.jp>
22008              Date: Thu, 22 May 2003 18:46:40 +0900
22009              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
22010      Branch: perl
22011            ! ext/Encode/encoding.pm
22012 ____________________________________________________________________________
22013 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
22014         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
22015              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
22016              Date: Tue, 13 May 2003 10:36:32 +0200
22017              Message-id: <20030513083631.GA21782@ethan>
22018      Branch: perl
22019            ! utils/h2xs.PL
22020 ____________________________________________________________________________
22021 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
22022         Log: New warning "Useless localization of %s", based on
22023              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
22024              From: Dave Mitchell <davem@fdgroup.com>
22025              Date: Wed, 30 Apr 2003 21:17:38 +0100
22026              Message-ID: <20030430201738.GA22054@fdgroup.com>
22027
22028              The proposed patch added this warning in the 'deprecated' category ;
22029              I think this category is for things that exist and will be removed,
22030              rather than for things that don't exist and that will maybe be added.
22031      Branch: perl
22032            ! op.c pod/perldiag.pod t/lib/warnings/op
22033 ____________________________________________________________________________
22034 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
22035         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
22036              disable the loading of .pmc files if defined.
22037              Rename the function S_doopen_pmc to S_doopen_pm.
22038      Branch: perl
22039            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
22040 ____________________________________________________________________________
22041 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
22042         Log: More U/WIN tweaks from John P. Linderman.
22043      Branch: perl
22044            ! t/io/layers.t t/io/tell.t
22045 ____________________________________________________________________________
22046 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
22047         Log: Subject: [PATCH] perldata.pod revamp rev. 3
22048              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
22049              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
22050              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
22051      Branch: perl
22052            ! pod/perldata.pod
22053 ____________________________________________________________________________
22054 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
22055         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
22056              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22057              Date: Mon, 19 May 2003 17:53:25 -0400
22058              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
22059
22060              (the bug id corrected to be #22231, not #22238)
22061      Branch: perl
22062            ! lib/Switch.pm
22063 ____________________________________________________________________________
22064 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
22065         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
22066      Branch: perl
22067            ! ext/MIME/Base64/Makefile.PL
22068 ____________________________________________________________________________
22069 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
22070         Log: U/WIN test tweak from John P. Linderman.
22071      Branch: perl
22072            ! t/op/chdir.t
22073 ____________________________________________________________________________
22074 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
22075         Log: VMS test tweak from Craig Berry.
22076      Branch: perl
22077            ! lib/DirHandle.t
22078 ____________________________________________________________________________
22079 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
22080         Log: U/WIN test nit for John P. Linderman.
22081      Branch: perl
22082            ! ext/Cwd/t/cwd.t
22083 ____________________________________________________________________________
22084 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
22085         Log: Subject: [Encode] 1.95 released
22086              From: Dan Kogai <dankogai@dan.co.jp>
22087              Date: Wed, 21 May 2003 18:26:26 +0900
22088              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
22089      Branch: perl
22090            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
22091            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
22092            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
22093            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
22094            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
22095            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
22096            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
22097            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
22098            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
22099            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
22100            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
22101            ! ext/Encode/ucm/8859-9.ucm
22102 ____________________________________________________________________________
22103 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
22104         Log: Enhance the failure reporting for the pod2html tests
22105      Branch: perl
22106            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
22107 ____________________________________________________________________________
22108 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
22109         Log: Upgrade to Getopt::Long 2.33
22110              (mostly a version number increment)
22111      Branch: perl
22112            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
22113            ! lib/Getopt/Long/README
22114 ____________________________________________________________________________
22115 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
22116         Log: Upgrade to CPAN 1.70_54
22117              Subject: Re: CPAN.pm into blead
22118              From: Andreas J Koenig <andreas.koenig@anima.de>
22119              Date: Tue, 20 May 2003 11:31:16 +0200
22120              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
22121      Branch: perl
22122            - lib/CPAN/README
22123            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
22124 ____________________________________________________________________________
22125 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
22126         Log: Further -Uuseperlio tweaking.
22127      Branch: perl
22128            ! ext/Encode/t/Unicode.t
22129 ____________________________________________________________________________
22130 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
22131         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
22132              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22133              Date: Sun, 18 May 2003 19:21:01 -0700
22134              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
22135              (with tweaks to perldiag.pod)
22136      Branch: perl
22137            ! op.c pod/perldiag.pod
22138 ____________________________________________________________________________
22139 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
22140         Log: More Ultrix double definition avoidance.
22141      Branch: perl
22142            ! ext/Socket/Socket.xs
22143 ____________________________________________________________________________
22144 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
22145         Log: Integrate perlio:
22146              [ 19556]
22147              Fix ticket 18265
22148
22149              [ 19557]
22150              EINTR retry should exit on count >= 0 not !=0
22151      Branch: perl
22152           !> perlio.c
22153 ____________________________________________________________________________
22154 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
22155         Log: Nekkid numbers.
22156      Branch: perl
22157            ! ext/threads/threads.xs
22158 ____________________________________________________________________________
22159 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
22160         Log: Meaningless cosmetics.
22161      Branch: perl
22162            ! ext/threads/threads.xs
22163 ____________________________________________________________________________
22164 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
22165         Log: Make Perl_ithread_self() a bit more helpful when
22166              finding the thread fails (suggested by Stas in
22167              perl-ithreads Mar 01)
22168      Branch: perl
22169            ! ext/threads/threads.xs
22170 ____________________________________________________________________________
22171 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
22172         Log: Slightly wrong panic messages.
22173      Branch: perl
22174            ! ext/threads/threads.xs
22175 ____________________________________________________________________________
22176 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
22177         Log: Ultrix: the #19435 helped the IO extension, so this should
22178              help the Socket extension (socket structs redefinitions).
22179      Branch: perl
22180            ! ext/Socket/Socket.xs
22181 ____________________________________________________________________________
22182 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
22183         Log: Based on
22184
22185              Subject: [PATCH threads.xs] no system scope on VMS
22186              From: "Craig A. Berry" <craigberry@mac.com>
22187              Date: Sun, 18 May 2003 23:02:07 -0500
22188              Message-ID: <3EC8573F.6050005@mac.com>
22189
22190              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
22191      Branch: perl
22192            ! ext/threads/threads.xs
22193 ____________________________________________________________________________
22194 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
22195         Log: Make the test work without perlio, from Dan Kogai.
22196      Branch: perl
22197            ! ext/Encode/t/Unicode.t
22198 ____________________________________________________________________________
22199 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
22200         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
22201              From: Michael G Schwern <schwern@pobox.com>
22202              Date: Wed, 14 May 2003 15:36:23 -0700
22203              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
22204      Branch: perl
22205            ! pod/perlsyn.pod pod/perltrap.pod
22206 ____________________________________________________________________________
22207 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
22208         Log: Integrate from perlio:
22209              [ 19542]
22210              Fix ticket #22219
22211
22212              [ 19543]
22213              Spotted a bare close() where PerlLIO_close() seems correct.
22214      Branch: perl
22215           !> doio.c perlio.c
22216 ____________________________________________________________________________
22217 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
22218         Log: UTF-7 tweak from Dan Kogai.
22219      Branch: perl
22220            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
22221 ____________________________________________________________________________
22222 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
22223         Log: The 'quotes' really are important (caught by Enache Adrian).
22224      Branch: perl
22225            ! Makefile.SH
22226 ____________________________________________________________________________
22227 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
22228         Log: Subject: [Encode] UTF-7 Support
22229              From: Dan Kogai <dankogai@dan.co.jp>
22230              Date: Sun, 18 May 2003 00:45:35 +0900
22231              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
22232      Branch: perl
22233            + ext/Encode/lib/Encode/Unicode/UTF7.pm
22234            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
22235            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
22236            ! ext/Encode/lib/Encode/Config.pm
22237            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
22238 ____________________________________________________________________________
22239 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
22240         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
22241              non-left-aligned heredocs.
22242      Branch: perl
22243            ! Makefile.SH
22244 ____________________________________________________________________________
22245 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
22246         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
22247              From: Alan Burlison <Alan.Burlison@sun.com>
22248              Date: Thu, 15 May 2003 22:17:55 +0100
22249              Message-ID: <3EC40403.9000804@sun.com>
22250
22251              (fixed symbol scanning for Solaris 10)
22252      Branch: perl
22253            ! Configure
22254 ____________________________________________________________________________
22255 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
22256         Log: Upgrade to Getopt::Long 2.32_05
22257      Branch: perl
22258            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
22259            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
22260            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
22261            ! lib/Getopt/Long/t/gol-oo.t
22262 ____________________________________________________________________________
22263 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
22264         Log: Clarify the explanation of the warning "Possible precedence problem
22265              on bitwise operator".
22266      Branch: perl
22267            ! pod/perldiag.pod
22268 ____________________________________________________________________________
22269 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
22270         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
22271              with fractional version numbers or v-strings.
22272      Branch: perl
22273            ! ext/B/B/Deparse.pm
22274 ____________________________________________________________________________
22275 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
22276         Log: missing init in change#19533
22277      Branch: perl
22278            ! win32/win32sck.c
22279 ____________________________________________________________________________
22280 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
22281         Log: apply Net::Ping patch that makes the fork()-based approach
22282              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
22283
22284              the code this affects is currently not enabled anywhere, but
22285              could be enabled if the non-blocking approach runs into problems
22286              on older windows versions
22287      Branch: perl
22288            ! lib/Net/Ping.pm
22289 ____________________________________________________________________________
22290 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
22291         Log: improve the implementation of Net::Ping on windows by avoiding
22292              fork(), which is pretty heavy-weight for this kind of
22293              application; use non-blocking sockets instead
22294
22295              has been verified to work on Win2k but will need testing on
22296              other flavors of windows
22297
22298              there is a single known failure on windows in 450_service.t (test 18)
22299              due to what appears to be bugs in the ping_syn()/ack() code
22300      Branch: perl
22301            ! lib/Net/Ping.pm
22302 ____________________________________________________________________________
22303 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
22304         Log: change#16723 broke the ioctl() return value on platforms
22305              that have ioctl() but no fcntl() (e.g. windows)
22306
22307              change#17577 then attempted to fix the bustage, but got
22308              it wrong
22309      Branch: perl
22310            ! pp_sys.c
22311 ____________________________________________________________________________
22312 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
22313         Log: avoid select() on windows destroying errno (used to typically
22314              always sets it to EINVAL due to the way it maps the FD_SETs)
22315      Branch: perl
22316            ! win32/win32sck.c
22317 ____________________________________________________________________________
22318 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
22319         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
22320              compile error on ia64/HP-UX (comparing incompatible pointers)"
22321              plus a possible cure for the warning mentioned in the case.
22322      Branch: perl
22323            ! ext/Storable/Storable.xs
22324 ____________________________________________________________________________
22325 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
22326         Log: Apply the supplied patch for [perl #22195]
22327              "File::Find, sorted directory traversal order is inverted"
22328      Branch: perl
22329            ! lib/File/Find.pm
22330 ____________________________________________________________________________
22331 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
22332         Log: Subject: [PATCH] RE: maint snapshot @ 19525
22333              From: Robin Barker <Robin.Barker@npl.co.uk>
22334              Date: Fri, 16 May 2003 17:16:57 +0100
22335              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
22336
22337              (Part #2: the hv.c SVf)
22338      Branch: perl
22339            ! hv.c
22340 ____________________________________________________________________________
22341 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
22342         Log: Subject: [PATCH] RE: maint snapshot @ 19525
22343              From: Robin Barker <Robin.Barker@npl.co.uk>
22344              Date: Fri, 16 May 2003 17:16:57 +0100
22345              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
22346
22347              (Part #1: the __format__ and __printf__)
22348      Branch: perl
22349            ! Configure embed.pl perlio.c proto.h
22350 ____________________________________________________________________________
22351 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
22352         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
22353              From: Gisle Aas <gisle@ActiveState.com>
22354              Date: 13 May 2003 19:51:19 -0700
22355              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
22356      Branch: perl
22357            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22358            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
22359            ! ext/MIME/Base64/t/quoted-print.t
22360 ____________________________________________________________________________
22361 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
22362         Log: More Panther moves.
22363      Branch: perl
22364            ! Makefile.SH hints/darwin.sh
22365 ____________________________________________________________________________
22366 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
22367         Log: Curliff and liff with ease.
22368      Branch: perl
22369            + Porting/curliff.pl
22370            ! MANIFEST
22371 ____________________________________________________________________________
22372 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
22373         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
22374      Branch: perl
22375            ! Porting/sort_perldiag.pl
22376 ____________________________________________________________________________
22377 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
22378         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
22379              From: Casey West <casey@geeknest.com>
22380              Date: Fri, 9 May 2003 04:00:44 -0400
22381              Message-ID: <20030509080044.GA49820@geeknest.com>
22382
22383              (except for the dup.t patch which diddled with system().)
22384      Branch: perl
22385            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
22386            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
22387            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
22388            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22389            ! win32/config_H.vc64 wince/config_H.ce
22390 ____________________________________________________________________________
22391 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
22392         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
22393              From: Gisle Aas <gisle@ActiveState.com>
22394              Date: 13 May 2003 09:59:50 -0700
22395              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
22396      Branch: perl
22397            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22398            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
22399            ! ext/MIME/Base64/t/quoted-print.t
22400 ____________________________________________________________________________
22401 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
22402         Log: Subject: [PATCH] More perldiag.pod sorting
22403              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
22404              Date: Tue, 13 May 2003 15:13:53 -0400
22405              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
22406
22407              (plus add 'no locale;')
22408      Branch: perl
22409            + Porting/sort_perldiag.pl
22410            ! MANIFEST pod/perldiag.pod
22411 ____________________________________________________________________________
22412 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
22413         Log: Detypo.
22414      Branch: perl
22415            ! lib/Unicode/UCD.pm
22416 ____________________________________________________________________________
22417 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
22418         Log: make it easier to reproduce the bug
22419      Branch: perl
22420            ! lib/Tie/File.pm
22421 ____________________________________________________________________________
22422 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
22423         Log: the \do {local *FH} trick in Tie::File was really only needed
22424              on 5.005 and earlier, since later versions can autovivify
22425              the handle
22426
22427              however, a search in the p5p archives reveals the trick doesn't
22428              fully work in the versions it is needed in, so use the more
22429              standard Symbol::gensym() way
22430      Branch: perl
22431            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
22432 ____________________________________________________________________________
22433 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
22434         Log: $Config{usethreads} wasn't being set on windows
22435      Branch: perl
22436            ! win32/Makefile win32/makefile.mk
22437 ____________________________________________________________________________
22438 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
22439         Log: Reinstate the #19498 but now skip the crashing
22440              tests (when threaded) as TODOs.
22441      Branch: perl
22442            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
22443 ____________________________________________________________________________
22444 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
22445         Log: Revert #19498 since it broke threaded builds.
22446      Branch: perl
22447            ! lib/Tie/File.pm
22448 ____________________________________________________________________________
22449 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
22450         Log: Better be explicit with dangling elses.
22451      Branch: perl
22452            ! pp.c
22453 ____________________________________________________________________________
22454 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
22455         Log: Detypo Pantherisms.
22456      Branch: perl
22457            ! Makefile.SH hints/darwin.sh
22458 ____________________________________________________________________________
22459 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
22460         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
22461              From: Alex Vandiver <alexmv@MIT.EDU>
22462              Date: 02 May 2003 06:45:05 -0400
22463              Message-Id: <1051872303.26203.104.camel@supox>
22464              (plus perldiag nit)
22465      Branch: perl
22466            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
22467            ! t/comp/package.t
22468 ____________________________________________________________________________
22469 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
22470         Log: Small nit in perlsyn about the new // operator
22471      Branch: perl
22472            ! pod/perlsyn.pod
22473 ____________________________________________________________________________
22474 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
22475         Log: Use a more sophisticated heuristics to produce the warning
22476              'Parentheses missing around "%s" list'. This fixes bug #22147.
22477              Also, the warning is now produced for C<local *a,*b;>.
22478      Branch: perl
22479            ! op.c t/lib/warnings/op
22480 ____________________________________________________________________________
22481 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
22482         Log: Work also without perlio.
22483      Branch: perl
22484            ! t/io/dup.t
22485 ____________________________________________________________________________
22486 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
22487         Log: Panther preparation.
22488      Branch: perl
22489            ! Makefile.SH hints/darwin.sh
22490 ____________________________________________________________________________
22491 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
22492         Log: More moves to intrpvar.h.
22493      Branch: perl
22494            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
22495 ____________________________________________________________________________
22496 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
22497         Log: fix for Tie::File test failures on windows: the problem was
22498              that Tie::File did not close any file handles it opens internally,
22499              leading to file handle leaks and t/tf* temporary file littering;
22500              we now close the handle iff Tie::File opened it
22501
22502              this fix unearths what appears to be a perl bug in localizing globs:
22503              09_gen_rs.t fails due to a prematurely closed filehandle, although
22504              it wasn't explicitly closed anywhere by the code (renaming the
22505              *FH at line 97 to *FH1 makes it work, but I haven't done this
22506              to allow the bug to be tracked down)
22507      Branch: perl
22508            ! lib/Tie/File.pm
22509 ____________________________________________________________________________
22510 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
22511         Log: Move the thread *hook into interpreter.
22512      Branch: perl
22513            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
22514 ____________________________________________________________________________
22515 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
22516         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
22517              From: Dave Mitchell <davem@fdgroup.com>
22518              Date: Sat, 10 May 2003 01:45:23 +0100
22519              Message-ID: <20030510004523.GC20871@fdgroup.com>
22520      Branch: perl
22521            ! pp_ctl.c
22522 ____________________________________________________________________________
22523 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
22524         Log: Open UNIX is not really "formerly Unixware", since the most
22525              recent releases are known as Unixware, not as Open UNIX.
22526      Branch: perl
22527            ! pod/perlport.pod
22528 ____________________________________________________________________________
22529 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
22530         Log: Slight tweaks to the platform list.
22531      Branch: perl
22532            ! pod/perlport.pod
22533 ____________________________________________________________________________
22534 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
22535         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
22536              From: Casey West <casey@geeknest.com>
22537              Date: Fri, 9 May 2003 10:30:13 -0400
22538              Message-ID: <20030509143013.GM49820@geeknest.com>
22539      Branch: perl
22540            ! pod/perlop.pod
22541 ____________________________________________________________________________
22542 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
22543         Log: perlport.pod nit for doc bug #8253.
22544      Branch: perl
22545            ! pod/perlport.pod
22546 ____________________________________________________________________________
22547 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
22548         Log: Use test.pl.
22549      Branch: perl
22550            ! t/io/fflush.t
22551 ____________________________________________________________________________
22552 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
22553         Log: Try to handle a $^X with spaces in it.
22554      Branch: perl
22555            ! t/test.pl
22556 ____________________________________________________________________________
22557 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
22558         Log: Separate the creation of the command to run by
22559              runperl() into its own function, _create_runperl().
22560      Branch: perl
22561            ! t/test.pl
22562 ____________________________________________________________________________
22563 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
22564         Log: Fixup the method behaviour table.
22565      Branch: perl
22566            ! pod/perliol.pod
22567 ____________________________________________________________________________
22568 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
22569         Log: Integrate from perlio:
22570              [ 19474]
22571              Tweaks to Jarkko's NULL deref checks in perlio.c
22572
22573              [ 19475]
22574              Fix for bugs 21717 and 22140.
22575              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
22576              and derived layers. So have :unix's "pushed" method stat() the fd and
22577              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
22578              UNIX behaviour.
22579
22580              [ 19479]
22581              Better but still unproven fix for lseek() on pipes.
22582
22583              [ 19483]
22584              Unused variable
22585
22586              [ 19485]
22587              Tests to prove Ticket 9468 is fixed.
22588
22589              [ 19486]
22590              add test for change#19475,19479 (bugs#21717,22140)
22591      Branch: perl
22592           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
22593           !> t/io/fflush.t
22594 ____________________________________________________________________________
22595 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
22596         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
22597              in terms of an exported function rather than as an inlined
22598              macro (latter wants PL_op_mutex which isn't exported as such)
22599
22600              Jarkko: please merge into maint-5.8
22601      Branch: perl
22602            ! dosish.h makedef.pl win32/win32.c win32/win32.h
22603 ____________________________________________________________________________
22604 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
22605         Log: Test _getcode().
22606      Branch: perl
22607            ! lib/Unicode/UCD.t
22608 ____________________________________________________________________________
22609 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
22610         Log: Clarify the doc (and the code) for Unicode code points.
22611      Branch: perl
22612            ! lib/Unicode/UCD.pm
22613 ____________________________________________________________________________
22614 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
22615         Log: Another doc suggestion from terry@eatoni.com (terry jones):
22616              use codepoints that return undef.
22617      Branch: perl
22618            ! lib/Unicode/UCD.pm
22619 ____________________________________________________________________________
22620 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
22621         Log: Add Encode's META.yml.
22622      Branch: perl
22623            + ext/Encode/META.yml
22624            ! MANIFEST
22625 ____________________________________________________________________________
22626 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
22627         Log: Upgrade to Encode 1.94.
22628      Branch: perl
22629            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
22630            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
22631            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
22632            ! ext/Encode/t/mime-header.t
22633 ____________________________________________________________________________
22634 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
22635         Log: Doc bug noticed by terry@eatoni.com (terry jones).
22636      Branch: perl
22637            ! lib/Unicode/UCD.pm
22638 ____________________________________________________________________________
22639 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
22640         Log: Try to plug more potential PerlIO NULL method
22641              dereferences; try to document the matter.
22642      Branch: perl
22643            ! perlio.c pod/perliol.pod
22644 ____________________________________________________________________________
22645 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
22646         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
22647      Branch: perl
22648            ! perlio.c
22649 ____________________________________________________________________________
22650 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
22651         Log: In eof() the errno can get stomped by the peek-ahead.
22652      Branch: perl
22653            ! doio.c ext/Socket/socketpair.t
22654 ____________________________________________________________________________
22655 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
22656         Log: A regression test for the remaining "Final $ should be..." error.
22657      Branch: perl
22658            ! t/comp/parser.t
22659 ____________________________________________________________________________
22660 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
22661         Log: Remove the error messages "Final @ should be \@ or @name"
22662              and "Final % should be \% or %name", that appear to be
22663              only produced in addition to another syntax error, and therefore
22664              misleading, if I understand correctly that kind of black magic.
22665      Branch: perl
22666            ! pod/perldiag.pod toke.c
22667 ____________________________________________________________________________
22668 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
22669         Log: Have to think this test more when I'm awake.
22670      Branch: perl
22671            ! ext/Socket/socketpair.t
22672 ____________________________________________________________________________
22673 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
22674         Log: Document that perl tries to load .pmc files before .pm files.
22675              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
22676              From: Casey West <casey@geeknest.com>
22677              Date: Fri, 9 May 2003 17:03:50 -0400
22678              Message-ID: <20030509210350.GW49820@geeknest.com>
22679      Branch: perl
22680            ! pod/perlfunc.pod
22681 ____________________________________________________________________________
22682 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
22683         Log: Fix for doc bug #8602 : clarify eof() example comments
22684      Branch: perl
22685            ! pod/perlfunc.pod
22686 ____________________________________________________________________________
22687 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
22688         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
22689              From: Casey West <casey@geeknest.com>
22690              Date: Fri, 9 May 2003 11:09:39 -0400
22691              Message-ID: <20030509150939.GN49820@geeknest.com>
22692      Branch: perl
22693            ! pod/perltrap.pod
22694 ____________________________________________________________________________
22695 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
22696         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
22697              From: Casey West <casey@geeknest.com>
22698              Date: Fri, 9 May 2003 15:25:59 -0400
22699              Message-ID: <20030509192559.GS49820@geeknest.com>
22700      Branch: perl
22701            ! pod/perlfunc.pod
22702 ____________________________________________________________________________
22703 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
22704         Log: Try to comprehensively have a plan B if a PerlIO
22705              layer doesn't have a particular function.
22706              (1) If there's a corresponding PerlIOBase, call it.
22707              (2) If not having the function is 'harmless', be silently happy.
22708              (Currently only Flush is in this category.)
22709              (3) Otherwise set errno and return failure.
22710      Branch: perl
22711            ! perlio.c
22712 ____________________________________________________________________________
22713 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
22714         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
22715              From: Casey West <casey@geeknest.com>
22716              Date: Fri, 9 May 2003 11:17:53 -0400
22717              Message-ID: <20030509151753.GO49820@geeknest.com>
22718      Branch: perl
22719            ! pod/perltrap.pod
22720 ____________________________________________________________________________
22721 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
22722         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
22723      Branch: perl
22724            ! makedef.pl
22725 ____________________________________________________________________________
22726 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
22727         Log: Result of change #19458.
22728      Branch: perl
22729            ! MANIFEST
22730 ____________________________________________________________________________
22731 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
22732         Log: Subject: Weekend fun: MANIFEST sorting
22733              From: andreas.koenig@anima.de (Andreas J. Koenig)
22734              Date: Fri, 09 May 2003 15:12:05 +0200
22735              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
22736
22737              (both sorts need LC_ALL=C)
22738              (add also manicheck target)
22739      Branch: perl
22740            ! Makefile.SH
22741 ____________________________________________________________________________
22742 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
22743         Log: Better skip this test on OpenBSD and BSD/OS since it
22744              does not seem to work (Slaven Rezic).
22745      Branch: perl
22746            ! lib/filetest.t
22747 ____________________________________________________________________________
22748 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
22749         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
22750              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22751              Date: Wed, 07 May 2003 23:37:47 -0700
22752              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
22753      Branch: perl
22754            ! pod/perlfunc.pod
22755 ____________________________________________________________________________
22756 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
22757         Log: Missing files.
22758      Branch: perl
22759            ! MANIFEST
22760 ____________________________________________________________________________
22761 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
22762         Log: Suppress a few compilation warnings in pp_hot.c.
22763      Branch: perl
22764            ! pp_hot.c
22765 ____________________________________________________________________________
22766 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
22767         Log: Remove duplicate entries from perldiag
22768      Branch: perl
22769            ! pod/perldiag.pod
22770 ____________________________________________________________________________
22771 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
22772         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
22773              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22774              Date: Wed, 07 May 2003 15:27:07 -0700
22775              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
22776      Branch: perl
22777            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
22778            ! pp_hot.c t/op/magic.t
22779 ____________________________________________________________________________
22780 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
22781         Log: Tiny nit from mjd.
22782      Branch: perl
22783            ! lib/Tie/File.pm
22784 ____________________________________________________________________________
22785 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
22786         Log: Upgrade to Tie::File 0.95.
22787      Branch: perl
22788            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
22789            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
22790            + lib/Tie/File/t/42_offset.t
22791            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
22792            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
22793            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
22794            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
22795            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
22796            ! lib/Tie/File/t/30_defer.t
22797 ____________________________________________________________________________
22798 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
22799         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
22800              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
22801              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
22802              Date: 8 May 2003 00:42:18 -0000
22803      Branch: perl
22804            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22805            ! ext/Time/HiRes/Makefile.PL
22806 ____________________________________________________________________________
22807 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
22808         Log: Subject: [PATCH] alphabetize perldiag.pod
22809              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
22810              Date: Thu, 8 May 2003 11:52:39 -0400
22811              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
22812      Branch: perl
22813            ! pod/perldiag.pod
22814 ____________________________________________________________________________
22815 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
22816         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
22817              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
22818              Date: Thu, 08 May 2003 08:42:20 +0200
22819              Message-id: <20030508064220.GA763@ethan>
22820      Branch: perl
22821            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
22822            ! ext/Devel/PPPort/t/test.t
22823 ____________________________________________________________________________
22824 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
22825         Log: A variant of
22826
22827              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
22828              From: enache@rdslink.ro (Enache Adrian)
22829              Date: Tue, 22 Apr 2003 02:54:05 +0300
22830              Message-ID: <20030421235405.GA1162@ratsnest.hole>
22831
22832              to quench the black smoke from the BSD builds.
22833      Branch: perl
22834            ! lib/ExtUtils/MM_Unix.pm
22835 ____________________________________________________________________________
22836 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
22837         Log: Subject: Re: [DOC PATCH] & More File::Path issues
22838              From: Casey West <casey@geeknest.com>
22839              Date: Mon, 5 May 2003 13:25:47 -0400
22840              Message-ID: <20030505172547.GB20508@geeknest.com>
22841      Branch: perl
22842            ! lib/File/Path.pm
22843 ____________________________________________________________________________
22844 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
22845         Log: Spelling correction from Nicholas Clark.
22846      Branch: perl
22847            ! ext/POSIX/POSIX.pod
22848 ____________________________________________________________________________
22849 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
22850         Log: One more possible extensions permutation.
22851      Branch: perl
22852            ! Configure
22853 ____________________________________________________________________________
22854 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
22855         Log: Allow platforms to manipulate their archname by creating
22856              a archname.cbu in their hints files.
22857      Branch: perl
22858            ! Configure
22859 ____________________________________________________________________________
22860 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
22861         Log: More long double logic from Alan Burlison.
22862      Branch: perl
22863            ! Configure
22864 ____________________________________________________________________________
22865 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
22866         Log: Worth a try for [perl #17146]
22867      Branch: perl
22868            ! ext/IO/poll.c
22869 ____________________________________________________________________________
22870 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
22871         Log: Document which interfaces are NOT Unicode-aware.
22872      Branch: perl
22873            ! pod/perltodo.pod pod/perlunicode.pod
22874 ____________________________________________________________________________
22875 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
22876         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
22877              From: Casey West <casey@geeknest.com>
22878              Date: Mon, 28 Apr 2003 11:07:36 -0400
22879              Message-ID: <20030428150736.GD62281@geeknest.com>
22880      Branch: perl
22881            ! pod/perlfilter.pod
22882 ____________________________________________________________________________
22883 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
22884         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
22885              From: Enache Adrian <enache@rdslink.ro>
22886              Date: Fri, 28 Mar 2003 23:53:09 +0200
22887              Message-ID: <20030328215309.GA6413@ratsnest.hole>
22888              (with minor tweaks)
22889      Branch: perl
22890            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
22891 ____________________________________________________________________________
22892 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
22893         Log: Fix doc bug #22067, noticed by Mark Knutsen
22894      Branch: perl
22895            ! pod/perlfunc.pod
22896 ____________________________________________________________________________
22897 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
22898         Log: Fix : the svr5 hints file doesn't propagate libswanted with
22899              threads enabled. Now threads are OK on OpenUNIX 8, except a
22900              mysterious failure in ext/POSIX/t/sigaction.t.
22901      Branch: perl
22902            ! hints/svr5.sh
22903 ____________________________________________________________________________
22904 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
22905         Log: Snip away the perlunicode slowness demo since the new
22906              caching scheme should help things a bit.
22907      Branch: perl
22908            ! pod/perlunicode.pod
22909 ____________________________________________________________________________
22910 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
22911         Log: Subject: Re: Minor change to strict.pm. Who? How?
22912              From: Adam Kennedy <adam@ali.as>
22913              Date: Wed, 30 Apr 2003 00:02:40 +1000
22914              Message-ID: <3EAE8600.2000806@ali.as>
22915
22916              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
22917              From: Michael G Schwern <schwern@pobox.com>
22918              Date: Tue, 29 Apr 2003 12:26:32 -0700
22919              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
22920      Branch: perl
22921            ! lib/strict.pm
22922 ____________________________________________________________________________
22923 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
22924         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
22925              From: "Jos I.Boumans" <kane@dwim.org>
22926              Date: 30 Apr 2003 09:45:16 -0000
22927              Message-ID: <20030430114513165+0200@nntp.perl.org>
22928      Branch: perl
22929            ! lib/File/Path.pm
22930 ____________________________________________________________________________
22931 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
22932         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
22933              From: Michael G Schwern <schwern@pobox.com>
22934              Date: Sat, 3 May 2003 15:30:16 -0700
22935              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
22936      Branch: perl
22937            ! pod/perlmod.pod
22938 ____________________________________________________________________________
22939 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
22940         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
22941              From: Dave Mitchell <davem@fdgroup.com>
22942              Date: Thu, 1 May 2003 21:06:57 +0100
22943              Message-ID: <20030501200657.GA25456@fdgroup.com>
22944      Branch: perl
22945            ! hv.c t/op/undef.t
22946 ____________________________________________________________________________
22947 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
22948         Log: Subject: Re: hv.c patch - pathological hashes too easy
22949              From: "Tye McQueen" <tye@metronet.com>
22950              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
22951              Message-Id: <200305011834.h41IYoE08503@metronet.com>
22952      Branch: perl
22953            ! hv.c
22954 ____________________________________________________________________________
22955 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
22956         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
22957              From: Casey West <casey@geeknest.com>
22958              Date: Tue, 29 Apr 2003 16:14:20 -0400
22959              Message-ID: <20030429201420.GT62281@geeknest.com>
22960      Branch: perl
22961            ! pod/perlrequick.pod
22962 ____________________________________________________________________________
22963 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
22964         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
22965              From: Slaven Rezic <slaven@rezic.de>
22966              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
22967              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
22968      Branch: perl
22969            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
22970 ____________________________________________________________________________
22971 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
22972         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
22973              From: Steve Hay <steve.hay@uk.radan.com>
22974              Date: Wed, 30 Apr 2003 09:52:30 +0100
22975              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
22976      Branch: perl
22977            ! utils/h2xs.PL
22978 ____________________________________________________________________________
22979 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
22980         Log: Reintroduce the mention of the fact that the Artistic/GPL
22981              also are Perl's own licenses.
22982      Branch: perl
22983            ! pod/perlartistic.pod pod/perlgpl.pod
22984 ____________________________________________________________________________
22985 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
22986         Log: Switch the new perlio way of opening anonymous temporary files
22987              open my $fh, '+>', undef
22988              to using File::Temp.  Test it, and test also the "accidental
22989              feature" of +< working the same way.
22990              This should address [perl #21937].
22991      Branch: perl
22992            + ext/PerlIO/t/open.t
22993            ! MANIFEST perlio.c pod/perlfunc.pod
22994 ____________________________________________________________________________
22995 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
22996         Log: perlartistic and perlgpl reformatting from Sean Burke.
22997      Branch: perl
22998            ! pod/perlartistic.pod pod/perlgpl.pod
22999 ____________________________________________________________________________
23000 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
23001         Log: pack/unpack fixes from Wolfgang Laun:
23002              - fix bug in UNICOS (where SIZE16 != sizeof(short))
23003              - introduce and use new internal pack/unpack API
23004              (packlist, unpackstring)
23005              that does away with the unused arguments in the old API
23006              (pack_cat, unpack_str).
23007      Branch: perl
23008            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
23009 ____________________________________________________________________________
23010 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
23011         Log: Subject: [PATCH] Embed.t flushing problem
23012              From: "Craig A. Berry" <craigberry@mac.com>
23013              Date: Sun, 04 May 2003 16:25:38 -0500
23014              Message-ID: <3EB58552.2070207@mac.com>
23015      Branch: perl
23016            ! lib/ExtUtils/t/Embed.t
23017 ____________________________________________________________________________
23018 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
23019         Log: Doc nit from mjd.
23020      Branch: perl
23021            ! ext/DB_File/DB_File.pm
23022 ____________________________________________________________________________
23023 [ 19413] By: ams                                   on 2003/05/05  04:03:10
23024         Log: None of that "our" stuff here, please.
23025      Branch: perl
23026            ! ext/Storable/t/tied.t
23027 ____________________________________________________________________________
23028 [ 19412] By: ams                                   on 2003/05/05  03:57:06
23029         Log: Oops. More Storable 2.07 preparations.
23030      Branch: perl
23031            ! ext/Storable/README ext/Storable/Storable.pm
23032 ____________________________________________________________________________
23033 [ 19411] By: ams                                   on 2003/05/05  03:53:44
23034         Log: Update changelog for 2.07 release.
23035      Branch: perl
23036            ! ext/Storable/ChangeLog
23037 ____________________________________________________________________________
23038 [ 19410] By: ams                                   on 2003/05/05  03:31:36
23039         Log: Update Changes.
23040      Branch: perl
23041            ! Changes
23042 ____________________________________________________________________________
23043 [ 19409] By: ams                                   on 2003/05/05  03:21:41
23044         Log: Subject: Re: Bug in Storable???
23045              From: Slaven Rezic <slaven@rezic.de>
23046              Date: 04 May 2003 18:00:40 +0200
23047              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
23048      Branch: perl
23049            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
23050 ____________________________________________________________________________
23051 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
23052         Log: This way reads a bit better with pod2man.
23053      Branch: perl
23054            ! pod/perlartistic.pod pod/perlgpl.pod
23055 ____________________________________________________________________________
23056 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
23057         Log: Integrate from maint:
23058              [ 18568]
23059              Add the POSIX::sigaction() trick by Slaven Rezic
23060              for [perl #17341].
23061      Branch: perl
23062           !> pod/perlfunc.pod pod/perlipc.pod
23063 ____________________________________________________________________________
23064 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
23065         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
23066              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
23067              the perlartistic is a straightforward podification.
23068      Branch: perl
23069            + pod/perlartistic.pod pod/perlgpl.pod
23070            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
23071            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
23072 ____________________________________________________________________________
23073 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
23074         Log: Doesn't make any difference for the test but is more logical.
23075      Branch: perl
23076            ! t/lib/Devel/switchd.pm
23077 ____________________________________________________________________________
23078 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
23079         Log: Plagued by thinkos tonight.
23080      Branch: perl
23081            ! lib/filetest.t
23082 ____________________________________________________________________________
23083 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
23084         Log: Must skip more.
23085      Branch: perl
23086            ! lib/filetest.t
23087 ____________________________________________________________________________
23088 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
23089         Log: Subject: Re: Does filetest work at all?
23090              From: Slaven Rezic <slaven@rezic.de>
23091              Date: 03 May 2003 18:26:49 +0200
23092              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
23093      Branch: perl
23094            ! lib/filetest.t pp_sys.c
23095 ____________________________________________________________________________
23096 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
23097         Log: Extra tweakage from Rafael for #19392.
23098      Branch: perl
23099            ! ext/B/B/Concise.pm lib/filetest.pm
23100 ____________________________________________________________________________
23101 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
23102         Log: Salvage 'use filetest "access"' from compiletime to runtime.
23103      Branch: perl
23104            ! dump.c op.c op.h pp_sys.c
23105 ____________________________________________________________________________
23106 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
23107         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
23108              the Unicode character database to 4.0.0.)
23109      Branch: perl
23110            + lib/unicore/HangulSyllableType.txt
23111            + lib/unicore/NormalizationCorrections.txt
23112            + lib/unicore/StandardizedVariants.txt
23113            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
23114            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
23115            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
23116            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
23117            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
23118            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
23119            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
23120            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
23121            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
23122            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
23123            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
23124            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
23125            ! (edit 129 files)
23126 ____________________________________________________________________________
23127 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
23128         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
23129              the fp offset, which was quite a big larger than the input file,
23130              which meant that the SvGROW tried to grow the file to about
23131              2**64-2**20, which made safesysrealloc() to understandably
23132              croak (in argv.t).
23133      Branch: perl
23134            ! sv.c
23135 ____________________________________________________________________________
23136 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
23137         Log: Regen Configure (no changes but that's fine).
23138      Branch: perl
23139            ! Configure
23140 ____________________________________________________________________________
23141 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
23142         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
23143              From: Andy Dougherty <doughera@lafayette.edu>
23144              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
23145              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
23146      Branch: perl
23147            ! Configure
23148 ____________________________________________________________________________
23149 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
23150         Log: Subject: [PATCH] OpenUNIX 8 support
23151              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23152              Date: Fri, 2 May 2003 12:12:08 +0200
23153              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
23154      Branch: perl
23155            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
23156 ____________________________________________________________________________
23157 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
23158         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
23159              From: Abe Timmerman <abe@ztreet.demon.nl>
23160              Date: Fri, 2 May 2003 00:51:42 +0200
23161              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
23162      Branch: perl
23163            ! win32/win32.c
23164 ____________________________________________________________________________
23165 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
23166         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
23167              From: Abe Timmerman <abe@ztreet.demon.nl>
23168              Date: Thu, 1 May 2003 18:34:35 +0200
23169              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
23170      Branch: perl
23171            ! win32/win32.h
23172 ____________________________________________________________________________
23173 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
23174         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
23175              From: Michael G Schwern <schwern@pobox.com>
23176              Date: Wed, 30 Apr 2003 18:19:32 -0700
23177              Message-ID: <20030501011932.GM701@windhund.schwern.org>
23178      Branch: perl
23179            ! ext/POSIX/POSIX.pod
23180 ____________________________________________________________________________
23181 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
23182         Log: Forgot to check in the -d: file.
23183      Branch: perl
23184            + t/lib/Devel/switchd.pm
23185            ! MANIFEST t/run/switchd.t
23186 ____________________________________________________________________________
23187 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
23188         Log: Solaris: make -Duse64bitall'ed to have an archname of
23189              sun4-solaris-64, from Alan Burlison.  (The default is to not
23190              to suffix anything with -Duse64bitall if longs are 64 bit.
23191              This may lead into confusion and much sorrow if 32-bit binaries
23192              and 64-bit binaries are installed under the same directories.
23193              Why is "-64" or something like that the default?  Well, there
23194              are platforms where 64 bits really is the default default.
23195              There adding a "-64" would be kind of odd.  Better to let
23196              each 64-bit capable platform to choose their archnames.)
23197      Branch: perl
23198            ! hints/solaris_2.sh
23199 ____________________________________________________________________________
23200 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
23201         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
23202              by change #18589 (it was broken by change #9754); add test case.
23203      Branch: perl
23204            + t/run/switchd.t
23205            ! MANIFEST
23206 ____________________________________________________________________________
23207 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
23208         Log: great_circle_direction() was broken,
23209              reported by Alexander Becher.
23210      Branch: perl
23211            ! lib/Math/Trig.pm lib/Math/Trig.t
23212 ____________________________________________________________________________
23213 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
23214         Log: OS X: could not -Doptimize=-g.
23215      Branch: perl
23216            ! hints/darwin.sh
23217 ____________________________________________________________________________
23218 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
23219         Log: OS X test tweak.
23220      Branch: perl
23221            ! ext/Cwd/t/cwd.t
23222 ____________________________________________________________________________
23223 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
23224         Log: Subject: [PATCH] RE: perl@19333
23225              From: Robin Barker <Robin.Barker@npl.co.uk>
23226              Date: Tue, 29 Apr 2003 17:30:23 +0100
23227              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
23228      Branch: perl
23229            ! embed.pl pp_hot.c pp_pack.c proto.h
23230 ____________________________________________________________________________
23231 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
23232         Log: miniperl cannot handle layers.t.
23233      Branch: perl
23234            ! t/io/layers.t
23235 ____________________________________________________________________________
23236 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
23237         Log: The solution in change #19363 was too unportable.
23238      Branch: perl
23239            ! t/io/openpid.t
23240 ____________________________________________________________________________
23241 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
23242         Log: perlreftut updates from mjd.
23243      Branch: perl
23244            ! pod/perlreftut.pod
23245 ____________________________________________________________________________
23246 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
23247         Log: z/OS: More threaded build tweaks from Brian De Pradine--
23248              apparently now it works!
23249      Branch: perl
23250            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
23251 ____________________________________________________________________________
23252 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
23253         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
23254              From: Enache Adrian <enache@rdslink.ro>
23255              Date: Sat, 19 Apr 2003 01:41:07 +0300
23256              Message-ID: <20030418224107.GA2751@ratsnest.hole>
23257      Branch: perl
23258            ! t/comp/parser.t toke.c
23259 ____________________________________________________________________________
23260 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
23261         Log: If it's S_, it should be STATIC.
23262      Branch: perl
23263            ! embed.fnc embed.h numeric.c proto.h
23264 ____________________________________________________________________________
23265 [ 19365] By: sky                                   on 2003/04/28  16:30:03
23266         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
23267              From: Casey West <casey@geeknest.com>
23268              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
23269              Message-Id: <20030428140005.GC62281@geeknest.com>
23270      Branch: perl
23271            ! pod/perlop.pod
23272 ____________________________________________________________________________
23273 [ 19364] By: sky                                   on 2003/04/28  16:20:43
23274         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
23275              From: Casey West <casey@geeknest.com>
23276              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
23277              Message-Id: <20030428172206.GK62281@geeknest.com>
23278      Branch: perl
23279            ! pod/perlop.pod
23280 ____________________________________________________________________________
23281 [ 19363] By: sky                                   on 2003/04/28  15:32:35
23282         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
23283              open.
23284      Branch: perl
23285            ! t/io/openpid.t
23286 ____________________________________________________________________________
23287 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
23288         Log: Feel-good cleanup.
23289      Branch: perl
23290            ! intrpvar.h sv.c
23291 ____________________________________________________________________________
23292 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
23293         Log: SysV msg queues can be something hanging (witnessed in IRIX),
23294              so let's use IPC_NOWAIT.
23295      Branch: perl
23296            ! ext/IPC/SysV/t/msg.t t/op/taint.t
23297 ____________________________________________________________________________
23298 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
23299         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
23300              when returning an int can either return the error in the return
23301              value or in the errno.  We need a new per-interp variable to store
23302              the return value instead of clobbering the errno with it.  The new
23303              variable, PL_reentrant_retint, is only used within the reentrancy
23304              framework, and immediately after it's set, so there should not be
23305              similar visibility issues as for the errno.  Spotted by Edward Moy.
23306      Branch: perl
23307            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
23308 ____________________________________________________________________________
23309 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
23310         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
23311              Check errno to see if the call to nice(2) succeeded.
23312              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
23313              From: Enache Adrian <enache@rdslink.ro>
23314              Date: Wed, 23 Apr 2003 22:48:20 +0300
23315              Message-ID: <20030423194820.GA874@ratsnest.hole>
23316      Branch: perl
23317            ! ext/POSIX/POSIX.xs
23318 ____________________________________________________________________________
23319 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
23320         Log: Document a faint compilation noise.
23321      Branch: perl
23322            ! README.aix
23323 ____________________________________________________________________________
23324 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
23325         Log: $[ clarifications.
23326      Branch: perl
23327            ! pod/perlvar.pod
23328 ____________________________________________________________________________
23329 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
23330         Log: utime() doc clarifications
23331              based on :
23332              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
23333              From: Casey West <casey@geeknest.com>
23334              Date: Fri, 25 Apr 2003 08:00:54 -0400
23335              Message-ID: <20030425120054.GQ34510@geeknest.com>
23336      Branch: perl
23337            ! pod/perlfunc.pod
23338 ____________________________________________________________________________
23339 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
23340         Log: Add a test case for [perl #15288] (already solved).
23341      Branch: perl
23342            ! t/op/pack.t
23343 ____________________________________________________________________________
23344 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
23345         Log: Add Dave Mitchell's test case for fields.
23346      Branch: perl
23347            ! lib/fields.t
23348 ____________________________________________________________________________
23349 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
23350         Log: Subject: [PATCH] VMS::Stdio test tweak
23351              From: "Craig A. Berry" <craigberry@mac.com>
23352              Date: Sat, 26 Apr 2003 15:53:07 -0500
23353              Message-ID: <3EAAF1B3.7020708@mac.com>
23354      Branch: perl
23355            ! vms/ext/Stdio/test.pl
23356 ____________________________________________________________________________
23357 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
23358         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
23359              From: Casey West <casey@geeknest.com>
23360              Date: Thu, 24 Apr 2003 08:18:42 -0400
23361              Message-ID: <20030424121842.GW34510@geeknest.com>
23362      Branch: perl
23363            ! lib/UNIVERSAL.pm
23364 ____________________________________________________________________________
23365 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
23366         Log: Document that restricted hashes are not atomic
23367              (from Dave Mitchell).
23368      Branch: perl
23369            ! lib/Hash/Util.pm
23370 ____________________________________________________________________________
23371 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
23372         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
23373              From: Dave Mitchell <davem@fdgroup.com>
23374              Date: Sat, 26 Apr 2003 18:45:28 +0100
23375              Message-ID: <20030426174528.GA9588@fdgroup.com>
23376      Branch: perl
23377            ! hv.c lib/Hash/Util.t pod/perldiag.pod
23378 ____________________________________________________________________________
23379 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
23380         Log: Some doc patches by Casey West :
23381
23382              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
23383              From: Casey West <casey@geeknest.com>
23384              Date: Fri, 25 Apr 2003 10:46:39 -0400
23385              Message-ID: <20030425144639.GY34510@geeknest.com>
23386
23387              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
23388              From: Casey West <casey@geeknest.com>
23389              Date: Fri, 25 Apr 2003 07:52:13 -0400
23390              Message-ID: <20030425115213.GP34510@geeknest.com>
23391
23392              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
23393              From: Casey West <casey@geeknest.com>
23394              Date: Thu, 24 Apr 2003 21:27:22 -0400
23395              Message-ID: <20030425012722.GN34510@geeknest.com>
23396      Branch: perl
23397            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
23398 ____________________________________________________________________________
23399 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
23400         Log: Document that splice() doesn't extend arrays
23401              Subject: Re: slice autoextending ? still another revised doc patch; COW
23402              From: david nicol <whatever@davidnicol.com>
23403              Date: 22 Apr 2003 22:05:02 -0500
23404              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
23405      Branch: perl
23406            ! pod/perlfunc.pod
23407 ____________________________________________________________________________
23408 [ 19342] By: sky                                   on 2003/04/26  21:43:32
23409         Log: Fix bug #15161 by increasing the refcount on the RE and making
23410              sure to restore it correctly. Deals with both s//e and s///g.
23411      Branch: perl
23412            ! pp_ctl.c pp_hot.c
23413 ____________________________________________________________________________
23414 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
23415         Log: Integrate:
23416              [ 19340]
23417              Caught by Mark Lutz in UNICOS: A declaration cannot appear
23418              after an executable statement in a block.
23419      Branch: perl
23420           !> pp_pack.c
23421 ____________________________________________________________________________
23422 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
23423         Log: Now the -Dnoextensions and -Dnoextensions have the
23424              chance of actually doing something.
23425      Branch: perl
23426            ! Configure
23427 ____________________________________________________________________________
23428 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
23429         Log: Subject: [PATCH] Configure's extension sanity check is too strict
23430              From: Andy Dougherty <doughera@lafayette.edu>
23431              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
23432              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
23433      Branch: perl
23434            ! Configure
23435 ____________________________________________________________________________
23436 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
23437         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
23438              From: "Craig A. Berry" <craigberry@mac.com>
23439              Date: Thu, 24 Apr 2003 20:09:48 -0500
23440              Message-ID: <3EA88ADC.3000300@mac.com>
23441      Branch: perl
23442            ! ext/Encode/t/enc_module.t
23443 ____________________________________________________________________________
23444 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
23445         Log: Upgrade to Time::HiRes 1.46.
23446      Branch: perl
23447            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23448            ! ext/Time/HiRes/Makefile.PL
23449 ____________________________________________________________________________
23450 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
23451         Log: Subject: typo in Time::HiRes docs
23452              From: mjd@plover.com
23453              Date: 19 Apr 2003 15:13:44 -0000
23454              Message-ID: <20030419151344.28237.qmail@plover.com>
23455      Branch: perl
23456            ! ext/Time/HiRes/HiRes.pm
23457 ____________________________________________________________________________
23458 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
23459         Log: Clarify(?) the perlio default layers table.
23460      Branch: perl
23461            ! lib/PerlIO.pm t/io/layers.t
23462 ____________________________________________________________________________
23463 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
23464         Log: Upgrade to Test::Harness 2.28.
23465      Branch: perl
23466            ! lib/Test/Harness.pm lib/Test/Harness/Changes
23467            ! lib/Test/Harness/t/pod.t
23468 ____________________________________________________________________________
23469 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
23470         Log: Upgrade to Encode 1.93.
23471      Branch: perl
23472            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
23473            ! ext/Encode/lib/Encode/CJKConstants.pm
23474            ! ext/Encode/lib/Encode/CN/HZ.pm
23475            ! ext/Encode/lib/Encode/Encoding.pm
23476            ! ext/Encode/lib/Encode/Guess.pm
23477            ! ext/Encode/lib/Encode/KR/2022_KR.pm
23478            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
23479            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
23480            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
23481            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
23482 ____________________________________________________________________________
23483 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
23484         Log: VMS patch for faststdio from Craig Berry.
23485      Branch: perl
23486            ! configure.com
23487 ____________________________________________________________________________
23488 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
23489         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
23490              From: Casey West <casey@geeknest.com>
23491              Date: Wed, 23 Apr 2003 14:03:20 -0400
23492              Message-ID: <20030423180320.GZ15574@geeknest.com>
23493      Branch: perl
23494            ! pod/perlmodlib.PL pod/perlmodlib.pod
23495 ____________________________________________________________________________
23496 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
23497         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
23498              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
23499              Date: 22 Apr 2003 04:31:17 -0000
23500              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
23501              (with minor further corrections)
23502      Branch: perl
23503            ! pod/perlmod.pod
23504 ____________________________________________________________________________
23505 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
23506         Log: A new fatal error :
23507              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
23508              From: Dave Mitchell <davem@fdgroup.com>
23509              Date: Mon, 21 Apr 2003 13:19:50 +0100
23510              Message-ID: <20030421121950.GB18189@fdgroup.com>
23511              Message-ID: <20030421125433.GC18189@fdgroup.com>
23512      Branch: perl
23513            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
23514 ____________________________________________________________________________
23515 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
23516         Log: Introduce 'fast stdio' symbols to non-Configure lands.
23517      Branch: perl
23518            ! NetWare/config.wc NetWare/config_H.wc configure.com
23519            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
23520            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
23521            ! win32/config.gc win32/config.vc win32/config.vc64
23522            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23523            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
23524 ____________________________________________________________________________
23525 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
23526         Log: Regen Configure, Glossary, et alia.
23527      Branch: perl
23528            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23529            ! config_h.SH
23530 ____________________________________________________________________________
23531 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
23532         Log: Handle the combination of dosish and non-faststdio.
23533      Branch: perl
23534            ! t/io/layers.t
23535 ____________________________________________________________________________
23536 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
23537         Log: Subject: 5.8.0: two problems
23538              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
23539              Date: Tue, 22 Apr 2003 11:43:17 -0700
23540              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
23541      Branch: perl
23542            ! XSUB.h
23543 ____________________________________________________________________________
23544 [ 19307] By: ams                                   on 2003/04/22  16:39:51
23545         Log: Subject: [PATCH] Doc pointers in perlbot.
23546              From: Casey West <casey@geeknest.com>
23547              Date: Tue, 22 Apr 2003 11:19:09 -0400
23548              Message-Id: <20030422151909.GC11119@geeknest.com>
23549              (Applied by hand.)
23550      Branch: perl
23551            ! pod/perlbot.pod
23552 ____________________________________________________________________________
23553 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
23554         Log: z/OS: changes for building threaded from "Brian De Pradine"
23555              <PRADINE@uk.ibm.com>.
23556      Branch: perl
23557            ! Makefile.SH hints/os390.sh thread.h util.c
23558 ____________________________________________________________________________
23559 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
23560         Log: Enache's turn.
23561      Branch: perl
23562            ! ext/Encode/t/enc_module.t
23563 ____________________________________________________________________________
23564 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
23565         Log: Re-merge Encode 1.92.
23566      Branch: perl
23567            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
23568 ____________________________________________________________________________
23569 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
23570         Log: Argh, cut-and-pasto.
23571      Branch: perl
23572            ! perlio.c
23573 ____________________________________________________________________________
23574 [ 19301] By: sky                                   on 2003/04/21  21:33:14
23575         Log: Fix bug 17964 by properly refcounting the gv top.
23576              Seems like the entries in rsfp are way different than
23577              normal PVIO objects.
23578      Branch: perl
23579            ! sv.c
23580 ____________________________________________________________________________
23581 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
23582         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
23583
23584              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
23585              From: Enache Adrian <enache@rdslink.ro>
23586              Date: Sun, 20 Apr 2003 02:45:48 +0300
23587              Message-ID: <20030419234548.GA849@ratsnest.hole>
23588              and
23589              Date: Wed, 2 Apr 2003 07:52:28 +0300
23590              Message-ID: <20030402045227.GA1023@ratsnest.hole>
23591      Branch: perl
23592            ! pp_sys.c t/op/ref.t util.c
23593 ____________________________________________________________________________
23594 [ 19299] By: sky                                   on 2003/04/21  17:05:31
23595         Log: Croak on non ref to shared methods instead of segfault.
23596              This can really only happen for &share("string").
23597      Branch: perl
23598            ! ext/threads/shared/shared.xs
23599 ____________________________________________________________________________
23600 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
23601         Log: Add OpenZaurus cross-compilation patches.
23602      Branch: perl
23603            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
23604            + Cross/config.sh-arm-linux Cross/generate_config_sh
23605            + Cross/installperl.patch Cross/warp
23606            ! Cross/README INSTALL MANIFEST
23607 ____________________________________________________________________________
23608 [ 19289] By: sky                                   on 2003/04/21  13:24:40
23609         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
23610              Allows people to override the resetting by using srand() in CLONE.
23611      Branch: perl
23612            ! ext/threads/t/thread.t ext/threads/threads.xs
23613 ____________________________________________________________________________
23614 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
23615         Log: Introduce two new Configure symbols:
23616              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
23617              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
23618              [2] usefaststdio = do we use fast stdio if we have it?
23619              For 5.[68], we do.  For anything else, we don't.
23620              (At least, unless otherwise instructed by -Dusefaststdio.)
23621              This means that for bleadperl we no more use stdio, but instead
23622              default to perlio: the effect of PERLIO=perlio, in other words.
23623              (PERLIO=stdio will still switch to using stdio.)
23624              This change may endanger extensions using FILE*-- but if we are
23625              to migrate fully to perlio, better start swallowing the poison now.
23626              For maintperl, the usefaststdio still defaults to yes.
23627      Branch: perl
23628            ! Configure config_h.SH perlio.c t/io/layers.t
23629 ____________________________________________________________________________
23630 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
23631         Log: Upgrade to Locale::Maketext 1.05.
23632      Branch: perl
23633            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
23634 ____________________________________________________________________________
23635 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
23636         Log: Upgrade to Test 1.24.
23637      Branch: perl
23638            ! lib/Test.pm
23639 ____________________________________________________________________________
23640 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
23641         Log: Subject: [PATCH] goto &sub doesn't empty @_
23642              From: Dave Mitchell <davem@fdgroup.com>
23643              Date: Sun, 20 Apr 2003 21:46:51 +0100
23644              Message-ID: <20030420204651.GE15591@fdgroup.com>
23645      Branch: perl
23646            ! pp_ctl.c
23647 ____________________________________________________________________________
23648 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
23649         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
23650              the commands that invoke $(CC).
23651              Subject: Re: Smoke failure
23652              From: Enache Adrian <enache@rdslink.ro>
23653              Date: Fri, 18 Apr 2003 19:06:07 +0300
23654              Message-ID: <20030418160606.GA797@ratsnest.hole>
23655      Branch: perl
23656            ! Makefile.SH
23657 ____________________________________________________________________________
23658 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
23659         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
23660              From: Enache Adrian <enache@rdslink.ro>
23661              Date: Sat, 19 Apr 2003 20:12:18 +0300
23662              Message-ID: <20030419171218.GA974@ratsnest.hole>
23663      Branch: perl
23664            ! sv.c
23665 ____________________________________________________________________________
23666 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
23667         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
23668              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
23669              From: Steve Hay <steve.hay@uk.radan.com>
23670              Date: Wed, 16 Apr 2003 11:12:22 +0100
23671              Message-ID: <3E9D2C86.8040104@uk.radan.com>
23672      Branch: perl
23673            ! INSTALL win32/Makefile
23674 ____________________________________________________________________________
23675 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
23676         Log: Give more information of what to do when -Dusexxx fail.
23677      Branch: perl
23678            ! Configure
23679 ____________________________________________________________________________
23680 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
23681         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
23682              by adding a dummy destructor method Regexp::DESTROY.
23683              This prevents infinite recursion, since Regexp::DESTROY
23684              is no more autoloaded.
23685
23686              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
23687              From: Enache Adrian <enache@rdslink.ro>
23688              Date: Wed, 2 Apr 2003 05:02:42 +0300
23689              Message-ID: <20030402020242.GA2966@ratsnest.hole>
23690      Branch: perl
23691            ! ext/B/t/stash.t t/op/ref.t universal.c
23692 ____________________________________________________________________________
23693 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
23694         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
23695              From: Dave Mitchell <davem@fdgroup.com>
23696              Date: Sat, 19 Apr 2003 20:06:51 +0100
23697              Message-ID: <20030419190651.GD13333@fdgroup.com>
23698      Branch: perl
23699            ! t/comp/parser.t toke.c
23700 ____________________________________________________________________________
23701 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
23702         Log: Restore the two variables retired by the change #19268
23703              (for binary backward compatibility)
23704      Branch: perl
23705            ! embedvar.h perlapi.h thrdvar.h
23706 ____________________________________________________________________________
23707 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
23708         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
23709              (And undo a doublesize probe glitch from change #19272.)
23710      Branch: perl
23711            ! Configure
23712 ____________________________________________________________________________
23713 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
23714         Log: If long doubles fail, we really cannot sensibly
23715              drop back to doubles anymore, therefore abort.
23716              Pointed out by Slaven Rezic. (I tried to fix this
23717              via metaconfig but ended up with a vicious cyclic
23718              dependency.)
23719      Branch: perl
23720            ! Configure
23721 ____________________________________________________________________________
23722 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
23723         Log: Upgrade to Net::Ping 2.30.
23724      Branch: perl
23725            ! lib/Net/Ping.pm lib/Net/Ping/Changes
23726            ! lib/Net/Ping/t/450_service.t
23727 ____________________________________________________________________________
23728 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
23729         Log: Bump the test count.
23730      Branch: perl
23731            ! ext/Storable/t/tied.t
23732 ____________________________________________________________________________
23733 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
23734         Log: Subject: [PATCH] allow recursive FETCHes
23735              From: Dave Mitchell <davem@fdgroup.com>
23736              Date: Mon, 7 Apr 2003 10:00:41 +0100
23737              Message-ID: <20030407100041.A1617@fdgroup.com>
23738      Branch: perl
23739            ! av.c dump.c embed.fnc embed.h embedvar.h
23740            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
23741            ! sv.h t/op/tie.t thrdvar.h
23742 ____________________________________________________________________________
23743 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
23744         Log: Subject: [PATCH] readline.t tweak for VMS
23745              From: "Craig A. Berry" <craigberry@mac.com>
23746              Date: Thu, 17 Apr 2003 17:18:19 -0500
23747              Message-ID: <3E9F282B.6090603@mac.com>
23748      Branch: perl
23749            ! t/op/readline.t
23750 ____________________________________________________________________________
23751 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
23752         Log: Subject: [PATCH] Re: any takers for this Storable bug?
23753              From: Enache Adrian <enache@rdslink.ro>
23754              Date: Wed, 16 Apr 2003 21:11:11 +0300
23755              Message-ID: <20030416181111.GA6687@ratsnest.hole>
23756
23757              ams had already fixed the bug by #19227, but take the
23758              test case.
23759      Branch: perl
23760            ! ext/Storable/t/tied.t
23761 ____________________________________________________________________________
23762 [ 19265] By: sky                                   on 2003/04/19  00:40:42
23763         Log: Don't use the stack to allocate a SV that we hand out to another
23764              function, only badness can ensure.
23765              Message-Id: <20030418180131.GD10086@fdgroup.com>
23766              Thanks go to Dave Mitchell for help in tracking down the bug!
23767      Branch: perl
23768            ! sv.c
23769 ____________________________________________________________________________
23770 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
23771         Log: UTF8 regexp patch from Inaba Hiroto.
23772      Branch: perl
23773            ! regcomp.c t/op/pat.t
23774 ____________________________________________________________________________
23775 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
23776         Log: Unused variables.
23777      Branch: perl
23778            ! perlio.c universal.c
23779 ____________________________________________________________________________
23780 [ 19262] By: sky                                   on 2003/04/17  20:02:33
23781         Log: Another needle in the voodoo doll.
23782              Now I think it should work with the shared
23783              strings.
23784      Branch: perl
23785            ! sv.c
23786 ____________________________________________________________________________
23787 [ 19254] By: sky                                   on 2003/04/17  17:31:52
23788         Log: Extreme Voodoo programming, by not pinching the SV if it is a
23789              PADTMP it happily keeps it's value later on!
23790      Branch: perl
23791            ! sv.c
23792 ____________________________________________________________________________
23793 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
23794         Log: Implement -Dnoextensions=... and -Donlyextensions=...
23795      Branch: perl
23796            ! Configure INSTALL
23797 ____________________________________________________________________________
23798 [ 19252] By: ams                                   on 2003/04/17  16:19:31
23799         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
23800              Anything that's broken by this change should be fixed.
23801      Branch: perl
23802            ! gv.c
23803 ____________________________________________________________________________
23804 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
23805         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
23806      Branch: perl
23807            ! NetWare/config.wc NetWare/config_H.wc configure.com
23808            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
23809            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
23810            ! win32/config.gc win32/config.vc win32/config.vc64
23811            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23812            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
23813 ____________________________________________________________________________
23814 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
23815         Log: Regen Glossary et alia.
23816      Branch: perl
23817            ! Porting/Glossary Porting/config.sh Porting/config_H
23818 ____________________________________________________________________________
23819 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
23820         Log: Small tidying up of the selectminbits code, but most
23821              importantly allocate the buffer from the heap using
23822              malloc, not from the stack: using stack causes unaligned
23823              access in LP64 Solaris since stack data is not guaranteed
23824              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
23825              (via Alan Burlison)
23826      Branch: perl
23827            ! Configure
23828 ____________________________________________________________________________
23829 [ 19247] By: ams                                   on 2003/04/17  12:24:57
23830         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
23831              From: Enache Adrian <enache@rdslink.ro>
23832              Date: Thu, 17 Apr 2003 14:35:36 +0300
23833              Message-Id: <20030417113536.GA898@ratsnest.hole>
23834      Branch: perl
23835            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
23836 ____________________________________________________________________________
23837 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
23838         Log: Document that the open pragma does not affect
23839              the three-headed hydra, ummm, open.
23840      Branch: perl
23841            ! lib/open.pm
23842 ____________________________________________________________________________
23843 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
23844         Log: More maneuvering closer to proposed POSIX classes
23845              mapping to Unicode: (1) The definitions of "graph" and
23846              "print" are still in flux: move closer back to how Perl
23847              5.8.0 defined it (though drop Co, that did not make sense)
23848              (2) Add U+0085 (NEL) to "space".
23849      Branch: perl
23850            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
23851            ! lib/unicore/lib/Space.pl lib/unicore/mktables
23852 ____________________________________________________________________________
23853 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
23854         Log: Detect the 'fast stdio' case.
23855      Branch: perl
23856            ! lib/PerlIO.pm t/io/layers.t
23857 ____________________________________________________________________________
23858 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
23859         Log: Fix up Larry's copyright statements to my best knowledge.
23860              (Lots of Perl 5 source code archaeology was involved.)
23861              Larry didn't make strangled noises when I showed him
23862              the patch, either :-)
23863      Branch: perl
23864            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
23865            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
23866            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
23867            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
23868            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
23869            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
23870            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
23871            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
23872            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
23873            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
23874            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
23875            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
23876            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
23877            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
23878            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
23879 ____________________________________________________________________________
23880 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
23881         Log: Handle PERLIO= and document a bit.
23882      Branch: perl
23883            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
23884 ____________________________________________________________________________
23885 [ 19240] By: sky                                   on 2003/04/16  16:27:43
23886         Log: Fix double join problem for those places where free
23887              actually means free (solaris for example :)
23888              Fixes bug #16681
23889      Branch: perl
23890            ! ext/threads/t/join.t ext/threads/threads.xs
23891 ____________________________________________________________________________
23892 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
23893         Log: Try to get the layers.t working also for dosish platforms.
23894      Branch: perl
23895            ! lib/PerlIO.pm t/io/layers.t
23896 ____________________________________________________________________________
23897 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
23898         Log: A -C parsed from the #! line can still have line endings in it.
23899      Branch: perl
23900            ! util.c
23901 ____________________________________________________________________________
23902 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
23903         Log: What does an empty PERLIO= mean, anyway?
23904      Branch: perl
23905            ! t/io/layers.t
23906 ____________________________________________________________________________
23907 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
23908         Log: Document the effect of thread creation context.
23909      Branch: perl
23910            ! ext/threads/threads.pm
23911 ____________________________________________________________________________
23912 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
23913         Log: Use the right prototype and a glob is fine (from Rafael).
23914      Branch: perl
23915            ! lib/PerlIO.pm universal.c
23916 ____________________________________________________________________________
23917 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
23918         Log: PerlIO::get_layers() usage tip.
23919      Branch: perl
23920            ! lib/PerlIO.pm
23921 ____________________________________________________________________________
23922 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
23923         Log: Syntax terror.
23924      Branch: perl
23925            ! lib/unicore/mktables
23926 ____________________________________________________________________________
23927 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
23928         Log: Redundant test.
23929      Branch: perl
23930            ! lib/unicore/mktables
23931 ____________________________________________________________________________
23932 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
23933         Log: Synchronize the specifications of the POSIX character
23934              classes alnum, graph, and print closer to the planned
23935              Unicode proposal.
23936      Branch: perl
23937            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
23938            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
23939 ____________________________________________________________________________
23940 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
23941         Log: Patch from Merijn.
23942      Branch: perl
23943            ! perl.h
23944 ____________________________________________________________________________
23945 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
23946         Log: Thinko in modfl detection.
23947      Branch: perl
23948            ! Configure
23949 ____________________________________________________________________________
23950 [ 19227] By: ams                                   on 2003/04/16  02:32:11
23951         Log: Storable now handles self-tied scalars with NULL mg_obj.
23952      Branch: perl
23953            ! ext/Storable/Storable.xs
23954 ____________________________________________________________________________
23955 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
23956         Log: Upgrade to Pod::LaTeX 0.55.
23957      Branch: perl
23958            + lib/Pod/t/pod2latex.t
23959            - lib/Pod/t/latex.t
23960            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
23961 ____________________________________________________________________________
23962 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
23963         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
23964      Branch: perl
23965            ! Configure
23966 ____________________________________________________________________________
23967 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
23968         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
23969      Branch: perl
23970            ! t/io/layers.t
23971 ____________________________________________________________________________
23972 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
23973         Log: False alarm: no cyclic dependency.
23974      Branch: perl
23975            ! Configure config_h.SH
23976 ____________________________________________________________________________
23977 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
23978         Log: Backport of _most_ of the changes in #19218: not one big
23979              cyclic dependency, though, it must be broken up somehow.
23980      Branch: perl
23981            ! Configure config_h.SH
23982 ____________________________________________________________________________
23983 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
23984         Log: Big patch from Alan Burlison to make Solaris long doubles work.
23985              (Also spreads more <stdlib.h> joy.)
23986              Needs backporting to metaconfig units and introducing the new
23987              symbols to non-Configure lands.
23988      Branch: perl
23989            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
23990 ____________________________________________________________________________
23991 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
23992         Log: Don't skip the whole test for PERLIO=perlio.
23993      Branch: perl
23994            ! t/io/layers.t
23995 ____________________________________________________________________________
23996 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
23997         Log: Add a test for [perl #17753].
23998      Branch: perl
23999            ! t/op/undef.t
24000 ____________________________________________________________________________
24001 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
24002         Log: "proto.h": 'id' is a reserved word in Objective-C.
24003      Branch: perl
24004            ! embed.fnc op.c proto.h
24005 ____________________________________________________________________________
24006 [ 19213] By: sky                                   on 2003/04/14  21:42:10
24007         Log: Ook, run tests on correct build-dir next time.
24008              We must check if the hv is a stash, otherwise we try to delete
24009              something that is a HvNAME of null.....  tests pass better now
24010      Branch: perl
24011            ! gv.c
24012 ____________________________________________________________________________
24013 [ 19212] By: sky                                   on 2003/04/14  21:15:00
24014         Log: Fixes to bugs introduced by PL_stashcache
24015              A) Follow suggestion by Benjamin Goldberg to use hv_delete
24016              instead of hv_delete_ent to avoid creating a temporary SV
24017              B) Don't increment the refcount, sneak it into an IV instead
24018              C) When a GP is a deleted that contains a stash, remove the
24019              corresponding entry since hv might be in use in other places.
24020              D) Note that no test cases test the deletion of packages to catch
24021              this bug.
24022      Branch: perl
24023            ! gv.c hv.c pp_hot.c
24024 ____________________________________________________________________________
24025 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
24026         Log: Mention that "make test_harness" lets messages sent through
24027              standard error out. Complements change #19206.
24028      Branch: perl
24029            ! pod/perlhack.pod
24030 ____________________________________________________________________________
24031 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
24032         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
24033              From: Inaba Hiroto <inaba@st.rim.or.jp>
24034              Date: Fri, 21 Mar 2003 17:35:21 +0900
24035              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
24036              Date: Sat, 22 Mar 2003 11:28:05 +0900
24037              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
24038      Branch: perl
24039            ! regexec.c t/op/pat.t
24040 ____________________________________________________________________________
24041 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
24042         Log: PERLIO=perlio requires extra steps.
24043      Branch: perl
24044            ! lib/PerlIO.pm t/io/layers.t
24045 ____________________________________________________________________________
24046 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
24047         Log: Skip as early as possible if no perlio since the
24048              use open would be compile-time.
24049      Branch: perl
24050            ! t/io/layers.t
24051 ____________________________________________________________________________
24052 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
24053         Log: Document and test autovivified dirhandles.
24054              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
24055              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
24056              Date: 12 Apr 2003 12:40:45 -0000
24057              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
24058      Branch: perl
24059            ! pod/perlfunc.pod t/op/readdir.t
24060 ____________________________________________________________________________
24061 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
24062         Log: More docs about running tests and the test suite.
24063              Update perlhack.pod in various places.
24064              Add 'test_harness' as a .PHONY dependency in the Makefile.
24065      Branch: perl
24066            ! Makefile.SH pod/perlhack.pod t/README
24067 ____________________________________________________________________________
24068 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
24069         Log: Build get_layers() also under -Uuseperlio.
24070      Branch: perl
24071            ! universal.c
24072 ____________________________________________________________________________
24073 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
24074         Log: Bump up the version and admonish against aspiring (ab)use.
24075      Branch: perl
24076            ! lib/PerlIO.pm
24077 ____________________________________________________________________________
24078 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
24079         Log: Introduce PerlIO::get_layers() to allow people to peek
24080              at the PerlIO layer stack.
24081      Branch: perl
24082            + t/io/layers.t
24083            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
24084            ! universal.c
24085 ____________________________________________________________________________
24086 [ 19202] By: merijn                                on 2003/04/14  05:42:18
24087         Log: Subject: [PATCH] vms/vms.c waitpid tweak
24088              From: "Craig A. Berry" <craigberry@mac.com>
24089              Date: Mon, 14 Apr 2003 00:43:00 -0500
24090              Message-ID: <3E9A4A64.6030205@mac.com>
24091      Branch: perl
24092            ! vms/vms.c
24093 ____________________________________________________________________________
24094 [ 19201] By: sky                                   on 2003/04/13  19:26:46
24095         Log: Fix bug #16253, use all the CPU that we can :-)
24096      Branch: perl
24097            ! ext/threads/threads.xs
24098 ____________________________________________________________________________
24099 [ 19200] By: sky                                   on 2003/04/13  18:38:58
24100         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
24101              instead of 2 and make push and pop increase the refcount.
24102      Branch: perl
24103            ! ext/threads/shared/shared.xs
24104 ____________________________________________________________________________
24105 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
24106         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
24107              ../../lib for the lc() at line 66 (UTF-8 data possible
24108              if using UTF-8 locales).
24109      Branch: perl
24110            ! lib/ExtUtils/t/Install.t
24111 ____________________________________________________________________________
24112 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
24113         Log: The lib/ipc_sysv.t test has a new name.
24114      Branch: perl
24115            ! INSTALL
24116 ____________________________________________________________________________
24117 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
24118         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
24119              most probably introduced by the change #19157.  The tweak suggested
24120              by Stephen McCamant trades a possible dangling pointer (CopFILE()
24121              is tricky like that with threads) to a memory leak.  (This means
24122              that this tweak shouldn't be left in as-is, but if this helps,
24123              we at least know that the failure was caused by the #19157.)
24124      Branch: perl
24125            ! op.c
24126 ____________________________________________________________________________
24127 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
24128         Log: Upgrade to Net::Ping 2.29.
24129      Branch: perl
24130            + lib/Net/Ping/t/510_ping_udp.t
24131            - lib/Net/Ping/README
24132            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
24133 ____________________________________________________________________________
24134 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
24135         Log: Upgrade to Test::Harness 2.27_04.
24136      Branch: perl
24137            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
24138            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
24139            ! lib/Test/Harness/t/test-harness.t
24140 ____________________________________________________________________________
24141 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
24142         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
24143      Branch: perl
24144            ! hints/darwin.sh hints/rhapsody.sh
24145 ____________________________________________________________________________
24146 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
24147         Log: The debugging aid #19182 didn't.
24148      Branch: perl
24149            ! ext/B/t/deparse.t
24150 ____________________________________________________________________________
24151 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
24152         Log: Benchmark nit from Nick Clark (in OpenBSD the result could
24153              be a negative zero, -0).
24154      Branch: perl
24155            ! lib/Benchmark.t
24156 ____________________________________________________________________________
24157 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
24158         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
24159              From: Michael G Schwern <schwern@pobox.com>
24160              Date: Fri, 11 Apr 2003 00:32:02 -0700
24161              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
24162      Branch: perl
24163            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
24164            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24165            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
24166            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
24167            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
24168            ! lib/ExtUtils/t/zz_cleanup_dummy.t
24169 ____________________________________________________________________________
24170 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
24171         Log: Peter Scott suggests that the docs for base.pm should
24172              state explicitely that base.pm doesn't call import()
24173              on base classes. Plus a few typos.
24174      Branch: perl
24175            ! lib/base.pm
24176 ____________________________________________________________________________
24177 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
24178         Log: PerlFAQ sync.
24179      Branch: perl
24180            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
24181            ! pod/perlfaq7.pod pod/perlfaq9.pod
24182 ____________________________________________________________________________
24183 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
24184         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
24185              There used to be a nullstash (%{"<none>::"}) to hold illegal
24186              variables under strict 'vars'. It has been removed by change #17942.
24187              This can lead to segfaults during the parsing, because some illegal
24188              variables might have been discarded before the compilation of the
24189              current statement had completed.
24190              Bug analysis and test case by Enache Adrian.
24191      Branch: perl
24192            ! gv.c t/lib/strict/vars
24193 ____________________________________________________________________________
24194 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
24195         Log: Be more descriptive.
24196      Branch: perl
24197            ! MANIFEST
24198 ____________________________________________________________________________
24199 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
24200         Log: Noted by Nat: -0 didn't work that well with Unicode.
24201      Branch: perl
24202            ! perl.c pod/perlrun.pod
24203 ____________________________________________________________________________
24204 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
24205         Log: Add an option for the grok_xxx() to silently ignore bad digits.
24206      Branch: perl
24207            ! numeric.c perl.h
24208 ____________________________________________________________________________
24209 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
24210         Log: The test doesn't work that well when -Uusedl.
24211              Some of the tests could be salvaged even then I guess.
24212      Branch: perl
24213            ! lib/ExtUtils/t/Constant.t
24214 ____________________________________________________________________________
24215 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
24216         Log: A temporary debugging aid for Tru64 threaded builds.
24217      Branch: perl
24218            ! ext/B/t/deparse.t
24219 ____________________________________________________________________________
24220 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
24221         Log: Unless Inuits are involved...
24222      Branch: perl
24223            ! pod/perlrun.pod
24224 ____________________________________________________________________________
24225 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
24226         Log: With AFS the cwds have little chance of agreeing.
24227      Branch: perl
24228            ! ext/Cwd/t/cwd.t
24229 ____________________________________________________________________________
24230 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
24231         Log: I assume the idea was to use the *cwd variables for testing.
24232      Branch: perl
24233            ! ext/Cwd/t/cwd.t
24234 ____________________________________________________________________________
24235 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
24236         Log: perlport information about portably embedding string data.
24237      Branch: perl
24238            ! pod/perlport.pod
24239 ____________________________________________________________________________
24240 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
24241         Log: Also locale names can contain illegal UTF-8.
24242      Branch: perl
24243            ! lib/locale.t
24244 ____________________________________________________________________________
24245 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
24246         Log: In case someone is using UTF-8 locales.
24247      Branch: perl
24248            ! lib/ExtUtils/MM_MacOS.pm
24249 ____________________________________________________________________________
24250 [ 19174] By: merijn                                on 2003/04/09  14:33:12
24251         Log: Even more promotion for -lc128 (long doubles on AIX)
24252              More obvious detection of C compiler
24253              cc_type should not promote to config.sh
24254
24255              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24256              Date: Wed, 09 Apr 2003 14:31:48 +0200
24257              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
24258      Branch: perl
24259            ! hints/aix.sh
24260 ____________________________________________________________________________
24261 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
24262         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
24263      Branch: perl
24264            ! op.c t/io/open.t
24265 ____________________________________________________________________________
24266 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
24267         Log: Try to be more descriptive than just __ANONIO__ which is what
24268              you get when you autovivify filehandles into array/hash elements.
24269      Branch: perl
24270            ! doio.c op.c t/io/open.t
24271 ____________________________________________________________________________
24272 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
24273         Log: Implement support for --help and --version in Getopt::Std
24274              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
24275              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24276              Date: Mon, 7 Apr 2003 17:07:15 -0700
24277              Message-ID: <20030408000714.GA953@math.berkeley.edu>
24278      Branch: perl
24279            ! lib/Getopt/Std.pm
24280 ____________________________________________________________________________
24281 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
24282         Log: Subject: [PATCH] Re: Error: Unknown error
24283              From: Enache Adrian <enache@rdslink.ro>
24284              Date: Tue, 8 Apr 2003 07:12:13 +0300
24285              Message-ID: <20030408041213.GA13553@ratsnest.hole>
24286      Branch: perl
24287            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
24288 ____________________________________________________________________________
24289 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
24290         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
24291              From: Dave Mitchell <davem@fdgroup.com>
24292              Date: Mon, 7 Apr 2003 21:43:17 +0100
24293              Message-ID: <20030407204317.GA8796@fdgroup.com>
24294
24295              The new XTERMORDORDOR lexer expectation must also be named
24296              in debugging perls, to be used in the output of -DT.
24297      Branch: perl
24298            ! perl.h toke.c
24299 ____________________________________________________________________________
24300 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
24301         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
24302      Branch: perl
24303            ! vms/perlvms.pod
24304 ____________________________________________________________________________
24305 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
24306         Log: Typos fixes by Stas Bekman.
24307      Branch: perl
24308            ! cv.h lib/attributes.pm sv.h
24309 ____________________________________________________________________________
24310 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
24311         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
24312              From: Robin Barker <Robin.Barker@npl.co.uk>
24313              Date: Tue, 8 Apr 2003 14:23:04 +0100
24314              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
24315      Branch: perl
24316            ! pod/perlpod.pod
24317 ____________________________________________________________________________
24318 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
24319         Log: Few more words about safe/unsafe signals.
24320      Branch: perl
24321            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
24322 ____________________________________________________________________________
24323 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
24324         Log: The SvGROW() might move the PV.
24325      Branch: perl
24326            ! pp.c
24327 ____________________________________________________________________________
24328 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
24329         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
24330              From: Michael G Schwern <schwern@pobox.com>
24331              Date: Mon, 7 Apr 2003 02:09:17 -0700
24332              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
24333      Branch: perl
24334            + lib/ExtUtils/t/MM_Any.t
24335            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
24336            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24337            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
24338            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
24339            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
24340            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
24341            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
24342            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24343            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
24344            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
24345            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
24346            ! lib/ExtUtils/README lib/ExtUtils/TODO
24347            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
24348            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
24349 ____________________________________________________________________________
24350 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
24351         Log: Time::HiRes: Do not create files in blib directories under core
24352              (from Rafael)
24353      Branch: perl
24354            ! ext/Time/HiRes/Makefile.PL
24355 ____________________________________________________________________________
24356 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
24357         Log: Future binary compat wishful thinking:
24358              maint will use the stashcache, but not the dbassertion.
24359      Branch: perl
24360            ! intrpvar.h
24361 ____________________________________________________________________________
24362 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
24363         Log: More WinCE tweaking for Vadim Konovalov.
24364      Branch: perl
24365            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
24366            ! wince/makedist.pl
24367 ____________________________________________________________________________
24368 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
24369         Log: Subject: CvFILE for constant subs
24370              From: Stephen McCamant <smcc@mit.edu>
24371              Date: Sun, 6 Apr 2003 16:39:13 -0400
24372              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
24373      Branch: perl
24374            ! op.c
24375 ____________________________________________________________________________
24376 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
24377         Log: Subject: [PATCH] B::Deparse: sv_no != 0
24378              From: Stephen McCamant <smcc@mit.edu>
24379              Date: Sun, 6 Apr 2003 17:00:48 -0400
24380              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
24381      Branch: perl
24382            ! ext/B/B/Deparse.pm
24383 ____________________________________________________________________________
24384 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
24385         Log: An unconditional carp is not nice.
24386      Branch: perl
24387            ! ext/Sys/Syslog/Syslog.pm
24388 ____________________________________________________________________________
24389 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
24390         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
24391              From: Robert Spier <rspier@pobox.com>
24392              Date: Sat, 05 Apr 2003 21:12:20 -0800
24393              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
24394      Branch: perl
24395            ! README.solaris
24396 ____________________________________________________________________________
24397 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
24398         Log: Remove unportable ">|" shell syntax
24399              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
24400              From: Enache Adrian <enache@rdslink.ro>
24401              Date: Sun, 6 Apr 2003 21:13:27 +0300
24402              Message-ID: <20030406181326.GA873@ratsnest.hole>
24403      Branch: perl
24404            ! Makefile.SH
24405 ____________________________________________________________________________
24406 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
24407         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
24408              From: Joost van Baal <J.E.vanBaal@uvt.nl>
24409              Date: Mon, 25 Nov 2002 17:35:37 +0100
24410              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
24411
24412              (The .pm patch modified a bit, and removed the false
24413              claim that _PATH_INFO would be coming from syslog.ph)
24414      Branch: perl
24415            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
24416            ! ext/Sys/Syslog/syslog.t
24417 ____________________________________________________________________________
24418 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
24419         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
24420              From: Enache Adrian <enache@rdslink.ro>
24421              Date: Thu, 3 Apr 2003 15:50:48 +0300
24422              Message-ID: <20030403125048.GA6107@ratsnest.hole>
24423
24424              On linux, when building a shared library, generate
24425              a small shell wrapper, "preload", that preloads libperl.so
24426              only if it exists. Useful when the 'make' process stops
24427              before the link phase.
24428      Branch: perl
24429            ! Makefile.SH
24430 ____________________________________________________________________________
24431 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
24432         Log: Upgrade to Locale::Maketext 1.04.
24433      Branch: perl
24434            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
24435            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
24436            - lib/Locale/Maketext/test.pl
24437            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24438            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
24439 ____________________________________________________________________________
24440 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
24441         Log: perluniintro.pod: nice_string() doesn't escape
24442              literal escape chars -- use Sadahiro-san's fix(es).
24443      Branch: perl
24444            ! pod/perluniintro.pod
24445 ____________________________________________________________________________
24446 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
24447         Log: Subject: [PATCH 5.8.1 @19053] Embedding
24448              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24449              Date: Mon, 31 Mar 2003 12:39:24 -0800
24450              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
24451
24452              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
24453              to be used in a C program's main function.
24454      Branch: perl
24455            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
24456 ____________________________________________________________________________
24457 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
24458         Log: Heredocs and use encoding didn't work for SJIS;
24459              patch from Inaba Hiroto.
24460      Branch: perl
24461            ! toke.c
24462 ____________________________________________________________________________
24463 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
24464         Log: The manpages don't have to be built by MakeMaker for the
24465              core modules in ext/. Disable this in Devel::PPPort (not
24466              up-to-date on CPAN), Unicode::Normalize (the CPAN version
24467              uses a different Makefile.PL anyway) and XS::APItest
24468              (not CPANized.)
24469      Branch: perl
24470            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
24471            ! ext/XS/APItest/Makefile.PL
24472 ____________________________________________________________________________
24473 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
24474         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
24475              by SADAHIRO Tomoyuki.
24476      Branch: perl
24477            ! ext/Unicode/Normalize/Changes
24478            ! ext/Unicode/Normalize/Normalize.pm
24479            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
24480            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
24481            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
24482            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
24483            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
24484 ____________________________________________________________________________
24485 [ 19143] By: merijn                                on 2003/04/03  08:55:33
24486         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
24487              From: "Craig A. Berry" <craigberry@mac.com>
24488              Date: Wed, 02 Apr 2003 18:09:03 -0600
24489              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
24490      Branch: perl
24491            ! vms/vms.c vms/vmsish.h
24492 ____________________________________________________________________________
24493 [ 19142] By: merijn                                on 2003/04/03  08:50:55
24494         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
24495              From: andreas.koenig@anima.de (Andreas J. Koenig)
24496              Date: Thu, 03 Apr 2003 08:28:52 +0200
24497              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
24498      Branch: perl
24499            ! lib/Pod/t/Functions.t
24500 ____________________________________________________________________________
24501 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
24502         Log: Don't recurse from threads to threads/shared (since
24503              threads/shared is built separately, temp solution from
24504              Schwern while MM is being fixed.)
24505      Branch: perl
24506            ! ext/threads/Makefile.PL
24507 ____________________________________________________________________________
24508 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
24509         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
24510              From: Steve Hay <steve.hay@uk.radan.com>
24511              Date: Thu, 20 Mar 2003 11:55:01 +0000
24512              Message-ID: <3E79AC15.80307@uk.radan.com>
24513      Branch: perl
24514            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
24515 ____________________________________________________________________________
24516 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
24517         Log: Make perldiag agree with #19138.
24518      Branch: perl
24519            ! pod/perldiag.pod
24520 ____________________________________________________________________________
24521 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
24522         Log: Make at least the thread count make sense.
24523      Branch: perl
24524            ! ext/threads/threads.xs
24525 ____________________________________________________________________________
24526 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
24527         Log: Adjust test for the recent change (#19136) to Pod::Html
24528      Branch: perl
24529            ! lib/Pod/t/htmlview.t
24530 ____________________________________________________________________________
24531 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
24532         Log: Fixes for "installhtml --splithead", based on :
24533              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
24534              From: Steve Hay <steve.hay@uk.radan.com>
24535              Date: Wed, 02 Apr 2003 11:33:41 +0100
24536              Message-ID: <3E8ABC85.5060807@uk.radan.com>
24537
24538              This also includes a small patch to Pod::Html : when generating
24539              anchor names, play on the safe side and turn every non-alphanumeric
24540              character into an '_'. Moreover, Pod::Html::anchorify() is now
24541              optionally exported.
24542      Branch: perl
24543            ! installhtml lib/Pod/Html.pm
24544 ____________________________________________________________________________
24545 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
24546         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
24547              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24548              Date: Tue, 01 Apr 2003 16:32:46 -0800
24549              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
24550      Branch: perl
24551            ! pp.c t/op/split.t
24552 ____________________________________________________________________________
24553 [ 19134] By: sky                                   on 2003/04/02  18:01:40
24554         Log: Fix some small nits, thanks to Rafael.
24555      Branch: perl
24556            ! pp_hot.c
24557 ____________________________________________________________________________
24558 [ 19133] By: sky                                   on 2003/04/02  13:41:14
24559         Log: Add packname->stash cache before the check if a packname is a
24560              filehandle or a package, it works because only packnames
24561              that have been resolved to stashes are added to the cache,
24562              and when a newIO is created we clean the cache.
24563              Results in roughly 1.8 speed increase for class->method()
24564              calls.
24565      Branch: perl
24566            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
24567 ____________________________________________________________________________
24568 [ 19132] By: merijn                                on 2003/04/02  11:28:02
24569         Log: #19122 should have been tested on non-glibc system (like AIX)
24570      Branch: perl
24571            ! pp.c
24572 ____________________________________________________________________________
24573 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
24574         Log: Spread IlyaZ's PERL_CORE detection trick.
24575      Branch: perl
24576            ! ext/Encode/Makefile.PL
24577 ____________________________________________________________________________
24578 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
24579         Log: Cannot portably compare files if one of them is still open
24580              (from Craig Berry).
24581      Branch: perl
24582            ! ext/Encode/t/enc_module.t
24583 ____________________________________________________________________________
24584 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
24585         Log: MM_VMS tweak from Craig Berry:
24586              http://nntp.x.perl.org/group/perl.makemaker/1002
24587      Branch: perl
24588            ! lib/ExtUtils/MM_VMS.pm
24589 ____________________________________________________________________________
24590 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
24591         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
24592              From: Steve Hay <steve.hay@uk.radan.com>
24593              Date: Thu, 20 Mar 2003 12:34:15 +0000
24594              Message-ID: <3E79B547.6030201@uk.radan.com>
24595              (with a few minor tweaks)
24596      Branch: perl
24597            ! installhtml
24598 ____________________________________________________________________________
24599 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
24600         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
24601              From: Enache Adrian <enache@rdslink.ro>
24602              Date: Sat, 29 Mar 2003 19:45:41 +0200
24603              Message-ID: <20030329174541.GA8138@ratsnest.hole>
24604      Branch: perl
24605            ! ext/B/B/Deparse.pm
24606 ____________________________________________________________________________
24607 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
24608         Log: Fix bug #21742. require should be always invoked in
24609              scalar context. This wasn't the case when called from
24610              an eval(""), because the void context doesn't propagate
24611              through the leaveeval op. Instead of making scalarvoid()
24612              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
24613              a workaround in doeval().
24614      Branch: perl
24615            ! pp_ctl.c t/comp/require.t
24616 ____________________________________________________________________________
24617 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
24618         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
24619              From: "Green, Paul" <Paul.Green@stratus.com>
24620              Date: Tue, 1 Apr 2003 12:37:38 -0500
24621              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
24622      Branch: perl
24623            ! hints/vos.sh
24624 ____________________________________________________________________________
24625 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
24626         Log: Integrate:
24627              [ 19119]
24628              Address "5.8.1@19053: crypt_r() takes 128K per thread".
24629      Branch: perl
24630           !> pp.c reentr.c reentr.h reentr.pl
24631 ____________________________________________________________________________
24632 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
24633         Log: Integrate:
24634              [ 19109]
24635              Subject: [PATCH 5.8.1 @19053] Time::HiRes
24636              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24637              Date: Mon, 31 Mar 2003 12:53:01 -0800
24638              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
24639
24640              [ 19111]
24641              A cleaner way to detect PERL_CORE, from IlyaZ.
24642      Branch: perl
24643           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
24644 ____________________________________________________________________________
24645 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
24646         Log: Integrate:
24647              [ 19106]
24648              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
24649              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24650              Date: Mon, 31 Mar 2003 12:43:37 -0800
24651              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
24652
24653              and regen Configure.
24654      Branch: perl
24655            ! Configure config_h.SH embedvar.h
24656           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
24657           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
24658           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
24659           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
24660           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
24661           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
24662           !> reentr.h reentr.pl sv.c
24663 ____________________________________________________________________________
24664 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
24665         Log: Document the _exit() issue with threads in Linux [perl #17057].
24666      Branch: perl
24667            ! ext/POSIX/POSIX.pod
24668 ____________________________________________________________________________
24669 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
24670         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
24671              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24672              Date: Tue, 1 Apr 2003 11:02:35 +0200
24673              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
24674      Branch: perl
24675            ! t/op/getpid.t
24676 ____________________________________________________________________________
24677 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
24678         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
24679              From: Michael G Schwern <schwern@pobox.com>
24680              Date: Mon, 31 Mar 2003 15:16:57 -0800
24681              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
24682      Branch: perl
24683            ! ext/SDBM_File/sdbm/Makefile.PL
24684 ____________________________________________________________________________
24685 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
24686         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
24687              From: Richard.Foley@ubsw.com
24688              Date: Mon, 31 Mar 2003 16:27:14 +0200
24689              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
24690      Branch: perl
24691            ! pod/perlhack.pod
24692 ____________________________________________________________________________
24693 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
24694         Log: Subject: [PATCH] Text::Abbrev warnings safe
24695              From: Peter Scott <Peter@PSDT.com>
24696              Date: Fri, 28 Mar 2003 16:34:47 -0800
24697              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
24698      Branch: perl
24699            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
24700 ____________________________________________________________________________
24701 [ 19113] By: merijn                                on 2003/04/01  14:12:33
24702         Log: Implemented AIX longdouble support in hints/aix.sh, which now
24703              actually work.  Thanks to John L. Allen for the hint.
24704
24705              Subject: Re: AIX longdoubles
24706              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24707              Date: Tue, 01 Apr 2003 17:18:57 +0200
24708              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
24709      Branch: perl
24710            ! hints/aix.sh
24711 ____________________________________________________________________________
24712 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
24713         Log: Tabify; strictly speaking unnecessary but anyway...
24714      Branch: perl
24715            ! MANIFEST
24716 ____________________________________________________________________________
24717 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
24718         Log: Upgrade to Test::Harness 2.27_02.
24719      Branch: perl
24720            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
24721            + t/lib/sample-tests/too_many
24722            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
24723            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
24724            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
24725 ____________________________________________________________________________
24726 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
24727         Log: Upgrade to podlators 1.26.
24728      Branch: perl
24729            ! lib/Pod/Man.pm
24730 ____________________________________________________________________________
24731 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
24732         Log: Upgrade to Encode 1.92.
24733      Branch: perl
24734            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
24735            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
24736            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
24737            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
24738            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
24739            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
24740 ____________________________________________________________________________
24741 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
24742         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
24743              From: Michael G Schwern <schwern@pobox.com>
24744              Date: Mon, 31 Mar 2003 02:42:58 -0800
24745              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
24746      Branch: perl
24747            + lib/ExtUtils/MakeMaker/FAQ.pod
24748            + lib/ExtUtils/MakeMaker/Tutorial.pod
24749            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
24750            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
24751            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
24752            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
24753            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
24754            + t/lib/TieIn.pm
24755            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
24756            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
24757            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
24758            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
24759            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
24760            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
24761            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
24762            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
24763            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24764            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
24765            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
24766            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
24767            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
24768            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
24769            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
24770            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
24771            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
24772            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
24773 ____________________________________________________________________________
24774 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
24775         Log: Subject: [PATCH dump.c] stray n_a
24776              From: Michael G Schwern <schwern@pobox.com>
24777              Date: Mon, 31 Mar 2003 00:55:49 -0800
24778              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
24779      Branch: perl
24780            ! dump.c
24781 ____________________________________________________________________________
24782 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
24783         Log: Some low-hanging fruit for EBCDIC portability
24784              (or for marking as EBCDIC todos)
24785      Branch: perl
24786            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
24787            ! t/uni/write.t
24788 ____________________________________________________________________________
24789 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
24790         Log: Upgrade to Time::HiRes 1.44.
24791      Branch: perl
24792            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24793 ____________________________________________________________________________
24794 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
24795         Log: IRIX 5.3 update.
24796      Branch: perl
24797            ! README.irix
24798 ____________________________________________________________________________
24799 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
24800         Log: Not all compilers like #ifdefs within cpp macros
24801              (follow-up on #19086)
24802      Branch: perl
24803            ! pp_sys.c
24804 ____________________________________________________________________________
24805 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
24806         Log: Ending strings is customary (typo from #19084).
24807      Branch: perl
24808            ! ext/Socket/Socket.t
24809 ____________________________________________________________________________
24810 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
24811         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
24812      Branch: perl
24813            ! MANIFEST
24814 ____________________________________________________________________________
24815 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
24816         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
24817              as the test expects.
24818      Branch: perl
24819            ! lib/Net/hostent.t
24820 ____________________________________________________________________________
24821 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
24822         Log: In IRIX 5.3 turn off some of the warnings that cannot
24823              really be helped (e.g. warnings coming from system headers,
24824              or linker warnings during Configure).
24825      Branch: perl
24826            ! hints/irix_5.sh
24827 ____________________________________________________________________________
24828 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
24829         Log: In IRIX 5.3 the cc is awfully confused about the prototype
24830              of select().
24831      Branch: perl
24832            ! hints/irix_5.sh pp_sys.c
24833 ____________________________________________________________________________
24834 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
24835         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
24836      Branch: perl
24837            + ext/Time/HiRes/hints/irix.pl
24838            ! MANIFEST
24839 ____________________________________________________________________________
24840 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
24841         Log: gethostbyname('localhost') is not that portable.
24842              inet_aton('localhost') in IRIX 5.3 returned an undef,
24843              which in turn made pack_sockaddr_in to barf on zero
24844              length in_addr.
24845      Branch: perl
24846            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
24847 ____________________________________________________________________________
24848 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
24849         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
24850              From: Nicholas Clark <nick@unfortu.net>
24851              Date: Sun, 30 Mar 2003 00:35:48 +0000
24852              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
24853      Branch: perl
24854            ! sv.c
24855 ____________________________________________________________________________
24856 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
24857         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
24858              not defined AF_LINK.
24859      Branch: perl
24860            ! ext/Socket/Socket.xs
24861 ____________________________________________________________________________
24862 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
24863         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
24864              From: Nicholas Clark <nick@unfortu.net>
24865              Date: Sat, 29 Mar 2003 18:58:09 +0000
24866              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
24867      Branch: perl
24868            ! dump.c
24869 ____________________________________________________________________________
24870 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
24871         Log: Minor rephrasing in perlopentut,
24872              noticed by Bob Wilkinson (RT [perl #21725])
24873      Branch: perl
24874            ! pod/perlopentut.pod
24875 ____________________________________________________________________________
24876 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
24877         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
24878              From: Nicholas Clark <nick@unfortu.net>
24879              Date: Thu, 27 Mar 2003 22:37:35 +0000
24880              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
24881      Branch: perl
24882            ! pod/perlapi.pod sv.h
24883 ____________________________________________________________________________
24884 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
24885         Log: It seems that in Tru64 V5 gcc cannot be used to
24886              compile a threaded Perl because <pthread.h> explicitly
24887              checks for supported compilers (gcc not being one of them).
24888              This is not so bad since the system C compiler is always there.
24889      Branch: perl
24890            ! README.tru64 hints/dec_osf.sh
24891 ____________________________________________________________________________
24892 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
24893         Log: Feeding illegal QP (like \x80) to this
24894              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
24895              caused a coredump in av_length() <- nextargv() because
24896              the av was NULL.  I don't know that returning Nullfp is
24897              the best thing to do, but it dodges the segfault and
24898              introduces no test failures.
24899      Branch: perl
24900            ! doio.c
24901 ____________________________________________________________________________
24902 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
24903         Log: Missing final \n.
24904      Branch: perl
24905            ! lib/Attribute/Handlers/Changes
24906 ____________________________________________________________________________
24907 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
24908         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
24909              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
24910              Date: 24 Mar 2003 16:29:08 -0000
24911              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
24912              plus a regression test
24913      Branch: perl
24914            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
24915 ____________________________________________________________________________
24916 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
24917         Log: Better version of change #19069
24918              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
24919              From: Nicholas Clark <nick@unfortu.net>
24920              Date: Wed, 26 Mar 2003 23:01:46 +0000
24921              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
24922      Branch: perl
24923            ! pp_hot.c sv.c t/op/readline.t
24924 ____________________________________________________________________________
24925 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
24926         Log: Subject: [patch] for Stratus VOS
24927              From: "Green, Paul" <Paul.Green@stratus.com>
24928              Date: Wed, 26 Mar 2003 17:24:38 -0500
24929              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
24930              (plus a small tweak to the test script)
24931      Branch: perl
24932            ! README.vos t/op/pack.t
24933 ____________________________________________________________________________
24934 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
24935         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
24936              From: Nicholas Clark <nick@unfortu.net>
24937              Date: Tue, 25 Mar 2003 22:59:17 +0000
24938              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
24939      Branch: perl
24940            ! sv.c t/op/readline.t
24941 ____________________________________________________________________________
24942 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
24943         Log: Win32 counterpart of change #19065
24944      Branch: perl
24945            ! win32/Makefile win32/makefile.mk
24946 ____________________________________________________________________________
24947 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
24948         Log: VMS counterpart of change #19065
24949      Branch: perl
24950            ! vms/descrip_mms.template
24951 ____________________________________________________________________________
24952 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
24953         Log: Upgrade to Term::ANSIColor 1.07.
24954      Branch: perl
24955            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
24956            ! lib/Term/ANSIColor/README
24957 ____________________________________________________________________________
24958 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
24959         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
24960              also separately maintained on CPAN, and now moved as
24961              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
24962              this last file.
24963      Branch: perl
24964            + utils/cpan.PL
24965           +> lib/CPAN/bin/cpan
24966            - utils/cpan
24967            ! MANIFEST installperl utils/Makefile
24968 ____________________________________________________________________________
24969 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
24970         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
24971              From: Dave Mitchell <davem@fdgroup.com>
24972              Date: Thu, 20 Mar 2003 01:26:19 +0000
24973              Message-ID: <20030320012619.C19869@fdgroup.com>
24974
24975              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
24976              From: Dave Mitchell <davem@fdgroup.com>
24977              Date: Mon, 24 Mar 2003 16:06:51 +0000
24978              Message-ID: <20030324160651.D1798@fdgroup.com>
24979      Branch: perl
24980            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
24981 ____________________________________________________________________________
24982 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
24983         Log: Subject: [perl #21648] Doc typo in Net::servent
24984              From: Andy Lester (via RT) <perlbug-followup@perl.org>
24985              Date: 22 Mar 2003 05:02:31 -0000
24986              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
24987      Branch: perl
24988            ! lib/Net/servent.pm
24989 ____________________________________________________________________________
24990 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
24991         Log: Subject: [PATCH README.qnx] for QNX 6.2
24992              From: Norton Allen <allen@huarp.harvard.edu>
24993              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
24994              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
24995      Branch: perl
24996            ! README.qnx
24997 ____________________________________________________________________________
24998 [ 19060] By: merijn                                on 2003/03/26  13:13:23
24999         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
25000              From: "Craig A. Berry" <craigberry@mac.com>
25001              Date: Tue, 25 Mar 2003 22:52:58 -0600
25002              Message-ID: <3E81322A.3040508@mac.com>
25003      Branch: perl
25004            ! lib/vmsish.t
25005 ____________________________________________________________________________
25006 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
25007         Log: Change 19056 wasn't good enough.
25008              ldlibpth should be changed later, to avoid spaces to be quoted.
25009      Branch: perl
25010            ! Makefile.SH
25011 ____________________________________________________________________________
25012 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
25013         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
25014              From: Michael G Schwern <schwern@pobox.com>
25015              Date: Mon, 24 Mar 2003 00:50:39 -0800
25016              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
25017      Branch: perl
25018            ! pod/perlhist.pod
25019 ____________________________________________________________________________
25020 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
25021         Log: Typo, spotted by Doru Petrescu
25022              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
25023      Branch: perl
25024            ! ext/Data/Dumper/Dumper.pm
25025 ____________________________________________________________________________
25026 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
25027         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
25028              From: Enache Adrian <enache@rdslink.ro>
25029              Date: Mon, 24 Mar 2003 23:56:25 +0200
25030              Message-ID: <20030324215625.GB853@ratsnest.hole>
25031      Branch: perl
25032            ! Makefile.SH
25033 ____________________________________________________________________________
25034 [ 19055] By: merijn                                on 2003/03/24  07:05:39
25035         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
25036              From: Enache Adrian <enache@rdslink.ro>
25037              Date: Sat, 22 Mar 2003 22:49:49 +0200
25038              Message-ID: <20030322204949.GB794@ratsnest.hole>
25039
25040              This is a slightly more defensive patch than Chip's patch that
25041              fell through the cracks, but does the same
25042              Subject: Shared libperl.so and build issues
25043              From: Chip Turner <cturner@redhat.com>
25044              Date: Tue 31 Dec 2002 17:21
25045      Branch: perl
25046            ! Makefile.SH
25047 ____________________________________________________________________________
25048 [ 19054] By: merijn                                on 2003/03/24  06:54:23
25049         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
25050              From: "Craig A. Berry" <craigberry@mac.com>
25051              Date: Sun, 23 Mar 2003 15:32:58 -0600
25052              Message-ID: <3E7E280A.5000304@mac.com>
25053      Branch: perl
25054            ! vms/vms.c
25055 ____________________________________________________________________________
25056 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
25057         Log: For change #19051: a new .bat to CRLF.
25058      Branch: perl
25059            ! Porting/makerel
25060 ____________________________________________________________________________
25061 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
25062         Log: WinCE update from Vadim Konovalov.
25063      Branch: perl
25064            + wince/compile-all.bat wince/makedist.pl
25065            - wince/include/sys/stat.h wince/xbuildall.ksh
25066            - wince/xdistclean.ksh wince/xmakediffs.ksh
25067            ! MANIFEST README.ce dosish.h wince/Makefile.ce
25068            ! wince/compile.bat wince/config.ce
25069 ____________________________________________________________________________
25070 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
25071         Log: Oops (change #19013 missed changing the Perl version number).
25072      Branch: perl
25073            ! cygwin/perlld.in
25074 ____________________________________________________________________________
25075 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
25076         Log: Integrate from maint-5.8:
25077              [ 19045]
25078              If no IVSIZE == 8, no need for modulo_1.
25079      Branch: perl
25080           !> pp.c
25081 ____________________________________________________________________________
25082 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
25083         Log: Subject: [PATCH] p4genpatch
25084              From: andreas.koenig@anima.de (Andreas J. Koenig)
25085              Date: Sat, 15 Mar 2003 12:04:18 +0100
25086              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
25087      Branch: perl
25088            ! Porting/p4genpatch
25089 ____________________________________________________________________________
25090 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
25091         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
25092              From: Martien Verbruggen <mgjv@tradingpost.com.au>
25093              Date: Sat, 15 Mar 2003 12:31:47 +1100
25094              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
25095      Branch: perl
25096            ! pod/perlsub.pod pod/perlsyn.pod
25097 ____________________________________________________________________________
25098 [ 19042] By: merijn                                on 2003/03/21  07:45:54
25099         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
25100              From: "Craig A. Berry" <craigberry@mac.com>
25101              Date: Thu, 20 Mar 2003 23:03:36 -0600
25102              Message-ID: <3E7A9D28.1040706@mac.com>
25103      Branch: perl
25104            ! configure.com vms/vms.c vms/vmsish.h
25105 ____________________________________________________________________________
25106 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
25107         Log: Subject: Re: [patch] [perl #21628] rcatline issue
25108              From: Enache Adrian <enache@rdslink.ro>
25109              Date: Thu, 20 Mar 2003 22:39:06 +0200
25110              Message-ID: <20030320203906.GA31199@ratsnest.hole>
25111      Branch: perl
25112            ! MANIFEST pp_hot.c t/op/readline.t
25113 ____________________________________________________________________________
25114 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
25115         Log: Subject: Re: Bytecode? Back into service.
25116              From: Enache Adrian <enache@rdslink.ro>
25117              Date: Thu, 20 Mar 2003 07:38:39 +0200
25118              Message-ID: <20030320053839.GA4044@ratsnest.hole>
25119      Branch: perl
25120            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
25121            ! ext/ByteLoader/byterun.h op.c
25122 ____________________________________________________________________________
25123 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
25124         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
25125              From: "Gerrit P. Haase" <gp@familiehaase.de>
25126              Date: Thu, 20 Mar 2003 21:23:28 +0100
25127              Message-ID: <941032389637.20030320212328@familiehaase.de>
25128      Branch: perl
25129            ! README.cygwin
25130 ____________________________________________________________________________
25131 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
25132         Log: Integrate:
25133              [ 19033]
25134              file test operators weren't doing the right thing if the SV
25135              passed to them wasn't NUL-terminated
25136
25137              [ 19034]
25138              ensure SVs returned by Win32::Get{Short,Full}PathName() are
25139              NUL-terminated
25140      Branch: perl
25141           !> doio.c win32/win32.c
25142 ____________________________________________________________________________
25143 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
25144         Log: Better wording as requested by Rafael, and
25145              the module is BerkeleyDB, not BerkeleyFile.
25146      Branch: perl
25147            ! README.tru64
25148 ____________________________________________________________________________
25149 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
25150         Log: Update the DB_File instructions in Tru64.
25151      Branch: perl
25152            ! README.tru64
25153 ____________________________________________________________________________
25154 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
25155         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
25156              From: Dave Mitchell <davem@fdgroup.com>
25157              Date: Tue, 18 Mar 2003 21:55:05 +0000
25158              Message-ID: <20030318215505.A16787@fdgroup.com>
25159      Branch: perl
25160            ! pp_ctl.c t/op/goto.t
25161 ____________________________________________________________________________
25162 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
25163         Log: Subject: [PATCH] VMS pod install tweaks
25164              From: "Craig A. Berry" <craigberry@mac.com>
25165              Date: Sat, 15 Mar 2003 16:06:07 -0600
25166              Message-ID: <3E73A3CF.3060502@mac.com>
25167      Branch: perl
25168            ! vms/descrip_mms.template
25169 ____________________________________________________________________________
25170 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
25171         Log: Subject: [PATCH] poll() help for VMS
25172              From: "Craig A. Berry" <craigberry@mac.com>
25173              Date: Tue, 18 Mar 2003 01:10:10 -0600
25174              Message-ID: <3E76C652.30205@mac.com>
25175      Branch: perl
25176            ! configure.com ext/IO/poll.h
25177 ____________________________________________________________________________
25178 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
25179         Log: The description of SIG_SIZE was off.
25180      Branch: perl
25181            ! Configure NetWare/config_H.wc Porting/Glossary
25182            ! Porting/config.sh Porting/config_H config_h.SH
25183            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
25184            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
25185            ! wince/config_H.ce
25186 ____________________________________________________________________________
25187 [ 19020] By: merijn                                on 2003/03/18  05:45:50
25188         Log: Minor updates of Wolfgang's pack patch
25189
25190              Subject: Re: pack changes and related fixes
25191              From: Philip Newton <Philip.Newton@gmx.net>
25192              Date: Tue, 18 Mar 2003 06:19:30 +0100
25193              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
25194      Branch: perl
25195            ! embed.fnc pod/perldiag.pod
25196 ____________________________________________________________________________
25197 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
25198         Log: regenerate win32/config_H.*
25199      Branch: perl
25200            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25201            ! win32/config_H.vc64
25202 ____________________________________________________________________________
25203 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
25204         Log: there is no trailing NULL in sig_name or sig_num, so don't
25205              talk about it
25206      Branch: perl
25207            ! Porting/Glossary
25208 ____________________________________________________________________________
25209 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
25210         Log: according to the new Porting/Glossary, sig_num doesn't have an
25211              extra '0' at the end
25212      Branch: perl
25213            ! win32/config.bc win32/config.gc win32/config.vc
25214            ! win32/config.vc64
25215 ____________________________________________________________________________
25216 [ 19016] By: hv                                    on 2003/03/18  00:52:09
25217         Log: add tests for existing behaviour of undef postinc/dec
25218      Branch: perl
25219            ! t/op/inc.t
25220 ____________________________________________________________________________
25221 [ 19015] By: hv                                    on 2003/03/18  00:46:18
25222         Log: add comment at undef postinc special case
25223      Branch: perl
25224            ! pp.c
25225 ____________________________________________________________________________
25226 [ 19014] By: hv                                    on 2003/03/18  00:27:19
25227         Log: clarify behaviour of $a++
25228      Branch: perl
25229            ! pod/perlop.pod
25230 ____________________________________________________________________________
25231 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
25232         Log: Integrate:
25233              [ 19012]
25234              We don't have the new Perl at this stage.
25235      Branch: perl
25236           !> cygwin/perlld.in
25237 ____________________________________________________________________________
25238 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
25239         Log: Subject: pack changes and related fixes
25240              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
25241              Date: Mon, 17 Mar 2003 13:55:37 +0100
25242              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
25243      Branch: perl
25244            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
25245            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
25246            ! t/lib/warnings/pp_pack t/op/pack.t
25247 ____________________________________________________________________________
25248 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
25249         Log: Integrate:
25250              [ 19006]
25251              Subject: Re: [Patch] Maintperl versioning for Cygwin
25252              From: Slaven Rezic <slaven@rezic.de>
25253              Date: 17 Mar 2003 00:42:43 +0100
25254              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
25255      Branch: perl
25256           !> cygwin/perlld.in
25257 ____________________________________________________________________________
25258 [ 19005] By: hv                                    on 2003/03/17  02:06:20
25259         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
25260              From: chocolateboy <chocolateboy@chocolatey.com>
25261              Date: Sat, 22 Feb 2003 12:17:28 +0000
25262              Message-ID: <3E576A58.8010901@chocolatey.com>
25263      Branch: perl
25264            + ext/Data/Dumper/t/pair.t
25265            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
25266 ____________________________________________________________________________
25267 [ 19004] By: hv                                    on 2003/03/17  01:38:23
25268         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
25269              From: Stas Bekman <stas@stason.org>
25270              Date: Fri, 14 Feb 2003 11:59:53 +1100
25271              Message-ID: <3E4C3F89.6050005@stason.org>
25272      Branch: perl
25273            ! utils/h2xs.PL
25274 ____________________________________________________________________________
25275 [ 19003] By: hv                                    on 2003/03/17  01:23:02
25276         Log: Subject: [perl #20724] Patch for dprofpp
25277              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
25278              Date: 5 Feb 2003 08:41:17 -0000
25279              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
25280      Branch: perl
25281            ! utils/dprofpp.PL
25282 ____________________________________________________________________________
25283 [ 19002] By: hv                                    on 2003/03/16  23:36:57
25284         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
25285              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
25286              Date: 10 Jan 2003 10:59:44 -0000
25287              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
25288      Branch: perl
25289            ! lib/IPC/Open3.pm
25290 ____________________________________________________________________________
25291 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
25292         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
25293              for 3.3, but only might)
25294      Branch: perl
25295            ! hints/openbsd.sh
25296 ____________________________________________________________________________
25297 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
25298         Log: Stay within known facts: what platforms the skippage helps,
25299              and in which it is not needed.
25300      Branch: perl
25301            ! ext/POSIX/t/posix.t
25302 ____________________________________________________________________________
25303 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
25304         Log: This seems to fix (well, dodge) the problems in FreeBSD for
25305              Enache Adrian; in _theory_ this patch could be good for NetBSD,
25306              too, but Alian gets a core dump already at subtest #9 (anyone
25307              with a real NetBSD, Alian's is a VMware one, which has in the
25308              past caused similar odd crashes).  OpenBSD threaded build result
25309              still unknown.
25310      Branch: perl
25311            ! ext/POSIX/t/posix.t
25312 ____________________________________________________________________________
25313 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
25314         Log: IRIX ls -l marks sockets with 'S'.
25315      Branch: perl
25316            ! t/op/stat.t
25317 ____________________________________________________________________________
25318 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
25319         Log: Turn on UTF-8 flag only if the $str is valid utf8
25320              (pointed out by Dan Kogai).
25321      Branch: perl
25322            ! lib/Term/ReadLine.pm
25323 ____________________________________________________________________________
25324 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
25325         Log: Signedness nits.
25326      Branch: perl
25327            ! regcomp.c
25328 ____________________________________________________________________________
25329 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
25330         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
25331              Should work both for PERL_UNICODE/-C and use encoding 'foo';
25332      Branch: perl
25333            ! lib/Term/ReadLine.pm
25334 ____________________________________________________________________________
25335 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
25336         Log: Pod fix from Philip Newton.
25337      Branch: perl
25338            ! pod/perlfunc.pod
25339 ____________________________________________________________________________
25340 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
25341         Log: Further potential pitfalls for the utf8 len/pos cache
25342              found by Inaba Hiroto.  No test cases, yet.
25343      Branch: perl
25344            ! regcomp.c
25345 ____________________________________________________________________________
25346 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
25347         Log: Make the :bytes conditional on PerlIO.
25348      Branch: perl
25349            ! ext/Encode/t/CJKT.t
25350 ____________________________________________________________________________
25351 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
25352         Log: Needs PerlIO for :bytes.
25353      Branch: perl
25354            ! ext/Encode/t/CJKT.t
25355 ____________________________________________________________________________
25356 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
25357         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
25358              From: Enache Adrian <enache@rdslink.ro>
25359              Date: Fri, 14 Mar 2003 23:02:42 +0200
25360              Message-ID: <20030314210242.GA1159@ratsnest.hole>
25361              (with an added test)
25362      Branch: perl
25363            ! t/comp/parser.t toke.c
25364 ____________________________________________________________________________
25365 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
25366         Log: Time::HiRes is a core module
25367      Branch: perl
25368            ! pod/perlfunc.pod
25369 ____________________________________________________________________________
25370 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
25371         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
25372              From: Stas Bekman <stas@stason.org>
25373              Date: Fri, 14 Mar 2003 17:45:09 +1100
25374              Message-ID: <3E717A75.2060300@stason.org>
25375      Branch: perl
25376            ! ext/B/typemap
25377 ____________________________________________________________________________
25378 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
25379         Log: Better pass in the $self for a method.
25380      Branch: perl
25381            ! lib/File/Spec/Unix.pm
25382 ____________________________________________________________________________
25383 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
25384         Log: Cleanup the File::Spec tmpdir() implementations:
25385              now all the platforms specific modules call _tmpdir()
25386              (inherited from Unix.pm) with the list of platform
25387              specific list of temporary directories, and _tmpdir()
25388              then does the appropriate suitability checking.
25389      Branch: perl
25390            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
25391            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
25392            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
25393            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25394 ____________________________________________________________________________
25395 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
25396         Log: whichsig() really does return -1 for unknown signals.
25397      Branch: perl
25398            ! mg.c
25399 ____________________________________________________________________________
25400 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
25401         Log: Rework the @Config{/sig.*/} tests.
25402      Branch: perl
25403            ! lib/Config.t
25404 ____________________________________________________________________________
25405 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
25406         Log: Subject: [PATCH] configure.com: sig_num, etc.
25407              From: "Craig A. Berry" <craigberry@mac.com>
25408              Date: Thu, 13 Mar 2003 21:38:19 -0600
25409              Message-ID: <3E714EAB.6030001@mac.com>
25410      Branch: perl
25411            ! configure.com
25412 ____________________________________________________________________________
25413 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
25414         Log: Make whichsig() to work also if some system defines
25415              zero signals (now -1 is the "not found").  Note that
25416              in couple of mg.c spots only whichsig() > 0 branches
25417              are taken because signal handlers et al don't make
25418              much sense for the zero signal.
25419      Branch: perl
25420            ! doio.c mg.c
25421 ____________________________________________________________________________
25422 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
25423         Log: Since Configure does the signal name/number probe with awk
25424              based on the cpp results (not by really running code), testing
25425              for the signum value is not really helpful if we have runtime
25426              function calls (some signal numbers are dynamic, for example)
25427              (or other extra stuff where the signum value is expected).
25428              (Runtimeness also means that Configure cannot get these right,
25429              anyway.) Better filter in just the constant non-negative numbers.
25430      Branch: perl
25431            ! Configure
25432 ____________________________________________________________________________
25433 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
25434         Log: Signal issues.
25435              (1) Filter out negative signals.
25436              (2) Correct sig_num* and sig_name* descriptions.
25437      Branch: perl
25438            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25439            ! config_h.SH
25440 ____________________________________________________________________________
25441 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
25442         Log: Hopefully this works also in Win32.
25443      Branch: perl
25444            ! ext/Encode/t/CJKT.t
25445 ____________________________________________________________________________
25446 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
25447         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
25448              From: "Craig A. Berry" <craigberry@mac.com>
25449              Date: Thu, 13 Mar 2003 13:44:55 -0600
25450              Message-ID: <3E70DFB7.8070405@mac.com>
25451      Branch: perl
25452            ! lib/Pod/Perldoc.pm
25453 ____________________________________________________________________________
25454 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
25455         Log: fix for switchC.t test#6 failure on windows
25456      Branch: perl
25457            ! perl.c
25458 ____________________________________________________________________________
25459 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
25460         Log: Config.t wasn't getting the sig_num and sig_size relationship
25461              right, and therefore failed test#35 on windows
25462
25463              note that config_h.SH documents that $sig_size does NOT include
25464              the final NULL in $sig_num!
25465      Branch: perl
25466            ! lib/Config.t
25467 ____________________________________________________________________________
25468 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
25469         Log: another fix for failing test on windows ("use encoding" puts
25470              STDIN in :raw mode, so chomp() wasn't stripping the CR)
25471      Branch: perl
25472            ! ext/Encode/t/enc_module.t
25473 ____________________________________________________________________________
25474 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
25475         Log: fix CJKT.t failures on windows due to incorrect binmode()
25476      Branch: perl
25477            ! ext/Encode/t/CJKT.t
25478 ____________________________________________________________________________
25479 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
25480         Log: Skip the last test of Config.t on HP-UX.
25481              (This test should be skipped for every system that
25482              actually defines a negative signal number. Maybe that
25483              test should be removed, to be future-proof.)
25484      Branch: perl
25485            ! lib/Config.t
25486 ____________________________________________________________________________
25487 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
25488         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
25489              From: Kurt Starsinic <kstar@cpan.org>
25490              Date: Mon, 10 Mar 2003 00:54:49 -0500
25491              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
25492      Branch: perl
25493            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
25494 ____________________________________________________________________________
25495 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
25496         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
25497              From: "Craig A. Berry" <craigberry@mac.com>
25498              Date: Tue, 11 Mar 2003 21:29:31 -0600
25499              Message-ID: <3E6EA99B.9060902@mac.com>
25500              Patch by Scott Lepage (scott.lepage@hp.com)
25501      Branch: perl
25502            ! hv.c
25503 ____________________________________________________________________________
25504 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
25505         Log: Some more stdlib.h inclusions and change the gccversion
25506              test to use return (could have used that for all, sigh).
25507      Branch: perl
25508            ! Configure
25509 ____________________________________________________________________________
25510 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
25511         Log: Trims slashes from the argument to rmdir(), likewise
25512              to what happens with rmdir(). Factorize the code in a
25513              local macro, TRIMSLASHES.
25514      Branch: perl
25515            ! pp_sys.c
25516 ____________________________________________________________________________
25517 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
25518         Log: VOS nit from Paul Green.
25519      Branch: perl
25520            ! vos/configure_full_perl.sh
25521 ____________________________________________________________________________
25522 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
25523         Log: File::Spec: Do not fall back to '', use curdir instead.
25524              Note: Mac used to use cwd(), now curdir, slight change
25525              (relative vs. absolute).
25526      Branch: perl
25527            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
25528            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
25529            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25530 ____________________________________________________________________________
25531 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
25532         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
25533              was unset (the tests attempted to create files at the /)
25534      Branch: perl
25535            ! lib/File/Spec/Cygwin.pm
25536 ____________________________________________________________________________
25537 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
25538         Log: Another finding by IRIX cc: non-void function
25539              sv_cat_decode() should return a value.
25540      Branch: perl
25541            ! sv.c
25542 ____________________________________________________________________________
25543 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
25544         Log: Integrate:
25545              [ 18949]
25546              pudge> never integrate anything from macos/
25547      Branch: perl
25548            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
25549            - macos/macperl.sym
25550           !> MANIFEST
25551 ____________________________________________________________________________
25552 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
25553         Log: Integrate:
25554              [ 18946]
25555              Integrate from maint-5.8/macperl:
25556              [ 18937]
25557              Various MacOS portability fixes for tests
25558
25559              [ 18938]
25560              File::Spec::Unix method should be called on $self
25561
25562              [ 18939]
25563              lib.pm:_get_dirs() should use $_[0], not $_
25564
25565              [ 18940]
25566              Update MacOS for new configpm
25567
25568              [ 18941]
25569              Update MacOS build
25570              Update Makefile for new source files,
25571              update test script, add additional symbol for APItest
25572      Branch: perl
25573           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
25574           +> macos/macperl.sym
25575           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
25576           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
25577           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
25578           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
25579           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
25580           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
25581 ____________________________________________________________________________
25582 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
25583         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
25584              (Too early? If inited there the pthread_mutex_init() returns
25585              an integer much too large be an errno), but initing the mutex
25586              later, in perl_alloc(), seems to be okay with Cygwin, and also
25587              with Linux.
25588      Branch: perl
25589            ! perl.c
25590 ____________________________________________________________________________
25591 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
25592         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
25593      Branch: perl
25594            ! Configure
25595 ____________________________________________________________________________
25596 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
25597         Log: Tell how to possibly dodge 'Out of memory' errors.
25598      Branch: perl
25599            ! pod/perldiag.pod
25600 ____________________________________________________________________________
25601 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
25602         Log: WinCE tweaks from Vadim Konovalov.
25603      Branch: perl
25604            ! perl.c perlio.c wince/Makefile.ce
25605 ____________________________________________________________________________
25606 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
25607         Log: Missed one.
25608      Branch: perl
25609            ! Configure
25610 ____________________________________________________________________________
25611 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
25612         Log: Single vs doublequoted context is important...
25613      Branch: perl
25614            ! Configure
25615 ____________________________________________________________________________
25616 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
25617         Log: """glob.*""" patch for VMS, from Peter Prymmer.
25618      Branch: perl
25619            ! vms/perlvms.pod vms/vms.c
25620 ____________________________________________________________________________
25621 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
25622         Log: Questionable construct.
25623      Branch: perl
25624            ! pod/perltooc.pod
25625 ____________________________________________________________________________
25626 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
25627         Log: Better setmode() prototype for cygwin.
25628      Branch: perl
25629            ! perl.h
25630 ____________________________________________________________________________
25631 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
25632         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
25633      Branch: perl
25634            ! Configure
25635 ____________________________________________________________________________
25636 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
25637         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
25638              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
25639              So make the macro to include the , and the non-gcc case empty.
25640      Branch: perl
25641            ! sv.h
25642 ____________________________________________________________________________
25643 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
25644         Log: Uid_t and Gid_t can easily be shorts and one cannot
25645              pull shorts off the va_args, int is the shortest (ahem).
25646      Branch: perl
25647            ! reentr.c reentr.pl
25648 ____________________________________________________________________________
25649 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
25650         Log: Subject: [PATCH] io_sock.t
25651              From: Norton Allen <allen@huarp.harvard.edu>
25652              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
25653              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
25654      Branch: perl
25655            ! README.qnx ext/IO/lib/IO/t/io_sock.t
25656 ____________________________________________________________________________
25657 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
25658         Log: Get rid of one Cygwin warning by introducing a prototype
25659              for the init_os_extras().  Since there is no header file
25660              in Perl specific to cygwin, use perl.h.
25661      Branch: perl
25662            ! perl.h
25663 ____________________________________________________________________________
25664 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
25665         Log: Upgrade to Time-HiRes 1.43.
25666      Branch: perl
25667            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25668            ! ext/Time/HiRes/Makefile.PL
25669 ____________________________________________________________________________
25670 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
25671         Log: Be more lax about the out of memory error message.
25672      Branch: perl
25673            ! t/op/recurse.t
25674 ____________________________________________________________________________
25675 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
25676         Log: Try to handle hitting the heap/data limit in small systems.
25677              (One can simulate this with e.g. 32MB or 64MB datasize,
25678              use your shell's ulimit/limit/limits command.)
25679      Branch: perl
25680            ! t/op/recurse.t
25681 ____________________________________________________________________________
25682 [ 18912] By: hv                                    on 2003/03/11  07:36:00
25683         Log: typo for utf8locale in #18907
25684      Branch: perl
25685            ! sv.c
25686 ____________________________________________________________________________
25687 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
25688         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
25689              From: "Craig A. Berry" <craigberry@mac.com>
25690              Date: Tue, 11 Mar 2003 00:34:39 -0600
25691              Message-ID: <3E6D837F.7000506@mac.com>
25692      Branch: perl
25693            ! perl.c
25694 ____________________________________________________________________________
25695 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
25696         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
25697      Branch: perl
25698            ! emacs/cperl-mode.el
25699 ____________________________________________________________________________
25700 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
25701         Log: Missed some, cryptically.
25702      Branch: perl
25703            ! pod/perlfunc.pod
25704 ____________________________________________________________________________
25705 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
25706         Log: Add missing intrpvar clonings to perl_clone.
25707              Also move the IDBassertion to the end since there's
25708              no particular reason to break bincompat for that.
25709      Branch: perl
25710            ! intrpvar.h sv.c
25711 ____________________________________________________________________________
25712 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
25713         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
25714      Branch: perl
25715            ! intrpvar.h
25716 ____________________________________________________________________________
25717 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
25718         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
25719              From: Stas Bekman <stas@stason.org>
25720              Date: Tue, 11 Mar 2003 17:09:02 +1100
25721              Message-ID: <3E6D7D7E.5000704@stason.org>
25722      Branch: perl
25723            ! sv.c
25724 ____________________________________________________________________________
25725 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
25726         Log: Subject: [PATCH] typos and other minor things
25727              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
25728              Date: Mon, 10 Mar 2003 21:00:55 -0700
25729              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
25730      Branch: perl
25731            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
25732            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
25733            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
25734            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
25735            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
25736            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
25737            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
25738            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
25739            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
25740 ____________________________________________________________________________
25741 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
25742         Log: A rejected hunk of #18902 reapplied.
25743      Branch: perl
25744            ! t/io/utf8.t
25745 ____________________________________________________________________________
25746 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
25747         Log: Patch from Craig Berry to resolve test failures in VMS.
25748              Will poke the Net::Ping author.
25749      Branch: perl
25750            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
25751            ! t/io/utf8.t t/op/magic.t
25752 ____________________________________________________________________________
25753 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
25754         Log: Integrate (by hand) change #18386 from maint-5.8
25755      Branch: perl
25756            ! t/op/split.t
25757 ____________________________________________________________________________
25758 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
25759         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
25760      Branch: perl
25761            ! t/run/switchC.t
25762 ____________________________________________________________________________
25763 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
25764         Log: A new test, to check that signal numbers are actually positive,
25765              and that there is a consistent number of signals available.
25766      Branch: perl
25767            ! lib/Config.t
25768 ____________________________________________________________________________
25769 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
25770         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
25771              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25772              Date: Fri, 07 Mar 2003 13:12:49 -0800
25773              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
25774      Branch: perl
25775            ! mg.c pod/perldiag.pod t/op/tie.t
25776 ____________________________________________________________________________
25777 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
25778         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
25779              From: Nicholas Clark <nick@unfortu.net>
25780              Date: Sun, 9 Mar 2003 21:24:46 +0000
25781              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
25782      Branch: perl
25783            ! lib/Config.t
25784 ____________________________________________________________________________
25785 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
25786         Log: Integrate from maint:
25787              [ 18428]
25788              Somehow I managed to get makefile.olds that didn't get cleaned away.
25789      Branch: perl
25790           !> Makefile.SH x2p/Makefile.SH
25791 ____________________________________________________________________________
25792 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
25793         Log: Comment fix.
25794      Branch: perl
25795            ! t/io/utf8.t
25796 ____________________________________________________________________________
25797 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
25798         Log: Remove the foo-old files.
25799      Branch: perl
25800            ! opcode.pl
25801 ____________________________________________________________________________
25802 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
25803         Log: Subject: Re: Shared libperl.so and build issues
25804              From: Chip Turner <cturner@redhat.com>
25805              Date: 05 Jan 2003 10:35:40 -0500
25806              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
25807      Branch: perl
25808            ! INSTALL
25809 ____________________________________________________________________________
25810 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
25811         Log: Bunch of doc patches from Stas; plus regen.
25812
25813              Subject: [doc patch] perl.c's pod api entry
25814              From: Stas Bekman <stas@stason.org>
25815              Date: Mon, 10 Mar 2003 12:35:52 +1100
25816              Message-ID: <3E6BEBF8.80402@stason.org>
25817
25818              Subject: Re: [patch] perlguts.pod
25819              From: Stas Bekman <stas@stason.org>
25820              Date: Mon, 10 Mar 2003 12:38:57 +1100
25821              Message-ID: <3E6BECB1.7050009@stason.org>
25822
25823              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
25824              From: Stas Bekman <stas@stason.org>
25825              Date: Mon, 10 Mar 2003 12:41:46 +1100
25826              Message-ID: <3E6BED5A.801@stason.org>
25827
25828              Subject: Re: [patch] perlapi.pod fix
25829              From: Stas Bekman <stas@stason.org>
25830              Date: Mon, 10 Mar 2003 12:43:33 +1100
25831              Message-ID: <3E6BEDC5.6010405@stason.org>
25832
25833              Subject: Re: [docs patch] replace gets() with fgets() in example
25834              From: Stas Bekman <stas@stason.org>
25835              Date: Mon, 10 Mar 2003 12:45:41 +1100
25836              Message-ID: <3E6BEE45.9030901@stason.org>
25837
25838              Subject: [doc patch] perlrun.pod
25839              From: Stas Bekman <stas@stason.org>
25840              Date: Mon, 10 Mar 2003 14:49:59 +1100
25841              Message-ID: <3E6C0B67.4050606@stason.org>
25842      Branch: perl
25843            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
25844            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
25845 ____________________________________________________________________________
25846 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
25847         Log: Must not hide the protos, though.
25848      Branch: perl
25849            ! embed.pl proto.h
25850 ____________________________________________________________________________
25851 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
25852         Log: I hate embed*.  Tell me what you know.
25853      Branch: perl
25854            ! embed.fnc embed.h
25855 ____________________________________________________________________________
25856 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
25857         Log: Upgrade to Encode 1.91.
25858      Branch: perl
25859            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
25860            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
25861 ____________________________________________________________________________
25862 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
25863         Log: Export the symbols from #18863; do not prototype (but export)
25864              Nick Clark's experimental COW functions.
25865              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
25866              a mess of Herculean proportions.  Someone should redesign and
25867              clean up the stables.
25868      Branch: perl
25869            ! embed.fnc embed.pl global.sym proto.h
25870 ____________________________________________________________________________
25871 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
25872         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
25873      Branch: perl
25874            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
25875            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
25876            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
25877            ! ext/Encode/t/enc_module.t
25878 ____________________________________________________________________________
25879 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
25880         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
25881              under 'use encoding'.
25882      Branch: perl
25883            + ext/Encode/t/enc_data.t
25884            ! MANIFEST ext/Encode/MANIFEST toke.c
25885 ____________________________________________________________________________
25886 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
25887         Log: Tru64: additional instructions for building a newer Berkeley DB.
25888      Branch: perl
25889            ! README.tru64 hints/dec_osf.sh
25890 ____________________________________________________________________________
25891 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
25892         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
25893              function stubs, should be helpful for really simple extensions.
25894              Undoes large parts of changes #16289 and #16290.
25895      Branch: perl
25896            ! sv.c
25897 ____________________________________________________________________________
25898 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
25899         Log: ... and add a test case for bug #20798
25900      Branch: perl
25901            ! t/op/eval.t
25902 ____________________________________________________________________________
25903 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
25904         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
25905              From: Enache Adrian <enache@rdslink.ro>
25906              Date: Fri, 7 Mar 2003 23:28:37 +0200
25907              Message-ID: <20030307212837.GB765@ratsnest.hole>
25908
25909              (and few more test cases from the thread)
25910      Branch: perl
25911            ! sv.c t/op/sprintf.t
25912 ____________________________________________________________________________
25913 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
25914         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
25915              From: Enache Adrian <enache@rdslink.ro>
25916              Date: Fri, 7 Mar 2003 00:12:03 +0200
25917              Message-ID: <20030306221203.GB13330@ratsnest.hole>
25918      Branch: perl
25919            ! op.c
25920 ____________________________________________________________________________
25921 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
25922         Log: Adjust test count.
25923      Branch: perl
25924            ! t/op/pat.t
25925 ____________________________________________________________________________
25926 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
25927         Log: From Inaba Hiroto: re_intuit_start set a value to
25928              PL_bostr before calling find_byclass when regexp has
25929              ROPT_UTF8 flag on. But right value for PL_bostr is set
25930              before re_intuit_start is called.  PL_regdata is always
25931              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
25932              can be deleted.
25933      Branch: perl
25934            ! regexec.c t/op/pat.t
25935 ____________________________________________________________________________
25936 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
25937         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
25938              updated when fbm_compile() appended a "\n".
25939      Branch: perl
25940            ! t/op/pat.t util.c
25941 ____________________________________________________________________________
25942 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
25943         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
25944              Print it in B::Debug. Can be used later in B::Deparse to deparse
25945              the open pragma.
25946      Branch: perl
25947            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
25948 ____________________________________________________________________________
25949 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
25950         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
25951              From: Richard.Foley@ubsw.com
25952              Date: Fri, 21 Feb 2003 13:51:51 +0100
25953              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
25954      Branch: perl
25955            ! pod/perldebug.pod
25956 ____________________________________________________________________________
25957 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
25958         Log: Enache Adrian reads comments.
25959      Branch: perl
25960            ! perl.h
25961 ____________________________________________________________________________
25962 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
25963         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
25964              From: Richard Soderberg <perl@crystalflame.net>
25965              Date: Sat, 15 Feb 2003 01:27:17 -0500
25966              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
25967      Branch: perl
25968            ! ext/IO/lib/IO/Select.pm
25969 ____________________________________________________________________________
25970 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
25971         Log: Subject: [PATCH] long %ENV values for VMS
25972              From: "Craig A. Berry" <craigberry@mac.com>
25973              Date: Fri, 07 Mar 2003 13:49:50 -0600
25974              Message-ID: <3E68F7DE.8070603@mac.com>
25975      Branch: perl
25976            ! vms/vms.c
25977 ____________________________________________________________________________
25978 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
25979         Log: regen_headers tiny tidying:
25980              - regen.pl renamed as regen_lib.pl
25981              - regen_headers.pl renamed as regen.pl
25982              - added make target 'regen' (kept target 'regen_headers'
25983              for porters' brains' backward compatibility)
25984              - regen.pl fancified a bit to display the names
25985              of the files that got changed by running the scripts
25986      Branch: perl
25987            + regen_lib.pl
25988            - regen_headers.pl
25989            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
25990            ! keywords.pl opcode.pl regcomp.pl regen.pl
25991 ____________________________________________________________________________
25992 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
25993         Log: Give pointers to runtime Unicode changes.
25994      Branch: perl
25995            ! pod/perlrun.pod pod/perlvar.pod
25996 ____________________________________________________________________________
25997 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
25998         Log: Extra character noticed by Tels.
25999      Branch: perl
26000            ! MANIFEST
26001 ____________________________________________________________________________
26002 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
26003         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
26004              From: Kay Roepke <kay@dolphin-services.de>
26005              Date: Thu, 06 Mar 2003 23:00:10 +0100
26006              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
26007
26008              (plus change the d_gethostbyaddr_r_proto default to "0",
26009              that is what an undefined r_proto looks like)
26010      Branch: perl
26011            ! hints/freebsd.sh
26012 ____________________________________________________________________________
26013 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
26014         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
26015              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
26016              in non-glibc case", from Craig Berry)
26017      Branch: perl
26018            ! pp.c
26019 ____________________________________________________________________________
26020 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
26021         Log: Good observation from Philip Newton.
26022      Branch: perl
26023            ! pod/perlrun.pod
26024 ____________________________________________________________________________
26025 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
26026         Log: Make the -A switch work without an assertion name.
26027              by Salvador Fandiño.
26028      Branch: perl
26029            ! perl.c t/run/switch_A.t
26030 ____________________________________________________________________________
26031 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
26032         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
26033              From: "Jos I. Boumans" <kane@dwim.org>
26034              Date: Fri, 21 Feb 2003 20:33:53 +0100
26035              Message-ID: <3E567F21.6020006@dwim.org>
26036              (with some minor tweaks)
26037      Branch: perl
26038            ! pod/perlmodstyle.pod
26039 ____________________________________________________________________________
26040 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
26041         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
26042              From: Enache Adrian <enache@rdslink.ro>
26043              Date: Sun, 2 Mar 2003 06:05:22 +0200
26044              Message-ID: <20030302040522.GB4905@ratsnest.hole>
26045      Branch: perl
26046            ! t/op/subst.t
26047 ____________________________________________________________________________
26048 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
26049         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
26050              From: Enache Adrian <enache@rdslink.ro>
26051              Date: Wed, 5 Mar 2003 12:06:20 +0200
26052              Message-ID: <20030305100620.GA909@ratsnest.hole>
26053      Branch: perl
26054            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
26055            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
26056 ____________________________________________________________________________
26057 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
26058         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
26059              From: "Craig A. Berry" <craigberry@mac.com>
26060              Date: Thu, 06 Mar 2003 10:42:05 -0600
26061              Message-ID: <3E677A5D.10805@mac.com>
26062      Branch: perl
26063            ! mg.c
26064 ____________________________________________________________________________
26065 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
26066         Log: Thinko fix.
26067      Branch: perl
26068            ! Porting/findrfuncs
26069 ____________________________________________________________________________
26070 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
26071         Log: PERL_UNICODE explanation saga continues.
26072      Branch: perl
26073            ! pod/perlrun.pod
26074 ____________________________________________________________________________
26075 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
26076         Log: Handle also extra directories et alia.
26077      Branch: perl
26078            ! Porting/manicheck
26079 ____________________________________________________________________________
26080 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
26081         Log: Add mani(fest) check(ing) utility.
26082      Branch: perl
26083            + Porting/manicheck
26084            ! MANIFEST
26085 ____________________________________________________________________________
26086 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
26087         Log: Subject: [patch config_h.SH] redefining __attribute__
26088              From: Stas Bekman <stas@stason.org>
26089              Date: Thu, 06 Mar 2003 12:03:39 +1100
26090              Message-ID: <3E669E6B.1060606@stason.org>
26091      Branch: perl
26092            ! Configure NetWare/config_H.wc Porting/config.sh
26093            ! Porting/config_H config_h.SH plan9/config.plan9
26094            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
26095            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
26096 ____________________________________________________________________________
26097 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
26098         Log: Couple more _r possibilities (found in a RH 8.0 box), and
26099              the random() macros were all wrong.  (I don't know why
26100              metaconfig did so much reordering of config_h.SH.)
26101      Branch: perl
26102            ! Configure config_h.SH reentr.h reentr.pl
26103 ____________________________________________________________________________
26104 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
26105         Log: Change #18829 makes this test workaround obsolete.
26106      Branch: perl
26107            ! ext/B/t/deparse.t
26108 ____________________________________________________________________________
26109 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
26110         Log: Patch by Salvador Fandiño to read the warning mask
26111              returned by caller() and ${^WARNING_BITS} from
26112              $warnings::Bits{all} and not from the hardcoded core
26113              constant. (This mask could have been extended by
26114              warnings::register.) Plus tests.
26115      Branch: perl
26116            ! mg.c pp_ctl.c t/op/caller.t
26117 ____________________________________________________________________________
26118 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
26119         Log: Subject: [PATCH] assertions
26120              From: Salvador Fandiño <sfandino@yahoo.com>
26121              Date: Fri, 21 Feb 2003 17:26:16 +0000
26122              Message-ID: <3E566138.4090709@yahoo.com>
26123              and the complement : (with added comments)
26124              Subject: [PATCH] bug in ext/B/t/deparse.t
26125              Message-ID: <3E563E16.7060303@yahoo.com>
26126              plus perldiag.pod patch for the new warning
26127              (previous change was, once again, empty)
26128      Branch: perl
26129            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
26130            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
26131            ! pod/perldiag.pod warnings.h warnings.pl
26132 ____________________________________________________________________________
26133 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
26134         Log: Subject: [PATCH] assertions
26135              From: Salvador Fandiño <sfandino@yahoo.com>
26136              Date: Fri, 21 Feb 2003 17:26:16 +0000
26137              Message-ID: <3E566138.4090709@yahoo.com>
26138              and the complement : (with added comments)
26139              Subject: [PATCH] bug in ext/B/t/deparse.t
26140              Message-ID: <3E563E16.7060303@yahoo.com>
26141              plus perldiag.pod patch for the new warning
26142      Branch: perl
26143            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
26144            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
26145            ! pod/perldiag.pod warnings.h warnings.pl
26146 ____________________________________________________________________________
26147 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
26148         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
26149              The variant is from how List::Util Util.xs does it.
26150      Branch: perl
26151            ! ext/Devel/PPPort/PPPort.pm
26152 ____________________________________________________________________________
26153 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
26154         Log: Doc typos.
26155      Branch: perl
26156            ! lib/File/Find.pm
26157 ____________________________________________________________________________
26158 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
26159         Log: Try to give rcatline() a good jog on Unicode.
26160      Branch: perl
26161            ! t/io/utf8.t
26162 ____________________________________________________________________________
26163 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
26164         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
26165              From: Enache Adrian <enache@rdslink.ro>
26166              Date: Sun, 2 Mar 2003 05:43:54 +0200
26167              Message-ID: <20030302034354.GA4905@ratsnest.hole>
26168      Branch: perl
26169            ! sv.c t/io/utf8.t
26170 ____________________________________________________________________________
26171 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
26172         Log: Can't test this without PerlIO.
26173      Branch: perl
26174            ! t/uni/write.t
26175 ____________________________________________________________________________
26176 [ 18820] By: sky                                   on 2003/03/04  01:01:07
26177         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
26178              What happened was that a constant was freed, the pad released but
26179              the pad slot still held the SV, when pad slot was reallocated
26180              to be a target for a stringify, it did a sv_setpv on the target
26181              and the original SV was wiped out. When this SV was later on
26182              to new places using the constant, they got the wrong value.
26183              By replacing pad_free with pad_swipe for these cases, we
26184              won't have such a problem. (pad_swipe also removes the
26185              pointer to the original SV).
26186      Branch: perl
26187            ! op.c
26188 ____________________________________________________________________________
26189 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
26190         Log: Further clarification on PERL_UNICODE's semantics.
26191      Branch: perl
26192            ! pod/perlrun.pod
26193 ____________________________________________________________________________
26194 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
26195         Log: Sync with libnet-1.13
26196      Branch: perl
26197            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
26198            ! lib/Net/POP3.pm lib/Net/SMTP.pm
26199 ____________________________________________________________________________
26200 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
26201         Log: Upgrade to Unicode::Normalize 0.20.
26202      Branch: perl
26203            ! ext/Unicode/Normalize/Changes
26204            ! ext/Unicode/Normalize/Normalize.pm
26205            ! ext/Unicode/Normalize/Normalize.xs
26206            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
26207            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
26208            ! ext/Unicode/Normalize/t/test.t
26209 ____________________________________________________________________________
26210 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
26211         Log: Upgrade to Encode 1.89.  The enc_module.t required
26212              a little tweak, sending that to Dan.
26213      Branch: perl
26214            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
26215            + ext/Encode/t/enc_module.t
26216            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
26217            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
26218            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
26219            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
26220            ! ext/Encode/ucm/viscii.ucm
26221 ____________________________________________________________________________
26222 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
26223         Log: Use a macro for abs() to avoid the possible truncation to an int;
26224              also make an explicit (double)cast for the arguments to fabs().
26225      Branch: perl
26226            ! perl.h pp.c sv.c util.c
26227 ____________________________________________________________________________
26228 [ 18812] By: hv                                    on 2003/03/02  22:36:05
26229         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
26230              From: andreas.koenig@anima.de (Andreas J. Koenig)
26231              Date: Wed, 19 Feb 2003 11:05:28 +0100
26232              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
26233      Branch: perl
26234            ! patchlevel.h
26235 ____________________________________________________________________________
26236 [ 18811] By: hv                                    on 2003/03/02  22:30:50
26237         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
26238              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
26239              Date: 18 Feb 2003 21:05:15 -0000
26240              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
26241      Branch: perl
26242            ! ext/IPC/SysV/Msg.pm
26243 ____________________________________________________________________________
26244 [ 18810] By: hv                                    on 2003/03/02  21:59:10
26245         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
26246              From: Richard Soderberg <perl@crystalflame.net>
26247              Date: Sat, 15 Feb 2003 01:27:21 -0500
26248              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
26249      Branch: perl
26250            ! lib/File/Basename.pm
26251 ____________________________________________________________________________
26252 [ 18809] By: hv                                    on 2003/03/02  21:54:53
26253         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
26254              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
26255              Date: 15 Feb 2003 00:21:41 -0000
26256              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
26257      Branch: perl
26258            ! lib/File/Find.pm
26259 ____________________________________________________________________________
26260 [ 18807] By: hv                                    on 2003/03/02  21:22:56
26261         Log: Reverse copyright update (#18801) for files not changed in 2003.
26262      Branch: perl
26263            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
26264            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
26265            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
26266            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
26267            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
26268            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
26269            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
26270            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
26271 ____________________________________________________________________________
26272 [ 18805] By: hv                                    on 2003/03/02  16:29:28
26273         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
26274              From: Enache Adrian <enache@rdslink.ro>
26275              Date: Sun, 2 Mar 2003 10:11:27 +0200
26276              Message-ID: <20030302081127.GA10782@ratsnest.hole>
26277      Branch: perl
26278            ! pp.c t/op/pat.t
26279 ____________________________________________________________________________
26280 [ 18803] By: hv                                    on 2003/03/02  16:12:34
26281         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
26282              From: "Anders Johnson" <ajohnson@wischip.com>
26283              Date: Mon, 10 Feb 2003 14:09:46 -0800
26284              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
26285      Branch: perl
26286            ! mg.c t/op/magic.t
26287 ____________________________________________________________________________
26288 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
26289         Log: Narrow down the -C test skippage.
26290      Branch: perl
26291            ! t/run/switchC.t
26292 ____________________________________________________________________________
26293 [ 18801] By: hv                                    on 2003/03/02  15:24:22
26294         Log: Update all copyrights to 2003, from Jarkko
26295      Branch: perl
26296            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
26297            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
26298            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
26299            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
26300            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
26301            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
26302            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
26303            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
26304            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
26305            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
26306            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
26307            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
26308            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
26309            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
26310            ! x2p/util.h x2p/walk.c xsutils.c
26311 ____________________________________________________________________________
26312 [ 18800] By: hv                                    on 2003/03/02  15:16:38
26313         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
26314              From: Richard.Foley@ubsw.com
26315              Date: Wed, 19 Feb 2003 13:24:38 +0100
26316              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
26317      Branch: perl
26318            ! lib/perl5db.pl
26319 ____________________________________________________________________________
26320 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
26321         Log: The -CI cannot be easily tested under UTF-8 locale with
26322              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
26323              Also other small tweaks in the -C neighbourhood.
26324      Branch: perl
26325            ! perl.c perl.h t/run/switchC.t util.c
26326 ____________________________________________________________________________
26327 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
26328         Log: Go with "right = -right" for greater portability, some platforms
26329              might require llabs() to get abs() of long longs.
26330      Branch: perl
26331            ! pp.c
26332 ____________________________________________________________________________
26333 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
26334         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
26335              with negative quads", or also as RedHat bug #65612.
26336      Branch: perl
26337            ! pp.c
26338 ____________________________________________________________________________
26339 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
26340         Log: Forgotten from change #18795.
26341      Branch: perl
26342            ! global.sym
26343 ____________________________________________________________________________
26344 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
26345         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
26346              From: Abe Timmerman <abe@ztreet.demon.nl>
26347              Date: Sun, 2 Mar 2003 02:03:16 +0100
26348              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
26349      Branch: perl
26350            ! embed.fnc embed.h makedef.pl
26351 ____________________________________________________________________________
26352 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
26353         Log: Further Unicode formats patching from Inaba Hiroto.
26354      Branch: perl
26355            + t/uni/write.t
26356            ! MANIFEST pp_ctl.c
26357 ____________________________________________________________________________
26358 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
26359         Log: Integrate change #18788 from maint.
26360      Branch: perl
26361           !> perl.h
26362 ____________________________________________________________________________
26363 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
26364         Log: Subject: [PATCH] Get MSWin32 back compiling
26365              From: Abe Timmerman <abe@ztreet.demon.nl>
26366              Date: Sat, 1 Mar 2003 04:31:19 +0100
26367              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
26368      Branch: perl
26369            ! embed.fnc embed.h global.sym makedef.pl
26370 ____________________________________________________________________________
26371 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
26372         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
26373              From: Inaba Hiroto <inaba@st.rim.or.jp>
26374              Date: Mon, 10 Feb 2003 00:04:51 +0900
26375              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
26376      Branch: perl
26377            ! pp_ctl.c toke.c
26378 ____________________________________________________________________________
26379 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
26380         Log: An already fixed bug from perl-unicode.
26381      Branch: perl
26382            ! t/op/pat.t
26383 ____________________________________________________________________________
26384 [ 18782] By: hv                                    on 2003/02/26  01:36:49
26385         Log: Subject: Re: [perl #20683] [fix] Better Patch
26386              From: Enache Adrian <enache@rdslink.ro>
26387              Date: Sun, 23 Feb 2003 20:16:39 +0200
26388              Message-ID: <20030223181639.GA18713@ratsnest.hole>
26389      Branch: perl
26390            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
26391            ! regexec.c sv.c t/op/pat.t
26392 ____________________________________________________________________________
26393 [ 18781] By: hv                                    on 2003/02/26  01:11:14
26394         Log: regen headers
26395      Branch: perl
26396            ! perlapi.h pod/perlapi.pod
26397 ____________________________________________________________________________
26398 [ 18780] By: hv                                    on 2003/02/26  00:25:32
26399         Log: Two typos found by Philip Newton <pnewton@gmx.de>
26400      Branch: perl
26401            ! configpm ext/DB_File/DB_File.pm
26402 ____________________________________________________________________________
26403 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
26404         Log: Add tests for the -C switch.  Depending on the
26405              CLIs some $^O dance may be needed.
26406      Branch: perl
26407            + t/run/switchC.t
26408            ! MANIFEST
26409 ____________________________________________________________________________
26410 [ 18778] By: hv                                    on 2003/02/25  15:24:17
26411         Log: Add missing file from change #18774.
26412      Branch: perl
26413            + t/op/localref.t
26414 ____________________________________________________________________________
26415 [ 18777] By: hv                                    on 2003/02/25  14:07:59
26416         Log: More variables for change #18776.
26417      Branch: perl
26418            ! op.c
26419 ____________________________________________________________________________
26420 [ 18776] By: hv                                    on 2003/02/25  14:04:03
26421         Log: Subject: [perl #20682] [fix] @- array not visible in s///
26422              From: Enache Adrian <enache@rdslink.ro>
26423              Date: Fri, 21 Feb 2003 17:50:14 +0200
26424              Message-ID: <20030221155014.GB793@ratsnest.hole>
26425      Branch: perl
26426            ! op.c t/op/subst.t
26427 ____________________________________________________________________________
26428 [ 18775] By: hv                                    on 2003/02/25  13:53:11
26429         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
26430              From: Enache Adrian <enache@rdslink.ro>
26431              Date: Fri, 21 Feb 2003 17:49:41 +0200
26432              Message-ID: <20030221154941.GA793@ratsnest.hole>
26433      Branch: perl
26434            ! pp_ctl.c t/op/subst.t
26435 ____________________________________________________________________________
26436 [ 18774] By: hv                                    on 2003/02/25  13:21:19
26437         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
26438              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26439              Date: Sun, 23 Feb 2003 00:03:27 +0100
26440              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
26441      Branch: perl
26442            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
26443 ____________________________________________________________________________
26444 [ 18773] By: hv                                    on 2003/02/25  12:45:01
26445         Log: Subject: [Encode] 1.88 Released
26446              From: Dan Kogai <dankogai@dan.co.jp>
26447              Date: Thu, 20 Feb 2003 23:49:55 +0900
26448              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
26449      Branch: perl
26450            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
26451            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
26452            ! ext/Encode/lib/Encode/CJKConstants.pm
26453            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
26454            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
26455 ____________________________________________________________________________
26456 [ 18772] By: merijn                                on 2003/02/25  12:12:14
26457         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
26458              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26459              Date: Wed, 19 Feb 2003 13:37:39 -0800
26460              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
26461      Branch: perl
26462            ! lib/CGI.pm
26463 ____________________________________________________________________________
26464 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
26465         Log: Cleanup #18770 as suggested by Rafael.
26466      Branch: perl
26467            ! mg.c perl.h
26468 ____________________________________________________________________________
26469 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
26470         Log: A new try at #18765 (for [perl #20920]).
26471      Branch: perl
26472            ! mg.c
26473 ____________________________________________________________________________
26474 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
26475         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
26476      Branch: perl
26477            ! mg.c
26478 ____________________________________________________________________________
26479 [ 18768] By: chip                                  on 2003/02/24  21:42:57
26480         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
26481              until a change has been submitted.
26482      Branch: perl
26483            + Porting/p4d2p
26484            ! MANIFEST
26485 ____________________________________________________________________________
26486 [ 18767] By: chip                                  on 2003/02/24  21:35:56
26487         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
26488      Branch: perl
26489            ! Porting/check83.pl Porting/findvars Porting/fixCORE
26490            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
26491 ____________________________________________________________________________
26492 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
26493         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
26494      Branch: perl
26495            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
26496            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
26497 ____________________________________________________________________________
26498 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
26499         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
26500              From: Slaven Rezic <slaven@rezic.de>
26501              Date: 14 Feb 2003 09:11:15 +0100
26502              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
26503
26504              (with slight tweaks)
26505      Branch: perl
26506            ! mg.c
26507 ____________________________________________________________________________
26508 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
26509         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
26510              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
26511              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
26512      Branch: perl
26513            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
26514 ____________________________________________________________________________
26515 [ 18763] By: chip                                  on 2003/02/24  14:54:36
26516         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
26517      Branch: perl
26518            ! op.c win32/perlhost.h
26519 ____________________________________________________________________________
26520 [ 18762] By: hv                                    on 2003/02/24  00:18:42
26521         Log: Remove no-longer-true line from perlop
26522      Branch: perl
26523            ! pod/perlop.pod
26524 ____________________________________________________________________________
26525 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
26526         Log: Chip noticed that the intended optionality of the 'IV' was
26527              forgotten in the change #18758.
26528      Branch: perl
26529            ! ext/Devel/Peek/Peek.t
26530 ____________________________________________________________________________
26531 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
26532         Log: API doc tweaks.
26533      Branch: perl
26534            ! utf8.c
26535 ____________________________________________________________________________
26536 [ 18759] By: sky                                   on 2003/02/21  09:08:30
26537         Log: Change regex to be a bit more friendly against various
26538              outputs from ps -f, regex suggest by rgs
26539      Branch: perl
26540            ! ext/threads/t/join.t
26541 ____________________________________________________________________________
26542 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
26543         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
26544              From: PPrymmer@factset.com
26545              Date: Thu, 20 Feb 2003 13:28:09 -0500
26546              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
26547      Branch: perl
26548            ! ext/Devel/Peek/Peek.t
26549 ____________________________________________________________________________
26550 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
26551         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
26552              From: PPrymmer@factset.com
26553              Date: Wed, 19 Feb 2003 15:04:40 -0500
26554              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
26555      Branch: perl
26556            ! README.vms configure.com
26557 ____________________________________________________________________________
26558 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
26559         Log: Doc tweakage on -C.
26560      Branch: perl
26561            ! pod/perlrun.pod
26562 ____________________________________________________________________________
26563 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
26564         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
26565              From: Brendan O'Dea <bod@debian.org>
26566              Date: Sun, 16 Feb 2003 21:09:23 +1100
26567              Message-ID: <20030216100923.GA29761@londo.c47.org>
26568      Branch: perl
26569            ! pod/perlcompile.pod
26570 ____________________________________________________________________________
26571 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
26572         Log: Document clearly that "_" is always in package "main".
26573      Branch: perl
26574            ! pod/perlvar.pod
26575 ____________________________________________________________________________
26576 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
26577         Log: Subject: Re: [perl #20716] scope error with brackets
26578              From: Enache Adrian <enache@rdslink.ro>
26579              Date: Thu, 13 Feb 2003 04:52:21 +0200
26580              Message-ID: <20030213025221.GA1215@ratsnest.hole>
26581              (better version of change #18687)
26582      Branch: perl
26583            ! t/comp/parser.t toke.c
26584 ____________________________________________________________________________
26585 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
26586         Log: 'A' is not 65 everywhere.
26587      Branch: perl
26588            ! t/op/pack.t
26589 ____________________________________________________________________________
26590 [ 18751] By: chip                                  on 2003/02/19  03:54:45
26591         Log: Support one-parameter unpack(), which unpacks $_.
26592      Branch: perl
26593            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
26594 ____________________________________________________________________________
26595 [ 18750] By: hv                                    on 2003/02/19  00:53:03
26596         Log: more complex assertions activation:
26597              Subject: Re: Did the assertion patch/feature submission get overlooked?
26598              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
26599              Date: Tue, 18 Feb 2003 19:24:13 +0000
26600              Message-ID: <3E52885D.5060903@yahoo.com>
26601      Branch: perl
26602            ! lib/assertions.pm lib/assertions/activate.pm
26603            ! t/comp/assertions.t
26604 ____________________________________________________________________________
26605 [ 18749] By: hv                                    on 2003/02/19  00:19:21
26606         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
26607              From: andreas.koenig@anima.de (Andreas J. Koenig)
26608              Date: Tue, 18 Feb 2003 11:48:40 +0100
26609              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
26610      Branch: perl
26611            ! patchlevel.h
26612 ____________________________________________________________________________
26613 [ 18748] By: hv                                    on 2003/02/19  00:00:41
26614         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
26615              From: Dave Mitchell <davem@fdgroup.com>
26616              Date: Tue, 18 Feb 2003 21:45:45 +0000
26617              Message-ID: <20030218214545.C18547@fdgroup.com>
26618
26619              and tests for the same:
26620              From: Dave Mitchell <davem@fdgroup.com>
26621              Date: Wed, 19 Feb 2003 00:42:01 +0000
26622              Message-ID: <20030219004201.F18547@fdgroup.com>
26623      Branch: perl
26624            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
26625 ____________________________________________________________________________
26626 [ 18747] By: hv                                    on 2003/02/18  23:47:06
26627         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
26628              problems on case-insensitive file systems. Rename it back to
26629              t/run/switch_A.t
26630      Branch: perl
26631           +> t/run/switch_A.t
26632            - t/run/switchA.t
26633            ! MANIFEST
26634 ____________________________________________________________________________
26635 [ 18746] By: sky                                   on 2003/02/18  21:31:37
26636         Log: Subject: Re: -Os for Darwin why?
26637              From: schwern@pobox.com
26638              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
26639              Message-Id: <20030218113739.D25848@ttul.org>
26640      Branch: perl
26641            ! hints/darwin.sh
26642 ____________________________________________________________________________
26643 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
26644         Log: Format nit.
26645      Branch: perl
26646            ! util.c
26647 ____________________________________________________________________________
26648 [ 18740] By: sky                                   on 2003/02/18  06:33:57
26649         Log: Re: -Os for Darwin why?
26650              From: schwern@pobox.com
26651              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
26652              Message-Id: <20030217191403.A17553@ttul.org>
26653      Branch: perl
26654            ! hints/darwin.sh
26655 ____________________________________________________________________________
26656 [ 18739] By: hv                                    on 2003/02/18  01:04:01
26657         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
26658              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
26659              Date: Mon, 17 Feb 2003 23:38:05 +0000
26660              Message-ID: <3E51725D.5060303@yahoo.com>
26661      Branch: perl
26662            + t/comp/assertions.t t/run/switchA.t
26663            ! MANIFEST
26664 ____________________________________________________________________________
26665 [ 18738] By: hv                                    on 2003/02/18  00:51:24
26666         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
26667              From: Nicholas Clark <nick@ccl4.org>
26668              Date: Mon, 17 Feb 2003 21:07:03 +0000
26669              Message-ID: <20030217210330.A8611@plum.flirble.org>
26670      Branch: perl
26671            ! sv.c
26672 ____________________________________________________________________________
26673 [ 18737] By: hv                                    on 2003/02/18  00:47:00
26674         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
26675              From: Stephen McCamant <smcc@mit.edu>
26676              Date: Mon, 17 Feb 2003 19:34:36 -0500
26677              Date: Mon, 17 Feb 2003 19:34:36 -0500
26678              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
26679      Branch: perl
26680            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
26681            ! ext/B/B/Terse.pm ext/B/t/terse.t
26682 ____________________________________________________________________________
26683 [ 18736] By: hv                                    on 2003/02/17  09:33:47
26684         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
26685              From: Nicholas Clark <nick@unfortu.net>
26686              Date: Sun, 16 Feb 2003 23:09:50 +0000
26687              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
26688      Branch: perl
26689            ! sv.c
26690 ____________________________________________________________________________
26691 [ 18735] By: hv                                    on 2003/02/17  09:13:02
26692         Log: Use the escape E<ntilde> in source files rather than the actual char.
26693      Branch: perl
26694            ! lib/assertions.pm lib/assertions/activate.pm
26695 ____________________________________________________________________________
26696 [ 18734] By: hv                                    on 2003/02/17  09:06:44
26697         Log: Suppress empty #ifdef blocks in embed.pl
26698      Branch: perl
26699            ! embed.h embed.pl
26700 ____________________________________________________________________________
26701 [ 18733] By: hv                                    on 2003/02/17  08:51:53
26702         Log: fix typo in sv.c and regenerate perlapi.pod
26703      Branch: perl
26704            ! pod/perlapi.pod sv.c
26705 ____________________________________________________________________________
26706 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
26707         Log: Philip Newton has eagle eyes :-)
26708      Branch: perl
26709            ! pod/perlrun.pod
26710 ____________________________________________________________________________
26711 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
26712         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
26713      Branch: perl
26714            ! locale.c pod/perlrun.pod pod/perlunicode.pod
26715            ! pod/perluniintro.pod pod/perlvar.pod util.c
26716 ____________________________________________________________________________
26717 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
26718         Log: Make also the -CAL conditional on locale.
26719      Branch: perl
26720            ! perl.c pod/perlrun.pod
26721 ____________________________________________________________________________
26722 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
26723         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
26724      Branch: perl
26725            ! embed.h embed.pl pod/perlembed.pod
26726 ____________________________________________________________________________
26727 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
26728         Log: According to Sarathy it's better have the Ministry
26729              of Information to remove all memory of NO_EMBED.
26730              What NO_EMBED?
26731      Branch: perl
26732            ! embed.h embed.pl
26733 ____________________________________________________________________________
26734 [ 18727] By: hv                                    on 2003/02/16  13:55:10
26735         Log: add support for assertions. Updated form of:
26736              Subject: Re: Did the assertion patch/feature submission get overlooked?
26737              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
26738              Date: Sat, 30 Nov 2002 17:24:09 +0000
26739              Message-ID: <3DE8F439.50402@yahoo.com>
26740      Branch: perl
26741            + lib/assertions.pm lib/assertions/activate.pm
26742            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
26743            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
26744            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
26745 ____________________________________________________________________________
26746 [ 18726] By: hv                                    on 2003/02/16  13:10:32
26747         Log: COW regexps:
26748              Subject: [PATCH] Copy on write for $& and $1...
26749              From: Nicholas Clark <nick@unfortu.net>
26750              Date: Sun, 9 Feb 2003 23:00:09 +0000
26751              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
26752      Branch: perl
26753            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
26754            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
26755 ____________________________________________________________________________
26756 [ 18725] By: hv                                    on 2003/02/16  13:08:52
26757         Log: inline SvREFCNT_dec:
26758              Subject: [PATCH] Copy on write for $& and $1...
26759              From: Nicholas Clark <nick@unfortu.net>
26760              Date: Sun, 9 Feb 2003 23:00:09 +0000
26761              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
26762      Branch: perl
26763            ! embed.fnc embed.h proto.h sv.c sv.h
26764 ____________________________________________________________________________
26765 [ 18723] By: hv                                    on 2003/02/16  11:12:58
26766         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
26767              From: Enache Adrian <enache@rdslink.ro>
26768              Date: Sun, 16 Feb 2003 00:05:10 +0200
26769              Message-ID: <20030215220510.GB893@ratsnest.hole>
26770      Branch: perl
26771            ! op.c
26772 ____________________________________________________________________________
26773 [ 18722] By: hv                                    on 2003/02/16  11:08:06
26774         Log: outdent else-if chain in scope()
26775      Branch: perl
26776            ! op.c
26777 ____________________________________________________________________________
26778 [ 18721] By: hv                                    on 2003/02/16  11:00:47
26779         Log: Subject: [PATCH] arcane tainting bug in vms.c
26780              From: "Craig A. Berry" <craigberry@mac.com>
26781              Date: Sat, 15 Feb 2003 12:29:03 -0600
26782              Message-ID: <3E4E86EF.8090609@mac.com>
26783      Branch: perl
26784            ! vms/vms.c
26785 ____________________________________________________________________________
26786 [ 18720] By: hv                                    on 2003/02/16  10:54:58
26787         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
26788              integer, but extend to runtime. Based on:
26789              Subject: Re: [perl #20827] Unexpected scientific notation.
26790              From: hv@crypt.org
26791              Date: Wed, 12 Feb 2003 03:12:43 +0000
26792              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
26793      Branch: perl
26794            ! op.c pp.c
26795 ____________________________________________________________________________
26796 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
26797         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
26798              which will disable the short forms of the Perl_ API, good for
26799              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
26800      Branch: perl
26801            ! embed.h embed.pl pod/perlembed.pod
26802 ____________________________________________________________________________
26803 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
26804         Log: Clarify the -C syntax a bit.
26805      Branch: perl
26806            ! pod/perlrun.pod
26807 ____________________________________________________________________________
26808 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
26809         Log: Forgotten from #18715.
26810      Branch: perl
26811            ! embed.h proto.h
26812 ____________________________________________________________________________
26813 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
26814         Log: The new(er) way of controlling Unicode I/O (and other) features;
26815              -C (or PERL_UNICODE).  See perlrun/-C for more details.
26816      Branch: perl
26817            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
26818            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
26819            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
26820            ! util.c
26821 ____________________________________________________________________________
26822 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
26823         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
26824      Branch: perl
26825            ! ext/Storable/Storable.xs
26826 ____________________________________________________________________________
26827 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
26828         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
26829              even closer to each other.  The dec_osf.pl is irrelevant
26830              for the current core but adding it makes for one less exception
26831              when integrating.
26832      Branch: perl
26833            + ext/Digest/MD5/hints/dec_osf.pl
26834            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
26835            ! ext/Digest/MD5/t/files.t
26836 ____________________________________________________________________________
26837 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
26838         Log: Update MD5 Changes; update checksums.
26839      Branch: perl
26840            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
26841 ____________________________________________________________________________
26842 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
26843         Log: Update the MD5 checksums.
26844      Branch: perl
26845            ! ext/Digest/MD5/t/files.t
26846 ____________________________________________________________________________
26847 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
26848         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
26849              (problem noticed by Graham with List::Util).
26850      Branch: perl
26851            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
26852            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
26853 ____________________________________________________________________________
26854 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
26855         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
26856              From: Enache Adrian <enache@rdslink.ro>
26857              Date: Sat, 15 Feb 2003 00:37:40 +0200
26858              Message-ID: <20030214223740.GA13575@ratsnest.hole>
26859      Branch: perl
26860            ! pp.c t/op/split.t
26861 ____________________________________________________________________________
26862 [ 18707] By: hv                                    on 2003/02/15  06:38:15
26863         Log: Subject: [doc patch] ext/threads/shared/shared.pm
26864              From: Stas Bekman <stas@stason.org>
26865              Date: Fri, 14 Feb 2003 11:12:39 +1100
26866              Message-ID: <3E4C3477.7030306@stason.org>
26867      Branch: perl
26868            ! ext/threads/shared/shared.pm
26869 ____________________________________________________________________________
26870 [ 18706] By: hv                                    on 2003/02/15  06:32:35
26871         Log: Subject: Re: perlvar phrasing clarification for $^S
26872              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
26873              Date: Fri, 14 Feb 2003 10:12:00 +1100
26874              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
26875      Branch: perl
26876            ! pod/perlvar.pod
26877 ____________________________________________________________________________
26878 [ 18705] By: hv                                    on 2003/02/15  06:27:07
26879         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
26880              From: Dave Mitchell <davem@fdgroup.com>
26881              Date: Fri, 14 Feb 2003 22:48:27 +0000
26882              Message-ID: <20030214224827.B6783@fdgroup.com>
26883
26884              with tests:
26885              From: Slaven Rezic <slaven@rezic.de>
26886              Date: 14 Feb 2003 20:23:20 +0100
26887              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
26888      Branch: perl
26889            ! pp.c t/op/substr.t t/op/vec.t
26890 ____________________________________________________________________________
26891 [ 18704] By: hv                                    on 2003/02/15  06:17:06
26892         Log: Subject: Re: overriding builtins quirk
26893              From: Jerrad Pierce <belg4mit@MIT.EDU>
26894              Date: Fri, 14 Feb 2003 09:28:13 -0500
26895              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
26896      Branch: perl
26897            ! pod/perlsub.pod
26898 ____________________________________________________________________________
26899 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
26900         Log: Subject: Re: trying to fix #20154, #20357
26901              From: Enache Adrian <enache@rdslink.ro>
26902              Date: Sat, 8 Feb 2003 21:05:14 +0200
26903              Message-ID: <20030208190514.GA866@ratsnest.hole>
26904              (fixes #19061 as well)
26905      Branch: perl
26906            ! pp_ctl.c t/op/goto.t
26907 ____________________________________________________________________________
26908 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
26909         Log: Update to Scalar-List-Utils 1.11
26910      Branch: perl
26911            + ext/List/Util/t/proto.t
26912            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
26913            ! ext/List/Util/lib/List/Util.pm
26914            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
26915 ____________________________________________________________________________
26916 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
26917         Log: gcc 3.2.1 does not have -Wall faith that tmp
26918              will not be used uninitialized.
26919      Branch: perl
26920            ! toke.c
26921 ____________________________________________________________________________
26922 [ 18698] By: hv                                    on 2003/02/12  03:01:32
26923         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
26924              From: Slaven Rezic <slaven@rezic.de>
26925              Date: 30 Jan 2003 19:03:41 +0100
26926              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
26927      Branch: perl
26928            ! utils/perlbug.PL
26929 ____________________________________________________________________________
26930 [ 18697] By: hv                                    on 2003/02/12  02:20:39
26931         Log: Subject: [PATCH 5.9.0] to silence compiler warning
26932              From: Robin Barker <Robin.Barker@npl.co.uk>
26933              Date: Tue, 28 Jan 2003 13:27:17 -0000
26934              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
26935      Branch: perl
26936            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
26937            ! universal.c util.c
26938 ____________________________________________________________________________
26939 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
26940         Log: Subject: [perl #20654] %*v02x considered invalid in printf
26941              From: Robin Barker (via RT) <perlbug-followup@perl.org>
26942              Date: 10 Feb 2003 16:43:23 -0000
26943              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
26944      Branch: perl
26945            ! sv.c t/op/sprintf.t
26946 ____________________________________________________________________________
26947 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
26948         Log: Subject: mini-[patch] perlrun "^$W" typo
26949              From: Iain Truskett <spoon@dellah.org>
26950              Date: Tue, 11 Feb 2003 08:38:52 +1100
26951              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
26952      Branch: perl
26953            ! pod/perlrun.pod
26954 ____________________________________________________________________________
26955 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
26956         Log: Subject: [PATCH] More B::Concise fixes
26957              From: Stephen McCamant <smcc@mit.edu>
26958              Date: Sun, 9 Feb 2003 17:28:38 -0500
26959              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
26960      Branch: perl
26961            ! ext/B/B/Concise.pm
26962 ____________________________________________________________________________
26963 [ 18693] By: merijn                                on 2003/02/11  08:14:29
26964         Log: More code cleanup.
26965
26966              Subject: Re: New SV Flag
26967              Date: Fri, 07 Feb 2003 09:57:43 +0100
26968              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26969              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
26970      Branch: perl
26971            ! sv.c sv.h
26972 ____________________________________________________________________________
26973 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
26974         Log: Dueling patches.
26975      Branch: perl
26976            - lib/CPAN/ChangeLog
26977            ! MANIFEST
26978 ____________________________________________________________________________
26979 [ 18691] By: hv                                    on 2003/02/11  00:27:56
26980         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
26981              From: Mark Mielke <mark@mark.mielke.cc>
26982              Date: Mon, 20 Jan 2003 19:56:13 -0500
26983              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
26984      Branch: perl
26985            ! sv.c
26986 ____________________________________________________________________________
26987 [ 18690] By: hv                                    on 2003/02/10  22:08:05
26988         Log: fix comment in change #18689
26989      Branch: perl
26990            ! sv.c
26991 ____________________________________________________________________________
26992 [ 18689] By: hv                                    on 2003/02/10  21:59:34
26993         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
26994              Now allows but ignores the 'l' modifier on floating point formats
26995              and adds a couple of tests.
26996      Branch: perl
26997            ! sv.c t/op/sprintf.t
26998 ____________________________________________________________________________
26999 [ 18688] By: sky                                   on 2003/02/10  19:54:13
27000         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
27001              From: Enache Adrian <enache@rdslink.ro>
27002              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
27003              Message-Id: <20030209201025.GA1247@ratsnest.hole>
27004      Branch: perl
27005            ! pp_ctl.c
27006 ____________________________________________________________________________
27007 [ 18687] By: sky                                   on 2003/02/10  18:13:29
27008         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
27009              From: Enache Adrian <enache@rdslink.ro>
27010              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
27011              Message-id: <20030210174858.GA872@ratsnest.hole>
27012      Branch: perl
27013            ! t/comp/parser.t toke.c
27014 ____________________________________________________________________________
27015 [ 18686] By: sky                                   on 2003/02/10  18:11:35
27016         Log: Compile under threads and MacOSX. For some reason newSVpvf
27017              was not exapnded.
27018      Branch: perl
27019            ! universal.c
27020 ____________________________________________________________________________
27021 [ 18685] By: ams                                   on 2003/02/10  03:44:07
27022         Log: No, we don't really want the utility scripts.
27023      Branch: perl
27024            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
27025            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
27026            ! MANIFEST ext/MIME/Base64/Makefile.PL
27027 ____________________________________________________________________________
27028 [ 18684] By: hv                                    on 2003/02/10  01:43:12
27029         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
27030              Subject: [perl #20536] use if 1, open => ':utf8' fails
27031              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
27032              Date: 24 Jan 2003 22:39:06 -0000
27033              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
27034      Branch: perl
27035            ! lib/if.pm lib/if.t
27036 ____________________________________________________________________________
27037 [ 18683] By: hv                                    on 2003/02/10  01:15:52
27038         Log: Subject: RE: perldebug.pod suggestion
27039              From: "Jay Hannah" <jhannah@omnihotels.com>
27040              Date: Fri, 24 Jan 2003 11:28:44 -0600
27041              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
27042      Branch: perl
27043            ! pod/perldebug.pod
27044 ____________________________________________________________________________
27045 [ 18682] By: hv                                    on 2003/02/10  00:26:50
27046         Log: Subject: [PATCH] version objects final(?) patch
27047              From: John Peacock <jpeacock@rowman.com>
27048              Date: Sun, 05 Jan 2003 21:28:41 -0500
27049              Message-ID: <3E18E9D9.2040908@rowman.com>
27050      Branch: perl
27051            ! lib/version.pm lib/version.t universal.c util.c
27052 ____________________________________________________________________________
27053 [ 18680] By: chip                                  on 2003/02/09  17:39:33
27054         Log: Add CPAN ChangeLog to MANIFEST.
27055      Branch: perl
27056            ! MANIFEST
27057 ____________________________________________________________________________
27058 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
27059         Log: CPAN ChangeLog not needed, says Andreas.
27060      Branch: perl
27061            ! MANIFEST
27062 ____________________________________________________________________________
27063 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
27064         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
27065              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
27066              Date: 8 Feb 2003 11:54:11 -0000
27067              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
27068      Branch: perl
27069            ! ext/PerlIO/encoding/encoding.pm
27070 ____________________________________________________________________________
27071 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
27072         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
27073              From: Stas Bekman <stas@stason.org>
27074              Date: Sat, 08 Feb 2003 11:12:28 +1100
27075              Message-ID: <3E444B6C.5060407@stason.org>
27076      Branch: perl
27077            ! doio.c
27078 ____________________________________________________________________________
27079 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
27080         Log: Possible cruft removal.
27081      Branch: perl
27082            ! x2p/Makefile.SH
27083 ____________________________________________________________________________
27084 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
27085         Log: Signedness nits.
27086      Branch: perl
27087            ! toke.c
27088 ____________________________________________________________________________
27089 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
27090         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
27091      Branch: perl
27092            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
27093            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
27094            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
27095            ! utils.lst
27096 ____________________________________________________________________________
27097 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
27098         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
27099      Branch: perl
27100            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
27101            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
27102            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
27103            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
27104 ____________________________________________________________________________
27105 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
27106         Log: Subject: [PATCH] perluniintro nit
27107              From: Autrijus Tang <autrijus@autrijus.org>
27108              Date: Fri, 7 Feb 2003 00:02:49 +0800
27109              Message-ID: <20030206160249.GA12984@not.autrijus.org>
27110      Branch: perl
27111            ! pod/perluniintro.pod
27112 ____________________________________________________________________________
27113 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
27114         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
27115              From: PPrymmer@factset.com
27116              Date: Wed, 5 Feb 2003 12:00:05 -0500
27117              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
27118      Branch: perl
27119            ! t/pod/find.t
27120 ____________________________________________________________________________
27121 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
27122         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
27123      Branch: perl
27124            ! proto.h
27125 ____________________________________________________________________________
27126 [ 18666] By: sky                                   on 2003/02/06  09:39:24
27127         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
27128              why we are not using SvOOK_on.
27129      Branch: perl
27130            ! sv.c
27131 ____________________________________________________________________________
27132 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
27133         Log: Things forgotten from Encode 1.87.
27134      Branch: perl
27135            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
27136 ____________________________________________________________________________
27137 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
27138         Log: Upgrade to Encode 1.87.
27139      Branch: perl
27140            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
27141            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
27142            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
27143            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
27144            ! ext/Encode/lib/Encode/CJKConstants.pm
27145            ! ext/Encode/lib/Encode/Encoder.pm
27146            ! ext/Encode/lib/Encode/Encoding.pm
27147            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
27148            ! ext/Encode/t/enc_eucjp.t
27149 ____________________________________________________________________________
27150 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
27151         Log: Add the test of [perl #8760] (fixed by change #18656).
27152      Branch: perl
27153            ! t/run/fresh_perl.t
27154 ____________________________________________________________________________
27155 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
27156         Log: has become fixed too (by changes #18653
27157              and #18658, methinks), adding the test(s).
27158      Branch: perl
27159            ! t/op/pat.t
27160 ____________________________________________________________________________
27161 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
27162         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
27163              From: Inaba HIroto <inaba@st.rim.or.jp>
27164              Date: Sat, 01 Feb 2003 21:58:20 +0900
27165              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
27166      Branch: perl
27167            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
27168            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
27169            ! ext/Encode/lib/Encode/Encoding.pm
27170            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
27171            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
27172 ____________________________________________________________________________
27173 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
27174         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
27175              From: PPrymmer@factset.com
27176              Date: Tue, 4 Feb 2003 12:03:17 -0500
27177              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
27178      Branch: perl
27179            ! ext/PerlIO/via/via.xs
27180 ____________________________________________________________________________
27181 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
27182         Log: s/S_cache_re/cache_re/ for building with threads.
27183      Branch: perl
27184            ! regexec.c
27185 ____________________________________________________________________________
27186 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
27187         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
27188              From: Stephen McCamant <smcc@mit.edu>
27189              Date: Mon, 3 Feb 2003 21:01:07 -0500
27190              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
27191      Branch: perl
27192            ! ext/B/B/Concise.pm ext/B/t/concise.t
27193 ____________________________________________________________________________
27194 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
27195         Log: Better version of change #18648, by Enache Adrian
27196              Message-ID: <20030204101533.GA11817@ratsnest.hole>
27197      Branch: perl
27198            ! op.c
27199 ____________________________________________________________________________
27200 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
27201         Log: Add the new test to MANIFEST.
27202      Branch: perl
27203            ! MANIFEST
27204 ____________________________________________________________________________
27205 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
27206         Log: Sync with 1.10
27207      Branch: perl
27208            + ext/List/Util/t/lln.t
27209            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
27210            ! ext/List/Util/lib/List/Util.pm
27211            ! ext/List/Util/lib/Scalar/Util.pm
27212 ____________________________________________________________________________
27213 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
27214         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
27215              The PL_regdata was not set up (S_cache_re()) before it
27216              was needed (S_reginclass()).  The test put in fresh_perl.t
27217              because we need a pristine state to start.
27218      Branch: perl
27219            ! regexec.c t/run/fresh_perl.t
27220 ____________________________________________________________________________
27221 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
27222         Log: Comment tweak.
27223      Branch: perl
27224            ! t/op/pat.t
27225 ____________________________________________________________________________
27226 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
27227         Log: Signedness issue.
27228      Branch: perl
27229            ! ext/MIME/Base64/Base64.xs
27230 ____________________________________________________________________________
27231 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
27232         Log: Force the C locale in makedepend, to prevent gcc from
27233              producing locale-dependent messages.
27234      Branch: perl
27235            ! makedepend.SH
27236 ____________________________________________________________________________
27237 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
27238         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
27239      Branch: perl
27240            ! pod/perlrun.pod
27241 ____________________________________________________________________________
27242 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
27243         Log: Fix bug #8760 : cop_line isn't properly restored
27244              when a module is loaded at runtime behind the scenes.
27245      Branch: perl
27246            ! op.c t/lib/warnings/perlio
27247 ____________________________________________________________________________
27248 [ 18647] By: merijn                                on 2003/02/03  16:14:00
27249         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
27250              From: Abe Timmerman <abe@ztreet.demon.nl>
27251              Date: Sun, 2 Feb 2003 18:27:57 +0100
27252              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
27253      Branch: perl
27254            ! hints/openbsd.sh
27255 ____________________________________________________________________________
27256 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
27257         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
27258              (Made Solaris go boom.)
27259      Branch: perl
27260            ! Configure
27261 ____________________________________________________________________________
27262 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
27263         Log: Detypo.
27264      Branch: perl
27265            ! cop.h
27266 ____________________________________________________________________________
27267 [ 18642] By: ams                                   on 2003/02/03  08:26:36
27268         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
27269              utility scripts?)
27270      Branch: perl
27271            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
27272            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
27273            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27274            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
27275            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
27276            ! ext/MIME/Base64/t/quoted-print.t
27277 ____________________________________________________________________________
27278 [ 18641] By: sky                                   on 2003/02/02  23:46:24
27279         Log: In any case, never copy this but use the same SV since
27280              if we copy we loose the hash we so badly need.
27281              For op_const we might still need to copy however.
27282      Branch: perl
27283            ! op.c
27284 ____________________________________________________________________________
27285 [ 18640] By: sky                                   on 2003/02/02  23:38:40
27286         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
27287              threading issue. Should perhaps be a PVOP to save memory, but then
27288              we have nowhere to store the hash of the function!
27289      Branch: perl
27290            ! dump.c op.c pp_hot.c
27291 ____________________________________________________________________________
27292 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
27293         Log: Plan 9: Some time has passed.
27294      Branch: perl
27295            ! plan9/buildinfo
27296 ____________________________________________________________________________
27297 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
27298         Log: Subject: Re: typo in checkin 18616
27299              From: Nick Ing-Simmons <nick@ing-simmons.net>
27300              Date: Sun, 02 Feb 2003 17:23:08 +0000
27301              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
27302      Branch: perl
27303            ! XSUB.h
27304 ____________________________________________________________________________
27305 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
27306         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
27307      Branch: perl
27308            + plan9/config_sh.sample
27309            ! MANIFEST
27310 ____________________________________________________________________________
27311 [ 18634] By: ams                                   on 2003/02/02  18:07:01
27312         Log: Subject: [PATCH] pod/perlfunc.pod
27313              From: abigail@abigail.nl
27314              Date: Sun, 2 Feb 2003 16:59:48 +0100
27315              Message-Id: <20030202155948.7971.qmail@abigail.nl>
27316      Branch: perl
27317            ! pod/perlfunc.pod
27318 ____________________________________________________________________________
27319 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
27320         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
27321              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27322              Date: Wed, 22 Jan 2003 22:35:56 +0100
27323              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
27324      Branch: perl
27325            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
27326 ____________________________________________________________________________
27327 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
27328         Log: Also [perl #3547] has been fixed; add its test case.
27329      Branch: perl
27330            ! t/op/pat.t
27331 ____________________________________________________________________________
27332 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
27333         Log: The [perl #7471] seems to have been fixed; add its test.
27334      Branch: perl
27335            ! t/op/pat.t
27336 ____________________________________________________________________________
27337 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
27338         Log: seems to have been fixed; add its test.
27339      Branch: perl
27340            ! t/op/pat.t
27341 ____________________________________________________________________________
27342 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
27343         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
27344      Branch: perl
27345            + plan9/config_h.sample
27346            ! MANIFEST
27347 ____________________________________________________________________________
27348 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
27349         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
27350      Branch: perl
27351            ! plan9/config.plan9
27352 ____________________________________________________________________________
27353 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
27354         Log: Plan 9: Update the list of object files.
27355      Branch: perl
27356            ! plan9/mkfile
27357 ____________________________________________________________________________
27358 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
27359         Log: Plan 9: No Configure.
27360      Branch: perl
27361            ! Configure
27362 ____________________________________________________________________________
27363 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
27364         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
27365      Branch: perl
27366            ! Configure
27367 ____________________________________________________________________________
27368 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
27369         Log: minitest wasn't working.  (The $^X /miniperl/ test in
27370              io/crlf.t didn't work in Tru64, $^X was "./perl", used
27371              the same 'eval q/use .../' trick everywhere.)
27372      Branch: perl
27373            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
27374            ! t/uni/tr_utf8.t
27375 ____________________________________________________________________________
27376 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
27377         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
27378              (test.pl-ise quotemeta.t, too)
27379      Branch: perl
27380            ! t/op/quotemeta.t toke.c
27381 ____________________________________________________________________________
27382 [ 18618] By: sky                                   on 2003/02/01  21:04:36
27383         Log: Fix bug #15837, temporary from storable call hadn't gotten
27384              freed yet and was cloned but without a real (AvREAL)
27385              reference to it. @_ doesn't refcount!
27386      Branch: perl
27387            ! ext/threads/threads.xs
27388 ____________________________________________________________________________
27389 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
27390         Log: Integrate from perlio:
27391
27392              [ 18591]
27393              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
27394              correct XSUB.h
27395
27396              [ 18611]
27397              Michael Schroeder's fix for re-try if stdio ops after
27398              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
27399
27400              [ 18612]
27401              PerlIO friendly version of speed up of $/ = undef case.
27402
27403              [ 18613]
27404              fflush() before invalidating stdio's fileno.
27405      Branch: perl
27406           !> XSUB.h perlio.c sv.c
27407 ____________________________________________________________________________
27408 [ 18615] By: sky                                   on 2003/02/01  12:01:01
27409         Log: Don't free thread before using it, breaks platforms that
27410              trust that I really want to free what I free, (like HPUX
27411              and AIX).
27412      Branch: perl
27413            ! ext/threads/threads.xs
27414 ____________________________________________________________________________
27415 [ 18614] By: ams                                   on 2003/02/01  12:00:29
27416         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
27417              From: Nick Ing-Simmons <nick@ing-simmons.net>
27418              Date: Sat, 01 Feb 2003 13:03:52 +0000
27419              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
27420      Branch: perl
27421            ! perlio.c
27422 ____________________________________________________________________________
27423 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
27424         Log: Go even further (back) than change #18608 and revert
27425              to the 5.8.0 code, since otherwise split.t #40 fails.
27426              The four new tests of pat.t should keep us more honest.
27427      Branch: perl
27428            ! regexec.c
27429 ____________________________________________________________________________
27430 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
27431         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
27432              From: Enache Adrian <enache@rdslink.ro>
27433              Date: Fri, 31 Jan 2003 09:20:59 +0200
27434              Message-ID: <20030131072059.GB6045@ratsnest.hole>
27435      Branch: perl
27436            ! regexec.c t/op/pat.t
27437 ____________________________________________________________________________
27438 [ 18607] By: ams                                   on 2003/01/31  02:29:56
27439         Log: Fix typo in version check ($[ to $]).
27440      Branch: perl
27441            ! ext/Storable/t/restrict.t
27442 ____________________________________________________________________________
27443 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
27444         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
27445              From: Jose.auguste-etienne@cgss-guyane.fr
27446              Date: Thu, 30 Jan 2003 12:40:53 -0300
27447              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
27448      Branch: perl
27449            ! pod/perlunicode.pod
27450 ____________________________________________________________________________
27451 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
27452         Log: code example in the FAQ that isn't strict-friendly.
27453              Subject: [perl #20616] Tie::IxHash doc error.
27454              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
27455              Date: 30 Jan 2003 11:43:17 -0000
27456              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
27457      Branch: perl
27458            ! pod/perlfaq4.pod
27459 ____________________________________________________________________________
27460 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
27461         Log: FAQ sync.
27462      Branch: perl
27463            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
27464            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
27465            ! pod/perlfaq8.pod
27466 ____________________________________________________________________________
27467 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
27468         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
27469              From: Enache Adrian <enache@rdslink.ro>
27470              Date: Thu, 30 Jan 2003 10:48:09 +0200
27471              Message-ID: <20030130084809.GA16902@ratsnest.hole>
27472
27473              Fix for half of the failures, with an expanded test.
27474      Branch: perl
27475            ! lib/utf8.t sv.c
27476 ____________________________________________________________________________
27477 [ 18602] By: merijn                                on 2003/01/30  06:31:50
27478         Log: Updates to the openbsd hints
27479
27480              Subject: [perl #20606] [no subject]
27481              Date: 29 Jan 2003 18:38:37 -0000
27482              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
27483              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
27484      Branch: perl
27485            ! hints/openbsd.sh
27486 ____________________________________________________________________________
27487 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
27488         Log: More of the #18600.
27489      Branch: perl
27490            ! pad.c
27491 ____________________________________________________________________________
27492 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
27493         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
27494              dumping (but now use SvPV_nolen).  (This change made an empty
27495              prototype to show up as "_" under -Uuseperlio.)
27496      Branch: perl
27497            ! dump.c
27498 ____________________________________________________________________________
27499 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
27500         Log: Fix a very small memory leak in op_free, by reserving the
27501              case op_seq == (U16)-1 for the compiler backend
27502
27503              Subject: Re: Freeing code
27504              From: "Paul Johnson" <paul@pjcj.net>
27505              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
27506              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
27507      Branch: perl
27508            ! op.c
27509 ____________________________________________________________________________
27510 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
27511         Log: Integrate from maint-5.8:
27512              Change 18450 :
27513              Tiny output tweak.
27514              Change 18429 :
27515              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
27516              things like drand48_data are undefined).
27517              Change 18388 :
27518              List the PERL_MAGIC_utf8 ('w') flag.
27519      Branch: perl
27520           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
27521 ____________________________________________________________________________
27522 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
27523         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
27524              From: Slaven Rezic <slaven@rezic.de>
27525              Date: 14 Jan 2003 20:58:54 +0100
27526              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
27527      Branch: perl
27528            ! ext/Sys/Hostname/Hostname.pm
27529 ____________________________________________________________________________
27530 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
27531         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
27532              without the lval context tweak. Used in OP_DBSTATE.
27533              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
27534              From: Dave Mitchell <davem@fdgroup.com>
27535              Date: Sun, 26 Jan 2003 17:42:42 +0000
27536              Message-ID: <20030126174242.H16182@fdgroup.com>
27537      Branch: perl
27538            ! cop.h pp_ctl.c
27539 ____________________________________________________________________________
27540 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
27541         Log: Subject: [PATCH] make Copy On Write work once again
27542              From: Nicholas Clark <nick@unfortu.net>
27543              Date: Sat, 25 Jan 2003 00:25:50 +0000
27544              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
27545      Branch: perl
27546            ! sv.h
27547 ____________________________________________________________________________
27548 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
27549         Log: Update the pod list for Plan 9.
27550      Branch: perl
27551            ! plan9/mkfile
27552 ____________________________________________________________________________
27553 [ 18593] By: sky                                   on 2003/01/26  22:37:21
27554         Log: When we copy things out of a hash and increment the
27555              refcount of the shared scalar, we really must protect
27556              that refcount increase with a lock, or else it might not
27557              happen. Fixes segfault when objects would prematurely
27558              be killed.
27559      Branch: perl
27560            ! ext/threads/shared/shared.xs
27561 ____________________________________________________________________________
27562 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
27563         Log: Missing (STRLEN)casts.
27564      Branch: perl
27565            ! sv.c
27566 ____________________________________________________________________________
27567 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
27568         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
27569
27570              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
27571              From: Dave Mitchell <davem@fdgroup.com>
27572              Date: Fri, 24 Jan 2003 18:44:19 +0000
27573              Message-ID: <20030124184419.F11179@fdgroup.com>
27574      Branch: perl
27575            ! mg.c op.h pp_ctl.c
27576 ____________________________________________________________________________
27577 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
27578         Log: Lest people get worried about not having PerlIO.
27579      Branch: perl
27580            ! pod/perluniintro.pod
27581 ____________________________________________________________________________
27582 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
27583         Log: Plan 9 doesn't do nm, from Russ Cox.
27584      Branch: perl
27585            ! Configure
27586 ____________________________________________________________________________
27587 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
27588         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
27589      Branch: perl
27590            ! plan9/plan9ish.h
27591 ____________________________________________________________________________
27592 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
27593         Log: Plan 9 compiler can't return quads from the ?: (condop).
27594              (There may be more spots like this, so a Configure test
27595              maybe in order, but this works for now.)  From Russ Cox.
27596      Branch: perl
27597            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
27598 ____________________________________________________________________________
27599 [ 18581] By: ams                                   on 2003/01/26  05:29:40
27600         Log: Subject: Re: truncate using a globref
27601              From: Slaven Rezic <slaven@rezic.de>
27602              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
27603              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
27604      Branch: perl
27605            ! pp_sys.c t/io/fs.t
27606 ____________________________________________________________________________
27607 [ 18580] By: ams                                   on 2003/01/26  04:57:47
27608         Log: Subject: patch to speed up Perl's slurp mode
27609              From: Enache Adrian <enache@rdslink.ro>
27610              Date: Fri, 24 Jan 2003 06:23:54 +0200
27611              Message-Id: <20030124042354.GA30362@ratsnest.hole>
27612      Branch: perl
27613            ! sv.c
27614 ____________________________________________________________________________
27615 [ 18579] By: ams                                   on 2003/01/26  02:50:44
27616         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
27617              From: Enache Adrian <enache@rdslink.ro>
27618              Date: Sun, 26 Jan 2003 04:55:48 +0200
27619              Message-Id: <20030126025548.GB812@ratsnest.hole>
27620      Branch: perl
27621            ! pp_ctl.c
27622 ____________________________________________________________________________
27623 [ 18578] By: ams                                   on 2003/01/26  02:40:20
27624         Log: Subject: [PATCH Storable 2.06] const declaration fixup
27625              From: "Craig A. Berry" <craigberry@mac.com>
27626              Date: Thu, 23 Jan 2003 16:24:46 -0600
27627              Message-Id: <3E306BAE.4030807@mac.com>
27628      Branch: perl
27629            ! ext/Storable/Storable.xs
27630 ____________________________________________________________________________
27631 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
27632         Log: Subject: [PATCH] move pad.c warnings to different test file
27633              From: Dave Mitchell <davem@fdgroup.com>
27634              Date: Thu, 23 Jan 2003 20:56:47 +0000
27635              Message-ID: <20030123205647.C8696@fdgroup.com>
27636      Branch: perl
27637            + t/lib/warnings/pad
27638            ! MANIFEST t/lib/warnings/op
27639 ____________________________________________________________________________
27640 [ 18573] By: nick                                  on 2003/01/23  07:26:43
27641         Log: Fix Solaris 32-bit invalidate case.
27642      Branch: perl
27643            ! perlio.c
27644 ____________________________________________________________________________
27645 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
27646         Log: Integrate change 18448 from maint-5.8 :
27647
27648              Subject: Partial Data::Dumper patch
27649              From: Richard Clamp <richardc@unixbeard.net>
27650              Date: Sat, 4 Jan 2003 00:52:47 +0000
27651              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
27652
27653              Subject: Re: Partial Data::Dumper patch
27654              From: Slaven Rezic <slaven@rezic.de>
27655              Date: 04 Jan 2003 02:48:08 +0100
27656              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
27657      Branch: perl
27658           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
27659 ____________________________________________________________________________
27660 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
27661         Log: Subject: [PATCH] Re: difference between my and our before introduction
27662              From: Dave Mitchell <davem@fdgroup.com>
27663              Date: Thu, 16 Jan 2003 17:12:37 +0000
27664              Message-ID: <20030116171237.C420@fdgroup.com>
27665              (with a small test tweak)
27666      Branch: perl
27667            ! pad.c t/comp/our.t toke.c
27668 ____________________________________________________________________________
27669 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
27670         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
27671      Branch: perl
27672            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
27673 ____________________________________________________________________________
27674 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
27675         Log: Integrate from perlio:
27676              [ 18560]
27677              Fixes for open.pm which attempts to load layers:
27678              1. C equivalent of local $SIG{__WARN__} = sub {}
27679              while loading layers to supress warnings lib/open.t does
27680              not want.
27681              2. The loading scheme does not recurse now so look for
27682              new symptom of bad layer which is that a good module
27683              fails to load (as we cannot open any files).
27684
27685              NOTE: In my opinion open.pm should probably die on bad layer
27686              spec rather than just (maybe) warning and then allowing opens
27687              to fail.
27688      Branch: perl
27689           !> lib/open.t perlio.c
27690 ____________________________________________________________________________
27691 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
27692         Log: Upgrade to Encode 1.86.
27693      Branch: perl
27694            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
27695            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
27696            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
27697 ____________________________________________________________________________
27698 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
27699         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
27700              From: Dave Mitchell <davem@fdgroup.com>
27701              Date: Sun, 19 Jan 2003 17:22:05 +0000
27702              Message-ID: <20030119172204.D24444@fdgroup.com>
27703      Branch: perl
27704            ! dump.c
27705 ____________________________________________________________________________
27706 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
27707         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
27708              From: Nicholas Clark <nick@unfortu.net>
27709              Date: Tue, 21 Jan 2003 22:27:21 +0000
27710              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
27711      Branch: perl
27712            ! sv.c t/op/ref.t
27713 ____________________________________________________________________________
27714 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
27715         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
27716              From: Robin Barker <Robin.Barker@npl.co.uk>
27717              Date: Mon, 20 Jan 2003 15:26:21 -0000
27718              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
27719      Branch: perl
27720            ! perlio.h
27721 ____________________________________________________________________________
27722 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
27723         Log: Integrate from perlio:
27724              [ 18539]
27725              Try the invalidate_fileno() idea for non-leaky stdio sockets.
27726
27727              [ 18540]
27728              stdio does NOT set errno==EBADF on invalidated fileno
27729
27730              [ 18547]
27731              Tweak APItest for new semantics of printf.
27732              Now printf() is always real printf() and not #define'd to
27733              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
27734              back to original file does not affect stdout unless we are
27735              using :stdio as implementation. So things printf()ed XS side
27736              are not written to file (and turn up at end of test).
27737              So add an XS function which does fflush(stdout), modify .pm
27738              file to export it and .t file to call it.
27739
27740              [ 18548]
27741              Add defined(__osf__) case to invalidate_fileno (for Tru64).
27742
27743              [ 18549]
27744              Report layer name (without arg) on fail, and attempt to
27745              autoload layer name. (Fix for [perl #20460]).
27746
27747              [ 18550]
27748              #if defined(__irix__) (for stdio invalidate) from Jarkko.
27749      Branch: perl
27750           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
27751           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
27752 ____________________________________________________________________________
27753 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
27754         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
27755              From: Dave Mitchell <davem@fdgroup.com>
27756              Date: Sun, 19 Jan 2003 16:43:54 +0000
27757              Message-ID: <20030119164353.B24444@fdgroup.com>
27758      Branch: perl
27759            ! av.c t/op/array.t
27760 ____________________________________________________________________________
27761 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
27762         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
27763              From: Martti Rahkila <martti.rahkila@hut.fi>
27764              Date: Sat, 18 Jan 2003 00:25:39 +0200
27765              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
27766
27767              (chose the 'even safer' version)
27768      Branch: perl
27769            ! lib/Term/Complete.pm
27770 ____________________________________________________________________________
27771 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
27772         Log: Subject: [PATCH] assert PV isn't RV
27773              From: Nicholas Clark <nick@unfortu.net>
27774              Date: Fri, 17 Jan 2003 19:40:45 +0000
27775              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
27776      Branch: perl
27777            ! sv.h
27778 ____________________________________________________________________________
27779 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
27780         Log: Integrate from maint-5.8:
27781              [ 18375]
27782              Better version of change #18370; use the new 'E' flag
27783              so that cxinc is exposed (as cpp) only to List::Util
27784              (well, any extension) (well, anyone who does -DPERL_EXT),
27785              no need to export it globally.
27786      Branch: perl
27787           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
27788 ____________________________________________________________________________
27789 [ 18545] By: ams                                   on 2003/01/22  06:06:26
27790         Log: Subject: [PATCH perl-current] AUTHORS correction
27791              From: Richard Soderberg <rs@crystalflame.net>
27792              Date: Wed, 22 Jan 2003 02:08:13 -0500
27793              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
27794      Branch: perl
27795            ! AUTHORS
27796 ____________________________________________________________________________
27797 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
27798         Log: Continuation of #18542.
27799      Branch: perl
27800            ! sv.c
27801 ____________________________________________________________________________
27802 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
27803         Log: Update the MD5 checksums.
27804      Branch: perl
27805            ! ext/Digest/MD5/t/files.t
27806 ____________________________________________________________________________
27807 [ 18542] By: hv                                    on 2003/01/22  01:37:52
27808         Log: #18530 misses a couple of pTHX definitions
27809      Branch: perl
27810            ! sv.c
27811 ____________________________________________________________________________
27812 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
27813         Log: Try to make including patchlevel.h a bit more
27814              robust (use <> instead of "") and in case of
27815              failure (PERL_VERSION didn't get defined) try
27816              to fail (by trying to #include an "obviously"
27817              named file that should not exist) (didn't use
27818              #error since IIRC older cpps do not have it)
27819              (Tries to address [perl #20276].)
27820      Branch: perl
27821            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
27822            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
27823            ! ext/Storable/Storable.xs
27824 ____________________________________________________________________________
27825 [ 18538] By: merijn                                on 2003/01/21  16:54:00
27826         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
27827              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27828              Date: Mon, 30 Dec 2002 18:01:16 -0800
27829              Message-ID: <spPE+gzkg+6F092yn@efn.org>
27830      Branch: perl
27831            ! Configure
27832 ____________________________________________________________________________
27833 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
27834         Log: Allow explicit -C enable/disable by -C:1/-C:0
27835              (suggested by Peter Haworth).
27836      Branch: perl
27837            ! perl.c pod/perlrun.pod
27838 ____________________________________________________________________________
27839 [ 18534] By: hv                                    on 2003/01/21  02:22:53
27840         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
27841              From: Chip Turner <cturner@redhat.com>
27842              Date: 02 Jan 2003 11:35:57 -0500
27843              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
27844      Branch: perl
27845            ! lib/Pod/Perldoc.pm
27846 ____________________________________________________________________________
27847 [ 18533] By: hv                                    on 2003/01/21  02:15:29
27848         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
27849              From: hv@crypt.org
27850              Date: Thu, 02 Jan 2003 14:33:49 +0000
27851              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
27852      Branch: perl
27853            ! regexec.c t/op/subst.t
27854 ____________________________________________________________________________
27855 [ 18532] By: hv                                    on 2003/01/21  01:56:31
27856         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
27857              From: Martien Verbruggen <mgjv@tradingpost.com.au>
27858              Date: Tue, 31 Dec 2002 16:42:28 +1100
27859              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
27860      Branch: perl
27861            ! pod/perlsyn.pod
27862 ____________________________________________________________________________
27863 [ 18531] By: hv                                    on 2003/01/21  01:52:49
27864         Log: integrate #18366-18370 from maint-5.8:
27865              Implement the CPP namespace protection from [perl #8610];
27866              unless a function has an 'A' flag, it's defined only if
27867              PERL_CORE.  (Why do we have so many many functions with an
27868              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
27869              could be cut down further by having a state variable and
27870              inserting #ifdefs and #endifs when the state flips.)
27871
27872              Caught by change #18366; thanks to the re extension we have some
27873              functions that are file static but yet part of "the public API"...
27874              Maybe a new class of exportability (a new embed.fnc flag) is
27875              required for this case.
27876
27877              Continue on change #18367; implement the said flag, 'E'.
27878              (Some nm output studying was needed to get the right set
27879              of re symbols defined.)
27880
27881              In AIX (strict symbol exports) the cxinc is needed for List::Util.
27882      Branch: perl
27883            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
27884 ____________________________________________________________________________
27885 [ 18530] By: hv                                    on 2003/01/21  01:37:03
27886         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
27887              Introduce a cache for UTF-8 data: length and byte<->char offset
27888              mapping are stored in a new type of magic.  Speeds up length(),
27889              substr(), index(), rindex(), pos(), and some parts of s///.
27890
27891              The speedup varies a lot (on the usual suspects: what is the
27892              access pattern of the data, compiler, CPU), but should be at
27893              least one order of magnitude, and getting to the same magnitude
27894              as byte string speeds, and in some cases  (length on unchanged data)
27895              even reaching the byte string speed.  On the other hand, in some
27896              cases (index) the byte speed is still faster by a factor of five
27897              or so, but the bottleneck there does not seem to be any more
27898              the byte<->char offset mapping (instead, the fbm_instr() speed).
27899
27900              There is one cache slot for the length, and only two for the
27901              byte<->char offset mapping (the first one for the start->offset,
27902              and the second for the offset->offset+length, when talking
27903              in substr() terms).
27904
27905              Code this hairy is bound to have hairy trolls hiding under it.
27906              [...]
27907              A small tweak on top of #18353: don't display mg_len bytes of
27908              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
27909      Branch: perl
27910            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
27911            ! sv.c util.c
27912 ____________________________________________________________________________
27913 [ 18529] By: hv                                    on 2003/01/21  00:44:20
27914         Log: integrate #18349 from maint-5.8:
27915              At least partially address [perl #10000] by speeding
27916              up both the ASCII case (by about 2-3%) and the UTF-8 case
27917              (by about 45%).  The major trick is to avoid hitting the
27918              costly S_reginclass().  (Even before this patch the speedup
27919              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
27920              still about 30-60% slower than the ASCII case.  (Note that
27921              I'm unable to reproduce the 10-fold speed difference of the
27922              original bug report; I can see a factor of 2 or 3, but no more.)
27923      Branch: perl
27924           !> regexec.c
27925 ____________________________________________________________________________
27926 [ 18528] By: hv                                    on 2003/01/21  00:24:11
27927         Log: Subject: [PATCH pp_ctl.c] silence warning
27928              From: Dave Mitchell <davem@fdgroup.com>
27929              Date: Sun, 29 Dec 2002 15:09:31 +0000
27930              Message-ID: <20021229150931.C2325@fdgroup.com>
27931      Branch: perl
27932            ! pp_ctl.c
27933 ____________________________________________________________________________
27934 [ 18527] By: hv                                    on 2003/01/21  00:04:14
27935         Log: Subject: perl version reporting
27936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27937              Date: Wed, 18 Dec 2002 08:30:32 +0100
27938              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
27939      Branch: perl
27940            ! perl.c
27941 ____________________________________________________________________________
27942 [ 18526] By: hv                                    on 2003/01/20  23:21:22
27943         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
27944              From: Blair Zajac <blair@orcaware.com>
27945              Date: Wed, 08 Jan 2003 12:28:35 -0800
27946              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
27947      Branch: perl
27948            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
27949            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
27950 ____________________________________________________________________________
27951 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
27952         Log: Integrate from perlio:
27953              [ 18520]
27954              Move #define printf out of perl.h into appropriate
27955              PerlIO files.
27956      Branch: perl
27957           !> fakesdio.h nostdio.h perl.h
27958 ____________________________________________________________________________
27959 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
27960         Log: Upgrade to Digest 1.02.
27961      Branch: perl
27962            ! lib/Digest.pm lib/Digest.t
27963 ____________________________________________________________________________
27964 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
27965         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
27966              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
27967              Date: 20 Jan 2003 01:54:07 -0000
27968              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
27969      Branch: perl
27970            ! pp_hot.c
27971 ____________________________________________________________________________
27972 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
27973         Log: Retract #18154 (integrate of perlio #18507), not enough
27974              threadsafety.
27975      Branch: perl
27976            ! perlio.c
27977 ____________________________________________________________________________
27978 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
27979         Log: Encode MANIFEST update.
27980      Branch: perl
27981            ! ext/Encode/MANIFEST
27982 ____________________________________________________________________________
27983 [ 18517] By: nick                                  on 2003/01/20  08:34:10
27984         Log: Integrate #18405 from maint-5.8 which fixes whitespac
27985              issues in open(FH,"&...")
27986      Branch: perl
27987           !> doio.c
27988 ____________________________________________________________________________
27989 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
27990         Log: microperl update.
27991      Branch: perl
27992            ! Makefile.micro uconfig.h uconfig.sh
27993 ____________________________________________________________________________
27994 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
27995         Log: Integrate from perlio:
27996              [ 18507]
27997              Thread-protection for dup/fclose/dup2 scheme of stdio leak
27998              avoidance.
27999      Branch: perl
28000           !> perlio.c t/io/tell.t
28001 ____________________________________________________________________________
28002 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
28003         Log: Slight pod reformatting based on [perl #20284].
28004      Branch: perl
28005            ! README.mint ext/Data/Dumper/Dumper.pm
28006 ____________________________________________________________________________
28007 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
28008         Log: EPOC perl address updates.
28009      Branch: perl
28010            ! README.epoc
28011 ____________________________________________________________________________
28012 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
28013         Log: Upgrade to Digest 1.01.
28014      Branch: perl
28015            ! lib/Digest.pm
28016 ____________________________________________________________________________
28017 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
28018         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
28019      Branch: perl
28020            ! utils/libnetcfg.PL
28021 ____________________________________________________________________________
28022 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
28023         Log: Upgrade to Digest::MD5 2.22.
28024      Branch: perl
28025            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28026            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
28027            ! ext/Digest/MD5/t/files.t
28028 ____________________________________________________________________________
28029 [ 18508] By: merijn                                on 2003/01/17  14:12:53
28030         Log: Subject: Re: 18457 on cygwin/20030113
28031              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
28032              Date: Fri, 17 Jan 2003 15:10:34 +0000
28033              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
28034      Branch: perl
28035            ! t/io/tell.t
28036 ____________________________________________________________________________
28037 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
28038         Log: Integrate from perlio:
28039              [ 18476]
28040              Remove workaround for :stdio layer bug now fixed
28041              (Fixes #18975)
28042      Branch: perl
28043           !> pp_sys.c
28044 ____________________________________________________________________________
28045 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
28046         Log: Integrate from maint-5.6:
28047              [ 18477]
28048              search utility doesn't skip exe/lib/pdb files properly on windows
28049      Branch: perl
28050           !> win32/bin/search.pl
28051 ____________________________________________________________________________
28052 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
28053         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
28054              From: "Jos I. Boumans" <kane@dwim.org>
28055              Date: Thu, 16 Jan 2003 14:04:48 +0100
28056              Message-ID: <3E26ADF0.6010605@dwim.org>
28057              (with test tweaks)
28058      Branch: perl
28059            ! lib/File/Find.pm lib/File/Find/t/find.t
28060 ____________________________________________________________________________
28061 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
28062         Log: Integrate #18447 from maint-5.8 :
28063              test.pl-ise t/op/fh.t.
28064      Branch: perl
28065           !> t/op/fh.t
28066 ____________________________________________________________________________
28067 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
28068         Log: Integrate changes to Attribute::Handlers from maint-5.8
28069              (18404 and 18427).
28070              Subject: [PATCH] Re: Attribute::Handlers phase variance
28071              From: Richard Clamp <richardc@unixbeard.net>
28072              Date: Mon, 9 Dec 2002 11:10:24 +0000
28073              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
28074      Branch: perl
28075           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
28076 ____________________________________________________________________________
28077 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
28078         Log: Integrate changes #18422 and #18423 from maint-5.8.
28079              18422 :
28080              Third Degree found a read of uninit memory (after setting
28081              grent_size with sysconf(), pwent_size was read).  Also make
28082              the ERANGE/INVARG more consistent.
28083              18423 :
28084              spent_size was still off.  (As far as I can tell
28085              _SC_GETPW_R_SIZE_MAX is supposed to be used also
28086              for spents, not just pwents.)
28087      Branch: perl
28088           !> reentr.c reentr.h reentr.pl
28089 ____________________________________________________________________________
28090 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
28091         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
28092              From: Dave Mitchell <davem@fdgroup.com>
28093              Date: Wed, 1 Jan 2003 21:43:24 +0000
28094              Message-ID: <20030101214324.F12907@fdgroup.com>
28095              (integrated from change #18397 in maint-5.8)
28096      Branch: perl
28097           !> lib/Time/Local.pm lib/Time/Local.t
28098 ____________________________________________________________________________
28099 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
28100         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
28101              code changes from Inaba Hiroto; test tweaks by jhi.
28102      Branch: perl
28103            + ext/Encode/t/enc_eucjp.t
28104            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
28105            ! pp.c sv.c sv.h t/uni/tr_utf8.t
28106 ____________________________________________________________________________
28107 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
28108         Log: It seems the binmode() is needed with UTF-8 locales enabled.
28109      Branch: perl
28110            ! ext/Encode/t/CJKT.t
28111 ____________________________________________________________________________
28112 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
28113         Log: Upgrade to CGI.pm 2.89.
28114      Branch: perl
28115            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
28116            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
28117 ____________________________________________________________________________
28118 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
28119         Log: Subject: Update for ext/MIME/Base64/
28120              From: Gisle Aas <gisle@ActiveState.com>
28121              Date: 30 Dec 2002 07:34:34 -0800
28122              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
28123      Branch: perl
28124            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
28125            ! ext/MIME/Base64/QuotedPrint.pm
28126            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
28127 ____________________________________________________________________________
28128 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
28129         Log: Subject: Update for ext/Digest/MD5/
28130              From: Gisle Aas <gisle@ActiveState.com>
28131              Date: 30 Dec 2002 07:38:16 -0800
28132              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
28133      Branch: perl
28134            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28135            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
28136            ! ext/Digest/MD5/t/files.t
28137 ____________________________________________________________________________
28138 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
28139         Log: if (0) the PL_widesyscalls code for now: Sarathy
28140              should take another look to see whether it is really
28141              safe to remove the code, too.
28142      Branch: perl
28143            ! win32/win32.h wince/win32.h
28144 ____________________________________________________________________________
28145 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
28146         Log: Make the locale-induced UTF-8-ification of STD fhs
28147              and the default file open layer explicit (either -C
28148              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
28149      Branch: perl
28150            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
28151            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
28152            ! pod/perlvar.pod
28153 ____________________________________________________________________________
28154 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
28155         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
28156              From: Brendan O'Dea <bod@debian.org>
28157              Date: Sun, 12 Jan 2003 06:18:32 +1100
28158              Message-ID: <20030111191832.GA19441@londo.c47.org>
28159      Branch: perl
28160            ! pod/perlrun.pod
28161 ____________________________________________________________________________
28162 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
28163         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
28164              From: Brendan O'Dea <bod@debian.org>
28165              Date: Sun, 12 Jan 2003 06:17:30 +1100
28166              Message-ID: <20030111191730.GA19420@londo.c47.org>
28167      Branch: perl
28168            ! lib/diagnostics.pm
28169 ____________________________________________________________________________
28170 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
28171         Log: Add a test case for bug [perl #19545]
28172      Branch: perl
28173            ! t/op/do.t
28174 ____________________________________________________________________________
28175 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
28176         Log: isa() and can() didn't work on magic variables
28177              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
28178              plus a test case by B. Goldberg
28179      Branch: perl
28180            ! t/op/universal.t universal.c
28181 ____________________________________________________________________________
28182 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
28183         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
28184              From: Stephen McCamant <smcc@mit.edu>
28185              Date: Thu, 2 Jan 2003 18:08:23 -0500
28186              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
28187              Plus a test by Jarkko
28188              Integrated from changes 18444 and 18446 from maint-5.8
28189      Branch: perl
28190           +> t/op/readline.t
28191           !> MANIFEST pp_hot.c
28192 ____________________________________________________________________________
28193 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
28194         Log: Upgrade to Time::HiRes 1.42.
28195      Branch: perl
28196            + ext/Time/HiRes/fallback/const-c.inc
28197            + ext/Time/HiRes/fallback/const-xs.inc
28198            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28199            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28200 ____________________________________________________________________________
28201 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
28202         Log: Detypo.
28203      Branch: perl
28204            ! ext/Encode/Unicode/Unicode.xs
28205 ____________________________________________________________________________
28206 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
28207         Log: Integrate change #18365 from maint-5.8 :
28208              Doc tweak on the S_ macros.
28209      Branch: perl
28210           !> pod/perlfunc.pod
28211 ____________________________________________________________________________
28212 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
28213         Log: Apparently some stdios have bugs (no! don't tell it is so!)
28214              or there is a corner of stdio that is substandardised.
28215      Branch: perl
28216            ! t/io/tell.t
28217 ____________________________________________________________________________
28218 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
28219         Log: Encode 1.84 broke the subtest #7, further study required.
28220      Branch: perl
28221            ! t/uni/tr_utf8.t
28222 ____________________________________________________________________________
28223 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
28224         Log: Add a test for encoding 'utf8'.
28225      Branch: perl
28226            + ext/Encode/t/enc_utf8.t
28227            ! MANIFEST ext/Encode/MANIFEST
28228 ____________________________________________________________________________
28229 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
28230         Log: Upgrade to Encode 1.84.
28231      Branch: perl
28232            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
28233            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
28234 ____________________________________________________________________________
28235 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
28236         Log: Integrate from perlio:
28237              [ 18471]
28238              Fix #18711 and add test for it (and indeed tell on write
28239              handles at all !
28240
28241              (#18711 Serious bug of tell() in perl)
28242      Branch: perl
28243           !> perlio.c t/io/tell.t
28244 ____________________________________________________________________________
28245 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
28246         Log: Integrate from perlio:
28247              [ 18470]
28248              Fix #16306 and #16880
28249
28250              (#16306 Big Badda leak in Sockets)
28251              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
28252      Branch: perl
28253           !> perlio.c
28254 ____________________________________________________________________________
28255 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
28256         Log: Integrate perlio #18040 and #18043 (no real changes;
28257              some whitespace changes but ignored them so that Dan's
28258              version of Encode wins)
28259      Branch: perl
28260           !> ext/Encode/Encode.xs
28261 ____________________________________________________________________________
28262 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
28263         Log: Integrate perlio to mainline:
28264              [ 18240]
28265              Avoid eqtime() wiping the file (as suggested by
28266              "Luis G. Uribe C." <GUribe@SoftHome.net>
28267      Branch: perl
28268           !> lib/ExtUtils/Command.pm
28269 ____________________________________________________________________________
28270 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
28271         Log: Subject: [PATCH] VMS perly build tweak
28272              From: "Craig A. Berry" <craigberry@mac.com>
28273              Date: Thu, 9 Jan 2003 14:44:40 -0600
28274              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
28275      Branch: perl
28276            ! vms/descrip_mms.template
28277 ____________________________________________________________________________
28278 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
28279         Log: Document that ${^TAINT} is read-only.
28280      Branch: perl
28281            ! pod/perlvar.pod
28282 ____________________________________________________________________________
28283 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
28284         Log: Fix the doc for splitpath() in the File::Spec modules :
28285              this function doesn't return undef in any case.
28286      Branch: perl
28287            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
28288            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
28289 ____________________________________________________________________________
28290 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
28291         Log: Subject: [PATCH] label code in pp_ctl.c
28292              From: Nicholas Clark <nick@unfortu.net>
28293              Date: Thu, 26 Dec 2002 21:19:36 +0000
28294              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
28295              (Integrated from change #18400 from maint-5.8)
28296      Branch: perl
28297           !> pp_ctl.c
28298 ____________________________________________________________________________
28299 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
28300         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
28301              From: Nicholas Clark <nick@unfortu.net>
28302              Date: Wed, 1 Jan 2003 18:17:59 +0000
28303              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
28304              (Integrated from change #18399 from maint-5.8)
28305      Branch: perl
28306           !> hv.c
28307 ____________________________________________________________________________
28308 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
28309         Log: Integrate change #18391 from maint-5.8:
28310              Document the installprefix trick for compiling PASE Perl in AIX.
28311      Branch: perl
28312           !> README.os400
28313 ____________________________________________________________________________
28314 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
28315         Log: Integrate change #18362 from maint-5.8:
28316              Fix [perl #18666] (taking the more conservative approach).
28317      Branch: perl
28318           !> lib/File/Spec/Unix.pm
28319 ____________________________________________________________________________
28320 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
28321         Log: Integrate change #18361 from maint-5.8:
28322              Document that the socketpair tests are unhappy in old SCO,
28323              as per [perl #18537].
28324      Branch: perl
28325           !> pod/perl58delta.pod
28326 ____________________________________________________________________________
28327 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
28328         Log: PerlFAQ sync.
28329      Branch: perl
28330            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
28331            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
28332            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
28333            ! pod/perlfaq9.pod
28334 ____________________________________________________________________________
28335 [ 18456] By: hv                                    on 2003/01/07  09:20:22
28336         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
28337              From: Nicholas Clark <nick@unfortu.net>
28338              Date: Thu, 26 Dec 2002 21:16:27 +0000
28339              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
28340      Branch: perl
28341            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
28342            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
28343            ! utf8.c
28344 ____________________________________________________________________________
28345 [ 18455] By: hv                                    on 2003/01/07  08:54:38
28346         Log: Subject: [PATCH] integrate more with report_evil_fh
28347              From: Nicholas Clark <nick@unfortu.net>
28348              Date: Thu, 26 Dec 2002 20:56:21 +0000
28349              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
28350      Branch: perl
28351            ! pp_sys.c
28352 ____________________________________________________________________________
28353 [ 18454] By: hv                                    on 2003/01/07  08:45:54
28354         Log: Integrate podlators-1.25
28355      Branch: perl
28356            ! lib/Pod/Man.pm lib/Pod/t/man.t
28357 ____________________________________________________________________________
28358 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
28359         Log: Change the value of ${^TAINT} : 0 without taint checks,
28360              1 with -T, and -1 with -t or -TU.
28361      Branch: perl
28362            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
28363            ! t/run/switcht.t
28364 ____________________________________________________________________________
28365 [ 18451] By: merijn                                on 2003/01/06  06:43:11
28366         Log: Subject: [PATCH perl@18746] VMS test adjustments
28367              Date: Sat, 04 Jan 2003 11:26:00 -0600
28368              From: "Craig A. Berry" <craigberry@mac.com>
28369              Message-ID: <3E171928.1040100@mac.com>
28370      Branch: perl
28371            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
28372            ! t/run/switchI.t
28373 ____________________________________________________________________________
28374 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
28375         Log: Subject: [DOCPATCH] File::Copy's synopsis
28376              From: Nicholas Clark <nick@unfortu.net>
28377              Date: Wed, 1 Jan 2003 21:09:30 +0000
28378              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
28379      Branch: perl
28380            ! lib/File/Copy.pm
28381 ____________________________________________________________________________
28382 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
28383         Log: Integrate change #18420 from maint-5.8:
28384              Mea culpa: the join() was the string join, not the
28385              ithreads join().
28386      Branch: perl
28387           !> ext/threads/t/join.t
28388 ____________________________________________________________________________
28389 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
28390         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
28391              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28392              Date: Fri, 13 Dec 2002 00:54:43 +0100
28393              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
28394              Same as change 18403 for maint-5.8 branch
28395      Branch: perl
28396            ! lib/ExtUtils/t/Embed.t
28397 ____________________________________________________________________________
28398 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
28399         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
28400              From: andreas.koenig@anima.de (Andreas J. Koenig)
28401              Date: Fri, 03 Jan 2003 00:57:15 +0100
28402              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
28403      Branch: perl
28404            ! pod/perlre.pod
28405 ____________________________________________________________________________
28406 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
28407         Log: The problems.t is back.
28408      Branch: perl
28409            ! MANIFEST
28410 ____________________________________________________________________________
28411 [ 18434] By: sky                                   on 2003/01/04  07:43:50
28412         Log: Forgot to add problems.t with change #18419
28413      Branch: perl
28414            + ext/threads/t/problems.t
28415 ____________________________________________________________________________
28416 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
28417         Log: One more (or, rather, less) //.
28418      Branch: perl
28419            ! ext/threads/threads.xs
28420 ____________________________________________________________________________
28421 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
28422         Log: Integrate from maintperl:
28423              [ 18430]
28424              // is still not portable C commentary.
28425      Branch: perl
28426           !> ext/threads/threads.xs
28427 ____________________________________________________________________________
28428 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
28429         Log: Until Arthur really adds the problems.t.
28430      Branch: perl
28431            ! MANIFEST
28432 ____________________________________________________________________________
28433 [ 18421] By: sky                                   on 2003/01/04  01:27:55
28434         Log: Fix long standing memory leak with pop and shift!
28435      Branch: perl
28436            ! ext/threads/shared/shared.xs
28437 ____________________________________________________________________________
28438 [ 18419] By: sky                                   on 2003/01/03  23:45:34
28439         Log: Fixes bug #15273, the return of the object caused
28440              the stash of the object to be cloned, cloning the entire syntax
28441              tree and all lexicals in there creating danglning copies to the
28442              object. (Pararell but unlinked STASH tree).
28443              This adds a new flag, when set it will use STASHES from the
28444              thread we are joining into avoiding the problem.
28445      Branch: perl
28446            ! MANIFEST ext/threads/threads.xs sv.c sv.h
28447 ____________________________________________________________________________
28448 [ 18417] By: sky                                   on 2003/01/03  18:16:46
28449         Log: Fake what context we are running in for CLONE and DESTROY so
28450              threads->tid() returns the correct value.
28451              This is reported as bug #10046
28452      Branch: perl
28453            ! ext/threads/t/basic.t ext/threads/threads.xs
28454 ____________________________________________________________________________
28455 [ 18413] By: sky                                   on 2003/01/03  15:15:14
28456         Log: Change pp_lock to take a reference instead of a
28457              scalar since it wouldn't fork for the HELEM/AELEM
28458              case. This was reported in bug #10045
28459      Branch: perl
28460            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
28461 ____________________________________________________________________________
28462 [ 18412] By: hv                                    on 2003/01/03  11:14:51
28463         Log: Integrate from maint-5.8 #18348:
28464              Make Math::Trig a little bit more better behaved module citizen.
28465      Branch: perl
28466           !> lib/Math/Trig.pm
28467 ____________________________________________________________________________
28468 [ 18411] By: hv                                    on 2003/01/03  11:11:09
28469         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
28470              From: Stephen McCamant <smcc@mit.edu>
28471              Date: Sun, 22 Dec 2002 22:09:51 -0500
28472              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
28473      Branch: perl
28474            ! pp_ctl.c
28475 ____________________________________________________________________________
28476 [ 18410] By: hv                                    on 2003/01/03  11:06:40
28477         Log: Subject: new flag SvPADSTALE
28478              From: Dave Mitchell <davem@fdgroup.com>
28479              Date: Thu, 19 Dec 2002 19:00:21 +0000
28480              Message-ID: <20021219190021.D9530@fdgroup.com>
28481      Branch: perl
28482            ! dump.c scope.c sv.h
28483 ____________________________________________________________________________
28484 [ 18409] By: hv                                    on 2003/01/03  11:05:09
28485         Log: Subject: remove flag SvPADBUSY
28486              From: Dave Mitchell <davem@fdgroup.com>
28487              Date: Thu, 19 Dec 2002 18:55:43 +0000
28488              Message-ID: <20021219185543.C9530@fdgroup.com>
28489      Branch: perl
28490            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
28491 ____________________________________________________________________________
28492 [ 18408] By: hv                                    on 2003/01/03  10:56:54
28493         Log: Subject: win32_msgwait() problem
28494              From: Gurusamy Sarathy <gsar@ActiveState.com>
28495              Date: Fri, 13 Dec 2002 17:31:59 -0800
28496              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
28497      Branch: perl
28498            ! win32/win32.c
28499 ____________________________________________________________________________
28500 [ 18407] By: hv                                    on 2003/01/03  10:30:05
28501         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
28502              From: hv@crypt.org
28503              Date: Thu, 02 Jan 2003 17:16:04 +0000
28504              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
28505      Branch: perl
28506            ! sv.c
28507 ____________________________________________________________________________
28508 [ 18406] By: sky                                   on 2003/01/03  08:23:16
28509         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
28510              libc_r functions.
28511      Branch: perl
28512            ! hints/darwin.sh
28513 ____________________________________________________________________________
28514 [ 18393] By: merijn                                on 2003/01/02  19:41:29
28515         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)
28516              Date: Thu, 2 Jan 2003 19:02:21 +0100
28517              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
28518              From: abe@ztreet.demon.nl (Abe Timmerman)
28519      Branch: perl
28520            ! win32/makefile.mk
28521 ____________________________________________________________________________
28522 [ 18390] By: merijn                                on 2003/01/02  07:32:00
28523         Log: Use a more likely location for the perl binary
28524      Branch: perl
28525            ! Porting/genlog
28526 ____________________________________________________________________________
28527 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
28528         Log: integrate change#18377 from maint-5.6 branch
28529
28530              change#17566 needs to be more defensive about win32_dup2()
28531              itself calling SetStdHandle() (at least MSVCRT does this)
28532      Branch: perl
28533           !> win32/win32.c
28534 ____________________________________________________________________________
28535 [ 18376] By: hv                                    on 2002/12/31  02:02:17
28536         Log: Update Changes
28537      Branch: perl
28538            ! Changes patchlevel.h
28539 ____________________________________________________________________________
28540 [ 18374] By: hv                                    on 2002/12/30  03:32:22
28541         Log: Remove duplicate entry
28542      Branch: perl
28543            ! MANIFEST
28544 ____________________________________________________________________________
28545 [ 18373] By: hv                                    on 2002/12/30  03:19:17
28546         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
28547              From: Dave Paris (via RT) <perlbug-followup@perl.org>
28548              Date: 22 Dec 2002 05:15:14 -0000
28549              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
28550      Branch: perl
28551            ! pod/perlfunc.pod
28552 ____________________________________________________________________________
28553 [ 18372] By: hv                                    on 2002/12/30  03:13:42
28554         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
28555              From: Michael G Schwern <schwern@pobox.com>
28556              Date: Sat, 21 Dec 2002 19:29:41 -0800
28557              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
28558      Branch: perl
28559            ! lib/AutoSplit.pm
28560 ____________________________________________________________________________
28561 [ 18371] By: hv                                    on 2002/12/30  03:08:12
28562         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
28563              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28564              Date: Fri, 27 Dec 2002 16:14:24 +0100
28565              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
28566      Branch: perl
28567            ! mg.c t/op/magic.t
28568 ____________________________________________________________________________
28569 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
28570         Log: save_re_context() was not saving many regexec.c state
28571              variables, resulting in various reentrancy problems when
28572              the swatches were autoloaded by perl in the midst of a
28573              match
28574      Branch: perl
28575            ! regcomp.c
28576 ____________________________________________________________________________
28577 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
28578         Log: silence another signed/unsigned mismatch warning
28579      Branch: perl
28580            ! op.c
28581 ____________________________________________________________________________
28582 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
28583         Log: fix signed/unsigned mismatch warning from change#18266
28584      Branch: perl
28585            ! regcomp.c
28586 ____________________________________________________________________________
28587 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
28588         Log: these variables are not in use anywhere since 5.8.0
28589      Branch: perl
28590            ! embedvar.h perlapi.h sv.c thrdvar.h
28591 ____________________________________________________________________________
28592 [ 18354] By: ams                                   on 2002/12/26  03:54:09
28593         Log: Subject: [PATCH] docpatch for cv.h
28594              From: Nicholas Clark <nick@unfortu.net>
28595              Date: Wed, 25 Dec 2002 21:01:04 +0000
28596              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
28597      Branch: perl
28598            ! cv.h
28599 ____________________________________________________________________________
28600 [ 18351] By: hv                                    on 2002/12/25  02:29:17
28601         Log: #18345 was still broken; should be fixed now.
28602      Branch: perl
28603            ! sv.c
28604 ____________________________________________________________________________
28605 [ 18350] By: merijn                                on 2002/12/24  05:26:40
28606         Log: Removal of duplicate comment block
28607
28608              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28609              Subject: Re: [perl #19306] Sys::Syslog issues.
28610              Date: Mon, 23 Dec 2002 15:25:51 -0800
28611              Message-ID: </t5B+gzkg6DR092yn@efn.org>
28612      Branch: perl
28613            ! ext/Sys/Syslog/Syslog.pm
28614 ____________________________________________________________________________
28615 [ 18346] By: hv                                    on 2002/12/23  06:14:22
28616         Log: integrate maint-5.8 #18301
28617      Branch: perl
28618           !> lib/perl5db.pl
28619 ____________________________________________________________________________
28620 [ 18345] By: hv                                    on 2002/12/23  06:01:17
28621         Log: more on #18344.
28622      Branch: perl
28623            ! sv.c
28624 ____________________________________________________________________________
28625 [ 18344] By: hv                                    on 2002/12/23  05:56:43
28626         Log: more on #18312: sv.c:ss_dup()
28627      Branch: perl
28628            ! sv.c
28629 ____________________________________________________________________________
28630 [ 18343] By: hv                                    on 2002/12/23  05:47:17
28631         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
28632              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
28633              Date: 15 Dec 2002 13:45:23 -0000
28634              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
28635      Branch: perl
28636            ! lib/Term/Complete.pm
28637 ____________________________________________________________________________
28638 [ 18342] By: hv                                    on 2002/12/23  05:27:25
28639         Log: Subject: [perl #18544] Patch included to fix problem.
28640              From: Richard Kandarian <richard.kandarian@lanl.gov>
28641              Date: Thu, 21 Nov 2002 08:00:20 -0700
28642              (from RT)
28643      Branch: perl
28644            ! regexec.c
28645 ____________________________________________________________________________
28646 [ 18341] By: hv                                    on 2002/12/23  05:08:49
28647         Log: Subject: [PATCH] operation on `PL_na' may be undefined
28648              From: Nicholas Clark <nick@unfortu.net>
28649              Date: Tue, 10 Dec 2002 19:59:18 +0000
28650              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
28651      Branch: perl
28652            ! universal.c
28653 ____________________________________________________________________________
28654 [ 18340] By: hv                                    on 2002/12/23  05:04:29
28655         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
28656              From: Nicholas Clark <nick@unfortu.net>
28657              Date: Tue, 10 Dec 2002 18:55:28 +0000
28658              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
28659      Branch: perl
28660            ! pp_hot.c
28661 ____________________________________________________________________________
28662 [ 18339] By: hv                                    on 2002/12/23  04:39:48
28663         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
28664      Branch: perl
28665            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28666            ! ext/Time/HiRes/Makefile.PL
28667 ____________________________________________________________________________
28668 [ 18338] By: hv                                    on 2002/12/23  03:43:09
28669         Log: Subject: [PATCH] read permissions for h2ph-generated files
28670              From: Slaven Rezic <slaven.rezic@berlin.de>
28671              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
28672              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
28673      Branch: perl
28674            ! utils/h2ph.PL
28675 ____________________________________________________________________________
28676 [ 18337] By: hv                                    on 2002/12/23  03:38:59
28677         Log: handy hint: getting a perforce change as a usable patch
28678      Branch: perl
28679            ! Porting/repository.pod
28680 ____________________________________________________________________________
28681 [ 18336] By: hv                                    on 2002/12/23  03:36:26
28682         Log: Reverse #18285, for reasons given in:
28683              Subject: Re: Precedence of ? :
28684              From: hv@crypt.org
28685              Date: Fri, 20 Dec 2002 00:35:27 +0000
28686              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
28687      Branch: perl
28688            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
28689            ! vms/perly_c.vms
28690 ____________________________________________________________________________
28691 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
28692         Log: my_fflush_all() wasn't doing the right thing under useperlio
28693              on many platforms
28694      Branch: perl
28695            ! util.c
28696 ____________________________________________________________________________
28697 [ 18334] By: merijn                                on 2002/12/18  06:48:11
28698         Log: AIX compiler version updates
28699      Branch: perl
28700            ! README.aix
28701 ____________________________________________________________________________
28702 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
28703         Log: $Config{prefixexp} was set incorrectly on windows
28704      Branch: perl
28705            ! win32/config.bc win32/config.gc win32/config.vc
28706            ! win32/config.vc64
28707 ____________________________________________________________________________
28708 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
28709         Log: remove CRs from a couple of files (these show up as CRCRLF
28710              on windows)
28711      Branch: perl
28712            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28713 ____________________________________________________________________________
28714 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
28715         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
28716      Branch: perl
28717            ! win32/win32.c
28718 ____________________________________________________________________________
28719 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
28720         Log: windows: support for large files
28721
28722              note that this change will break binary compatibility with the
28723              default 5.8.0 build options; nevertheless I think it is worth
28724              having in 5.8.1 (people who want the compatibility can disable
28725              the option in the makefile)
28726      Branch: perl
28727            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
28728            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
28729            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
28730            ! win32/config.vc win32/config.vc64 win32/config_H.bc
28731            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
28732            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
28733            ! win32/win32.c win32/win32iop.h
28734 ____________________________________________________________________________
28735 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
28736         Log: Win32.pod update
28737      Branch: perl
28738            ! lib/Win32.pod
28739 ____________________________________________________________________________
28740 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
28741         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
28742      Branch: perl
28743            ! XSUB.h
28744 ____________________________________________________________________________
28745 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
28746         Log: windows: avoid prompting under some shells during $(MAKE) distclean
28747      Branch: perl
28748            ! win32/Makefile win32/makefile.mk
28749 ____________________________________________________________________________
28750 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
28751         Log: PerlSIO_stderr et al are not functions
28752      Branch: perl
28753            ! XSUB.h
28754 ____________________________________________________________________________
28755 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
28756         Log: integrate change#18320 from maint-5.6 branch
28757
28758              C<require '\foo\bar.pm'> fails on windows if not running
28759              from the root directory; for a test case, see:
28760
28761              http://bugs.activestate.com/show_bug.cgi?id=19317
28762
28763              this was due to not recognizing \foo\bar.pm as an absolute
28764              path name
28765      Branch: perl
28766           !> util.h
28767 ____________________________________________________________________________
28768 [ 18319] By: hv                                    on 2002/12/17  10:08:24
28769         Log: Whoops, these are the changes supposed to be in #18318.
28770      Branch: perl
28771            ! pad.c t/op/eval.t
28772 ____________________________________________________________________________
28773 [ 18318] By: hv                                    on 2002/12/17  03:12:18
28774         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
28775              From: Nicholas Clark <nick@unfortu.net>
28776              Date: Sat, 14 Dec 2002 23:13:37 +0000
28777              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
28778      Branch: perl
28779            ! pad.c t/op/eval.t
28780 ____________________________________________________________________________
28781 [ 18317] By: hv                                    on 2002/12/17  02:58:12
28782         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
28783      Branch: perl
28784            + lib/Net/Ping/t/410_syn_host.t
28785            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
28786            ! lib/Net/Ping/t/450_service.t
28787 ____________________________________________________________________________
28788 [ 18316] By: hv                                    on 2002/12/17  02:17:16
28789         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
28790              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
28791              Date: Fri, 13 Dec 2002 13:54:05 -0800
28792              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
28793      Branch: perl
28794            ! os2/os2.c t/run/runenv.t
28795 ____________________________________________________________________________
28796 [ 18315] By: hv                                    on 2002/12/17  02:03:58
28797         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
28798              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
28799              Date: Fri, 13 Dec 2002 13:47:08 -0800
28800              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
28801      Branch: perl
28802            ! lib/constant.t lib/fields.t
28803 ____________________________________________________________________________
28804 [ 18314] By: hv                                    on 2002/12/17  01:58:32
28805         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
28806              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
28807              Date: Fri, 13 Dec 2002 14:00:48 -0800
28808              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
28809      Branch: perl
28810            ! os2/OS2/Process/t/os2_process.t os2/os2.c
28811 ____________________________________________________________________________
28812 [ 18313] By: hv                                    on 2002/12/17  01:54:19
28813         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
28814              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
28815              Date: Fri, 13 Dec 2002 14:08:00 -0800
28816              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
28817      Branch: perl
28818            ! os2/OS2/REXX/REXX.xs
28819 ____________________________________________________________________________
28820 [ 18312] By: hv                                    on 2002/12/17  01:43:28
28821         Log: Subject: [Fwd: Patch for perl utf8-related bug]
28822              From: Richard Hitt <rbh00@utsglobal.com>
28823              Date: Fri, 06 Dec 2002 16:47:42 -0800
28824              [perl #18932]
28825      Branch: perl
28826            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
28827            ! scope.h
28828 ____________________________________________________________________________
28829 [ 18311] By: hv                                    on 2002/12/17  00:52:05
28830         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
28831              From: Dave Mitchell <davem@fdgroup.com>
28832              Date: Sat, 14 Dec 2002 19:16:49 +0000
28833              Message-ID: <20021214191649.B3992@fdgroup.com>
28834      Branch: perl
28835            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
28836 ____________________________________________________________________________
28837 [ 18310] By: hv                                    on 2002/12/17  00:51:46
28838         Log: regen-headers to get new API docs from #18306
28839      Branch: perl
28840            ! pod/perlapi.pod
28841 ____________________________________________________________________________
28842 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
28843         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
28844              From: peter@PSDT.com (Peter Scott)
28845              Date: 12 Dec 2002 18:13:17 -0000
28846              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
28847              (fix bug [perl #19058])
28848      Branch: perl
28849            ! lib/perl5db.pl
28850 ____________________________________________________________________________
28851 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
28852         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
28853              From: Dave Mitchell <davem@fdgroup.com>
28854              Date: Thu, 12 Dec 2002 23:42:35 +0000
28855              Message-ID: <20021212234235.A29245@fdgroup.com>
28856              and
28857              Date: Sat, 14 Dec 2002 19:16:38 +0000
28858              Message-ID: <20021214191638.A3992@fdgroup.com>
28859      Branch: perl
28860            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
28861            ! proto.h t/op/eval.t
28862 ____________________________________________________________________________
28863 [ 18306] By: sky                                   on 2002/12/16  21:41:40
28864         Log: More documentation of obscure flags is good, even if the
28865              documentation might be not so good. Atleast it's not false!
28866              Documents the flags one can give to perl_clone
28867      Branch: perl
28868            ! sv.c
28869 ____________________________________________________________________________
28870 [ 18305] By: merijn                                on 2002/12/16  10:53:19
28871         Log: Enough changes to Configure and metaunits warrant an update.
28872              Several small changes and three additions
28873      Branch: perl
28874            ! Porting/Glossary
28875 ____________________________________________________________________________
28876 [ 18304] By: merijn                                on 2002/12/16  10:44:57
28877         Log: Redone #18011 from metaunits
28878      Branch: perl
28879            ! Configure
28880 ____________________________________________________________________________
28881 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
28882         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
28883              From: Dave Mitchell <davem@fdgroup.com>
28884              Date: Tue, 10 Dec 2002 01:26:44 +0000
28885              Message-ID: <20021210012644.A7843@fdgroup.com>
28886      Branch: perl
28887            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
28888            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
28889            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
28890 ____________________________________________________________________________
28891 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
28892         Log: Subject: [patch] typo in perlop
28893              From: andreas.koenig@anima.de (Andreas J. Koenig)
28894              Date: Wed, 11 Dec 2002 21:31:14 +0100
28895              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
28896      Branch: perl
28897            ! pod/perlop.pod
28898 ____________________________________________________________________________
28899 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
28900         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
28901      Branch: perl
28902           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
28903           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
28904           !> t/op/subst.t
28905 ____________________________________________________________________________
28906 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
28907         Log: Whitespace and indentation fix in the output of B::Debug.
28908      Branch: perl
28909            ! ext/B/B/Debug.pm
28910 ____________________________________________________________________________
28911 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
28912         Log: Update to Scalar-List-Utils 1.09
28913      Branch: perl
28914            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
28915            ! ext/List/Util/lib/List/Util.pm
28916 ____________________________________________________________________________
28917 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
28918         Log: this has been incorrect for a while now, and has changed
28919              again recently
28920      Branch: perl
28921            ! Porting/repository.pod
28922 ____________________________________________________________________________
28923 [ 18285] By: hv                                    on 2002/12/11  10:35:01
28924         Log: Subject: [PATCH] Re: Precedence of ? :
28925              From: Stephen McCamant <smcc@mit.edu>
28926              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
28927              Message-Id: <20021210055707.974F073CCC@syllepsis>
28928      Branch: perl
28929            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
28930            ! vms/perly_c.vms
28931 ____________________________________________________________________________
28932 [ 18284] By: hv                                    on 2002/12/11  10:21:12
28933         Log: One more email address for #18282
28934      Branch: perl
28935            ! lib/Pod/Perldoc.pm
28936 ____________________________________________________________________________
28937 [ 18283] By: hv                                    on 2002/12/11  10:18:07
28938         Log: More email addresses for #18282
28939      Branch: perl
28940            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
28941            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
28942            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
28943            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
28944            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
28945 ____________________________________________________________________________
28946 [ 18282] By: hv                                    on 2002/12/11  10:16:05
28947         Log: Subject: Remove stale e-mail addresses
28948              From: Andy Dougherty <doughera@lafayette.edu>
28949              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
28950              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
28951      Branch: perl
28952            ! Porting/pumpkin.pod configure.gnu
28953            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
28954            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
28955            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
28956 ____________________________________________________________________________
28957 [ 18281] By: hv                                    on 2002/12/11  09:59:31
28958         Log: Integrate from maint-5.8 #18156, #18218.
28959      Branch: perl
28960           !> lib/Unicode/UCD.t lib/unicore/Category.pl
28961           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
28962           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
28963           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
28964           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
28965           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
28966 ____________________________________________________________________________
28967 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
28968         Log: Integrate from the maint-5.8/ branch :
28969              changes 18219, 18236, 18242-3, 18247-8,
28970              18253-5, 18257, 18273-6
28971      Branch: perl
28972           +> t/op/lc_user.t
28973           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
28974           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
28975           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
28976           !> t/uni/tr_utf8.t
28977 ____________________________________________________________________________
28978 [ 18279] By: merijn                                on 2002/12/10  14:10:03
28979         Log: Subject: Re: ANSIColor 1.06 released
28980              Version bump only after typo fix to sync with CPAN
28981      Branch: perl
28982            ! lib/Term/ANSIColor.pm
28983 ____________________________________________________________________________
28984 [ 18277] By: merijn                                on 2002/12/10  08:46:05
28985         Log: Subject: [PATCH perl@18251] VMS build update
28986              Message-ID: <3DF56BE2.9000300@mac.com>
28987              Date: Mon, 09 Dec 2002 22:21:54 -0600
28988              From: "Craig A. Berry" <craigberry@mac.com>
28989      Branch: perl
28990            ! configure.com ext/Time/HiRes/Makefile.PL
28991            ! vms/descrip_mms.template
28992 ____________________________________________________________________________
28993 [ 18272] By: merijn                                on 2002/12/09  15:31:28
28994         Log: RT#15950
28995
28996              Subject: [PATCH] Typo in Term::ANSIColor
28997              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
28998              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
28999      Branch: perl
29000            ! lib/Term/ANSIColor.pm
29001 ____________________________________________________________________________
29002 [ 18270] By: hv                                    on 2002/12/09  00:25:26
29003         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
29004              From: Nicholas Clark (via RT) <perlbug@perl.org>
29005              Date: 7 Nov 2002 14:58:14 -0000
29006              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
29007      Branch: perl
29008            ! lib/ExtUtils/xsubpp
29009 ____________________________________________________________________________
29010 [ 18269] By: hv                                    on 2002/12/09  00:19:33
29011         Log: Subject: Re: Bug in Filter::Simple
29012              From: Slaven Rezic <slaven.rezic@berlin.de>
29013              Date: 07 Nov 2002 10:01:41 +0100
29014              Message-ID: <87of91u51m.fsf@vran.herceg.de>
29015      Branch: perl
29016            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
29017 ____________________________________________________________________________
29018 [ 18268] By: hv                                    on 2002/12/09  00:14:58
29019         Log: fix #18266 sprintf format mismatch
29020      Branch: perl
29021            ! regcomp.c
29022 ____________________________________________________________________________
29023 [ 18267] By: hv                                    on 2002/12/09  00:10:09
29024         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
29025              From: Slaven Rezic <slaven.rezic@berlin.de>
29026              Date: 09 Nov 2002 23:21:16 +0100
29027              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
29028      Branch: perl
29029            ! config_h.SH ext/POSIX/t/posix.t util.c
29030 ____________________________________________________________________________
29031 [ 18266] By: hv                                    on 2002/12/09  00:02:57
29032         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
29033              From: Abhijit Menon-Sen <ams@wiw.org>
29034              Date: Wed, 6 Nov 2002 19:38:11 +0530
29035              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
29036      Branch: perl
29037            ! regcomp.c t/op/lc.t
29038 ____________________________________________________________________________
29039 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
29040         Log: Subject: Re: [perl #18927] barewords with no errors
29041              From: Abe Timmerman <abe@ztreet.demon.nl>
29042              Date: Sun, 8 Dec 2002 17:12:56 +0100
29043              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
29044      Branch: perl
29045            ! t/lib/strict/subs
29046 ____________________________________________________________________________
29047 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
29048         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
29049              From: Slaven Rezic <slaven.rezic@berlin.de>
29050              Date: 30 Nov 2002 00:07:05 +0100
29051              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
29052      Branch: perl
29053            ! pp_ctl.c t/cmd/for.t
29054 ____________________________________________________________________________
29055 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
29056         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
29057              From: Slaven Rezic <slaven.rezic@berlin.de>
29058              Date: 08 Dec 2002 01:31:45 +0100
29059              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
29060      Branch: perl
29061            ! lib/Exporter/Heavy.pm
29062 ____________________________________________________________________________
29063 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
29064         Log: getservbyport() should accept an empty string as its
29065              proto argument (as does getservbyname()).
29066
29067              Subject: Re: Is this a bug or am I being stupid?
29068              From: Slaven Rezic <slaven.rezic@berlin.de>
29069              Date: 08 Dec 2002 01:54:37 +0100
29070              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
29071      Branch: perl
29072            ! pp_sys.c
29073 ____________________________________________________________________________
29074 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
29075         Log: Change the set of characters that are considered to be
29076              safe in $ENV{TERM} for taint checkings.
29077      Branch: perl
29078            ! taint.c
29079 ____________________________________________________________________________
29080 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
29081         Log: Document that $ENV{TERM} may produce taint failures.
29082              Subject: Re: [perl #18717] spurious failures in regression test
29083              From: Slaven Rezic <slaven.rezic@berlin.de>
29084              Date: 29 Nov 2002 22:11:46 +0100
29085              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
29086      Branch: perl
29087            ! pod/perldiag.pod
29088 ____________________________________________________________________________
29089 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
29090         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
29091              From: Nicholas Clark <nick@unfortu.net>
29092              Date: Mon, 2 Dec 2002 21:48:29 +0000
29093              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
29094      Branch: perl
29095            ! hv.c lib/Hash/Util.t
29096 ____________________________________________________________________________
29097 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
29098         Log: Fix two cases of buffer overflow in the lexer.
29099      Branch: perl
29100            ! t/comp/parser.t toke.c
29101 ____________________________________________________________________________
29102 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
29103         Log: Fix bug #18874, essentially by reverting change #11890.
29104              Add a regression test for it.
29105      Branch: perl
29106            ! lib/English.pm lib/English.t
29107 ____________________________________________________________________________
29108 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
29109         Log: Suppress a compilation warning reported by Jarkko
29110              (variable initialization skipped by goto).
29111      Branch: perl
29112            ! toke.c
29113 ____________________________________________________________________________
29114 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
29115         Log: Fix up #18229.
29116      Branch: perl
29117            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
29118            ! pod/perlintern.pod
29119 ____________________________________________________________________________
29120 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
29121         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
29122              by any character may corrupt memory due to reading past the
29123              end of the input buffer. Add a new error message corresponding
29124              to this case.
29125      Branch: perl
29126            ! pod/perldiag.pod t/comp/parser.t toke.c
29127 ____________________________________________________________________________
29128 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
29129         Log: Skip test #17 of lib/open.t when useperlio is not defined.
29130      Branch: perl
29131            ! lib/open.t
29132 ____________________________________________________________________________
29133 [ 18231] By: merijn                                on 2002/12/02  16:00:12
29134         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
29135              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
29136              From: Andy Dougherty <doughera@lafayette.edu>
29137              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
29138      Branch: perl
29139            ! README.hpux
29140 ____________________________________________________________________________
29141 [ 18230] By: merijn                                on 2002/12/02  15:45:31
29142         Log: $0 modifying part II (HP-UX only)
29143
29144              Date: Sat, 30 Nov 2002 20:16:51 +0200
29145              From: Jarkko Hietaniemi <jhi@iki.fi>
29146              Subject: [PATCH] $0 modifying
29147              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
29148      Branch: perl
29149            ! mg.c
29150 ____________________________________________________________________________
29151 [ 18229] By: merijn                                on 2002/12/02  15:43:16
29152         Log: $0 mofifying part I
29153
29154              Date: Sat, 30 Nov 2002 20:16:51 +0200
29155              From: Jarkko Hietaniemi <jhi@iki.fi>
29156              Subject: [PATCH] $0 modifying
29157              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
29158      Branch: perl
29159            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
29160            ! sv.c t/op/magic.t thread.h
29161 ____________________________________________________________________________
29162 [ 18228] By: hv                                    on 2002/12/02  13:37:59
29163         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
29164              with a module-driven version, and separates out its docs.
29165      Branch: perl
29166            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
29167            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
29168            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
29169            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
29170            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
29171            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
29172            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
29173            + pod/perldoc.pod
29174            ! MANIFEST utils/perldoc.PL
29175 ____________________________________________________________________________
29176 [ 18226] By: hv                                    on 2002/12/02  12:44:35
29177         Log: missed the new file from #18224
29178      Branch: perl
29179            + lib/Pod/PlainText.pm
29180            ! MANIFEST
29181 ____________________________________________________________________________
29182 [ 18225] By: hv                                    on 2002/12/02  03:09:42
29183         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
29184      Branch: perl
29185            ! util.c
29186 ____________________________________________________________________________
29187 [ 18224] By: hv                                    on 2002/12/02  02:59:02
29188         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
29189              and lib/Pod/t/utils.t to cater for simpler output text.
29190      Branch: perl
29191            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
29192            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
29193            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
29194            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
29195            ! t/pod/multiline_items.t t/pod/multiline_items.xr
29196            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
29197            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
29198            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
29199            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
29200 ____________________________________________________________________________
29201 [ 18223] By: hv                                    on 2002/12/02  02:46:17
29202         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
29203              From: Dave Mitchell <davem@fdgroup.com>
29204              Date: Mon, 25 Nov 2002 21:25:33 +0000
29205              Message-ID: <20021125212533.B29157@fdgroup.com>
29206      Branch: perl
29207            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
29208 ____________________________________________________________________________
29209 [ 18222] By: hv                                    on 2002/12/02  02:23:28
29210         Log: #18221 broke t/op/eval.t
29211      Branch: perl
29212            ! t/op/eval.t
29213 ____________________________________________________________________________
29214 [ 18221] By: hv                                    on 2002/12/02  02:18:19
29215         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
29216      Branch: perl
29217           +> ext/POSIX/t/is.t
29218           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
29219           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
29220           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
29221           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
29222 ____________________________________________________________________________
29223 [ 18220] By: hv                                    on 2002/12/02  00:58:54
29224         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
29225              From: Dave Mitchell <davem@fdgroup.com>
29226              Date: Sun, 24 Nov 2002 22:19:06 +0000
29227              Message-ID: <20021124221906.A25386@fdgroup.com>
29228      Branch: perl
29229            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
29230            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
29231            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
29232            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
29233 ____________________________________________________________________________
29234 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
29235         Log: Document the hint constants and where they're used.
29236      Branch: perl
29237            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
29238            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
29239            ! perl.h
29240 ____________________________________________________________________________
29241 [ 18216] By: merijn                                on 2002/11/29  10:00:54
29242         Log: 64bit Peek failure on HP-UX 11.00
29243
29244              Subject: Re: Smoke 18188
29245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29246              From: Slaven Rezic <slaven.rezic@berlin.de>
29247              Date: 28 Nov 2002 19:25:25 +0100
29248              Message-ID: <877kexsga2.fsf@vran.herceg.de>
29249      Branch: perl
29250            ! ext/Devel/Peek/Peek.t
29251 ____________________________________________________________________________
29252 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
29253         Log: Slight beauty tweak.
29254      Branch: perl
29255            ! intrpvar.h
29256 ____________________________________________________________________________
29257 [ 18188] By: hv                                    on 2002/11/27  01:32:52
29258         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
29259              From: Slaven Rezic <slaven.rezic@berlin.de>
29260              Date: 03 Nov 2002 10:59:43 +0100
29261              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
29262      Branch: perl
29263            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
29264 ____________________________________________________________________________
29265 [ 18186] By: hv                                    on 2002/11/27  00:57:18
29266         Log: Subject: DESTROY called in scalar context ?
29267              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29268              Date: Tue, 29 Oct 2002 22:04:23 +0100
29269              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
29270      Branch: perl
29271            ! sv.c
29272 ____________________________________________________________________________
29273 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
29274         Log: PerlFAQ sync.
29275      Branch: perl
29276            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
29277            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
29278            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
29279            ! pod/perlfaq9.pod
29280 ____________________________________________________________________________
29281 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
29282         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
29283              From: andreas.koenig@anima.de (Andreas J. Koenig)
29284              Date: Mon, 25 Nov 2002 10:21:08 +0100
29285              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
29286
29287              Plus a few similar POD fixes
29288      Branch: perl
29289            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
29290            ! pod/perltie.pod
29291 ____________________________________________________________________________
29292 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
29293         Log: Subject: Re: [perl #18626] bug in perlipc man page
29294              From: Slaven Rezic <slaven.rezic@berlin.de>
29295              Date: 23 Nov 2002 21:23:20 +0100
29296              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
29297      Branch: perl
29298            ! pod/perlipc.pod
29299 ____________________________________________________________________________
29300 [ 18182] By: merijn                                on 2002/11/26  08:44:39
29301         Log: Subject: #17171: ld flag for shrplib on OpenBSD
29302              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
29303              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
29304      Branch: perl
29305            ! Configure
29306 ____________________________________________________________________________
29307 [ 18180] By: hv                                    on 2002/11/25  03:10:03
29308         Log: integrate #18144 updates to pod/perlport.pod
29309      Branch: perl
29310            ! pod/perlport.pod
29311 ____________________________________________________________________________
29312 [ 18179] By: hv                                    on 2002/11/25  03:06:44
29313         Log: Subject: [PATCH] UTF8 regexp {n} bug
29314              From: Inaba Hiroto <inaba@st.rim.or.jp>
29315              Date: Sat, 16 Nov 2002 19:23:00 +0900
29316              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
29317      Branch: perl
29318            ! regcomp.c t/op/pat.t
29319 ____________________________________________________________________________
29320 [ 18178] By: hv                                    on 2002/11/25  02:43:40
29321         Log: Subject: Re: Storable bug #1698
29322              From: Slaven Rezic <slaven.rezic@berlin.de>
29323              Date: 18 Nov 2002 10:41:36 +0100
29324              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
29325      Branch: perl
29326            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
29327            ! ext/Storable/t/forgive.t
29328 ____________________________________________________________________________
29329 [ 18177] By: hv                                    on 2002/11/25  02:37:07
29330         Log: add support for STASH and MAGIC information for REFs to sv_dump().
29331              Subject: [PATCH]
29332              From: Slaven Rezic <slaven.rezic@berlin.de>
29333              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
29334              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
29335      Branch: perl
29336            ! dump.c ext/Devel/Peek/Peek.t
29337 ____________________________________________________________________________
29338 [ 18176] By: hv                                    on 2002/11/25  02:31:10
29339         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
29340              From: Slaven Rezic <slaven.rezic@berlin.de>
29341              Date: 18 Nov 2002 22:50:04 +0100
29342              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
29343      Branch: perl
29344            ! pp_ctl.c
29345 ____________________________________________________________________________
29346 [ 18175] By: hv                                    on 2002/11/25  02:20:48
29347         Log: Subject: [Encode] 1.83 + bleedperl patch released
29348              From: Dan Kogai <dankogai@dan.co.jp>
29349              Date: Tue, 19 Nov 2002 03:18:44 +0900
29350              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
29351      Branch: perl
29352            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
29353            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
29354            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
29355            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
29356 ____________________________________________________________________________
29357 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
29358         Log: Subject: [PATCH] Historic version labels
29359              From: andreas.koenig@anima.de (Andreas J. Koenig)
29360              Date: Fri, 22 Nov 2002 14:39:41 +0100
29361              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
29362      Branch: perl
29363            ! Changes5.005 Changes5.6
29364 ____________________________________________________________________________
29365 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
29366         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
29367              Fix the existing tests that didn't checked the difference
29368              between 0 and undef.
29369      Branch: perl
29370            ! t/op/magic.t
29371 ____________________________________________________________________________
29372 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
29373         Log: Move some tests from t/run/fresh_perl.t
29374              to the new t/comp/parser.t. The goal being to
29375              get rid of fresh_perl.t at some point.
29376      Branch: perl
29377            ! t/comp/parser.t t/run/fresh_perl.t
29378 ____________________________________________________________________________
29379 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
29380         Log: Add a test for bug #17920, and a new test file for it.
29381      Branch: perl
29382            + t/comp/parser.t
29383            ! MANIFEST
29384 ____________________________________________________________________________
29385 [ 18168] By: merijn                                on 2002/11/21  13:59:12
29386         Log: Subject: [PATCH] hires sleeping wants libs
29387              Date: Wed, 20 Nov 2002 17:18:31 +0200
29388              From: Jarkko Hietaniemi <jhi@iki.fi>
29389              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
29390      Branch: perl
29391            ! Configure hints/irix_6.sh
29392 ____________________________________________________________________________
29393 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
29394         Log: Fix perl bug #17920 : a case of parser coredump.
29395              The fix is to disable Perl_block_start and Perl_block_end
29396              when the yacc parser has encountered errors. This prevents
29397              corruption of the internal stack, at the expense of correctness,
29398              but this doesn't matter as the code is unparseable anyway.
29399      Branch: perl
29400            ! op.c
29401 ____________________________________________________________________________
29402 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
29403         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
29404              From: Jarkko Hietaniemi <jhi@iki.fi>
29405              Date: Sun, 3 Nov 2002 17:50:08 +0200
29406              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
29407      Branch: perl
29408            ! lib/open.pm locale.c pod/perl58delta.pod
29409 ____________________________________________________________________________
29410 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
29411         Log: t/io/crlf.t failed with miniperl.
29412      Branch: perl
29413            ! t/io/crlf.t
29414 ____________________________________________________________________________
29415 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
29416         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
29417              From: Peter Scott <Peter@PSDT.com>
29418              Date: Thu, 07 Nov 2002 19:04:27 -0800
29419              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
29420
29421              With a tweak to the END cleanup block to fully remove the
29422              temporary test directory
29423      Branch: perl
29424            ! lib/AutoLoader.t
29425 ____________________________________________________________________________
29426 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
29427         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
29428              From: Dave Mitchell <davem@fdgroup.com>
29429              Date: Thu, 14 Nov 2002 22:55:39 +0000
29430              Message-ID: <20021114225539.A18614@fdgroup.com>
29431      Branch: perl
29432            ! ext/threads/threads.xs
29433 ____________________________________________________________________________
29434 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
29435         Log: Subject: [PATCH Win32] Document wperl.exe
29436              From: "Brent Dax" <brentdax@cpan.org>
29437              Date: Fri, 15 Nov 2002 23:02:01 -0800
29438              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
29439      Branch: perl
29440            ! README.win32
29441 ____________________________________________________________________________
29442 [ 18160] By: hv                                    on 2002/11/19  12:07:25
29443         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
29444              From: Nicholas Clark <nick@unfortu.net>
29445              Date: Tue, 29 Oct 2002 23:00:05 +0000
29446              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
29447      Branch: perl
29448            + regen.pl regen_headers.pl
29449            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
29450            ! keywords.pl opcode.pl regcomp.pl
29451 ____________________________________________________________________________
29452 [ 18159] By: hv                                    on 2002/11/19  11:48:30
29453         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
29454              From: Gurusamy Sarathy <gsar@ActiveState.com>
29455              Date: Wed, 30 Oct 2002 20:58:15 -0800
29456              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
29457              Date: Wed, 30 Oct 2002 21:56:22 -0800
29458              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
29459              Date: Wed, 30 Oct 2002 22:55:30 -0800
29460              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
29461      Branch: perl
29462            ! gv.c pp_hot.c t/op/method.t
29463 ____________________________________________________________________________
29464 [ 18158] By: hv                                    on 2002/11/19  11:35:16
29465         Log: Remove duplicate my() declaration giving warnings from change #18105.
29466      Branch: perl
29467            ! lib/Class/Struct.t
29468 ____________________________________________________________________________
29469 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
29470         Log: Correction to change #18152, by Dave Mitchell.
29471      Branch: perl
29472            ! pod/perlhack.pod
29473 ____________________________________________________________________________
29474 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
29475         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
29476              From: Dave Mitchell <davem@fdgroup.com>
29477              Date: Sat, 16 Nov 2002 22:18:23 +0000
29478              Message-ID: <20021116221823.A23614@fdgroup.com>
29479              Documentation for change #18150.
29480      Branch: perl
29481            ! pod/perlhack.pod
29482 ____________________________________________________________________________
29483 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
29484         Log: Document PRIVSHIFT.
29485              Subject: [PATCH] two small doc patches
29486              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29487              Date: Thu, 14 Nov 2002 15:07:35 -0800
29488              Message-ID: <3yC19gzkguTO092yn@efn.org>
29489      Branch: perl
29490            ! sv.h
29491 ____________________________________________________________________________
29492 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
29493         Log: Subject: [PATCH] optional code for debugging leaking scalars
29494              From: Dave Mitchell <davem@fdgroup.com>
29495              Date: Thu, 14 Nov 2002 23:03:00 +0000
29496              Message-ID: <20021114230300.B18614@fdgroup.com>
29497      Branch: perl
29498            ! perl.c sv.c
29499 ____________________________________________________________________________
29500 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
29501         Log: New B::Lint option, bare-subs, that checks for implicitely
29502              quoted barewords that are also subroutines, from
29503              Ian Phillipps <ip@tarragon-et.co.uk>.
29504              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
29505              With a few tweaks to the implementation and tests.
29506              (previous change was empty)
29507      Branch: perl
29508            ! ext/B/B/Lint.pm ext/B/t/lint.t
29509 ____________________________________________________________________________
29510 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
29511         Log: New B::Lint option, bare-subs, that checks for implicitely
29512              quoted barewords that are also subroutines, from
29513              Ian Phillipps <ip@tarragon-et.co.uk>.
29514              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
29515              With a few tweaks to the implementation and tests.
29516      Branch: perl
29517            ! ext/B/B/Lint.pm ext/B/t/lint.t
29518 ____________________________________________________________________________
29519 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
29520         Log: Subject: [PATCH] Typo in perl58delta
29521              From: andreas.koenig@anima.de (Andreas J. Koenig)
29522              Date: Sat, 16 Nov 2002 16:29:14 +0100
29523              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
29524      Branch: perl
29525            ! pod/perl58delta.pod
29526 ____________________________________________________________________________
29527 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
29528         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
29529              From: Dave Mitchell <davem@fdgroup.com>
29530              Date: Thu, 7 Nov 2002 16:38:02 +0000
29531              Message-ID: <20021107163802.C25337@fdgroup.com>
29532      Branch: perl
29533            ! pad.h
29534 ____________________________________________________________________________
29535 [ 18141] By: merijn                                on 2002/11/12  16:15:30
29536         Log: repair 18139 (missing awk command)
29537      Branch: perl
29538            ! Configure
29539 ____________________________________________________________________________
29540 [ 18139] By: merijn                                on 2002/11/12  14:20:36
29541         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
29542              From: Jarkko Hietaniemi <jhi@iki.fi>
29543              Subject: [PATCH] Tru64 osvers
29544              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
29545      Branch: perl
29546            ! Configure
29547 ____________________________________________________________________________
29548 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
29549         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
29550              From: Slaven Rezic <slaven.rezic@berlin.de>
29551              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
29552              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
29553      Branch: perl
29554            ! lib/Term/ReadLine.pm
29555 ____________________________________________________________________________
29556 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
29557         Log: Subject: t/run/runenv.t bug
29558              From: Salvador "Fandiño" <sfandino@yahoo.com>
29559              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
29560              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
29561      Branch: perl
29562            ! t/run/runenv.t
29563 ____________________________________________________________________________
29564 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
29565         Log: Subject: [PATCH] perlopentut and PerlIO documentation
29566              From: Slaven Rezic <slaven.rezic@berlin.de>
29567              Date: 08 Nov 2002 22:22:19 +0100
29568              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
29569      Branch: perl
29570            ! lib/PerlIO.pm pod/perlopentut.pod
29571 ____________________________________________________________________________
29572 [ 18125] By: hv                                    on 2002/11/07  14:01:57
29573         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
29574              From: Dan Kogai <dankogai@dan.co.jp>
29575              Date: Fri, 25 Oct 2002 13:04:00 +0900
29576              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
29577      Branch: perl
29578            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
29579            + t/uni/tr_utf8.t
29580            ! MANIFEST
29581 ____________________________________________________________________________
29582 [ 18124] By: hv                                    on 2002/11/07  13:51:39
29583         Log: Subject: [PATCH] File::Temp documentation fix
29584              From: Slaven Rezic <slaven.rezic@berlin.de>
29585              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
29586              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
29587      Branch: perl
29588            ! lib/File/Temp.pm
29589 ____________________________________________________________________________
29590 [ 18123] By: hv                                    on 2002/11/07  13:46:59
29591         Log: Subject: PATCH x2p/find2perl.PL
29592              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
29593              Date: Thu, 24 Oct 2002 10:05:19 +0200
29594              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
29595      Branch: perl
29596            ! x2p/find2perl.PL
29597 ____________________________________________________________________________
29598 [ 18122] By: hv                                    on 2002/11/07  13:40:25
29599         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
29600              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
29601              Date: 23 Oct 2002 18:42:51 -0000
29602              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
29603      Branch: perl
29604            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
29605 ____________________________________________________________________________
29606 [ 18121] By: hv                                    on 2002/11/07  13:21:15
29607         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
29608              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29609              Date: Sun, 03 Nov 2002 15:48:18 -0800
29610              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
29611      Branch: perl
29612            ! sv.c t/op/tie.t
29613 ____________________________________________________________________________
29614 [ 18120] By: hv                                    on 2002/11/07  13:14:21
29615         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
29616              From: Gurusamy Sarathy <gsar@ActiveState.com>
29617              Date: Sat, 19 Oct 2002 12:11:43 -0700
29618              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
29619      Branch: perl
29620            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
29621 ____________________________________________________________________________
29622 [ 18119] By: hv                                    on 2002/11/07  12:13:28
29623         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
29624              From: Mark Pease (via RT) <perlbug@perl.org>
29625              Date: 29 Oct 2002 20:23:54 -0000
29626              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
29627      Branch: perl
29628            ! regcomp.c
29629 ____________________________________________________________________________
29630 [ 18118] By: hv                                    on 2002/11/07  11:33:38
29631         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
29632              From: hv@crypt.org
29633              Date: Sun, 03 Nov 2002 16:41:24 +0000
29634              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
29635      Branch: perl
29636            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
29637            ! t/op/sub_lval.t
29638 ____________________________________________________________________________
29639 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
29640         Log: "make distclean" should remove the generated file lib/Config.pod.
29641      Branch: perl
29642            ! Makefile.SH
29643 ____________________________________________________________________________
29644 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
29645         Log: The new test introduced in #18114 failed with threads
29646      Branch: perl
29647            ! ext/B/t/concise.t
29648 ____________________________________________________________________________
29649 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
29650         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
29651              From: Slaven Rezic <slaven.rezic@berlin.de>
29652              Date: 24 Oct 2002 00:44:35 +0200
29653              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
29654      Branch: perl
29655            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
29656            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
29657 ____________________________________________________________________________
29658 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
29659         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
29660              From: Stephen McCamant <smcc@mit.edu>
29661              Date: Thu, 31 Oct 2002 01:35:29 -0500
29662              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
29663
29664              plus a test case in ext/B/t/concise.t
29665              plus a (less intrusive, but less future-proof) fix for a
29666              similar problem in B::walkoptree_exec().
29667      Branch: perl
29668            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
29669 ____________________________________________________________________________
29670 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
29671         Log: make regen_headers.
29672              Backport change #18078 to warnings.pl.
29673      Branch: perl
29674            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
29675 ____________________________________________________________________________
29676 [ 18109] By: ams                                   on 2002/11/05  13:03:34
29677         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
29678              From: hv@crypt.org
29679              Date: Tue, 05 Nov 2002 13:30:00 +0000
29680              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
29681
29682              This is half of the fix for #18107. The swash_init() problems
29683              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
29684              but can now be seen only with UTF-8 test cases.
29685      Branch: perl
29686            ! pp.c
29687 ____________________________________________________________________________
29688 [ 18108] By: merijn                                on 2002/11/05  07:52:08
29689         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
29690
29691              Subject: Re: [perl #18066] Bug in -I when path has double colons?
29692              From: Slaven Rezic <slaven.rezic@berlin.de>
29693              Date: 03 Nov 2002 10:25:10 +0100
29694              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
29695      Branch: perl
29696            ! embed.pl
29697 ____________________________________________________________________________
29698 [ 18107] By: ams                                   on 2002/11/05  03:43:46
29699         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
29700              character is UTF-8. (Copied from pp_lcfirst.)
29701              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
29702      Branch: perl
29703            ! dump.c pp.c
29704 ____________________________________________________________________________
29705 [ 18106] By: hv                                    on 2002/11/05  01:43:27
29706         Log: new test based on:
29707              Subject: [TEST] for [PATCH] bug in utf8.c(?)
29708              From: Marty Pauley <marty+p5p@kasei.com>
29709              Date: Fri, 18 Oct 2002 21:02:38 +0100
29710              Message-ID: <20021018200238.GY3764@soto.kasei.com>
29711      Branch: perl
29712            ! lib/utf8.t
29713 ____________________________________________________________________________
29714 [ 18105] By: hv                                    on 2002/11/05  00:59:30
29715         Log: Subject: Re: Class::Struct, simple patch, tests
29716              From: Marty Pauley <marty+p5p@kasei.com>
29717              Date: Fri, 18 Oct 2002 22:26:38 +0100
29718              Message-ID: <20021018212638.GB3764@soto.kasei.com>
29719      Branch: perl
29720            ! lib/Class/Struct.pm lib/Class/Struct.t
29721 ____________________________________________________________________________
29722 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
29723         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
29724              From: Slaven Rezic <slaven.rezic@berlin.de>
29725              Date: 30 Oct 2002 11:18:47 +0100
29726              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
29727
29728              With the corresponding change to embed.fnc
29729      Branch: perl
29730            + t/run/switchI.t
29731            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
29732            ! proto.h t/run/runenv.t
29733 ____________________________________________________________________________
29734 [ 18094] By: merijn                                on 2002/11/04  16:08:22
29735         Log: Changed the warning detection pattern because of:
29736
29737              Subject: ccache gcc3.2 doesn't work
29738              From: Nicholas Clark <nick@ccl4.org>
29739              Date: Tue, 29 Oct 2002 15:01:39
29740              Message-ID: <20021029150139.J82080@plum.flirble.org>
29741      Branch: perl
29742            ! Configure
29743 ____________________________________________________________________________
29744 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
29745         Log: s/Perlf/Perl/ (thanks rgs)
29746      Branch: perl
29747            ! pod/perldiag.pod
29748 ____________________________________________________________________________
29749 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
29750         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
29751      Branch: perl
29752            ! pod/perldiag.pod
29753 ____________________________________________________________________________
29754 [ 18090] By: hv                                    on 2002/11/04  15:49:29
29755         Log: extend #13786 to cover the other four identical chunks of code
29756              to avoid looping under overload.
29757      Branch: perl
29758            ! sv.c
29759 ____________________________________________________________________________
29760 [ 18088] By: merijn                                on 2002/11/04  15:37:06
29761         Log: Charnames take 4
29762              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
29763      Branch: perl
29764            ! lib/charnames.pm lib/charnames.t
29765 ____________________________________________________________________________
29766 [ 18086] By: hv                                    on 2002/11/04  15:16:34
29767         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
29768      Branch: perl
29769           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
29770           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
29771 ____________________________________________________________________________
29772 [ 18085] By: hv                                    on 2002/11/04  12:17:12
29773         Log: Subject: Re: [perl #17064] illegal legal unicode character
29774              From: hv@crypt.org
29775              Date: Mon, 04 Nov 2002 13:23:49 +0000
29776              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
29777      Branch: perl
29778            ! regexec.c t/op/split.t
29779 ____________________________________________________________________________
29780 [ 18084] By: merijn                                on 2002/11/04  11:04:45
29781         Log: Tru64, gcc -O3, datasize
29782              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
29783      Branch: perl
29784            ! README.tru64 hints/dec_osf.sh
29785 ____________________________________________________________________________
29786 [ 18083] By: merijn                                on 2002/11/04  10:58:52
29787         Log: Typo configpm
29788              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29789      Branch: perl
29790            ! configpm
29791 ____________________________________________________________________________
29792 [ 18078] By: hv                                    on 2002/11/03  13:20:50
29793         Log: avoid reliance on croak() prototype
29794      Branch: perl
29795            ! lib/warnings.pm
29796 ____________________________________________________________________________
29797 [ 18077] By: hv                                    on 2002/11/03  13:18:17
29798         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
29799              (with tweaks)
29800              From: Michael G Schwern <schwern@pobox.com>
29801              Date: Wed, 4 Sep 2002 12:06:08 -0700
29802              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
29803      Branch: perl
29804            ! configpm lib/Config.t
29805 ____________________________________________________________________________
29806 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
29807         Log: Update to Scalar-List-Utils 1.08
29808      Branch: perl
29809            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
29810            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
29811            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
29812            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
29813            ! ext/List/Util/t/reduce.t
29814 ____________________________________________________________________________
29815 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
29816         Log: Adjust the number of tests in t/op/range.t
29817      Branch: perl
29818            ! t/op/range.t
29819 ____________________________________________________________________________
29820 [ 18074] By: ams                                   on 2002/10/30  22:30:32
29821         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
29822              but "-4\n".."-0\n" is!
29823              From: Slaven Rezic <slaven.rezic@berlin.de>
29824              Date: 30 Oct 2002 16:22:36 +0100
29825              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
29826
29827              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
29828              is not DWIM but "-4\n".."-0\n" is!
29829              From: "Orton, Yves" <yves.orton@mciworldcom.de>
29830              Date: Wed, 30 Oct 2002 11:59:31 -0000
29831              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
29832
29833              (Applied over previous fix.)
29834      Branch: perl
29835            ! pp_ctl.c t/op/range.t
29836 ____________________________________________________________________________
29837 [ 18073] By: ams                                   on 2002/10/30  19:47:12
29838         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
29839              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
29840              Date: 30 Oct 2002 17:27:53 -0000
29841              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
29842
29843              (Fixed by making an exception for .."0" in pp_flop.)
29844      Branch: perl
29845            ! pp_ctl.c t/op/range.t
29846 ____________________________________________________________________________
29847 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
29848         Log: Partial fix of bug [perl #17589] : prevent the parser to
29849              segfault when encountering the erroneous construct "sub;".
29850      Branch: perl
29851            ! pod/perldiag.pod t/op/anonsub.t toke.c
29852 ____________________________________________________________________________
29853 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
29854         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
29855              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29856              Date: Mon, 28 Oct 2002 12:53:52 -0000
29857              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
29858      Branch: perl
29859            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
29860 ____________________________________________________________________________
29861 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
29862         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
29863              From: Nicholas Clark <nick@unfortu.net>
29864              Date: Sun, 27 Oct 2002 18:39:03 +0000
29865              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
29866      Branch: perl
29867            ! util.c
29868 ____________________________________________________________________________
29869 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
29870         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
29871              From: Nicholas Clark <nick@unfortu.net>
29872              Date: Sun, 27 Oct 2002 22:31:08 +0000
29873              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
29874      Branch: perl
29875            ! t/op/pack.t
29876 ____________________________________________________________________________
29877 [ 18068] By: merijn                                on 2002/10/27  17:57:15
29878         Log: Repair broken previous patch. I don't like it, but not repairing it
29879              breaks each and every build. Will teach me to test on the same
29880              machine where I patched it. Sorry.
29881      Branch: perl
29882            ! embed.pl
29883 ____________________________________________________________________________
29884 [ 18067] By: merijn                                on 2002/10/27  06:02:21
29885         Log: embed.pl doc. (embed.pl reorganization for doc headers)
29886              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
29887              With some additional modifications
29888      Branch: perl
29889            ! embed.pl
29890 ____________________________________________________________________________
29891 [ 18064] By: merijn                                on 2002/10/25  11:47:07
29892         Log: The 5005thread todo list; 2 down 25 to go
29893      Branch: perl
29894            ! README.irix README.tru64
29895 ____________________________________________________________________________
29896 [ 18063] By: hv                                    on 2002/10/25  00:28:48
29897         Log: change #18038 gives too many problems on t/450_service.t; disable
29898              it for now
29899      Branch: perl
29900            ! lib/Net/Ping/t/450_service.t
29901 ____________________________________________________________________________
29902 [ 18062] By: hv                                    on 2002/10/25  00:21:17
29903         Log: Subject: [PATCH] DB_File 1.806
29904              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29905              Date: Tue, 22 Oct 2002 11:16:21 +0100
29906              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
29907      Branch: perl
29908            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29909            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
29910            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
29911 ____________________________________________________________________________
29912 [ 18061] By: hv                                    on 2002/10/25  00:13:07
29913         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
29914              From: chromatic <chromatic@wgz.org>
29915              Date: Mon, 21 Oct 2002 20:27:43 -0700
29916              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
29917      Branch: perl
29918            + ext/IO/lib/IO/t/IO.t
29919            ! MANIFEST lib/Net/Ping/t/450_service.t
29920 ____________________________________________________________________________
29921 [ 18060] By: hv                                    on 2002/10/24  23:54:50
29922         Log: 2 lines of change #18039 had several problems
29923      Branch: perl
29924            ! ext/IO/IO.pm
29925 ____________________________________________________________________________
29926 [ 18059] By: hv                                    on 2002/10/24  23:46:29
29927         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
29928              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
29929              Date: 21 Oct 2002 10:18:50 -0000
29930              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
29931      Branch: perl
29932            ! utils/perldoc.PL
29933 ____________________________________________________________________________
29934 [ 18058] By: hv                                    on 2002/10/24  23:36:48
29935         Log: Subject: The Inaba patch for tr/// vs. use encoding
29936              From: Dan Kogai <dankogai@dan.co.jp>
29937              Date: Mon, 21 Oct 2002 17:36:02 +0900
29938              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
29939      Branch: perl
29940            ! mg.c regcomp.c sv.c toke.c
29941 ____________________________________________________________________________
29942 [ 18057] By: hv                                    on 2002/10/24  23:16:15
29943         Log: Subject: [Encode] 1.80 released
29944              From: Dan Kogai <dankogai@dan.co.jp>
29945              Date: Tue, 22 Oct 2002 05:47:16 +0900
29946              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
29947      Branch: perl
29948            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
29949            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
29950            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29951            ! ext/Encode/lib/Encode/MIME/Header.pm
29952            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
29953            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
29954            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
29955            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
29956 ____________________________________________________________________________
29957 [ 18056] By: hv                                    on 2002/10/24  22:48:06
29958         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
29959              From: Autrijus Tang <autrijus@autrijus.org>
29960              Date: Sat, 19 Oct 2002 17:51:57 +0800
29961              Message-ID: <20021019095157.GA430@not.autrijus.org>
29962      Branch: perl
29963            ! ext/B/B/C.pm
29964 ____________________________________________________________________________
29965 [ 18055] By: hv                                    on 2002/10/24  22:34:10
29966         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
29967      Branch: perl
29968            ! pp_sys.c t/run/fresh_perl.t
29969 ____________________________________________________________________________
29970 [ 18054] By: hv                                    on 2002/10/24  22:17:40
29971         Log: change #18030 needs the removal of ext/Thread/thr5005.t
29972      Branch: perl
29973            - ext/Thread/thr5005.t
29974 ____________________________________________________________________________
29975 [ 18053] By: merijn                                on 2002/10/24  08:20:09
29976         Log: charnames pragma extended with :alias for customized
29977              unicode naming aliases
29978              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
29979      Branch: perl
29980            ! lib/charnames.pm lib/charnames.t
29981 ____________________________________________________________________________
29982 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
29983         Log: Further tweaks to perlmodlib.pod.
29984              Add a note about perllocal.pod, which wasn't documented.
29985      Branch: perl
29986            ! pod/perlmodlib.PL pod/perlmodlib.pod
29987 ____________________________________________________________________________
29988 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
29989         Log: Further tweaks to perluniintro.pod
29990      Branch: perl
29991            ! pod/perluniintro.pod
29992 ____________________________________________________________________________
29993 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
29994         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
29995              Regenerate perlmodlib.pod
29996      Branch: perl
29997            ! pod/perlmodlib.PL pod/perlmodlib.pod
29998 ____________________________________________________________________________
29999 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
30000         Log: Subject: [PATCH] perluniintro
30001              From: Jarkko Hietaniemi <jhi@iki.fi>
30002              Date: Sun, 20 Oct 2002 15:48:09 +0300
30003              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
30004      Branch: perl
30005            ! pod/perluniintro.pod
30006 ____________________________________________________________________________
30007 [ 18048] By: hv                                    on 2002/10/22  17:04:26
30008         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
30009              From: Dave Mitchell <davem@fdgroup.com>
30010              Date: Fri, 18 Oct 2002 13:36:40 +0100
30011              Message-ID: <20021018133640.A19172@fdgroup.com>
30012      Branch: perl
30013            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
30014            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
30015            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
30016 ____________________________________________________________________________
30017 [ 18047] By: hv                                    on 2002/10/22  16:20:18
30018         Log: Subject: [PATCH] AutoLoader gives wrong message
30019              From: Peter Scott <peter@psdt.com>
30020              Date: Thu, 17 Oct 2002 19:54:56 -0700
30021              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
30022      Branch: perl
30023            ! lib/AutoLoader.pm
30024 ____________________________________________________________________________
30025 [ 18046] By: hv                                    on 2002/10/22  15:52:40
30026         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
30027              From: Alain Barbet <alian@alianwebserver.com>
30028              Date: Fri, 18 Oct 2002 15:29:29 +0200
30029              Message-ID: <3DB00CB9.70708@alianwebserver.com>
30030      Branch: perl
30031            ! README.win32 win32/makefile.mk win32/win32.c
30032 ____________________________________________________________________________
30033 [ 18045] By: hv                                    on 2002/10/22  15:47:21
30034         Log: improve 'atomicity' wording
30035      Branch: perl
30036            ! lib/filetest.pm
30037 ____________________________________________________________________________
30038 [ 18044] By: hv                                    on 2002/10/22  15:43:55
30039         Log: Subject: [PATCH] Shell.pm object methods broken
30040              From: Dan Brook <dbrook@easyspace.com>
30041              Date: Thu, 17 Oct 2002 16:05:04 +0100
30042              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
30043      Branch: perl
30044            ! lib/Shell.pm lib/Shell.t
30045 ____________________________________________________________________________
30046 [ 18042] By: hv                                    on 2002/10/21  09:20:54
30047         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
30048              From: hv@crypt.org
30049              Date: Mon, 21 Oct 2002 11:27:40 +0100
30050              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
30051      Branch: perl
30052            ! t/lib/warnings/toke toke.c
30053 ____________________________________________________________________________
30054 [ 18041] By: hv                                    on 2002/10/21  01:14:48
30055         Log: Subject: Re: [perl #18019] regex overoptimization
30056              From: hv@crypt.org
30057              Date: Mon, 21 Oct 2002 03:21:54 +0100
30058              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
30059      Branch: perl
30060            ! regcomp.c t/op/re_tests
30061 ____________________________________________________________________________
30062 [ 18039] By: hv                                    on 2002/10/20  14:33:16
30063         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
30064              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
30065              Date: Tue, 15 Oct 2002 02:17:03 +0200
30066              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
30067      Branch: perl
30068            ! ext/IO/IO.pm
30069 ____________________________________________________________________________
30070 [ 18038] By: hv                                    on 2002/10/20  14:23:06
30071         Log: Update to Net::Ping v2.23
30072      Branch: perl
30073            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
30074            + lib/Net/Ping/t/450_service.t
30075            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
30076            ! lib/Net/Ping/t/200_ping_tcp.t
30077 ____________________________________________________________________________
30078 [ 18037] By: hv                                    on 2002/10/20  13:57:06
30079         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
30080              From: Jarkko Hietaniemi <jhi@iki.fi>
30081              Date: Mon, 14 Oct 2002 14:49:54 +0300
30082              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
30083      Branch: perl
30084            ! t/op/pack.t
30085 ____________________________________________________________________________
30086 [ 18036] By: hv                                    on 2002/10/20  13:43:56
30087         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
30088              From: Slaven Rezic <slaven.rezic@berlin.de>
30089              Date: 14 Oct 2002 09:37:18 +0200
30090              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
30091      Branch: perl
30092            ! pp_sys.c t/op/mkdir.t
30093 ____________________________________________________________________________
30094 [ 18035] By: hv                                    on 2002/10/20  13:39:09
30095         Log: Subject: Re: [perl #17951] Strange UTF error
30096              From: Jarkko Hietaniemi <jhi@iki.fi>
30097              Date: Wed, 16 Oct 2002 18:50:51 +0300
30098              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
30099      Branch: perl
30100            ! lib/utf8_heavy.pl t/run/fresh_perl.t
30101 ____________________________________________________________________________
30102 [ 18034] By: hv                                    on 2002/10/20  13:23:16
30103         Log: Update to Time::HiRes v1.38
30104      Branch: perl
30105            + ext/Time/HiRes/typemap
30106            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30107            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
30108            ! ext/Time/HiRes/Makefile.PL
30109 ____________________________________________________________________________
30110 [ 18033] By: hv                                    on 2002/10/20  13:12:25
30111         Log: Upgrade to Test.pm v1.23
30112      Branch: perl
30113            ! lib/Test.pm
30114 ____________________________________________________________________________
30115 [ 18030] By: merijn                                on 2002/10/19  14:10:21
30116         Log: Happy chainsaw stories; The removal of the 5005 threads
30117              Still imcomplete. Configure will follow
30118      Branch: perl
30119            ! MANIFEST NetWare/Makefile NetWare/config.wc
30120            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
30121            ! Porting/Glossary Porting/config.sh Porting/config_H
30122            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
30123            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
30124            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
30125            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
30126            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
30127            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
30128            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
30129            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
30130            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
30131            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
30132            ! win32/config.bc win32/config.gc win32/config.vc
30133            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
30134            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
30135            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
30136            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
30137            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
30138            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
30139            ! wince/win32thread.h wince/wincesck.c
30140 ____________________________________________________________________________
30141 [ 18029] By: merijn                                on 2002/10/18  07:28:21
30142         Log: minor tweaks in Porting/pumpkin.pod
30143              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
30144      Branch: perl
30145            ! Porting/pumpkin.pod
30146 ____________________________________________________________________________
30147 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
30148         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
30149              From: Abe Timmerman <abe@ztreet.demon.nl>
30150              Date: Thu, 17 Oct 2002 23:38:34 +0200
30151              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
30152      Branch: perl
30153            ! t/run/switches.t
30154 ____________________________________________________________________________
30155 [ 18027] By: hv                                    on 2002/10/17  14:39:27
30156         Log: Subject: Re: versions too accurate
30157              From: John Peacock <jpeacock@rowman.com>
30158              Date: Mon, 14 Oct 2002 22:36:48 -0400
30159              Message-ID: <3DAB7F40.1050200@rowman.com>
30160      Branch: perl
30161            ! lib/version.pm util.c
30162 ____________________________________________________________________________
30163 [ 18026] By: hv                                    on 2002/10/17  14:29:41
30164         Log: Subject: Re: [PATCH] Version object combined patch
30165              From: John Peacock <jpeacock@rowman.com>
30166              Date: Thu, 10 Oct 2002 21:23:01 -0400
30167              Message-ID: <3DA627F5.5050907@rowman.com>
30168      Branch: perl
30169            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
30170 ____________________________________________________________________________
30171 [ 18025] By: hv                                    on 2002/10/17  13:37:04
30172         Log: definition of MAXPATHLEN
30173              Subject: [PATCH] standard lawyerism
30174              From: Jarkko Hietaniemi <jhi@iki.fi>
30175              Date: Fri, 11 Oct 2002 02:48:26 +0300
30176              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
30177      Branch: perl
30178            ! perl.h
30179 ____________________________________________________________________________
30180 [ 18024] By: hv                                    on 2002/10/17  13:34:01
30181         Log: Subject: Re: [perl #17061] no strict 'garbage'
30182              From: Slaven Rezic <slaven.rezic@berlin.de>
30183              Date: 10 Oct 2002 16:23:22 +0200
30184              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
30185      Branch: perl
30186            ! ext/Storable/Storable.pm
30187 ____________________________________________________________________________
30188 [ 18023] By: hv                                    on 2002/10/17  12:56:28
30189         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
30190              From: Steve Grazzini <grazz@nyc.rr.com>
30191              Date: 11 Oct 2002 22:28:58 -0000
30192              Message-ID: <20021011222858.452.qmail@onion.perl.org>
30193      Branch: perl
30194            ! doio.c t/io/open.t
30195 ____________________________________________________________________________
30196 [ 18022] By: hv                                    on 2002/10/17  12:24:42
30197         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
30198              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30199              Date: Tue, 15 Oct 2002 17:01:43 -0700
30200              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
30201      Branch: perl
30202            ! t/op/assignwarn.t
30203 ____________________________________________________________________________
30204 [ 18021] By: hv                                    on 2002/10/17  11:28:38
30205         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
30206              From: Slaven Rezic <slaven.rezic@berlin.de>
30207              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
30208              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
30209      Branch: perl
30210            ! Porting/pumpkin.pod
30211 ____________________________________________________________________________
30212 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
30213         Log: prototype() didn't warn when used in void context.
30214      Branch: perl
30215            ! op.c t/lib/warnings/op
30216 ____________________________________________________________________________
30217 [ 18019] By: ams                                   on 2002/10/15  20:54:53
30218         Log: Subject: Japanese translation of Storable
30219              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
30220              Date: Tue, 15 Oct 2002 06:31:01 +0900
30221              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
30222      Branch: perl
30223            ! ext/Storable/README
30224 ____________________________________________________________________________
30225 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
30226         Log: Subject: Re: [PATCH] cv.h: Comment update
30227              From: Paul Johnson <paul@pjcj.net>
30228              Date: Mon, 14 Oct 2002 20:00:50 +0200
30229              Message-ID: <20021014180050.GC7333@pjcj.net>
30230      Branch: perl
30231            ! cv.h
30232 ____________________________________________________________________________
30233 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
30234         Log: Subject: [PATCH] perlipc.pod
30235              From: Slaven Rezic <slaven.rezic@berlin.de>
30236              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
30237              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
30238      Branch: perl
30239            ! pod/perlipc.pod
30240 ____________________________________________________________________________
30241 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
30242         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
30243              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30244              Date: Sun, 13 Oct 2002 09:02:36 +0900
30245              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
30246      Branch: perl
30247            ! pod/perlunicode.pod
30248 ____________________________________________________________________________
30249 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
30250         Log: The -0 command-line switch wasn't setting $/ at compile-time.
30251              Move the initialization of $/ just after switch parsing
30252              (it was done after yyparse().)
30253      Branch: perl
30254            ! perl.c t/run/switches.t
30255 ____________________________________________________________________________
30256 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
30257         Log: Subject: Re: [PATCH] perl573delta delinting
30258              From: Philip Newton <Philip.Newton@gmx.net>
30259              Date: Sat, 12 Oct 2002 21:25:49 +0200
30260              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
30261      Branch: perl
30262            ! pod/perl573delta.pod
30263 ____________________________________________________________________________
30264 [ 18013] By: hv                                    on 2002/10/12  15:41:50
30265         Log: Subject: [PATCH] for -Dm
30266              From: Slaven Rezic <slaven.rezic@berlin.de>
30267              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
30268              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
30269      Branch: perl
30270            ! malloc.c
30271 ____________________________________________________________________________
30272 [ 18012] By: hv                                    on 2002/10/12  15:39:49
30273         Log: #18005 was not enough
30274              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
30275              From: Abe Timmerman <abeltje@cpan.org>
30276              Date: Sat, 12 Oct 2002 17:56:39 +0200
30277              Message-Id: <200210121756.39803.abeltje@cpan.org>
30278      Branch: perl
30279            ! win32/makefile.mk
30280 ____________________________________________________________________________
30281 [ 18011] By: hv                                    on 2002/10/12  15:36:43
30282         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
30283              From: Richard Hitt (via RT) <perlbug@perl.org>
30284              Date: 8 Oct 2002 21:04:30 -0000
30285              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
30286      Branch: perl
30287            ! Configure
30288 ____________________________________________________________________________
30289 [ 18010] By: hv                                    on 2002/10/12  15:31:06
30290         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
30291              From: Nicholas Clark <nick@unfortu.net>
30292              Date: Tue, 8 Oct 2002 21:52:53 +0100
30293              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
30294      Branch: perl
30295            ! pod/perldiag.pod pp_pack.c t/op/pack.t
30296 ____________________________________________________________________________
30297 [ 18009] By: hv                                    on 2002/10/12  15:12:18
30298         Log: Subject: [PATCH perldoc] For screaming hell's sake
30299              From: Simon Cozens <simon@netthink.co.uk>
30300              Date: Tue, 8 Oct 2002 11:13:07 +0100
30301              Message-ID: <20021008101307.GA8175@netthink.co.uk>
30302      Branch: perl
30303            ! utils/perldoc.PL
30304 ____________________________________________________________________________
30305 [ 18008] By: hv                                    on 2002/10/12  14:38:19
30306         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
30307              From: Nicholas Clark <nick@unfortu.net>
30308              Date: Mon, 7 Oct 2002 23:35:34 +0100
30309              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
30310      Branch: perl
30311            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30312            ! ext/Storable/README ext/Storable/Storable.pm
30313            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
30314            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
30315            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
30316 ____________________________________________________________________________
30317 [ 18007] By: hv                                    on 2002/10/12  14:22:36
30318         Log: Subject: [perl #17773] errors in c2ph(1) man page
30319              From: Eric Melville (via RT) <perlbug@perl.org>
30320              Date: 7 Oct 2002 02:58:34 -0000
30321              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
30322      Branch: perl
30323            ! utils/c2ph.PL
30324 ____________________________________________________________________________
30325 [ 18006] By: hv                                    on 2002/10/12  14:19:55
30326         Log: Subject: [PATCH pad.c] Re: closure failures
30327              From: Dave Mitchell <davem@fdgroup.com>
30328              Date: Mon, 7 Oct 2002 02:42:13 +0100
30329              Message-ID: <20021007024213.B29760@fdgroup.com>
30330      Branch: perl
30331            ! pad.c
30332 ____________________________________________________________________________
30333 [ 18005] By: hv                                    on 2002/10/12  14:17:07
30334         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
30335              From: Abe Timmerman <abeltje@cpan.org>
30336              Date: Tue, 8 Oct 2002 14:16:56 +0200
30337              Message-Id: <200210081416.56942.abeltje@cpan.org>
30338      Branch: perl
30339            ! win32/Makefile
30340 ____________________________________________________________________________
30341 [ 18004] By: hv                                    on 2002/10/12  14:06:59
30342         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
30343      Branch: perl
30344            ! hints/darwin.sh
30345 ____________________________________________________________________________
30346 [ 18003] By: hv                                    on 2002/10/12  13:48:34
30347         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
30348              and #18001.
30349      Branch: perl
30350            ! ext/Devel/Peek/Peek.t
30351 ____________________________________________________________________________
30352 [ 18002] By: hv                                    on 2002/10/11  23:22:56
30353         Log: Subject: [Encode] 1.77 Released
30354              From: Dan Kogai <dankogai@dan.co.jp>
30355              Date: Sun, 6 Oct 2002 12:52:52 +0900
30356              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
30357      Branch: perl
30358            ! ext/Encode/Changes ext/Encode/Encode.pm
30359            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
30360            ! ext/Encode/lib/Encode/Alias.pm
30361            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
30362            ! ext/Encode/ucm/big5-eten.ucm
30363 ____________________________________________________________________________
30364 [ 18001] By: hv                                    on 2002/10/11  22:52:43
30365         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
30366              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30367              Date: Thu, 10 Oct 2002 14:28:55 -0700
30368              Message-ID: <XEfp9gzkgquV092yn@efn.org>
30369      Branch: perl
30370            ! ext/Devel/Peek/Peek.t
30371 ____________________________________________________________________________
30372 [ 18000] By: hv                                    on 2002/10/11  22:30:36
30373         Log: Subject: [PATCH] perl573delta delinting
30374              From: Jarkko Hietaniemi <jhi@iki.fi>
30375              Date: Fri, 4 Oct 2002 16:19:31 +0300
30376              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
30377      Branch: perl
30378            ! pod/perl573delta.pod
30379 ____________________________________________________________________________
30380 [ 17999] By: hv                                    on 2002/10/11  22:28:36
30381         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
30382              From: Jarkko Hietaniemi <jhi@iki.fi>
30383              Date: Fri, 4 Oct 2002 16:11:57 +0300
30384              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
30385      Branch: perl
30386            ! pod/perldiag.pod reentr.c reentr.pl
30387 ____________________________________________________________________________
30388 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
30389         Log: Fix bug #17771 : segfault with the 'for' statement modifier
30390              used inside a map or a grep.
30391      Branch: perl
30392            ! pp_ctl.c t/op/grep.t
30393 ____________________________________________________________________________
30394 [ 17997] By: hv                                    on 2002/10/11  12:10:39
30395         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
30396              From: Information Service <info@lingo.kiev.ua>
30397              Date: Wed, 09 Oct 2002 07:17:00 +0400
30398              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
30399      Branch: perl
30400            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
30401 ____________________________________________________________________________
30402 [ 17996] By: hv                                    on 2002/10/11  11:55:53
30403         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
30404              From: chromatic <chromatic@wgz.org>
30405              Date: Thu, 03 Oct 2002 22:56:54 -0700
30406              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
30407      Branch: perl
30408            ! lib/AutoLoader.pm lib/AutoLoader.t
30409 ____________________________________________________________________________
30410 [ 17995] By: ams                                   on 2002/10/11  05:24:20
30411         Log: Subject: [perl #17819] Typo in perltooc?
30412              From: Bob Wilkinson (via RT) <perlbug@perl.org>
30413              Date: 9 Oct 2002 09:50:40 -0000
30414              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
30415
30416              Subject: [perl #17821] Typo in perltooc
30417              From: Bob Wilkinson (via RT) <perlbug@perl.org>
30418              Date: 9 Oct 2002 10:12:51 -0000
30419              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
30420      Branch: perl
30421            ! pod/perltooc.pod
30422 ____________________________________________________________________________
30423 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
30424         Log: Fix bug #17776 : memory corruption in qr/##/x
30425      Branch: perl
30426            ! sv.c t/op/pat.t
30427 ____________________________________________________________________________
30428 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
30429         Log: croak() is better written Perl_croak() in C code.
30430      Branch: perl
30431            ! util.c
30432 ____________________________________________________________________________
30433 [ 17992] By: hv                                    on 2002/10/10  11:29:12
30434         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
30435              From: andreas.koenig@anima.de (Andreas J. Koenig)
30436              Date: Fri, 04 Oct 2002 06:38:57 +0200
30437              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
30438      Branch: perl
30439            ! lib/Hash/Util.pm
30440 ____________________________________________________________________________
30441 [ 17991] By: hv                                    on 2002/10/10  11:20:41
30442         Log: new files lib/version.pm and lib/version.t for change #17990.
30443      Branch: perl
30444            + lib/version.pm lib/version.t
30445 ____________________________________________________________________________
30446 [ 17990] By: hv                                    on 2002/10/10  11:19:57
30447         Log: Subject: [PATCH] Version object combined patch
30448              From: John Peacock <jpeacock@rowman.com>
30449              Date: Fri, 04 Oct 2002 23:15:10 -0400
30450              Message-ID: <3D9E593E.1060605@rowman.com>
30451      Branch: perl
30452            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
30453            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
30454 ____________________________________________________________________________
30455 [ 17989] By: hv                                    on 2002/10/10  10:48:42
30456         Log: Subject: PATCH: lib/ExtUtils/typemap
30457              From: Brian Ingerson <ingy@ttul.org>
30458              Date: Sat, 28 Sep 2002 13:03:24 -0700
30459              Message-ID: <20020928130324.A16900@ttul.org>
30460      Branch: perl
30461            ! lib/ExtUtils/typemap
30462 ____________________________________________________________________________
30463 [ 17988] By: hv                                    on 2002/10/10  10:45:19
30464         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
30465              From: Nicholas Clark <nick@unfortu.net>
30466              Date: Sat, 28 Sep 2002 18:52:00 +0100
30467              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
30468      Branch: perl
30469            ! lib/Exporter.t lib/Exporter/Heavy.pm
30470 ____________________________________________________________________________
30471 [ 17987] By: hv                                    on 2002/10/10  10:27:40
30472         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
30473              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
30474              Date: Mon, 9 Sep 2002 17:36:55 -0400
30475              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
30476      Branch: perl
30477            ! pod/perlfunc.pod
30478 ____________________________________________________________________________
30479 [ 17986] By: hv                                    on 2002/10/10  09:51:24
30480         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
30481              for Storable tests to match.
30482      Branch: perl
30483            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
30484 ____________________________________________________________________________
30485 [ 17985] By: hv                                    on 2002/10/10  09:27:00
30486         Log: Subject: Re: README.cygwin draft update
30487              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30488              Date: Mon, 07 Oct 2002 17:15:09 -0700
30489              Message-ID: <NOio9gzkg6oR092yn@efn.org>
30490      Branch: perl
30491            ! README.cygwin pod/perl58delta.pod
30492 ____________________________________________________________________________
30493 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
30494         Log: Fix bug #17823 : non-modifying tr/// stringifies references
30495      Branch: perl
30496            ! doop.c t/op/tr.t
30497 ____________________________________________________________________________
30498 [ 17983] By: merijn                                on 2002/10/09  12:22:26
30499         Log: Tru64 and gcc and threads
30500              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
30501      Branch: perl
30502            ! thread.h
30503 ____________________________________________________________________________
30504 [ 17982] By: merijn                                on 2002/10/09  10:34:40
30505         Log: Correct mailing list archive URL
30506              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
30507      Branch: perl
30508            ! Porting/pumpkin.pod
30509 ____________________________________________________________________________
30510 [ 17981] By: merijn                                on 2002/10/09  04:49:06
30511         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
30512              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
30513      Branch: perl
30514            ! Porting/pumpkin.pod
30515 ____________________________________________________________________________
30516 [ 17980] By: sky                                   on 2002/10/06  15:40:56
30517         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
30518              Fix testcases to run properly outside perl core build enviroment.
30519      Branch: perl
30520            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
30521            ! ext/Safe/safe3.t
30522 ____________________________________________________________________________
30523 [ 17979] By: sky                                   on 2002/10/06  07:03:19
30524         Log: Subject: [PATCH] fix typo in Tie::Array
30525              From: "Jos I. Boumans" <kane@cpan.org>
30526              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
30527              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
30528      Branch: perl
30529            ! lib/Tie/Array.pm
30530 ____________________________________________________________________________
30531 [ 17978] By: sky                                   on 2002/10/05  04:44:10
30532         Log: Upgrade to Attribute::Handlers 0.78
30533      Branch: perl
30534            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
30535            ! lib/Attribute/Handlers/README
30536 ____________________________________________________________________________
30537 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
30538         Log: Complement to change #17976 :
30539              there was a similar bug on rdo().
30540              Increment $Safe::VERSION.
30541      Branch: perl
30542            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
30543 ____________________________________________________________________________
30544 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
30545         Log: Fix bug #17744, suggested by Andreas Jurenda,
30546              tweaked by rgs (security hole in Safe).
30547      Branch: perl
30548            + ext/Safe/safe3.t
30549            ! MANIFEST ext/Opcode/Safe.pm
30550 ____________________________________________________________________________
30551 [ 17975] By: merijn                                on 2002/10/04  13:30:17
30552         Log: Non ANSI feature detection in enum
30553      Branch: perl
30554            ! pad.h
30555 ____________________________________________________________________________
30556 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
30557         Log: Fix a precedence problem.
30558      Branch: perl
30559            ! ext/Storable/t/integer.t
30560 ____________________________________________________________________________
30561 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
30562         Log: Change the warning message "%s trapped by operation mask"
30563              to include '' around the op name. Document it in perldiag.
30564      Branch: perl
30565            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
30566            ! pod/perldiag.pod
30567 ____________________________________________________________________________
30568 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
30569         Log: Add a new warning, "Possible precedence problem on bitwise
30570              %c operator", triggerred when a bitwise op has a numeric
30571              comparison op as child.
30572      Branch: perl
30573            ! op.c pod/perldiag.pod t/lib/warnings/op
30574 ____________________________________________________________________________
30575 [ 17971] By: ams                                   on 2002/10/03  11:03:41
30576         Log: Subject: Re: Not OK 17969
30577              From: Slaven Rezic <slaven.rezic@berlin.de>
30578              Date: 03 Oct 2002 13:12:58 +0200
30579              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
30580      Branch: perl
30581            ! ext/Storable/Storable.pm ext/Storable/t/code.t
30582            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
30583            ! ext/Storable/t/malice.t
30584 ____________________________________________________________________________
30585 [ 17970] By: ams                                   on 2002/10/03  02:21:15
30586         Log: Add a line about 2.05.
30587      Branch: perl
30588            ! ext/Storable/ChangeLog
30589 ____________________________________________________________________________
30590 [ 17969] By: ams                                   on 2002/10/03  02:12:27
30591         Log: Subject: [PATCH] Storable and code serialization: documentation
30592              From: Slaven Rezic <slaven.rezic@berlin.de>
30593              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
30594              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
30595      Branch: perl
30596            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
30597            ! ext/Storable/t/code.t
30598 ____________________________________________________________________________
30599 [ 17968] By: ams                                   on 2002/10/03  01:40:51
30600         Log: Subject: [PATCH] Re: speed of my
30601              From: Stephen McCamant <smcc@mit.edu>
30602              Date: Wed, 2 Oct 2002 21:48:59 -0400
30603              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
30604      Branch: perl
30605            ! pp.c
30606 ____________________________________________________________________________
30607 [ 17967] By: hv                                    on 2002/10/02  15:04:57
30608         Log: Subject: [PATCH] reentrant buffers
30609              From: Jarkko Hietaniemi <jhi@iki.fi>
30610              Date: Fri, 27 Sep 2002 01:08:56 +0300
30611              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
30612      Branch: perl
30613            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
30614 ____________________________________________________________________________
30615 [ 17966] By: hv                                    on 2002/10/02  14:46:52
30616         Log: Subject: [PATCH] retropatch
30617              From: Jarkko Hietaniemi <jhi@iki.fi>
30618              Date: Fri, 27 Sep 2002 03:51:34 +0300
30619              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
30620      Branch: perl
30621            + pod/perl573delta.pod
30622            ! MANIFEST pod/buildtoc.PL pod/perl.pod
30623 ____________________________________________________________________________
30624 [ 17965] By: hv                                    on 2002/10/02  14:42:21
30625         Log: op/tr.t test is affected by #17962
30626      Branch: perl
30627            ! t/op/tr.t
30628 ____________________________________________________________________________
30629 [ 17964] By: hv                                    on 2002/10/02  14:38:59
30630         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
30631              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30632              Date: Tue, 1 Oct 2002 23:34:35 +0200
30633              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
30634      Branch: perl
30635            ! t/op/override.t toke.c
30636 ____________________________________________________________________________
30637 [ 17963] By: hv                                    on 2002/10/02  14:15:22
30638         Log: Subject: Re: [perl #17376] Bug Report - our(%)
30639              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30640              Date: Tue, 01 Oct 2002 09:54:30 -0700
30641              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
30642      Branch: perl
30643            ! op.c pp_hot.c t/comp/our.t
30644 ____________________________________________________________________________
30645 [ 17962] By: ams                                   on 2002/10/02  14:10:07
30646         Log: Subject: [PATCH] no [] in tr///
30647              From: Jarkko Hietaniemi <jhi@iki.fi>
30648              Date: Wed, 2 Oct 2002 17:09:11 +0300
30649              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
30650      Branch: perl
30651            ! pod/perldiag.pod toke.c
30652 ____________________________________________________________________________
30653 [ 17961] By: hv                                    on 2002/10/02  14:09:11
30654         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
30655              From: andreas.koenig@anima.de (Andreas J. Koenig)
30656              Date: Mon, 30 Sep 2002 17:24:06 +0200
30657              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
30658      Branch: perl
30659            ! lib/Hash/Util.pm
30660 ____________________________________________________________________________
30661 [ 17959] By: hv                                    on 2002/10/02  14:06:29
30662         Log: Subject: [DOCPATCH] Unicode porting advice
30663              From: andreas.koenig@anima.de (Andreas J. Koenig)
30664              Date: Fri, 27 Sep 2002 15:30:16 +0200
30665              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
30666      Branch: perl
30667            ! pod/perlunicode.pod
30668 ____________________________________________________________________________
30669 [ 17958] By: hv                                    on 2002/10/02  13:57:06
30670         Log: missing quote from #17957
30671      Branch: perl
30672            ! Porting/pumpkin.pod
30673 ____________________________________________________________________________
30674 [ 17957] By: hv                                    on 2002/10/02  13:55:56
30675         Log: document how to set APPLLIB_EXP
30676              Subject: Re: [perl #15957] error installing perl 5.8.0
30677              From: Andy Dougherty <doughera@lafayette.edu>
30678              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
30679              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
30680      Branch: perl
30681            ! Porting/pumpkin.pod
30682 ____________________________________________________________________________
30683 [ 17956] By: hv                                    on 2002/10/02  13:51:12
30684         Log: Devel::Peek tests from:
30685              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
30686              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30687              Date: Thu, 26 Sep 2002 22:16:39 -0700
30688              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
30689      Branch: perl
30690            ! ext/Devel/Peek/Peek.t
30691 ____________________________________________________________________________
30692 [ 17955] By: hv                                    on 2002/10/02  13:43:26
30693         Log: add precedence warning for bitwise docs
30694              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
30695              From: Mike Guy <mjtg@cam.ac.uk>
30696              Date: Thu, 26 Sep 2002 13:20:45 +0100
30697              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
30698      Branch: perl
30699            ! pod/perlop.pod
30700 ____________________________________________________________________________
30701 [ 17954] By: hv                                    on 2002/10/02  13:18:01
30702         Log: Subject: [PATCH] Re: perlio bug?
30703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30704              Date: Wed, 25 Sep 2002 21:58:12 +0200
30705              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
30706      Branch: perl
30707            ! doio.c pod/perldiag.pod t/lib/warnings/doio
30708 ____________________________________________________________________________
30709 [ 17953] By: hv                                    on 2002/10/02  12:55:29
30710         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
30711              From: Dave Mitchell <davem@fdgroup.com>
30712              Date: Wed, 25 Sep 2002 23:40:23 +0100
30713              Message-ID: <20020925234023.A20044@fdgroup.com>
30714      Branch: perl
30715            + pad.c pad.h
30716            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
30717            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
30718            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
30719            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
30720            ! proto.h scope.c sv.c toke.c
30721 ____________________________________________________________________________
30722 [ 17952] By: hv                                    on 2002/10/02  11:23:38
30723         Log: better handling of whitespace in autodoc declarations; fragment from:
30724              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
30725              From: Dave Mitchell <davem@fdgroup.com>
30726              Date: Wed, 25 Sep 2002 23:40:23 +0100
30727              Message-ID: <20020925234023.A20044@fdgroup.com>
30728      Branch: perl
30729            ! autodoc.pl
30730 ____________________________________________________________________________
30731 [ 17951] By: merijn                                on 2002/10/02  09:15:18
30732         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
30733              Thu, 25 Jul 2002, Andy Dougherty
30734      Branch: perl
30735            ! Configure Policy_sh.SH
30736 ____________________________________________________________________________
30737 [ 17950] By: ams                                   on 2002/10/02  03:43:41
30738         Log: Add silly bandaid to stop segfaults on subsequent accesses to
30739              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
30740              (<$fred>).
30741      Branch: perl
30742            ! op.c
30743 ____________________________________________________________________________
30744 [ 17949] By: hv                                    on 2002/10/01  08:49:02
30745         Log: patch based on:
30746              Subject: Re: [perl #17376] Bug Report - our(%)
30747              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30748              Date: Mon, 30 Sep 2002 15:22:18 -0700
30749              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
30750      Branch: perl
30751            ! op.c
30752 ____________________________________________________________________________
30753 [ 17948] By: hv                                    on 2002/10/01  08:26:44
30754         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
30755              From: chromatic <chromatic@wgz.org>
30756              Date: Fri, 13 Sep 2002 14:26:08 -0700
30757              Message-Id: <200209131426.08116.chromatic@wgz.org>
30758      Branch: perl
30759            ! lib/AutoLoader.pm
30760 ____________________________________________________________________________
30761 [ 17947] By: hv                                    on 2002/10/01  08:10:21
30762         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
30763              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30764              Date: Wed, 11 Sep 2002 22:22:45 -0700
30765              Message-ID: <lSCg9gzkgymX092yn@efn.org>
30766      Branch: perl
30767            ! dump.c mg.h regexec.c sv.c t/op/pat.t
30768 ____________________________________________________________________________
30769 [ 17946] By: merijn                                on 2002/09/30  15:19:36
30770         Log: nanosleep on VMS not present
30771      Branch: perl
30772            ! configure.com
30773 ____________________________________________________________________________
30774 [ 17945] By: merijn                                on 2002/09/30  09:51:40
30775         Log: -Dgccansipedantic only for gcc 3+
30776              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
30777      Branch: perl
30778            ! Porting/pumpkin.pod cflags.SH
30779 ____________________________________________________________________________
30780 [ 17944] By: merijn                                on 2002/09/30  08:29:33
30781         Log: nanosleep probes as per Jarkko's request
30782      Branch: perl
30783            ! Configure NetWare/config_H.wc Porting/config.sh
30784            ! Porting/config_H config_h.SH epoc/config.sh perl.h
30785            ! win32/config.bc win32/config.gc win32/config.vc
30786            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
30787            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
30788            ! wince/config_H.ce
30789 ____________________________________________________________________________
30790 [ 17942] By: ams                                   on 2002/09/29  22:26:37
30791         Log: Remove package; (Heh heh.)
30792      Branch: perl
30793            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
30794            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
30795            ! vms/perly_c.vms vms/perly_h.vms
30796 ____________________________________________________________________________
30797 [ 17941] By: hv                                    on 2002/09/29  12:11:06
30798         Log: Subject: [perl #16796] Configure script buglet
30799              From: "Amick, Eric" (via RT) <perlbug@perl.org>
30800              Date: 27 Aug 2002 20:09:29 -0000
30801              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
30802      Branch: perl
30803            ! Configure
30804 ____________________________________________________________________________
30805 [ 17940] By: hv                                    on 2002/09/29  11:59:28
30806         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
30807              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30808              Date: Fri, 27 Sep 2002 13:52:18 +0200
30809              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
30810      Branch: perl
30811            ! lib/Attribute/Handlers.pm
30812 ____________________________________________________________________________
30813 [ 17939] By: hv                                    on 2002/09/29  11:55:17
30814         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
30815              From: Allen Smith (via RT) <perlbug@perl.org>
30816              Date: 13 Sep 2002 03:01:30 -0000
30817              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
30818      Branch: perl
30819            ! t/lib/h2ph.pht utils/h2ph.PL
30820 ____________________________________________________________________________
30821 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
30822         Log: Email address change for Stéphane Payrard
30823      Branch: perl
30824            ! AUTHORS
30825 ____________________________________________________________________________
30826 [ 17937] By: hv                                    on 2002/09/27  10:05:42
30827         Log: Subject: Re: [REVISED PATCH] Magic v-strings
30828              From: John Peacock <jpeacock@rowman.com>
30829              Date: Thu, 19 Sep 2002 22:30:58 -0400
30830              Message-ID: <3D8A8862.3000602@rowman.com>
30831      Branch: perl
30832            ! sv.c util.c
30833 ____________________________________________________________________________
30834 [ 17936] By: hv                                    on 2002/09/27  10:00:42
30835         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
30836              From: "Craig A. Berry" <craigberry@mac.com>
30837              Date: Wed, 25 Sep 2002 17:14:33 -0500
30838              Message-ID: <3D923549.6050809@mac.com>
30839      Branch: perl
30840            ! configure.com
30841 ____________________________________________________________________________
30842 [ 17935] By: hv                                    on 2002/09/27  09:48:19
30843         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
30844              From: Andy Lester <andy@petdance.com>
30845              Date: Fri, 20 Sep 2002 12:23:41 -0500
30846              Message-ID: <20020920172341.GA15672@petdance.com>
30847      Branch: perl
30848            ! pod/perlopentut.pod
30849 ____________________________________________________________________________
30850 [ 17934] By: hv                                    on 2002/09/26  18:50:02
30851         Log: missing '.' in test from #17932
30852      Branch: perl
30853            ! t/lib/strict/subs
30854 ____________________________________________________________________________
30855 [ 17933] By: hv                                    on 2002/09/26  17:01:11
30856         Log: Subject: [PATCH] perl #17453
30857              From: Jarkko Hietaniemi <jhi@iki.fi>
30858              Date: Fri, 20 Sep 2002 17:22:45 +0300
30859              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
30860      Branch: perl
30861            ! lib/utf8_heavy.pl t/op/pat.t
30862 ____________________________________________________________________________
30863 [ 17932] By: hv                                    on 2002/09/26  16:47:32
30864         Log: #17931 checked for wrong constant
30865      Branch: perl
30866            ! op.c
30867 ____________________________________________________________________________
30868 [ 17931] By: hv                                    on 2002/09/26  16:29:26
30869         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
30870              From: Kay_Röpke <kay@dolphin-services.de>
30871              Date: Fri, 20 Sep 2002 16:09:08 +0200
30872              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
30873      Branch: perl
30874            ! op.c t/lib/strict/subs
30875 ____________________________________________________________________________
30876 [ 17930] By: hv                                    on 2002/09/26  15:56:07
30877         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
30878              From: Ken Neighbors (via RT) <perlbug@perl.org>
30879              Date: 19 Sep 2002 18:48:22 -0000
30880              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
30881      Branch: perl
30882            ! lib/Class/Struct.pm
30883 ____________________________________________________________________________
30884 [ 17928] By: hv                                    on 2002/09/26  09:54:05
30885         Log: Subject: [PATCH] bug in utf8.c(?)
30886              From: Marty Pauley <marty+p5p@kasei.com>
30887              Date: Fri, 20 Sep 2002 10:55:33 +0100
30888              Subject: [PATCH] bug in utf8.c(?)
30889      Branch: perl
30890            ! utf8.c
30891 ____________________________________________________________________________
30892 [ 17927] By: hv                                    on 2002/09/26  09:37:19
30893         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
30894              From: Marty Pauley <marty+p5p@kasei.com>
30895              Date: Fri, 20 Sep 2002 09:52:16 +0100
30896              Message-Id: 20020920085216.GC10512@soto.kasei.com
30897      Branch: perl
30898            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
30899 ____________________________________________________________________________
30900 [ 17926] By: hv                                    on 2002/09/26  09:28:06
30901         Log: Subject: [PATCH] defuse installusrbinperl
30902              From: Jarkko Hietaniemi <jhi@iki.fi>
30903              Date: Thu, 19 Sep 2002 18:01:03 +0300
30904              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
30905      Branch: perl
30906            ! Configure
30907 ____________________________________________________________________________
30908 [ 17925] By: hv                                    on 2002/09/26  09:15:55
30909         Log: Subject: [PATCH v2] enable -ansi -pedantic
30910              From: Jarkko Hietaniemi <jhi@iki.fi>
30911              Date: Wed, 18 Sep 2002 01:19:25 +0300
30912              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
30913      Branch: perl
30914            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
30915            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
30916 ____________________________________________________________________________
30917 [ 17924] By: hv                                    on 2002/09/26  08:44:16
30918         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
30919              From: Nicholas Clark <nick@unfortu.net>
30920              Date: Sat, 14 Sep 2002 18:49:10 +0100
30921              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
30922      Branch: perl
30923            ! sv.c
30924 ____________________________________________________________________________
30925 [ 17923] By: hv                                    on 2002/09/26  08:33:54
30926         Log: Subject: [PATCH] Re: Advice on coredump
30927              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30928              Date: Wed, 18 Sep 2002 22:14:57 +0200
30929              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
30930      Branch: perl
30931            ! op.c t/op/closure.t
30932 ____________________________________________________________________________
30933 [ 17922] By: hv                                    on 2002/09/26  08:25:28
30934         Log: Subject: Re: [PATCH] spurious t/auto directory appears
30935              From: Michael G Schwern <schwern@pobox.com>
30936              Date: Fri, 13 Sep 2002 23:56:05 -0400
30937              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
30938      Branch: perl
30939            ! lib/ExtUtils/t/Installed.t
30940 ____________________________________________________________________________
30941 [ 17921] By: hv                                    on 2002/09/26  08:21:59
30942         Log: add TODO tests for slow our() declaration
30943              Subject: Re: [perl #17376] Bug Report - our(%)
30944              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30945              Date: Thu, 19 Sep 2002 22:34:01 -0700
30946              Message-ID: <JNri9gzkgSBB092yn@efn.org>
30947      Branch: perl
30948            + t/comp/our.t
30949            ! MANIFEST
30950 ____________________________________________________________________________
30951 [ 17920] By: hv                                    on 2002/09/26  08:16:43
30952         Log: LEAKTEST is dead, RIP
30953              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
30954              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30955              Date: Mon, 23 Sep 2002 18:33:12 +0200
30956              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
30957      Branch: perl
30958            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
30959            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
30960 ____________________________________________________________________________
30961 [ 17919] By: hv                                    on 2002/09/26  07:59:42
30962         Log: Subject: [PATCH] AIX hints missinga  >&4
30963              From: Jarkko Hietaniemi <jhi@iki.fi>
30964              Date: Fri, 13 Sep 2002 16:48:42 +0300
30965              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
30966      Branch: perl
30967            ! hints/aix.sh
30968 ____________________________________________________________________________
30969 [ 17918] By: hv                                    on 2002/09/26  07:51:10
30970         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
30971              From: "Brendan O'Dea" <bod@debian.org>
30972              Date: Mon, 23 Sep 2002 22:45:40 +1000
30973              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
30974      Branch: perl
30975            ! pod/perlfunc.pod
30976 ____________________________________________________________________________
30977 [ 17917] By: hv                                    on 2002/09/26  07:46:43
30978         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
30979              From: Slaven Rezic <slaven.rezic@berlin.de>
30980              Date: 11 Sep 2002 19:37:09 +0200
30981              Message-ID: <871y80a0my.fsf@vran.herceg.de>
30982      Branch: perl
30983            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
30984 ____________________________________________________________________________
30985 [ 17916] By: hv                                    on 2002/09/26  07:31:42
30986         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
30987              From: "Brendan O'Dea" <bod@debian.org>
30988              Date: Tue, 10 Sep 2002 09:19:05 +1000
30989              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
30990      Branch: perl
30991            ! pod/perlembed.pod
30992 ____________________________________________________________________________
30993 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
30994         Log: Patch #17914 was empty ; this should have been applied instead.
30995      Branch: perl
30996            ! hints/aix.sh
30997 ____________________________________________________________________________
30998 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
30999         Log: Subject: [PATCH] PASE saga continues
31000              From: Jarkko Hietaniemi <jhi@iki.fi>
31001              Date: Thu, 19 Sep 2002 23:30:20 +0300
31002              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
31003      Branch: perl
31004            ! hints/aix.sh
31005 ____________________________________________________________________________
31006 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
31007         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
31008              From: "Craig A. Berry" <craigberry@mac.com>
31009              Date: Wed, 18 Sep 2002 16:57:02 -0500
31010              Message-ID: <3D88F6AE.3020708@mac.com>
31011      Branch: perl
31012            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
31013 ____________________________________________________________________________
31014 [ 17912] By: ams                                   on 2002/09/19  17:21:24
31015         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
31016              From: Jarkko Hietaniemi <jhi@iki.fi>
31017              Date: Thu, 19 Sep 2002 18:59:48 +0300
31018              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
31019
31020              Subject: [PATCH] more PASE tweakage
31021              From: Jarkko Hietaniemi <jhi@iki.fi>
31022              Date: Thu, 19 Sep 2002 18:01:44 +0300
31023              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
31024      Branch: perl
31025            ! README.os400 hints/aix.sh
31026 ____________________________________________________________________________
31027 [ 17911] By: ams                                   on 2002/09/17  19:29:53
31028         Log: Typo fix.
31029      Branch: perl
31030            ! ext/POSIX/POSIX.pod
31031 ____________________________________________________________________________
31032 [ 17910] By: ams                                   on 2002/09/17  18:09:32
31033         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
31034              checking for SvOK in do_readline().
31035      Branch: perl
31036            ! pp_hot.c t/op/gv.t
31037 ____________________________________________________________________________
31038 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
31039         Log: Pod formatting nit, found by Merijn and Jos Boumans.
31040      Branch: perl
31041            ! pod/perlunicode.pod
31042 ____________________________________________________________________________
31043 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
31044         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
31045              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
31046              Date: 15 Sep 2002 19:06:56 -0000
31047              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
31048      Branch: perl
31049            ! lib/Locale/Country.pm lib/Locale/Currency.pm
31050            ! lib/Locale/Language.pm lib/Locale/Script.pm
31051 ____________________________________________________________________________
31052 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
31053         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
31054              From: Jarkko Hietaniemi <jhi@iki.fi>
31055              Date: Sun, 15 Sep 2002 18:02:17 +0300
31056              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
31057      Branch: perl
31058            ! hints/netbsd.sh
31059 ____________________________________________________________________________
31060 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
31061         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
31062              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
31063              not all modules listed in perlmodlib are necessarily installed.
31064              Plus some corrections by Vincent Lefevre.
31065      Branch: perl
31066            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
31067 ____________________________________________________________________________
31068 [ 17904] By: merijn                                on 2002/09/13  14:02:18
31069         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
31070              in building DProf
31071      Branch: perl
31072            ! Configure
31073 ____________________________________________________________________________
31074 [ 17902] By: merijn                                on 2002/09/13  07:47:29
31075         Log: configure.com needs d_modflproto
31076              Thu 12 Sep 2002 23:19, "Craig A. Berry"
31077      Branch: perl
31078            ! configure.com
31079 ____________________________________________________________________________
31080 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
31081         Log: Subject: [PATCH] more PASE wisdom
31082              From: Jarkko Hietaniemi <jhi@iki.fi>
31083              Date: Fri, 13 Sep 2002 00:17:39 +0300
31084              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
31085      Branch: perl
31086            ! README.os400
31087 ____________________________________________________________________________
31088 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
31089         Log: Fix a syntax incompatibility introduced by the // operator.
31090              (Note that C<print $fh //> is still a syntax error, it
31091              wasn't with perl 5.8.0.)
31092      Branch: perl
31093            ! t/op/dor.t toke.c
31094 ____________________________________________________________________________
31095 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
31096         Log: Fix bug #17006 : remove spurious do{} in the deparsing
31097              of s/.../.../e.
31098      Branch: perl
31099            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
31100 ____________________________________________________________________________
31101 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
31102         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
31103              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
31104              Date: 10 Sep 2002 18:49:56 -0000
31105              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
31106      Branch: perl
31107            ! utils/dprofpp.PL
31108 ____________________________________________________________________________
31109 [ 17896] By: merijn                                on 2002/09/11  08:31:45
31110         Log: re-synced Configure to backported metaunits
31111      Branch: perl
31112            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31113            ! config_h.SH
31114 ____________________________________________________________________________
31115 [ 17892] By: merijn                                on 2002/09/10  15:43:53
31116         Log: Callback behaviour in hints
31117              Mon, 9 Sep 2002, Allen Smith
31118      Branch: perl
31119            ! hints/README.hints
31120 ____________________________________________________________________________
31121 [ 17888] By: merijn                                on 2002/09/10  09:20:52
31122         Log: New low-price HP servers
31123      Branch: perl
31124            ! README.hpux
31125 ____________________________________________________________________________
31126 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
31127         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
31128              From: Paul Johnson <paul@pjcj.net>
31129              Date: Mon, 9 Sep 2002 23:37:33 +0200
31130              Message-ID: <20020909213733.GD879@pjcj.net>
31131      Branch: perl
31132            ! ext/B/B/Deparse.pm
31133 ____________________________________________________________________________
31134 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
31135         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
31136              From: Nicholas Clark <nick@unfortu.net>
31137              Date: Sun, 8 Sep 2002 23:05:54 +0100
31138              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
31139      Branch: perl
31140            ! configpm
31141 ____________________________________________________________________________
31142 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
31143         Log: Subject: [PATCH] strict.pm pod at __END__
31144              From: Nicholas Clark <nick@unfortu.net>
31145              Date: Sun, 8 Sep 2002 22:36:09 +0100
31146              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
31147      Branch: perl
31148            ! lib/strict.pm
31149 ____________________________________________________________________________
31150 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
31151         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
31152              From: Nicholas Clark <nick@unfortu.net>
31153              Date: Sun, 8 Sep 2002 19:45:52 +0100
31154              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
31155      Branch: perl
31156            ! lib/File/Find/t/find.t
31157 ____________________________________________________________________________
31158 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
31159         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
31160              From: Paul Johnson <paul@pjcj.net>
31161              Date: Sun, 8 Sep 2002 23:50:11 +0200
31162              Message-ID: <20020908215011.GA879@pjcj.net>
31163      Branch: perl
31164            ! ext/B/B/Deparse.pm
31165 ____________________________________________________________________________
31166 [ 17882] By: hv                                    on 2002/09/09  10:33:58
31167         Log: Update Changes
31168      Branch: perl
31169            ! Changes patchlevel.h
31170 ____________________________________________________________________________
31171 [ 17881] By: hv                                    on 2002/09/09  09:54:55
31172         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
31173              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
31174              Date: Mon, 9 Sep 2002 01:48:08 -0400
31175              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
31176      Branch: perl
31177            ! perl.h sv.c
31178 ____________________________________________________________________________
31179 [ 17880] By: hv                                    on 2002/09/09  09:33:55
31180         Log: integrate Math::BigInt-1.63
31181              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
31182              From: Tels <perl_dummy@bloodgate.com>
31183              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
31184              Message-Id: <200209082022.g88KMGY20194@crypt.org>
31185      Branch: perl
31186            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31187            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
31188            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
31189            ! lib/Math/BigInt/t/sub_mif.t
31190 ____________________________________________________________________________
31191 [ 17879] By: hv                                    on 2002/09/09  09:23:53
31192         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
31193              From: Jarkko Hietaniemi <jhi@iki.fi>
31194              Date: Mon, 9 Sep 2002 00:07:46 +0300
31195              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
31196      Branch: perl
31197            ! Configure
31198 ____________________________________________________________________________
31199 [ 17878] By: hv                                    on 2002/09/09  09:11:57
31200         Log: small grammar fix in Benchmark docs
31201      Branch: perl
31202            ! lib/Benchmark.pm
31203 ____________________________________________________________________________
31204 [ 17877] By: hv                                    on 2002/09/09  09:09:30
31205         Log: Subject: [PATCH] configpm
31206              From: Abe Timmerman <abe@ztreet.demon.nl>
31207              Date: Sun, 8 Sep 2002 17:21:19 +0200
31208              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
31209      Branch: perl
31210            ! configpm
31211 ____________________________________________________________________________
31212 [ 17876] By: hv                                    on 2002/09/09  08:48:35
31213         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
31214              From: Abe Timmerman <abe@ztreet.demon.nl>
31215              Date: Mon, 9 Sep 2002 01:32:19 +0200
31216              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
31217      Branch: perl
31218            ! makedef.pl
31219 ____________________________________________________________________________
31220 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
31221         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
31222              From: Nicholas Clark <nick@unfortu.net>
31223              Date: Sun, 8 Sep 2002 15:46:44 +0100
31224              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
31225
31226              Plus two other similar tweaks
31227      Branch: perl
31228            ! ext/SDBM_File/sdbm.t
31229 ____________________________________________________________________________
31230 [ 17874] By: hv                                    on 2002/09/08  17:10:38
31231         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
31232              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
31233              Date: Sat, 7 Sep 2002 05:25:45 -0400
31234              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
31235      Branch: perl
31236            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
31237            ! t/op/sprintf.t
31238 ____________________________________________________________________________
31239 [ 17873] By: hv                                    on 2002/09/08  16:48:54
31240         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
31241              From: Nicholas Clark <nick@unfortu.net>
31242              Date: Sat, 7 Sep 2002 00:20:53 +0100
31243              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
31244      Branch: perl
31245            ! op.c sv.c
31246 ____________________________________________________________________________
31247 [ 17872] By: hv                                    on 2002/09/08  16:35:46
31248         Log: temporarily skip failing Storable tests caused by #17869
31249      Branch: perl
31250            ! ext/Storable/t/code.t
31251 ____________________________________________________________________________
31252 [ 17871] By: hv                                    on 2002/09/08  16:23:49
31253         Log: Subject: [PATCH] tiddly tidy up for util.c
31254              From: Nicholas Clark <nick@unfortu.net>
31255              Date: Fri, 6 Sep 2002 23:00:14 +0100
31256              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
31257      Branch: perl
31258            ! util.c
31259 ____________________________________________________________________________
31260 [ 17870] By: hv                                    on 2002/09/08  16:21:23
31261         Log: regularise whitespace and formatting in util.c
31262      Branch: perl
31263            ! util.c
31264 ____________________________________________________________________________
31265 [ 17869] By: hv                                    on 2002/09/08  15:46:08
31266         Log: Subject: [perl #17061] no strict 'garbage'
31267              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
31268              Date: 6 Sep 2002 19:31:02 -0000
31269              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
31270              Date: Sat, 07 Sep 2002 13:40:22 +0200
31271              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
31272      Branch: perl
31273            ! lib/strict.pm lib/strict.t
31274 ____________________________________________________________________________
31275 [ 17868] By: hv                                    on 2002/09/08  15:24:08
31276         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
31277      Branch: perl
31278            ! pod/perl58delta.pod
31279 ____________________________________________________________________________
31280 [ 17867] By: hv                                    on 2002/09/08  15:10:46
31281         Log: Subject: [PATCH] allow using hires time() in Benchmark
31282              From: Jarkko Hietaniemi <jhi@iki.fi>
31283              Date: Fri, 6 Sep 2002 00:38:11 +0300
31284              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
31285      Branch: perl
31286            ! lib/Benchmark.pm
31287 ____________________________________________________________________________
31288 [ 17866] By: hv                                    on 2002/09/08  15:06:05
31289         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
31290              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
31291              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
31292              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
31293      Branch: perl
31294            ! Configure
31295 ____________________________________________________________________________
31296 [ 17865] By: hv                                    on 2002/09/08  15:03:23
31297         Log: Subject: Unicode::Collate 0.23 Released
31298              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31299              Date: Thu, 05 Sep 2002 23:28:32 +0900
31300              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
31301      Branch: perl
31302            + lib/Unicode/Collate/t/index.t
31303            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
31304            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
31305 ____________________________________________________________________________
31306 [ 17864] By: hv                                    on 2002/09/08  14:55:31
31307         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
31308              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31309              Date: Wed, 04 Sep 2002 21:09:01 -0700
31310              Message-ID: <djtd9gzkgyLd092yn@efn.org>
31311              Date: Fri, 06 Sep 2002 09:23:03 -0700
31312              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
31313      Branch: perl
31314            ! lib/overload.t sv.c sv.h t/op/pat.t
31315 ____________________________________________________________________________
31316 [ 17863] By: hv                                    on 2002/09/08  14:11:54
31317         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
31318      Branch: perl
31319            ! t/op/taint.t
31320 ____________________________________________________________________________
31321 [ 17862] By: hv                                    on 2002/09/08  14:01:07
31322         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
31323              From: Michael G Schwern <schwern@pobox.com>
31324              Date: Wed, 4 Sep 2002 11:38:01 -0700
31325              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
31326      Branch: perl
31327            ! t/TestInit.pm
31328 ____________________________________________________________________________
31329 [ 17861] By: hv                                    on 2002/09/08  13:58:10
31330         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
31331              From: Michael G Schwern <schwern@pobox.com>
31332              Date: Fri, 6 Sep 2002 14:03:16 -0700
31333              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
31334      Branch: perl
31335            ! t/test.pl
31336 ____________________________________________________________________________
31337 [ 17860] By: hv                                    on 2002/09/08  13:48:49
31338         Log: #17859 misuses s/// return values
31339      Branch: perl
31340            ! configpm
31341 ____________________________________________________________________________
31342 [ 17859] By: hv                                    on 2002/09/08  13:17:46
31343         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
31344              From: Nicholas Clark <nick@unfortu.net>
31345              Date: Mon, 2 Sep 2002 23:22:32 +0100
31346              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
31347      Branch: perl
31348            ! configpm
31349 ____________________________________________________________________________
31350 [ 17850] By: ams                                   on 2002/09/06  03:31:32
31351         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
31352              From: Jarkko Hietaniemi <jhi@iki.fi>
31353              Date: Fri, 6 Sep 2002 06:01:57 +0300
31354              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
31355      Branch: perl
31356            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
31357 ____________________________________________________________________________
31358 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
31359         Log: document setting the email address
31360      Branch: perl
31361            ! Porting/repository.pod
31362 ____________________________________________________________________________
31363 [ 17848] By: hv                                    on 2002/09/04  23:12:15
31364         Log: AUTHORS: preferred address for Allen Smith
31365      Branch: perl
31366            ! AUTHORS
31367 ____________________________________________________________________________
31368 [ 17847] By: hv                                    on 2002/09/04  23:10:37
31369         Log: copy on write: fixes and debugging
31370              Subject: what copies scalars in ithreads?
31371              From: Nicholas Clark <nick@unfortu.net>
31372              Date: Wed, 4 Sep 2002 21:52:47 +0100
31373              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
31374      Branch: perl
31375            ! sv.c
31376 ____________________________________________________________________________
31377 [ 17846] By: hv                                    on 2002/09/04  23:02:43
31378         Log: Subject: Re: [PATCH] A variety of README nitpicks.
31379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31380              Date: Wed, 04 Sep 2002 09:10:05 +0200
31381              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
31382      Branch: perl
31383            ! README.hpux
31384 ____________________________________________________________________________
31385 [ 17845] By: hv                                    on 2002/09/04  15:06:33
31386         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
31387      Branch: perl
31388            ! lib/Math/BigInt/t/constant.t
31389 ____________________________________________________________________________
31390 [ 17844] By: hv                                    on 2002/09/04  14:32:19
31391         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
31392      Branch: perl
31393            ! ext/DB_File/DB_File.xs
31394 ____________________________________________________________________________
31395 [ 17843] By: hv                                    on 2002/09/04  14:09:13
31396         Log: #17842 was only half the story
31397              Subject: [PATCH deb.c] Re: HiRes failure is success?
31398              From: Dave Mitchell <davem@fdgroup.com>
31399              Date: Wed, 4 Sep 2002 16:11:15 +0100
31400              Message-ID: <20020904161115.E27603@fdgroup.com>
31401      Branch: perl
31402            ! deb.c
31403 ____________________________________________________________________________
31404 [ 17842] By: hv                                    on 2002/09/04  14:04:40
31405         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
31406      Branch: perl
31407            ! deb.c
31408 ____________________________________________________________________________
31409 [ 17841] By: hv                                    on 2002/09/04  13:57:27
31410         Log: Subject: [PATCH] op/getpid.t failure
31411              From: Michael G Schwern <schwern@pobox.com>
31412              Date: Tue, 3 Sep 2002 17:48:24 -0700
31413              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
31414      Branch: perl
31415            ! t/op/getpid.t
31416 ____________________________________________________________________________
31417 [ 17840] By: hv                                    on 2002/09/04  13:55:20
31418         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
31419              and Subject: [PATCH] More modules that don't lazy load Carp right.
31420              From: Michael G Schwern <schwern@pobox.com>
31421              Date: Tue, 3 Sep 2002 17:21:57 -0700
31422              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
31423              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
31424      Branch: perl
31425            ! ext/Encode/Unicode/Unicode.pm
31426            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
31427            ! lib/File/Basename.pm
31428 ____________________________________________________________________________
31429 [ 17839] By: hv                                    on 2002/09/04  13:47:12
31430         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
31431              From: "Brendan O'Dea" <bod@debian.org>
31432              Date: Wed, 4 Sep 2002 02:36:10 +1000
31433              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
31434      Branch: perl
31435            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
31436 ____________________________________________________________________________
31437 [ 17838] By: hv                                    on 2002/09/04  13:41:27
31438         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
31439              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
31440              Date: Tue, 3 Sep 2002 13:46:18 +0200
31441              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
31442      Branch: perl
31443            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
31444 ____________________________________________________________________________
31445 [ 17837] By: hv                                    on 2002/09/04  13:38:27
31446         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
31447              From: Michael G Schwern <schwern@pobox.com>
31448              Date: Mon, 2 Sep 2002 22:29:07 -0700
31449              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
31450      Branch: perl
31451            ! lib/Config.t
31452 ____________________________________________________________________________
31453 [ 17836] By: hv                                    on 2002/09/04  13:35:36
31454         Log: Subject: [PATCH] DB_File 1.805
31455              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31456              Date: Mon, 2 Sep 2002 23:56:40 +0100
31457              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
31458      Branch: perl
31459            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31460            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
31461            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
31462            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
31463 ____________________________________________________________________________
31464 [ 17835] By: hv                                    on 2002/09/04  13:23:17
31465         Log: fix coredump after 64k-deep recursion
31466              Subject: Re: debugging coredump with -DD
31467              From: hv@crypt.org
31468              Date: Tue, 03 Sep 2002 14:34:20 +0100
31469              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
31470      Branch: perl
31471            ! cop.h t/op/recurse.t
31472 ____________________________________________________________________________
31473 [ 17834] By: hv                                    on 2002/09/04  13:08:36
31474         Log: perldoc: allow arguments for pager
31475              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
31476              From: Chip Turner <cturner@redhat.com>
31477              Date: 02 Sep 2002 01:17:23 -0400
31478              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
31479      Branch: perl
31480            ! utils/perldoc.PL
31481 ____________________________________________________________________________
31482 [ 17833] By: hv                                    on 2002/09/04  12:55:54
31483         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
31484              From: Jarkko Hietaniemi <jhi@iki.fi>
31485              Date: Sun, 1 Sep 2002 19:23:55 +0300
31486              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
31487      Branch: perl
31488            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
31489 ____________________________________________________________________________
31490 [ 17832] By: hv                                    on 2002/09/04  12:39:42
31491         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
31492              From: John Peacock <jpeacock@rowman.com>
31493              Date: Sun, 01 Sep 2002 15:00:12 -0400
31494              Message-ID: <3D7263BC.9020608@rowman.com>
31495      Branch: perl
31496            ! lib/ExtUtils/xsubpp pod/perlxs.pod
31497 ____________________________________________________________________________
31498 [ 17831] By: hv                                    on 2002/09/04  11:47:10
31499         Log: #17827 misses some win32 tweaks
31500      Branch: perl
31501            ! win32/Makefile win32/makefile.mk
31502 ____________________________________________________________________________
31503 [ 17830] By: hv                                    on 2002/09/04  11:41:22
31504         Log: update email address for Paul Marquess
31505      Branch: perl
31506            ! AUTHORS
31507 ____________________________________________________________________________
31508 [ 17829] By: hv                                    on 2002/09/04  11:38:39
31509         Log: Subject: Correction for AUTHORS.html
31510              From: Sean Davis <dive@ender.com>
31511              Date: Fri, 30 Aug 2002 03:51:16 -0700
31512              Message-ID: <20020830035116.A18739@endersgame.net>
31513      Branch: perl
31514            ! AUTHORS
31515 ____________________________________________________________________________
31516 [ 17828] By: hv                                    on 2002/09/04  11:31:42
31517         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
31518              From: Michael G Schwern <schwern@pobox.com>
31519              Date: Fri, 30 Aug 2002 03:40:45 -0700
31520              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
31521      Branch: perl
31522            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
31523            ! lib/File/Spec/t/Spec.t
31524 ____________________________________________________________________________
31525 [ 17827] By: hv                                    on 2002/09/04  11:21:57
31526         Log: Subject: [PATCH] OS/400 PASE port
31527              From: Jarkko Hietaniemi <jhi@iki.fi>
31528              Date: Thu, 29 Aug 2002 22:22:51 +0300
31529              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
31530      Branch: perl
31531            + README.os400 hints/os400.sh
31532            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
31533            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
31534 ____________________________________________________________________________
31535 [ 17826] By: hv                                    on 2002/09/04  11:10:54
31536         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
31537              From: "Brendan O'Dea" <bod@debian.org>
31538              Date: Thu, 29 Aug 2002 22:42:39 +1000
31539              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
31540      Branch: perl
31541            ! ext/Sys/Syslog/syslog.t
31542 ____________________________________________________________________________
31543 [ 17825] By: hv                                    on 2002/09/04  10:53:59
31544         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
31545              From: "John P. Linderman" <jpl@research.att.com>
31546              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
31547              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
31548      Branch: perl
31549            ! ext/IPC/SysV/Semaphore.pm
31550 ____________________________________________________________________________
31551 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
31552         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
31553              From: Richard Soderberg (via RT) <perlbug@perl.org>
31554              Date: 3 Sep 2002 18:48:54 -0000
31555              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
31556
31557              Subject: [PATCH] A variety of README nitpicks.
31558              From: Richard Soderberg <rs@crystalflame.net>
31559              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
31560              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
31561      Branch: perl
31562            ! README.amiga README.dgux README.dos README.epoc README.hpux
31563            ! README.mint README.netware README.vmesa
31564 ____________________________________________________________________________
31565 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
31566         Log: Fix bug #16828.
31567              Add a few tests to ext/B/t/b.t, make it use Test::More.
31568      Branch: perl
31569            ! ext/B/B.xs ext/B/t/b.t
31570 ____________________________________________________________________________
31571 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
31572         Log: Some simple tests for the POSIX::isXXX() functions.
31573      Branch: perl
31574            ! ext/POSIX/t/posix.t
31575 ____________________________________________________________________________
31576 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
31577         Log: Advertise Linux::Pid.
31578      Branch: perl
31579            ! pod/perlfunc.pod pod/perlvar.pod
31580 ____________________________________________________________________________
31581 [ 17819] By: hv                                    on 2002/08/30  13:42:02
31582         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
31583              From: John Peacock <jpeacock@rowman.com>
31584              Date: Wed, 28 Aug 2002 22:13:48 -0400
31585              Message-ID: <3D6D835C.50809@rowman.com>
31586      Branch: perl
31587            ! universal.c util.c
31588 ____________________________________________________________________________
31589 [ 17818] By: hv                                    on 2002/08/30  13:16:05
31590         Log: add test related to change #17799:
31591              Subject: Re: if.pm bug.
31592              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
31593              Date: Thu, 29 Aug 2002 19:39:58 +0200
31594              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
31595      Branch: perl
31596            ! lib/if.t
31597 ____________________________________________________________________________
31598 [ 17817] By: hv                                    on 2002/08/30  13:12:20
31599         Log: Subject: [PATCH] AUTHORS
31600              From: "Brendan O'Dea" <bod@debian.org>
31601              Date: Thu, 29 Aug 2002 22:49:34 +1000
31602              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
31603      Branch: perl
31604            ! AUTHORS
31605 ____________________________________________________________________________
31606 [ 17816] By: hv                                    on 2002/08/30  13:10:45
31607         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
31608              From: "Brendan O'Dea" <bod@debian.org>
31609              Date: Thu, 29 Aug 2002 22:46:47 +1000
31610              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
31611      Branch: perl
31612            ! lib/Term/Cap.pm
31613 ____________________________________________________________________________
31614 [ 17815] By: hv                                    on 2002/08/30  13:02:41
31615         Log: formatting cleanup and:
31616              Subject: Re: perl-5.8.0 on HP porting center
31617              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31618              Date: Thu, 29 Aug 2002 12:23:31 +0200
31619              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
31620      Branch: perl
31621            ! installperl
31622 ____________________________________________________________________________
31623 [ 17814] By: hv                                    on 2002/08/30  12:23:33
31624         Log: Subject: [PATCH] perlmod.pod nit
31625              From: Autrijus Tang <autrijus@autrijus.org>
31626              Date: Thu, 29 Aug 2002 03:49:34 +0800
31627              Message-ID: <20020828194934.GA12244@not.autrijus.org>
31628      Branch: perl
31629            ! pod/perlmod.pod
31630 ____________________________________________________________________________
31631 [ 17813] By: hv                                    on 2002/08/30  12:19:15
31632         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
31633              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31634              Date: Thu, 29 Aug 2002 17:31:31 -0700
31635              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
31636      Branch: perl
31637            ! sv.c t/op/pat.t
31638 ____________________________________________________________________________
31639 [ 17812] By: hv                                    on 2002/08/30  12:06:20
31640         Log: Subject: [PATCH] typos in Hash::Util documentation
31641              From: Slaven Rezic <slaven.rezic@berlin.de>
31642              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
31643              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
31644      Branch: perl
31645            ! lib/Hash/Util.pm
31646 ____________________________________________________________________________
31647 [ 17811] By: hv                                    on 2002/08/30  12:02:59
31648         Log: Subject: Re: Recent changes on the HP porting center
31649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31650              Date: Wed, 28 Aug 2002 17:39:27 +0200
31651              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
31652      Branch: perl
31653            ! README.hpux
31654 ____________________________________________________________________________
31655 [ 17810] By: hv                                    on 2002/08/30  11:58:18
31656         Log: Subject: [PATCH] Fixes to threads::shared when disabled
31657              From: Michael G Schwern <schwern@pobox.com>
31658              Date: Wed, 28 Aug 2002 06:04:18 -0700
31659              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
31660      Branch: perl
31661            + ext/threads/shared/t/disabled.t
31662            ! MANIFEST ext/threads/shared/shared.pm
31663            ! ext/threads/shared/t/hv_refs.t
31664 ____________________________________________________________________________
31665 [ 17808] By: ams                                   on 2002/08/30  02:59:31
31666         Log: Subject: [PATCH] Tru64 vs Berkeley DB
31667              From: Jarkko Hietaniemi <jhi@iki.fi>
31668              Date: Fri, 30 Aug 2002 06:56:38 +0300
31669              Message-Id: <20020830035638.GB874@lyta.hut.fi>
31670      Branch: perl
31671            ! README.tru64 hints/dec_osf.sh
31672 ____________________________________________________________________________
31673 [ 17807] By: ams                                   on 2002/08/30  02:32:30
31674         Log: Subject: [PATCH] IRIX + INSTALL
31675              From: Jarkko Hietaniemi <jhi@iki.fi>
31676              Date: Fri, 30 Aug 2002 06:31:48 +0300
31677              Message-Id: <20020830033148.GA874@lyta.hut.fi>
31678      Branch: perl
31679            ! INSTALL hints/irix_6.sh
31680 ____________________________________________________________________________
31681 [ 17806] By: hv                                    on 2002/08/29  22:56:45
31682         Log: #17449 failed to apply the actual patch. This is it.
31683      Branch: perl
31684            ! lib/Exporter.pm lib/Exporter/Heavy.pm
31685 ____________________________________________________________________________
31686 [ 17805] By: hv                                    on 2002/08/29  13:49:04
31687         Log: Fix based on:
31688              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
31689              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
31690              Date: 27 Aug 2002 22:10:16 -0000
31691              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
31692      Branch: perl
31693            ! ext/POSIX/POSIX.xs
31694 ____________________________________________________________________________
31695 [ 17804] By: hv                                    on 2002/08/29  13:29:43
31696         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
31697              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31698              Date: Tue, 27 Aug 2002 23:36:53 +0200
31699              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
31700      Branch: perl
31701            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
31702            ! perl.c perlapi.h sv.c
31703 ____________________________________________________________________________
31704 [ 17803] By: ams                                   on 2002/08/29  13:09:47
31705         Log: Subject: [PATCH] AIX compiler setup sanity checking
31706              From: Jarkko Hietaniemi <jhi@iki.fi>
31707              Date: Thu, 29 Aug 2002 16:43:51 +0300
31708              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
31709      Branch: perl
31710            ! hints/aix.sh
31711 ____________________________________________________________________________
31712 [ 17802] By: hv                                    on 2002/08/29  12:32:51
31713         Log: Subject: [perl #16769] Documention bug
31714              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
31715              Date: 26 Aug 2002 10:01:04 -0000
31716              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
31717      Branch: perl
31718            ! pod/perl58delta.pod
31719 ____________________________________________________________________________
31720 [ 17801] By: hv                                    on 2002/08/29  12:19:30
31721         Log: Subject: [PATCH] ExtUtils::Constant 0.14
31722              From: Nicholas Clark <nick@unfortu.net>
31723              Date: Sun, 25 Aug 2002 18:06:00 +0100
31724              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
31725      Branch: perl
31726            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
31727 ____________________________________________________________________________
31728 [ 17800] By: hv                                    on 2002/08/29  12:08:59
31729         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
31730              From: Mark-Jason Dominus <mjd@plover.com>
31731              Date: Sun, 25 Aug 2002 12:09:53 -0400
31732              Message-ID: <20020825160953.15987.qmail@plover.com>
31733      Branch: perl
31734            ! pod/perlfaq5.pod
31735 ____________________________________________________________________________
31736 [ 17799] By: hv                                    on 2002/08/29  11:48:39
31737         Log: Subject: Re: if.pm bug.
31738              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
31739              Date: Sun, 25 Aug 2002 00:27:59 +0200
31740              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
31741      Branch: perl
31742            ! lib/if.pm
31743 ____________________________________________________________________________
31744 [ 17798] By: hv                                    on 2002/08/29  11:44:00
31745         Log: Subject: [PATCH] posixify getppid on linux-multithread
31746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31747              Date: Tue, 6 Aug 2002 21:56:46 +0200
31748              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
31749      Branch: perl
31750            + t/op/getpid.t
31751            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
31752            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
31753 ____________________________________________________________________________
31754 [ 17797] By: hv                                    on 2002/08/29  10:55:41
31755         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
31756              From: Mark-Jason Dominus <mjd@plover.com>
31757              Date: Sun, 25 Aug 2002 22:31:54 -0400
31758              Message-ID: <20020826023154.22986.qmail@plover.com>
31759      Branch: perl
31760            ! ext/B/B.pm
31761 ____________________________________________________________________________
31762 [ 17791] By: hv                                    on 2002/08/27  11:28:32
31763         Log: Missing MANIFEST files for #17783.
31764      Branch: perl
31765            ! MANIFEST
31766 ____________________________________________________________________________
31767 [ 17790] By: hv                                    on 2002/08/27  11:22:36
31768         Log: #17783 introduced an outdated test module, causing failure in
31769              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
31770              ExtUtils::MakeMaker.
31771      Branch: perl
31772            ! t/lib/TieOut.pm
31773 ____________________________________________________________________________
31774 [ 17789] By: ams                                   on 2002/08/27  04:04:48
31775         Log: Subject: Patch perlvar.pod
31776              From: mjd@plover.com
31777              Date: 27 Aug 2002 03:03:01 -0000
31778              Message-Id: <20020827030301.32481.qmail@plover.com>
31779      Branch: perl
31780            ! pod/perlvar.pod
31781 ____________________________________________________________________________
31782 [ 17788] By: hv                                    on 2002/08/26  23:59:47
31783         Log: Update Changes
31784      Branch: perl
31785            ! Changes patchlevel.h
31786 ____________________________________________________________________________
31787 [ 17787] By: hv                                    on 2002/08/26  19:22:27
31788         Log: fix for:
31789              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
31790              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
31791              Date: 26 Aug 2002 15:01:36 -0000
31792              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
31793      Branch: perl
31794            ! regexec.c t/op/re_tests
31795 ____________________________________________________________________________
31796 [ 17786] By: hv                                    on 2002/08/26  15:34:25
31797         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
31798              From: "Sean M. Burke" <sburke@cpan.org>
31799              Date: Mon, 26 Aug 2002 04:38:19 -0600
31800              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
31801      Branch: perl
31802            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
31803            ! lib/Test/t/todo.t
31804 ____________________________________________________________________________
31805 [ 17785] By: hv                                    on 2002/08/26  15:18:41
31806         Log: fix non-ANSI C++-style comment
31807              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
31808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31809              Date: Mon, 26 Aug 2002 09:15:18 +0200
31810              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
31811      Branch: perl
31812            ! ext/Storable/Storable.xs
31813 ____________________________________________________________________________
31814 [ 17784] By: hv                                    on 2002/08/26  15:15:19
31815         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
31816      Branch: perl
31817            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
31818            ! lib/bignum/t/brinfnan.t
31819 ____________________________________________________________________________
31820 [ 17783] By: hv                                    on 2002/08/26  15:07:21
31821         Log: Subject: [ANNOUNCE] Test::Simple 0.47
31822              From: Michael G Schwern <schwern@pobox.com>
31823              Date: Mon, 26 Aug 2002 04:13:03 -0700
31824              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
31825      Branch: perl
31826            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
31827            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
31828            + lib/Test/Simple/t/ok_obj.t
31829            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
31830            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
31831            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
31832            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
31833            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
31834 ____________________________________________________________________________
31835 [ 17782] By: hv                                    on 2002/08/26  15:00:55
31836         Log: new test for change #17773
31837              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
31838              From: DH <crazyinsomniac@yahoo.com>
31839              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
31840              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
31841      Branch: perl
31842            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
31843 ____________________________________________________________________________
31844 [ 17781] By: hv                                    on 2002/08/26  14:48:35
31845         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
31846      Branch: perl
31847            ! reentr.pl
31848 ____________________________________________________________________________
31849 [ 17780] By: hv                                    on 2002/08/25  19:03:50
31850         Log: fix bignum test failures
31851      Branch: perl
31852            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
31853            ! lib/bignum/t/brinfnan.t
31854 ____________________________________________________________________________
31855 [ 17779] By: hv                                    on 2002/08/25  18:56:29
31856         Log: upgrade bignum to v0.13: fix test failures and update docs
31857      Branch: perl
31858            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
31859 ____________________________________________________________________________
31860 [ 17778] By: hv                                    on 2002/08/25  18:43:06
31861         Log: Subject: Encode 1.76 Released
31862              From: Dan Kogai <dankogai@dan.co.jp>
31863              Date: su elo 25, 2002  11:27:07 US/Eastern
31864              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
31865      Branch: perl
31866            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
31867            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
31868            ! ext/Encode/lib/Encode/MIME/Header.pm
31869            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
31870 ____________________________________________________________________________
31871 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
31872         Log: Fix parsing problems with the // operator.
31873              Make // able to follow various unary operators used without
31874              arguments or parens (shift, pop, getc, pos, readline,
31875              readlink, undef, umask, and the filetest operators), as
31876              well as the <FH> operator.
31877      Branch: perl
31878            ! perl.h t/op/dor.t toke.c
31879 ____________________________________________________________________________
31880 [ 17776] By: hv                                    on 2002/08/25  15:56:37
31881         Log: Subject: [PATCH] ExtUtils::Constant 0.13
31882              From: Nicholas Clark <nick@unfortu.net>
31883              Date: Fri, 23 Aug 2002 19:21:12 +0100
31884              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
31885      Branch: perl
31886            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
31887 ____________________________________________________________________________
31888 [ 17775] By: hv                                    on 2002/08/25  15:46:28
31889         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
31890              From: "mls@suse.de (via RT)" <perlbug@perl.org>
31891              Date: 23 Aug 2002 15:24:39 -0000
31892              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
31893      Branch: perl
31894            ! reentr.c
31895 ____________________________________________________________________________
31896 [ 17774] By: hv                                    on 2002/08/25  15:29:42
31897         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
31898              From: Abigail <abigail@foad.org>
31899              Date: Thu, 22 Aug 2002 04:10:39 -0700
31900              Message-ID: <20020822041039.A2089@ucan.foad.org>
31901      Branch: perl
31902            ! lib/Benchmark.pm lib/Benchmark.t
31903 ____________________________________________________________________________
31904 [ 17773] By: hv                                    on 2002/08/25  15:17:16
31905         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
31906              From: DH <crazyinsomniac@yahoo.com>
31907              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
31908              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
31909      Branch: perl
31910            ! lib/Pod/Html.pm
31911 ____________________________________________________________________________
31912 [ 17772] By: hv                                    on 2002/08/25  14:49:37
31913         Log: Subject: Re: p5p patches
31914              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31915              Date: Fri, 23 Aug 2002 15:27:48 +0200
31916              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
31917      Branch: perl
31918            ! Porting/patching.pod
31919 ____________________________________________________________________________
31920 [ 17771] By: hv                                    on 2002/08/25  14:45:46
31921         Log: Subject: Newdated info for HP-UX
31922              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31923              Date: Wed, 21 Aug 2002 20:20:17 +0200
31924              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
31925      Branch: perl
31926            ! README.hpux
31927 ____________________________________________________________________________
31928 [ 17770] By: hv                                    on 2002/08/25  14:26:36
31929         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
31930              From: "Jos I. Boumans" <kane@cpan.org>
31931              Date: Wed, 21 Aug 2002 14:55:51 +0200
31932              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
31933      Branch: perl
31934            ! pod/perlfaq1.pod
31935 ____________________________________________________________________________
31936 [ 17769] By: hv                                    on 2002/08/25  14:16:50
31937         Log: Subject: bit more for WinCE
31938              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
31939              Date: Wed, 21 Aug 2002 01:31:52 +0400
31940              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
31941      Branch: perl
31942            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
31943            ! wince/wince.c
31944 ____________________________________________________________________________
31945 [ 17768] By: hv                                    on 2002/08/25  14:02:47
31946         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
31947              From: Anton Berezin <tobez@tobez.org>
31948              Date: Tue, 20 Aug 2002 23:44:25 +0200
31949              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
31950      Branch: perl
31951            ! lib/lib.t lib/lib_pm.PL
31952 ____________________________________________________________________________
31953 [ 17767] By: hv                                    on 2002/08/25  13:52:08
31954         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
31955              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
31956              Date: 18 Aug 2002 13:27:12 -0000
31957              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
31958      Branch: perl
31959            ! utils/perldoc.PL
31960 ____________________________________________________________________________
31961 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
31962         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
31963              From: Peter BARABAS (via RT) <perlbug@perl.org>
31964              Date: 24 Aug 2002 08:16:19 -0000
31965              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
31966      Branch: perl
31967            ! pod/perlxstut.pod
31968 ____________________________________________________________________________
31969 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
31970         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
31971              From: Nicholas Clark <nick@unfortu.net>
31972              Date: Sat, 24 Aug 2002 17:01:08 +0100
31973              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
31974              (plus a typo fix)
31975      Branch: perl
31976            ! lib/Net/t/hostname.t
31977 ____________________________________________________________________________
31978 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
31979         Log: a2p wasn't installed with -Dversiononly
31980      Branch: perl
31981            ! installperl
31982 ____________________________________________________________________________
31983 [ 17763] By: hv                                    on 2002/08/23  12:23:31
31984         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
31985              with a NULL subaddr. Fix that, and stop it happening again.
31986      Branch: perl
31987            ! op.c universal.c
31988 ____________________________________________________________________________
31989 [ 17762] By: hv                                    on 2002/08/23  11:02:35
31990         Log: fixup threaded build for vstring changes
31991      Branch: perl
31992            ! universal.c util.c
31993 ____________________________________________________________________________
31994 [ 17761] By: ams                                   on 2002/08/23  02:54:09
31995         Log: Incorporate fix from JHI at:
31996              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
31997      Branch: perl
31998            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
31999 ____________________________________________________________________________
32000 [ 17760] By: ams                                   on 2002/08/23  01:30:46
32001         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
32002              From: Jarkko Hietaniemi <jhi@iki.fi>
32003              Date: Fri, 23 Aug 2002 05:29:09 +0300
32004              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
32005      Branch: perl
32006            ! ext/Devel/PPPort/PPPort.pm
32007 ____________________________________________________________________________
32008 [ 17759] By: ams                                   on 2002/08/23  01:27:23
32009         Log: Subject: [PATCH] x2p/str.c signedness nits
32010              From: Jarkko Hietaniemi <jhi@iki.fi>
32011              Date: Fri, 23 Aug 2002 02:43:30 +0300
32012              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
32013      Branch: perl
32014            ! x2p/str.c
32015 ____________________________________________________________________________
32016 [ 17758] By: hv                                    on 2002/08/22  22:29:45
32017         Log: bignum-0.12 updates from:
32018              Subject: [ANNOUCNE] Big Math::Big* update
32019              From: Tels <perl_dummy@bloodgate.com>
32020              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
32021              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
32022      Branch: perl
32023            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
32024            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
32025            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
32026            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
32027            ! lib/bigrat.pm
32028 ____________________________________________________________________________
32029 [ 17757] By: hv                                    on 2002/08/22  22:19:42
32030         Log: new file for #17756
32031      Branch: perl
32032            ! MANIFEST
32033 ____________________________________________________________________________
32034 [ 17756] By: hv                                    on 2002/08/22  22:16:41
32035         Log: Subject: ANNOUCNE: Math::BigRat v0.09
32036              From: Tels <perl_dummy@bloodgate.com>
32037              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
32038              Message-Id: <200208141812.g7EICrV23771@crypt.org>
32039      Branch: perl
32040            + lib/Math/BigRat/t/big_ap.t
32041            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
32042            ! lib/Math/BigRat/t/bigratpm.inc
32043 ____________________________________________________________________________
32044 [ 17755] By: hv                                    on 2002/08/22  19:44:03
32045         Log: new files from #17754
32046      Branch: perl
32047            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
32048 ____________________________________________________________________________
32049 [ 17754] By: hv                                    on 2002/08/22  19:42:58
32050         Log: Subject: ANNOUNCE: Math-BigInt v1.62
32051              From: Tels <perl_dummy@bloodgate.com>
32052              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
32053              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
32054      Branch: perl
32055            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
32056            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
32057            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
32058            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
32059            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
32060            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
32061            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
32062            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32063            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
32064            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
32065            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
32066 ____________________________________________________________________________
32067 [ 17753] By: hv                                    on 2002/08/22  12:05:57
32068         Log: Subject: podlators 1.24 released
32069              From: Russ Allbery <rra@stanford.edu>
32070              Date: Sat, 03 Aug 2002 20:56:42 -0700
32071              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
32072      Branch: perl
32073            + lib/Pod/t/text-options.t
32074            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
32075            ! lib/Pod/t/basic.t pod/pod2text.PL
32076 ____________________________________________________________________________
32077 [ 17752] By: hv                                    on 2002/08/22  11:13:17
32078         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
32079              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32080              Date: Fri, 26 Jul 2002 02:59:12 +0900
32081              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
32082      Branch: perl
32083            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32084            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
32085            ! lib/Unicode/Collate/t/test.t
32086 ____________________________________________________________________________
32087 [ 17751] By: hv                                    on 2002/08/22  11:08:35
32088         Log: fix test failure from #17747
32089      Branch: perl
32090            ! ext/B/t/stash.t
32091 ____________________________________________________________________________
32092 [ 17750] By: hv                                    on 2002/08/22  10:46:19
32093         Log: Subject: [PATCH] Fix DBM filters
32094              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32095              Date: Wed, 21 Aug 2002 11:40:49 +0100
32096              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
32097      Branch: perl
32098            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
32099            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
32100            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
32101            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
32102            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
32103            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
32104            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
32105 ____________________________________________________________________________
32106 [ 17749] By: hv                                    on 2002/08/22  01:04:32
32107         Log: avoid use of %caller::EXPORT
32108              Subject: [PATCH] Re: question about Exporter::import
32109              From: Nicholas Clark <nick@unfortu.net>
32110              Date: Wed, 14 Aug 2002 21:33:12 +0100
32111              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
32112      Branch: perl
32113            ! lib/Exporter.pm lib/Exporter/Heavy.pm
32114 ____________________________________________________________________________
32115 [ 17748] By: hv                                    on 2002/08/22  00:54:03
32116         Log: todo test for linux $0 modification
32117              Subject: Re: [perl #16206] $0 in 5.8
32118              From: Slaven Rezic <slaven.rezic@berlin.de>
32119              Date: 17 Aug 2002 21:32:37 +0200
32120              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
32121      Branch: perl
32122            ! t/op/magic.t
32123 ____________________________________________________________________________
32124 [ 17747] By: hv                                    on 2002/08/22  00:11:34
32125         Log: Subject: Re: [PATCH] Version object patch #1
32126              From: John Peacock <jpeacock@rowman.com>
32127              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
32128              Message-id: <3D630042.6020407@rowman.com>
32129
32130              Subject: Re: [REVISED PATCH] Magic v-strings
32131              From: John Peacock <jpeacock@rowman.com>
32132              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
32133              Message-id: <3D63E532.7020305@rowman.com>
32134      Branch: perl
32135            ! sv.c t/op/ver.t universal.c util.c
32136 ____________________________________________________________________________
32137 [ 17746] By: hv                                    on 2002/08/20  16:48:05
32138         Log: Subject: [PATCH] Version object patch #1
32139              From: John Peacock <jpeacock@rowman.com>
32140              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
32141              Message-id: <3D5BB55D.6090603@rowman.com>
32142              and Message-id: <3D627D1A.4050607@rowman.com>
32143              and t/lib/warnings/universal tweak to skip
32144      Branch: perl
32145            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
32146            ! t/lib/warnings/universal toke.c util.c
32147 ____________________________________________________________________________
32148 [ 17745] By: hv                                    on 2002/08/20  16:27:01
32149         Log: perldelta for #17727
32150      Branch: perl
32151            ! pod/perldelta.pod
32152 ____________________________________________________________________________
32153 [ 17744] By: hv                                    on 2002/08/20  15:34:36
32154         Log: Subject: typo in perfunc.pod
32155              From: "John P. Linderman" <jpl@research.att.com>
32156              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
32157              Message-id: <200208191245.IAA20072@raptor.research.att.com>
32158      Branch: perl
32159            ! pod/perlfunc.pod
32160 ____________________________________________________________________________
32161 [ 17743] By: hv                                    on 2002/08/20  15:31:40
32162         Log: Subject: Re: [PATCH] fix typos in perlpacktut
32163              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
32164              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
32165              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
32166      Branch: perl
32167            ! pod/perlpacktut.pod
32168 ____________________________________________________________________________
32169 [ 17742] By: hv                                    on 2002/08/20  14:51:16
32170         Log: Subject: [REVISED PATCH] Magic v-strings
32171              From: John Peacock <jpeacock@rowman.com>
32172              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
32173              Message-id: <3D556FE6.6000404@rowman.com>
32174              plus a bit of cleanup
32175      Branch: perl
32176            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
32177 ____________________________________________________________________________
32178 [ 17741] By: hv                                    on 2002/08/20  14:20:16
32179         Log: Subject: Re: [PATCH] Storable and CODE references
32180              From: Slaven Rezic <slaven.rezic@berlin.de>
32181              Date: 17 Aug 2002 21:58:03 +0200
32182              Message-id: <87bs812r78.fsf@vran.herceg.de>
32183      Branch: perl
32184            + ext/Storable/t/code.t
32185            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
32186            ! ext/Storable/t/malice.t
32187 ____________________________________________________________________________
32188 [ 17740] By: hv                                    on 2002/08/20  14:07:56
32189         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
32190              Handle CoW in hashes:
32191              Subject: Re: why would tr/// be performing hash copies?
32192              From: Nicholas Clark <nick@unfortu.net>
32193              Date: Sun, 18 Aug 2002 23:17:01 +0100
32194              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
32195      Branch: perl
32196            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
32197 ____________________________________________________________________________
32198 [ 17739] By: hv                                    on 2002/08/20  13:52:18
32199         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
32200              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32201              Date: Tue, 23 Jul 2002 09:21:10 +0200
32202              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
32203      Branch: perl
32204            ! Configure
32205 ____________________________________________________________________________
32206 [ 17737] By: ams                                   on 2002/08/19  07:48:39
32207         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
32208              negligence.
32209      Branch: perl
32210            ! pod/perlrun.pod
32211 ____________________________________________________________________________
32212 [ 17736] By: hv                                    on 2002/08/18  18:27:28
32213         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
32214              From: Dave Mitchell <davem@fdgroup.com>
32215              Date: Fri, 16 Aug 2002 23:31:07 +0100
32216              Message-id: <20020816233107.E9388@fdgroup.com>
32217      Branch: perl
32218            ! numeric.c t/base/num.t
32219 ____________________________________________________________________________
32220 [ 17735] By: hv                                    on 2002/08/18  02:22:21
32221         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
32222              From: Mark-Jason Dominus <mjd@plover.com>
32223              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
32224              Message-id: <20020814011909.22744.qmail@plover.com>
32225      Branch: perl
32226            ! lib/Net/hostent.pm
32227 ____________________________________________________________________________
32228 [ 17734] By: hv                                    on 2002/08/18  02:20:05
32229         Log: Subject: [PATCH] Re: Pod::Functions tpyo
32230              From: Abe Timmerman <abe@ztreet.demon.nl>
32231              Date: Tue, 13 Aug 2002 23:47:00 +0200
32232              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
32233      Branch: perl
32234            ! lib/Pod/Functions.pm
32235 ____________________________________________________________________________
32236 [ 17733] By: hv                                    on 2002/08/18  02:17:18
32237         Log: Subject: Server rename revisited
32238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32239              Date: Tue, 13 Aug 2002 19:19:03 +0200
32240              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
32241      Branch: perl
32242            ! README.hpux
32243 ____________________________________________________________________________
32244 [ 17732] By: hv                                    on 2002/08/18  02:11:49
32245         Log: Subject: [PATCH] Remove old VOS build methods
32246              From: Paul_GreenVOS@vos.stratus.com
32247              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
32248              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
32249      Branch: perl
32250            - vos/Makefile vos/build.cm vos/compile_perl.cm
32251            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32252            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
32253            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
32254            - vos/vos_dummies.c
32255            ! MANIFEST README.vos pod/perlport.pod vos/Changes
32256 ____________________________________________________________________________
32257 [ 17731] By: hv                                    on 2002/08/18  01:57:12
32258         Log: Subject: [PATCH] Configure missing d_modflproto=''
32259              From: "Gerrit P. Haase" <gp@familiehaase.de>
32260              Date: Tue, 13 Aug 2002 15:11:05 +0200
32261              Message-id: <11417599086.20020813151105@familiehaase.de>
32262      Branch: perl
32263            ! Configure
32264 ____________________________________________________________________________
32265 [ 17730] By: hv                                    on 2002/08/18  01:41:33
32266         Log: missing chunk from #17725 causes lib/constant.t test failures
32267      Branch: perl
32268            ! lib/constant.t
32269 ____________________________________________________________________________
32270 [ 17729] By: hv                                    on 2002/08/17  02:33:15
32271         Log: Subject: [PATCH] Safe.pm documentation
32272              From: Slaven Rezic <slaven.rezic@berlin.de>
32273              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
32274              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
32275      Branch: perl
32276            ! ext/Opcode/Safe.pm pod/perlre.pod
32277 ____________________________________________________________________________
32278 [ 17728] By: hv                                    on 2002/08/17  02:07:24
32279         Log: Subject: Copy On Write
32280              From: Nicholas Clark <nick@ccl4.org>
32281              Date: Thu, 15 Aug 2002 00:10:35 +0100
32282              Message-id: <20020815001035.A69079@plum.flirble.org>
32283              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
32284      Branch: perl
32285            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
32286            ! pp_hot.c proto.h sv.c sv.h
32287 ____________________________________________________________________________
32288 [ 17727] By: hv                                    on 2002/08/17  01:20:05
32289         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
32290              From: Mark-Jason Dominus <mjd@plover.com>
32291              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
32292              Message-id: <20020415033855.6343.qmail@plover.com>
32293      Branch: perl
32294            ! av.c av.h pod/perltie.pod t/op/tiearray.t
32295 ____________________________________________________________________________
32296 [ 17726] By: hv                                    on 2002/08/17  01:17:09
32297         Log: pp.c warns that sv may be used uninitialised in pp_delete()
32298      Branch: perl
32299            ! pp.c
32300 ____________________________________________________________________________
32301 [ 17725] By: hv                                    on 2002/08/17  00:51:19
32302         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
32303              From: Michael G Schwern <schwern@pobox.com>
32304              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
32305              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
32306      Branch: perl
32307            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
32308            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
32309            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
32310            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
32311 ____________________________________________________________________________
32312 [ 17724] By: hv                                    on 2002/08/17  00:27:33
32313         Log: ext/B/defsubs.h also depends on the program that builds it
32314      Branch: perl
32315            ! ext/B/Makefile.PL
32316 ____________________________________________________________________________
32317 [ 17723] By: hv                                    on 2002/08/17  00:10:24
32318         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
32319              From: Dave Mitchell <davem@fdgroup.com>
32320              Date: Tue, 13 Aug 2002 14:42:15 +0100
32321              Message-ID: <20020813144215.G11939@fdgroup.com>
32322      Branch: perl
32323            ! embed.fnc embed.h global.sym proto.h
32324 ____________________________________________________________________________
32325 [ 17722] By: ams                                   on 2002/08/16  05:20:22
32326         Log: Subject: Minor perlrun.pod patch
32327              From: Iain Truskett <spoon@cpan.org>
32328              Date: Fri, 16 Aug 2002 16:20:27 +1000
32329              Message-Id: <20020816162027.D17196@eh.org>
32330      Branch: perl
32331            ! pod/perlrun.pod
32332 ____________________________________________________________________________
32333 [ 17721] By: hv                                    on 2002/08/12  12:17:19
32334         Log: #17717 needed tests fixing up
32335      Branch: perl
32336            ! t/op/chop.t
32337 ____________________________________________________________________________
32338 [ 17720] By: hv                                    on 2002/08/12  12:10:07
32339         Log: Subject: Re: [PATCH] Re: taint news
32340              From: Rick Delaney <rick.delaney@rogers.com>
32341              Date: 04 Aug 2002 00:28:58 EDT
32342              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
32343              missed patch fragment from Change #17676
32344      Branch: perl
32345            ! pod/perlsec.pod
32346 ____________________________________________________________________________
32347 [ 17719] By: hv                                    on 2002/08/12  12:03:53
32348         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
32349              From: Warren Jones (via RT) <perlbug@perl.org>
32350              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
32351              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
32352      Branch: perl
32353            ! lib/strict.t lib/warnings.t
32354 ____________________________________________________________________________
32355 [ 17718] By: hv                                    on 2002/08/12  11:57:17
32356         Log: Subject: [PATCH] add verbose stack display option, -Dvs
32357              From: Dave Mitchell <davem@fdgroup.com>
32358              Date: Mon, 5 Aug 2002 00:55:33 +0100
32359              Message-id: <20020805005533.B26111@fdgroup.com>
32360      Branch: perl
32361            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
32362            ! pod/perlrun.pod proto.h
32363 ____________________________________________________________________________
32364 [ 17717] By: hv                                    on 2002/08/12  11:44:06
32365         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
32366              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32367              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
32368              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
32369      Branch: perl
32370            ! op.c t/op/chop.t t/op/ref.t
32371 ____________________________________________________________________________
32372 [ 17716] By: hv                                    on 2002/08/12  11:29:53
32373         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
32374              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
32375              Date: Sat, 13 Jul 2002 17:44:02 +0100
32376              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
32377      Branch: perl
32378            ! pp_hot.c t/op/tiehandle.t
32379 ____________________________________________________________________________
32380 [ 17715] By: hv                                    on 2002/08/12  11:28:26
32381         Log: Subject: [PATCH] better modfl detection
32382              From: Nicholas Clark <nick@unfortu.net>
32383              Date: Sun, 11 Aug 2002 20:05:49 +0100
32384              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
32385      Branch: perl
32386            ! Configure config_h.SH perl.h
32387 ____________________________________________________________________________
32388 [ 17714] By: hv                                    on 2002/08/12  11:26:23
32389         Log: Subject: [PATCH] perltodo.pod
32390              From: Richard.Foley@t-online.de
32391              Date: Sun, 11 Aug 2002 18:26:10 +0200
32392              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
32393              perlbug credits
32394      Branch: perl
32395            ! pod/perltodo.pod
32396 ____________________________________________________________________________
32397 [ 17713] By: hv                                    on 2002/08/12  11:24:44
32398         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
32399              From: Nicholas Clark <nick@unfortu.net>
32400              Date: Sun, 11 Aug 2002 16:59:16 +0100
32401              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
32402      Branch: perl
32403            ! gv.c
32404 ____________________________________________________________________________
32405 [ 17712] By: hv                                    on 2002/08/12  11:23:06
32406         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
32407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32408              Date: Mon, 12 Aug 2002 10:25:20 +0200
32409              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
32410              gcc bug test needs -lm
32411      Branch: perl
32412            ! hints/hpux.sh
32413 ____________________________________________________________________________
32414 [ 17711] By: hv                                    on 2002/08/12  11:20:49
32415         Log: Subject: [PATCH s2p] Small typo correction
32416              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
32417              Date: Wed, 7 Aug 2002 11:50:51 +0200
32418              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
32419      Branch: perl
32420            ! x2p/s2p.PL
32421 ____________________________________________________________________________
32422 [ 17710] By: hv                                    on 2002/08/12  11:17:21
32423         Log: Subject: [PATCH] pod/perlfaq4.pod
32424              From: Abigail <abigail@foad.org>
32425              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
32426              Message-id: <20020730095202.A6462@ucan.foad.org>
32427              Add references to Regexp::Common.
32428      Branch: perl
32429            ! pod/perlfaq4.pod
32430 ____________________________________________________________________________
32431 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
32432         Log: Subject: New HP-UX itanium servers
32433              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32434              Date: Wed, 07 Aug 2002 13:25:57 +0200
32435              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
32436      Branch: perl
32437            ! README.hpux
32438 ____________________________________________________________________________
32439 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
32440         Log: Subject: Re: missing lower range in {} regex
32441              From: "John P. Linderman" <jpl@research.att.com>
32442              Date: Fri, 09 Aug 2002 12:48:55 -0400
32443              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
32444      Branch: perl
32445            ! pod/perlre.pod
32446 ____________________________________________________________________________
32447 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
32448         Log: More tests for the attribute syntax, from the
32449              attributes manpage.
32450      Branch: perl
32451            ! t/op/attrs.t
32452 ____________________________________________________________________________
32453 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
32454         Log: Fix bug #16080 : an attribute list should end at '}'
32455      Branch: perl
32456            ! t/op/attrs.t toke.c
32457 ____________________________________________________________________________
32458 [ 17703] By: hv                                    on 2002/08/08  15:30:12
32459         Log: Update Changes
32460      Branch: perl
32461            ! Changes patchlevel.h
32462 ____________________________________________________________________________
32463 [ 17702] By: hv                                    on 2002/08/08  15:08:57
32464         Log: Subject: Re: README.aix
32465              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32466              Date: Tue, 30 Jul 2002 13:30:29 +0200
32467              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
32468      Branch: perl
32469            ! README.aix
32470 ____________________________________________________________________________
32471 [ 17701] By: hv                                    on 2002/08/08  15:06:01
32472         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
32473              From: Andy Dougherty <doughera@lafayette.edu>
32474              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
32475              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
32476      Branch: perl
32477            ! hints/aix.sh
32478 ____________________________________________________________________________
32479 [ 17700] By: hv                                    on 2002/08/08  15:02:57
32480         Log: Subject: [DOC PATCH] perlipc.pod
32481              From: Arjen Laarhoven <arjen@nl.demon.net>
32482              Date: Tue, 6 Aug 2002 14:16:01 +0200
32483              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
32484      Branch: perl
32485            ! pod/perlipc.pod
32486 ____________________________________________________________________________
32487 [ 17699] By: hv                                    on 2002/08/08  14:56:56
32488         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
32489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32490              Date: Fri, 2 Aug 2002 23:44:21 +0200
32491              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
32492      Branch: perl
32493            ! op.c t/op/attrs.t
32494 ____________________________________________________________________________
32495 [ 17698] By: hv                                    on 2002/08/08  14:52:45
32496         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
32497              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
32498              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
32499              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
32500      Branch: perl
32501            ! Configure
32502 ____________________________________________________________________________
32503 [ 17697] By: hv                                    on 2002/08/08  14:49:00
32504         Log: Subject: Doc patch for Class::Struct under 5.8.0
32505              From: Damian Conway <damian@conway.org>
32506              Date: Tue, 30 Jul 2002 23:03:14 +1000
32507              Message-id: <3D471FCF.1C7C6E6B@conway.org>
32508      Branch: perl
32509            ! lib/Class/Struct.pm
32510 ____________________________________________________________________________
32511 [ 17696] By: hv                                    on 2002/08/08  14:44:21
32512         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
32513              From: Slaven Rezic <slaven.rezic@berlin.de>
32514              Date: 31 Jul 2002 09:50:06 +0200
32515              Message-id: <87ado85ob5.fsf@vran.herceg.de>
32516      Branch: perl
32517            ! pp.c
32518 ____________________________________________________________________________
32519 [ 17695] By: hv                                    on 2002/08/08  14:40:41
32520         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
32521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32522              Date: Fri, 2 Aug 2002 00:13:10 +0200
32523              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
32524      Branch: perl
32525            + t/op/stash.t
32526            ! MANIFEST perl.h
32527 ____________________________________________________________________________
32528 [ 17694] By: hv                                    on 2002/08/08  14:31:55
32529         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
32530              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32531              Date: Wed, 31 Jul 2002 16:04:02 +0200
32532              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
32533      Branch: perl
32534            ! hints/hpux.sh
32535 ____________________________________________________________________________
32536 [ 17693] By: hv                                    on 2002/08/08  14:25:16
32537         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
32538              From: Abigail <abigail@foad.org>
32539              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
32540              Message-id: <20020725085252.A2703@ucan.foad.org>
32541      Branch: perl
32542            ! lib/ExtUtils/MM_Unix.pm
32543 ____________________________________________________________________________
32544 [ 17692] By: hv                                    on 2002/08/08  14:20:05
32545         Log: Subject: [PATCH] README.jp and README.cn
32546              From: Autrijus Tang <autrijus@autrijus.org>
32547              Date: Thu, 25 Jul 2002 07:05:11 +0800
32548              Message-id: <20020724230511.GA1327@not.autrijus.org>
32549      Branch: perl
32550            ! README.cn README.jp
32551 ____________________________________________________________________________
32552 [ 17691] By: hv                                    on 2002/08/08  14:01:50
32553         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
32554              From: Henrik Tougaard (via RT) <perlbug@perl.org>
32555              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
32556              Message-id: <rt-15398-31095.6.30466042998663@perl>
32557      Branch: perl
32558            ! lib/Pod/Usage.pm
32559 ____________________________________________________________________________
32560 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
32561         Log: Doc fix : the symbol for COPs wasn't documented.
32562      Branch: perl
32563            ! opcode.pl
32564 ____________________________________________________________________________
32565 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
32566         Log: Subject: Re: no warnings 'io';
32567              From: Nicholas Clark <nick@unfortu.net>
32568              Date: Sat, 27 Jul 2002 21:49:55 +0100
32569              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
32570
32571              Plus a little bit of regression tests.
32572      Branch: perl
32573            ! t/lib/warnings/pp_hot util.c
32574 ____________________________________________________________________________
32575 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
32576         Log: Subject: [PATCH] XS build fix for VMS
32577              From: "Craig A. Berry" <craigberry@mac.com>
32578              Date: Sun, 4 Aug 2002 12:13:06 -0500
32579              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
32580      Branch: perl
32581            ! vms/descrip_mms.template
32582 ____________________________________________________________________________
32583 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
32584         Log: PerlIO::scalar wasn't able to read from non-string
32585              scalar ; now stringifies its argument.
32586      Branch: perl
32587            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
32588 ____________________________________________________________________________
32589 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
32590         Log: More regression tests for $^H and %^H.
32591              Add a TODO test for eval "" preserving %^H.
32592      Branch: perl
32593            ! t/comp/hints.t
32594 ____________________________________________________________________________
32595 [ 17685] By: hv                                    on 2002/08/05  22:42:09
32596         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
32597              From: "John P. Linderman" <jpl@research.att.com>
32598              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
32599              Message-id: <200207211613.MAA69505@raptor.research.att.com>
32600      Branch: perl
32601            ! lib/sort.pm lib/sort.t
32602 ____________________________________________________________________________
32603 [ 17684] By: hv                                    on 2002/08/05  22:35:22
32604         Log: Integrate from perlio: change #17653 fixes bug RT15283
32605      Branch: perl
32606           !> ext/PerlIO/via/via.xs
32607 ____________________________________________________________________________
32608 [ 17683] By: hv                                    on 2002/08/05  22:26:45
32609         Log: Integrate from maint-5.6/macperl via macperl
32610              Changes 17660, 17661, 17662, 17663, 17664
32611      Branch: perl
32612           !> perl.c
32613 ____________________________________________________________________________
32614 [ 17682] By: hv                                    on 2002/08/05  15:04:54
32615         Log: Subject: Defined-or patch (cleaned up)
32616              From: "Brent Dax" <brentdax@cpan.org>
32617              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
32618              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
32619      Branch: perl
32620            + t/op/dor.t
32621            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
32622            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
32623            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
32624            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
32625            ! vms/perly_h.vms
32626 ____________________________________________________________________________
32627 [ 17681] By: hv                                    on 2002/08/05  14:41:23
32628         Log: typo
32629      Branch: perl
32630            ! keywords.h keywords.pl
32631 ____________________________________________________________________________
32632 [ 17680] By: hv                                    on 2002/08/05  14:33:39
32633         Log: warn that keywords.h is generated
32634      Branch: perl
32635            ! keywords.h keywords.pl
32636 ____________________________________________________________________________
32637 [ 17679] By: hv                                    on 2002/08/04  23:40:22
32638         Log: again: #17678 caused test failures in pod2html,
32639              in which $1 could leak from previous regexp
32640      Branch: perl
32641            ! mg.c
32642 ____________________________________________________________________________
32643 [ 17678] By: hv                                    on 2002/08/04  15:34:19
32644         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
32645              From: hv@crypt.org
32646              Date: Sun, 04 Aug 2002 17:40:30 +0100
32647              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
32648      Branch: perl
32649            ! mg.c t/op/taint.t
32650 ____________________________________________________________________________
32651 [ 17677] By: hv                                    on 2002/08/04  15:25:25
32652         Log: Main branch no longer needs op/taint.t version check.
32653      Branch: perl
32654            ! t/op/taint.t
32655 ____________________________________________________________________________
32656 [ 17676] By: hv                                    on 2002/08/04  15:14:09
32657         Log: Subject: Re: [PATCH] Re: taint news
32658              From: Rick Delaney <rick.delaney@rogers.com>
32659              Date: 04 Aug 2002 00:28:58 EDT
32660              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
32661              Ref: 20020208.005
32662      Branch: perl
32663            ! pp_sys.c
32664 ____________________________________________________________________________
32665 [ 17675] By: hv                                    on 2002/08/04  01:48:36
32666         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
32667      Branch: perl
32668            ! AUTHORS
32669 ____________________________________________________________________________
32670 [ 17674] By: hv                                    on 2002/08/04  01:30:11
32671         Log: Subject: [PATCH] AUTHORS
32672              From: Colin Watson <colinw@zeus.com>
32673              Date: Thu, 25 Jul 2002 15:54:37 +0100
32674              Message-id: <20020725145437.GC4921@zeus.com>
32675      Branch: perl
32676            ! AUTHORS
32677 ____________________________________________________________________________
32678 [ 17673] By: hv                                    on 2002/08/04  01:27:36
32679         Log: Subject: [PATCH] AUTHORS
32680              From: Walt Mankowski <waltman@pobox.com>
32681              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
32682              Message-id: <20020721025612.GB15958@pobox.com>
32683      Branch: perl
32684            ! AUTHORS
32685 ____________________________________________________________________________
32686 [ 17672] By: hv                                    on 2002/08/04  01:25:14
32687         Log: Subject: Re: mention of "use sort" botched in perlfunc?
32688              From: Michael G Schwern <schwern@pobox.com>
32689              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
32690              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
32691      Branch: perl
32692            ! pod/perlfunc.pod
32693 ____________________________________________________________________________
32694 [ 17671] By: hv                                    on 2002/08/04  01:11:32
32695         Log: Change version from 5.8.0 to 5.9.0.
32696      Branch: perl
32697            ! Configure NetWare/Makefile NetWare/config_H.wc
32698            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
32699            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
32700            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
32701            ! patchlevel.h win32/Makefile win32/makefile.mk
32702            ! wince/Makefile.ce
32703 ____________________________________________________________________________
32704 [ 17656] By: ams                                   on 2002/07/28  06:12:33
32705         Log: Subject: [PATCH] Typo in regcomp.c
32706              From: Chris Ball <chris@cpan.org>
32707              Date: 26 Jul 2002 17:49:35 +0100
32708              Message-Id: <868z3yzb6o.fsf@void.printf.net>
32709              (With additional tweak to s_reginclasslen.)
32710      Branch: perl
32711            ! regcomp.c
32712 ____________________________________________________________________________
32713 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
32714         Log: Upgrade to Unicode::Collate 0.20.
32715      Branch: perl
32716            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32717            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
32718 ____________________________________________________________________________
32719 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
32720         Log: Commas, schcommas.
32721      Branch: perl
32722            ! patchlevel.h
32723 ____________________________________________________________________________
32724 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
32725         Log: Copy perldelta as perl58delta, purge the perldelta.
32726      Branch: perl
32727            + pod/perl58delta.pod
32728            ! MANIFEST pod/perldelta.pod
32729 ____________________________________________________________________________
32730 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
32731         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
32732      Branch: perl
32733            ! Changes patchlevel.h
32734 ____________________________________________________________________________
32735 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
32736         Log: Integrate perlio (no changes, but that's fine).
32737      Branch: perl
32738           !> embed.fnc perl.h
32739 ____________________________________________________________________________
32740 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
32741         Log: It's all yours, Hugo.
32742      Branch: perl
32743            + Changes5.8
32744            ! Changes MANIFEST